* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}

header,footer {
    width: 100%;
}

header {
    z-index: 100;
    margin-top: 0;
    background: linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
    overflow: visible;
    position: relative;
    padding: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

.nav_guide_loZ {
    flex: 1 0 auto;
}

.nav_guide_loZ {
    z-index: 1;
    position: relative;
    background: rgb(220,218,195);
    padding-top: 2rem;
    margin-top: 0;
}


.appContent_Xbl {
    background: linear-gradient(135deg, rgb(220,218,195) 0%, rgb(220,218,195) 60%, rgba(rgb(170,184,176,0.5), 0.05) 100%);
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
    perspective: 1000px;
}

.appContent_Xbl::after {
    width: 30%;
    transform: rotate(10deg) translateZ(-5px);
    right: -5%;
    opacity: 0.04;
    bottom: -10%;
    filter: blur(15px);
    height: 60%;
    background: linear-gradient(135deg, rgb(120,138,125,0.5) 10%, transparent 70%);
}

.appContent_Xbl h2 {
    text-shadow: 0 2px 4px rgba(0,0,0,0.05);
    font-size: 37px;
    font-weight: 700;
    margin-bottom: 3rem;
    line-height: 1.3;
    color: #000000;
    max-width: 90%;
    position: relative;
    transform: translateZ(10px);
}

.appContent_Xbl .smart_learning_FBa {
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background: linear-gradient(145deg, #ffffff 0%, rgba(rgb(255, 255, 255, 0.5), 0.95) 100%);
    padding: 2.5rem 3rem;
    transform: translateZ(20px) rotateY(-2deg);
    border-radius: 23px;
    box-shadow: 
        0 20px 30px -15px rgba(rgba(0, 0, 0, 0.5), 0.1),
        0 10px 20px -10px rgba(rgba(0, 0, 0, 0.5), 0.07);
    position: relative;
    margin: 1rem 0;
}



.appContent_Xbl .smart_learning_FBa {
    animation: floatIn 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}

.appContent_Xbl ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.appContent_Xbl li {
    position: relative;
    padding-left: 0;
}

.appContent_Xbl li span {
    font-size: 13px;
    color: #000000;
    position: relative;
    line-height: 1.7;
    text-shadow: 0 1px 1px rgba(255,255,255,0.8);
    font-family: Arial, sans-serif;
    display: block;
    transform: translateZ(5px);
}

header::before {
    position: absolute;
    background-size: 20px 20px;
    content: '';
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    width: 100%;
    left: 0;
    height: 100%;
    z-index: 0;
    top: 0;
}



header .nav_mainwrap_smJ {
    justify-content: space-between;
    padding: 1.3rem 2rem;
    z-index: 5;
    position: relative;
    align-items: center;
    display: flex;
}

header .top_main_lJ7:hover {
    transform: translateY(-3px) scale(1.02);
}

header .top_main_lJ7 img {
    max-height: 40px;
    filter: brightness(1.2) drop-shadow(0 0 8px rgba(255, 255, 255, 0.3));
}

header .top_expert_y7F:hover::before {
    opacity: 0.7;
    box-shadow: 0 0 15px rgb(170,184,176,0.5);
    transform: skew(-5deg) scale(1.05);
}

header .head_mentor_BH5 {
    list-style: none;
    z-index: 5;
    margin: 0;
    padding: 0;
    position: relative;
    display: flex;
}

header .first_lesson_djP a {
    z-index: 1;
    letter-spacing: 0.5px;
    text-decoration: none;
    font-weight: 600;
    padding: 0.8rem 1.2rem;
    color: #ffffff;
    display: block;
    position: relative;
    transition: all 0.4s ease;
    border: 1px solid transparent;
    font-size: 14px;
}

header .first_lesson_djP a:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
    color: rgb(170,184,176);
    border-color: rgba(255, 255, 255, 0.1);
    transform: translateZ(10px);
}

header .first_lesson_djP:hover::after {
    opacity: 0.4;
}

header .nav_mainwrap_smJ::before {
    position: absolute;
    content: '';
    top: 0;
    background: linear-gradient(90deg, transparent, rgb(170,184,176), transparent);
    width: 30%;
    height: 1px;
    left: 35%;
}

.title_opener_o0I {
    min-height: 100vh;
    background: linear-gradient(135deg, rgb(170,184,176,0.5), rgb(220,218,195), rgb(120,138,125,0.5));
    justify-content: center;
    overflow: hidden;
    align-items: center;
    position: relative;
    display: flex;
    perspective: 1000px;
}

.title_opener_o0I::after {
    opacity: 0.1;
    position: absolute;
    content: "";
    left: -50%;
    top: -50%;
    width: 200%;
    background: linear-gradient(45deg, transparent 40%, rgb(170,184,176,0.5) 45%, transparent 50%);
    transform: rotate(15deg);
    animation: lightSweep 12s infinite linear;
    z-index: 2;
    height: 200%;
}

.title_opener_o0I .edu_title_zrX > div:first-child {
    transform: translateZ(20px);
    position: relative;
    border-left: 4px solid rgb(120,138,125);
    padding: 2rem;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    background: rgb(170,184,176,0.5);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(8px);
}

.title_opener_o0I .skill_classes_Tdr {
    position: relative;
    transform: translateZ(30px) rotateX(2deg);
    transition: transform 0.5s ease;
}

.title_opener_o0I .skill_classes_Tdr > div {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    padding: 3rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}

.title_opener_o0I .skill_classes_Tdr > div::after {
    opacity: 0.15;
    content: "";
    height: 120%;
    width: 120%;
    animation: rotateGradient 25s infinite linear;
    z-index: 2;
    position: absolute;
    background: radial-gradient(ellipse at center, transparent 40%, rgb(170,184,176,0.5) 100%);
    top: -10%;
    left: -10%;
}

.title_opener_o0I .title_style_header {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
    color: #ffffff;
    animation: pulseHeader 3s infinite alternate ease-in-out;
    font-weight: 700;
    background: linear-gradient(135deg, rgb(170,184,176,0.5), rgb(120,138,125,0.5));
    transform: translateZ(15px);
    font-size: 41px;
    padding: 1.5rem;
    position: relative;
    margin: 0;
    letter-spacing: 1px;
    z-index: 5;
    backdrop-filter: blur(5px);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

.pricing_feature_Dnr .container {
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    padding: 0 15px;
    position: relative;
}

.pricing_feature_Dnr .cost_options_IB8 {
    font-size: calc(13px * 1.1);
    opacity: 0;
    animation: fadeInUp 0.8s forwards 0.5s;
    transform: translateY(10px);
    color: rgb(255, 255, 255, 0.5);
    max-width: 700px;
    text-align: center;
    margin: 0 auto 40px;
    line-height: 1.6;
}

.pricing_feature_Dnr .learn_pricing_BJ4 li {
    height: 100%;
    opacity: 0;
    transform: translateY(20px);
    animation-delay: calc(0.6s + (0.15s * var(--i, 0)));
    animation: fadeInUp 0.8s forwards;
}

.pricing_feature_Dnr .learn_pricing_BJ4 li:nth-child(3) {
    --i: 3;
}

.pricing_feature_Dnr .fee_schemes_aQ9 {
    height: 100%;
    text-decoration: none;
    display: block;
    color: inherit;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.pricing_feature_Dnr .fee_schemes_aQ9:hover .package_price_DwB {
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
    background: linear-gradient(145deg, 
        rgba(255,255,255,0.05) 0%, 
        rgba(255,255,255,0.1) 100%);
}

.pricing_feature_Dnr .package_price_DwB::before {
    height: 5px;
    position: absolute;
    left: 0;
    top: 0;
    transform-origin: left;
    background: linear-gradient(to right, 
        rgb(170,184,176), 
        rgb(120,138,125));
    content: "";
    transform: scaleX(0);
    transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    width: 100%;
}

.pricing_feature_Dnr .enroll_cost_w8I h4 {
    color: #ffffff;
    margin: 0 0 20px;
    font-size: calc(18px * 1.1);
    position: relative;
    padding-bottom: 15px;
    font-weight: 700;
}

.pricing_feature_Dnr .fee_schemes_aQ9:hover .enroll_cost_w8I h4::after {
    width: 60px;
}

.pricing_feature_Dnr .rate_list_gE6 {
    color: rgb(120,138,125);
    border-top: 1px solid rgba(255,255,255,0.1);
    position: relative;
    font-size: calc(18px * 1.2);
    padding-top: 15px;
    margin-top: auto;
    font-weight: 700;
    transition: color 0.3s ease;
    display: block;
}

.stay_connected_wle::before {
    content: "";
    z-index: -1;
    opacity: 0.3;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(170,184,176,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(120,138,125,0.5) 0%, transparent 40%);
    inset: 0;
    position: absolute;
}

.stay_connected_wle .smart_learning_FBa {
    display: grid;
    gap: 3rem;
    grid-template-columns: 1fr 1.2fr;
    align-items: center;
    position: relative;
}

.stay_connected_wle .smart_learning_FBa::before {
    background: rgb(170,184,176);
    top: -30px;
    content: "";
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    opacity: 0.15;
    position: absolute;
    height: 100px;
    right: -30px;
    width: 100px;
    animation: rotate-shape 20s linear infinite;
}

.stay_connected_wle p {
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 21px;
    color: #000000;
    line-height: 1.6;
    margin: 0;
    position: relative;
    z-index: 1;
}

.stay_connected_wle p::after {
    z-index: -1;
    content: "";
    bottom: -10px;
    left: 20px;
    height: 3px;
    position: absolute;
    animation: line-extend 3s infinite alternate;
    background: rgb(120,138,125);
    width: 50px;
}

.stay_connected_wle .input_holder::before {
    border-radius: 10px;
    right: -10px;
    bottom: -10px;
    opacity: 0.2;
    background: linear-gradient(45deg, transparent, rgb(170,184,176,0.5), transparent);
    position: absolute;
    filter: blur(5px);
    left: -10px;
    z-index: -1;
    top: -10px;
    transform: rotateX(10deg) rotateY(-10deg);
    content: "";
}

.stay_connected_wle .signup_block_G2T:focus {
    border-color: rgb(170,184,176);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
    outline: none;
}

.stay_connected_wle .sub_permission_waY {
    height: 100%;
    cursor: pointer;
    isolation: isolate;
    border: none;
    border-bottom-right-radius: 10px;
    font-size: 15px;
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-weight: 600;
    padding: 0 2rem;
    background: rgb(170,184,176);
    transition: all 0.3s ease;
    border-top-right-radius: 10px;
    overflow: hidden;
    position: relative;
}

.mentorship_experience_gbX {
    min-height: 700px;
    padding: 8rem 0;
    background: linear-gradient(150deg, rgb(220,218,195) 0%, #000000 100%);
    position: relative;
    overflow: hidden;
}

.mentorship_experience_gbX .container {
    margin: 0 auto;
    z-index: 2;
    padding: 0 2rem;
    max-width: 1300px;
    position: relative;
}

.mentorship_experience_gbX .opinion_showcase_1K7 {
    grid-template-columns: 45% 1fr;
    position: relative;
    grid-template-rows: auto auto 1fr;
    display: grid;
    min-height: 580px;
    gap: 20px 30px;
    background: transparent;
    grid-template-areas:
        "photo name"
        "photo job"
        "photo quote";
}

.mentorship_experience_gbX .opinion_showcase_1K7::after {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(0, 0, 0, 0.2) 100%);
    top: 0;
    width: 100%;
    position: absolute;
    z-index: -2;
    content: "";
    backdrop-filter: blur(15px);
    border-radius: 26px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    left: 0;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    height: 100%;
}

.mentorship_experience_gbX .opinion_showcase_1K7:hover .image_grid_R4u {
    filter: contrast(1.2) brightness(1.1);
    transform: scale(1.02);
}

.mentorship_experience_gbX .image_grid_R4u::before {
    background: rgb(170,184,176);
    left: 0;
    width: 10px;
    position: absolute;
    content: "";
    height: 100%;
    animation: pulseOpacity 3s ease-in-out infinite;
    top: 0;
    z-index: 3;
    opacity: 0.7;
}

.mentorship_experience_gbX .opinion_showcase_1K7:hover .name {
    transform: translateX(15px);
}

.mentorship_experience_gbX .name::after {
    width: 0;
    background: rgb(170,184,176);
    height: 2px;
    transition: width 0.5s ease;
    left: 0;
    bottom: 0;
    position: absolute;
    content: "";
}

.mentorship_experience_gbX .opinion_showcase_1K7:hover span:not(.name) {
    transform: translateX(15px);
    background: rgba(0, 0, 0, 0.3);
}

.mentorship_experience_gbX .employee_content_F5n {
    border-left: 4px solid rgb(120,138,125);
    padding: 2rem;
    backdrop-filter: blur(10px);
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
    width: 95%;
    font-size: 14px;
    color: #ffffff;
    align-self: start;
    margin-right: 0;
    z-index: 2;
    position: relative;
    line-height: 1.8;
    transform: translateY(0);
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.3);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
    grid-area: quote;
    border-radius: 26px;
}

#cookie_banner_box_LKX {
    display: none;
}

#cookie_banner_box_LKX:checked ~ .cookie_window_overlay_e7D {
    visibility: hidden;
    opacity: 0;
}

