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

.page_head_9 {
    flex: 1 0 auto;
}

.grant_info_2 {
    flex: 0 0 auto;
}

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

a {
    text-decoration: none;
    color: inherit;
}


.start_now_9 {
    background: linear-gradient(135deg, rgb(149,155,136,0.5), #ffffff 90%);
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
}

.start_now_9 .container {
    z-index: 2;
    max-width: 1140px;
    flex-direction: column;
    margin: 0 auto;
    position: relative;
    align-items: center;
    padding: 0 15px;
    display: flex;
}

.start_now_9:hover h2 {
    transform: translateY(-5px);
}

.start_now_9 .expert_studio_7 {
    display: flex;
    align-items: center;
    transform: perspective(1000px) rotateX(0deg);
    justify-content: center;
    box-shadow: 
        0 10px 25px -5px rgba(0,0,0,0.05),
        0 0 0 1px rgba(0,0,0,0.02);
    isolation: isolate;
    background: linear-gradient(145deg, #ffffff, rgba(255,255,255,0.8));
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.5s ease;
    padding: 2rem 3rem;
    position: relative;
    gap: 1.5rem;
}

.start_now_9 svg path {
    transition: fill 0.3s ease;
    fill: rgb(149,155,136);
}

.start_now_9 .support_form_0::before {
    z-index: -1;
    height: 100%;
    transition: left 0.6s ease;
    position: absolute;
    top: 0;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    width: 100%;
    content: "";
}

.stay_connected_0 {
    overflow: hidden;
    font-family: Arial, sans-serif;
    background: linear-gradient(120deg, rgb(178,184,169,0.5) 0%, rgb(206,212,197) 50%, rgba(0, 0, 0, 0.5) 100%);
    padding: 5rem 2rem;
    position: relative;
}

.stay_connected_0 .request_map_0 {
    max-width: 800px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    transform-style: preserve-3d;
    position: relative;
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    width: 90%;
    margin: 0 auto;
    transform: rotateX(10deg) rotateY(-5deg);
    padding: 3rem;
}

.stay_connected_0 input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.stay_connected_0 .mail_block_0 {
    cursor: pointer;
    font-size: 16px;
    position: relative;
    border: none;
    transform: translateZ(20px) translateX(0);
    align-self: flex-start;
    color: #ffffff;
    border-radius: 10px;
    background: rgb(178,184,169);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease;
    overflow: hidden;
    font-weight: 600;
    padding: 1.2rem 2.5rem;
}

.privacy_guard_2 {
    overflow: hidden;
    padding: 5rem 1.5rem;
    position: relative;
    background: linear-gradient(145deg, rgb(206,212,197), rgba(0, 0, 0, 0.5));
}

.privacy_guard_2 .container {
    background: linear-gradient(to bottom right, 
                rgba(255, 255, 255, 0.1), 
                rgba(255, 255, 255, 0.03));
    transform: translateZ(0);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08), 
                0 1px 3px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(255, 255, 255, 0.05) inset;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    border-left: 3px solid rgb(178,184,169);
    padding: 2.5rem;
    backdrop-filter: blur(5px);
    z-index: 1;
}

.privacy_guard_2 h3 {
    position: relative;
    margin: 2.5rem 0 1.25rem;
    font-weight: 600;
    transform: translateY(8px);
    font-size: calc(37px * 0.85);
    color: #000000;
    opacity: 0;
    animation: slideInUp 0.5s forwards 0.5s ease-out;
    padding-left: 18px;
}

.privacy_guard_2 h4::before {
    background: #000000;
    height: 6px;
    position: absolute;
    transform: translateY(-50%) rotate(45deg);
    left: 0;
    width: 6px;
    top: 50%;
    content: "";
}

.privacy_guard_2 strong::after {
    height: 1px;
    bottom: -2px;
    left: 0;
    content: "";
    background: rgb(178,184,169,0.5);
    width: 100%;
    position: absolute;
}

.privacy_guard_2 li {
    margin-bottom: 1rem;
    line-height: 1.7;
    color: #000000;
    position: relative;
    animation: slideInRight 0.5s forwards ease-out;
    opacity: 0;
    padding-left: 1rem;
    font-size: 13px;
    transform: translateX(10px);
}

.privacy_guard_2 li:nth-child(2)::before {
    --order: 2;
}

.privacy_guard_2 span {
    position: relative;
    transform: translateY(10px);
    animation: fadeIn 0.6s forwards 0.8s ease-out;
    font-size: 13px;
    border-left: 1px solid rgb(149,155,136,0.5);
    padding-left: 1rem;
    opacity: 0;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    display: block;
    opacity: 0.9;
    color: #000000;
}

.pricing_item_8 h2 {
    margin-bottom: 20px;
    font-weight: 700;
    letter-spacing: 0.5px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    font-size: calc(30px * 1.1);
    text-align: center;
    transform: translateY(0);
    color: #ffffff;
    position: relative;
}

.pricing_item_8 .learn_price_8 li {
    display: flex;
    height: 100%;
}

.pricing_item_8 .learn_offers_9 {
    text-decoration: none;
    width: 100%;
    flex-direction: column;
    position: relative;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1), 
                0 2px 5px rgba(0, 0, 0, 0.05),
                0 1px 3px rgba(0, 0, 0, 0.03);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05));
    border: 1px solid rgba(255, 255, 255, 0.1);
    height: 100%;
    transform: translateY(0) scale(1);
    backdrop-filter: blur(10px);
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    overflow: hidden;
    display: flex;
}

