.warp-container_Rm {
    height: 100%;
    display: flex;
    min-height: 100%;
    flex-direction: column;
}

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

.join_now_Ct::after {
    content: '';
    background-repeat: no-repeat;
    top: 0;
    animation: scanLines 5s linear infinite alternate;
    background: 
        linear-gradient(0deg, transparent 0%, #ffffff 50%, transparent 100%),
        linear-gradient(90deg, transparent 0%, #ffffff 50%, transparent 100%);
    background-position: center;
    height: 100%;
    background-size: 100% 100px, 100px 100%;
    position: absolute;
    width: 100%;
    opacity: 0.05;
    z-index: -1;
    left: 0;
}

.join_now_Ct h3 {
    font-size: 34px;
    text-shadow: 
        0 0 5px #ffffff,
        0 0 20px rgb(210,200,217);
    text-align: center;
    font-weight: 700;
    font-family: Arial, sans-serif;
    color: #ffffff;
    margin-bottom: 50px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.join_now_Ct .join_us_ax::before {
    animation: gradientFlow 5s ease infinite;
    z-index: -1;
    background-size: 400% 400%;
    opacity: 0.7;
    top: -2px;
    left: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, rgb(210,200,217), rgb(174,164,185), rgb(210,200,217));
    border-radius: calc(25px + 2px);
    content: '';
    position: absolute;
    right: -2px;
}

.tariff_list_item_LN::before {
    top: 0;
    background: #000000;
    position: absolute;
    bottom: 0;
    opacity: 0.85;
    z-index: 1;
    right: 0;
    content: "";
    left: 0;
}

.tariff_list_item_LN .learn_offers_YL {
    color: #ffffff;
    margin: 0 auto 3rem;
    max-width: 800px;
    line-height: 1.6;
    opacity: 0.9;
    font-size: calc(14px * 1.1);
}

.tariff_list_item_LN .payment_plan_zf {
    overflow: hidden;
    position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    background: linear-gradient(135deg, rgba(255,255,255,0.1), rgba(255,255,255,0.03));
    height: 100%;
    text-decoration: none;
    border: 1px solid rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
    display: block;
}

.tariff_list_item_LN .learn_deals_S6 {
    font-weight: 700;
    align-self: flex-start;
    font-size: calc(20px * 1.2);
    transition: all 0.3s ease;
    background: linear-gradient(135deg, rgb(210,200,217), rgb(174,164,185));
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0.75rem 1.5rem;
    margin-top: auto;
    border-radius: 10px;
    color: #ffffff;
}

.newsletter_QJ h3 {
    transform: skewX(-5deg);
    color: #ffffff;
    margin-bottom: 2rem;
    font-size: 36px;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    font-weight: 700;
}

.newsletter_QJ .updates_widget_MR {
    cursor: pointer;
    font-family: Arial, sans-serif;
    font-weight: 600;
    font-size: 15px;
    border: none;
    background: linear-gradient(to right, rgb(210,200,217), rgb(174,164,185));
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    color: #ffffff;
    padding: 1rem 2.5rem;
}

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

.user_status_wC svg, .user_status_wC svg path, .user_status_wC img {
    height: 100px;
    width: 100px;
    fill: rgb(210,200,217);
}

.warp-container_Rm .cookie_ack_DF {
    margin-left: 30px;
    background: #ffffff;
    padding: 10px;
    font-size: 20px;
    color: rgb(210,200,217);
    border: none;
}

.teacher_profile_J5 {
    background: linear-gradient(160deg, rgb(236,231,242) 0%, #000000 100%);
    padding: 8rem 0;
    position: relative;
    min-height: 700px;
    overflow: hidden;
}

.teacher_profile_J5 .testimonial_sharing_Rq::before {
    z-index: -1;
    background-size: 200% 200%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    animation: shimmerEffect 10s ease-in-out infinite;
    content: "";
    background: linear-gradient(135deg, transparent, rgb(210,200,217,0.5), transparent);
    left: 0;
    opacity: 0.2;
}

.teacher_profile_J5 .testimonial_sharing_Rq:hover .name {
    transform: translateX(10px);
}

.teacher_profile_J5 .testimonial_sharing_Rq:hover .name::after {
    width: 120px;
}

.teacher_profile_J5 .testimonial_sharing_Rq span:not(.name) {
    border-radius: 10px;
    font-size: 22px;
    width: max-content;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    font-weight: 600;
    margin-top: 4rem;
    color: rgb(174,164,185);
    grid-column: 1;
    background: rgba(0, 0, 0, 0.2);
    padding: 0.7rem 1.5rem;
    transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
    backdrop-filter: blur(10px);
    z-index: 3;
    grid-row: 1;
    transform: translateX(0);
}

.learning_process_4t {
    background: linear-gradient(135deg, rgb(236,231,242) 0%, rgb(210,200,217,0.5) 100%);
    position: relative;
    overflow: hidden;
    padding: 8rem 2rem;
}

.learning_process_4t::after {
    z-index: 0;
    animation: floatBlob 20s infinite alternate ease-in-out;
    background: rgb(210,200,217,0.5);
    width: 80%;
    filter: blur(100px);
    height: 80%;
    opacity: 0.2;
    top: -10%;
    content: "";
    position: absolute;
    border-radius: 50%;
    right: -10%;
}

.learning_process_4t h3::after {
    z-index: -2;
    width: 70%;
    height: 16px;
    background: rgb(174,164,185,0.5);
    position: absolute;
    content: "";
    transform: rotate(1deg);
    border-radius: 8px;
    left: 15%;
    top: -8px;
}

.about_this_lr {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}

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

.about_this_lr h5 {
    text-transform: uppercase;
    font-weight: 700;
    color: rgb(210,200,217);
    display: inline-block;
    letter-spacing: 2px;
    position: relative;
    font-size: 20px;
    margin: 0 0 15px 0;
}

.about_this_lr h5:hover::after {
    transform: scaleX(1.5);
}

.about_this_lr p b::after {
    left: 0;
    height: 1px;
    width: 100%;
    position: absolute;
    content: "";
    bottom: -8px;
    background: linear-gradient(to right, rgb(210,200,217), transparent);
}

header .header_guide_8W .head_lead_KO {
    transform: skewX(5deg);
    position: relative;
    z-index: 2;
}

header .header_guide_8W .head_lead_KO .main_bar_Zq:hover {
    transform: translateY(-8px) rotate(0deg);
}

header .header_guide_8W .first_teach_We::before {
    top: -10px;
    position: absolute;
    height: calc(100% + 20px);
    opacity: 0;
    background: linear-gradient(45deg, transparent 0%, rgb(210,200,217,0.5) 100%);
    z-index: -1;
    width: calc(100% + 40px);
    left: -20px;
    border-radius: 10px;
    transition: opacity 0.3s ease, transform 0.3s ease;
    content: "";
}

.program_overview_mA {
    position: relative;
    overflow: hidden;
    background-color: #000000;
    display: grid;
    grid-template-rows: 1fr;
    min-height: 100vh;
    grid-template-columns: 1fr;
}

.program_overview_mA .study_hack_1Y:hover .career_progress_AE {
    animation-play-state: paused;
}

.program_overview_mA .study_track_JR {
    height: 100%;
    position: relative;
    overflow: hidden;
    width: 20%;
}

.program_overview_mA .learning_program_UR {
    margin-bottom: 0;
    width: 100%;
}

.program_overview_mA .knowledge_plan_H1 h3 {
    font-size: 28px;
    position: relative;
    grid-column: 1 / 2;
    border-left: 4px solid rgb(210,200,217);
    margin: 0;
    padding-left: 2rem;
    color: #ffffff;
    font-weight: 700;
}

.program_overview_mA .knowledge_plan_H1 .feedback_reach_m9:hover::before {
    width: 100%;
}




.program_overview_mA .study_track_JR::before {
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 2;
    position: absolute;
    background: 
        repeating-linear-gradient(
            90deg,
            transparent,
            transparent 50px,
            rgba(255, 255, 255, 0.03) 50px,
            rgba(255, 255, 255, 0.03) 51px
        ),
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 50px,
            rgba(255, 255, 255, 0.03) 50px,
            rgba(255, 255, 255, 0.03) 51px
        );
    top: 0;
}

.thanksPoint_FM::after {
    animation: floatGlow 15s ease-in-out infinite alternate;
    right: -5%;
    opacity: 0.25;
    filter: blur(70px);
    z-index: 0;
    height: 50%;
    position: absolute;
    content: "";
    width: 30%;
    background: linear-gradient(145deg, rgb(210,200,217,0.5), rgb(174,164,185,0.5));
    top: -10%;
}

.thanksPoint_FM:hover h2::after {
    transform: translateX(-50%) scaleX(1);
}

.thanksPoint_FM .learning_program_UR {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), 
                box-shadow 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(0);
    position: relative;
    border: 1px solid rgba(rgba(0, 0, 0, 0.5), 0.08);
    border-radius: 8px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 
        0 10px 30px -10px rgba(rgba(0, 0, 0, 0.5), 0.1),
        0 1px 4px rgba(rgba(0, 0, 0, 0.5), 0.05);
    padding: 3rem 2.5rem;
}

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

footer .access_help_IH {
    background: linear-gradient(135deg, #000000 0%, rgb(210,200,217) 100%);
    position: relative;
    z-index: 1;
    padding: 80px 0 30px;
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.1);
}

footer .testimonial_hD {
    gap: 40px;
    display: grid;
    grid-template-columns: 1fr;
}

footer .quick_support_go::after {
    bottom: 0;
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(174,164,185,0.5) 50%, 
        transparent 100%);
}

