﻿* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.kW_sustain_cta {
    flex: 0 0 auto;
}

.kW_sustain_cta {
    padding: 5rem 0 2.5rem;
    color: #ffffff;
    position: relative;
}


.vJ_price_option {
    overflow: hidden;
    padding: 5rem 1rem;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgb(223,232,236), rgba(0, 0, 0, 0.5));
    position: relative;
}

.vJ_price_option .by_study_costs h2::after {
    background: linear-gradient(90deg, rgb(179,199,210), rgb(140,164,184));
    position: absolute;
    content: "";
    bottom: -10px;
    border-radius: 10px;
    height: 3px;
    width: 80px;
    left: 50%;
    transform: translateX(-50%);
}

.vJ_price_option .LH_fee_deals:nth-child(2) {
    animation-delay: 0.2s;
}

.vJ_price_option .LH_fee_deals::before {
    top: 0;
    content: "";
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    background: linear-gradient(90deg, rgb(179,199,210), rgb(140,164,184));
    height: 5px;
    transform: scaleX(0);
    width: 100%;
    position: absolute;
    left: 0;
}

.vJ_price_option .Yu_pro_fees::after {
    left: 0;
    bottom: -8px;
    position: absolute;
    content: "";
    width: 40px;
    transition: width 0.3s ease;
    background-color: rgb(140,164,184);
    height: 2px;
}

.vJ_price_option .LH_fee_deals:hover .Up_img_icon {
    transform: scale(1.05);
}

.vJ_price_option .LH_fee_deals:hover .Up_img_icon::after {
    opacity: 0.4;
}

.LY_customer_opinions::after {
    transform: rotate(45deg);
    opacity: 0.3;
    height: 100%;
    filter: blur(70px);
    z-index: 0;
    background: rgb(179,199,210,0.5);
    left: -10%;
    top: -20%;
    width: 40%;
    position: absolute;
    content: "";
}

.LY_customer_opinions .HR_feedback_testimonials::before {
    width: 3px;
    top: 10px;
    background: linear-gradient(to bottom, rgb(179,199,210), rgb(140,164,184));
    content: "";
    left: 25px;
    bottom: 10px;
    z-index: 1;
    position: absolute;
}

.LY_customer_opinions .QZ_client_ratings img {
    width: 100px;
    box-shadow: 5px 5px 0 rgb(179,199,210,0.5);
    transition: all 0.3s ease;
    border-radius: 21px;
    border: 3px solid #ffffff;
    object-fit: cover;
    grid-area: image;
    transform: rotate(-3deg);
    height: 100px;
}

.LY_customer_opinions .QZ_client_ratings .description {
    font-weight: 400;
    transform: translateX(0);
    position: relative;
    color: #000000;
    z-index: 1;
    background: #ffffff;
    grid-area: description;
    line-height: 1.6;
    margin: 0;
    transition: all 0.3s ease;
    border-radius: 21px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    padding: 1.5rem;
}

.oT_data_summary h2::before {
    left: 0;
    border-radius: 10px;
    bottom: -15px;
    height: 3px;
    content: "";
    width: 50px;
    background: rgb(179,199,210);
    position: absolute;
}

.oT_data_summary .VR_statistics_points:nth-child(even) {
    margin-top: 80px;
}

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

.oT_data_summary .VR_statistics_points:hover::after {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: scale(1);
}

.oT_data_summary .VR_statistics_points span {
    padding-right: 70px;
    position: relative;
    font-size: 18px;
    font-weight: 400;
    color: #000000;
}

.oT_data_summary .VR_statistics_points:nth-child(1) {
    animation-delay: 0.1s;
}

.oT_data_summary .VR_statistics_points:nth-child(3) {
    animation-delay: 0.5s;
}

.MI_course_overview::after {
    height: 200px;
    z-index: 1;
    background: linear-gradient(225deg, rgb(140,164,184,0.5) 0%, transparent 70%);
    transform: rotate(15deg);
    left: -50px;
    opacity: 0.5;
    width: 200px;
    bottom: -50px;
    content: "";
    position: absolute;
}

