svg {
    height: 30px;
    width: 30px;
}

.nav_top_pm {
    flex: 1 0 auto;
}

header,footer {
    width: 100%;
}

.container {
    max-width: 100%;
    margin: auto;
    width: 1160px;
}


header .nav_header_IM {
    overflow: hidden;
    z-index: 100;
    background: linear-gradient(120deg, rgb(212,227,220) 0%, rgb(168,199,187,0.5) 100%);
    position: relative;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

header .container {
    padding: 1.5rem 2rem;
    position: relative;
}

header .main_bar_Op {
    align-items: center;
    gap: 2rem;
    grid-template-columns: auto 1fr;
    display: grid;
}

header .nav_wrap_Nd::before {
    content: "";
    transition: all 0.3s ease;
    border-radius: 10px;
    top: -5px;
    opacity: 0;
    left: -5px;
    border: 2px dashed rgb(168,199,187,0.5);
    position: absolute;
    bottom: -5px;
    right: -5px;
}

header .top_train_za {
    position: relative;
    align-items: center;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    list-style: none;
    justify-content: flex-end;
}

header .head_master_AZ:nth-child(odd) {
    transform: translateY(-3px);
}

header .head_master_AZ a {
    border-radius: 0 10px 0 10px;
    font-family: Arial, sans-serif;
    border-left: 3px solid transparent;
    color: #000000;
    position: relative;
    transition: all 0.3s ease;
    display: block;
    text-decoration: none;
    overflow: hidden;
    background: #ffffff;
    font-size: 13px;
    padding: 8px 16px;
    font-weight: 600;
}

header .head_master_AZ a:hover::before {
    transform: scaleY(1);
}

.newsletter_subscription_Un {
    padding: 4rem 0;
    background: linear-gradient(145deg, rgb(212,227,220) 0%, rgba(240, 242, 245, 1) 100%);
    box-shadow: 0 20px 30px -15px rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
}

.newsletter_subscription_Un .value_prop_EI:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.05),
        -15px -15px 30px rgba(255, 255, 255, 0.9),
        inset 2px 2px 5px rgba(255, 255, 255, 0.4),
        inset -2px -2px 5px rgba(0, 0, 0, 0.05);
}

.newsletter_subscription_Un .value_prop_EI:hover {
    transition: transform 0.2s ease-out;
}

.newsletter_subscription_Un h3::after {
    background: linear-gradient(90deg, rgb(168,199,187) 0%, rgb(123,168,154) 100%);
    left: 0;
    height: 0.25rem;
    content: "";
    border-radius: 1rem;
    width: 3rem;
    transition: width 0.3s ease;
    bottom: -0.8rem;
    position: absolute;
    transform-origin: left center;
}

.newsletter_subscription_Un input[type="email"]::placeholder {
    transition: opacity 0.3s ease;
    color: rgba(0, 0, 0, 0.4);
}

.newsletter_subscription_Un input[type="email"]:focus::placeholder {
    opacity: 0.5;
}

.newsletter_subscription_Un .subscribe_now_vM::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.2) 50%, transparent 100%);
    height: 100%;
}

.newsletter_subscription_Un .subscribe_now_vM:active {
    transform: translateY(-1px);
    box-shadow: 
        4px 4px 8px rgba(0, 0, 0, 0.1),
        -4px -4px 8px rgba(255, 255, 255, 0.7),
        inset 2px 2px 4px rgba(0, 0, 0, 0.1),
        inset -2px -2px 4px rgba(255, 255, 255, 0.3);
}

.location_info_Oh h1 {
    transform: perspective(500px) translateZ(0);
    transition: transform 0.5s ease-out;
    z-index: 5;
    color: #000000;
    font-weight: 700;
    margin-bottom: 40px;
    position: relative;
    font-size: 41px;
    text-align: center;
}

.location_info_Oh h1::after {
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(168,199,187) 0%, rgb(123,168,154) 100%);
    content: "";
    height: 4px;
    transform: translateX(-50%);
    position: absolute;
    width: 80px;
    bottom: -10px;
    left: 50%;
}

.location_info_Oh .learn_chat_eI > div:hover {
    box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.05);
    transform: translateX(5px);
}

.location_info_Oh h6 svg {
    margin-left: 10px;
    transition: transform 0.3s ease;
}

.location_info_Oh span {
    color: #000000;
    display: block;
    font-size: 17px;
    margin-left: 30px;
    position: relative;
}

.location_info_Oh .learn_talk_KD > div {
    transition: transform 0.3s ease;
}

