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

.main_lead_T3N {
    flex: 1 0 auto;
}

.lesson_cta_Lps {
    flex: 0 0 auto;
}

.lesson_cta_Lps {
    position: relative;
    padding: 4.5rem 0 2rem;
}

header,footer {
    width: 100%;
}

header {
    overflow: visible;
    width: 100%;
    z-index: 99;
    position: relative;
    background: rgb(229,242,228);
}

.greeting_page_idy .main_intro_7wA::after {
    content: "";
    bottom: 0;
    right: 0;
    background-image: 
    linear-gradient(90deg, rgb(197,225,195,0.5) 1px, transparent 1px),
    linear-gradient(0deg, rgb(197,225,195,0.5) 1px, transparent 1px);
    left: 0;
    top: 0;
    position: absolute;
    background-position: center;
    z-index: -1;
    opacity: 0.15;
    background-size: 40px 40px;
    transform: perspective(1000px) rotateX(5deg);
    pointer-events: none;
}

.greeting_page_idy .training_pro_Hij > div:nth-child(2) {
    transform: translateY(30px);
    opacity: 0;
    animation: slideInFromBottom 0.8s ease-out 0.4s forwards;
}

.greeting_page_idy p::before {
    height: 2px;
    background: rgb(161,202,158);
    top: 50%;
    width: 1.2rem;
    position: absolute;
    transform: translateY(-50%);
    left: 0;
    content: "";
}

.greeting_page_idy h3 {
    opacity: 0.9;
    border-right: 3px solid rgb(197,225,195);
    color: #ffffff;
    padding-right: 1.5rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    font-size: clamp(1rem, 3vw, calc(19px * 0.9));
    position: relative;
}

.gratPage_j5P {
    position: relative;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(229,242,228) 0%, #ffffff 100%);
    overflow: hidden;
}

.gratPage_j5P .container {
    z-index: 2;
    position: relative;
}

.gratPage_j5P .team_bios_8eU {
    transform: perspective(1000px) rotateX(2deg);
    backdrop-filter: blur(15px);
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
    gap: 2rem;
    clip-path: polygon(
        0% 0%, 
        97% 0%, 
        100% 3%, 
        100% 100%, 
        3% 100%, 
        0% 97%
    );
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.05),
                -20px -20px 60px rgba(255, 255, 255, 0.8),
                inset 5px 5px 10px rgba(255, 255, 255, 0.8),
                inset -5px -5px 10px rgba(0, 0, 0, 0.05);
    padding: 3.5rem;
    background: rgba(255, 255, 255, 0.85);
}

.gratPage_j5P a:hover {
    transform: translateY(-5px);
}

.gratPage_j5P a::before {
    position: absolute;
    bottom: 0;
    opacity: 0;
    z-index: -1;
    left: 0;
    width: 100%;
    transition: height 0.5s ease, opacity 0.5s ease;
    content: "";
    height: 0;
    background: linear-gradient(to top, rgb(197,225,195,0.5) 0%, transparent 100%);
}

.join_now_C3c .team_bios_8eU {
    display: flex;
    text-align: center;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    z-index: 2;
}

.join_now_C3c h3 {
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    position: relative;
    transform: translateY(0);
    font-size: 30px;
    color: #ffffff;
    font-family: Arial, sans-serif;
    transition: transform 0.5s ease;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 40px;
}

.join_now_C3c .ask_feedback_ZbA:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    transform: translateY(-5px);
    border-color: rgb(161,202,158);
    background: transparent;
}

.join_now_C3c .ask_feedback_ZbA:hover::before {
    left: 100%;
}

.join_now_C3c .team_bios_8eU::after {
    content: '';
    width: 200px;
    opacity: 0.2;
    border: 2px solid rgb(161,202,158,0.5);
    bottom: -100px;
    animation: rotate 20s linear infinite;
    border-radius: 50%;
    right: -50px;
    height: 200px;
    position: absolute;
}

.privacy_encasement_7PE h2 {
    font-weight: 600;
    margin-bottom: 15px;
    color: rgb(161,202,158);
    font-size: 38px;
}

