﻿header,footer {
    width: 100%;
}

header {
    width: 100%;
    position: fixed;
    z-index: 1000;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    left: 0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    top: 0;
    background: rgb(223,232,236);
}

.vJ_price_option .lK_enroll_cost {
    gap: 3rem;
    display: flex;
    flex-direction: column;
}

.vJ_price_option .by_study_costs h2 {
    color: #000000;
    position: relative;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 1rem;
    display: inline-block;
}

.vJ_price_option .em_price_choices {
    perspective: 1000px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2rem;
    display: grid;
}

.vJ_price_option .LH_fee_deals:nth-child(4) {
    animation-delay: 0.4s;
}

.vJ_price_option .LH_fee_deals:hover::before {
    transform: scaleX(1);
}

.vJ_price_option .bj_value_fees {
    height: 100%;
    flex-direction: column;
    display: flex;
}

.vJ_price_option .YI_price_panel h3 {
    position: relative;
    color: #000000;
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 1rem;
    transition: color 0.3s ease;
}

.vJ_price_option .LH_fee_deals:hover .Yu_pro_fees::after {
    width: 80px;
}

.vJ_price_option .Up_img_icon {
    width: 100%;
    overflow: hidden;
    height: 200px;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.LY_customer_opinions {
    padding: 7rem 2rem;
    background: linear-gradient(180deg, rgb(223,232,236) 0%, rgb(179,199,210,0.5) 30%, rgb(223,232,236) 100%);
    overflow: hidden;
    position: relative;
}

.LY_customer_opinions h2 {
    margin-bottom: 4rem;
    text-align: left;
    font-size: calc(29px * 1.3);
    font-weight: 700;
    color: #000000;
    transform: translateX(5%);
    position: relative;
}

.LY_customer_opinions .QZ_client_ratings {
    gap: 0.5rem 2rem;
    grid-template-columns: 100px 1fr;
    position: relative;
    grid-template-areas: 
        "image name"
        "image description";
    display: grid;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.LY_customer_opinions .QZ_client_ratings p {
    font-weight: 600;
    grid-area: name;
    align-self: end;
    font-size: calc(18px * 1.1);
    position: relative;
    margin: 0;
    padding-bottom: 0.5rem;
    color: #000000;
}

.LY_customer_opinions .QZ_client_ratings .description::before {
    content: "";
    line-height: 1;
    opacity: 0.2;
    color: rgb(179,199,210,0.5);
    top: 10px;
    font-size: 4rem;
    position: absolute;
    left: 10px;
}

.oT_data_summary::before {
    width: 100%;
    left: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(179,199,210,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(140,164,184,0.5) 0%, transparent 30%);
    position: absolute;
    top: 0;
    z-index: 0;
    content: "";
    opacity: 0.7;
    height: 100%;
}

.oT_data_summary .VR_statistics_points::before {
    z-index: 1;
    width: 3px;
    left: -3px;
    position: absolute;
    height: 0%;
    transition: height 0.6s ease;
    top: 0;
    background: rgb(140,164,184);
    content: "";
}

.oT_data_summary .VR_statistics_points p {
    margin: 0 0 10px 0;
    font-weight: 700;
    font-size: calc(48px * 1.5);
    line-height: 1;
    position: relative;
    color: rgb(179,199,210);
}



.oT_data_summary .VR_statistics_points:nth-child(odd) {
    animation: slideInLeft 0.7s forwards;
}

.MI_course_overview {
    position: relative;
    background: rgb(223,232,236);
    overflow: hidden;
    padding: 120px 0;
}

.MI_course_overview .Fz_career_lab {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
}

.MI_course_overview .Up_img_icon::before {
    transition: opacity 0.5s ease;
    position: absolute;
    content: "";
    inset: 0;
    opacity: 0.4;
    background: linear-gradient(
        to right,
        rgb(179,199,210,0.5) 0%,
        transparent 20%,
        transparent 80%,
        rgb(140,164,184,0.5) 100%
    );
}

.MI_course_overview .Ee_text_title:hover h3 {
    transform: translateX(10px);
}

.MI_course_overview h3::after {
    transition: width 0.4s ease;
    bottom: 0;
    height: 2px;
    width: 60px;
    position: absolute;
    content: "";
    left: 0;
    background: rgb(179,199,210);
}

.Am_ideal_participants {
    padding: 90px 0;
    overflow: hidden;
    position: relative;
    background-color: #ffffff;
}

.Am_ideal_participants h3 {
    color: #000000;
    font-weight: 700;
    display: inline-block;
    font-size: 37px;
    padding: 0 30px;
    position: relative;
    margin-bottom: 50px;
}

.Am_ideal_participants ul li {
    align-items: center;
    border: 1px solid rgba(0, 0, 0, 0.05);
    gap: 20px;
    display: flex;
    width: calc(33.333% - 17px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    min-width: 280px;
    z-index: 1;
    text-align: left;
    border-radius: 19px;
    transition: all 0.4s ease;
    padding: 35px 25px;
    position: relative;
    background-color: #ffffff;
}



.Am_ideal_participants ul li {
    opacity: 0;
    animation: slideUp 0.5s ease forwards;
}

.Am_ideal_participants ul li:nth-child(2) {
    animation-delay: 0.2s;
}

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

.Am_ideal_participants ul li:nth-child(3n+1) {
    box-shadow: 0 5px 20px rgba(rgb(179,199,210,0.5), 0.1);
}

.xP_ty_message::after {
    height: 200%;
    z-index: 0;
    animation: rotateGradient 15s infinite linear;
    background: radial-gradient(circle at center, rgb(179,199,210,0.5) 0%, transparent 70%);
    content: "";
    width: 100%;
    opacity: 0.2;
    right: -50%;
    top: -50%;
    position: absolute;
}

.xP_ty_message .TY_learn_skill > div:first-child::after {
    left: 0;
    position: absolute;
    height: 3px;
    transform: translateZ(5px);
    background: linear-gradient(90deg, rgb(179,199,210) 0%, transparent 100%);
    width: 70%;
    content: "";
    bottom: -10px;
}

.xP_ty_message p {
    color: #000000;
    font-size: 17px;
    position: relative;
    transition: color 0.3s ease;
    padding-left: 1rem;
    line-height: 1.7;
    max-width: 95%;
}

.xP_ty_message a:hover {
    transform: translateX(10px);
}

.vB_secure_cove {
    font-family: Arial, sans-serif;
    padding: 60px;
    border: 2px solid rgb(179,199,210);
    margin: 0 auto;
    color: #000000;
    max-width: 1200px;
    line-height: 1.8;
    background-color: rgb(223,232,236);
}

.vB_secure_cove li::before {
    content: '•';
    margin-right: 10px;
    color: rgb(179,199,210);
    font-size: 1.5em;
}

.vB_secure_cove a:hover {
    border-bottom: 1px solid rgb(140,164,184);
    color: rgb(140,164,184);
}

.yz_academic_expertise .QZ_client_ratings {
    gap: 3rem;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    transform: translateX(5%);
    flex-direction: row;
}

.yz_academic_expertise .sm_career_summary::after {
    left: 30px;
    position: absolute;
    content: "";
    transition: all 0.5s ease;
    height: 10px;
    opacity: 0.6;
    filter: blur(8px);
    bottom: -10px;
    background: rgb(140,164,184);
    width: 85%;
}

.yz_academic_expertise .LP_exp_view::before {
    top: 0;
    left: 0;
    width: 5px;
    background: linear-gradient(to bottom, rgb(179,199,210), rgb(140,164,184));
    content: "";
    position: absolute;
    height: 100%;
    border-radius: 10px;
}

.yS_welcome_section .ef_skill_growth {
    z-index: 10;
    transform: perspective(1000px) rotateX(2deg);
    width: 90%;
    max-width: 1200px;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
    padding: 3rem;
    background: linear-gradient(145deg, 
    rgba(rgb(179,199,210), 0.15) 0%, 
    rgba(rgb(140,164,184), 0.3) 100%);
    box-shadow: 0 15px 35px rgba(0,0,0,0.2),
              0 3px 10px rgba(0,0,0,0.1),
              0 0 60px rgba(rgb(179,199,210), 0.2);
    backdrop-filter: blur(5px);
}

.yS_welcome_section h3::after {
    animation: lineGrow 1.2s ease-out forwards;
    animation-delay: 1.2s;
    height: 3px;
    background: rgb(140,164,184);
    content: "";
    width: 60px;
    left: 0;
    transform-origin: left;
    position: absolute;
    bottom: 0;
}

.MU_program_assets h2 {
    padding-bottom: 20px;
    font-size: 45px;
    position: relative;
    margin: 0 0 60px;
    text-align: center;
    font-weight: 700;
    color: #ffffff;
}

.MU_program_assets .Up_img_icon {
    position: relative;
    overflow: hidden;
    min-height: 450px;
    flex: 1;
    border-radius: 26px;
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.2);
    min-width: 320px;
}

.MU_program_assets .Ee_text_title::before {
    bottom: -30px;
    width: 120px;
    border-radius: 26px;
    content: '';
    z-index: -1;
    position: absolute;
    left: -30px;
    opacity: 0.3;
    transform: rotate(45deg);
    height: 120px;
    border: 2px solid rgb(140,164,184,0.5);
}

.MU_program_assets .text_main_holder > div:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

.MU_program_assets .text_main_holder > div:hover svg {
    transform: scale(1.1);
}

.MU_program_assets .text_main_holder p {
    color: #ffffff;
    line-height: 1.6;
    margin: 0;
    font-size: 14px;
}

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

.eD_about_this .Ee_text_title:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.25),
        -20px -20px 40px rgba(255, 255, 255, 0.1),
        inset 1px 1px 2px rgba(255, 255, 255, 0.7),
        inset -1px -1px 2px rgba(0, 0, 0, 0.15);
}