.cookie_window_overlay_e7D {
    z-index: 90;
    padding: 20px 0;
    background: rgb(120,138,125);
    font-family: Arial, sans-serif;
    border-top: 3px solid rgb(170,184,176);
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.5);
    position: fixed;
    width: 100%;
    bottom: 0;
}

.cookie_window_overlay_e7D h5 {
    margin: 0;
    letter-spacing: 1.5px;
    color: rgb(170,184,176);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 19px;
}

.web_cookies_Hrz svg {
    width: 60px;
    height: 60px;
    fill: rgb(170,184,176);
}

.user_status_VWE {
    font-size: 15px;
    line-height: 40px;
    flex-shrink: 0;
    padding: 10px 20px;
    text-align: center;
    white-space: nowrap;
    border: 2px solid rgb(170,184,176);
    cursor: pointer;
    background: rgb(170,184,176);
    min-width: 140px;
    color: #000000;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    margin-left: 10px;
    border-radius: 10px;
    text-decoration: none;
}

.cookie_window_overlay_e7D p a {
    text-decoration: none;
    border-bottom: 1px dashed rgb(170,184,176);
    color: rgb(170,184,176);
    transition: color 0.3s ease;
}

.course_summary_19h::before {
    top: -5%;
    background: linear-gradient(225deg, rgb(170,184,176) 0%, rgb(170,184,176,0.5) 70%);
    content: "";
    right: -5%;
    animation: floatElement 15s infinite ease-in-out;
    transform: rotate(-15deg);
    width: 300px;
    position: absolute;
    opacity: 0.1;
    z-index: 1;
    height: 300px;
    border-radius: 40% 60% 65% 35% / 40% 45% 55% 60%;
}

