﻿.affiliate_cta_bv {
    flex: 0 0 auto;
}

.affiliate_cta_bv {
    overflow: hidden;
    font-family: Arial, sans-serif;
    padding: 0 0 30px;
    position: relative;
}

.homepage_Oa .learn_front_Qo {
    min-height: 600px;
    justify-content: center;
    display: flex;
    position: relative;
    height: 100vh;
    align-items: center;
}

.homepage_Oa .mentor_values_jp {
    animation: fadeSlideUp 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    z-index: 3;
    position: relative;
    padding: 3rem;
    transform: translateY(-20px);
    max-width: 90%;
    width: 1000px;
}

.homepage_Oa .mentor_values_jp > div:nth-child(3) {
    animation: slideInRight 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.9s forwards;
    opacity: 0;
    transform: translateX(20px);
}

.homepage_Oa .title_style_header::after {
    left: 0;
    transform: scaleX(0);
    height: 4px;
    transform-origin: left;
    position: absolute;
    width: 80px;
    content: '';
    animation: lineGrow 1s cubic-bezier(0.25, 1, 0.5, 1) 1.2s forwards;
    background: rgb(163,190,190);
    bottom: -10px;
}

.who_we_are_y0::before {
    right: 0;
    backdrop-filter: blur(5px);
    top: 0;
    bottom: 0;
    position: absolute;
    left: 0;
    background: linear-gradient(135deg, 
        rgba(#000000, 0.85) 0%,
        rgba(#000000, 0.75) 50%,
        rgba(rgb(163,190,190), 0.65) 100%);
    z-index: -1;
    content: "";
}

.who_we_are_y0 .text_content_box_6n {
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), 
                box-shadow 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 50px;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(rgb(163,190,190), 0.1);
    transform: translateY(0);
    overflow: hidden;
    border-radius: 3px;
}

.stay_updated_jf::before {
    content: "";
    background: repeating-linear-gradient(
        -45deg,
        rgb(255, 255, 255, 0.5) 0px,
        rgb(255, 255, 255, 0.5) 1px,
        transparent 1px,
        transparent 10px
    );
    left: 0;
    opacity: 0.05;
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    z-index: 1;
}

.stay_updated_jf .teach_method_7z h3 {
    font-weight: 600;
    color: #000000;
    line-height: 1.4;
    max-width: 80%;
    font-size: calc(20px * 1.1);
    position: relative;
    margin-bottom: 2rem;
}

.stay_updated_jf .teach_method_7z h3 {
    margin-bottom: 0;
    padding-right: 2rem;
    font-size: 33px;
    max-width: 45%;
}

.stay_updated_jf .input_holder div {
    position: relative;
    flex: 1 1 250px;
}

.stay_updated_jf .input_holder input[type="email"] {
    width: 100%;
    background-color: #ffffff;
    padding: 1rem 1.2rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    color: #000000;
    font-size: 14px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.stay_updated_jf .input_holder .sub_backdrop_QZ:hover::before {
    left: 100%;
}

.stay_updated_jf .teach_method_7z > div {
    flex: 0 0 50%;
}

.course_structure_tZ {
    overflow: hidden;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(207,222,223) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
}

.course_structure_tZ h2 {
    font-size: 35px;
    position: relative;
    color: #000000;
    max-width: 90%;
    line-height: 1.3;
    font-weight: 700;
    transform: translateX(-0.5rem);
    margin-bottom: 3rem;
}

.course_structure_tZ .hero_image_cB:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 30px rgba(0,0,0,0.15);
}

.course_structure_tZ .text_content_box_6n {
    position: relative;
    padding: 0.5rem 0;
}

.course_structure_tZ .description {
    padding-right: 1rem;
    position: relative;
    margin-bottom: 1.5rem;
    overflow-y: auto;
    line-height: 1.7;
    color: #000000;
    font-size: 16px;
    max-height: 300px;
}

.teaching_experience_lS .container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}

.teaching_experience_lS .feedback_corner_T6::before {
    height: 30px;
    top: -15px;
    left: 50px;
    content: "";
    position: absolute;
    transform: rotate(45deg);
    background-color: rgb(117,158,159);
    width: 30px;
    z-index: -1;
}

.teaching_experience_lS .feedback_corner_T6:hover .hero_image_cB {
    transform: scale(1.05);
}

.teaching_experience_lS .career_experience_A6 {
    border-radius: 23px;
    order: 3;
    font-size: 17px;
    background-color: rgb(207,222,223);
    margin: 25px 0 0;
    color: #000000;
    position: relative;
    padding: 20px 30px;
    line-height: 1.8;
}

.teaching_experience_lS .feedback_corner_T6:hover .name::after {
    width: 80px;
}

