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

html,body {
    auto
contain
touch-action: none;
    min-height: 100%;
    scroll-behavior: smooth;
    color: #000000;
    scroll-snap-type: none;
    font-family: Arial, sans-serif;
    height: 100%;
}

header .nav_header_IM::before {
    top: 0;
    position: absolute;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 10px,
        rgb(123,168,154,0.5) 10px,
        rgb(123,168,154,0.5) 11px
    );
    content: "";
    width: 100%;
    height: 100%;
    animation: slidePattern 25s linear infinite;
    left: 0;
    opacity: 0.1;
}

header .nav_wrap_Nd:hover {
    box-shadow: 8px 8px 0 rgb(168,199,187);
    transform: rotate(0deg) translateY(-5px);
}

header .nav_wrap_Nd:hover::before {
    top: -8px;
    opacity: 1;
    right: -8px;
    bottom: -8px;
    left: -8px;
}

header .top_train_za::before {
    background: linear-gradient(90deg, transparent, rgb(123,168,154,0.5) 100%);
    right: 0;
    content: "";
    bottom: 0;
    opacity: 0.15;
    z-index: -1;
    width: 85%;
    transition: width 0.3s ease;
    border-radius: 0 18px 18px 0;
    position: absolute;
    top: 0;
}

header .head_master_AZ a::after {
    background: linear-gradient(90deg, rgb(168,199,187) 0%, rgb(123,168,154) 100%);
    bottom: 0;
    content: "";
    transform-origin: left;
    transition: transform 0.3s ease 0.1s;
    width: 100%;
    position: absolute;
    left: 0;
    height: 2px;
    transform: scaleX(0);
}

header .head_master_AZ a:hover::after {
    transform: scaleX(1);
}

.newsletter_subscription_Un::before {
    top: 0;
    position: absolute;
    opacity: 0.15;
    content: "";
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(168,199,187,0.5) 0%, transparent 25%),
        radial-gradient(circle at 80% 80%, rgb(123,168,154,0.5) 0%, transparent 30%);
    z-index: 0;
    left: 0;
}

.newsletter_subscription_Un h3 {
    position: relative;
    font-weight: 700;
    color: #000000;
    font-size: calc(24px * 1.2);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8);
    max-width: 90%;
    line-height: 1.4;
    margin-bottom: 2rem;
    font-family: Arial, sans-serif;
}

.newsletter_subscription_Un .input_holder {
    gap: 1rem;
    margin-top: 1.5rem;
    flex-wrap: wrap;
    display: flex;
    position: relative;
}

.newsletter_subscription_Un input[type="email"] {
    border: 1px solid rgba(0, 0, 0, 0.08);
    font-size: 15px;
    color: #000000;
    box-shadow: 
        inset 2px 2px 5px rgba(0, 0, 0, 0.05),
        inset -2px -2px 5px rgba(255, 255, 255, 0.8);
    background: #ffffff;
    padding: 1rem 1.5rem;
    width: 100%;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
}

.newsletter_subscription_Un .subscribe_now_vM:hover {
    transform: translateY(-3px);
    box-shadow: 
        8px 8px 16px rgba(0, 0, 0, 0.15),
        -8px -8px 16px rgba(255, 255, 255, 0.8),
        inset 1px 1px 2px rgba(255, 255, 255, 0.3);
}

.newsletter_subscription_Un .subscribe_now_vM:hover::before {
    left: 100%;
}