.location_info_Oh .ask_team_Gc {
    align-items: center;
    font-size: 17px;
    display: flex;
    text-decoration: none;
    font-weight: 400;
    position: relative;
    color: #000000;
    transition: color 0.3s ease;
    padding-left: 5px;
}

.location_info_Oh .ask_team_Gc:hover svg {
    transform: translateY(-3px);
}

.location_info_Oh .ask_team_Gc:hover svg path {
    fill: rgb(168,199,187);
}

.course_benefits_OB .value_prop_EI {
    display: grid;
    margin: 0 auto;
    width: 90%;
    grid-template-rows: auto auto;
    position: relative;
    max-width: 1400px;
    grid-template-columns: repeat(12, 1fr);
    z-index: 2;
    gap: 2rem;
}

.course_benefits_OB h2::after {
    background: rgb(168,199,187);
    position: absolute;
    width: 60px;
    content: '';
    left: 50%;
    border-radius: 10px;
    bottom: 0;
    height: 4px;
    transform: translateX(-50%);
}

.course_benefits_OB .img_icon_sh::after {
    z-index: 1;
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.5));
    content: '';
    inset: 0;
    position: absolute;
}

.course_benefits_OB .text_main_holder {
    display: grid;
    gap: 1.5rem;
}

.course_benefits_OB .text_main_holder > div:nth-child(even) {
    transform: translateX(2vw);
}

.course_benefits_OB .text_main_holder > div:hover {
    transform: translateX(3vw) translateY(-5px);
    box-shadow: 8px 8px 25px rgba(0, 0, 0, 0.1);
}

.course_benefits_OB .text_main_holder > div::before {
    height: 0;
    left: 0;
    background: rgb(168,199,187);
    width: 5px;
    top: 0;
    content: '';
    position: absolute;
    transition: height 0.3s ease;
}

.course_benefits_OB .text_main_holder svg path {
    fill: rgb(168,199,187);
    transition: fill 0.3s ease;
}

.privacy_preserve_vA:before, .privacy_preserve_vA:after {
    content: "";
    z-index: 0;
    position: absolute;
    background: rgb(168,199,187,0.5);
    border-radius: 50%;
}

.privacy_preserve_vA:before {
    left: -100px;
    width: 200px;
    height: 200px;
    top: -100px;
}

.privacy_preserve_vA h2 {
    padding-bottom: 5px;
    font-weight: 600;
    font-size: 31px;
    color: rgb(123,168,154);
    margin-bottom: 15px;
    border-bottom: 1px solid rgb(123,168,154,0.5);
    margin-top: 25px;
    z-index: 1;
    position: relative;
}

.privacy_preserve_vA .container {
    z-index: 1;
    position: relative;
}

.privacy_preserve_vA h3, .privacy_preserve_vA h4, .privacy_preserve_vA h5, .privacy_preserve_vA h6 {
    font-size: 18px;
    z-index: 1;
    margin-bottom: 10px;
    margin-top: 20px;
    color: rgb(168,199,187);
    font-weight: 600;
    position: relative;
}

.privacy_preserve_vA button {
    background: rgb(123,168,154);
    padding: 10px 20px;
    z-index: 1;
    border-radius: 10px;
    color: #ffffff;
    font-size: 19px;
    border: none;
    position: relative;
    cursor: pointer;
}

.course_highlights_uC .text_title_Mn {
    z-index: 4;
    border-radius: 15px;
    max-width: 850px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    position: relative;
    padding: 40px;
    backdrop-filter: blur(10px);
}

.course_highlights_uC .img_icon_sh::after {
    left: 0;
    position: absolute;
    z-index: 2;
    top: 0;
    content: "";
    width: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3));
    height: 100%;
}

.thanksPart_iu::after {
    background: radial-gradient(circle, rgb(168,199,187,0.5) 0%, transparent 70%);
    width: 200px;
    content: "";
    bottom: -50px;
    filter: blur(40px);
    position: absolute;
    animation: floating 8s infinite ease-in-out;
    height: 200px;
    opacity: 0.4;
    right: -50px;
}

.thanksPart_iu .value_prop_EI {
    transform: translateZ(10px) rotateX(2deg);
    border-left: 5px solid rgb(168,199,187);
    transition: transform 0.5s ease;
    animation: fadeIn 1s 0.3s both;
    padding: 40px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    background: #ffffff;
    position: relative;
}

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

.thanksPart_iu span {
    font-family: Arial, sans-serif;
    display: block;
    line-height: 1.8;
    color: #000000;
    font-size: 12px;
    transition: all 0.3s;
}