header:after {
    position: absolute;
    left: 0;
    height: 3px;
    content: '';
    filter: blur(1px);
    opacity: 0.8;
    width: 100%;
    bottom: 0;
    background: linear-gradient(
        90deg,
        rgb(117,158,159) 0%,
        rgb(163,190,190) 50%,
        rgb(117,158,159) 100%
    );
}

header .top_pagebar_ec {
    justify-content: space-between;
    display: flex;
    align-items: center;
    position: relative;
}

header .head_lesson_uD:hover:before {
    opacity: 1;
    transform: translateY(-50%) scaleX(1);
}

header .head_wrap_p9 {
    font-size: 17px;
    padding: 5px 0;
    color: #ffffff;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    font-weight: 400;
    transition: all 0.3s ease;
    text-decoration: none;
}

header .head_wrap_p9:hover:before {
    transform: scaleX(1);
    transform-origin: left;
}

header .nav_train_0W {
    align-items: center;
    position: relative;
    transition: all 0.4s ease;
    padding: 5px;
    display: flex;
    text-decoration: none;
}

header .nav_train_0W:hover svg {
    transform: scale(1.05);
    filter: drop-shadow(0 0 5px rgb(163,190,190));
}

.contact_form_section_JH {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
    background: rgb(207,222,223);
}

.contact_form_section_JH h3 {
    text-align: center;
    font-weight: 700;
    margin-bottom: 40px;
    color: #000000;
    font-size: 36px;
    position: relative;
}

.contact_form_section_JH .hero_image_cB {
    width: 100%;
    filter: grayscale(40%) contrast(120%);
    position: absolute;
    top: 0;
    z-index: 0;
    opacity: 0.1;
    left: 0;
    height: 100%;
}

.feedback_links_mF .message_inquiry_uY {
    flex: 0 0 60%;
    position: relative;
    padding: 50px;
}

.feedback_links_mF .message_inquiry_uY h3::after {
    transform: none;
    width: 60px;
    left: 0;
}

.feedback_links_mF .message_inquiry_uY input[type="text"],
.feedback_links_mF .message_inquiry_uY textarea {
    font-family: Arial, sans-serif;
    width: 100%;
    padding: 15px 20px;
    transition: all 0.3s ease;
    font-size: 18px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.8);
    margin-bottom: 20px;
    border-radius: 10px;
}

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

.feedback_links_mF .message_inquiry_uY .support_block_fc:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgb(163,190,190,0.5);
}

.feedback_links_mF .query_help_9C h4 {
    font-size: 20px;
    position: relative;
    color: #000000;
    font-weight: 600;
    margin-bottom: 30px;
}

.feedback_links_mF .query_help_9C .request_reach_fd li {
    margin-bottom: 25px;
    display: flex;
    align-items: flex-start;
    position: relative;
    z-index: 1;
}

.feedback_links_mF .query_help_9C .request_reach_fd li span {
    line-height: 1.5;
    color: #000000;
    font-size: 18px;
}


.cookie_frame_SW {
    align-items: center;
    flex-wrap: wrap;
    display: flex;
    padding: 20px 5%;
    justify-content: space-between;
    box-shadow: 0 0 20px rgb(163,190,190,0.5);
    background: linear-gradient(135deg, rgb(117,158,159) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.data_comply_eP p {
    text-shadow: 0 0 5px rgb(163,190,190,0.5);
    color: #ffffff;
    margin-bottom: 0;
    font-size: 15px;
}

.cookieUsageContainer_IG p a {
    color: rgb(163,190,190);
    transition: color 0.3s ease;
    text-decoration: underline;
}

.privacy_quarters_AX::before {
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, rgb(163,190,190) 0%, rgb(117,158,159) 100%);
    height: 8px;
    z-index: 1;
    top: 0;
    content: "";
    left: 0;
}

.privacy_quarters_AX h1::after {
    bottom: 0;
    width: 85px;
    height: 3px;
    position: absolute;
    background: rgb(117,158,159);
    left: 0;
    content: "";
    animation: expandWidth 0.8s ease-out forwards;
    transform-origin: left;
}

.privacy_quarters_AX h1::after {
    width: 120px;
}

.privacy_quarters_AX p {
    line-height: 1.7;
    max-width: 90ch;
    margin-bottom: 1.25rem;
    color: #000000;
    font-size: 16px;
}

.privacy_quarters_AX ul {
    padding: 0;
    list-style-type: none;
    margin: 1.5rem 0 2rem 1.5rem;
}

.privacy_quarters_AX ul {
    margin-left: 2.5rem;
}




.privacy_quarters_AX h2:hover::before {
    background: linear-gradient(to bottom, rgb(117,158,159), rgb(163,190,190));
    transition: background 0.3s ease;
}

.price_list_T0::before {
    width: 100%;
    background: linear-gradient(135deg, rgba(rgb(117,158,159,0.5), 0.05) 0%, rgba(rgb(163,190,190,0.5), 0.08) 100%);
    content: "";
    left: 0;
    height: 100%;
    z-index: 0;
    position: absolute;
    top: 0;
}

.price_list_T0 .deal_opts_0h {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    display: grid;
    gap: 30px;
    margin-top: 20px;
}

.price_list_T0 .learn_fees_fT:nth-child(2) {
    --i: 2;
}

.price_list_T0 .trial_offers_d8 {
    position: relative;
    background-color: #ffffff;
    border-radius: 12px;
    transform-style: preserve-3d;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.15), 
              0 5px 15px -10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition: all 0.4s ease;
    height: 100%;
}