.course_summary_19h .container {
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
}

.course_summary_19h .image_grid_R4u {
    transform: perspective(1000px) rotateY(2deg);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    height: 350px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.course_summary_19h .image_grid_R4u::after {
    border-top: 4px solid rgb(170,184,176);
    z-index: 2;
    height: 60px;
    right: -15px;
    opacity: 0.7;
    position: absolute;
    width: 60px;
    top: -15px;
    content: "";
    border-right: 4px solid rgb(170,184,176);
}

.course_summary_19h .announcement_box_noZ::before {
    left: -20px;
    background: linear-gradient(to bottom, rgb(170,184,176), rgb(120,138,125));
    content: "";
    height: 80%;
    width: 5px;
    animation: lineGrow 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.5s;
    transform-origin: top;
    transform: scaleY(0);
    position: absolute;
    top: 10%;
}

.course_summary_19h .description {
    transform: translateY(20px);
    line-height: 1.8;
    margin-bottom: 1.2rem;
    opacity: 0;
    animation: fadeSlideUp 0.8s forwards 0.5s;
    position: relative;
    font-size: 18px;
    color: #000000;
}

.course_summary_19h p.description {
    padding-right: 1rem;
    overflow-y: auto;
    display: block;
    max-height: 400px;
    position: relative;
    scrollbar-width: thin;
    scrollbar-color: rgb(120,138,125) transparent;
}

.transcript_bWL .container {
    flex-wrap: wrap;
    display: flex;
    gap: 40px;
}

.transcript_bWL .company_holder {
    padding: 30px;
    transition: all 0.3s ease;
    border-radius: 12px 0 12px 0;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.3);
}