.audience_profile_FH {
    padding: 130px 0;
    background: linear-gradient(135deg, rgb(212,227,220) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
    overflow: hidden;
}

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

.audience_profile_FH h4::after {
    position: absolute;
    transform: translateX(-50%);
    width: 70px;
    height: 4px;
    border-radius: 2px;
    bottom: 0;
    left: 50%;
    content: "";
    background: linear-gradient(90deg, rgb(168,199,187), rgb(123,168,154));
}

.audience_profile_FH div p::after {
    z-index: -2;
    top: 10px;
    transition: all 0.3s ease;
    background: #ffffff;
    border: 1px solid rgb(123,168,154,0.5);
    border-radius: calc(20px - 10px);
    content: "";
    height: calc(100% - 20px);
    opacity: 0.2;
    left: 10px;
    width: calc(100% - 20px);
    position: absolute;
}

.audience_profile_FH div p svg {
    top: 25px;
    border-radius: 50%;
    padding: 8px;
    left: 25px;
    transition: all 0.3s ease;
    position: absolute;
    height: 35px;
    width: 35px;
    background: rgb(212,227,220);
}

.plan_deck_Ar::after {
    background: linear-gradient(225deg, rgb(168,199,187,0.5), rgb(123,168,154,0.5));
    bottom: -50px;
    height: 250px;
    filter: blur(50px);
    border-radius: 50%;
    width: 250px;
    content: "";
    z-index: 0;
    position: absolute;
    left: -50px;
}

.plan_deck_Ar .plan_matrix_dp h2::after {
    content: "";
    left: 50%;
    height: 3px;
    width: 80px;
    position: absolute;
    bottom: -10px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(168,199,187), rgb(123,168,154));
}

.plan_deck_Ar .indv_sub_IY:hover {
    transform: translateY(-10px);
}

.plan_deck_Ar .indv_sub_IY:hover .study_rates_CD {
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
}

.plan_deck_Ar .indv_sub_IY h3 {
    position: relative;
    font-weight: 700;
    display: inline-block;
    color: #000000;
    font-size: calc(19px * 1.1);
    margin-bottom: 1rem;
}

.plan_deck_Ar .sub_options_Cq {
    font-size: calc(19px * 1.4);
    position: relative;
    margin: 1.5rem 0;
    display: block;
    color: rgb(123,168,154);
    font-weight: 700;
}

.plan_deck_Ar .img_icon_sh {
    height: 180px;
    position: relative;
}

.plan_deck_Ar .img_icon_sh::before {
    z-index: 1;
    content: "";
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
    position: absolute;
}

.title_welcome_hx {
    position: relative;
    min-height: 100vh;
    align-items: center;
    justify-content: center;
    margin: 0;
    font-family: Arial, sans-serif;
    display: flex;
    padding: 0;
    overflow: hidden;
    background: rgb(212,227,220);
}

.title_welcome_hx .edu_title_Mu {
    width: 100%;
    min-height: 400px;
    animation: fadeUp 1s ease-out 0.3s forwards;
    opacity: 0;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transform: translateY(20px);
    border: 1px solid rgb(123,168,154,0.5);
}

.title_welcome_hx .edu_title_Mu > div {
    color: #ffffff;
    display: flex;
    padding: 3rem;
    position: relative;
    z-index: 2;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.title_welcome_hx .edu_title_Mu h3 {
    color: #ffffff;
    padding-bottom: 1rem;
    opacity: 0;
    font-weight: 600;
    font-size: 31px;
    animation: fadeUp 0.8s ease-out 0.9s forwards;
    transform: translateY(20px);
    position: relative;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    margin: 0;
    line-height: 1.4;
}

.teacher_profile_yr::before {
    right: -5%;
    background: linear-gradient(120deg, rgb(168,199,187,0.5) 10%, rgb(123,168,154,0.5) 90%);
    opacity: 0.1;
    z-index: 1;
    transform: rotate(-15deg);
    width: 25rem;
    position: absolute;
    clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
    height: 25rem;
    top: -10%;
    content: "";
}

.teacher_profile_yr .student_insights_Ka:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(0) translateY(-5px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.07), 
                0 10px 20px rgba(0, 0, 0, 0.05);
}

.teacher_profile_yr .img_icon_sh {
    height: 180px;
    transform: rotate(-3deg);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    width: 180px;
    border: 4px solid #ffffff;
}

