header,footer {
    width: 100%;
}

.access_help_IH {
    flex: 0 0 auto;
}

.nav_master_Uy {
    flex: 1 0 auto;
}

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

.join_now_Ct .learning_program_UR {
    max-width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    flex-direction: column;
    padding: 60px 40px;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.2),
        0 0 20px rgb(210,200,217,0.5),
        0 0 40px rgb(210,200,217,0.5);
    z-index: 2;
    position: relative;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    background: rgba(255, 255, 255, 0.05);
}

.join_now_Ct h3::after {
    left: 3px;
    height: 100%;
    top: 0;
    position: absolute;
    width: 100%;
    content: attr(data-text);
    z-index: -2;
    color: rgb(210,200,217);
    animation: glitchEffect 3s infinite linear alternate-reverse;
    opacity: 0.7;
}

.join_now_Ct .join_us_ax::after {
    height: 100%;
    transition: all 0.6s ease;
    transform: skewX(-20deg);
    left: -100%;
    top: 0;
    z-index: 1;
    width: 70%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    content: '';
    position: absolute;
}

.join_now_Ct .join_us_ax:hover::after {
    left: 130%;
}

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

.tariff_list_item_LN h2::after {
    background: linear-gradient(90deg, rgb(210,200,217), rgb(174,164,185));
    position: absolute;
    left: 50%;
    bottom: -10px;
    height: 3px;
    content: "";
    transform: translateX(-50%);
    width: 80px;
}

.tariff_list_item_LN .payment_plan_zf::before {
    content: "";
    position: absolute;
    top: 0;
    height: 5px;
    background: linear-gradient(90deg, rgb(210,200,217), rgb(174,164,185));
    transform-origin: left;
    left: 0;
    transform: scaleX(0);
    width: 100%;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.tariff_list_item_LN .learning_deals_VE h4::after {
    height: 2px;
    bottom: -8px;
    content: "";
    width: 40px;
    left: 0;
    position: absolute;
    background: rgb(210,200,217);
}

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

.newsletter_QJ .feedback_box_c6 {
    flex-direction: column;
    transform: translateX(10%);
    max-width: 90%;
    display: flex;
}

.newsletter_QJ input[type="email"] {
    font-family: Arial, sans-serif;
    color: #000000;
    border: none;
    padding: 1.2rem 1.5rem;
    transition: all 0.3s ease;
    flex-grow: 1;
    font-size: 17px;
    background: #ffffff;
}



.newsletter_QJ .updates_widget_MR:active {
    animation: pulse 1s forwards;
    transform: translateY(2px);
}

#cookieConsentAlert_FC {
    display: none;
}

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


.warp-container_Rm .cookie_overlay_dialog_QM {
    background: rgb(210,200,217);
    box-shadow: rgb(174,164,185,0.5) 0px 0px 10px 10px;
}

.warp-container_Rm .track_edu_XV {
    text-align: left;
    color: #ffffff;
}

.warp-container_Rm .cookie_overlay_dialog_QM p a {
    color: rgb(174,164,185);
    text-decoration: underline;
}

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

.teacher_profile_J5 .img_highlight_c9 {
    grid-row: 1 / span 2;
    border-radius: 27px;
    transform: scale(1) rotate(0deg);
    filter: contrast(1.1) brightness(1.05);
    height: 100%;
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.4);
    grid-column: 2;
    z-index: 3;
    transition: all 0.7s cubic-bezier(0.2, 1, 0.3, 1);
    position: relative;
}

.teacher_profile_J5 .name {
    font-size: 37px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
    margin: 0;
    transform: translateX(0);
    position: relative;
    grid-row: 1;
    font-weight: 700;
    color: #ffffff;
    grid-column: 1;
    z-index: 4;
}

.teacher_profile_J5 .testimonial_sharing_Rq:hover .job_timeline_iO {
    transform: translateY(-10px);
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.4);
}

