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

html,body {
    scroll-behavior: smooth;
    height: 100%;
    font-family: Arial, sans-serif;
    min-height: 100%;
    color: #000000;
}

header,footer {
    width: 100%;
}

header {
    border-bottom: 1px solid rgb(198,212,210,0.5);
    position: fixed;
    width: 100%;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    left: 0;
    -webkit-backdrop-filter: blur(10px);
    top: 0;
    background: linear-gradient(180deg, 
        rgb(198,212,210) 0%, 
        rgba(20, 20, 30, 0.95) 100%
    );
    backdrop-filter: blur(10px);
    transition: all 0.4s ease;
}

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

.PJl_course_highlights .bRQ_lesson_track img {
    transform: scale(1.1);
    width: 100%;
    filter: brightness(0.8) saturate(1.2);
    height: 100%;
    object-fit: cover;
    transition: transform 8s ease;
}

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

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

.PJl_course_highlights .bRQ_lesson_track:nth-child(2)::after {
    top: 60%;
    animation-delay: 1s;
}

.PJl_course_highlights .bRQ_lesson_track:nth-child(3)::after {
    animation-delay: 2s;
    top: 45%;
}

.PJl_course_highlights .bRQ_lesson_track:nth-child(4)::after {
    animation-delay: 3s;
    top: 75%;
}




.PJl_course_highlights .tvJ_pro_learning::before {
    left: 0;
    opacity: 0.3;
    background: linear-gradient(90deg, 
                transparent 0%, 
                #ffffff 50%, 
                transparent 100%);
    width: 100%;
    height: 1px;
    content: "";
    position: absolute;
    bottom: 0;
}



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

.gbo_our_info .XRo_get_contactpanel {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    position: relative;
    border-radius: 17px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    padding: 40px;
}

.gbo_our_info .XRo_get_contactpanel:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

.gbo_our_info h2::after {
    bottom: -10px;
    position: absolute;
    border-radius: 10px;
    background: rgb(198,212,210);
    height: 3px;
    content: "";
    width: 60px;
    left: 0;
}

.gbo_our_info .Bdi_quick_reach {
    margin-bottom: 25px;
}

.gbo_our_info .BRH_edu_coach {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 30px;
    padding-top: 20px;
}

.gbo_our_info .XRo_get_contactpanel .hLz_portrait_image {
    border-radius: 17px;
    height: 100%;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.gbo_our_info .sSh_message_block {
    display: flex;
    gap: 25px;
    flex-direction: column;
}

.gbo_our_info .sSh_message_block a::before {
    top: 0;
    background: rgb(198,212,210);
    border-radius: 10px 0 0 10px;
    content: "";
    width: 5px;
    height: 100%;
    position: absolute;
    transition: width 0.3s ease;
    left: 0;
}

.gbo_our_info svg {
    fill: rgb(198,212,210);
    vertical-align: middle;
    height: 24px;
    width: 24px;
    margin-right: 15px;
}



.gbo_our_info .XRo_get_contactpanel:first-child {
    animation: float 6s ease-in-out infinite;
}

.gbo_our_info .XRo_get_contactpanel:last-child {
    animation: float 7s ease-in-out infinite;
}

.gbo_our_info .fPL_contact_section span:nth-child(odd) {
    transform: translateY(-3px);
}

header:before {
    opacity: 0.1;
    top: 0;
    content: '';
    pointer-events: none;
    width: 100%;
    position: absolute;
    background: 
        radial-gradient(circle at 15% 15%, rgb(198,212,210,0.5) 0%, transparent 25%),
        radial-gradient(circle at 85% 85%, rgb(161,179,177,0.5) 0%, transparent 25%);
    left: 0;
    height: 100%;
}

header .container:before {
    opacity: 0.5;
    position: absolute;
    background-image: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 2px,
            rgba(255, 255, 255, 0.015) 2px,
            rgba(255, 255, 255, 0.015) 3px
        );
    mix-blend-mode: overlay;
    width: 100%;
    height: 100%;
    pointer-events: none;
    content: '';
}

header .sTi_nav_top {
    display: flex;
    gap: 30px;
    align-items: center;
    position: relative;
}

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