.eD_about_this h5 {
    font-weight: 700;
    font-size: 18px;
    padding-bottom: 10px;
    transition: transform 0.4s ease;
    color: rgb(179,199,210);
    position: relative;
    margin-bottom: 15px;
    transform: translateX(0);
    display: inline-block;
}

.eD_about_this p b {
    padding-right: 30px;
    position: relative;
    font-weight: 700;
    font-size: calc(12px + 4px);
    display: inline-block;
    color: rgb(140,164,184);
    letter-spacing: 0.5px;
}

.eD_about_this ol li::before {
    transform: rotate(45deg);
    height: 8px;
    width: 8px;
    box-shadow: 
        2px 2px 4px rgba(0, 0, 0, 0.1),
        inset 1px 1px 1px rgba(255, 255, 255, 0.4);
    top: 10px;
    content: "";
    background: rgb(140,164,184);
    left: -20px;
    counter-increment: item;
    border-radius: 2px;
    position: absolute;
}

header .ve_nav_study {
    overflow: hidden;
    position: relative;
}

header .container:before {
    height: 8px;
    background: rgb(179,199,210);
    left: 10px;
    width: 8px;
    opacity: 0.7;
    position: absolute;
    transform: translateY(-50%) rotate(45deg);
    content: '';
    top: 50%;
}