.privacy_encasement_7PE li {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 1.6;
}

.connect_form_eDH {
    background: rgb(229,242,228);
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}

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

.connect_form_eDH h2 {
    margin-bottom: 20px;
    color: #000000;
    padding-bottom: 20px;
    text-align: center;
    font-size: 32px;
    position: relative;
    font-weight: 700;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
}

.connect_form_eDH .support_widget_rJR {
    margin-top: 50px;
    border-radius: 0;
    position: relative;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
    display: flex;
    background: #ffffff;
    overflow: hidden;
}

.connect_form_eDH .support_info_9MX::before {
    content: "";
    border-radius: 50%;
    top: -75px;
    height: 150px;
    z-index: 0;
    position: absolute;
    border: 30px solid rgb(197,225,195,0.5);
    width: 150px;
    right: -75px;
}

.connect_form_eDH form h3::after {
    left: 0;
    background: rgb(197,225,195);
    width: 50%;
    bottom: -15px;
    position: absolute;
    height: 2px;
    content: "";
}

.connect_form_eDH form input[type="text"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(#000000, 0.5);
}

.connect_form_eDH .request_query_zEA {
    margin-bottom: 40px;
    position: relative;
}

.connect_form_eDH .request_query_zEA label::before {
    top: 0;
    transition: all 0.3s ease;
    background: transparent;
    position: absolute;
    width: 22px;
    content: "";
    height: 22px;
    border: 2px solid rgb(229,242,228);
    left: 0;
}

.connect_form_eDH .request_query_zEA label a::after {
    transform-origin: left;
    left: 0;
    transform: scaleX(1);
    transition: transform 0.3s ease;
    bottom: -1px;
    width: 100%;
    content: "";
    height: 1px;
    position: absolute;
    background: rgb(197,225,195);
}

.connect_form_eDH .inquiry_request_w4M::before {
    z-index: -1;
    transform: skewX(-25deg);
    position: absolute;
    background: rgb(161,202,158);
    left: -10px;
    width: 0;
    content: "";
    transition: width 0.5s ease;
    top: 0;
    height: 100%;
}

.connect_form_eDH svg:hover,
.connect_form_eDH svg:hover path {
    stroke: rgb(161,202,158);
}

.location_details_P3k {
    background: rgb(229,242,228);
    padding: 80px 0;
    overflow: hidden;
    position: relative;
}

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

.location_details_P3k .contact_box_75S:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

.location_details_P3k .picture_frame_GtP {
    margin-bottom: 30px;
    position: relative;
    height: 280px;
    border-radius: 23px;
    overflow: hidden;
    transition: transform 0.5s ease;
    width: 100%;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}



.location_details_P3k .edu_guide_kRy {
    position: relative;
    padding: 30px;
    border: 1px solid rgb(161,202,158,0.5);
    background: rgb(229,242,228);
    border-radius: 23px;
}

.location_details_P3k .edu_guide_kRy p {
    position: relative;
    margin-bottom: 20px;
    color: #000000;
    font-size: 14px;
    display: flex;
    padding-left: 30px;
    align-items: flex-start;
}

.location_details_P3k .edu_guide_kRy p span {
    position: relative;
    display: inline-block;
    padding-bottom: 2px;
}

.location_details_P3k .edu_guide_kRy p:hover span::after {
    width: 100%;
}

.location_details_P3k .edu_guide_kRy p span a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: rgb(161,202,158);
}

.location_details_P3k .edu_guide_kRy p:hover svg {
    transform: scale(1.2);
    fill: rgb(161,202,158);
}

.location_details_P3k .write_page_mTE {
    padding-top: 20px;
    border-top: 1px solid rgb(161,202,158,0.5);
    margin-top: 30px;
}

.location_details_P3k .reach_section_rL3:hover::before {
    transform: translateY(-50%) scale(1.2);
}

.location_details_P3k .reach_section_rL3 svg {
    width: 20px;
    left: 0;
    fill: rgb(197,225,195);
    position: absolute;
    transition: transform 0.3s ease, fill 0.3s ease;
    transform: translateY(-50%);
    height: 20px;
    top: 50%;
}