header .BQI_page_header:after {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    opacity: 0.8;
    bottom: -2px;
    transform: translateX(-50%);
    content: '';
    left: 50%;
    filter: blur(0.5px);
    background: linear-gradient(90deg, 
        rgb(198,212,210),
        #ffffff 50%,
        rgb(198,212,210)
    );
    height: 2px;
    position: absolute;
    width: 0;
}

header .BpE_main_sitewrap:after {
    border: 1px solid transparent;
    transition: all 0.5s ease;
    opacity: 0;
    top: -5px;
    left: -5px;
    border-image: linear-gradient(45deg, rgb(198,212,210), rgb(161,179,177), rgb(198,212,210)) 1;
    height: calc(100% + 10px);
    content: '';
    width: calc(100% + 10px);
    position: absolute;
}

header .BpE_main_sitewrap:hover svg path {
    animation: logoGlow 2s infinite alternate;
}

.CaE_gratHub::before {
    height: 300px;
    background: radial-gradient(circle, rgb(255, 255, 255, 0.5) 10%, transparent 70%);
    transform: rotate(-15deg);
    top: -10%;
    position: absolute;
    animation: float 8s ease-in-out infinite;
    content: "";
    opacity: 0.2;
    right: -5%;
    width: 300px;
}

.CaE_gratHub .tvJ_pro_learning:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12), 0 15px 25px rgba(0, 0, 0, 0.06);
}

.CaE_gratHub h5 {
    line-height: 1.4;
    margin: 0;
    padding-bottom: 0.5rem;
    font-weight: 700;
    font-size: 20px;
    transition: transform 0.4s ease;
    position: relative;
    transform: translateX(0);
    color: #000000;
}

.CaE_gratHub .tvJ_pro_learning > div:last-child {
    overflow: hidden;
    position: relative;
}

.CaE_gratHub a {
    display: block;
    transform: translateY(0);
    position: relative;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 0.5rem 0;
    text-decoration: none;
}

.CaE_gratHub a:hover p {
    color: rgb(198,212,210);
}

.hJK_teaching_experience {
    overflow: hidden;
    position: relative;
    background-color: rgb(234,239,238);
    padding: 6rem 0;
}

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

.hJK_teaching_experience .gYA_edu_reviews {
    box-shadow: 0 20px 40px rgba(0,0,0,0.1), 0 5px 15px rgba(0,0,0,0.05);
    grid-template-columns: 1fr;
    gap: 2rem;
    border-left: 4px solid rgb(198,212,210);
    display: grid;
    position: relative;
    padding: 3rem;
    backdrop-filter: blur(10px);
    background: linear-gradient(to right bottom, rgba(255,255,255,0.9), rgba(255,255,255,0.7));
    transform: perspective(1000px) rotateX(2deg);
}

.hJK_teaching_experience .gYA_edu_reviews .hLz_portrait_image::after {
    content: "";
    z-index: 1;
    inset: 0;
    position: absolute;
    background: linear-gradient(to top, rgb(198,212,210,0.5) 0%, transparent 50%);
}

.hJK_teaching_experience .gYA_edu_reviews .name::after {
    bottom: -5px;
    background-color: rgb(161,179,177);
    width: 0;
    position: absolute;
    content: "";
    left: 0;
    height: 2px;
    transition: width 0.4s ease;
}

.hJK_teaching_experience .gYA_edu_reviews > div:nth-child(3) {
    animation: fadeSlideUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.5s forwards;
    position: relative;
    opacity: 0;
    transform: translateY(1rem);
}

.hJK_teaching_experience .gYA_edu_reviews .oZi_exp_achievements::after {
    z-index: -1;
    color: rgb(198,212,210,0.5);
    right: -20px;
    font-size: 6rem;
    font-family: Georgia, serif;
    bottom: -60px;
    position: absolute;
    content: "";
}

.YIK_contact_section::after {
    bottom: 0;
    background: linear-gradient(240deg, rgb(161,179,177,0.5) 0%, transparent 70%);
    width: 70%;
    opacity: 0.1;
    right: 0;
    content: "";
    position: absolute;
    height: 70%;
}

.YIK_contact_section .hLz_portrait_image {
    position: relative;
    flex: 0 0 40%;
    overflow: hidden;
    min-height: 500px;
}

.YIK_contact_section .Tur_query_reach {
    padding: 60px;
    position: relative;
    flex: 0 0 60%;
}

.YIK_contact_section form {
    width: 100%;
    padding-left: 25px;
}