.teacher_profile_J5 .container::after {
    animation: rotateGlow 25s linear infinite;
    content: "";
    height: 400px;
    position: absolute;
    width: 400px;
    z-index: -1;
    background: conic-gradient(from 135deg, rgb(210,200,217,0.5) 0%, rgb(174,164,185,0.5) 50%, rgb(210,200,217,0.5) 100%);
    bottom: -200px;
    left: -200px;
    opacity: 0.2;
    filter: blur(80px);
    border-radius: 50%;
}

.learning_process_4t h3 {
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.1),
        -5px -5px 10px rgba(255, 255, 255, 0.8);
    border-radius: 18px;
    text-align: center;
    position: relative;
    font-size: 37px;
    margin: 0;
    font-weight: 700;
    padding: 2rem;
    color: #000000;
    transform: rotate(-1deg);
    background: #ffffff;
    animation: paperCut 0.8s ease-out forwards;
}

.learning_process_4t span::before {
    position: absolute;
    opacity: 0.6;
    content: "";
    left: 5px;
    bottom: 5px;
    top: 5px;
    border-radius: calc(18px - 4px);
    right: 5px;
    border: 2px dashed rgb(174,164,185,0.5);
    z-index: -1;
}

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

.about_this_lr .text_group_ot::after {
    transform: translateY(-50%);
    background: linear-gradient(to right, rgba(rgb(174,164,185,0.5), 0.3), transparent);
    width: 30px;
    right: -15px;
    height: 80%;
    content: "";
    clip-path: polygon(0 0, 100% 10%, 100% 90%, 0 100%);
    top: 50%;
    position: absolute;
}

.about_this_lr p b {
    position: relative;
    display: inline-block;
    margin-bottom: 5px;
    letter-spacing: 0.5px;
    font-weight: 600;
    color: #000000;
    font-size: calc(13px * 1.5);
}

header .header_guide_8W {
    z-index: 100;
    align-items: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    border-bottom-left-radius: 26px;
    justify-content: space-between;
    left: 0;
    background: linear-gradient(135deg, rgb(210,200,217,0.5) 0%, rgb(174,164,185) 100%);
    width: 100%;
    display: flex;
    padding: 1.5rem 2rem;
    border-bottom-right-radius: 0;
    position: relative;
    overflow: visible;
}

header .header_guide_8W .main_class_7A a:hover {
    color: rgb(174,164,185);
}

header .header_guide_8W .main_class_7A a:hover::before {
    transform-origin: left;
    transform: scaleX(1) rotate(-2deg);
}

.program_overview_mA .study_hack_1Y {
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    z-index: 1;
    overflow: hidden;
}

.program_overview_mA .career_progress_AE {
    height: 100%;
    width: 500%;
    display: flex;
    animation: split-carousel 30s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
}

.program_overview_mA .study_track_JR:hover img {
    transform: scale(1.2);
}

.program_overview_mA .knowledge_plan_H1 {
    display: grid;
    padding: 0 2rem;
    align-items: center;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 2rem;
}

.program_overview_mA .knowledge_plan_H1 .feedback_reach_m9 {
    color: #ffffff;
    margin: 2rem auto 0;
    font-weight: 600;
    grid-column: 1 / 4;
    overflow: hidden;
    border: 2px solid rgb(210,200,217);
    align-items: center;
    z-index: 1;
    position: relative;
    display: flex;
    border-radius: 10px;
    font-size: 14px;
    background-color: transparent;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    justify-content: center;
    width: max-content;
    padding: 0.8rem 2rem;
    text-decoration: none;
}

.program_overview_mA .study_track_JR:nth-child(5)::after {
    animation-delay: 4s;
    top: 15%;
}

.thanksPoint_FM {
    background: linear-gradient(135deg, rgb(236,231,242) 0%, rgba(255,255,255,0.95) 100%);
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
}

.thanksPoint_FM .container {
    padding: 0 1.5rem;
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    transform: translateZ(0);
}