.MI_course_overview .Up_img_icon:hover::before {
    opacity: 0.2;
}

.MI_course_overview .Ee_text_title:hover {
    transform: translateY(-5px);
}

.MI_course_overview .Ee_text_title:hover::before {
    height: 100%;
}

.MI_course_overview h3 {
    margin-bottom: 25px;
    transition: transform 0.4s ease;
    position: relative;
    font-family: Arial, sans-serif;
    font-size: calc(19px * 1.1);
    color: #000000;
    transform: translateX(0);
    font-weight: 600;
    padding-bottom: 15px;
}

.MI_course_overview span.description {
    display: none;
}

.Am_ideal_participants::before {
    content: '';
    top: 0;
    z-index: 1;
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        rgb(179,199,210,0.5) 0,
        rgb(179,199,210,0.5) 1px,
        transparent 1px,
        transparent 30px
    );
    opacity: 0.03;
    width: 100%;
    left: 0;
    height: 100%;
}

.Am_ideal_participants ul li::before {
    border-radius: 19px;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: 0;
    left: 0;
    transition: opacity 0.4s ease;
    top: 0;
    content: '';
    background: linear-gradient(135deg, 
                #ffffff 0%, 
                #ffffff 60%, 
                rgb(223,232,236) 100%);
}

.Am_ideal_participants ul li::after {
    right: 15px;
    background-color: rgb(179,199,210,0.5);
    border-radius: 50%;
    height: 10px;
    position: absolute;
    width: 10px;
    content: '';
    opacity: 0.5;
    bottom: 15px;
    transition: all 0.4s ease;
}

.xP_ty_message::before {
    opacity: 0.1;
    background: linear-gradient(45deg, transparent 45%, rgb(140,164,184,0.5) 45%, rgb(140,164,184,0.5) 55%, transparent 55%);
    left: 0;
    top: 0;
    content: "";
    z-index: 1;
    transform: translateZ(-50px);
    width: 100%;
    height: 100%;
    position: absolute;
}

.xP_ty_message .TY_learn_skill > div:first-child {
    animation: slideInTop 0.8s ease-out forwards;
    transform: translateZ(20px);
    position: relative;
}

.xP_ty_message .TY_learn_skill > div:last-child {
    transform: translateZ(10px);
    animation: slideInBottom 0.8s ease-out 0.3s forwards;
    position: relative;
    opacity: 0;
}

.xP_ty_message p::before {
    bottom: 0;
    transition: transform 0.3s ease;
    background: linear-gradient(to bottom, rgb(179,199,210) 0%, rgb(140,164,184) 100%);
    left: 0;
    width: 3px;
    position: absolute;
    top: 0;
    transform: scaleY(0.9);
    content: "";
}

.vB_secure_cove ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.vB_secure_cove li {
    border: 1px solid rgba(0, 0, 0, 0.5);
    display: flex;
    background-color: #ffffff;
    align-items: center;
    font-size: 18px;
    border-radius: 10px;
    margin-bottom: 15px;
    padding: 15px;
}

.yz_academic_expertise::before {
    z-index: 1;
    left: -5%;
    content: "";
    height: 70%;
    width: 120%;
    top: -10%;
    transform: rotate(-12deg);
    background: rgb(140,164,184,0.5);
    position: absolute;
}

.yz_academic_expertise .sm_career_summary {
    max-width: 60%;
    background: #ffffff;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.5);
    border-radius: 26px;
    position: relative;
    transition: all 0.5s ease;
    padding: 2rem;
    transform: rotate(2deg) translateY(-30px);
}

.yz_academic_expertise .LP_exp_view {
    line-height: 1.6;
    padding-left: 1.5rem;
    font-weight: 400;
    position: relative;
    font-style: italic;
    color: #000000;
    font-size: 13px;
}

.yS_welcome_section .NM_main_front::before {
    top: 0;
    left: 0;
    width: 100%;
    backdrop-filter: blur(2px) saturate(120%);
    position: absolute;
    height: 100%;
    content: "";
    background: linear-gradient(135deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.4) 100%);
    z-index: 1;
}