header .ot_top_pagewrap:before {
    bottom: -10px;
    width: 100%;
    left: 0;
    background: linear-gradient(90deg,
        transparent 0%,
        #000000 20%,
        #000000 80%,
        transparent 100%
    );
    height: 1px;
    content: '';
    opacity: 0.2;
    position: absolute;
}

header .pn_main_learning:after {
    left: 50%;
    top: 100%;
    transform: translate(-50%, -50%) rotate(45deg);
    position: absolute;
    background: rgb(179,199,210);
    transition: all 0.3s ease;
    height: 8px;
    opacity: 0;
    width: 8px;
    content: '';
}

header .KG_main_pagebar:after {
    transform: scale(0);
    transition: all 0.4s ease;
    opacity: 0;
    left: -5px;
    border-radius: 50%;
    content: '';
    top: -5px;
    background: linear-gradient(135deg, rgb(179,199,210), rgb(140,164,184));
    height: 10px;
    position: absolute;
    width: 10px;
}



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

.Zp_contact_form_section .jd_message_links {
    border-radius: 14px;
    position: relative;
    overflow: hidden;
    grid-template-columns: 1fr 1fr;
    display: grid;
    gap: 0;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    max-width: 1000px;
    margin: 0 auto;
}

.Zp_contact_form_section .Hl_request_query::before {
    top: 0;
    position: absolute;
    background: linear-gradient(to bottom, rgb(179,199,210), rgb(140,164,184));
    width: 10px;
    right: 0;
    content: "";
    height: 100%;
}