footer .info_item svg {
    width: 20px;
    fill: rgb(174,164,185);
    height: 20px;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

footer .head_lead_KO svg {
    height: auto;
    max-width: 160px;
    filter: drop-shadow(0 0 5px rgb(210,200,217,0.5));
}

footer .first_teach_We h5::after {
    content: '';
    border-radius: 10px;
    bottom: 0;
    background: rgb(174,164,185);
    position: absolute;
    width: 50px;
    left: 0;
    height: 3px;
}

footer .header_master_N8 a:hover::before {
    box-shadow: 0 0 10px rgb(174,164,185);
    height: 8px;
    opacity: 1;
    width: 8px;
}

footer .subscribe_holder h5 {
    margin-bottom: 5px;
    font-size: 24px;
    color: #ffffff;
    font-weight: 700;
}

footer .input_holder input[type="email"] {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.2);
    font-size: 16px;
    color: #ffffff;
    outline: none;
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    padding: 14px 15px;
    transition: all 0.3s ease;
}

footer .career_help_d2 {
    position: relative;
    padding-top: 30px;
    text-align: center;
}

footer .career_help_d2::before {
    width: 100%;
    position: absolute;
    height: 1px;
    top: 0;
    content: '';
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(174,164,185,0.5) 50%, 
        transparent 100%);
    left: 0;
}