.transcript_bWL .company_holder h3 {
    font-size: 31px;
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
    font-weight: 700;
    color: #ffffff;
}

.transcript_bWL .referral_prog_QWq {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    font-size: 12px;
    line-height: 1.6;
}

.transcript_bWL .head_mentor_BH5 {
    flex: 0 0 calc(50% - 15px);
    position: relative;
}

.transcript_bWL .head_mentor_BH5 h5 {
    padding-left: 15px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    font-size: 21px;
    font-weight: 600;
    color: #ffffff;
    position: relative;
    border-left: 3px solid rgb(170,184,176);
    margin-bottom: 20px;
}

.transcript_bWL .head_mentor_BH5 .head_primary_mpW a::before {
    width: 0;
    z-index: -1;
    position: absolute;
    background: rgb(170,184,176,0.5);
    top: 0;
    transition: width 0.3s ease;
    content: '';
    height: 100%;
    left: 0;
}

.transcript_bWL .head_mentor_BH5 .head_primary_mpW a:hover::before {
    width: 100%;
}

.license_cta_I6m {
    margin-top: 50px;
    background: rgba(0, 0, 0, 0.4);
    z-index: 2;
    position: relative;
    padding: 20px 0;
}

.license_cta_I6m .footnote_ref_B9a {
    text-align: center;
    letter-spacing: 0.5px;
    font-size: 12px;
    color: #ffffff;
}