.location_details_P3k .get_helpdesk_l1U::before {
    left: 0;
    height: 100%;
    position: absolute;
    content: '';
    width: 4px;
    transition: width 0.3s ease;
    top: 0;
    background: rgb(197,225,195);
}

.location_details_P3k .get_helpdesk_l1U:hover svg {
    transform: rotate(15deg);
    fill: #ffffff;
}



.location_details_P3k .container::before {
    opacity: 0.2;
    background-size: 15px 15px;
    animation: pulse 10s infinite linear;
    z-index: -1;
    height: 300px;
    top: -100px;
    background-image: linear-gradient(
        45deg,
        rgb(161,202,158,0.5) 25%,
        transparent 25%,
        transparent 50%,
        rgb(161,202,158,0.5) 50%,
        rgb(161,202,158,0.5) 75%,
        transparent 75%,
        transparent
    );
    right: -100px;
    border-radius: 50%;
    width: 300px;
    content: '';
    position: absolute;
}

.lesson_cta_Lps .container {
    position: relative;
    z-index: 1;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
}

.lesson_cta_Lps .company_holder:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 
                inset 0 0 0 1px rgba(255, 255, 255, 0.15),
                0 0 20px rgb(197,225,195,0.5);
}

.lesson_cta_Lps .company_holder h3 {
    margin-bottom: 1.25rem;
    font-size: calc(31px * 0.85);
    position: relative;
    font-weight: 700;
    color: #ffffff;
    display: inline-block;
}

.lesson_cta_Lps .achieve_cta_4hJ {
    position: relative;
    flex: 1 1 450px;
}

.lesson_cta_Lps .top_train_3hw {
    gap: 1.5rem;
    display: flex;
    flex-wrap: wrap;
}

.lesson_cta_Lps .nav_expert_9fZ h5 {
    margin-bottom: 1.25rem;
    position: relative;
    font-size: 18px;
    display: inline-block;
    font-weight: 600;
    color: #ffffff;
}

.lesson_cta_Lps .nav_expert_9fZ:hover h5::before {
    width: 100%;
}

.lesson_cta_Lps .nav_expert_9fZ a::before {
    left: 0;
    z-index: -1;
    width: 0;
    transition: width 0.3s ease;
    background: linear-gradient(to right, rgb(197,225,195), rgb(161,202,158));
    bottom: 0;
    position: absolute;
    content: "";
    height: 1px;
}

.footer_disclaimer_Eqs .container {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
}

.footer_disclaimer_Eqs .contact_edu_ftg {
    border-radius: 30px;
    backdrop-filter: blur(5px);
    background: rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.7);
    padding: 0.5rem 1rem;
    text-align: center;
    transition: all 0.3s ease;
    font-size: 15px;
    position: relative;
}

.lesson_cta_Lps .webinar_live_H80::after {
    content: "";
    height: 0;
    position: absolute;
    right: -10px;
    bottom: -10px;
    width: 0;
    transition: width 0.5s ease 0.3s, height 0.5s ease;
    border: 1px solid transparent;
}

.pricing_tray_bGj {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgb(229,242,228), rgba(0, 0, 0, 0.5));
    position: relative;
    overflow: hidden;
    padding: 5rem 1rem;
}