.yS_welcome_section .ef_skill_growth > div {
    opacity: 0;
    transform: translateZ(10px);
    animation: fadeSlideUp 0.8s forwards;
    margin-bottom: 2rem;
}

.yS_welcome_section p {
    text-shadow: 0 1px 3px rgba(0,0,0,0.3);
    line-height: 1.6;
    padding-left: 1rem;
    border-left: 3px solid rgb(140,164,184);
    margin: 0;
    font-size: calc(18px * 1.2);
    font-weight: 300;
    letter-spacing: 0.05em;
}

.MU_program_assets {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(179,199,210,0.5) 0%, rgb(223,232,236) 100%);
}

.MU_program_assets .TY_learn_skill {
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    max-width: 1280px;
    z-index: 1;
    flex-direction: column;
    position: relative;
}

.MU_program_assets .Up_img_icon::before {
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
    background: linear-gradient(45deg, rgb(179,199,210,0.5) 0%, transparent 60%);
    left: 0;
    content: '';
    width: 100%;
}

.MU_program_assets .text_main_holder {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
    display: grid;
}

.MU_program_assets .text_main_holder > div::after {
    opacity: 0.05;
    top: 0;
    content: '';
    left: 0;
    position: absolute;
    width: 100%;
    background: linear-gradient(135deg, rgb(140,164,184,0.5) 0%, transparent 100%);
    height: 100%;
    z-index: -1;
}

.MU_program_assets .text_main_holder svg path {
    fill: rgb(179,199,210);
    transition: fill 0.3s ease;
}

.eD_about_this::before {
    bottom: 0;
    content: "";
    left: 0;
    background: linear-gradient(135deg, 
        rgb(140,164,184,0.5), 
        rgb(179,199,210,0.5), 
        rgba(255, 255, 255, 0.1));
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.eD_about_this .Ee_text_title::before {
    top: -2px;
    transition: opacity 0.5s ease;
    content: "";
    z-index: -1;
    filter: blur(3px);
    bottom: -2px;
    right: -2px;
    opacity: 0.7;
    position: absolute;
    left: -2px;
    border-radius: 4px;
    background: linear-gradient(135deg, 
        rgb(140,164,184) 0%, 
        transparent 40%, 
        transparent 60%, 
        rgb(179,199,210) 100%);
}

.eD_about_this .Ee_text_title:hover h5 {
    transform: translateX(5px);
}

.eD_about_this p {
    font-size: calc(12px + 2px);
    color: #000000;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 20px;
}

.eD_about_this ol li {
    margin-bottom: 15px;
    text-align: justify;
    position: relative;
    list-style-type: none;
    line-height: 1.8;
    font-size: 12px;
    color: #000000;
    padding-left: 10px;
}

header:before {
    position: absolute;
    left: 0;
    height: 5px;
    content: '';
    width: 100%;
    top: 0;
    background: linear-gradient(90deg, 
        rgb(179,199,210) 0%, 
        rgb(140,164,184) 50%, 
        rgb(179,199,210) 100%
    );
}

header .ve_nav_study:before {
    position: absolute;
    height: 1px;
    left: 0;
    bottom: 0;
    content: '';
    background: linear-gradient(to right, 
        transparent, 
        rgb(179,199,210,0.5),
        transparent
    );
    width: 100%;
}

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

header .rI_main_skill:before {
    background: rgb(179,199,210);
    left: 0;
    position: absolute;
    transform: scaleX(0.9);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    width: 100%;
    transform-origin: center;
    content: '';
    height: 2px;
    opacity: 0;
    bottom: -8px;
}

header .pn_main_learning:hover {
    color: rgb(179,199,210);
}

header .pn_main_learning:hover:before {
    transform: translateX(0);
}

header .KG_main_pagebar:before {
    position: absolute;
    opacity: 0;
    content: '';
    border-radius: 10px;
    border: 2px solid transparent;
    height: 100%;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    left: 0;
    top: 0;
    width: 100%;
    background: linear-gradient(rgb(223,232,236), rgb(223,232,236)) padding-box,
                linear-gradient(135deg, rgb(179,199,210), rgb(140,164,184)) border-box;
}

.Zp_contact_form_section h2 {
    letter-spacing: 2px;
    font-size: 33px;
    margin-bottom: 60px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    color: rgb(179,199,210);
    position: relative;
    text-transform: uppercase;
    text-align: center;
}

.Zp_contact_form_section .Hl_request_query {
    background: #ffffff;
    flex-direction: column;
    justify-content: center;
    order: 1;
    padding: 60px;
    position: relative;
    display: flex;
}

.Zp_contact_form_section form input[type="text"]:focus {
    outline: none;
    background: #ffffff;
    box-shadow: 0 0 0 2px rgb(179,199,210);
}

.Zp_contact_form_section form input#name::before {
    width: 20px;
    border-radius: 50%;
    left: 20px;
    height: 20px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    position: absolute;
    background: rgb(179,199,210);
}