.license_cta_I6m::before {
    width: 100%;
    content: '';
    position: absolute;
    opacity: 0.2;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    height: 1px;
}

.customer_reviews_Sxm {
    padding: 6rem 2rem;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(220,218,195) 0%, rgb(170,184,176,0.5) 100%);
    position: relative;
}

.customer_reviews_Sxm .smart_learning_FBa {
    z-index: 1;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}

.customer_reviews_Sxm h4 {
    margin-bottom: 4rem;
    text-align: center;
    transform: skewX(-5deg);
    color: #000000;
    font-size: 33px;
    position: relative;
    font-weight: 700;
}

.customer_reviews_Sxm .user_testimonials_A0b {
    grid-template-columns: repeat(3, 1fr);
    perspective: 1000px;
    gap: 3rem;
    display: grid;
}

.customer_reviews_Sxm .opinion_showcase_1K7::before {
    transform: translate(30%, -30%) rotate(45deg);
    position: absolute;
    content: "";
    width: 100px;
    height: 100px;
    background: rgb(170,184,176,0.5);
    z-index: 0;
    top: 0;
    right: 0;
}

.customer_reviews_Sxm .opinion_showcase_1K7 .image_grid_R4u {
    margin: 0 auto 1.5rem;
    height: 80px;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 4px solid #ffffff;
    width: 80px;
}

.customer_reviews_Sxm .opinion_showcase_1K7 span::after {
    width: 40px;
    display: block;
    background: rgb(170,184,176);
    height: 2px;
    content: "";
    margin: 0.5rem auto;
}

.contact_us_GYP {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}

.contact_us_GYP::before {
    content: "";
    background-color: rgb(170,184,176,0.5);
    height: 100%;
    left: 0;
    top: 0;
    backdrop-filter: blur(10px);
    z-index: 1;
    position: absolute;
    width: 100%;
}

.contact_us_GYP .container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 3;
    position: relative;
}

.contact_us_GYP .request_links_Eyp {
    overflow: hidden;
    background: linear-gradient(to bottom right, rgb(170,184,176), rgb(120,138,125));
    padding: 60px 40px;
    position: relative;
    width: 40%;
}

.contact_us_GYP .request_links_Eyp::before {
    height: 200px;
    top: -100px;
    background: rgb(120,138,125);
    border-radius: 50%;
    position: absolute;
    opacity: 0.4;
    right: -100px;
    content: '';
    width: 200px;
}

.contact_us_GYP .request_links_Eyp h3 {
    color: #ffffff;
    font-weight: 700;
    position: relative;
    z-index: 5;
    margin-bottom: 40px;
    font-size: 38px;
}

.contact_us_GYP .request_links_Eyp div:hover {
    transform: translateX(10px);
}

.contact_us_GYP .request_links_Eyp div svg {
    height: 24px;
    flex-shrink: 0;
    margin-right: 15px;
    width: 24px;
}

.contact_us_GYP .request_links_Eyp div:hover svg path {
    fill: rgb(220,218,195);
}

.contact_us_GYP .request_links_Eyp div span a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: #ffffff;
}

.contact_us_GYP .help_reach_NYu {
    overflow: hidden;
    background: rgba(255, 255, 255, 0.1);
    width: 60%;
    position: relative;
    padding: 60px 40px;
}

.contact_us_GYP .help_reach_NYu h3 {
    font-weight: 600;
    margin-bottom: 30px;
    color: #ffffff;
    font-size: 24px;
    position: relative;
}