.YIK_contact_section form h3 {
    margin-bottom: 35px;
    font-size: 24px;
    font-weight: 600;
    font-family: Arial, sans-serif;
    color: #000000;
}

.YIK_contact_section form input[type="text"]:focus {
    outline: none;
    background: rgba(rgb(198,212,210), 0.05);
    box-shadow: 0 0 0 2px rgb(198,212,210,0.5);
}

.YIK_contact_section .DpV_query_widget input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.YIK_contact_section .DpV_query_widget input[type="checkbox"]:checked + label::before {
    background-color: rgb(198,212,210);
    border-color: rgb(198,212,210);
}

.YIK_contact_section .DpV_query_widget label a {
    color: rgb(198,212,210);
    transition: all 0.3s ease;
    text-decoration: none;
}

.YIK_contact_section form .qpZ_request_request {
    border-radius: 10px;
    position: relative;
    background: linear-gradient(45deg, rgb(198,212,210), rgb(161,179,177));
    border: none;
    cursor: pointer;
    padding: 15px 35px;
    font-family: Arial, sans-serif;
    overflow: hidden;
    transition: all 0.3s ease;
    display: inline-block;
    font-weight: 600;
    color: #ffffff;
    font-size: 19px;
}

.Hiz_register_now::before {
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 10px,
        transparent 10px,
        transparent 20px
    );
    left: 0;
    z-index: -1;
    content: "";
    transform: translateZ(-10px);
}

.Hiz_register_now h6::after {
    bottom: -15px;
    width: 80px;
    left: 50%;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(255, 255, 255, 0.3);
    transform: translateX(-50%);
    background: #ffffff;
    content: "";
    position: absolute;
    height: 4px;
}

.Hiz_register_now div div span:hover {
    transform: translateZ(50px) scale(1.05);
}

.Hiz_register_now .qpZ_request_request:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 20px 30px -15px rgba(0, 0, 0, 0.35),
        0 10px 20px -10px rgba(0, 0, 0, 0.25);
    color: rgb(161,179,177);
}

.Hiz_register_now .qpZ_request_request:hover::before {
    transform: translateX(100%);
}

.Hiz_register_now .qpZ_request_request span {
    display: block;
    position: relative;
    transition: transform 0.3s ease;
    z-index: 2;
}

.aZf_trackingPolicyPanel {
    position: fixed;
    background: rgb(234,239,238);
    justify-content: center;
    display: flex;
    align-items: center;
    transition: transform 0.3s ease-in-out;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    z-index: 90;
    border-top: 3px solid rgb(198,212,210);
    width: 100%;
    overflow: hidden;
    bottom: 0;
    padding: 1rem 0;
}

.DfN_cookie_apply {
    flex: 1;
    min-width: 300px;
    margin-bottom: 20px;
}

.beH_cookie_data {
    font-size: 1rem;
    color: #ffffff;
    transition: background-color 0.3s ease, transform 0.3s ease;
    text-decoration: none;
    border-radius: 10px;
    display: inline-block;
    font-weight: 700;
    background: rgb(198,212,210);
    cursor: pointer;
    border: none;
    padding: 0.75rem 1.5rem;
}

.lfD_our_team::after {
    background: 
        linear-gradient(-45deg, transparent 45%, rgba(0, 0, 0, 0.5) 45%, rgba(0, 0, 0, 0.5) 55%, transparent 55%),
        linear-gradient(45deg, transparent 45%, rgba(0, 0, 0, 0.5) 45%, rgba(0, 0, 0, 0.5) 55%, transparent 55%);
    top: 0;
    content: "";
    z-index: 1;
    opacity: 0.03;
    left: 0;
    height: 100%;
    position: absolute;
    background-size: 100px 100px;
    width: 100%;
}



.lfD_our_team .IQg_fast_study {
    display: flex;
    gap: 30px;
}

.lfD_our_team .spB_value_prop {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transform: translateY(0);
    transition: all 0.4s ease;
    background: #ffffff;
    border-radius: 30px;
    flex: 1;
    z-index: 2;
    position: relative;
    padding: 60px 40px;
}

.lfD_our_team .spB_value_prop::after {
    z-index: -1;
    width: 100%;
    position: absolute;
    content: "";
    background: 
        linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 100%);
    left: 0;
    top: 0;
    height: 100%;
}

.lfD_our_team .spB_value_prop:hover h3::after {
    width: 80px;
}