.price_list_T0 .learn_rates_wB::before {
    height: 3px;
    background: linear-gradient(90deg, rgb(117,158,159), transparent);
    top: -10px;
    border-radius: 2px;
    position: absolute;
    left: 0;
    content: "";
    width: 40px;
}

.price_list_T0 .learn_fees_fT:hover .hero_image_cB {
    transform: scale(1.05);
}

footer {
    position: relative;
    width: 100%;
}

footer .edu_asknow_QJ::after {
    height: 100%;
    position: absolute;
    pointer-events: none;
    left: 0;
    width: 100%;
    content: "";
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    top: 0;
}

footer .info_item p,
footer .info_item a {
    font-size: 15px;
    text-decoration: none;
    color: #ffffff;
}

footer .page_head_RY svg {
    width: auto;
    margin-bottom: 15px;
    height: 45px;
}

footer .head_lesson_uD h5 {
    font-weight: 600;
    color: #000000;
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
    font-size: 21px;
}

footer .header_pro_Ct a::after {
    transition: width 0.3s ease;
    background-color: rgb(163,190,190);
    width: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    content: "";
    height: 1px;
}

footer .subscribe_holder h5 {
    color: #ffffff;
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 15px;
}

footer .input_holder {
    gap: 15px;
    position: relative;
    display: flex;
    flex-direction: column;
}

footer .sub_backdrop_QZ {
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s ease;
    cursor: pointer;
    background-color: #000000;
    border: none;
    color: #ffffff;
    padding: 15px;
    border-radius: 10px;
}



.study_process_Go .teach_method_7z {
    width: 100%;
    z-index: 5;
    margin: 0 auto;
    display: flex;
    position: relative;
    max-width: 1200px;
}

.study_process_Go .text_content_box_6n::before {
    width: 5px;
    left: 0;
    height: 100%;
    position: absolute;
    content: '';
    top: 0;
    animation: scanline 2s linear infinite;
    background: linear-gradient(to bottom, rgb(117,158,159), rgb(163,190,190));
}

.study_process_Go .text_content_box_6n::before,
.study_process_Go .text_content_box_6n::after,
.study_process_Go h2,
.study_process_Go p {
    transition: all 0.3s ease;
}

.study_process_Go .text_content_box_6n::before,
.study_process_Go h2::before {
    animation-play-state: running;
}

.study_process_Go p::before {
    left: 0;
    position: absolute;
    top: 0;
    content: '';
    height: 100%;
    width: 3px;
    background: rgb(117,158,159,0.5);
}

.study_process_Go .text_content_box_6n:hover::after {
    animation-duration: 1.5s;
}

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

.thanksBlock_hk h2::after {
    position: absolute;
    height: 3px;
    width: 80px;
    bottom: -15px;
    left: 50%;
    border-radius: 10px;
    background: rgb(163,190,190);
    transform: translateX(-50%);
    content: "";
}

.thanksBlock_hk .teach_method_7z::after {
    background: linear-gradient(135deg, rgb(163,190,190,0.5) 0%, transparent 70%);
    content: "";
    border-radius: 50%;
    width: 160px;
    height: 160px;
    opacity: 0.2;
    right: 20px;
    transform: translateY(-10px);
    top: 20px;
    position: absolute;
}

.course_structure_tZ .description::-webkit-scrollbar {
    width: 6px;
}

.course_structure_tZ .description::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgb(207,222,223);
}

.course_structure_tZ .description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(163,190,190,0.5);
}

.course_structure_tZ .description::-webkit-scrollbar-thumb:hover {
    background: rgb(163,190,190);
}



@media (max-height: 600px) {.homepage_Oa .learn_front_Qo {
    min-height: 450px;
    height: auto;
    padding: 3rem 0;
}}



@media (max-width: 767px) {.who_we_are_y0 {
    padding: 80px 0 120px;
}.who_we_are_y0 .text_content_box_6n {
    padding: 30px;
}.who_we_are_y0 h2 {
    margin-bottom: 40px;
}.who_we_are_y0 h2::after {
    bottom: -10px;
    width: 60px;
    height: 3px;
}
}