.contact_us_GYP form {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.contact_us_GYP form input[type="text"],
.contact_us_GYP form input[type="email"] {
    margin-bottom: 20px;
    border: none;
    padding: 16px 20px;
    transition: all 0.3s ease;
    color: #ffffff;
    border-radius: 10px;
    font-size: 14px;
    font-family: Arial, sans-serif;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid transparent;
}

.contact_us_GYP .connect_message_Lgj {
    position: relative;
    margin-bottom: 25px;
    display: flex;
    align-items: flex-start;
}

.contact_us_GYP .connect_message_Lgj label {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.5;
    cursor: pointer;
    padding-left: 35px;
    position: relative;
}

.contact_us_GYP .connect_message_Lgj input[type="checkbox"]:checked + label::before {
    background: rgb(120,138,125);
}

.contact_us_GYP .connect_message_Lgj input[type="checkbox"]:checked + label::after {
    border-width: 0 2px 2px 0;
    border: solid white;
    height: 12px;
    content: '';
    position: absolute;
    top: 5px;
    left: 8px;
    width: 6px;
    transform: rotate(45deg);
}

.contact_us_GYP form .feedback_block_DyL::before {
    position: absolute;
    content: "";
    left: -100%;
    height: 100%;
    width: 100%;
    transition: all 0.5s ease;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}

.contact_us_GYP form .feedback_block_DyL:hover::before {
    left: 100%;
}



.contact_us_GYP .request_links_Eyp div:nth-child(2) {
    animation: float 5s infinite ease-in-out;
}

.contact_us_GYP .request_links_Eyp div:nth-child(3) {
    animation: float 7s infinite ease-in-out;
}

.contact_us_GYP .request_links_Eyp div:nth-child(5) {
    animation: float 8s infinite ease-in-out;
}

.our_team_7MI::before {
    content: "";
    left: 0;
    width: 100%;
    background: linear-gradient(135deg, rgb(120,138,125,0.5), rgba(0, 0, 0, 0.5) 70%);
    height: 100%;
    z-index: -1;
    top: 0;
    position: absolute;
}

.our_team_7MI .container {
    max-width: 1200px;
    z-index: 1;
    padding: 0 30px;
    margin: 0 auto;
    position: relative;
}

.our_team_7MI h2::after {
    position: absolute;
    background: rgb(170,184,176);
    content: "";
    left: 0;
    height: 4px;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    bottom: 0;
    transform-origin: left;
    width: 80px;
    transform: scaleX(1);
}

.our_team_7MI .announcement_box_noZ:hover {
    transform: translateY(-5px);
}

.our_team_7MI .announcement_box_noZ::before {
    position: absolute;
    top: -90px;
    border-radius: 50%;
    height: 180px;
    opacity: 0.15;
    width: 180px;
    z-index: -1;
    left: -90px;
    content: "";
    border: 3px solid rgb(120,138,125);
}

.our_team_7MI .announcement_box_noZ > div {
    position: relative;
}

.our_team_7MI .announcement_box_noZ p {
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
    color: rgb(170,184,176);
    padding-right: 50px;
    transition: color 0.3s ease;
    font-weight: 600;
    font-size: calc(18px * 1.1);
}

.our_team_7MI .announcement_box_noZ div > div {
    text-align: justify;
    column-gap: 40px;
    opacity: 0.9;
    position: relative;
    color: #000000;
    hyphens: auto;
    column-count: 1;
    line-height: 1.8;
    font-size: 18px;
}

.secure_oasis_RxT h1 {
    color: rgb(170,184,176);
    padding-bottom: 10px;
    margin-top: 40px;
    border-bottom: 2px solid rgb(170,184,176);
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 42px;
    text-transform: uppercase;
}

.secure_oasis_RxT ul, .secure_oasis_RxT ol {
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    margin: 20px 0;
    padding: 20px 0;
    list-style: none;
    padding-left: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.5);
}

.secure_oasis_RxT ul li::before, .secure_oasis_RxT ol li::before {
    background: rgb(170,184,176);
    height: 6px;
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    border-radius: 50%;
    left: 0;
}

.secure_oasis_RxT div.container {
    margin: 0 auto;
    max-width: 1000px;
}


@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media (min-width: 992px) {.appContent_Xbl {
    padding: 8rem 0;
}.appContent_Xbl h2 {
    max-width: 80%;
    transform: translateZ(15px);
    font-size: calc(37px * 1.1);
}.appContent_Xbl h2::after {
    width: 100px;
}.appContent_Xbl .smart_learning_FBa {
    padding: 3.5rem 4rem;
    margin: 2rem 0;
}.appContent_Xbl li span {
    line-height: 1.8;
    font-size: calc(13px * 1.05);
}.appContent_Xbl li::before {
    width: 80px;
    height: 80px;
}
}



@media (max-width: 480px) {.appContent_Xbl {
    padding: 3rem 0;
}.appContent_Xbl .container {
    padding: 0 1.5rem;
}.appContent_Xbl h2 {
    font-size: calc(37px * 0.7);
    margin-bottom: 1.5rem;
}.appContent_Xbl .smart_learning_FBa {
    padding: 1.25rem 1.5rem;
    margin: 0.5rem 0;
}.appContent_Xbl li span {
    font-size: calc(13px * 0.95);
    line-height: 1.6;
}}