.teacher_profile_yr .student_insights_Ka > div:nth-child(2) {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.teacher_profile_yr .exp_section_zd::before {
    font-family: Georgia, serif;
    left: -0.8rem;
    position: absolute;
    color: rgb(168,199,187,0.5);
    opacity: 0.3;
    top: -1.5rem;
    content: "";
    font-size: 5rem;
}

.ar_tools_VW::before {
    height: 3px;
    width: 100%;
    position: absolute;
    background: rgb(123,168,154);
    left: 0;
    top: 0;
    content: "";
}

.ar_tools_VW .container {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    position: relative;
}

.ar_tools_VW .company_holder {
    border-radius: 10px;
    padding: 0;
    flex: 1 1 400px;
    position: relative;
}

.ar_tools_VW .company_holder::before {
    border-radius: 10px;
    top: 0;
    left: 0;
    width: 100%;
    background-size: 50px 50px;
    background-image:
        linear-gradient(0deg, transparent 24px, rgb(123,168,154) 25px, rgb(123,168,154) 26px, transparent 27px, transparent 49px),
        linear-gradient(90deg, transparent 24px, rgb(123,168,154) 25px, rgb(123,168,154) 26px, transparent 27px, transparent 49px);
    content: "";
    height: 100%;
    position: absolute;
    opacity: 0.1;
}

.ar_tools_VW .donate_books_Jj {
    font-size: 12px;
    border-bottom-right-radius: 10px;
    line-height: 1.6;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    position: relative;
    padding: 2rem;
    border-bottom-left-radius: 10px;
}

.ar_tools_VW .career_help_Eg {
    min-width: 400px;
    flex: 1 1 calc(100% - 450px);
}

.ar_tools_VW .top_train_za {
    border-radius: 10px;
    flex: 1 1 calc(50% - 1.5rem);
    min-width: 200px;
    position: relative;
    overflow: hidden;
}

.ar_tools_VW .top_train_za h5::before {
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background: #ffffff;
    margin-right: 10px;
    content: "";
    width: 8px;
}

.ar_tools_VW .top_train_za .main_learning_LG a {
    display: block;
    transition: all 0.3s ease;
    color: #ffffff;
    text-decoration: none;
    border-radius: 10px;
    position: relative;
    padding: 0.8rem 1rem 0.8rem 2rem;
    font-size: 12px;
}

.ar_tools_VW .top_train_za .main_learning_LG a:hover::before {
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1);
    background: #ffffff;
}

.license_cta_wy .container {
    align-items: center;
    display: flex;
    position: relative;
    justify-content: center;
}

.license_cta_wy .container::after {
    right: 15%;
}

.license_cta_wy .enroll_info_fH {
    display: inline-block;
    background: rgb(168,199,187);
    color: #ffffff;
    text-align: center;
    padding: 0.5rem 2rem;
    position: relative;
    font-size: 13px;
    border-radius: 30px;
}

.license_cta_wy .enroll_info_fH::after {
    left: 100%;
    margin-left: 15px;
}

.cookieNotificationBanner_gU {
    position: fixed;
    width: 100%;
    z-index: 90;
    bottom: 0;
    border-top: 2px solid rgb(168,199,187);
    background: rgb(212,227,220);
}

.cookieNotificationBanner_gU p {
    font-size: 18px;
}

.cookie_panel_AK svg, .cookie_panel_AK svg path, .cookie_panel_AK img {
    height: 100px;
    fill: rgb(168,199,187);
    width: 100px;
}

#cookieUsageWindow_qK:checked ~ .cookieNotificationBanner_gU {
    visibility: hidden;
    opacity: 0;
}

.wrapping-container_dn .visitor_privacy_uS {
    text-align: right;
}

.user_feedback_ms::before {
    top: 0;
    left: 0;
    background-size: 100px 100px;
    z-index: 0;
    height: 100%;
    background: linear-gradient(
        45deg,
        transparent 48%,
        rgb(123,168,154,0.5) 49%,
        rgb(123,168,154,0.5) 51%,
        transparent 52%
    );
    position: absolute;
    content: "";
    width: 100%;
    animation: moveBackground 15s linear infinite;
    opacity: 0.2;
}

.user_feedback_ms .student_insights_Ka {
    z-index: 1;
    align-items: center;
    flex-direction: column;
    background: #ffffff;
    transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 85%, 
        85% 100%, 
        0% 100%
    );
    padding: 2.5rem;
    position: relative;
    display: flex;
}

.user_feedback_ms .student_insights_Ka:hover::before {
    transform: translateY(15px) translateX(15px);
}