.pricing_item_8 .learn_offers_9:hover h4::after {
    background-color: rgb(178,184,169);
    width: 60px;
}

.pricing_item_8 .learning_pricing_4 {
    font-size: calc(24px * 1.15);
    position: relative;
    letter-spacing: 0.5px;
    transition: transform 0.3s ease, color 0.3s ease;
    display: block;
    margin-top: auto;
    color: rgb(178,184,169);
    font-weight: 700;
    padding: 15px 0 0;
}

.pricing_item_8 .learn_offers_9:hover .learning_pricing_4::before {
    width: 40px;
    opacity: 1;
}

.grant_info_2::before {
    position: absolute;
    content: "";
    background: linear-gradient(to right, 
                transparent 0%, 
                rgb(178,184,169) 25%, 
                #ffffff 50%, 
                rgb(149,155,136) 75%, 
                transparent 100%);
    animation: shimmer 8s linear infinite;
    height: 1px;
    right: 0;
    left: 0;
    top: 0;
}

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

.grant_info_2 .company_holder:hover h3::after {
    transform: scaleX(1);
}

.grant_info_2 .fellow_prog_7 {
    position: relative;
    flex: 1 1 450px;
}

.grant_info_2 .site_main_3 {
    flex-wrap: wrap;
    display: flex;
    gap: 1.5rem;
}

.grant_info_2 .top_class_2 {
    border-radius: 26px;
    overflow: hidden;
    position: relative;
    flex: 1 1 200px;
    padding: 1.5rem;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
}

.grant_info_2 .top_class_2 a {
    display: block;
    padding: 0.25rem 0.5rem;
    transition: all 0.3s ease;
    z-index: 1;
    font-size: 15px;
    text-decoration: none;
    position: relative;
    border-radius: 10px;
    color: rgba(255, 255, 255, 0.8);
}

.news_feed_0::before {
    position: absolute;
    background: linear-gradient(to right, 
                transparent 0%, 
                rgb(149,155,136) 25%, 
                #ffffff 50%, 
                rgb(178,184,169) 75%, 
                transparent 100%);
    left: 0;
    right: 0;
    content: "";
    height: 1px;
    top: 0;
}

.grant_info_2 .site_main_3 a:hover::after {
    transform: translateY(-50%) scale(1);
}

.grant_info_2 .about_learn_3::before {
    position: absolute;
    width: 0;
    transition: width 0.5s ease 0.3s, height 0.5s ease;
    border: 1px solid transparent;
    left: -10px;
    content: "";
    height: 0;
    top: -10px;
}

.grant_info_2 .company_holder:hover .about_learn_3::after {
    transition: width 0.5s ease, height 0.5s ease 0.3s;
    border-bottom-color: rgb(149,155,136,0.5);
    border-left-color: rgb(149,155,136,0.5);
    height: calc(100% + 20px);
    width: calc(100% + 20px);
}

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