@media (max-width: 991px) {header {
    padding: 0;
}header .nav_mainwrap_smJ {
    flex-wrap: wrap;
    padding: 1rem 1.5rem;
    justify-content: space-between;
    flex-direction: row;
}header .top_expert_y7F {
    margin-bottom: 0;
}header .head_mentor_BH5 {
    flex: 1 0 100%;
    margin-top: 1rem;
    justify-content: center;
}header .first_lesson_djP {
    margin: 0 0.2rem;
}header .first_lesson_djP a {
    font-size: calc(14px - 1px);
    padding: 0.6rem 0.8rem;
}header .top_expert_y7F::before {
    bottom: -5px;
    right: -5px;
    top: -5px;
    left: -5px;
}
}



@media (max-width: 479px) {header .nav_mainwrap_smJ {
    padding: 0.7rem 1rem;
}header .top_expert_y7F {
    max-width: 110px;
}header .first_lesson_djP a {
    font-size: calc(14px - 3px);
    padding: 0.4rem 0.6rem;
}}



@media (min-width: 768px) {.title_opener_o0I .edu_title_zrX {
    grid-template-columns: 1fr 2fr;
    gap: 3rem;
}.title_opener_o0I .edu_title_zrX > div:first-child {
    display: flex;
    padding: 3rem;
    align-items: center;
}.title_opener_o0I .edu_title_zrX > div:first-child p {
    font-size: calc(12px * 1.5);
}.title_opener_o0I .skill_classes_Tdr > div {
    display: flex;
    padding: 4rem;
    justify-content: space-between;
    flex-direction: column;
    min-height: 400px;
}.title_opener_o0I .skill_classes_Tdr h3 {
    max-width: 80%;
    font-size: 24px;
}.title_opener_o0I .title_style_header {
    font-size: calc(41px * 1.2);
    padding: 2rem;
}
}



@media (max-width: 767px) {.title_opener_o0I {
    padding: 3rem 1rem;
}.title_opener_o0I .edu_title_zrX > div:first-child {
    padding: 1.5rem;
}.title_opener_o0I .edu_title_zrX > div:first-child p {
    font-size: 12px;
}.title_opener_o0I .skill_classes_Tdr > div {
    padding: 2rem;
}.title_opener_o0I .skill_classes_Tdr h3 {
    margin-bottom: 1.5rem;
    font-size: calc(21px * 1.2);
    padding-bottom: 1rem;
}.title_opener_o0I .title_style_header {
    font-size: calc(37px * 0.9);
    padding: 1rem;
}}