.lfD_our_team .spB_value_prop:nth-child(1):hover {
    transform: translateY(5px);
}

.lfD_our_team .spB_value_prop:nth-child(2)::after {
    top: 20px;
    z-index: 1;
    opacity: 0.1;
    border-radius: 50%;
    height: 100px;
    position: absolute;
    background: rgb(161,179,177,0.5);
    content: "";
    left: 20px;
    width: 100px;
}

.ZBt_title_screen {
    position: relative;
    overflow: hidden;
    font-family: Arial, sans-serif;
    width: 100%;
}

.ZBt_title_screen .bYH_fast_knowledge {
    min-height: 100vh;
    align-items: center;
    display: flex;
    box-sizing: border-box;
    position: relative;
    justify-content: center;
    padding: 100px 20px;
}

.ZBt_title_screen .kYx_learning_lab:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    transform: perspective(1000px) rotateY(0deg);
}

.ZBt_title_screen .kYx_learning_lab > div:hover {
    transform: translateX(10px);
}

.ZBt_title_screen p {
    color: #ffffff;
    letter-spacing: 0.5px;
    margin: 0;
    padding-left: 20px;
    position: relative;
    line-height: 1.5;
    font-size: calc(18px * 1.1);
}

.ZBt_title_screen .title_style_header::after {
    background: linear-gradient(90deg, rgb(198,212,210), transparent);
    left: 0;
    position: absolute;
    height: 3px;
    width: 80%;
    content: "";
    bottom: 0;
    transition: width 0.4s ease;
}

.EhD_pledge_block::after {
    width: 100%;
    height: 100%;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    z-index: -1;
    background: repeating-linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.3) 0px,
        rgba(0, 0, 0, 0.3) 1px,
        transparent 1px,
        transparent 20px
    );
}

.EhD_pledge_block .company_holder::before {
    left: -5px;
    top: -5px;
    content: "";
    clip-path: polygon(
        0 0,
        calc(100% - 40px) 0,
        100% 40px,
        100% 100%,
        40px 100%,
        0 calc(100% - 40px)
    );
    filter: blur(5px);
    height: calc(100% + 10px);
    opacity: 0.5;
    background: linear-gradient(45deg, rgb(198,212,210), transparent 70%);
    position: absolute;
    z-index: -1;
    width: calc(100% + 10px);
}

.EhD_pledge_block .EkK_review_block::before {
    position: absolute;
    top: -20px;
    width: 100%;
    height: 1px;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(198,212,210), transparent);
    left: 0;
}

.EhD_pledge_block .sTi_nav_top h5 {
    text-transform: uppercase;
    position: relative;
    margin-bottom: 1.5rem;
    color: rgb(161,179,177);
    letter-spacing: 2px;
    font-size: 20px;
    font-weight: 600;
}

.EhD_pledge_block .sTi_nav_top .DPV_head_wrap a {
    padding: 0.5rem 0 0.5rem 1.5rem;
    opacity: 0.7;
    text-decoration: none;
    position: relative;
    font-size: 15px;
    overflow: hidden;
    color: #ffffff;
    transition: all 0.3s ease;
}

.EhD_pledge_block .sTi_nav_top .DPV_head_wrap a:hover::before {
    color: rgb(161,179,177);
}

.Gra_comm_guide .container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.Gra_comm_guide .uUP_eco_foot {
    text-transform: uppercase;
    opacity: 0.7;
    font-size: 13px;
    text-align: center;
    letter-spacing: 1px;
    color: #ffffff;
}

.LBg_pricing_panel::before {
    height: 100%;
    pointer-events: none;
    top: 0;
    position: absolute;
    background: radial-gradient(circle at 30% 70%, rgb(161,179,177,0.5) 0%, transparent 60%);
    content: "";
    z-index: 0;
    left: 0;
    width: 100%;
}

.LBg_pricing_panel .FMO_learning_price h2 {
    -webkit-background-clip: text !important;
    line-height: 1.3;
    background-clip: text !important;
    letter-spacing: -0.02em;
    background: linear-gradient(90deg, rgb(198,212,210), rgb(161,179,177));
    margin-bottom: 20px;
    color: transparent;
    font-size: 37px;
    transform: translateZ(0);
    font-weight: 700;
}