.reach_out_Gd .inquiry_map_6Z h3 {
    margin-bottom: 20px;
    width: 100%;
    font-weight: 700;
    padding-bottom: 15px;
    text-align: center;
    font-size: 29px;
    color: #ffffff;
    position: relative;
}

.reach_out_Gd .inquiry_map_6Z div:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
}

.reach_out_Gd .inquiry_map_6Z div span a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: #000000;
}

.reach_out_Gd .inquiry_info_KX h3 {
    margin-bottom: 25px;
    font-size: 24px;
    text-align: center;
    font-weight: 700;
    color: rgb(210,200,217);
}

.reach_out_Gd .inquiry_info_KX input[type="text"]:focus,
.reach_out_Gd .inquiry_info_KX input[type="email"]:focus {
    border-color: rgb(174,164,185);
    box-shadow: 0 0 0 3px rgb(174,164,185,0.5);
    outline: none;
}

.reach_out_Gd .inquiry_info_KX .query_map_Fu input[type="checkbox"]:checked {
    background-color: rgb(174,164,185);
    border-color: rgb(174,164,185);
}

.reach_out_Gd .inquiry_info_KX .query_map_Fu label a {
    transition: color 0.3s ease;
    color: rgb(174,164,185);
    text-decoration: none;
}

.reach_out_Gd .inquiry_info_KX .feedback_reach_m9:hover {
    box-shadow: 0 8px 25px rgb(210,200,217,0.5);
    transform: translateY(-3px);
}

.course_fit_for_R8 .learning_program_UR {
    text-align: center;
    padding: 0 30px;
    position: relative;
    z-index: 10;
    margin: 0 auto;
    max-width: 1200px;
}

.course_fit_for_R8 h3::after {
    bottom: -15px;
    width: 60px;
    transform: translateX(-50%);
    left: 50%;
    height: 5px;
    position: absolute;
    border-radius: 10px;
    content: '';
    background: linear-gradient(90deg, rgb(210,200,217), rgb(174,164,185));
}