@media (max-width: 767px) {.pricing_feature_Dnr {
    padding: 60px 0;
}.pricing_feature_Dnr .learn_pricing_BJ4 {
    max-width: 500px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.pricing_feature_Dnr .enroll_cost_w8I h4 {
    font-size: 18px;
}.pricing_feature_Dnr .rate_list_gE6 {
    font-size: 18px;
}
}



@media (max-width: 992px) {.mentorship_experience_gbX .opinion_showcase_1K7 {
    gap: 20px;
    grid-template-columns: 1fr;
    grid-template-areas:
            "image_grid_R4u"
            "name"
            "exp_summary_7VX"
            "employee_content_F5n";
    grid-template-rows: auto auto auto auto;
}.mentorship_experience_gbX .image_grid_R4u {
    border-radius: 26px 26px 0 0;
    height: 350px;
}.mentorship_experience_gbX .image_grid_R4u::before {
    width: 100%;
    height: 10px;
}.mentorship_experience_gbX .name {
    text-align: center;
    margin-top: 0;
}.mentorship_experience_gbX .name::after {
    transform: translateX(-50%);
    left: 50%;
}.mentorship_experience_gbX .opinion_showcase_1K7:hover .name {
    transform: translateY(-5px);
}.mentorship_experience_gbX .opinion_showcase_1K7 span:not(.name) {
    margin: 0 auto;
}.mentorship_experience_gbX .opinion_showcase_1K7:hover span:not(.name) {
    transform: translateY(-5px);
}.mentorship_experience_gbX .employee_content_F5n {
    border-top: 4px solid rgb(120,138,125);
    border-left: none;
    width: 90%;
    margin: 0 auto;
}.mentorship_experience_gbX .opinion_showcase_1K7:hover .employee_content_F5n {
    transform: translateY(-5px);
}
}



@media (min-width: 768px) {.course_summary_19h .practical_study_G2R {
    gap: 4rem;
    grid-template-columns: 1fr 1fr;
}.course_summary_19h .image_grid_R4u {
    height: 450px;
}.course_summary_19h h3 {
    font-size: calc(20px * 1.2);
    padding-left: 1.5rem;
}.course_summary_19h h3::before {
    height: 0.6rem;
    width: 0.6rem;
}.course_summary_19h .announcement_box_noZ::before {
    left: -30px;
}
}



@media (min-width: 1200px) {.course_summary_19h .practical_study_G2R {
    gap: 6rem;
}.course_summary_19h .image_grid_R4u {
    transform: perspective(1500px) rotateY(3deg);
    height: 550px;
}.course_summary_19h .image_grid_R4u:hover {
    transform: perspective(1500px) rotateY(0);
}.course_summary_19h h3 {
    font-size: calc(32px * 0.8);
}.course_summary_19h p.description {
    max-height: 500px;
}
}



@media (max-width: 992px) {.transcript_bWL .container {
    flex-direction: column;
}
}



@media (max-width: 768px) {.transcript_bWL {
    padding: 50px 0;
}.transcript_bWL .head_mentor_BH5 {
    flex: 0 0 100%;
}
}



@media (max-width: 992px) {.customer_reviews_Sxm .user_testimonials_A0b {
    grid-template-columns: repeat(2, 1fr);
}.customer_reviews_Sxm h4 {
    font-size: calc(33px * 0.9);
}
}



@media (max-width: 768px) {.customer_reviews_Sxm {
    padding: 4rem 1.5rem;
}.customer_reviews_Sxm .user_testimonials_A0b {
    gap: 2rem;
    grid-template-columns: 1fr;
}.customer_reviews_Sxm h4 {
    margin-bottom: 3rem;
    font-size: calc(33px * 0.8);
}.customer_reviews_Sxm .opinion_showcase_1K7 {
    padding: 2rem;
}}



@media screen and (max-width: 576px) {.contact_us_GYP {
    padding: 60px 0;
}.contact_us_GYP .container {
    width: 95%;
}.contact_us_GYP .request_links_Eyp,
    .contact_us_GYP .help_reach_NYu {
    padding: 30px 20px;
}.contact_us_GYP .request_links_Eyp h3 {
    margin-bottom: 25px;
    font-size: calc(38px * 0.8);
}.contact_us_GYP .help_reach_NYu h3 {
    font-size: calc(24px * 0.9);
}.contact_us_GYP form input[type="text"],
    .contact_us_GYP form input[type="email"] {
    margin-bottom: 15px;
    padding: 14px 16px;
}.contact_us_GYP .connect_message_Lgj label {
    font-size: calc(14px * 0.9);
}.contact_us_GYP form .feedback_block_DyL {
    padding: 14px 20px;
}}



@media (max-width: 767px) {.our_team_7MI {
    padding: 80px 0 60px;
}.our_team_7MI .announcement_box_noZ {
    padding: 30px 25px;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
}.our_team_7MI h2 {
    font-size: calc(32px * 0.9);
    margin-bottom: 40px;
}.our_team_7MI .announcement_box_noZ p {
    font-size: calc(18px * 0.9);
    padding-right: 30px;
}.our_team_7MI .announcement_box_noZ p::after {
    width: 25px;
}
}



@media (prefers-reduced-motion) {.our_team_7MI::after {
    animation: none;
}.our_team_7MI .announcement_box_noZ:hover {
    transform: none;
}.our_team_7MI h2:hover::after {
    transform: scaleX(1);
}}



@keyframes floatIn {
    0% {
        opacity: 0;
        transform: translateY(20px) translateZ(0px);
    }
    100% {
        opacity: 1;
        transform: translateY(0) translateZ(20px);
    }
}

@keyframes gradientSlide {
    0% { background-position: 0% center; }
    100% { background-position: 200% center; }
}



@keyframes pulseHeader {
  0% {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    transform: translateZ(15px) scale(1);
  }
  100% {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25), 0 0 20px rgb(170,184,176,0.5);
    transform: translateZ(25px) scale(1.02);
  }
}



@keyframes rotateGradient {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}



@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}



@keyframes line-extend {
    0% {
        width: 50px;
    }
    100% {
        width: 100px;
    }
}



@keyframes gridFlow {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 150px 150px;
    }
}



@keyframes pulseOpacity {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.9;
    }
}



@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.2);
    }
}



@keyframes lineGrow {
    0% {
        transform: scaleY(0);
    }
    100% {
        transform: scaleY(1);
    }
}

@keyframes gradientAnimation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }
    50% {
        transform: scale(1.05);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0.8;
    }
}