.pricing_tray_bGj .container {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.pricing_tray_bGj .pricing_levels_DtA {
    transform: translateY(20px);
    max-width: 800px;
    order: -1;
    opacity: 0;
    text-align: center;
    animation: fadeUp 0.8s ease-out forwards;
    margin: 0 auto 2rem;
}

.pricing_tray_bGj .price_grid_kUj {
    margin: 0 auto;
    color: #000000;
    font-size: 17px;
    max-width: 90%;
    line-height: 1.6;
}

.pricing_tray_bGj .value_fees_ftC {
    opacity: 0;
    background: #ffffff;
    transform: translateZ(0) scale(1);
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    overflow: hidden;
    border-radius: 14px;
    position: relative;
    display: block;
    animation: fadeIn 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    color: #000000;
}

.pricing_tray_bGj .price_choices_fwS {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.pricing_tray_bGj .value_fees_ftC:hover .program_price_5ge h3 {
    color: rgb(197,225,195);
}

.pricing_tray_bGj .trial_rates_ewK::after {
    height: 2px;
    transition: width 0.3s ease;
    position: absolute;
    content: "";
    background-color: rgb(161,202,158);
    bottom: -8px;
    left: 0;
    width: 40px;
}

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

.pricing_tray_bGj .value_fees_ftC:hover .picture_frame_GtP::after {
    opacity: 0.4;
}

header .main_core_4x5 {
    gap: 15px;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    display: grid;
    position: relative;
    padding: 20px;
}

header .main_core_4x5 .top_guide_jg1 {
    position: relative;
    justify-self: center;
    padding: 5px 20px 15px;
    z-index: 10;
}

header .main_core_4x5 .top_guide_jg1:hover::before,
header .main_core_4x5 .top_guide_jg1:hover::after {
    transform: scale(1);
}

header .main_core_4x5 .top_guide_jg1 .header_lead_u9v {
    transition: transform 0.3s ease;
    display: block;
}

header .main_core_4x5 .nav_expert_9fZ {
    list-style: none;
    flex-wrap: wrap;
    background: linear-gradient(180deg, transparent, rgb(161,202,158) 15%, rgba(0, 0, 0, 0.5) 85%, transparent 50%);
    display: flex;
    justify-content: center;
    padding: 20px 0 10px;
    margin: 0;
    position: relative;
}

header .main_core_4x5 .nav_expert_9fZ .head_prime_6WY:not(:last-child)::after {
    top: 20%;
    right: 0;
    content: "";
    background: rgb(161,202,158,0.5);
    width: 1px;
    position: absolute;
    height: 60%;
}

header .main_core_4x5 .nav_expert_9fZ .head_prime_6WY a::before {
    transform: scaleX(0);
    left: 0;
    height: 2px;
    bottom: 5px;
    width: 100%;
    background: rgb(161,202,158);
    content: "";
    position: absolute;
    transition: transform 0.3s ease;
}

.course_structure_aPU::after {
    background: linear-gradient(150deg, rgb(161,202,158,0.5) 0%, transparent 90%);
    z-index: 1;
    opacity: 0.12;
    transform: rotate(10deg) skewX(-15deg);
    pointer-events: none;
    height: 60%;
    width: 50%;
    left: -5%;
    content: "";
    position: absolute;
    bottom: -10%;
}

.course_structure_aPU .picture_frame_GtP::before {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(135deg, 
                transparent 0%, 
                rgba(rgb(197,225,195), 0.05) 50%, 
                rgba(rgb(161,202,158), 0.1) 100%);
    content: "";
}

.course_structure_aPU .text_slot_e5A {
    transition: transform 0.5s cubic-bezier(0.21, 1.05, 0.81, 1);
    box-shadow: 0 15px 35px -10px rgba(0, 0, 0, 0.08), 
                0 5px 15px -5px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateY(-1deg) rotateX(1deg);
    background: linear-gradient(120deg, 
                rgba(255, 255, 255, 0.95) 0%, 
                rgba(252, 252, 255, 0.98) 100%);
    padding: 30px;
    position: relative;
    border-left: 4px solid rgb(197,225,195);
}

.course_structure_aPU .text_slot_e5A:hover h3::after {
    transform: scaleX(1.5);
}

.course_structure_aPU p.description {
    padding-right: 15px;
    scrollbar-width: thin;
    overflow-y: auto;
    display: block;
    margin-bottom: 30px;
    max-height: 250px;
    scrollbar-color: rgb(197,225,195,0.5) transparent;
}

.audience_profile_sI2::after {
    background-size: 50px 50px, 100px 100px;
    left: 0;
    content: "";
    opacity: 0.5;
    background-position: 0 0, 25px 25px;
    z-index: -1;
    position: absolute;
    background-image: 
        radial-gradient(rgba(rgb(197,225,195,0.5), 0.15) 2px, transparent 2px),
        radial-gradient(rgba(rgb(161,202,158,0.5), 0.1) 2px, transparent 2px);
    height: 100%;
    top: 0;
    width: 100%;
}

.audience_profile_sI2 ul::before {
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    z-index: -1;
    content: "";
    height: 100%;
    background: linear-gradient(
        to bottom,
        transparent,
        rgba(rgb(197,225,195,0.5), 0.3),
        transparent
    );
}

.audience_profile_sI2 li::after {
    height: 40px;
    position: absolute;
    content: "";
    border-radius: 50%;
    width: 40px;
    left: -10px;
    background: radial-gradient(
        circle,
        rgba(rgb(197,225,195,0.5), 0.15) 0%,
        transparent 70%
    );
    z-index: -1;
    top: -10px;
}

.audience_profile_sI2 li:nth-child(odd)::after {
    animation: pulseEven 3s infinite alternate ease-in-out;
    left: auto;
    right: -10px;
}

.audience_profile_sI2 li svg {
    position: relative;
    fill: rgb(197,225,195);
    width: 32px;
    transition: all 0.3s ease;
    margin-right: 1rem;
    flex-shrink: 0;
    height: 32px;
}

.audience_profile_sI2 li:hover svg path {
    fill: rgb(197,225,195);
}

.our_mission_iy8::before {
    content: "";
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #000000;
    top: 0;
    opacity: 0.75;
    position: absolute;
    left: 0;
}

.our_mission_iy8 .text_slot_e5A {
    padding: 40px;
    border-left: 4px solid rgb(197,225,195);
    transform: perspective(1000px) rotateY(-2deg);
    box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25);
    backdrop-filter: blur(10px);
    background: linear-gradient(135deg, rgba(255,255,255,0.12), rgba(255,255,255,0.03));
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.our_mission_iy8 .text_slot_e5A:hover h5 {
    transform: translateX(5px);
}

.our_mission_iy8 p b {
    letter-spacing: 1px;
    font-weight: 700;
    color: rgb(161,202,158);
    display: inline-block;
    padding-bottom: 5px;
    position: relative;
    font-size: calc(13px * 1.4);
}

.our_mission_iy8 ol {
    counter-reset: item;
    list-style: none;
    margin: 0;
    padding: 0;
}

.our_mission_iy8 ol li::first-line {
    color: rgb(161,202,158);
    font-weight: 600;
}


.data_opt_rqV {
    align-items: center;
    gap: 20px;
    display: flex;
    justify-content: space-between;
    padding: 20px 5%;
}

.cookieNotificationBanner_ZCo p {
    font-size: 18px;
    color: #ffffff;
    margin: 0;
    line-height: 1.5;
}

.cookie_menu_pMU {
    display: flex;
    justify-content: center;
    align-items: center;
    filter: drop-shadow(0 0 10px rgb(197,225,195));
    margin-right: 15px;
    flex-shrink: 0;
}

.cookie_button.web_tracking_F9I:hover {
    box-shadow: 0 0 15px rgb(161,202,158);
}

.cookieNotificationBanner_ZCo p a:hover {
    color: rgb(161,202,158);
}

#cookieNoticeBoard_unH {
    display: none;
}


.instructor_history_hRu {
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(229,242,228) 0%, rgb(197,225,195,0.5) 100%);
    perspective: 1000px;
    position: relative;
    overflow: hidden;
}

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