.Zp_contact_form_section .iR_support_inquiry input[type="checkbox"]:checked + label::after {
    width: 8px;
    border-bottom: 2px solid #ffffff;
    transform: rotate(45deg);
    position: absolute;
    top: 4px;
    content: "";
    left: 8px;
    height: 14px;
    border-right: 2px solid #ffffff;
}

.Zp_contact_form_section form .Cf_reach_box:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px -10px rgb(179,199,210);
}

.Zp_contact_form_section svg path {
    transition: fill 0.3s ease;
    fill: rgb(179,199,210);
}

footer {
    perspective: 1000px;
    position: relative;
    z-index: 1;
}

.kW_sustain_cta::before {
    height: 20px;
    left: 0;
    width: 100%;
    background: repeating-linear-gradient(
        90deg,
        rgb(179,199,210) 0px,
        rgb(179,199,210) 40px,
        rgb(140,164,184) 40px,
        rgb(140,164,184) 80px
    );
    content: "";
    top: 0;
    position: absolute;
}

.kW_sustain_cta .company_holder h3::before {
    border-top: 3px solid #ffffff;
    left: -10px;
    border-left: 3px solid #ffffff;
    position: absolute;
    top: -10px;
    height: 30px;
    content: "";
    width: 30px;
}

.kW_sustain_cta .vK_header_master {
    flex-wrap: wrap;
    display: flex;
    gap: 3rem;
}

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

.kW_sustain_cta .rI_main_skill h5::after {
    background: rgb(140,164,184);
    right: 0;
    height: 5px;
    position: absolute;
    content: "";
    left: 0;
    bottom: -5px;
}

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

.qR_price_table .AY_referral_prog {
    font-size: 12px;
    text-align: center;
    padding: 0.8rem 2rem;
    border-radius: 50px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateZ(5px);
}

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

.ZD_location_details h3 {
    font-weight: 700;
    padding-bottom: 15px;
    margin-bottom: 15px;
    color: #000000;
    font-family: Arial, sans-serif;
    position: relative;
    font-size: 32px;
    text-align: center;
}

.ZD_location_details .Jo_get_answers {
    perspective: 1000px;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    gap: 20px;
    display: flex;
}

.ZD_location_details .Jo_get_answers > span::before {
    left: 0;
    position: absolute;
    transform: translateZ(1px);
    right: 0;
    height: 5px;
    top: 0;
    background: linear-gradient(to right, rgb(179,199,210), rgb(140,164,184));
    content: '';
}

.ZD_location_details .Jo_get_answers > span > span {
    font-weight: 600;
    font-size: 14px;
    color: #000000;
}