.thanksPoint_FM h2::after {
    box-shadow: 0 2px 10px rgba(rgb(210,200,217,0.5), 0.2);
    position: absolute;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    bottom: -1rem;
    background: linear-gradient(90deg, rgb(210,200,217), rgb(174,164,185));
    transform: translateX(-50%) scaleX(0.8);
    content: "";
    left: 50%;
    height: 3px;
    width: 6rem;
}

.thanksPoint_FM:hover .learning_program_UR {
    box-shadow: 
        0 20px 40px -15px rgba(rgba(0, 0, 0, 0.5), 0.15),
        0 1px 6px rgba(rgba(0, 0, 0, 0.5), 0.07);
    transform: translateY(-5px);
}

.thanksPoint_FM li {
    position: relative;
    z-index: 2;
}

.thanksPoint_FM:hover li::before {
    opacity: 0.5;
    transform: scale(1.2);
}

.thanksPoint_FM span::first-letter {
    color: rgb(210,200,217);
    font-weight: 600;
    font-size: 1.5em;
}

footer .access_help_IH::before {
    left: 0;
    background: repeating-linear-gradient(
        45deg,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0.5) 10px,
        transparent 10px,
        transparent 20px
    );
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    content: '';
    opacity: 0.05;
    top: 0;
}

footer .info_item {
    border-radius: 10px;
    margin-bottom: 15px;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    transform: translateY(0);
    flex: 1;
    padding: 15px;
    min-width: 200px;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.03);
}

footer .head_lead_KO {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    display: flex;
}

footer .first_teach_We h5 {
    padding-bottom: 15px;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 24px;
    color: #ffffff;
    position: relative;
}

footer .header_master_N8 a::before {
    border-radius: 50%;
    left: 0;
    top: 50%;
    content: '';
    height: 6px;
    position: absolute;
    transition: all 0.3s ease;
    background: rgb(174,164,185);
    width: 6px;
    transform: translateY(-50%);
    opacity: 0.7;
}

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

footer .input_holder input[type="email"]:focus {
    border-color: rgb(174,164,185);
    box-shadow: 0 0 15px rgb(174,164,185,0.5);
}

footer .updates_widget_MR:hover::before {
    left: 100%;
}

footer .updates_widget_MR:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

footer .contest_info_Qk {
    font-weight: 300;
    opacity: 0.7;
    color: #ffffff;
    font-size: 14px;
}

.reach_out_Gd::before {
    inset: 0;
    content: '';
    position: absolute;
    z-index: -1;
    background-color: rgb(210,200,217,0.5);
}

.reach_out_Gd .inquiry_map_6Z {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    padding: 40px 20px 120px;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    gap: 30px;
    background-color: transparent;
}

.reach_out_Gd .inquiry_map_6Z div svg {
    width: 35px;
    margin-bottom: 15px;
    height: 35px;
}

.reach_out_Gd .inquiry_map_6Z div span a:hover {
    color: rgb(174,164,185);
}

.reach_out_Gd .inquiry_info_KX {
    transform: translateY(50px);
    position: relative;
    background-color: #ffffff;
    margin: 0 auto;
    z-index: 2;
    border-radius: 26px;
    max-width: 550px;
    padding: 40px 30px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.5);
}

.reach_out_Gd .inquiry_info_KX input::placeholder {
    opacity: 0.6;
    color: #000000;
}

.reach_out_Gd .inquiry_info_KX .query_map_Fu input[type="checkbox"] {
    -webkit-appearance: none;
    border: 2px solid rgb(236,231,242);
    appearance: none;
    cursor: pointer;
    flex-shrink: 0;
    margin-top: 3px;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    border-radius: 4px;
    position: relative;
}

.course_fit_for_R8::before {
    opacity: 0.4;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    content: '';
    background: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 10px,
            rgba(228, 232, 243, 0.8) 10px,
            rgba(228, 232, 243, 0.8) 11px
        ),
        repeating-linear-gradient(
            90deg,
            transparent,
            transparent 10px,
            rgba(228, 232, 243, 0.8) 10px,
            rgba(228, 232, 243, 0.8) 11px
        );
    z-index: 1;
}

.course_fit_for_R8 ul li:hover::before {
    opacity: 1;
}