.instructor_history_hRu .edu_stories_R2H:hover {
    transform: rotateY(0);
}

.instructor_history_hRu .picture_frame_GtP {
    border: 5px solid #ffffff;
    transition: all 0.4s ease;
    height: 220px;
    border-radius: 50%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5),
                0 0 0 10px rgb(197,225,195,0.5);
    width: 220px;
    transform: translateZ(30px);
    grid-area: photo;
}

.instructor_history_hRu .edu_stories_R2H span:not(.name) {
    display: block;
    font-weight: 600;
    transform: translateZ(15px);
    margin-top: 3.5rem;
    font-size: 18px;
    color: rgb(197,225,195);
    grid-area: info;
}



::-webkit-scrollbar {
    background: rgb(161,202,158,0.5);
    width: 15px;
}

::-webkit-scrollbar-button {
    background: rgb(197,225,195);
    border-radius: 9px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 2px 1px 8px 4px rgba(0, 0, 0, 0.7);
    background: #ffffff;
    border-radius: 7.6vw;
}

::-webkit-scrollbar-track:active {
    background: rgb(197,225,195,0.5);
}

::-webkit-scrollbar-thumb {
    background: rgb(229,242,228);
    box-shadow: -4px -4px 7px 5px rgba(0, 0, 0, 0.4);
    border-radius: 17.7vw;
    border: 3px dashed #ffffff;
}