header .container:after {
    background: rgb(149,155,136);
    height: 8px;
    opacity: 0.7;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%) rotate(45deg);
    content: '';
    width: 8px;
}

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

header .top_class_2:hover:before {
    opacity: 0.3;
    transform: scaleX(1);
}

header .head_train_2 {
    font-weight: 600;
    text-decoration: none;
    font-size: 17px;
    color: #000000;
    text-transform: uppercase;
    overflow: hidden;
    transition: all 0.3s ease;
    padding: 8px 2px;
    font-family: Arial, sans-serif;
    letter-spacing: 0.5px;
    position: relative;
}

header .head_train_2:hover {
    color: rgb(178,184,169);
}

header .head_train_2:hover:after {
    opacity: 1;
    top: calc(100% - 3px);
}

header .header_pro_5:after {
    border-radius: 50%;
    height: 10px;
    content: '';
    transition: all 0.4s ease;
    opacity: 0;
    background: linear-gradient(135deg, rgb(178,184,169), rgb(149,155,136));
    position: absolute;
    transform: scale(0);
    width: 10px;
    top: -5px;
    left: -5px;
}

header .header_pro_5:hover svg {
    transform: scale(1.05);
}

.thankYouDiv_2 {
    overflow: hidden;
    position: relative;
    padding: 120px 0 100px;
    background: linear-gradient(135deg, rgb(206,212,197) 0%, rgb(149,155,136,0.5) 100%);
}

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