.ZD_location_details .Jo_get_answers > span svg {
    z-index: 2;
    height: 30px;
    transform: translateZ(5px);
    top: 25px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    left: 25px;
    position: absolute;
    stroke: rgb(179,199,210);
    transform-style: preserve-3d;
    transition: transform 0.5s ease, filter 0.5s ease;
    width: 30px;
    fill: none;
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ZD_location_details .zx_send_message h4::after {
    bottom: -10px;
    background: rgb(140,164,184);
    height: 2px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    content: '';
}

.ZD_location_details .zx_send_message span:hover svg {
    transform: rotate(360deg);
}

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

.ME_privacy_switch {
    overflow: hidden;
    padding: 10px;
    box-shadow: 0 0 15px rgb(179,199,210);
    margin-right: 20px;
    border-radius: 11px;
    flex-shrink: 0;
    background: rgba(0, 0, 0, 0.5);
}

.kW_data_policy h5 {
    text-shadow: 0 0 10px rgb(179,199,210);
    margin-bottom: 10px;
    color: rgb(179,199,210);
    font-size: 23px;
    font-weight: 700;
}

.EA_cookie_message_alert p a {
    transition: color 0.3s ease;
    text-decoration: underline;
    color: rgb(179,199,210);
}


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



@media (min-width: 768px) {.vJ_price_option {
    padding: 7rem 2rem;
}.vJ_price_option .lK_enroll_cost {
    align-items: flex-start;
    flex-direction: row;
}.vJ_price_option .by_study_costs {
    display: flex;
    flex-direction: column;
    text-align: left;
    padding-right: 2rem;
    flex: 0 0 30%;
    margin: 0;
    justify-content: center;
    order: 0;
}.vJ_price_option .by_study_costs h2 {
    text-align: left;
}.vJ_price_option .by_study_costs h2::after {
    transform: none;
    left: 0;
}.vJ_price_option .fj_edu_packages {
    margin: 0;
    max-width: 100%;
}.vJ_price_option .em_price_choices {
    flex: 0 0 70%;
    grid-template-columns: repeat(auto-fill, minmax(calc(50% - 1rem), 1fr));
}
}



@media (max-width: 767px) {.oT_data_summary {
    padding: 60px 0;
}.oT_data_summary .container {
    padding: 0 15px;
}.oT_data_summary h2 {
    margin-bottom: 40px;
    font-size: calc(36px * 0.9);
}.oT_data_summary ul {
    flex-direction: column;
}.oT_data_summary .VR_statistics_points {
    padding: 25px 30px;
    flex: 1 0 100%;
    margin: 10px 0;
}.oT_data_summary .VR_statistics_points:nth-child(even) {
    margin-top: 10px;
}.oT_data_summary .VR_statistics_points p {
    font-size: calc(48px * 1.2);
}.oT_data_summary .VR_statistics_points span {
    padding-right: 40px;
}.oT_data_summary .VR_statistics_points span::after {
    width: 30px;
}.oT_data_summary .VR_statistics_points:nth-child(odd),
    .oT_data_summary .VR_statistics_points:nth-child(even) {
    animation: slideInLeft 0.5s forwards;
}
}



@media (max-width: 767px) {.MI_course_overview {
    padding: 80px 0;
}.MI_course_overview .Ee_text_title {
    padding: 25px 20px;
}.MI_course_overview h3 {
    padding-bottom: 12px;
    font-size: calc(16px * 1.1);
    margin-bottom: 20px;
}.MI_course_overview p.description {
    font-size: calc(18px * 0.95);
    max-height: 250px;
    line-height: 1.6;
}}



@media (max-width: 992px) {.xP_ty_message {
    padding: 4rem 0;
}.xP_ty_message .TY_learn_skill {
    padding: 2.5rem;
    margin: 0 2rem;
}.xP_ty_message h5 {
    font-size: calc(21px - 0.1rem);
}
}



@media (max-width: 576px) {.xP_ty_message {
    padding: 2.5rem 0;
}.xP_ty_message .TY_learn_skill {
    gap: 1.2rem;
    margin: 0 1rem;
    padding: 1.5rem;
}.xP_ty_message h5 {
    font-size: calc(21px - 0.3rem);
}.xP_ty_message h5::before {
    left: -15px;
    height: 12px;
    width: 12px;
}.xP_ty_message p {
    padding-left: 0.7rem;
}.xP_ty_message a:hover {
    transform: translateX(5px);
}}



@media screen and (max-width: 992px) {.yS_welcome_section {
    height: 90vh;
}.yS_welcome_section .ef_skill_growth {
    padding: 2rem;
    transform: perspective(800px) rotateX(1deg);
}.yS_welcome_section .title_style_header {
    font-size: calc(44px * 0.8);
}.yS_welcome_section h3 {
    font-size: calc(21px * 0.95);
}
}



@media (max-width: 991px) {.MU_program_assets .TY_learn_skill > div:not(.text_holder):not(.text_main_holder):not(.photo) {
    gap: 40px;
    flex-direction: column;
}.MU_program_assets .Up_img_icon {
    min-height: 350px;
}.MU_program_assets h2 {
    margin-bottom: 50px;
}
}



@media (max-width: 576px) {.MU_program_assets {
    padding: 60px 0;
}.MU_program_assets .Up_img_icon {
    min-height: 250px;
}.MU_program_assets h2 {
    font-size: 37px;
}.MU_program_assets .text_main_holder > div {
    padding: 20px;
}.MU_program_assets .text_main_holder svg {
    width: 28px;
    height: 28px;
}}



@media (max-width: 576px) {.eD_about_this {
    padding: 40px 0;
}.eD_about_this .Ee_text_title {
    padding: 20px 25px;
}.eD_about_this h5 {
    margin-bottom: 10px;
}.eD_about_this p {
    margin-bottom: 15px;
}.eD_about_this ol {
    padding-left: 15px;
}.eD_about_this ol li {
    font-size: calc(12px - 1px);
    line-height: 1.6;
}.eD_about_this ol li::before {
    height: 6px;
    width: 6px;
    top: 8px;
    left: -15px;
}}



@media screen and (max-width: 1024px) {.Zp_contact_form_section .jd_message_links {
    max-width: 800px;
}.Zp_contact_form_section .Hl_request_query {
    padding: 40px;
}
}



@media (max-width: 1200px) {.kW_sustain_cta .container {
    gap: 3rem;
}.kW_sustain_cta .company_holder {
    flex: 1 1 350px;
}.kW_sustain_cta .Jj_ssl_info {
    flex: 1 1 calc(100% - 430px);
    min-width: 350px;
}.kW_sustain_cta .vK_header_master {
    gap: 2rem;
}
}



@media (max-width: 992px) {.kW_sustain_cta {
    padding: 4rem 0 2rem;
}.kW_sustain_cta .container {
    flex-direction: column;
    gap: 3rem;
}.kW_sustain_cta .company_holder,
    .kW_sustain_cta .Jj_ssl_info {
    flex: 1 1 100%;
    min-width: 100%;
}.kW_sustain_cta .rI_main_skill {
    flex: 1 1 calc(50% - 1.5rem);
    min-width: 220px;
}.kW_sustain_cta .company_holder,
    .kW_sustain_cta .rI_main_skill {
    transform: none;
}
}


@media (max-width: 991px) {.ZD_location_details {
    padding: 70px 0;
}.ZD_location_details h3 {
    font-size: calc(32px - 2px);
}.ZD_location_details .jC_contact_details {
    margin-bottom: 40px;
}.ZD_location_details .Jo_get_answers > span {
    flex: 1 1 calc(50% - 20px);
}.ZD_location_details .Jo_get_answers > span svg {
    width: 28px;
    height: 28px;
}.ZD_location_details .zx_send_message h4 svg {
    width: 22px;
    height: 22px;
}
}


@media only screen and (max-width: 1200px) {.EA_cookie_message_alert {
    padding: 20px;
}.Hu_track_manage {
    padding: 20px 2%;
}
}


@media only screen and (max-width: 800px) {.ME_privacy_switch {
    display: none;
}.Hu_track_manage {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.kW_data_policy {
    text-align: center;
    margin-bottom: 20px;
}.EA_cookie_message_alert h5, .EA_cookie_message_alert p {
    text-align: center;
}.OL_cookie_option {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
    text-align: center;
}
}



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



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



@keyframes lineGrow {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}

@keyframes gradientMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 60px 60px;
    }
}