::-webkit-scrollbar-thumb:hover {
    box-shadow: 0px 2px 0px 7px rgba(0, 0, 0, 0.1);
    background: rgb(197,225,195);
}

::-webkit-scrollbar-thumb:active {
    background: rgb(255, 255, 255, 0.5);
    box-shadow: inset -3px 5px 11px 3px rgba(0, 0, 0, 0.4);
}

.course_structure_aPU p.description::-webkit-scrollbar {
    width: 4px;
}

.course_structure_aPU p.description::-webkit-scrollbar-track {
    background: transparent;
}

.course_structure_aPU p.description::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background-color: rgb(197,225,195,0.5);
}



@media (min-width: 768px) {.gratPage_j5P {
    padding: 150px 0;
}.gratPage_j5P .team_bios_8eU {
    gap: 3rem;
    align-items: center;
    padding: 4rem;
    grid-template-columns: 1fr 1fr;
}.gratPage_j5P h5 {
    font-size: calc(22px * 1.1);
    margin-bottom: 0;
}.gratPage_j5P p {
    font-size: calc(12px * 1.05);
}
}



@media screen and (max-width: 992px) {.join_now_C3c {
    padding: 60px 0;
}.join_now_C3c h3 {
    margin-bottom: 30px;
    font-size: calc(30px * 0.9);
}.join_now_C3c .team_bios_8eU::after {
    width: 150px;
    bottom: -70px;
    right: -30px;
    height: 150px;
}
}



@media screen and (max-width: 576px) {.join_now_C3c {
    padding: 40px 0;
}.join_now_C3c h3 {
    font-size: calc(30px * 0.7);
    margin-bottom: 20px;
}.join_now_C3c .ask_feedback_ZbA {
    font-size: calc(17px * 0.9);
    padding: 12px 25px;
}.join_now_C3c h3::after {
    bottom: -10px;
    width: 60px;
    height: 3px;
}}



@media (max-width: 480px) {.connect_form_eDH {
    padding: 50px 0;
}.connect_form_eDH h2 {
    font-size: calc(32px * 0.85);
}.connect_form_eDH .support_widget_rJR {
    margin-top: 30px;
}.connect_form_eDH .picture_frame_GtP {
    min-height: 200px;
}.connect_form_eDH .support_info_9MX {
    padding: 30px 20px;
}.connect_form_eDH form h3 {
    margin-bottom: 25px;
    font-size: calc(21px * 0.9);
}.connect_form_eDH form input[type="text"] {
    padding: 12px 15px;
    margin-bottom: 15px;
}.connect_form_eDH .request_query_zEA {
    margin-bottom: 25px;
}.connect_form_eDH .request_query_zEA label {
    font-size: calc(13px * 0.9);
}.connect_form_eDH .inquiry_request_w4M {
    padding: 12px 25px;
}}



@media (max-width: 992px) {.lesson_cta_Lps {
    padding: 3.5rem 0 2rem;
}.lesson_cta_Lps .container {
    flex-direction: column;
}.lesson_cta_Lps .company_holder {
    flex: 1 1 100%;
    margin-right: 0;
    margin-bottom: 2rem;
}.lesson_cta_Lps .achieve_cta_4hJ {
    flex: 1 1 100%;
}.lesson_cta_Lps .achieve_cta_4hJ .top_train_3hw {
    justify-content: space-between;
}.lesson_cta_Lps .nav_expert_9fZ {
    flex: 1 1 calc(50% - 1rem);
}
}