.location_info_Oh {
    overflow: hidden;
    font-family: Arial, sans-serif;
    padding: 80px 20px;
    background: linear-gradient(135deg, rgb(212,227,220) 0%, #ffffff 100%);
    position: relative;
}

.location_info_Oh::after {
    filter: blur(25px);
    background: linear-gradient(215deg, rgb(123,168,154,0.5) 0%, rgb(168,199,187,0.5) 100%);
    content: "";
    bottom: -5%;
    opacity: 0.5;
    width: 35%;
    transform: rotate(25deg) skewX(-15deg);
    left: -10%;
    position: absolute;
    z-index: 0;
    height: 60%;
}

.location_info_Oh .container {
    position: relative;
    z-index: 5;
    margin: 0 auto;
    max-width: 1200px;
}

.location_info_Oh .learn_chat_eI > div {
    transition: all 0.3s ease;
    position: relative;
    background: linear-gradient(to right, #ffffff 90%, rgba(rgb(168,199,187,0.5), 0.05) 100%);
    border-left: 4px solid rgb(168,199,187);
    padding: 20px;
}

.location_info_Oh .learn_chat_eI > div > div {
    font-size: 17px;
    line-height: 1.6;
    color: #000000;
}

.location_info_Oh h6:hover svg {
    transform: scale(1.1) rotate(5deg);
}

.location_info_Oh span::before {
    content: "";
    transform: translateY(-50%) rotate(45deg);
    background: rgb(123,168,154);
    width: 6px;
    height: 6px;
    position: absolute;
    left: -15px;
    top: 50%;
}

.location_info_Oh .ask_team_Gc::before {
    left: 5px;
    position: absolute;
    content: "";
    transition: width 0.3s ease;
    width: 0;
    background: rgb(168,199,187);
    bottom: -2px;
    height: 2px;
}

.location_info_Oh svg path {
    transition: fill 0.3s ease;
    fill: #000000;
}

.course_benefits_OB {
    background: linear-gradient(45deg, rgb(212,227,220) 0%, #ffffff 100%);
    padding: 6rem 0 8rem;
    overflow: hidden;
    position: relative;
}

.course_benefits_OB h2 {
    position: relative;
    margin-bottom: 3rem;
    margin-bottom: 1rem;
    font-size: 36px;
    grid-row: 1;
    font-weight: 700;
    text-align: center;
    color: #000000;
    grid-column: 1 / span 12;
    padding-bottom: 1.5rem;
}

.course_benefits_OB .text_title_Mn {
    gap: 1.5rem;
    position: relative;
    grid-row: 2;
    flex-direction: column;
    grid-column: 7 / span 6;
    display: flex;
}

.course_benefits_OB .img_icon_sh::before {
    animation: morphBg 15s infinite alternate ease-in-out;
    background: rgb(123,168,154,0.5);
    position: absolute;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    content: '';
    top: -10%;
    height: 120%;
    opacity: 0.3;
    right: -10%;
    width: 120%;
    z-index: -1;
}

.course_benefits_OB .text_main_holder > div:nth-child(even):hover {
    transform: translateX(0) translateY(-5px);
}

.course_benefits_OB .text_main_holder > div:hover::before {
    height: 100%;
}

.course_benefits_OB .text_main_holder > div:hover svg {
    fill: rgb(123,168,154);
    transform: rotate(10deg);
}

.course_benefits_OB .text_main_holder > div:hover svg path {
    fill: rgb(123,168,154);
}

.privacy_preserve_vA {
    color: #000000;
    margin: 0 auto;
    border: 1px solid rgba(0, 0, 0, 0.5);
    width: 80%;
    padding: 40px;
    max-width: 1000px;
    background: #ffffff;
    font-family: Arial, sans-serif;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    position: relative;
}

.privacy_preserve_vA ul, .privacy_preserve_vA ol {
    z-index: 1;
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 20px;
    position: relative;
}

.privacy_preserve_vA li:before {
    left: 0;
    position: absolute;
    line-height: 1;
    font-size: 1.2em;
    content: "•";
    color: rgb(168,199,187);
}

.privacy_preserve_vA p, .privacy_preserve_vA span {
    color: #000000;
    line-height: 1.6;
    position: relative;
    margin-bottom: 10px;
    z-index: 1;
    font-size: 13px;
}

.privacy_preserve_vA a:hover {
    color: rgb(168,199,187);
    border-bottom: 1px solid rgb(168,199,187);
}

.privacy_preserve_vA button:hover {
    background: rgb(168,199,187);
}

.course_highlights_uC .container {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
    z-index: 3;
}

.course_highlights_uC .text_title_Mn h2 {
    padding-bottom: 15px;
    font-weight: 700;
    font-size: 36px;
    color: #000000;
    text-align: center;
    border-bottom: 2px solid rgb(168,199,187);
    margin-bottom: 25px;
}

.course_highlights_uC .text_title_Mn .description:last-child {
    margin-bottom: 0;
    font-weight: 600;
}

.thanksPart_iu {
    overflow: hidden;
    padding: 120px 0 80px;
    position: relative;
    perspective: 1000px;
    background: linear-gradient(135deg, rgb(212,227,220) 0%, rgb(123,168,154,0.5) 100%);
}

.thanksPart_iu .container {
    padding: 0 15px;
    position: relative;
    z-index: 2;
    max-width: 1140px;
    transform-style: preserve-3d;
    margin: 0 auto;
}

.thanksPart_iu h2 {
    margin-bottom: 40px;
    position: relative;
    color: #000000;
    letter-spacing: -0.01em;
    line-height: 1.3;
    animation: slideIn 0.8s ease-out forwards;
    transform: translateZ(20px);
    text-shadow: 0 1px 0 rgba(255,255,255,0.6);
    font-weight: 700;
    font-size: 37px;
}

.thanksPart_iu .value_prop_EI:hover {
    transform: translateZ(15px) rotateX(0deg);
    box-shadow: 0 20px 50px rgba(0,0,0,0.12);
}

.thanksPart_iu li {
    position: relative;
    padding-left: 30px;
}

.thanksPart_iu .value_prop_EI::after {
    z-index: -1;
    transform: rotate(15deg);
    animation: float 6s infinite ease-in-out;
    position: absolute;
    content: "";
    background: linear-gradient(135deg, rgb(168,199,187) 0%, rgb(123,168,154) 100%);
    right: 30px;
    width: 60px;
    border-radius: 10px;
    opacity: 0.9;
    height: 60px;
    top: -10px;
}

.audience_profile_FH .value_prop_EI {
    position: relative;
}

.audience_profile_FH h4 {
    margin-bottom: 70px;
    font-size: 28px;
    padding-bottom: 20px;
    color: #000000;
    position: relative;
    text-align: center;
    font-weight: 700;
}

.audience_profile_FH div p {
    position: relative;
    min-width: 280px;
    margin: 0;
    transition: all 0.3s ease;
    padding: 25px 25px 25px 75px;
    border-radius: 20px;
    line-height: 1.6;
    color: #000000;
    font-size: 16px;
    flex: 0 0 calc(33.333% - 20px);
    background: #ffffff;
    z-index: 1;
}

.audience_profile_FH div p:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.audience_profile_FH div p:hover::after {
    top: 15px;
    left: 15px;
}

.audience_profile_FH div p svg path {
    transition: all 0.3s ease;
    fill: rgb(168,199,187);
}

.plan_deck_Ar {
    padding: 5rem 0;
    overflow: hidden;
    background: rgb(212,227,220);
    position: relative;
}

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

.plan_deck_Ar .skill_plans_kl {
    display: flex;
    flex-direction: column-reverse;
    gap: 3rem;
}

.plan_deck_Ar .plan_matrix_dp {
    padding: 0 1rem;
    text-align: center;
    position: relative;
    margin: 0 auto;
    max-width: 800px;
}

.plan_deck_Ar .tuition_plans_Vn {
    line-height: 1.6;
    font-size: 12px;
    margin-bottom: 1rem;
    color: #000000;
}

.plan_deck_Ar .indv_sub_IY {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    text-decoration: none;
    transform-style: preserve-3d;
    position: relative;
    display: block;
}

.plan_deck_Ar .discount_price_NB {
    position: relative;
    padding: 2rem;
    z-index: 2;
    flex: 1;
}

.plan_deck_Ar .indv_sub_IY h3::before {
    background: rgb(168,199,187);
    transition: width 0.3s ease;
    width: 40px;
    bottom: -5px;
    height: 2px;
    content: "";
    left: 0;
    position: absolute;
}

.plan_deck_Ar .indv_sub_IY p {
    overflow-wrap: break-word;
    line-height: 1.6;
    font-size: 12px;
    margin-bottom: 1rem;
    hyphens: auto;
    color: #000000;
    word-wrap: break-word;
}

.plan_deck_Ar .indv_sub_IY:nth-child(1) .study_rates_CD {
    border-top: 4px solid rgb(168,199,187);
}

.plan_deck_Ar .indv_sub_IY:nth-child(3) .study_rates_CD {
    border-top: 4px solid #6c5ce7;
}

.title_welcome_hx > div {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    padding: 2rem;
    margin: 0 auto;
    width: 100%;
}

.title_welcome_hx .online_tech_Bn {
    font-weight: 700;
    transform: perspective(1000px) rotateX(0deg);
    font-size: 38px;
    transition: transform 0.5s ease;
    margin: 0;
    color: rgb(168,199,187);
    padding-bottom: 0.5rem;
    position: relative;
    display: inline-block;
}

.title_welcome_hx .edu_title_Mu::before {
    z-index: 1;
    opacity: 0.7;
    content: "";
    background: linear-gradient(135deg, rgb(168,199,187,0.5), rgba(0, 0, 0, 0.5));
    bottom: 0;
    position: absolute;
    right: 0;
    transition: opacity 0.5s ease;
    left: 0;
    top: 0;
}

.title_welcome_hx .edu_title_Mu p::before {
    transform-origin: top;
    width: 3px;
    position: absolute;
    left: 0;
    background: rgb(123,168,154);
    top: 0;
    transform: scaleY(0);
    content: "";
    animation: scaleVertical 0.5s ease-out 1s forwards;
    bottom: 0;
}

.teacher_profile_yr {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(212,227,220) 0%, rgba(245, 245, 250, 0.9) 100%);
    padding: 5rem 0;
    position: relative;
}

.teacher_profile_yr::after {
    content: "";
    opacity: 0.08;
    bottom: -5%;
    z-index: 1;
    width: 15rem;
    transform: rotate(12deg);
    left: -5%;
    position: absolute;
    background: linear-gradient(220deg, rgb(123,168,154,0.5) 10%, rgb(168,199,187,0.5) 90%);
    height: 15rem;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}

.teacher_profile_yr .student_insights_Ka > div:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
}

.teacher_profile_yr .student_insights_Ka:hover .img_icon_sh {
    transform: rotate(0deg) scale(1.05);
}

.teacher_profile_yr .name {
    font-weight: 700;
    color: rgb(168,199,187);
    margin-bottom: 0.5rem;
    display: inline-block;
    position: relative;
    font-size: 21px;
}

.teacher_profile_yr .student_insights_Ka:hover .name::after {
    width: 90%;
}

.teacher_profile_yr .student_insights_Ka > div:nth-child(2) > div {
    text-transform: uppercase;
    font-size: calc(13px - 0.1rem);
    color: rgb(123,168,154);
    font-weight: 600;
    letter-spacing: 0.5px;
}

footer::before {
    position: absolute;
    background: rgb(168,199,187);
    right: 0;
    content: "";
    opacity: 0.95;
    bottom: 0;
    top: 0;
    z-index: -2;
    left: 0;
}

.ar_tools_VW::after {
    opacity: 0.5;
    height: 8px;
    content: "";
    background-image: 
        linear-gradient(90deg, 
            rgb(123,168,154) 0px, rgb(123,168,154) 10px,
            transparent 10px, transparent 15px,
            rgb(123,168,154) 15px, rgb(123,168,154) 30px,
            transparent 30px, transparent 35px,
            rgb(123,168,154) 35px, rgb(123,168,154) 40px,
            transparent 40px, transparent 60px,
            rgb(123,168,154) 60px, rgb(123,168,154) 70px,
            transparent 70px, transparent 80px,
            rgb(123,168,154) 80px, rgb(123,168,154) 90px,
            transparent 90px, transparent 110px,
            rgb(123,168,154) 110px, rgb(123,168,154) 120px,
            transparent 120px, transparent 140px
        );
    position: absolute;
    top: 3px;
    left: 0;
    width: 100%;
    background-repeat: repeat-x;
}

.ar_tools_VW .donate_books_Jj::before {
    top: 2rem;
    background: rgb(123,168,154);
    position: absolute;
    content: "";
    opacity: 0.6;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    left: -10px;
}

.ar_tools_VW .main_learning_LG {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
}

.ar_tools_VW .top_train_za h5 {
    padding: 1rem 1.5rem;
    display: flex;
    font-size: 24px;
    color: #ffffff;
    font-weight: 600;
    background: rgb(123,168,154);
    position: relative;
    align-items: center;
    margin: 0;
}

.ar_tools_VW .top_train_za h5::after {
    transform: translateY(-50%);
    border-radius: 50%;
    content: "";
    width: 6px;
    height: 6px;
    right: 15px;
    position: absolute;
    top: 50%;
    background: #ffffff;
}

.ar_tools_VW .top_train_za .main_learning_LG a:hover {
    background: rgba(255, 255, 255, 0.1);
}

.license_cta_wy {
    margin-top: 2.5rem;
    padding: 2rem 0;
    position: relative;
    background: rgb(123,168,154);
}

.license_cta_wy::before {
    background-repeat: repeat-x;
    width: 100%;
    position: absolute;
    left: 0;
    height: 5px;
    top: -5px;
    background-image: 
        linear-gradient(90deg, 
            transparent 0px, transparent 20px,
            rgb(168,199,187) 20px, rgb(168,199,187) 40px,
            transparent 40px, transparent 60px,
            rgb(168,199,187) 60px, rgb(168,199,187) 80px,
            transparent 80px, transparent 100px,
            rgb(168,199,187) 100px, rgb(168,199,187) 120px
        );
    content: "";
}

.learn_prefs_ve {
    padding: 20px 0;
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.cookieNotificationBanner_gU h5 {
    margin-bottom: 6px;
    font-size: 22px;
}

.cookie_overlay_dL {
    border-bottom: 2px solid rgb(168,199,187);
    line-height: 35px;
    cursor: pointer;
    white-space: nowrap;
    min-width: 120px;
    font-size: 24px;
    color: rgb(168,199,187);
    margin-left: 10px;
    text-decoration: none;
    flex-shrink: 0;
    text-align: center;
}

.user_feedback_ms {
    background: rgb(212,227,220);
    overflow: hidden;
    position: relative;
    padding: 7rem 0;
}

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

.user_feedback_ms h2 {
    display: inline-block;
    margin-bottom: 5rem;
    font-weight: 700;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    padding: 1rem 3rem 1rem 0;
    color: #000000;
    background: linear-gradient(
        135deg,
        #ffffff 0%,
        rgb(123,168,154,0.5) 100%
    );
    transform: skewX(-5deg);
    position: relative;
    font-size: 29px;
}

.user_feedback_ms .student_insights_Ka:nth-child(even)::before {
    background: linear-gradient(
        135deg,
        rgb(123,168,154,0.5),
        rgb(168,199,187,0.5)
    );
    transform: translateY(10px) translateX(-10px);
}

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

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

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

.user_feedback_ms .student_insights_Ka:nth-child(odd)::after {
    left: -15px;
    top: -15px;
    background: rgb(123,168,154);
}

.user_feedback_ms .student_insights_Ka img {
    transition: all 0.5s ease;
    width: 80px;
    height: 80px;
    object-fit: cover;
    margin-bottom: 1.5rem;
    border-radius: 0;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.user_feedback_ms .student_insights_Ka:hover p::after {
    width: 50px;
}

.user_feedback_ms .student_insights_Ka .description {
    font-size: 17px;
    position: relative;
    transition: all 0.3s ease;
    margin-top: 1rem;
    text-align: center;
    color: #000000;
    transform: translateY(0);
    line-height: 1.6;
    font-weight: 400;
}

.user_feedback_ms .student_insights_Ka:nth-child(4n+3) {
    animation: shiftDown 15s infinite alternate;
}

.our_story_XJ .container {
    z-index: 2;
    position: relative;
}

.our_story_XJ .value_prop_EI h3 {
    color: #000000;
    border-left: 6px solid rgb(168,199,187);
    transform: translateZ(0);
    margin-bottom: 60px;
    width: 100%;
    font-weight: 700;
    position: relative;
    transition: transform 0.3s ease;
    font-size: 43px;
    padding-left: 20px;
}

.our_story_XJ .approach_edu_Zh p {
    margin-bottom: 40px;
    font-size: 12px;
    color: #000000;
    line-height: 1.8;
    position: relative;
}

.our_story_XJ .approach_edu_Zh .img_icon_sh {
    width: 100%;
    border-radius: 0 16px 16px 0;
    position: relative;
    box-shadow: -15px 15px 0 rgb(168,199,187,0.5);
    overflow: hidden;
    height: 320px;
    transition: all 0.3s ease;
}

.our_story_XJ .approach_edu_Zh::after {
    position: absolute;
    content: "";
    left: 0;
    height: 2px;
    width: 40%;
    bottom: -30px;
    background: linear-gradient(90deg, rgb(168,199,187), transparent);
}

.course_methodology_Cg::before {
    width: 100%;
    height: 100%;
    z-index: 1;
    content: "";
    background: radial-gradient(circle at 70% 30%, rgb(255, 255, 255, 0.5) 0%, transparent 70%);
    position: absolute;
    top: 0;
    left: 0;
}

.course_methodology_Cg .container:hover {
    transform: perspective(1000px) rotateX(0deg);
}

.course_methodology_Cg .value_prop_EI {
    padding: 3rem;
    position: relative;
    background: linear-gradient(
        135deg, 
        rgba(255, 255, 255, 0.1) 0%, 
        rgba(255, 255, 255, 0.05) 100%
    );
    backdrop-filter: blur(5px);
    border-radius: 8px;
    transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.1),
        0 1px 0 rgba(255, 255, 255, 0.2) inset,
        0 -1px 0 rgba(0, 0, 0, 0.1) inset;
}

.course_methodology_Cg h3::after {
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    transform: scaleX(0);
    left: 0;
    background: #ffffff;
    width: 60px;
    content: "";
    position: absolute;
    bottom: -8px;
    transform-origin: left;
    animation: expandLine 1s 0.6s forwards cubic-bezier(0.22, 1, 0.36, 1);
    height: 3px;
}

.contact_xT {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(120deg, rgb(212,227,220), rgba(rgb(168,199,187), 0.03));
}



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

.contact_xT h2 {
    display: inline-block;
    margin-bottom: 15px;
    perspective: 1000px;
    text-align: center;
    letter-spacing: 1px;
    font-size: 38px;
    position: relative;
    left: 50%;
    color: #000000;
    font-weight: 700;
    transform: translateX(-50%);
}

.contact_xT .feedback_info_TH {
    position: relative;
    background: #ffffff;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
    display: flex;
    border-radius: 16px;
    margin-top: 60px;
    perspective: 1000px;
    overflow: hidden;
    transform-style: preserve-3d;
}

.contact_xT .img_icon_sh::before {
    z-index: 1;
    inset: 0;
    position: absolute;
    background: linear-gradient(210deg, rgba(rgb(168,199,187), 0.5), rgba(rgb(123,168,154), 0.5));
    content: "";
    mix-blend-mode: multiply;
}

.contact_xT .reach_reach_zr::before {
    z-index: 0;
    background: 
        radial-gradient(circle, rgba(rgb(168,199,187), 0.03) 0%, transparent 70%);
    width: 500px;
    border-radius: 50%;
    top: 0;
    position: absolute;
    opacity: 0.5;
    right: 0;
    content: "";
    height: 500px;
}

.contact_xT form input[type="text"]:focus {
    border-color: rgb(168,199,187);
    box-shadow: 0 0 0 4px rgba(rgb(168,199,187), 0.1);
    background: rgba(#ffffff, 0.9);
    outline: none;
}

.contact_xT .request_map_zP {
    display: flex;
    position: relative;
    margin-bottom: 30px;
}

.contact_xT .request_map_zP label {
    cursor: pointer;
    font-size: 15px;
    line-height: 1.5;
    position: relative;
    color: #000000;
    padding-left: 35px;
}

.contact_xT .request_map_zP input[type="checkbox"]:checked + label::after {
    border-width: 0 2px 2px 0;
    top: 4px;
    height: 12px;
    transform: rotate(45deg);
    width: 6px;
    left: 8px;
    content: "";
    border: solid #ffffff;
    position: absolute;
}

.contact_xT .request_map_zP label a:hover::after {
    transform-origin: left;
    background: rgb(123,168,154);
    transform: scaleX(1);
}

.contact_xT .support_list_Xj::before {
    opacity: 0;
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    transition: opacity 0.3s ease;
    background: linear-gradient(45deg, rgb(168,199,187), rgb(123,168,154));
    z-index: -1;
}

.contact_xT svg {
    fill: none;
    stroke: rgb(168,199,187);
    stroke-width: 2;
    filter: drop-shadow(0 2px 2px rgba(rgb(168,199,187), 0.3));
    transition: all 0.3s ease;
    width: 22px;
    height: 22px;
}



@media (max-width: 991px) {header .main_bar_Op {
    gap: 1.5rem;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
}header .nav_pagewrap_jK {
    justify-self: center;
}header .top_train_za {
    justify-content: center;
}header .top_train_za::before {
    opacity: 0.1;
    background: rgb(123,168,154,0.5);
    width: 100%;
}
}



@media (max-width: 1023px) {.newsletter_subscription_Un .value_prop_EI {
    padding: 2.5rem;
    text-align: center;
}.newsletter_subscription_Un h3 {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}.newsletter_subscription_Un h3::after {
    left: 50%;
    transform: translateX(-50%);
}.newsletter_subscription_Un .input_holder {
    align-items: center;
    flex-direction: column;
}.newsletter_subscription_Un .input_holder div {
    width: 100%;
}.newsletter_subscription_Un .subscribe_now_vM {
    width: 100%;
    margin-top: 0.5rem;
}
}



@media (prefers-reduced-motion: reduce) {.newsletter_subscription_Un .value_prop_EI,
    .newsletter_subscription_Un .subscribe_now_vM,
    .newsletter_subscription_Un input[type="email"],
    .newsletter_subscription_Un h3::after,
    .newsletter_subscription_Un .subscribe_now_vM::before {
    transition: none;
}}



@media (hover: hover) {.location_info_Oh .learn_chat_eI > div {
    transform: translateY(0);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.location_info_Oh .learn_chat_eI > div:hover {
    transform: translateY(-5px) translateX(5px);
}.location_info_Oh .ask_team_Gc svg {
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}.location_info_Oh .ask_team_Gc:hover svg {
    transform: translateY(-3px) rotate(5deg);
}
}



@media (max-width: 992px) {.course_benefits_OB .value_prop_EI {
    grid-template-columns: 1fr;
    width: 85%;
}.course_benefits_OB h2 {
    grid-column: 1;
}.course_benefits_OB .img_icon_sh {
    grid-row: 2;
    transform: translateX(0);
    grid-column: 1;
    height: 350px;
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
    margin-bottom: 2rem;
}.course_benefits_OB .text_title_Mn {
    grid-column: 1;
    grid-row: 3;
}.course_benefits_OB .text_main_holder > div,
    .course_benefits_OB .text_main_holder > div:nth-child(even) {
    transform: translateX(0);
}.course_benefits_OB .text_main_holder > div:hover,
    .course_benefits_OB .text_main_holder > div:nth-child(even):hover {
    transform: translateY(-5px);
}
}


@media (max-width: 480px) {.course_highlights_uC {
    padding: 50px 0;
}.course_highlights_uC .text_title_Mn {
    padding: 20px;
}.course_highlights_uC .text_title_Mn h2 {
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: calc(36px * 0.8);
}.course_highlights_uC .text_title_Mn .description {
    font-size: calc(17px * 0.9);
    line-height: 1.5;
}}



@media (max-width: 991px) {.audience_profile_FH {
    padding: 100px 0;
}.audience_profile_FH h4 {
    font-size: calc(28px - 2px);
    margin-bottom: 60px;
}.audience_profile_FH div {
    gap: 25px;
}.audience_profile_FH div p {
    min-width: 250px;
    flex: 0 0 calc(50% - 15px);
    padding: 20px 20px 20px 65px;
}.audience_profile_FH div p svg {
    left: 20px;
    height: 30px;
    top: 20px;
    width: 30px;
}
}



@media (max-width: 767px) {.audience_profile_FH {
    padding: 80px 0;
}.audience_profile_FH h4 {
    margin-bottom: 50px;
    font-size: calc(28px - 4px);
}.audience_profile_FH div {
    gap: 20px;
}.audience_profile_FH div p {
    padding: 18px 18px 18px 60px;
    flex: 0 0 100%;
}.audience_profile_FH div p svg {
    height: 28px;
    width: 28px;
}
}



@media (min-width: 992px) {.plan_deck_Ar .skill_plans_kl {
    flex-direction: row;
    align-items: center;
    gap: 4rem;
}.plan_deck_Ar .training_fees_Xc {
    grid-template-columns: repeat(2, 1fr);
    flex: 2;
}.plan_deck_Ar .plan_matrix_dp {
    text-align: left;
    padding-right: 3rem;
    flex: 1;
}.plan_deck_Ar .plan_matrix_dp h2::after {
    transform: none;
    left: 0;
}.plan_deck_Ar .study_rates_CD {
    min-height: 500px;
}
}



@media (max-width: 768px) {.title_welcome_hx > div {
    padding: 1.5rem;
}.title_welcome_hx .pedagogy_info_xL {
    margin-bottom: 2rem;
}.title_welcome_hx .online_tech_Bn {
    font-size: calc(38px * 0.8);
}.title_welcome_hx .edu_title_Mu {
    min-height: 300px;
}.title_welcome_hx .edu_title_Mu > div {
    padding: 2rem;
}.title_welcome_hx .edu_title_Mu p {
    max-width: 100%;
}.title_welcome_hx .edu_title_Mu h3 {
    font-size: calc(31px * 0.8);
}
}



@media (min-width: 992px) {.teacher_profile_yr .student_insights_Ka {
    grid-template-columns: 250px 250px 1fr;
    grid-template-rows: 1fr;
    align-items: center;
}.teacher_profile_yr .student_insights_Ka > div:first-child {
    grid-row: 1;
}.teacher_profile_yr .img_icon_sh {
    width: 220px;
    height: 220px;
}.teacher_profile_yr .exp_section_zd {
    padding-left: 2rem;
}.teacher_profile_yr .exp_section_zd::before {
    font-size: 6rem;
    top: -2rem;
    left: -0.5rem;
}
}



@media (max-width: 1200px) {.ar_tools_VW .container {
    gap: 2rem;
}.ar_tools_VW .company_holder {
    flex: 1 1 350px;
}.ar_tools_VW .career_help_Eg {
    flex: 1 1 calc(100% - 400px);
    min-width: 350px;
}.ar_tools_VW .main_learning_LG {
    gap: 2rem;
}.license_cta_wy .container::before {
    left: 5%;
}.license_cta_wy .container::after {
    right: 5%;
}
}



@media (max-width: 576px) {.ar_tools_VW {
    padding: 2.5rem 0 0.8rem;
}.ar_tools_VW .top_train_za {
    min-width: 100%;
    flex: 1 1 100%;
}.ar_tools_VW .main_learning_LG {
    gap: 1rem;
}.ar_tools_VW .top_train_za .main_learning_LG a {
    padding: 0.7rem 1rem 0.7rem 1.8rem;
}.ar_tools_VW .top_train_za .main_learning_LG a::before {
    left: 0.6rem;
}.license_cta_wy {
    padding: 1.5rem 0;
    margin-top: 1.5rem;
}.license_cta_wy .enroll_info_fH::before,
    .license_cta_wy .enroll_info_fH::after {
    display: none;
}
}


@media only screen and (max-width: 800px)  {.wrapping-container_dn .cookie_overlay_dL {
    margin-bottom: 10px;
    margin-left: 0;
}}



@media (max-width: 768px) {.user_feedback_ms {
    padding: 5rem 0;
}.user_feedback_ms h2 {
    background: none;
    transform: none;
    font-size: calc(29px * 0.9);
    padding: 0;
    margin-bottom: 3rem;
    clip-path: none;
}.user_feedback_ms .learner_feedback_aX {
    gap: 3rem;
    grid-template-columns: 1fr;
}.user_feedback_ms .student_insights_Ka,
    .user_feedback_ms .student_insights_Ka:nth-child(odd),
    .user_feedback_ms .student_insights_Ka:nth-child(3n),
    .user_feedback_ms .student_insights_Ka:nth-child(3n+1) {
    clip-path: polygon(
            5% 0%, 
            95% 0%, 
            100% 5%, 
            100% 95%, 
            95% 100%, 
            5% 100%, 
            0% 95%, 
            0% 5%
        );
}.user_feedback_ms .student_insights_Ka::before,
    .user_feedback_ms .student_insights_Ka:nth-child(odd)::before,
    .user_feedback_ms .student_insights_Ka:nth-child(3n)::before,
    .user_feedback_ms .student_insights_Ka:nth-child(3n+1)::before {
    transform: translateY(5px) translateX(5px);
    clip-path: polygon(
            5% 0%, 
            95% 0%, 
            100% 5%, 
            100% 95%, 
            95% 100%, 
            5% 100%, 
            0% 95%, 
            0% 5%
        );
}.user_feedback_ms .student_insights_Ka:hover::before {
    transform: translateY(8px) translateX(8px);
}.user_feedback_ms .student_insights_Ka:nth-child(even):hover::before {
    transform: translateY(8px) translateX(-8px);
}.user_feedback_ms .student_insights_Ka,
    .user_feedback_ms .student_insights_Ka:nth-child(4n+1),
    .user_feedback_ms .student_insights_Ka:nth-child(4n+2),
    .user_feedback_ms .student_insights_Ka:nth-child(4n+3) {
    animation: none;
}}



@media (max-width: 1024px) {.contact_xT {
    padding: 80px 0;
}.contact_xT .feedback_info_TH {
    margin-top: 50px;
}.contact_xT .img_icon_sh {
    min-height: 450px;
}.contact_xT .reach_reach_zr {
    padding: 50px 40px;
}
}



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



@keyframes morphBg {
    0% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    50% {
        border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
    }
    100% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
}



@keyframes lineExpand {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}



@keyframes slideIn {
    0% {
        opacity: 0;
        transform: translateZ(20px) translateX(-30px);
    }
    100% {
        opacity: 1;
        transform: translateZ(20px) translateX(0);
    }
}



@keyframes floating {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.05);
    }
}



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



@keyframes scaleHorizontal {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}



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



@keyframes float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}



@keyframes expandLine {
    to {
        transform: scaleX(1);
    }
}