.Zp_contact_form_section form input[type="text"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.Zp_contact_form_section .iR_support_inquiry {
    align-items: flex-start;
    margin-bottom: 30px;
    display: flex;
}

.Zp_contact_form_section .iR_support_inquiry label::before {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    transition: all 0.3s ease;
    border-radius: 10px;
    top: 0;
    background: rgb(223,232,236);
    left: 0;
}

.Zp_contact_form_section .iR_support_inquiry label a:hover::after {
    width: 100%;
}

.Zp_contact_form_section form .Cf_reach_box {
    overflow: hidden;
    border-radius: 50px;
    font-family: Arial, sans-serif;
    cursor: pointer;
    border: none;
    color: #ffffff;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    background: rgb(179,199,210);
    font-size: 20px;
    padding: 16px 40px;
    display: inline-block;
    font-weight: 700;
}

.kW_sustain_cta .container {
    gap: 4rem;
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
    position: relative;
}

.kW_sustain_cta .company_holder:hover {
    transform: rotateX(0deg);
}

.kW_sustain_cta .company_holder h3 {
    font-weight: 700;
    position: relative;
    margin: 0 0 1.5rem;
    letter-spacing: 1px;
    transform: translateZ(20px);
    color: #ffffff;
    font-size: 30px;
    display: inline-block;
}

.kW_sustain_cta .mW_achieve_cta {
    border-radius: 10px;
    transform: translateZ(10px);
    line-height: 1.6;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-size: 13px;
    padding: 1.5rem;
}

.kW_sustain_cta .rI_main_skill .vK_header_master {
    padding: 1rem;
    gap: 1rem;
    transform: translateZ(5px);
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    flex-direction: column;
    border-radius: 10px;
}

.kW_sustain_cta .rI_main_skill .vK_header_master a:hover {
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background: rgb(140,164,184,0.5);
}

.qR_price_table::before {
    height: 20px;
    transform-origin: bottom;
    width: 100%;
    left: 0;
    content: "";
    transform: rotateX(45deg);
    top: -20px;
    background: rgb(140,164,184);
    position: absolute;
}

.ZD_location_details::after {
    background-image: 
        linear-gradient(45deg, rgb(223,232,236) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(223,232,236) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(223,232,236) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(223,232,236) 75%);
    animation: patternShift 60s linear infinite;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0.03;
    background-size: 100px 100px;
    z-index: 1;
    content: '';
    height: 100%;
    position: absolute;
    background-position: 0 0, 0 50px, 50px -50px, -50px 0px;
}

.ZD_location_details .Jo_get_answers > span:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px) rotateY(5deg);
}

.ZD_location_details .Jo_get_answers > span p {
    text-transform: uppercase;
    color: rgb(179,199,210);
    font-size: calc(14px - 1px);
    font-weight: 600;
    margin-bottom: 5px;
    letter-spacing: 0.5px;
}

.ZD_location_details .Jo_get_answers > span a:hover {
    color: rgb(179,199,210);
}

.ZD_location_details .Jo_get_answers > span:hover svg {
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
    transform: translateZ(15px) scale(1.2);
}

.ZD_location_details .zx_send_message::before {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.1;
    background: linear-gradient(135deg, rgb(179,199,210,0.5) 0%, transparent 70%);
    z-index: 0;
    content: '';
    top: 0;
}