@media (max-width: 576px) {.lesson_cta_Lps {
    padding: 2.5rem 0 1rem;
}.lesson_cta_Lps .company_holder h3 {
    font-size: calc(31px * 0.75);
}.lesson_cta_Lps .webinar_live_H80 {
    font-size: calc(17px * 0.9);
}.lesson_cta_Lps .nav_expert_9fZ h5 {
    font-size: calc(18px * 0.9);
}.lesson_cta_Lps .nav_expert_9fZ a {
    font-size: calc(17px * 0.9);
}.footer_disclaimer_Eqs .contact_edu_ftg {
    padding: 0.4rem 0.8rem;
    font-size: calc(15px * 0.9);
}}



@media (min-width: 1200px) {.pricing_tray_bGj {
    padding: 8rem 2rem;
}.pricing_tray_bGj .pricing_levels_DtA {
    flex: 0 0 25%;
}.pricing_tray_bGj .fee_package_4ck {
    flex: 0 0 75%;
}.pricing_tray_bGj .program_price_5ge {
    padding: 2.5rem;
}
}



@media (min-width: 993px) {header .main_core_4x5 {
    padding: 15px 30px;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
}header .main_core_4x5 .nav_expert_9fZ {
    padding: 20px 10px 10px;
}
}



@media (max-width: 767px) {header .main_core_4x5 .nav_expert_9fZ {
    justify-content: center;
    flex-wrap: wrap;
}header .main_core_4x5 .nav_expert_9fZ .head_prime_6WY {
    margin: 3px 0;
}header .main_core_4x5 .nav_expert_9fZ .head_prime_6WY:not(:last-child)::after {
    display: none;
}}



@media (min-width: 992px) {.course_structure_aPU {
    padding: 150px 0;
}.course_structure_aPU .coding_expert_6EU {
    gap: 80px;
}.course_structure_aPU .picture_frame_GtP {
    height: 500px;
    transform: perspective(1200px) rotateY(8deg) rotateX(3deg);
}.course_structure_aPU .text_slot_e5A {
    transform: perspective(1200px) rotateY(-2deg) rotateX(1deg);
    padding: 40px 50px 40px 40px;
}.course_structure_aPU p.description {
    max-height: 300px;
}
}



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



@media (max-width: 767px) {.our_mission_iy8 {
    padding: 80px 0 60px;
}.our_mission_iy8 .text_slot_e5A {
    transform: none;
    padding: 30px;
}.our_mission_iy8 h5 {
    font-size: calc(23px * 0.85);
}.our_mission_iy8 p b {
    font-size: calc(13px * 1.2);
}.our_mission_iy8 ol li {
    line-height: 1.6;
    font-size: calc(13px * 0.9);
}}



@media (max-width: 576px) {.instructor_history_hRu {
    padding: 4rem 0;
}.instructor_history_hRu .edu_stories_R2H {
    transform: none;
    padding: 1.5rem;
}.instructor_history_hRu .picture_frame_GtP {
    height: 140px;
    width: 140px;
}.instructor_history_hRu .work_exp_WV0 {
    padding: 1rem;
    font-size: 18px;
}
}



@keyframes slideInFromBottom {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}



@keyframes float {
    0%, 100% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(20px, -20px);
    }
    50% {
        transform: translate(0, -40px);
    }
    75% {
        transform: translate(-20px, -20px);
    }
}

@keyframes shine {
    0% {
        transform: translateX(-100%) rotate(30deg);
    }
    100% {
        transform: translateX(100%) rotate(30deg);
    }
}



@keyframes moveGradient {
    0% {
        background-position: 0% 0%, 100% 100%;
    }
    50% {
        background-position: 100% 0%, 0% 100%;
    }
    100% {
        background-position: 0% 0%, 100% 100%;
    }
}



@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}



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



@keyframes pulseOdd {
    0% {
        opacity: 0.4;
        transform: scale(0.8);
    }
    100% {
        opacity: 0.7;
        transform: scale(1.2);
    }
}

@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}



@keyframes shimmer {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