.LBg_pricing_panel .frW_study_pricing:hover {
    z-index: 5;
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.LBg_pricing_panel .XVy_fee_offers::before {
    position: absolute;
    content: "";
    transform: scaleX(0.8);
    transition: transform 0.4s ease-out;
    height: 5px;
    left: 0;
    width: 100%;
    top: 0;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(198,212,210), rgb(161,179,177));
}

.LBg_pricing_panel .frW_study_pricing:hover .cLJ_study_sub h3 {
    color: rgb(198,212,210);
    transform: translateX(5px) scale(1.03);
}

.LBg_pricing_panel .mOk_bundle_offer::after {
    bottom: -5px;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 50px;
    left: 0;
    background: rgb(198,212,210);
    height: 3px;
    transform-origin: left;
    transform: scaleX(0.5);
    position: absolute;
    content: "";
}

.LBg_pricing_panel .hLz_portrait_image::after {
    content: "";
    top: 0;
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.3) 100%);
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    pointer-events: none;
}

.Wcr_prospective_students .tvJ_pro_learning {
    position: relative;
    margin: 0 auto;
    max-width: 1100px;
    padding: 0 2rem;
}

.Wcr_prospective_students h3 {
    font-weight: 700;
    position: relative;
    margin-bottom: 3rem;
    color: rgb(161,179,177);
    font-size: 35px;
    text-align: left;
    padding-left: 2rem;
}

.Wcr_prospective_students ul {
    margin: 0;
    list-style: none;
    display: grid;
    padding: 0;
    grid-template-columns: repeat(2, 1fr);
    position: relative;
    gap: 2rem 1.5rem;
}

.Wcr_prospective_students li {
    background: rgba(rgb(161,179,177,0.5), 0.03);
    transition: all 0.3s ease;
    padding: 1.5rem;
    box-shadow: 
        0 5px 15px rgba(0, 0, 0, 0.05),
        inset 0 0 0 1px rgba(rgb(161,179,177,0.5), 0.1);
    display: flex;
    position: relative;
    border-radius: 25px;
    align-items: flex-start;
}

.Wcr_prospective_students li {
    line-height: 1.5;
    color: #000000;
    font-weight: 400;
    font-size: 14px;
}

.Wcr_prospective_students li:hover::before {
    opacity: 1;
}

.Wcr_prospective_students li:nth-child(even)::after {
    animation: pulseOdd 3s infinite alternate-reverse ease-in-out;
}

.Wcr_prospective_students li svg::after {
    border-radius: 50%;
    width: 100%;
    content: "";
    height: 100%;
    z-index: -1;
    background: radial-gradient(
        circle,
        rgba(rgb(198,212,210,0.5), 0.3) 0%,
        transparent 70%
    );
    position: absolute;
}

.kYw_privacy_hub:after {
    width: 200px;
    right: -50px;
    height: 200px;
    z-index: 1;
    content: "";
    position: absolute;
    border-radius: 50%;
    bottom: -50px;
    background: rgb(161,179,177,0.5);
}

.kYw_privacy_hub h1:before {
    z-index: -1;
    height: 5px;
    content: "";
    background: rgb(161,179,177);
    position: absolute;
    width: 50px;
    bottom: -5px;
    left: 0;
}

.kYw_privacy_hub h2:before {
    bottom: -5px;
    z-index: -1;
    position: absolute;
    background: rgb(198,212,210);
    height: 3px;
    content: "";
    left: 0;
    width: 30px;
}

.kYw_privacy_hub li:before {
    position: absolute;
    line-height: 1;
    content: "•";
    font-size: 1.5em;
    color: rgb(198,212,210);
    left: -25px;
}

.kYw_privacy_hub p, .kYw_privacy_hub span {
    font-size: 16px;
    color: #000000;
    z-index: 2;
    margin-bottom: 20px;
    position: relative;
    line-height: 1.8;
}

.kYw_privacy_hub button {
    font-size: 18px;
    background: rgb(161,179,177);
    z-index: 2;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
    padding: 12px 25px;
    border: 2px solid rgb(198,212,210);
    color: #ffffff;
}