@media (hover: hover) {.who_we_are_y0 .text_content_box_6n::after {
    opacity: 0;
    top: 0;
    z-index: 1;
    position: absolute;
    pointer-events: none;
    transition: opacity 0.5s ease;
    content: "";
    height: 100%;
    left: 0;
    width: 100%;
    background: linear-gradient(135deg, 
            rgba(rgb(163,190,190,0.5), 0.05) 0%,
            rgba(rgb(163,190,190,0.5), 0) 50%);
}.who_we_are_y0 .text_content_box_6n:hover::after {
    opacity: 1;
}}



@media (hover: hover) {.course_structure_tZ .hero_image_cB {
    cursor: pointer;
}
}



@media (prefers-reduced-motion: reduce) {.course_structure_tZ h2::after {
    animation: none;
}.course_structure_tZ .hero_image_cB {
    transition: none;
}}



@media (min-width: 768px) {.teaching_experience_lS .feedback_corner_T6 {
    grid-template-columns: auto 1fr;
    align-items: center;
    display: grid;
    gap: 10px 30px;
    grid-template-areas: 
            "photo name"
            "photo job"
            "quote quote";
}.teaching_experience_lS .hero_image_cB {
    grid-area: photo;
    width: 180px;
    height: 180px;
    margin-bottom: 0;
    align-self: start;
}.teaching_experience_lS .name {
    font-size: 29px;
    text-align: left;
    grid-area: name;
}.teaching_experience_lS .name::after {
    left: 0;
    transform: none;
}.teaching_experience_lS span:not(.name) {
    grid-area: job;
    text-align: left;
    margin-bottom: 0;
}.teaching_experience_lS .career_experience_A6 {
    grid-area: quote;
    margin-top: 30px;
}
}



@media screen and (max-width: 480px) {.contact_form_section_JH {
    padding: 40px 0;
}.feedback_links_mF .message_inquiry_uY,
    .feedback_links_mF .query_help_9C {
    padding: 20px;
}.feedback_links_mF .query_help_9C .request_reach_fd li {
    flex-direction: column;
}.feedback_links_mF .query_help_9C .request_reach_fd li svg {
    margin-bottom: 10px;
}}



@media (min-width: 992px) {.privacy_quarters_AX {
    padding: 8rem 2rem;
    background: linear-gradient(120deg, rgb(207,222,223) 0%, rgb(207,222,223) 75%, rgba(rgb(163,190,190,0.5), 0.08) 100%);
}.privacy_quarters_AX::after {
    height: 45%;
    width: 45%;
}.privacy_quarters_AX .container {
    padding: 0 2rem;
}.privacy_quarters_AX h1 {
    margin-bottom: 3rem;
}.privacy_quarters_AX h2 {
    margin-top: 3.5rem;
}.privacy_quarters_AX p, 
    .privacy_quarters_AX span {
    margin-left: 1rem;
}.privacy_quarters_AX span {
    border-left-width: 3px;
    margin-left: 2rem;
    background: linear-gradient(to right, rgba(rgb(163,190,190,0.5), 0.05), transparent 90%);
    padding: 1rem 1.5rem;
}.privacy_quarters_AX ul {
    margin-left: 3rem;
}
}



@media (max-width: 576px) {footer .edu_asknow_QJ {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}footer .head_lesson_uD h5, footer .subscribe_holder h5 {
    font-size: calc(21px - 2px);
}footer .header_pro_Ct a {
    flex: 1 0 100%;
}footer .input_holder input[type="email"],
    footer .sub_backdrop_QZ {
    padding: 12px;
}}



@media (max-width: 991px) {.thanksBlock_hk {
    padding: 80px 0;
}.thanksBlock_hk h2 {
    font-size: calc(33px * 0.85);
}.thanksBlock_hk .teach_method_7z {
    padding: 40px 30px;
}.thanksBlock_hk li::before {
    left: -20px;
}
}



@media (max-width: 480px) {.thanksBlock_hk {
    padding: 40px 0;
}.thanksBlock_hk h2 {
    margin-bottom: 25px;
    font-size: calc(33px * 0.6);
}.thanksBlock_hk .teach_method_7z {
    padding: 25px 15px;
}.thanksBlock_hk span {
    padding-left: 10px;
    border-left: 2px solid rgb(163,190,190,0.5);
}
}



@keyframes expandLine {
    0%, 20% {
        width: 60px;
    }
    80%, 100% {
        width: 100px;
    }
}



@keyframes shimmer {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}



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


    
    @keyframes expandWidth {
        from { width: 0; }
        to { width: 120px; }
    }

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



@keyframes floatElement {
  0% {
    transform: rotate(-15deg) skewX(10deg) translateY(0);
  }
  50% {
    transform: rotate(-15deg) skewX(10deg) translateY(-20px);
  }
  100% {
    transform: rotate(-15deg) skewX(10deg) translateY(0);
  }
}