.thankYouDiv_2 .expert_studio_7 {
    padding: 60px 50px;
    position: relative;
    border-left: 5px solid rgb(178,184,169);
    display: flex;
    background: #ffffff;
    transform: perspective(1000px) rotateY(-2deg);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.thankYouDiv_2 .expert_studio_7:hover > div:first-child::after {
    transform: scaleX(1);
}

.thankYouDiv_2 h5::before {
    font-size: calc(24px * 2.5);
    color: rgb(178,184,169,0.5);
    position: absolute;
    content: "";
    opacity: 0.3;
    top: -20px;
    left: -30px;
}

.thankYouDiv_2 a {
    overflow: hidden;
    text-decoration: none;
    display: inline-block;
    position: relative;
}

.thankYouDiv_2 a:hover::after {
    transform: scaleX(1);
    transform-origin: left center;
}

.company_overview_2 {
    position: relative;
    overflow: hidden;
    background: rgb(206,212,197);
    padding: 100px 0;
}

.company_overview_2 .expert_studio_7 {
    flex-wrap: wrap;
    position: relative;
    display: flex;
}

.company_overview_2 h3::after {
    background: rgb(178,184,169);
    width: 50px;
    content: "";
    height: 3px;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    bottom: -15px;
}

.company_overview_2 .instructor_bio_3 p,
.company_overview_2 .fast_learn_7 p {
    font-size: 13px;
    color: #000000;
    line-height: 1.8;
    margin-bottom: 30px;
}

.company_overview_2 .img_fit_7:hover,
.company_overview_2 .expert_classes_1:hover {
    transform: scale(1.02);
}

.company_overview_2 .img_fit_7::before,
.company_overview_2 .expert_classes_1::before {
    opacity: 0;
    border: 8px solid transparent;
    border-radius: 19px 19px 0 19px;
    transition: opacity 0.4s ease;
    top: 0;
    box-sizing: border-box;
    left: 0;
    border-left-color: rgb(178,184,169,0.5);
    position: absolute;
    content: "";
    width: 100%;
    border-bottom-color: rgb(178,184,169,0.5);
    height: 100%;
    z-index: 2;
}



.company_overview_2 .fast_learn_7 p {
    padding-left: 25px;
    position: relative;
}

.company_overview_2 .instructor_bio_3::after {
    border-top: 3px solid rgb(178,184,169);
    height: 50px;
    content: "";
    position: absolute;
    border-left: 3px solid rgb(178,184,169);
    width: 50px;
    left: -10px;
    top: -10px;
    opacity: 0.7;
}

.contact_6::before {
    background: linear-gradient(45deg, rgb(178,184,169,0.5), transparent);
    border-radius: 50%;
    right: -100px;
    height: 300px;
    z-index: 0;
    top: -100px;
    width: 300px;
    filter: blur(60px);
    content: "";
    position: absolute;
}

.contact_6 h2 {
    position: relative;
    font-size: 31px;
    padding-bottom: 15px;
    color: #000000;
    margin-bottom: 30px;
    font-weight: 700;
}

.contact_6 .course_info_9 {
    transition: all 0.3s ease;
    background: rgb(206,212,197);
    position: relative;
    text-decoration: none;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    padding: 15px 25px;
    color: #000000;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1),
              -5px -5px 10px rgba(255, 255, 255, 0.7);
    border-radius: 10px;
}

.contact_6 p svg {
    vertical-align: middle;
    margin-right: 10px;
    height: 22px;
    width: 22px;
}

.contact_6 p:nth-last-child(2):hover svg path {
    fill: rgb(149,155,136);
}

.contact_6 .edu_form_2::after {
    border-radius: 50%;
    height: 80px;
    z-index: -1;
    position: absolute;
    bottom: -20px;
    width: 80px;
    background: rgb(149,155,136,0.5);
    opacity: 0.4;
    filter: blur(25px);
    content: "";
    right: -20px;
}

.contact_box_1 {
    background: rgb(206,212,197);
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}



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

.contact_box_1 h2 {
    position: relative;
    margin-bottom: 50px;
    font-size: 43px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    color: #000000;
}

.contact_box_1 .query_block_0 {
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgb(178,184,169,0.5);
    border-radius: 12px;
    display: flex;
    position: relative;
    overflow: hidden;
}

.contact_box_1 .query_block_0::before {
    z-index: 3;
    inset: 0;
    pointer-events: none;
    position: absolute;
    content: "";
    border-radius: 12px;
    opacity: 0.2;
    border: 1px solid rgb(178,184,169);
}

.contact_box_1 .query_map_4 {
    padding: 60px;
    position: relative;
    background: #ffffff;
    flex: 0 0 55%;
}

.contact_box_1 .query_map_4::after {
    background: rgb(149,155,136,0.5);
    content: "";
    filter: blur(80px);
    z-index: 0;
    bottom: -75px;
    position: absolute;
    height: 150px;
    opacity: 0.3;
    width: 150px;
    left: -75px;
}

.contact_box_1 form input[type="text"] {
    border: 1px solid rgb(178,184,169,0.5);
    transition: all 0.3s ease;
    margin-bottom: 25px;
    color: #000000;
    padding: 18px 25px;
    background: rgb(206,212,197);
    width: 100%;
    border-radius: 8px;
    font-size: 12px;
}

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

.contact_box_1 .help_block_7 input[type="checkbox"]:checked + label::before {
    box-shadow: 0 0 5px rgb(178,184,169,0.5);
    background: rgb(178,184,169);
    border-color: rgb(178,184,169);
}

.contact_box_1 .help_block_7 label a {
    color: rgb(178,184,169);
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
    text-decoration: none;
}

.contact_box_1 .help_block_7 label a:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}

.contact_box_1 .support_form_0::before {
    background: rgb(149,155,136);
    height: 100%;
    transform-origin: right;
    z-index: -1;
    left: 0;
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    transition: transform 0.5s ease;
    content: "";
    top: 0;
}

.contact_box_1 svg path {
    fill: rgb(178,184,169);
    transition: all 0.3s ease;
}

.contact_box_1 svg:hover,
.contact_box_1 svg:hover path {
    filter: drop-shadow(0 0 3px rgb(149,155,136,0.5));
    fill: rgb(149,155,136);
    transform: translateY(-2px);
}

.welcome_board_5 .expert_studio_7 {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 1400px;
    display: flex;
    margin: 0 auto;
    z-index: 2;
    padding: 2rem 1.5rem;
    flex-direction: column-reverse;
}

.welcome_board_5 .text_group_4:hover {
    transform: translateY(-5px);
}

.welcome_board_5 .text_group_4:hover h1::after {
    transform: scaleX(1.5);
}