@media (max-width: 768px) {.PJl_course_highlights {
    min-height: 100vh;
}.PJl_course_highlights .Ydz_class_track::after {
    background: linear-gradient(to bottom, 
                    transparent 0%, 
                    #000000 50%);
}.PJl_course_highlights .tvJ_pro_learning {
    margin-bottom: 0;
}.PJl_course_highlights .yZG_ready_skills {
    padding: 0 1.5rem;
    grid-gap: 1rem;
}.PJl_course_highlights .yZG_ready_skills h3 {
    font-size: calc(33px * 0.9);
}.PJl_course_highlights .yZG_ready_skills span,
    .PJl_course_highlights .yZG_ready_skills p {
    font-size: calc(15px * 0.9);
}.PJl_course_highlights .yZG_ready_skills .qpZ_request_request {
    margin-top: 1.5rem;
    width: 100%;
}}



@media (max-width: 991px) {header .container {
    padding: 15px 20px;
}header .sTi_nav_top {
    gap: 20px;
}header .BpE_main_sitewrap svg {
    height: 38px;
}
}



@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .BpE_main_sitewrap svg {
    height: 35px;
}header .sTi_nav_top {
    max-width: 100%;
    width: 100%;
}}



@media screen and (max-width: 992px) {.CaE_gratHub {
    padding: 5rem 0;
}.CaE_gratHub .tvJ_pro_learning {
    padding: 2.5rem;
}.CaE_gratHub h5 {
    font-size: calc(20px * 0.95);
}
}



@media screen and (max-width: 576px) {.CaE_gratHub {
    padding: 3rem 0;
}.CaE_gratHub .tvJ_pro_learning {
    padding: 1.75rem;
    clip-path: polygon(0 0, 100% 0, 100% 98%, 98% 100%, 0 100%);
}.CaE_gratHub .tvJ_pro_learning > div:first-child {
    margin-bottom: 1.5rem;
}.CaE_gratHub .tvJ_pro_learning > div:first-child::before {
    height: 60%;
    left: -1.2rem;
}.CaE_gratHub h5 {
    font-size: calc(20px * 0.85);
}.CaE_gratHub p {
    font-size: calc(15px * 0.95);
    line-height: 1.6;
}}



@media (min-width: 1024px) {.hJK_teaching_experience {
    padding: 8rem 0;
}.hJK_teaching_experience .gYA_edu_reviews {
    padding: 4rem;
    gap: 3rem 4rem;
    margin: 0 2rem;
    grid-template-columns: 400px 1fr;
    transform: perspective(1200px) rotateX(1deg) rotateY(-1deg);
}.hJK_teaching_experience .gYA_edu_reviews:hover {
    transform: perspective(1200px) rotateX(0deg) rotateY(0deg);
}.hJK_teaching_experience .gYA_edu_reviews .hLz_portrait_image {
    min-height: 500px;
}.hJK_teaching_experience .gYA_edu_reviews > div:nth-child(2) {
    padding-left: 1.5rem;
}.hJK_teaching_experience .gYA_edu_reviews .name {
    margin-bottom: 1rem;
    font-size: calc(20px * 1.7);
}.hJK_teaching_experience .gYA_edu_reviews > div:nth-child(2) > div {
    font-size: calc(15px * 1.1);
}.hJK_teaching_experience .gYA_edu_reviews .oZi_exp_achievements {
    padding: 2.5rem;
    font-size: calc(15px * 1.1);
    line-height: 1.9;
}}



@media (min-width: 768px) {.Hiz_register_now {
    padding: 7rem 3rem;
}.Hiz_register_now .container {
    grid-template-columns: 1fr 1fr;
    align-items: center;
}.Hiz_register_now h6 {
    font-size: calc(20px * 1.5);
    text-align: left;
    padding: 0;
}.Hiz_register_now h6::after {
    width: 120px;
    transform: none;
    left: 0;
}.Hiz_register_now div div {
    justify-content: flex-end;
    margin-top: 0;
}.Hiz_register_now .qpZ_request_request {
    padding: 18px 40px;
}
}



@media (max-width: 480px) {.Hiz_register_now {
    padding: 3rem 1rem;
}.Hiz_register_now h6 {
    font-size: calc(20px * 0.9);
}.Hiz_register_now .qpZ_request_request {
    font-size: calc(15px * 0.85);
    padding: 12px 24px;
}}



@media screen and (max-width: 768px) {.lfD_our_team {
    padding: 80px 0;
}.lfD_our_team h2 {
    font-size: 31px;
    margin-bottom: 50px;
}.lfD_our_team .IQg_fast_study {
    flex-direction: column;
}.lfD_our_team .spB_value_prop {
    transform: translateY(0) !important;
}.lfD_our_team .spB_value_prop:hover {
    transform: translateY(-10px) !important;
}
}