.course_fit_for_R8 ul li::before {
    position: absolute;
    transition: opacity 0.3s ease;
    right: 15px;
    top: 15px;
    height: 12px;
    background: linear-gradient(135deg, rgb(210,200,217), rgb(174,164,185));
    width: 12px;
    content: '';
    border-radius: 50%;
    opacity: 0.5;
}

.course_fit_for_R8 ul li svg path {
    transition: fill 0.4s ease;
    fill: rgb(210,200,217);
}

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

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

.privacy_cover_ot h2 {
    color: rgb(174,164,185);
    margin-bottom: 20px;
    padding-left: 20px;
    font-weight: 600;
    margin-top: 30px;
    border-left: 6px solid rgb(174,164,185);
    font-size: 37px;
}

.privacy_cover_ot h3, .privacy_cover_ot h4, .privacy_cover_ot h5, .privacy_cover_ot h6 {
    font-size: 23px;
    border-left: 5px solid rgb(210,200,217);
    padding-left: 15px;
    color: rgb(210,200,217);
    margin-bottom: 15px;
    font-weight: 600;
    margin-top: 25px;
}

.title_screen_wa .course_welcome_pz {
    transform-style: preserve-3d;
    border-radius: 29px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    transition: transform 0.4s cubic-bezier(0.2, 0.85, 0.4, 1);
    overflow: hidden;
    padding: 3.5rem;
    transform: perspective(1000px) rotateX(2deg);
    max-width: 90%;
    position: relative;
    width: 100%;
}

.title_screen_wa .course_welcome_pz h3 {
    border-left: 3px solid rgb(174,164,185);
    font-weight: 600;
    line-height: 1.45;
    max-width: 80%;
    font-size: calc(19px * 1.1);
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    padding-left: 1rem;
}

.title_screen_wa .course_welcome_pz p {
    padding-right: 2rem;
    position: relative;
    line-height: 1.6;
    color: #ffffff;
    font-size: calc(17px * 1.2);
    font-weight: 400;
    max-width: 80%;
}


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



@media screen and (max-width: 768px) {.join_now_Ct {
    padding: 80px 0;
}.join_now_Ct .learning_program_UR {
    padding: 40px 25px;
}.join_now_Ct h3 {
    margin-bottom: 40px;
    letter-spacing: 2px;
    font-size: calc(34px * 0.8);
}.join_now_Ct .join_us_ax {
    font-size: calc(19px * 0.95);
    padding: 14px 35px;
}
}



@media (max-width: 576px) {.tariff_list_item_LN {
    padding: 50px 0;
}.tariff_list_item_LN h2 {
    font-size: calc(34px * 0.8);
}.tariff_list_item_LN .study_cost_Ye {
    padding: 1.5rem 1rem;
}.tariff_list_item_LN .learn_deals_S6 {
    font-size: 20px;
    padding: 0.5rem 1rem;
}
}



@media (max-width: 992px) {.teacher_profile_J5 .testimonial_sharing_Rq {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 2rem;
    grid-template-rows: auto auto auto;
}.teacher_profile_J5 .img_highlight_c9 {
    grid-column: 1;
    grid-row: 1;
    height: 350px;
}.teacher_profile_J5 .name {
    grid-row: 2;
    margin: 0;
    grid-column: 1;
}.teacher_profile_J5 .testimonial_sharing_Rq span:not(.name) {
    grid-row: 2;
    grid-column: 1;
    margin-top: 3.5rem;
}.teacher_profile_J5 .job_timeline_iO {
    grid-column: 1;
    grid-row: 3;
}.teacher_profile_J5 .testimonial_sharing_Rq:hover .name,
    .teacher_profile_J5 .testimonial_sharing_Rq:hover span:not(.name) {
    transform: translateY(-5px);
}
}



@media (max-width: 767px) {.about_this_lr {
    padding: 80px 0;
}.about_this_lr .text_group_ot {
    padding: 30px;
    transform: none;
}.about_this_lr .text_group_ot::after {
    display: none;
}.about_this_lr h5 {
    font-size: 20px;
}.about_this_lr p b {
    font-size: calc(13px * 1.3);
}
}