.ZD_location_details .zx_send_message span {
    border-radius: 10px;
    font-size: 14px;
    padding: 10px 20px;
    z-index: 1;
    display: inline-flex;
    transition: all 0.3s ease;
    background: rgba(0, 0, 0, 0.03);
    position: relative;
    color: #000000;
    align-items: center;
    margin: 5px;
}

.ZD_location_details .Jo_get_answers > span:nth-child(3n+3) {
    animation: floatAnimation 4s ease-in-out infinite;
    animation-delay: 2.6s;
}

.ME_privacy_switch svg, .ME_privacy_switch svg path {
    fill: rgb(179,199,210);
    width: 60px;
    height: 60px;
    transition: transform 0.3s ease;
}

.ME_privacy_switch:hover svg {
    transform: rotate(20deg);
}

.kW_data_policy p {
    margin-bottom: 0;
    font-size: 14px;
    color: #ffffff;
    text-shadow: 0 0 5px rgb(179,199,210,0.5);
}

#jc_cookieDialogWindow {
    display: none;
}

#jc_cookieDialogWindow:checked ~ .EA_cookie_message_alert {
    opacity: 0;
    visibility: hidden;
}


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



@media (min-width: 992px) {.vJ_price_option .em_price_choices {
    grid-template-columns: repeat(2, 1fr);
}
}



@media (max-width: 767px) {.vJ_price_option .LH_fee_deals {
    margin: 0 auto;
    max-width: 400px;
}.vJ_price_option .by_study_costs h2 {
    font-size: calc(36px * 0.9);
}.vJ_price_option .fj_edu_packages {
    font-size: calc(15px * 0.95);
}}



@media (max-width: 480px) {.LY_customer_opinions h2 {
    font-size: 29px;
}.LY_customer_opinions .HR_feedback_testimonials {
    padding-left: 30px;
    gap: 4rem;
}.LY_customer_opinions .HR_feedback_testimonials::before {
    left: 15px;
}.LY_customer_opinions .QZ_client_ratings::before {
    left: -30px;
    width: 15px;
    height: 15px;
}.LY_customer_opinions .QZ_client_ratings img {
    height: 80px;
    width: 80px;
}}



@media (min-width: 768px) and (max-width: 1023px) {.oT_data_summary .VR_statistics_points {
    padding: 35px 40px;
}.oT_data_summary .VR_statistics_points p {
    font-size: calc(48px * 1.3);
}.oT_data_summary .VR_statistics_points span {
    font-size: calc(18px * 0.95);
}
}



@media (min-width: 768px) {.MI_course_overview {
    padding: 150px 0;
}.MI_course_overview .Fz_career_lab {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 60px;
}.MI_course_overview .Up_img_icon {
    transform: perspective(1000px) rotateY(3deg) translateX(-20px);
    height: 450px;
}.MI_course_overview .Up_img_icon:hover {
    transform: perspective(1000px) rotateY(0deg) translateX(0);
}.MI_course_overview .Ee_text_title {
    padding: 40px;
}.MI_course_overview h3 {
    margin-bottom: 30px;
    font-size: 19px;
}.MI_course_overview p.description {
    max-height: 350px;
}
}



@media (max-width: 768px) {.Am_ideal_participants ul {
    gap: 20px;
}.Am_ideal_participants ul li {
    width: 100%;
    padding: 25px 20px;
}
}



@media (max-width: 576px) {.Am_ideal_participants {
    padding: 50px 0;
}.Am_ideal_participants h3 {
    padding: 0 20px;
    font-size: calc(37px * 0.85);
    margin-bottom: 30px;
}.Am_ideal_participants h3::before,
    .Am_ideal_participants h3::after {
    height: 10px;
    width: 10px;
}.Am_ideal_participants ul li {
    gap: 15px;
    padding: 20px 15px;
}.Am_ideal_participants ul li svg {
    height: 35px;
    width: 35px;
}
}



@media (max-width: 992px) {.yz_academic_expertise .QZ_client_ratings {
    gap: 2rem;
    transform: none;
    flex-direction: column;
}.yz_academic_expertise .Up_img_icon {
    height: 280px;
    width: 220px;
    margin: 0 auto;
}.yz_academic_expertise .sm_career_summary {
    max-width: 100%;
    transform: none;
}.yz_academic_expertise .name,
    .yz_academic_expertise .sm_career_summary > div:nth-child(2) {
    transform: none;
}}