@media (max-width: 992px) {.ZBt_title_screen .kYx_learning_lab {
    max-width: 700px;
    padding: 25px;
    transform: perspective(1000px) rotateY(1deg);
}.ZBt_title_screen .title_style_header {
    font-size: calc(43px * 0.8);
}
}



@media (max-width: 400px) {.ZBt_title_screen .kYx_learning_lab {
    padding: 12px;
}.ZBt_title_screen p {
    font-size: calc(18px * 0.8);
}.ZBt_title_screen .title_style_header {
    font-size: calc(43px * 0.5);
}.ZBt_title_screen h3 {
    font-size: calc(20px * 0.8);
}}



@media screen and (max-width: 768px) {.EhD_pledge_block {
    padding: 4rem 0 2rem;
}.EhD_pledge_block .company_holder {
    padding: 1.5rem;
    margin-bottom: 3rem;
}.EhD_pledge_block .company_holder h3 {
    font-size: 37px;
}.EhD_pledge_block .sTi_nav_top h5 {
    font-size: calc(20px * 0.9);
}.Gra_comm_guide {
    padding: 1.2rem 0;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 15% 100%);
    margin-top: 2rem;
}
}



@media (min-width: 992px) {.LBg_pricing_panel .cQF_learning_fees {
    gap: 40px;
    flex-direction: row;
    align-items: stretch;
}.LBg_pricing_panel .FMO_learning_price {
    justify-content: center;
    width: 30%;
    flex-direction: column;
    display: flex;
    padding: 50px 40px;
}.LBg_pricing_panel .lae_bundle_price {
    width: 70%;
    grid-template-columns: repeat(2, 1fr);
}.LBg_pricing_panel .cLJ_study_sub {
    padding: 30px;
}.LBg_pricing_panel .cLJ_study_sub p {
    -webkit-line-clamp: 6;
}
}



@media (min-width: 1400px) {.LBg_pricing_panel .lae_bundle_price {
    grid-template-columns: repeat(2, 1fr);
}.LBg_pricing_panel .cLJ_study_sub p {
    -webkit-line-clamp: 7;
}
}



@media (max-width: 768px) {.Wcr_prospective_students {
    padding: 3.5rem 0;
}.Wcr_prospective_students .tvJ_pro_learning {
    padding: 0 1.5rem;
}.Wcr_prospective_students h3 {
    text-align: center;
    margin-bottom: 2rem;
    padding-left: 0;
    font-size: calc(35px * 0.8);
}.Wcr_prospective_students h3::before {
    top: auto;
    width: 80px;
    transform: translateX(-50%);
    height: 4px;
    bottom: -12px;
    left: 50%;
}.Wcr_prospective_students ul {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.Wcr_prospective_students ul::before {
    display: none;
}
}

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



@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.9;
    }
    100% {
        transform: scale(1);
        opacity: 0.7;
    }
}



@keyframes scanlineGlow {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    10%, 90% {
        opacity: 0.7;
    }
    100% {
        transform: translateX(100%);
        opacity: 0;
    }
}



@keyframes logoGlow {
    0% {
        filter: brightness(1);
    }
    100% {
        filter: brightness(1.3);
    }
}



@keyframes float {
    0%, 100% {
        transform: translate(0, 0) rotate(-15deg);
    }
    50% {
        transform: translate(15px, -15px) rotate(5deg);
    }
}



@keyframes fadeSlideUp {
    0% {
        opacity: 0;
        transform: translateY(2rem);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}



@keyframes morphShape {
    0% {
        border-radius: 40% 60% 70% 30% / 40% 40% 60% 50%;
    }
    50% {
        border-radius: 60% 40% 30% 70% / 60% 50% 30% 40%;
    }
    100% {
        border-radius: 35% 65% 60% 40% / 50% 45% 55% 45%;
    }
}



@keyframes pulse {
    0% {
        filter: drop-shadow(0 0 2px rgba(rgb(198,212,210,0.5), 0.5));
    }
    50% {
        filter: drop-shadow(0 0 8px rgba(rgb(198,212,210,0.5), 0.8));
    }
    100% {
        filter: drop-shadow(0 0 2px rgba(rgb(198,212,210,0.5), 0.5));
    }
}