.user_feedback_ms .student_insights_Ka:nth-child(odd) {
    clip-path: polygon(
        15% 0%, 
        100% 0%, 
        100% 100%, 
        0% 100%, 
        0% 15%
    );
}

.user_feedback_ms .student_insights_Ka:nth-child(3n)::before {
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 100%, 
        15% 100%, 
        0% 85%
    );
}

.user_feedback_ms .student_insights_Ka::after {
    content: "";
    width: 50px;
    background: rgb(168,199,187);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    height: 50px;
    top: -15px;
    opacity: 0;
    transform: rotate(45deg);
    z-index: -2;
    right: -15px;
    transition: all 0.5s ease;
    position: absolute;
}

.user_feedback_ms .student_insights_Ka p {
    margin-bottom: 0.5rem;
    position: relative;
    font-weight: 600;
    text-align: center;
    color: #000000;
    font-size: 18px;
}

.user_feedback_ms .student_insights_Ka:hover .description {
    transform: translateY(-5px);
}



.user_feedback_ms .student_insights_Ka:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
}

.our_story_XJ {
    overflow: hidden;
    background-color: rgb(212,227,220);
    position: relative;
    padding: 100px 0;
}

.our_story_XJ .value_prop_EI {
    margin: 0 auto;
    gap: 0;
    flex-wrap: wrap;
    position: relative;
    max-width: 1200px;
    display: flex;
}

.our_story_XJ .value_prop_EI h3:hover {
    transform: translateX(5px);
}

.our_story_XJ .approach_edu_Zh {
    width: 55%;
    position: relative;
    padding-right: 60px;
}

.our_story_XJ .approach_edu_Zh span {
    font-size: 22px;
    color: rgb(168,199,187);
    transform: skewX(-10deg);
    border-radius: 10px;
    margin-bottom: 20px;
    background-color: rgb(168,199,187,0.5);
    font-weight: 600;
    display: inline-block;
    position: relative;
    padding: 8px 15px;
}

.our_story_XJ .founders_team_XT .fast_classes_ND {
    height: 320px;
    overflow: hidden;
    position: relative;
    width: 100%;
    border-radius: 16px 0 0 16px;
    margin-bottom: 40px;
    box-shadow: 15px 15px 0 rgb(123,168,154,0.5);
    transition: all 0.3s ease;
}

.course_methodology_Cg {
    overflow: hidden;
    position: relative;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(168,199,187,0.5) 0%, rgb(123,168,154) 100%);
}

.course_methodology_Cg .container {
    overflow: visible;
    position: relative;
    transition: transform 0.5s ease-out;
    margin: 0 auto;
    transform: perspective(1000px) rotateX(2deg);
    z-index: 2;
    max-width: 1200px;
}

.course_methodology_Cg .value_prop_EI:hover {
    box-shadow: 
        0 15px 40px rgba(0, 0, 0, 0.15),
        0 1px 0 rgba(255, 255, 255, 0.3) inset,
        0 -1px 0 rgba(0, 0, 0, 0.15) inset;
    transform: translateY(-5px);
}