.welcome_board_5 .learn_lead_4 {
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    display: flex;
    margin-bottom: 2rem;
}



.welcome_board_5 .learn_lead_4 svg path {
    transition: fill 0.3s ease;
}

.welcome_board_5 .learn_lead_4 svg text {
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
}

.welcome_board_5 .learn_lead_4:hover p {
    backdrop-filter: blur(2px);
    transform: translateZ(10px);
}

.welcome_board_5 li {
    transform: translateY(0);
    margin-right: 1rem;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.welcome_board_5 .support_form_0:hover {
    box-shadow: 0 8px 20px rgba(94,170,168,0.3);
    transform: translateY(-2px);
}

.welcome_board_5 .support_form_0:hover::before {
    left: 100%;
}

.welcome_board_5 .img_fit_7 {
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    width: 100%;
    border-radius: 10px;
    height: 300px;
    z-index: 2;
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg);
    overflow: hidden;
    position: relative;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.welcome_board_5 .img_fit_7:hover::before {
    opacity: 0.5;
}

.cookie_message_window_9 {
    bottom: 0;
    padding: 20px 0;
    background: rgb(149,155,136);
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.5);
    border-top: 3px solid rgb(178,184,169);
    z-index: 90;
    position: fixed;
    width: 100%;
    font-family: Arial, sans-serif;
}

.cookie_screen_1 svg {
    fill: rgb(178,184,169);
    height: 60px;
    width: 60px;
}