@media (max-width: 992px) {.program_overview_mA .knowledge_plan_H1 {
    grid-template-columns: 1fr;
    text-align: center;
    grid-gap: 1.5rem;
}.program_overview_mA .knowledge_plan_H1 h3,
    .program_overview_mA .knowledge_plan_H1 span,
    .program_overview_mA .knowledge_plan_H1 p {
    grid-column: 1 / 2;
    border: none;
    padding: 0;
}.program_overview_mA .knowledge_plan_H1 h3 {
    padding-bottom: 1rem;
    border-bottom: 2px solid rgb(210,200,217);
    margin: 0 auto;
    width: fit-content;
}.program_overview_mA .knowledge_plan_H1 .feedback_reach_m9 {
    grid-column: 1 / 2;
}.program_overview_mA .learning_program_UR {
    margin-bottom: 0;
}
}



@media (max-width: 575px) {.thanksPoint_FM {
    padding: 3rem 0;
}.thanksPoint_FM h2 {
    font-size: calc(30px * 0.7);
    margin-bottom: 1.8rem;
}.thanksPoint_FM h2::after {
    width: 4rem;
}.thanksPoint_FM .learning_program_UR {
    padding: 1.5rem 1.25rem;
}.thanksPoint_FM span {
    font-size: calc(17px * 0.9);
    line-height: 1.5;
}.thanksPoint_FM li::before {
    height: 1.5rem;
    top: -0.3rem;
    left: -0.5rem;
    width: 1.5rem;
}}



@media screen and (min-width: 1200px) {.reach_out_Gd .inquiry_map_6Z {
    padding-left: 200px;
    width: 70%;
}.reach_out_Gd .inquiry_info_KX {
    width: 40%;
    max-width: 480px;
}
}



@media screen and (max-width: 767px) {.reach_out_Gd {
    padding: 60px 0 120px;
}.reach_out_Gd .inquiry_map_6Z {
    padding: 0 20px 120px;
}.reach_out_Gd .inquiry_map_6Z h3 {
    font-size: calc(24px + 2px);
}.reach_out_Gd .inquiry_map_6Z div {
    min-height: 120px;
    flex: 0 0 100%;
    max-width: 280px;
    margin-bottom: 0;
}.reach_out_Gd .inquiry_map_6Z div svg {
    height: 30px;
    width: 30px;
}.reach_out_Gd .inquiry_info_KX {
    padding: 30px 25px;
}
}



@media (max-width: 576px) {.course_fit_for_R8 {
    padding: 60px 0;
}.course_fit_for_R8 h3 {
    padding: 15px 20px;
    font-size: calc(36px * 0.85);
    margin-bottom: 40px;
}.course_fit_for_R8 ul li {
    padding: 25px 20px;
    gap: 15px;
}.course_fit_for_R8 ul li svg {
    width: 40px;
    height: 40px;
    padding: 8px;
}
}



@media (max-width: 767px) {.title_screen_wa {
    min-height: auto;
}.title_screen_wa .page_open_0k {
    min-height: 100vh;
    padding: 1rem;
    height: auto;
}.title_screen_wa .course_welcome_pz {
    max-width: 100%;
    padding: 2.5rem 1.5rem;
    transform: none;
}.title_screen_wa .course_welcome_pz h1 {
    font-size: calc(38px * 0.9);
    margin-bottom: 1.5rem;
}.title_screen_wa .course_welcome_pz h3 {
    font-size: calc(19px * 0.95);
    max-width: 100%;
}.title_screen_wa .course_welcome_pz p {
    max-width: 100%;
    font-size: 17px;
}.title_screen_wa .course_welcome_pz div div {
    margin-top: 2rem;
}
}



@keyframes breatheGlow {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
}



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

@keyframes moving-line {
    0% {
        left: -100%;
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        left: 200%;
        opacity: 0;
    }
}



@keyframes patternShift {
    0% { background-position: 0 0, 0 10px, 10px -10px, -10px 0px; }
    100% { background-position: 100px 100px, 100px 110px, 110px 90px, 90px 100px; }
}



@keyframes slideInLeft {
  from {
    transform: translateX(-20px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}



@keyframes orbitGlow {
  0% {
    opacity: 0.3;
    transform: scale(0.9) translate(5%, 5%);
  }
  50% {
    opacity: 0.6;
    transform: scale(1) translate(0%, 0%);
  }
  100% {
    opacity: 0.3;
    transform: scale(0.95) translate(-5%, -5%);
  }
}