.course_methodology_Cg h3 {
    animation: slideInTitle 0.8s 0.2s forwards cubic-bezier(0.22, 1, 0.36, 1);
    opacity: 0;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    position: relative;
    font-size: 32px;
    transform: translateX(-10px);
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.course_methodology_Cg p span {
    position: relative;
    z-index: 2;
    display: inline-block;
}

.course_methodology_Cg p span::before {
    height: 100%;
    width: 3px;
    position: absolute;
    transform-origin: top;
    transform: scaleY(0);
    content: "";
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    top: 0;
    opacity: 0.5;
    left: -10px;
    background: rgb(168,199,187);
}

.contact_xT::after {
    z-index: 1;
    left: 0;
    background-image: 
        linear-gradient(90deg, rgba(rgb(168,199,187), 0.03) 1px, transparent 1px),
        linear-gradient(rgba(rgb(168,199,187), 0.03) 1px, transparent 1px),
        radial-gradient(circle at 50% 50%, rgba(rgb(123,168,154), 0.05) 0%, transparent 25%),
        radial-gradient(circle at 80% 20%, rgba(rgb(168,199,187), 0.04) 0%, transparent 30%),
        radial-gradient(circle at 20% 80%, rgba(rgb(123,168,154), 0.04) 0%, transparent 30%);
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    animation: backgroundShift 30s linear infinite;
    background-size: 30px 30px, 30px 30px, 600px 600px, 400px 400px, 300px 300px;
    background-position: center center;
    width: 100%;
}

.contact_xT .img_icon_sh::after {
    content: "";
    height: 300%;
    position: absolute;
    left: -100%;
    top: -100%;
    background: linear-gradient(45deg, transparent 45%, rgba(255, 255, 255, 0.1) 50%, transparent 55%);
    z-index: 2;
    animation: shine 6s infinite ease-in-out;
    width: 300%;
}

.contact_xT form h3 {
    color: #000000;
    letter-spacing: 0.5px;
    font-weight: 600;
    font-size: 20px;
    position: relative;
    margin-bottom: 35px;
}

.contact_xT form input[type="text"] {
    transition: all 0.3s ease;
    border-radius: 8px;
    border: 1px solid rgba(rgb(168,199,187), 0.1);
    width: 100%;
    background: rgba(rgb(212,227,220), 0.5);
    padding: 18px 25px;
    font-size: 15px;
    backdrop-filter: blur(5px);
    color: #000000;
    margin-bottom: 25px;
}

.contact_xT .request_map_zP label::before {
    background: rgba(#ffffff, 0.6);
    transition: all 0.3s ease;
    border: 1px solid rgba(rgb(168,199,187), 0.3);
    height: 22px;
    left: 0;
    position: absolute;
    top: 0;
    content: "";
    width: 22px;
    border-radius: 4px;
}

.contact_xT .request_map_zP label a::after {
    width: 100%;
    transform: scaleX(0);
    transform-origin: right;
    height: 1px;
    content: "";
    background: rgb(168,199,187);
    transition: transform 0.3s ease;
    bottom: -2px;
    position: absolute;
    left: 0;
}

.contact_xT .support_list_Xj:hover::before {
    opacity: 1;
}

.contact_xT .support_list_Xj::after {
    left: -10px;
    content: "";
    position: absolute;
    width: 50px;
    top: -50%;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    height: 50px;
    transform: scale(0);
    z-index: -1;
    transition: all 0.5s ease;
}

.contact_xT svg:hover,
.contact_xT svg:hover path {
    transform: translateY(-2px);
    stroke: rgb(123,168,154);
}


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



@media (max-width: 480px) {header .nav_wrap_Nd {
    transform: none;
    padding: 10px;
}header .nav_wrap_Nd svg {
    height: 40px;
}header .nav_wrap_Nd:hover {
    transform: translateY(-3px);
}}



@media (min-width: 1024px) {.newsletter_subscription_Un .value_prop_EI {
    padding: 3.5rem 4rem;
    justify-content: space-between;
    display: flex;
    align-items: center;
}.newsletter_subscription_Un h3 {
    font-size: 24px;
    margin-bottom: 0;
    padding-right: 2rem;
    flex: 1;
}.newsletter_subscription_Un .input_holder {
    margin-top: 0;
    flex: 1;
}
}



@media (max-width: 767px) {.newsletter_subscription_Un {
    padding: 3rem 0;
}.newsletter_subscription_Un .value_prop_EI {
    padding: 2rem 1.5rem;
    transform: perspective(800px) rotateX(1deg);
}.newsletter_subscription_Un h3 {
    font-size: calc(20px * 1.1);
    max-width: 100%;
}.newsletter_subscription_Un input[type="email"] {
    padding: 0.9rem 1.2rem;
}.newsletter_subscription_Un .subscribe_now_vM {
    padding: 0.9rem 1.5rem;
}
}



@media (min-width: 768px) {.location_info_Oh {
    padding: 100px 30px;
}.location_info_Oh .learn_chat_eI {
    gap: 40px;
    grid-template-columns: 2fr 1fr 1fr;
    transform: perspective(1000px) rotateX(2deg) rotateY(-1deg);
    padding: 50px;
}.location_info_Oh h1 {
    font-size: calc(41px * 1.2);
    margin-bottom: 60px;
}.location_info_Oh h1::after {
    width: 100px;
    height: 5px;
}
}



@media (max-width: 1200px) {.course_benefits_OB .img_icon_sh {
    transform: translateX(-3vw);
}.course_benefits_OB .text_main_holder > div {
    transform: translateX(3vw);
}.course_benefits_OB .text_main_holder > div:nth-child(even) {
    transform: translateX(1vw);
}
}



@media (max-width: 768px) {.course_benefits_OB {
    padding: 4rem 0 6rem;
}.course_benefits_OB .value_prop_EI {
    width: 90%;
    gap: 1.5rem;
}.course_benefits_OB .img_icon_sh {
    height: 300px;
}.course_benefits_OB h2 {
    font-size: calc(36px * 0.9);
}
}



@media only screen and (max-width: 800px) {.privacy_preserve_vA {
    width: 90%;
    padding: 20px;
}.privacy_preserve_vA h1 {
    font-size: calc(18px - 5px);
}.privacy_preserve_vA h2 {
    font-size: calc(18px - 3px);
}.privacy_preserve_vA ul, .privacy_preserve_vA ol {
    padding-left: 10px;
}.privacy_preserve_vA li {
    padding-left: 15px;
}.privacy_preserve_vA li:before {
    left: -10px;
}.privacy_preserve_vA button {
    padding: 8px 15px;
}}



@media (max-width: 991px) {.thanksPart_iu {
    padding: 80px 0 60px;
}.thanksPart_iu h2 {
    margin-bottom: 30px;
    font-size: calc(37px * 0.9);
}.thanksPart_iu .value_prop_EI {
    padding: 30px;
}.thanksPart_iu h2::after {
    width: 100px;
}
}



@media (max-width: 767px) {.thanksPart_iu {
    padding: 60px 0 40px;
}.thanksPart_iu h2 {
    font-size: calc(37px * 0.8);
    margin-bottom: 25px;
}.thanksPart_iu .value_prop_EI {
    padding: 25px 20px;
    transform: translateZ(5px) rotateX(1deg);
}.thanksPart_iu .value_prop_EI:hover {
    transform: translateZ(8px) rotateX(0deg);
}.thanksPart_iu li {
    padding-left: 25px;
}.thanksPart_iu span {
    font-size: calc(12px * 0.95);
    line-height: 1.7;
}.thanksPart_iu .value_prop_EI::after {
    width: 40px;
    top: -5px;
    right: 20px;
    height: 40px;
}
}



@media (max-width: 479px) {.audience_profile_FH {
    padding: 60px 0;
}.audience_profile_FH h4 {
    margin-bottom: 40px;
    font-size: calc(28px - 6px);
    padding-bottom: 15px;
}.audience_profile_FH div {
    gap: 15px;
}.audience_profile_FH div p {
    padding: 15px 15px 15px 55px;
    font-size: calc(16px - 1px);
}.audience_profile_FH div p svg {
    padding: 6px;
    height: 25px;
    top: 15px;
    left: 15px;
    width: 25px;
}}



@media (max-width: 992px) {.title_welcome_hx {
    padding: 4rem 0;
}.title_welcome_hx .online_tech_Bn {
    font-size: calc(38px * 0.9);
}.title_welcome_hx .edu_title_Mu {
    min-height: 350px;
}.title_welcome_hx .edu_title_Mu > div {
    padding: 2.5rem;
}.title_welcome_hx .edu_title_Mu p {
    font-size: 13px;
    max-width: 90%;
}.title_welcome_hx .edu_title_Mu h3 {
    font-size: calc(31px * 0.9);
}
}



@media (max-width: 576px) {.title_welcome_hx {
    padding: 3rem 0;
}.title_welcome_hx > div {
    padding: 1rem;
}.title_welcome_hx .online_tech_Bn {
    font-size: calc(38px * 0.7);
}.title_welcome_hx .edu_title_Mu {
    min-height: 250px;
}.title_welcome_hx .edu_title_Mu > div {
    padding: 1.5rem;
}.title_welcome_hx .edu_title_Mu p {
    padding-left: 0.75rem;
    font-size: calc(13px * 0.9);
}.title_welcome_hx .edu_title_Mu h3 {
    font-size: calc(31px * 0.7);
}}



@media (max-width: 767px) {.teacher_profile_yr {
    padding: 3rem 0;
}.teacher_profile_yr .student_insights_Ka {
    padding: 2rem;
}.teacher_profile_yr .img_icon_sh {
    width: 150px;
    height: 150px;
}.teacher_profile_yr .name {
    font-size: calc(21px - 0.1rem);
}.teacher_profile_yr .exp_section_zd {
    font-size: calc(13px - 0.1rem);
    line-height: 1.6;
}
}



@media (max-width: 992px) {.ar_tools_VW {
    padding: 3.5rem 0 1.5rem;
}.ar_tools_VW .container {
    gap: 2.5rem;
    flex-direction: column;
}.ar_tools_VW .company_holder,
    .ar_tools_VW .career_help_Eg {
    min-width: 100%;
    flex: 1 1 100%;
}.ar_tools_VW .top_train_za {
    min-width: 200px;
    flex: 1 1 calc(50% - 1.5rem);
}.license_cta_wy .container::before,
    .license_cta_wy .container::after {
    display: none;
}
}



@media (max-width: 420px) {.ar_tools_VW::after {
    height: 5px;
    background-size: 100px 5px;
}.ar_tools_VW .company_holder h3::after,
    .ar_tools_VW .top_train_za h5::before,
    .ar_tools_VW .top_train_za h5::after {
    display: none;
}.ar_tools_VW .top_train_za h5 {
    padding: 0.8rem 1rem;
}.ar_tools_VW .top_train_za .main_learning_LG {
    padding: 1rem;
}.license_cta_wy .enroll_info_fH {
    padding: 0.4rem 1.5rem;
    width: 90%;
}}



@media (max-width: 992px) {.user_feedback_ms .learner_feedback_aX {
    grid-template-columns: repeat(2, 1fr);
}
}



@media (max-width: 1024px) {.our_story_XJ {
    padding: 80px 0;
}.our_story_XJ .value_prop_EI h3 {
    margin-bottom: 40px;
}.our_story_XJ .approach_edu_Zh,
    .our_story_XJ .founders_team_XT {
    width: 50%;
}.our_story_XJ .approach_edu_Zh {
    padding-right: 30px;
}.our_story_XJ .approach_edu_Zh .img_icon_sh,
    .our_story_XJ .founders_team_XT .fast_classes_ND {
    height: 280px;
}
}



@media (max-width: 576px) {.our_story_XJ {
    padding: 40px 0;
}.our_story_XJ .value_prop_EI h3 {
    margin-bottom: 25px;
    font-size: calc(43px * 0.7);
    padding-left: 15px;
    border-left-width: 4px;
}.our_story_XJ .approach_edu_Zh {
    margin-bottom: 40px;
}.our_story_XJ .approach_edu_Zh span {
    padding: 6px 12px;
    font-size: calc(22px * 0.9);
}.our_story_XJ .approach_edu_Zh p,
    .our_story_XJ .founders_team_XT p {
    line-height: 1.6;
    margin-bottom: 25px;
    font-size: calc(12px * 0.95);
}.our_story_XJ .approach_edu_Zh .img_icon_sh,
    .our_story_XJ .founders_team_XT .fast_classes_ND {
    height: 200px;
}.our_story_XJ .approach_edu_Zh .img_icon_sh {
    box-shadow: -8px 8px 0 rgb(168,199,187,0.5);
}.our_story_XJ .founders_team_XT .fast_classes_ND {
    box-shadow: 8px 8px 0 rgb(123,168,154,0.5);
}.our_story_XJ .approach_edu_Zh::after,
    .our_story_XJ .founders_team_XT::before {
    width: 25%;
}}



@media (max-width: 576px) {.course_methodology_Cg {
    padding: 2.5rem 0;
}.course_methodology_Cg .container {
    transform: none;
}.course_methodology_Cg .value_prop_EI {
    padding: 1.5rem;
}.course_methodology_Cg h3 {
    margin-bottom: 1rem;
    font-size: calc(32px * 0.8);
}.course_methodology_Cg p {
    font-size: calc(16px * 0.9);
    line-height: 1.6;
}.course_methodology_Cg h3::after {
    width: 50px;
}
}



@media (max-width: 768px) {.contact_xT {
    padding: 60px 0;
}.contact_xT .feedback_info_TH {
    margin-top: 40px;
    flex-direction: column;
}.contact_xT .img_icon_sh {
    width: 100%;
    min-height: 300px;
}.contact_xT .reach_reach_zr {
    width: 100%;
    padding: 40px 30px;
}.contact_xT form h3 {
    margin-bottom: 30px;
}.contact_xT form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.contact_xT .request_map_zP {
    margin-bottom: 25px;
}.contact_xT .support_list_Xj {
    padding: 14px 30px;
    width: 100%;
}
}



@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateZ(10px) rotateX(5deg) translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateZ(10px) rotateX(2deg) translateY(0);
    }
}



@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(123,168,154,0.5);
    }
    70% {
        box-shadow: 0 0 0 8px rgba(rgb(123,168,154), 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(rgb(123,168,154), 0);
    }
}



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

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



@keyframes shiftRight {
    0%, 100% { transform: translateX(0); }
    50% { transform: translateX(5px); }
}



@keyframes twinkle {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.6;
    }
}



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

@keyframes shine {
    0% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }
    30%, 100% { transform: translateX(100%) translateY(100%) rotate(45deg); }
}