.course_fit_for_R8 ul li svg {
    flex-shrink: 0;
    background: linear-gradient(135deg, #edf0f8, #e2e6f3);
    width: 50px;
    transition: all 0.4s ease;
    height: 50px;
    padding: 10px;
    border-radius: 12px;
    box-shadow: 
        5px 5px 10px rgba(166, 180, 208, 0.5),
        -5px -5px 10px rgba(255, 255, 255, 0.8);
}

.course_fit_for_R8 ul li:nth-child(4) {
    animation-delay: 0.4s;
}

.privacy_cover_ot h1 {
    color: rgb(210,200,217);
    margin-top: 20px;
    border-bottom: 4px solid rgb(210,200,217);
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 42px;
    padding-bottom: 10px;
}

.privacy_cover_ot p, .privacy_cover_ot span, .privacy_cover_ot div {
    margin-bottom: 20px;
    color: #ffffff;
    line-height: 1.8;
    font-size: 17px;
}

.title_screen_wa::before {
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 1;
    width: 100%;
    top: 0;
    background: radial-gradient(circle at 70% 30%, rgba(rgb(210,200,217), 0.15) 0%, transparent 70%);
    content: "";
    height: 100%;
}

.title_screen_wa .course_welcome_pz::before {
    background: linear-gradient(145deg, 
    rgba(rgb(210,200,217), 0.85), 
    rgba(#000000, 0.7));
    content: "";
    left: 0;
    backdrop-filter: blur(8px);
    top: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
    position: absolute;
}

.title_screen_wa .course_welcome_pz h1::after {
    content: "";
    height: 4px;
    bottom: -10px;
    transform-origin: left;
    animation: expandLine 1s forwards 1.2s ease-in-out;
    position: absolute;
    transform: scaleX(0);
    width: 100px;
    background: linear-gradient(90deg, rgb(174,164,185), transparent);
    left: 0;
}


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



@media screen and (max-width: 992px) {.join_now_Ct {
    padding: 100px 0;
}.join_now_Ct .learning_program_UR {
    padding: 50px 30px;
    max-width: 90%;
}.join_now_Ct h3 {
    margin-bottom: 45px;
    font-size: calc(34px * 0.9);
}.join_now_Ct .join_us_ax {
    padding: 16px 40px;
}
}



@media (max-width: 768px) {.tariff_list_item_LN {
    padding: 60px 0;
}.tariff_list_item_LN .payment_plans_Wg {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 450px;
}.tariff_list_item_LN h2 {
    font-size: calc(34px * 0.9);
}.tariff_list_item_LN .learn_offers_YL {
    font-size: 14px;
    margin-bottom: 2rem;
}.tariff_list_item_LN .learning_deals_VE p {
    max-height: 150px;
}
}



@media (max-width: 576px) {.teacher_profile_J5 {
    padding: 5rem 0;
}.teacher_profile_J5 .testimonial_sharing_Rq {
    padding: 1.5rem;
}.teacher_profile_J5 .img_highlight_c9 {
    height: 250px;
}.teacher_profile_J5 .name {
    font-size: 22px;
}.teacher_profile_J5 .testimonial_sharing_Rq span:not(.name) {
    padding: 0.6rem 1rem;
    margin-top: 3rem;
    font-size: 18px;
}.teacher_profile_J5 .job_timeline_iO {
    padding: 1.5rem;
    font-size: calc(18px * 0.9);
    line-height: 1.6;
}}



@media (min-width: 768px) {.about_this_lr ol li {
    column-count: 2;
}
}



@media (min-width: 992px) {.about_this_lr {
    padding: 180px 0;
}.about_this_lr .text_group_ot {
    padding: 60px 80px;
    margin-left: 60px;
    width: 80%;
}.about_this_lr h5 {
    font-size: calc(20px * 1.2);
}.about_this_lr p b {
    font-size: calc(13px * 1.8);
}.about_this_lr ol li {
    column-count: 2;
    font-size: calc(13px * 1.05);
}
}



@media (max-width: 992px) {header .header_guide_8W {
    flex-direction: column;
    box-sizing: border-box;
    width: 100vw;
    transform: skewX(0);
    padding: 1rem;
    margin-left: calc(-50vw + 50%);
}header .header_guide_8W .head_lead_KO {
    transform: skewX(0);
    margin-bottom: 1rem;
}header .header_guide_8W .first_teach_We {
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    transform: skewX(0);
}header .header_guide_8W .first_teach_We::before {
    transform: skewX(0);
}header .header_guide_8W .first_teach_We:hover::before {
    transform: skewX(0);
}header .header_guide_8W .main_class_7A {
    margin: 0.25rem;
}header .header_guide_8W .main_class_7A:nth-child(odd),
  header .header_guide_8W .main_class_7A:nth-child(even) {
    transform: translateY(0);
}
}



@media (max-width: 992px) {footer .access_help_IH {
    padding: 60px 0 30px;
}footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr;
}footer .subscribe_holder {
    transform: perspective(1000px) rotateY(0deg);
    grid-column: span 2;
}footer .quick_support_go {
    gap: 20px;
}footer .info_item {
    min-width: 180px;
}
}



@media screen and (min-width: 992px) {.reach_out_Gd {
    padding: 100px 0;
    min-height: 700px;
}.reach_out_Gd .feedback_box_c6 {
    flex-direction: row;
    align-items: center;
}.reach_out_Gd .inquiry_map_6Z {
    justify-content: space-between;
    gap: 30px;
    align-items: center;
    width: 65%;
    margin-left: auto;
    padding: 60px 0 60px 120px;
}.reach_out_Gd .inquiry_map_6Z h3 {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 40px;
    text-align: left;
}.reach_out_Gd .inquiry_map_6Z h3::after {
    transform: none;
    left: 0;
}.reach_out_Gd .inquiry_map_6Z div {
    margin: 0;
    flex: 0 0 calc(50% - 15px);
    max-width: calc(50% - 15px);
}.reach_out_Gd .inquiry_info_KX {
    width: 45%;
    padding: 40px;
    margin: 0;
    left: 0;
    position: absolute;
    z-index: 3;
    max-width: 450px;
}.reach_out_Gd .inquiry_info_KX::before {
    left: -15px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}
}



@media (min-width: 992px) {.title_screen_wa .course_welcome_pz {
    max-width: 80%;
    padding: 5rem;
    transform: perspective(1200px) rotateX(3deg);
}.title_screen_wa .course_welcome_pz:hover {
    transform: perspective(1200px) rotateX(1deg) translateY(-10px);
}.title_screen_wa .course_welcome_pz h1 {
    font-size: calc(38px * 1.4);
}.title_screen_wa .course_welcome_pz h1::after {
    width: 150px;
}.title_screen_wa .course_welcome_pz h3 {
    max-width: 60%;
}.title_screen_wa .course_welcome_pz p {
    max-width: 60%;
}
}



@keyframes glitchEffect {
    0% {
        transform: translateX(-2px) translateY(2px);
    }
    25% {
        transform: translateX(2px) translateY(-2px);
    }
    50% {
        transform: translateX(-1px) translateY(1px);
    }
    75% {
        transform: translateX(3px) translateY(-3px);
    }
    100% {
        transform: translateX(-2px) translateY(2px);
    }
}

@keyframes split-carousel {
    0%, 16% {
        transform: translateX(0);
    }
    20%, 36% {
        transform: translateX(-20%);
    }
    40%, 56% {
        transform: translateX(-40%);
    }
    60%, 76% {
        transform: translateX(-60%);
    }
    80%, 96% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0);
    }
}

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



@keyframes pulse {
  0%, 100% {
    transform: translateY(-50%) scale(1);
    box-shadow: 0 0 0 4px rgba(rgb(174,164,185), 0.2);
  }
  50% {
    transform: translateY(-50%) scale(1.3);
    box-shadow: 0 0 0 8px rgba(rgb(174,164,185), 0.1);
  }
}