@media (min-width: 992px) {.MU_program_assets .TY_learn_skill > div:not(.text_holder):not(.text_main_holder):not(.photo) {
    flex-direction: row;
}.MU_program_assets .Ee_text_title {
    padding-left: 30px;
}
}



@media (max-width: 768px) {.MU_program_assets {
    padding: 80px 0;
}.MU_program_assets h2 {
    font-size: calc(45px * 0.8);
    margin-bottom: 40px;
}.MU_program_assets .text_main_holder {
    grid-template-columns: 1fr;
    gap: 20px;
}
}



@media (min-width: 1200px) {.eD_about_this .Ee_text_title {
    margin: 0 auto;
    max-width: 80%;
    transform: perspective(1200px) rotateX(2deg) rotateY(-1deg);
}.eD_about_this .Ee_text_title:hover {
    transform: perspective(1200px) rotateX(0deg) rotateY(0deg);
}.eD_about_this h5 {
    font-size: calc(18px + 4px);
}.eD_about_this p b {
    font-size: calc(12px + 6px);
}
}



@media (max-width: 767px) {header .rI_main_skill {
    flex-direction: column;
    right: -100%;
    z-index: 1001;
    background: rgb(223,232,236);
    padding: 75px 30px 30px;
    gap: 5px;
    width: 80%;
    max-width: 320px;
    transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.1);
    top: 0;
    position: fixed;
    height: 100vh;
}header .rI_main_skill:before {
    width: 80%;
    top: 60px;
    height: 1px;
    left: 10%;
    bottom: auto;
}header .menu.active {
    right: 0;
}header .pn_main_learning {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 14px 5px;
}header .pn_main_learning:last-child {
    border-bottom: none;
}header .pn_main_learning:after {
    left: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}header .pn_main_learning:hover:after {
    opacity: 1;
    top: 50%;
    left: 5px;
}header .KG_main_pagebar {
    margin: 0 auto;
}
}



@media (max-width: 420px) {.kW_sustain_cta::before {
    height: 10px;
}.kW_sustain_cta .company_holder h3::before,
    .kW_sustain_cta .company_holder h3::after {
    display: none;
}.kW_sustain_cta .rI_main_skill h5 {
    width: 100%;
    min-width: auto;
}.qR_price_table .AY_referral_prog {
    padding: 0.7rem 1.5rem;
    width: 90%;
}}


@media (max-width: 767px) {.ZD_location_details {
    padding: 60px 0;
}.ZD_location_details h3 {
    font-size: calc(32px - 4px);
}.ZD_location_details .jC_contact_details {
    margin-bottom: 30px;
}.ZD_location_details .Jo_get_answers {
    gap: 15px;
}.ZD_location_details .Jo_get_answers > span {
    padding-left: 60px;
    padding: 20px;
    max-width: 100%;
    flex: 1 1 100%;
}.ZD_location_details .zx_send_message {
    padding: 25px;
    margin-top: 30px;
}.ZD_location_details .zx_send_message span {
    padding: 8px 15px;
}.ZD_location_details .Jo_get_answers > span:nth-child(n) {
    animation: none;
}.ZD_location_details .Jo_get_answers > span svg {
    top: 20px;
    left: 20px;
    height: 24px;
    width: 24px;
}.ZD_location_details .zx_send_message h4 svg {
    height: 20px;
    width: 20px;
}.ZD_location_details .zx_send_message span svg {
    height: 14px;
    width: 14px;
    margin-right: 6px;
}
}

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



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



@keyframes pulse {
    0%, 100% {
        opacity: 0.7;
    }
    50% {
        opacity: 1;
    }
}

@keyframes patternShift {
    0% {
        background-position: 0 0, 0 50px, 50px -50px, -50px 0px;
    }
    100% {
        background-position: 500px 500px, 500px 550px, 550px 450px, 450px 500px;
    }
}