.web_cookies_9 {
    min-width: 140px;
    text-align: center;
    text-decoration: none;
    background: rgb(178,184,169);
    padding: 10px 20px;
    font-size: 20px;
    border-radius: 10px;
    line-height: 40px;
    border: 2px solid rgb(178,184,169);
    color: #000000;
    white-space: nowrap;
    margin-left: 10px;
    flex-shrink: 0;
    cursor: pointer;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.leadership_experience_1::after {
    width: 100%;
    content: "";
    z-index: 0;
    opacity: 0.15;
    height: 100%;
    background: radial-gradient(circle, rgb(149,155,136,0.5) 0%, transparent 70%);
    position: absolute;
    right: -50%;
    top: -50%;
}

.leadership_experience_1 .client_sentiments_7::before {
    left: 0;
    position: absolute;
    background: linear-gradient(to bottom, rgb(178,184,169), rgb(149,155,136));
    top: 0;
    height: 100%;
    width: 4px;
    content: "";
    z-index: 1;
}

.leadership_experience_1 .client_sentiments_7 .img_fit_7::after {
    z-index: 1;
    mix-blend-mode: overlay;
    background: linear-gradient(to top right, rgba(rgb(178,184,169), 0.2), transparent);
    position: absolute;
    content: "";
    inset: 0;
}

.leadership_experience_1 .client_sentiments_7 .name::after {
    transform-origin: left;
    width: 60%;
    background: rgb(149,155,136);
    left: 0;
    height: 2px;
    content: "";
    bottom: -4px;
    transition: transform 0.3s ease-out;
    transform: scaleX(0.7);
    position: absolute;
}

.leadership_experience_1 .client_sentiments_7 .career_card_7 {
    font-size: 12px;
    color: #000000;
    background: linear-gradient(to right, rgb(206,212,197) 0%, transparent 100%);
    margin: 0;
    position: relative;
    padding: 1.5rem;
    line-height: 1.7;
    border-radius: 10px;
}

.course_structure_0 .skill_explorer_4 {
    height: 100%;
    top: 0;
    display: flex;
    left: 0;
    animation: carousel-slide 30s infinite linear;
    position: absolute;
    width: 500%;
}

.course_structure_0 .new_skills_2 {
    height: 100%;
    overflow: hidden;
    width: 20%;
}

.course_structure_0 .container {
    align-items: center;
    justify-content: flex-start;
    z-index: 2;
    height: 100%;
    padding-left: 0;
    display: flex;
    position: relative;
    width: 65%;
}

.course_structure_0 .program_map_5 p {
    color: #000000;
    line-height: 1.7;
    font-size: 12px;
    margin-bottom: 2rem;
}

.course_structure_0 .program_map_5 .support_form_0::before {
    opacity: 0;
    left: 0;
    content: '';
    transition: opacity 0.3s ease;
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    background: linear-gradient(to right, rgb(149,155,136), rgb(178,184,169));
    z-index: -1;
}


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



@media (max-width: 576px) {.start_now_9 {
    padding: 3rem 0;
}.start_now_9 h2 {
    font-size: calc(37px * 0.7);
    margin-bottom: 1.5rem;
    line-height: 1.5;
}.start_now_9 .expert_studio_7 {
    padding: 1.2rem 1.5rem;
    width: 100%;
}.start_now_9 .support_form_0 {
    padding: 0.8rem 1.5rem;
    text-align: center;
    width: 100%;
}
}



@media (min-width: 768px) {.stay_connected_0 {
    padding: 7rem 3rem;
}.stay_connected_0 .request_map_0 {
    padding: 4rem;
}.stay_connected_0 .input_holder {
    gap: 1.5rem;
    flex-direction: row;
    align-items: center;
}.stay_connected_0 input[type="email"] {
    margin-bottom: 0;
    flex: 1;
}.stay_connected_0 .mail_block_0 {
    align-self: center;
}
}




@media (max-width: 1200px) {.pricing_item_8 {
    padding: 80px 0;
}.pricing_item_8 .group_rates_9 {
    max-width: 90%;
}.pricing_item_8 .learn_price_8 {
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
}



@media (max-width: 992px) {.pricing_item_8 h2 {
    font-size: 30px;
}.pricing_item_8 .deal_board_2 {
    padding: 30px 25px;
}.pricing_item_8 .learn_offers_9 h4 {
    font-size: 24px;
}
}



@media (max-width: 768px) {.pricing_item_8 {
    padding: 60px 0;
}.pricing_item_8 h2 {
    font-size: calc(30px * 0.9);
}.pricing_item_8 .group_rates_9 {
    font-size: 16px;
    margin-bottom: 40px;
    max-width: 100%;
}.pricing_item_8 .learn_price_8 {
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 450px;
}.pricing_item_8 .learn_offers_9 {
    max-height: none;
}.pricing_item_8 .learn_offers_9 p {
    font-size: calc(16px * 0.95);
    margin-bottom: 25px;
}
}



@media (max-width: 576px) {.grant_info_2 {
    padding: 2.5rem 0 1rem;
}.grant_info_2 .company_holder h3 {
    font-size: calc(30px * 0.75);
}.grant_info_2 .about_learn_3 {
    font-size: calc(15px * 0.9);
}.grant_info_2 .top_class_2 h5 {
    font-size: calc(19px * 0.9);
}.grant_info_2 .top_class_2 a {
    font-size: calc(15px * 0.9);
}.news_feed_0 .support_cta_2 {
    padding: 0.4rem 0.8rem;
    font-size: calc(14px * 0.9);
}}



@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .container:before,
    header .container:after {
    display: none;
}header .header_pro_5 svg {
    height: 35px;
}}



@media (max-width: 991px) {.thankYouDiv_2 {
    padding: 90px 0 70px;
}.thankYouDiv_2 .expert_studio_7 {
    padding: 50px 40px;
}
}



@media (max-width: 575px) {.thankYouDiv_2 {
    padding: 60px 0 40px;
}.thankYouDiv_2 .expert_studio_7 {
    padding: 30px 25px;
    border-left: 4px solid rgb(178,184,169);
}.thankYouDiv_2 .expert_studio_7 > div:first-child {
    margin-bottom: 25px;
}.thankYouDiv_2 h5 {
    font-size: calc(24px * 0.9);
}.thankYouDiv_2 h5::before {
    font-size: calc(24px * 2);
    left: -20px;
}.thankYouDiv_2 .expert_studio_7 > div:first-child::after {
    width: 60px;
    height: 2px;
}
}



@media (max-width: 1200px) {.company_overview_2 {
    padding: 80px 0;
}.company_overview_2 h3 {
    margin-bottom: 50px;
}.company_overview_2 .instructor_bio_3,
    .company_overview_2 .fast_learn_7 {
    width: calc(50% - 20px);
}.company_overview_2 .instructor_bio_3 {
    margin-right: 40px;
}.company_overview_2 .img_fit_7,
    .company_overview_2 .expert_classes_1 {
    height: 280px;
}
}



@media (max-width: 576px) {.company_overview_2 {
    padding: 50px 0;
}.company_overview_2 h3 {
    margin-bottom: 35px;
    font-size: calc(32px * 0.85);
}.company_overview_2 .instructor_bio_3 span {
    font-size: calc(23px * 0.9);
    margin-bottom: 15px;
}.company_overview_2 .instructor_bio_3 p,
    .company_overview_2 .fast_learn_7 p {
    line-height: 1.7;
    margin-bottom: 25px;
    font-size: calc(13px * 0.95);
}.company_overview_2 .img_fit_7,
    .company_overview_2 .expert_classes_1 {
    height: 220px;
}.company_overview_2 .img_fit_7::before,
    .company_overview_2 .expert_classes_1::before {
    border-width: 6px;
}}



@media (max-width: 480px) {.contact_box_1 {
    padding: 50px 0;
}.contact_box_1 h2 {
    margin-bottom: 30px;
    font-size: calc(43px * 0.7);
}.contact_box_1 .img_fit_7 {
    min-height: 200px;
}.contact_box_1 .query_map_4 {
    padding: 30px 20px;
}.contact_box_1 form h3 {
    margin-bottom: 25px;
    font-size: calc(24px * 0.9);
}.contact_box_1 form input[type="text"] {
    margin-bottom: 15px;
    padding: 12px 15px;
}.contact_box_1 .help_block_7 {
    margin-bottom: 20px;
}.contact_box_1 .help_block_7 label {
    font-size: calc(16px * 0.9);
}.contact_box_1 .support_form_0 {
    padding: 12px 20px;
}}



@media (min-width: 1200px) {.welcome_board_5 .expert_studio_7 {
    padding: 6rem 4rem;
}.welcome_board_5 .text_group_4 {
    padding-right: 5rem;
    flex: 0.5;
}.welcome_board_5 .img_fit_7 {
    transform: perspective(1800px) rotateY(-10deg) translateZ(0);
    flex: 0.7;
    height: 550px;
}.welcome_board_5 .img_fit_7:hover {
    transform: perspective(1800px) rotateY(-7deg) translateZ(40px);
}.welcome_board_5 .learn_lead_4 svg {
    height: 90px;
    width: 90px;
}
}



@media (min-width: 768px) {.leadership_experience_1 .client_sentiments_7 {
    grid-template-areas: 
      "photo info"
      "quote quote";
    grid-template-columns: 250px 1fr;
    padding: 4rem;
    gap: 3rem;
}.leadership_experience_1 .client_sentiments_7 > div:first-child {
    grid-area: photo;
    justify-content: flex-start;
}.leadership_experience_1 .client_sentiments_7 > div:nth-child(2) {
    grid-area: info;
    padding-left: 0;
    border-left: none;
    align-self: center;
}.leadership_experience_1 .client_sentiments_7 > div:nth-child(3) {
    grid-area: quote;
}.leadership_experience_1 .client_sentiments_7 .career_card_7 {
    padding: 2rem;
    background: linear-gradient(135deg, rgb(206,212,197) 0%, transparent 100%);
}
}



@media screen and (max-width: 1200px) {.course_structure_0 .container {
    width: 70%;
}.course_structure_0::before {
    width: 75%;
}
}



@media screen and (max-width: 992px) {.course_structure_0 {
    max-height: none;
    height: auto;
    flex-direction: column;
    display: flex;
    min-height: 0;
}.course_structure_0::before {
    background: linear-gradient(180deg, rgb(206,212,197) 0%, transparent 50%);
}.course_structure_0 .lesson_path_6 {
    width: 100%;
    position: relative;
    order: 2;
    height: 400px;
}.course_structure_0 .container {
    order: 1;
    padding: 4rem 2rem;
    width: 100%;
}.course_structure_0 .expert_studio_7 {
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
}
}



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



@keyframes popIn {
    0% {
        transform: scale(0);
    }
    70% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}



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



@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-30px) scale(1.1);
    }
}



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

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

