﻿* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}header,footer {
    width: 100%;
}.core-container_olO {
    min-height: 100%;
    height: 100%;
    flex-direction: column;
    display: flex;
}html,body {
    scroll-behavior: smooth;
    color: #000000;
    min-height: 100%;
    font-family: Arial, sans-serif;
    height: 100%;
}.lang_learn_i7y {
    flex: 0 0 auto;
}svg {
    height: 30px;
    width: 30px;
}.container {
    margin: auto;
    width: 1165px;
    max-width: 100%;
}a {
    color: inherit;
    text-decoration: none;
}.header_page_Jey {
    flex: 1 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
footer {
    width: 100%;
    position: relative;
}footer .lang_learn_i7y {
    background: linear-gradient(135deg, #000000 0%, rgb(208,193,191) 100%);
    position: relative;
    padding: 80px 0 30px;
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.1);
    z-index: 1;
}footer .lang_learn_i7y::before {
    content: '';
    background: repeating-linear-gradient(
        45deg,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0.5) 10px,
        transparent 10px,
        transparent 20px
    );
    width: 100%;
    z-index: -1;
    position: absolute;
    opacity: 0.05;
    top: 0;
    left: 0;
    height: 100%;
}footer .lang_learn_i7y::after {
    top: 0;
    height: 3px;
    background: linear-gradient(90deg, 
        rgb(208,193,191) 0%, 
        rgb(173,154,152) 50%, 
        rgb(208,193,191) 100%);
    position: absolute;
    left: 0;
    width: 100%;
    content: '';
    animation: glowBorder 3s infinite linear;
}@keyframes glowBorder {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.3;
    }
}

footer .lang_learn_i7y .container {
    position: relative;
    z-index: 2;
}footer .chrome_ext_Zts {
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr;
}footer .message_us_g8T {
    flex-wrap: wrap;
    position: relative;
    padding-bottom: 30px;
    display: flex;
    margin-bottom: 30px;
    gap: 30px;
    justify-content: space-between;
}footer .message_us_g8T::after {
    bottom: 0;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(173,154,152,0.5) 50%, 
        transparent 100%);
    position: absolute;
    content: '';
    height: 1px;
    width: 100%;
    left: 0;
}footer .info_item {
    margin-bottom: 15px;
    flex: 1;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 15px;
    background: rgba(255, 255, 255, 0.03);
    min-width: 200px;
    transition: all 0.3s ease;
    transform: translateY(0);
    border-radius: 10px;
}footer .info_item:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.05);
    transform: translateY(-5px);
}footer .info_item p,
footer .info_item a {
    text-decoration: none;
    align-items: center;
    gap: 10px;
    color: #ffffff;
    transition: color 0.3s ease;
    font-size: 13px;
    display: flex;
    font-family: Arial, sans-serif;
    font-weight: 400;
}footer .info_item svg {
    height: 20px;
    transition: transform 0.3s ease;
    fill: rgb(173,154,152);
    flex-shrink: 0;
    width: 20px;
}footer .info_item:hover svg {
    transform: scale(1.2);
}footer .info_item:hover a,
footer .info_item:hover p {
    color: rgb(173,154,152);
}footer .text_main_holder {
    margin-bottom: 40px;
    gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
}footer .head_teach_YgN {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    flex-direction: column;
}footer .head_teach_YgN svg {
    height: auto;
    max-width: 160px;
    filter: drop-shadow(0 0 5px rgb(208,193,191,0.5));
}footer .converter_jH8 {
    font-size: 14px;
    max-width: 300px;
    font-weight: 300;
    color: #ffffff;
    opacity: 0.7;
    line-height: 1.5;
}footer .head_sitebar_ATl {
    display: flex;
    flex-direction: column;
    gap: 20px;
}footer .head_sitebar_ATl h5 {
    font-size: 19px;
    color: #ffffff;
    padding-bottom: 15px;
    font-weight: 700;
    margin-bottom: 5px;
    position: relative;
}footer .head_sitebar_ATl h5::after {
    border-radius: 10px;
    left: 0;
    height: 3px;
    background: rgb(173,154,152);
    bottom: 0;
    content: '';
    position: absolute;
    width: 50px;
}footer .head_mainwrap_mGz {
    flex-direction: column;
    margin-bottom: 20px;
    display: flex;
    gap: 15px;
}footer .head_mainwrap_mGz a {
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
    opacity: 0.8;
    font-size: 13px;
    padding-left: 15px;
    color: #ffffff;
}footer .head_mainwrap_mGz a::before {
    left: 0;
    transition: all 0.3s ease;
    background: rgb(173,154,152);
    opacity: 0.7;
    height: 6px;
    width: 6px;
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    content: '';
    border-radius: 50%;
}footer .head_mainwrap_mGz a:hover {
    color: rgb(173,154,152);
    transform: translateX(5px);
    opacity: 1;
}footer .head_mainwrap_mGz a:hover::before {
    opacity: 1;
    width: 8px;
    height: 8px;
    box-shadow: 0 0 10px rgb(173,154,152);
}footer .subscribe_holder {
    border-radius: 14px;
    transition: all 0.5s ease;
    transform: perspective(1000px) rotateY(-5deg);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    padding: 25px;
    flex-direction: column;
    display: flex;
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.05);
    gap: 15px;
}footer .subscribe_holder:hover {
    transform: perspective(1000px) rotateY(0deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}footer .subscribe_holder h5 {
    font-size: 19px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 5px;
}footer .subscribe_holder p {
    margin-bottom: 20px;
    line-height: 1.6;
    opacity: 0.8;
    color: #ffffff;
    font-size: 13px;
}footer .input_holder {
    display: flex;
    gap: 15px;
    flex-direction: column;
    position: relative;
}footer .input_holder input[type="email"] {
    color: #ffffff;
    outline: none;
    width: 100%;
    transition: all 0.3s ease;
    padding: 14px 15px;
    font-size: 13px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .input_holder input[type="email"]:focus {
    border-color: rgb(173,154,152);
    box-shadow: 0 0 15px rgb(173,154,152,0.5);
}footer .learn_today_DZo {
    background: linear-gradient(45deg, rgb(173,154,152) 0%, rgb(208,193,191) 100%);
    text-transform: uppercase;
    transition: all 0.3s ease;
    cursor: pointer;
    padding: 12px 24px;
    overflow: hidden;
    border: none;
    border-radius: 10px;
    font-size: 15px;
    position: relative;
    letter-spacing: 1px;
    font-weight: 600;
    color: #ffffff;
}footer .learn_today_DZo::before {
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.2), 
        transparent);
    position: absolute;
    top: 0;
    transition: 0.6s;
    width: 100%;
    height: 100%;
    left: -100%;
    content: '';
}footer .learn_today_DZo:hover::before {
    left: 100%;
}footer .learn_today_DZo:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transform: translateY(-2px);
}footer .insta_feed_f8v {
    position: relative;
    padding-top: 30px;
    text-align: center;
}footer .insta_feed_f8v::before {
    height: 1px;
    width: 100%;
    content: '';
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(173,154,152,0.5) 50%, 
        transparent 100%);
    top: 0;
    left: 0;
    position: absolute;
}footer .play_market_wNQ {
    font-weight: 300;
    opacity: 0.7;
    color: #ffffff;
    font-size: 13px;
}

@media (max-width: 992px) {footer .lang_learn_i7y {
    padding: 60px 0 30px;
}footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr;
}footer .subscribe_holder {
    grid-column: span 2;
    transform: perspective(1000px) rotateY(0deg);
}footer .message_us_g8T {
    gap: 20px;
}footer .info_item {
    min-width: 180px;
}
}

@media (max-width: 768px) {footer .lang_learn_i7y {
    padding: 50px 0 30px;
}footer .text_main_holder {
    grid-template-columns: 1fr;
    gap: 40px;
}footer .subscribe_holder {
    grid-column: span 1;
}footer .head_sitebar_ATl {
    gap: 15px;
}footer .message_us_g8T {
    gap: 15px;
    flex-direction: column;
}footer .info_item {
    width: 100%;
    margin-bottom: 0;
}footer .input_holder {
    flex-direction: column;
}footer .learn_today_DZo {
    width: 100%;
}
}

@media (max-width: 576px) {footer .lang_learn_i7y {
    padding: 40px 0 30px;
}footer .head_teach_YgN {
    align-items: center;
    text-align: center;
    margin: 0 auto;
}footer .converter_jH8 {
    text-align: center;
    margin: 0 auto;
}footer .head_sitebar_ATl h5 {
    text-align: center;
}footer .head_sitebar_ATl h5::after {
    left: 50%;
    transform: translateX(-50%);
}footer .head_mainwrap_mGz {
    align-items: center;
}footer .head_mainwrap_mGz a {
    text-align: center;
}footer .subscribe_holder {
    text-align: center;
    padding: 20px;
}footer .subscribe_holder h5,
    footer .subscribe_holder p {
    text-align: center;
}}.leadership_profile_eLo {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(233,226,225), rgb(208,193,191,0.5));
    padding: 5rem 2rem;
}.leadership_profile_eLo::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    background: repeating-linear-gradient(45deg, rgb(173,154,152,0.5) 0px, transparent 2px, transparent 10px);
    opacity: 0.1;
}.leadership_profile_eLo .user_testimonials_zNQ {
    max-width: 1200px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    border-radius: 26px;
    overflow: hidden;
    align-items: center;
    z-index: 2;
    display: flex;
    margin: 0 auto;
    background: #ffffff;
    gap: 4rem;
    position: relative;
    padding: 0;
}.leadership_profile_eLo .img_card_wrap_Psu {
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    height: 450px;
    position: relative;
    transition: all 0.4s ease;
    flex-shrink: 0;
    width: 40%;
}.leadership_profile_eLo .img_card_wrap_Psu::after {
    opacity: 0.5;
    height: 100%;
    top: 0;
    content: "";
    left: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(135deg, rgb(208,193,191,0.5), transparent);
}.leadership_profile_eLo .career_expertise_4Jh {
    position: relative;
    padding: 3rem;
    width: 60%;
}.leadership_profile_eLo .name {
    margin-bottom: 0.5rem;
    color: #000000;
    display: inline-block;
    font-weight: 700;
    position: relative;
    font-size: 36px;
}.leadership_profile_eLo .name::after {
    content: "";
    position: absolute;
    background: rgb(208,193,191);
    left: 0;
    height: 3px;
    width: 50%;
    bottom: -8px;
    transition: width 0.3s ease;
}.leadership_profile_eLo .career_expertise_4Jh > div:nth-child(2) {
    margin-bottom: 1.5rem;
    color: rgb(173,154,152);
    font-size: 16px;
    font-weight: 600;
    padding-left: 2px;
}.leadership_profile_eLo .job_view_LWO {
    font-family: Arial, sans-serif;
    font-size: 17px;
    position: relative;
    color: #000000;
    line-height: 1.6;
    padding-left: 1.5rem;
}.leadership_profile_eLo .job_view_LWO::before {
    position: absolute;
    opacity: 0.4;
    font-size: 4rem;
    content: "";
    top: -2rem;
    left: -1rem;
    color: rgb(208,193,191,0.5);
}.leadership_profile_eLo .user_testimonials_zNQ:hover .img_card_wrap_Psu {
    transform: scale(1.03);
}.leadership_profile_eLo .user_testimonials_zNQ:hover .name::after {
    width: 100%;
}

@media (max-width: 992px) {.leadership_profile_eLo .user_testimonials_zNQ {
    flex-direction: column;
    gap: 2rem;
}.leadership_profile_eLo .img_card_wrap_Psu {
    height: 350px;
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}.leadership_profile_eLo .career_expertise_4Jh {
    padding: 0 2rem 2rem;
    width: 100%;
}
}

@media (max-width: 576px) {.leadership_profile_eLo {
    padding: 3rem 1rem;
}.leadership_profile_eLo .img_card_wrap_Psu {
    height: 280px;
}.leadership_profile_eLo .career_expertise_4Jh {
    padding: 0 1.5rem 1.5rem;
}.leadership_profile_eLo .name {
    font-size: calc(36px * 0.85);
}.leadership_profile_eLo .job_view_LWO {
    font-size: calc(17px * 0.95);
}}.instructional_approach_GH9 {
    background: linear-gradient(135deg, rgb(233,226,225) 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.instructional_approach_GH9::before {
    background: linear-gradient(45deg, rgb(208,193,191,0.5) 0%, rgb(173,154,152,0.5) 100%);
    right: -5%;
    position: absolute;
    transform: rotate(-15deg) skewX(15deg);
    width: 40%;
    pointer-events: none;
    content: "";
    opacity: 0.07;
    z-index: 1;
    top: -10%;
    height: 70%;
}.instructional_approach_GH9::after {
    pointer-events: none;
    opacity: 0.07;
    background: linear-gradient(225deg, rgb(173,154,152,0.5) 0%, rgb(208,193,191,0.5) 100%);
    width: 40%;
    bottom: -10%;
    left: -5%;
    height: 70%;
    position: absolute;
    content: "";
    transform: rotate(15deg) skewX(-15deg);
    z-index: 1;
}.instructional_approach_GH9 .promise_block_JPG {
    padding: 0 40px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}.instructional_approach_GH9 h2 {
    font-size: 37px;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    color: rgb(208,193,191);
    margin-bottom: 50px;
    font-weight: 700;
    position: relative;
    transform: translateX(-5px);
    text-align: left;
}.instructional_approach_GH9 h2::after {
    height: 3px;
    content: "";
    transform: scaleX(1);
    background: linear-gradient(90deg, rgb(208,193,191) 0%, rgb(173,154,152) 100%);
    left: 0;
    position: absolute;
    bottom: -12px;
    width: 80px;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform-origin: left center;
}.instructional_approach_GH9 .caption_box_S4d {
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.5s ease;
    padding: 50px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    position: relative;
    transform: translateY(0);
}.instructional_approach_GH9 .caption_box_S4d::before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0.04;
    position: absolute;
    content: "";
    background: linear-gradient(135deg, rgb(173,154,152,0.5) 0%, transparent 70%);
}.instructional_approach_GH9 .caption_box_S4d:hover {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    transform: translateY(-5px);
}.instructional_approach_GH9 p {
    color: #000000;
    font-size: 12px;
    position: relative;
    z-index: 2;
    line-height: 1.8;
    margin: 0;
}.instructional_approach_GH9 p::first-letter {
    color: rgb(208,193,191);
    font-size: 1.3em;
    font-weight: 600;
}.instructional_approach_GH9 .promise_block_JPG:hover h2 {
    transform: translateX(0);
}.instructional_approach_GH9 .promise_block_JPG:hover h2::after {
    transform: scaleX(1.2);
}

@media (max-width: 992px) {.instructional_approach_GH9 {
    padding: 90px 0;
}.instructional_approach_GH9 .promise_block_JPG {
    padding: 0 30px;
}.instructional_approach_GH9 h2 {
    font-size: calc(37px * 0.9);
    margin-bottom: 40px;
}.instructional_approach_GH9 .caption_box_S4d {
    padding: 40px;
}
}

@media (max-width: 768px) {.instructional_approach_GH9 {
    padding: 70px 0;
}.instructional_approach_GH9 .promise_block_JPG {
    padding: 0 20px;
}.instructional_approach_GH9 h2 {
    font-size: calc(37px * 0.8);
    margin-bottom: 35px;
}.instructional_approach_GH9 h2::after {
    width: 60px;
    bottom: -10px;
}.instructional_approach_GH9 .caption_box_S4d {
    padding: 30px;
}.instructional_approach_GH9 p {
    line-height: 1.7;
    font-size: calc(12px * 0.95);
}
}

@media (max-width: 576px) {.instructional_approach_GH9 {
    padding: 60px 0;
}.instructional_approach_GH9 .promise_block_JPG {
    padding: 0 15px;
}.instructional_approach_GH9 h2 {
    margin-bottom: 30px;
    font-size: calc(37px * 0.7);
}.instructional_approach_GH9 h2::after {
    width: 50px;
    height: 2px;
}.instructional_approach_GH9 .caption_box_S4d {
    padding: 25px 20px;
}.instructional_approach_GH9 p {
    font-size: calc(12px * 0.9);
    line-height: 1.6;
}
}

@media (hover: none) {.instructional_approach_GH9 .caption_box_S4d:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
    transform: none;
}}.meet_us_Bm8 {
    overflow: hidden;
    position: relative;
    background: rgb(233,226,225);
    padding: 110px 0;
}.meet_us_Bm8::before {
    top: 0;
    left: 0;
    z-index: 1;
    content: "";
    background-image: linear-gradient(120deg, rgb(208,193,191,0.5) 0%, transparent 75%);
    height: 100%;
    position: absolute;
    width: 100%;
}.meet_us_Bm8 .container {
    position: relative;
    z-index: 2;
}.meet_us_Bm8 .promise_block_JPG {
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 30px;
    display: grid;
}.meet_us_Bm8 h3 {
    margin-bottom: 60px;
    position: relative;
    display: inline-block;
    color: #000000;
    grid-column: 1 / -1;
    font-size: 43px;
    font-weight: 700;
}.meet_us_Bm8 h3::after {
    background: rgb(208,193,191);
    content: "";
    position: absolute;
    height: 5px;
    bottom: -15px;
    width: 60%;
    left: 0;
}.meet_us_Bm8 .our_ethos_3yU {
    z-index: 1;
    position: relative;
    grid-column: 1 / 7;
}.meet_us_Bm8 .learning_studio_d2D {
    position: relative;
    grid-column: 7 / -1;
    z-index: 1;
}.meet_us_Bm8 .our_ethos_3yU span {
    color: rgb(208,193,191);
    font-size: 19px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 20px;
    font-weight: 700;
    letter-spacing: 1px;
}.meet_us_Bm8 .our_ethos_3yU p,
.meet_us_Bm8 .learning_studio_d2D p {
    padding-right: 20px;
    margin-bottom: 30px;
    font-size: 13px;
    color: #000000;
    line-height: 1.8;
}.meet_us_Bm8 .img_card_wrap_Psu,
.meet_us_Bm8 .teach_style_bIF {
    box-shadow: 15px 15px 0 rgb(208,193,191,0.5);
    height: 360px;
    border-radius: 0;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    overflow: hidden;
}.meet_us_Bm8 .teach_style_bIF {
    box-shadow: 15px 15px 0 rgb(173,154,152,0.5);
}.meet_us_Bm8 .img_card_wrap_Psu:hover,
.meet_us_Bm8 .teach_style_bIF:hover {
    box-shadow: 20px 20px 0 rgb(208,193,191,0.5);
    transform: translateY(-10px);
}.meet_us_Bm8 .teach_style_bIF:hover {
    box-shadow: 20px 20px 0 rgb(173,154,152,0.5);
}.meet_us_Bm8 .our_ethos_3yU,
.meet_us_Bm8 .learning_studio_d2D {
    position: relative;
}.meet_us_Bm8 .our_ethos_3yU::before {
    height: 100px;
    content: "";
    z-index: -1;
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        rgb(208,193,191,0.5),
        rgb(208,193,191,0.5) 5px,
        transparent 5px,
        transparent 10px
    );
    bottom: -20px;
    left: -20px;
    width: 100px;
}.meet_us_Bm8 .learning_studio_d2D::before {
    width: 100px;
    height: 100px;
    top: -20px;
    right: -20px;
    position: absolute;
    background: repeating-linear-gradient(
        -45deg,
        rgb(173,154,152,0.5),
        rgb(173,154,152,0.5) 5px,
        transparent 5px,
        transparent 10px
    );
    z-index: -1;
    content: "";
}.meet_us_Bm8 .img_card_wrap_Psu::after,
.meet_us_Bm8 .teach_style_bIF::after {
    content: "";
    left: 0;
    height: 100%;
    top: 0;
    position: absolute;
    background: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.5));
    width: 100%;
}.meet_us_Bm8 .img_card_wrap_Psu::before,
.meet_us_Bm8 .teach_style_bIF::before {
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.3) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    width: 100%;
    transition: all 0.6s;
    top: 0;
    z-index: 2;
    left: -100%;
    position: absolute;
    height: 100%;
    transform: skewX(-25deg);
    content: "";
}.meet_us_Bm8 .img_card_wrap_Psu:hover::before,
.meet_us_Bm8 .teach_style_bIF:hover::before {
    left: 100%;
}.meet_us_Bm8 .promise_block_JPG::after {
    height: 200px;
    content: "";
    width: 200px;
    animation: rotate 60s linear infinite;
    z-index: -1;
    top: -100px;
    right: -100px;
    border: 2px dashed rgb(208,193,191,0.5);
    position: absolute;
    border-radius: 50%;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 1200px) {.meet_us_Bm8 {
    padding: 90px 0;
}.meet_us_Bm8 h3 {
    margin-bottom: 50px;
}.meet_us_Bm8 .img_card_wrap_Psu,
    .meet_us_Bm8 .teach_style_bIF {
    height: 320px;
}
}

@media (max-width: 992px) {.meet_us_Bm8 .promise_block_JPG {
    grid-template-columns: 1fr;
}.meet_us_Bm8 .our_ethos_3yU,
    .meet_us_Bm8 .learning_studio_d2D {
    margin-bottom: 50px;
    grid-column: 1 / -1;
}.meet_us_Bm8 .learning_studio_d2D {
    margin-bottom: 0;
}.meet_us_Bm8 h3 {
    margin-bottom: 40px;
}.meet_us_Bm8 .img_card_wrap_Psu,
    .meet_us_Bm8 .teach_style_bIF {
    height: 400px;
}.meet_us_Bm8 .our_ethos_3yU p,
    .meet_us_Bm8 .learning_studio_d2D p {
    padding-right: 0;
}
}

@media (max-width: 768px) {.meet_us_Bm8 {
    padding: 70px 0;
}.meet_us_Bm8 h3 {
    font-size: calc(43px * 0.8);
    margin-bottom: 35px;
}.meet_us_Bm8 .our_ethos_3yU,
    .meet_us_Bm8 .learning_studio_d2D {
    margin-bottom: 40px;
}.meet_us_Bm8 .img_card_wrap_Psu,
    .meet_us_Bm8 .teach_style_bIF {
    height: 350px;
    box-shadow: 10px 10px 0 rgb(208,193,191,0.5);
}.meet_us_Bm8 .teach_style_bIF {
    box-shadow: 10px 10px 0 rgb(173,154,152,0.5);
}.meet_us_Bm8 .img_card_wrap_Psu:hover,
    .meet_us_Bm8 .teach_style_bIF:hover {
    box-shadow: 15px 15px 0 rgb(208,193,191,0.5);
}.meet_us_Bm8 .teach_style_bIF:hover {
    box-shadow: 15px 15px 0 rgb(173,154,152,0.5);
}
}

@media (max-width: 576px) {.meet_us_Bm8 {
    padding: 50px 0;
}.meet_us_Bm8 h3 {
    margin-bottom: 30px;
    font-size: calc(43px * 0.7);
}.meet_us_Bm8 h3::after {
    height: 4px;
    bottom: -10px;
    width: 50%;
}.meet_us_Bm8 .our_ethos_3yU span {
    font-size: calc(19px * 0.9);
    margin-bottom: 15px;
}.meet_us_Bm8 .our_ethos_3yU p,
    .meet_us_Bm8 .learning_studio_d2D p {
    margin-bottom: 20px;
    line-height: 1.7;
    font-size: calc(13px * 0.95);
}.meet_us_Bm8 .img_card_wrap_Psu,
    .meet_us_Bm8 .teach_style_bIF {
    box-shadow: 8px 8px 0 rgb(208,193,191,0.5);
    height: 280px;
}.meet_us_Bm8 .teach_style_bIF {
    box-shadow: 8px 8px 0 rgb(173,154,152,0.5);
}.meet_us_Bm8 .img_card_wrap_Psu:hover,
    .meet_us_Bm8 .teach_style_bIF:hover {
    box-shadow: 10px 10px 0 rgb(208,193,191,0.5);
}.meet_us_Bm8 .teach_style_bIF:hover {
    box-shadow: 10px 10px 0 rgb(173,154,152,0.5);
}.meet_us_Bm8 .our_ethos_3yU::before,
    .meet_us_Bm8 .learning_studio_d2D::before {
    height: 80px;
    width: 80px;
}}

.meet_us_Bm8 .learning_studio_d2D p {
    font-style: italic;
    padding-left: 20px;
    position: relative;
}.meet_us_Bm8 .learning_studio_d2D p::before {
    content: "";
    width: 4px;
    position: absolute;
    background: rgb(173,154,152);
    top: 0;
    left: 0;
    height: 100%;
}header .top_plank {
    color:  #ffffff;
    background: rgb(208,193,191);
}header .top_plank .edu_learn_kAI div svg, header .top_plank .edu_learn_kAI div svg path {
    fill: #ffffff;
}header .top_plank .edu_learn_kAI div span {
    color: #ffffff;
}header .top_plank .edu_learn_kAI {
    justify-content: flex-start;
    padding: 15px 0 10px 0;
    font-size: 12px;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    display: flex;
    line-height: 21px;
}header .top_plank .edu_learn_kAI div {
    display: flex;
    margin-right: 24px;
    align-items: center;
    justify-content: flex-start;
}header .top_plank .edu_learn_kAI div img, header .top_plank .edu_learn_kAI div svg {
    width: 16px;
    margin-right: 8px;
    height: 16px;
}.secure_safehouse_ilJ {
    width: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
    height: 100%;
    padding: 30px;
    background-color: rgb(173,154,152);
    overflow: hidden;
}.secure_safehouse_ilJ h1 {
    margin-top: 30px;
    font-weight: 700;
    font-size: 46px;
    margin-bottom: 20px;
    color: rgb(208,193,191);
}.secure_safehouse_ilJ h2 {
    color: rgb(208,193,191);
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 36px;
}.secure_safehouse_ilJ h3, .secure_safehouse_ilJ h4, .secure_safehouse_ilJ h5, .secure_safehouse_ilJ h6 {
    margin-bottom: 10px;
    font-weight: 400;
    margin-top: 20px;
    color: rgb(208,193,191);
    font-size: 23px;
}.secure_safehouse_ilJ li {
    color: #ffffff;
    font-size: 17px;
    margin-bottom: 10px;
}.secure_safehouse_ilJ section {
    border-radius: 24px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    padding: 20px;
}.secure_safehouse_ilJ p, .secure_safehouse_ilJ span, .secure_safehouse_ilJ div {
    color: #ffffff;
    font-size: 17px;
    margin-bottom: 5px;
    line-height: 20px;
}

@media only screen and (max-width: 800px) {.secure_safehouse_ilJ {
    padding: 20px;
}.secure_safehouse_ilJ h1 {
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: calc(23px - 5px);
}.secure_safehouse_ilJ h2 {
    margin-bottom: 10px;
    font-size: calc(23px - 3px);
    margin-top: 20px;
}.secure_safehouse_ilJ h3, .secure_safehouse_ilJ h4, .secure_safehouse_ilJ h5, .secure_safehouse_ilJ h6 {
    margin-top: 15px;
    font-size: calc(23px - 2px);
    margin-bottom: 5px;
}.secure_safehouse_ilJ ul, .secure_safehouse_ilJ ol {
    margin: 10px 0;
    padding: 5px 0;
}.secure_safehouse_ilJ li {
    margin-bottom: 5px;
    font-size: calc(17px - 1px);
}.secure_safehouse_ilJ p, .secure_safehouse_ilJ span, .secure_safehouse_ilJ div {
    font-size: calc(17px - 1px);
    margin-bottom: 4px;
}}.cookie_dialog_banner_yYe {
    border-top: 2px solid rgb(208,193,191);
    width: 100%;
    bottom: 0;
    background: rgb(233,226,225);
    z-index: 90;
    position: fixed;
}#cookieAlertMessage_QOF {
    display: none;
}#cookieAlertMessage_QOF:checked ~ .cookie_dialog_banner_yYe {
    visibility: hidden;
    opacity: 0;
}.cookie_all_oAO {
    justify-content: space-between;
    display: flex;
    align-items: center;
    padding: 20px 0;
}.cookie_dialog_banner_yYe h5 {
    margin-bottom: 6px;
    font-size: 22px;
}.cookie_dialog_banner_yYe p {
    font-size: 18px;
}.track_cookies_5ay {
    flex-shrink: 0;
    margin-right: 10px;
}.track_cookies_5ay svg, .track_cookies_5ay svg path, .track_cookies_5ay img {
    width: 100px;
    fill: rgb(208,193,191);
    height: 100px;
}.cookie_user_zuS {
    white-space: nowrap;
    margin-left: 10px;
    color: rgb(208,193,191);
    cursor: pointer;
    border-bottom: 2px solid rgb(208,193,191);
    font-size: 24px;
    text-decoration: none;
    flex-shrink: 0;
    text-align: center;
    min-width: 120px;
    line-height: 35px;
}.cookie_dialog_banner_yYe p a {
    color: rgb(208,193,191);
    text-decoration: none;
}
@media only screen and (max-width: 1200px) {.cookie_dialog_banner_yYe {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.track_cookies_5ay {
    display: none;
}.cookie_all_oAO {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}.cookie_dialog_banner_yYe h5 {
    text-align: center;
}.cookie_dialog_banner_yYe p {
    text-align: center;
}.digital_cookies_Sd5 {
    margin-bottom: 20px;
}body .core-container_olO .cookie_user_zuS {
    margin-bottom: 10px;
    margin-left: 0;
}}
.core-container_olO .cookie_dialog_banner_yYe {
    box-shadow: rgb(173,154,152,0.5) 0px 0px 10px 10px;
    background: rgb(208,193,191);
}.core-container_olO .cookie_all_oAO {
    padding: 40px 0;
    justify-content: space-between;
}.core-container_olO .cookie_user_zuS {
    margin-left: 30px;
    padding: 10px;
    background: #ffffff;
    font-size: 20px;
    color: rgb(208,193,191);
    border: none;
}.core-container_olO .digital_cookies_Sd5 {
    color: #ffffff;
    text-align: left;
}.core-container_olO .digital_cookies_Sd5 h5 {
    font-weight: 700;
}.core-container_olO .digital_cookies_Sd5 h5, .core-container_olO .digital_cookies_Sd5 p {
    color: #ffffff;
}.core-container_olO .cookie_dialog_banner_yYe p a {
    text-decoration: underline;
    color: rgb(173,154,152);
}.title_board_uCb {
    overflow: hidden;
    align-items: center;
    padding: 6rem 2rem;
    position: relative;
    display: flex;
    min-height: 100vh;
    box-sizing: border-box;
    justify-content: center;
}.title_board_uCb::before {
    background: radial-gradient(
    circle at 30% 70%,
    rgb(208,193,191,0.5),
    rgba(0, 0, 0, 0.5) 70%,
    #000000 100%
  );
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
    content: "";
}.title_board_uCb::after {
    opacity: 0.4;
    animation: constellationMovement 120s linear infinite;
    content: "";
    height: 100%;
    position: absolute;
    background-image: 
    radial-gradient(circle at 10% 20%, rgb(173,154,152,0.5) 1px, transparent 12px),
    radial-gradient(circle at 85% 40%, rgb(173,154,152,0.5) 1px, transparent 8px),
    radial-gradient(circle at 20% 80%, rgb(173,154,152,0.5) 1px, transparent 10px),
    radial-gradient(circle at 70% 90%, rgb(173,154,152,0.5) 1px, transparent 6px),
    radial-gradient(circle at 40% 30%, rgb(173,154,152,0.5) 1px, transparent 14px);
    top: 0;
    background-size: 400px 400px;
    width: 100%;
    z-index: 2;
    left: 0;
}.title_board_uCb > div {
    flex-direction: column;
    width: 100%;
    transform: perspective(1000px) rotateX(2deg);
    z-index: 3;
    display: flex;
    max-width: 1200px;
    align-items: center;
    position: relative;
}.title_board_uCb > div > div:first-child {
    width: 100%;
    animation: slideInTitle 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.2s;
    position: relative;
    opacity: 0;
    transform: translateY(-20px);
    text-align: center;
    margin-bottom: 3rem;
}.title_board_uCb .title_style_header {
    color: #ffffff;
    padding: 0;
    margin: 0;
    display: inline-block;
    font-size: clamp(2.5rem, 5vw, 48px);
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.2), 0 0 40px rgb(208,193,191,0.5);
    position: relative;
    font-weight: 700;
    letter-spacing: -0.02em;
}.title_board_uCb .title_style_header::after {
    content: "";
    position: absolute;
    transform: translateX(-50%);
    border-radius: 10px;
    bottom: -15px;
    left: 50%;
    height: 3px;
    width: 60%;
    background: linear-gradient(90deg, transparent, rgb(173,154,152), transparent);
}.title_board_uCb .course_hero_CXe {
    width: 100%;
    transform: translateY(30px);
    backdrop-filter: blur(12px);
    max-width: 900px;
    background: linear-gradient(135deg, 
    rgba(#000000, 0.6) 0%, 
    rgba(#000000, 0.3) 100%);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3), 
               0 0 0 1px rgba(255, 255, 255, 0.05);
    animation: slideUpBox 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.6s;
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 3rem;
    position: relative;
    opacity: 0;
}.title_board_uCb .study_classes_QPu {
    margin-bottom: 2rem;
    position: relative;
}.title_board_uCb .study_classes_QPu::before {
    height: 60px;
    content: "";
    opacity: 0.7;
    border-left: 2px solid rgb(173,154,152);
    top: -20px;
    left: -20px;
    width: 60px;
    position: absolute;
    border-top: 2px solid rgb(173,154,152);
}.title_board_uCb .study_classes_QPu::after {
    content: "";
    height: 60px;
    border-right: 2px solid rgb(173,154,152);
    bottom: -10px;
    width: 60px;
    position: absolute;
    border-bottom: 2px solid rgb(173,154,152);
    opacity: 0.7;
    right: -20px;
}.title_board_uCb h3 {
    color: #ffffff;
    font-weight: 400;
    line-height: 1.4;
    font-size: clamp(1.3rem, 3vw, 1.8rem);
    margin: 0 0 1rem 0;
    position: relative;
}.title_board_uCb p {
    display: inline-block;
    font-weight: 300;
    line-height: 1.6;
    margin: 0;
    font-size: clamp(1rem, 2vw, 16px);
    letter-spacing: 0.02em;
    position: relative;
    color: #ffffff;
}.title_board_uCb p::after {
    transform-origin: left;
    content: "";
    width: 100%;
    background: linear-gradient(90deg, transparent, rgb(208,193,191), transparent);
    animation: lineExpand 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards 1.8s;
    height: 1px;
    transform: scaleX(0);
    left: 0;
    bottom: -10px;
    position: absolute;
}.title_board_uCb span {
    position: relative;
    display: inline-block;
    transform: translateY(20px);
    animation: slideUpText 1s cubic-bezier(0.25, 1, 0.5, 1) forwards 1.4s;
    opacity: 0;
}@keyframes slideInTitle {
  0% {
    transform: translateY(-20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

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

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

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

@keyframes constellationMovement {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 400px 400px;
  }
}


.title_board_uCb:hover::before {
    animation: pulseGradient 8s ease-in-out infinite alternate;
}

@keyframes pulseGradient {
  0% {
    opacity: 0.85;
  }
  50% {
    opacity: 0.75;
  }
  100% {
    opacity: 0.9;
  }
}


@media (max-width: 992px) {.title_board_uCb {
    padding: 5rem 1.5rem;
}.title_board_uCb > div {
    transform: perspective(1000px) rotateX(1deg);
}.title_board_uCb .course_hero_CXe {
    padding: 2.5rem;
}
}

@media (max-width: 768px) {.title_board_uCb {
    padding: 4rem 1.25rem;
}.title_board_uCb > div {
    transform: none;
}.title_board_uCb .course_hero_CXe {
    padding: 2rem;
}.title_board_uCb .study_classes_QPu::before,
  .title_board_uCb .study_classes_QPu::after {
    height: 40px;
    width: 40px;
}
}

@media (max-width: 576px) {.title_board_uCb {
    padding: 3rem 1rem;
}.title_board_uCb .course_hero_CXe {
    padding: 1.5rem;
}.title_board_uCb .title_style_header::after {
    width: 80%;
}.title_board_uCb .study_classes_QPu::before,
  .title_board_uCb .study_classes_QPu::after {
    height: 30px;
    width: 30px;
}}.gratBox_UFn {
    isolation: isolate;
    overflow: hidden;
    position: relative;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(233,226,225) 0%, rgba(rgb(208,193,191,0.5), 0.1) 100%);
}.gratBox_UFn::before {
    width: 45%;
    transform: rotate(-15deg) translateZ(0);
    background: linear-gradient(225deg, rgb(208,193,191) 0%, transparent 70%);
    content: "";
    right: -5%;
    position: absolute;
    opacity: 0.15;
    height: 45%;
    top: -5%;
    filter: blur(20px);
    z-index: -1;
    animation: float 15s ease-in-out infinite alternate;
}.gratBox_UFn::after {
    transform: rotate(15deg) translateZ(0);
    background: linear-gradient(45deg, rgb(173,154,152) 0%, transparent 70%);
    animation: float 18s ease-in-out infinite alternate-reverse;
    position: absolute;
    bottom: -5%;
    opacity: 0.15;
    content: "";
    z-index: -1;
    left: -5%;
    filter: blur(20px);
    width: 35%;
    height: 35%;
}.gratBox_UFn .container {
    position: relative;
    max-width: 1200px;
    padding: 0 1.5rem;
    margin: 0 auto;
    z-index: 1;
}.gratBox_UFn .promise_block_JPG {
    gap: 2.5rem;
    grid-template-columns: 1fr;
    display: grid;
    background: linear-gradient(145deg, rgba(rgb(255, 255, 255, 0.5), 0.95) 0%, rgba(rgb(255, 255, 255, 0.5), 0.85) 100%);
    padding: clamp(2rem, 5vw, 4rem);
    position: relative;
    clip-path: polygon(
        0 0,
        100% 0,
        100% calc(100% - 2rem),
        calc(100% - 2rem) 100%,
        0 100%
    );
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateX(2deg) translateZ(0);
    box-shadow: 0 25px 50px -12px rgba(rgba(0, 0, 0, 0.5), 0.1),
                0 -5px 30px -10px rgba(rgb(208,193,191,0.5), 0.05);
    backdrop-filter: blur(10px);
}.gratBox_UFn .promise_block_JPG:hover {
    box-shadow: 0 30px 60px -15px rgba(rgba(0, 0, 0, 0.5), 0.15),
                0 -10px 40px -10px rgba(rgb(208,193,191,0.5), 0.1);
    transform: perspective(1000px) rotateX(0deg) translateZ(0) translateY(-5px);
}.gratBox_UFn .promise_block_JPG > div:first-child {
    position: relative;
    padding-bottom: 1.5rem;
}.gratBox_UFn .promise_block_JPG > div:first-child::after {
    left: 0;
    height: 3px;
    position: absolute;
    bottom: 0;
    background: linear-gradient(90deg, rgb(208,193,191) 0%, transparent 100%);
    transform: scaleX(0);
    width: 80%;
    animation: expandLine 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.2s;
    content: "";
    transform-origin: left center;
}.gratBox_UFn h5 {
    opacity: 0;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: -0.01em;
    transform: translateY(20px);
    margin: 0;
    color: #000000;
    font-size: clamp(calc(21px * 0.8), 4vw, 21px);
    animation: fadeUpIn 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}.gratBox_UFn .promise_block_JPG > div:last-child {
    animation: fadeUpIn 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.3s;
    position: relative;
    opacity: 0;
}.gratBox_UFn .promise_block_JPG > div:last-child::before {
    right: -40px;
    opacity: 0.2;
    background: linear-gradient(135deg, rgb(173,154,152) 0%, transparent 80%);
    height: 80px;
    z-index: -1;
    content: "";
    position: absolute;
    border-radius: 50%;
    transform: translateZ(0);
    top: -10px;
    animation: pulse 6s ease-in-out infinite alternate;
    width: 80px;
}.gratBox_UFn p {
    font-size: clamp(calc(13px * 0.95), 3vw, 13px);
    line-height: 1.7;
    margin: 0;
    transition: color 0.3s ease;
    color: #000000;
    font-family: Arial, sans-serif;
}.gratBox_UFn a {
    position: relative;
    text-decoration: none;
    display: block;
    overflow: hidden;
    padding: 0.5rem 0;
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}.gratBox_UFn a:hover {
    transform: translateX(5px);
}.gratBox_UFn a:hover p {
    color: rgb(208,193,191);
}.gratBox_UFn a::after {
    opacity: 0.5;
    height: 1px;
    width: 100%;
    background: linear-gradient(90deg, rgb(173,154,152) 0%, transparent 100%);
    transform-origin: left center;
    content: "";
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scaleX(0.3);
    bottom: 0;
    left: 0;
}.gratBox_UFn a:hover::after {
    opacity: 1;
    transform: scaleX(1);
}

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

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

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

@keyframes pulse {
    0%, 100% {
        transform: scale(1) translateZ(0);
        opacity: 0.2;
    }
    50% {
        transform: scale(1.2) translateZ(0);
        opacity: 0.3;
    }
}

@media (min-width: 768px) {.gratBox_UFn {
    padding: 7rem 0;
}.gratBox_UFn .promise_block_JPG {
    align-items: center;
    grid-template-columns: 1fr 1fr;
    padding: clamp(3rem, 6vw, 5rem);
    gap: 4rem;
}.gratBox_UFn .promise_block_JPG > div:first-child {
    padding-bottom: 0;
    padding-right: 2rem;
}.gratBox_UFn .promise_block_JPG > div:first-child::after {
    background: linear-gradient(180deg, rgb(208,193,191) 0%, transparent 100%);
    right: 0;
    top: 15%;
    width: 3px;
    transform-origin: top center;
    height: 70%;
    left: auto;
    transform: scaleY(0);
    bottom: auto;
    animation: expandVertLine 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.2s;
}.gratBox_UFn h5 {
    text-align: left;
}
}

@media (min-width: 992px) {.gratBox_UFn .promise_block_JPG {
    gap: 6rem;
}.gratBox_UFn h5 {
    font-size: 21px;
}.gratBox_UFn p {
    font-size: 13px;
}
}

@keyframes expandVertLine {
    0% {
        transform: scaleY(0);
    }
    100% {
        transform: scaleY(1);
    }
}

@media (max-width: 480px) {.gratBox_UFn {
    padding: 4rem 0;
}.gratBox_UFn .promise_block_JPG {
    clip-path: polygon(
            0 0,
            100% 0,
            100% calc(100% - 1rem),
            calc(100% - 1rem) 100%,
            0 100%
        );
    padding: 2rem 1.5rem;
}.gratBox_UFn h5 {
    font-size: calc(21px * 0.75);
}.gratBox_UFn p {
    font-size: calc(13px * 0.9);
}
}

@media (prefers-reduced-motion: reduce) {.gratBox_UFn::before,
    .gratBox_UFn::after,
    .gratBox_UFn .promise_block_JPG,
    .gratBox_UFn .promise_block_JPG > div:first-child::after,
    .gratBox_UFn h5,
    .gratBox_UFn .promise_block_JPG > div:last-child,
    .gratBox_UFn .promise_block_JPG > div:last-child::before,
    .gratBox_UFn a,
    .gratBox_UFn a::after {
    animation: none;
    transition: opacity 0.3s ease;
}.gratBox_UFn .promise_block_JPG > div:first-child::after,
    .gratBox_UFn a::after {
    transform: none;
}}.tariff_row_pyh {
    overflow: hidden;
    padding: 100px 0;
    position: relative;
}.tariff_row_pyh::before {
    z-index: 1;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.7));
    position: absolute;
    left: 0;
    width: 100%;
    content: "";
    top: 0;
    height: 100%;
}.tariff_row_pyh .container {
    padding: 0 20px;
    position: relative;
    max-width: 1320px;
    z-index: 2;
    margin: 0 auto;
}.tariff_row_pyh .training_sub_L92 {
    position: relative;
}.tariff_row_pyh h2 {
    animation: fadeInUp 0.8s ease-out forwards;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
    color: #ffffff;
    transform: translateY(0);
    font-size: 36px;
    font-weight: 700;
}.tariff_row_pyh .learn_rates_zv6 {
    margin: 0 auto 50px;
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    line-height: 1.6;
    position: relative;
    transform: translateY(20px);
    max-width: 800px;
    font-size: 16px;
    opacity: 0;
    text-align: center;
    color: rgb(255, 255, 255, 0.5);
}.tariff_row_pyh .promo_cost_Awp {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
}.tariff_row_pyh .promo_cost_Awp li {
    perspective: 1000px;
    transform-style: preserve-3d;
    transition: transform 0.4s ease;
}.tariff_row_pyh .pricing_rates_OSW {
    display: block;
    transform: translateZ(0);
    text-decoration: none;
    height: 100%;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    will-change: transform;
}.tariff_row_pyh .cost_card_cY4 {
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.1), 
        rgba(255, 255, 255, 0.03));
    backdrop-filter: blur(10px);
    height: 100%;
    justify-content: space-between;
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    display: flex;
    position: relative;
    flex-direction: column;
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    padding: 30px;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    min-height: 420px;
}.tariff_row_pyh .cost_card_cY4::before {
    width: 100%;
    transform: scaleX(0);
    content: "";
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    position: absolute;
    top: 0;
    background: linear-gradient(90deg, 
        rgb(208,193,191), 
        rgb(173,154,152));
    height: 5px;
    transform-origin: left;
    left: 0;
}.tariff_row_pyh .study_cost_iLB {
    display: flex;
    height: 100%;
    z-index: 1;
    color: #ffffff;
    position: relative;
    flex-direction: column;
}.tariff_row_pyh .study_cost_iLB h4 {
    margin-bottom: 20px;
    color: #ffffff;
    font-size: calc(21px * 1.1);
    padding-bottom: 15px;
    transition: color 0.3s ease;
    font-weight: 700;
    position: relative;
}.tariff_row_pyh .study_cost_iLB h4::after {
    width: 50px;
    transition: width 0.4s ease;
    position: absolute;
    content: "";
    background-color: rgb(208,193,191);
    height: 2px;
    bottom: 0;
    left: 0;
}.tariff_row_pyh .study_cost_iLB p {
    word-break: break-word;
    scrollbar-color: rgb(208,193,191) rgba(255, 255, 255, 0.1);
    margin-bottom: 30px;
    flex-grow: 1;
    overflow-y: auto;
    scrollbar-width: thin;
    overflow-wrap: break-word;
    font-size: 16px;
    line-height: 1.6;
    max-height: 200px;
    color: rgba(255, 255, 255, 0.85);
}.tariff_row_pyh .study_cost_iLB p::-webkit-scrollbar {
    width: 4px;
}.tariff_row_pyh .study_cost_iLB p::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
}.tariff_row_pyh .study_cost_iLB p::-webkit-scrollbar-thumb {
    background-color: rgb(208,193,191);
}.tariff_row_pyh .payment_pricing_Qnt {
    align-self: flex-start;
    font-size: calc(21px * 1.3);
    background-clip: text !important;
    background: linear-gradient(135deg, rgb(208,193,191), rgb(173,154,152));
    font-weight: 700;
    color: transparent;
    margin-top: auto;
    -webkit-background-clip: text !important;
    position: relative;
    padding: 10px 0;
    color: #ffffff;
    display: inline-block;
}.tariff_row_pyh .payment_pricing_Qnt::before {
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, 
        rgb(208,193,191), 
        transparent);
    bottom: 0;
    position: absolute;
    content: "";
    height: 1px;
}.tariff_row_pyh .promo_cost_Awp li:hover {
    transform: translateY(-5px);
}.tariff_row_pyh .promo_cost_Awp li:hover .cost_card_cY4 {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}.tariff_row_pyh .promo_cost_Awp li:hover .cost_card_cY4::before {
    transform: scaleX(1);
}.tariff_row_pyh .promo_cost_Awp li:hover .study_cost_iLB h4::after {
    width: 80px;
}.tariff_row_pyh .promo_cost_Awp li:nth-child(1) {
    animation: fadeInUp 0.8s ease-out 0.3s both;
}.tariff_row_pyh .promo_cost_Awp li:nth-child(2) {
    animation: fadeInUp 0.8s ease-out 0.4s both;
}.tariff_row_pyh .promo_cost_Awp li:nth-child(3) {
    animation: fadeInUp 0.8s ease-out 0.5s both;
}.tariff_row_pyh .promo_cost_Awp li:nth-child(4) {
    animation: fadeInUp 0.8s ease-out 0.6s both;
}

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

@media (max-width: 1200px) {.tariff_row_pyh {
    padding: 80px 0;
}.tariff_row_pyh .promo_cost_Awp {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
}.tariff_row_pyh .cost_card_cY4 {
    padding: 25px;
    min-height: 400px;
}
}

@media (max-width: 992px) {.tariff_row_pyh {
    padding: 70px 0;
}.tariff_row_pyh h2 {
    font-size: calc(36px * 0.9);
}.tariff_row_pyh .learn_rates_zv6 {
    margin-bottom: 40px;
    font-size: calc(16px * 0.95);
}.tariff_row_pyh .promo_cost_Awp {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
}.tariff_row_pyh .cost_card_cY4 {
    min-height: 380px;
    padding: 20px;
}.tariff_row_pyh .study_cost_iLB h4 {
    font-size: 21px;
}.tariff_row_pyh .payment_pricing_Qnt {
    font-size: calc(21px * 1.2);
}
}

@media (max-width: 768px) {.tariff_row_pyh {
    padding: 60px 0;
}.tariff_row_pyh h2 {
    margin-bottom: 15px;
    font-size: calc(36px * 0.85);
}.tariff_row_pyh .learn_rates_zv6 {
    font-size: calc(16px * 0.9);
    margin-bottom: 30px;
}.tariff_row_pyh .promo_cost_Awp {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 450px;
}.tariff_row_pyh .cost_card_cY4 {
    min-height: auto;
}.tariff_row_pyh .study_cost_iLB p {
    max-height: 150px;
}
}

@media (max-width: 576px) {.tariff_row_pyh {
    padding: 50px 0;
}.tariff_row_pyh h2 {
    font-size: calc(36px * 0.8);
}.tariff_row_pyh .learn_rates_zv6 {
    font-size: calc(16px * 0.85);
}.tariff_row_pyh .cost_card_cY4 {
    padding: 20px 15px;
}.tariff_row_pyh .study_cost_iLB h4 {
    font-size: calc(21px * 0.95);
    padding-bottom: 10px;
    margin-bottom: 15px;
}.tariff_row_pyh .study_cost_iLB p {
    font-size: calc(16px * 0.9);
    margin-bottom: 20px;
}.tariff_row_pyh .payment_pricing_Qnt {
    font-size: calc(21px * 1.1);
}}header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 0;
    z-index: 100;
    background: rgb(233,226,225);
    margin-top: 0;
    position: relative;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}header::before {
    width: 100%;
    background: linear-gradient(90deg, 
        transparent 0%,
        rgba(rgb(208,193,191), 0.03) 25%, 
        rgba(rgb(208,193,191), 0.05) 50%,
        rgba(rgb(208,193,191), 0.03) 75%,
        transparent 100%
    );
    top: 0;
    position: absolute;
    content: '';
    height: 100%;
    pointer-events: none;
    left: 0;
}header .header_lesson_biz {
    z-index: 2;
    justify-content: space-between;
    padding: 1.2rem 2rem;
    align-items: center;
    display: flex;
    position: relative;
}header .head_teach_YgN {
    flex: 0 0 auto;
    margin-right: 2rem;
    position: relative;
    max-width: 180px;
}header .head_train_pRV {
    display: block;
    position: relative;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}header .head_train_pRV:hover {
    transform: translateY(-3px);
}header .head_train_pRV img {
    height: auto;
    max-width: 100%;
    filter: brightness(1.03);
    display: block;
}header .head_train_pRV::before {
    background: rgb(208,193,191);
    border-radius: 10px;
    content: '';
    bottom: -15px;
    transition: all 0.3s ease;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0;
    transform: scaleX(0.7);
    height: 10px;
}header .head_train_pRV:hover::before {
    transform: scaleX(1);
    opacity: 0.7;
}header .head_sitebar_ATl {
    position: relative;
    list-style: none;
    flex-wrap: nowrap;
    display: flex;
    padding: 0;
    margin: 0;
}header .head_sitebar_ATl::after {
    position: absolute;
    bottom: -15px;
    left: 0;
    content: '';
    height: 1px;
    width: 100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(208,193,191,0.5), 
        transparent
    );
}header .main_base_fGm {
    margin: 0;
    position: relative;
}header .main_base_fGm a {
    display: block;
    color: #000000;
    overflow: hidden;
    text-decoration: none;
    font-weight: 600;
    position: relative;
    font-size: 13px;
    transition: all 0.3s ease;
    padding: 1rem 1.2rem;
}header .main_base_fGm a::before {
    bottom: 0;
    position: absolute;
    left: 0;
    transform: translateX(-100%);
    height: 3px;
    transition: transform 0.3s ease;
    width: 100%;
    background: rgb(208,193,191);
    content: '';
}header .main_base_fGm a:hover {
    color: rgb(208,193,191);
}header .main_base_fGm a:hover::before {
    transform: translateX(0);
}header .main_base_fGm a::after {
    pointer-events: none;
    top: 0;
    left: 0;
    border-radius: 10px;
    height: 100%;
    z-index: -1;
    opacity: 0;
    content: '';
    width: 100%;
    transition: all 0.3s ease;
    position: absolute;
    transform: scale(0.8);
    background: rgb(208,193,191,0.5);
}header .main_base_fGm a:hover::after {
    opacity: 0.15;
    transform: scale(1);
}header .header_lesson_biz::before {
    right: 0;
    background: linear-gradient(-90deg, rgb(233,226,225), transparent);
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    width: 30%;
    height: 100%;
}header .header_lesson_biz::after {
    position: absolute;
    content: '';
    background: linear-gradient(90deg, rgb(233,226,225), transparent);
    left: 0;
    top: 0;
    height: 100%;
    width: 30%;
    z-index: -1;
}header .header_page_Jey {
    position: relative;
    z-index: 1;
    padding-top: 2rem;
    background: #ffffff;
}

@media (min-width: 1400px) {header .header_lesson_biz {
    max-width: 1300px;
    margin: 0 auto;
}header .main_base_fGm a {
    padding: 1rem 1.5rem;
}
}

@media (max-width: 991px) {header .header_lesson_biz {
    justify-content: space-between;
    padding: 1rem;
    flex-direction: row;
    flex-wrap: wrap;
}header .head_teach_YgN {
    margin-right: 0;
    margin-bottom: 0;
}header .head_sitebar_ATl {
    justify-content: flex-end;
    margin-top: 0;
    padding-top: 1rem;
    flex-wrap: wrap;
    flex-basis: 100%;
}header .main_base_fGm {
    margin-bottom: 0.5rem;
}header .main_base_fGm a {
    padding: 0.7rem 1rem;
    font-size: calc(13px - 1px);
}
}

@media (max-width: 767px) {header {
    margin-top: 0;
}header .header_lesson_biz {
    padding: 1rem 1.5rem;
}header .head_teach_YgN {
    max-width: 150px;
    flex: 0 0 auto;
}header .head_sitebar_ATl {
    -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap;
    padding: 0.5rem 0;
    padding-bottom: 0.5rem;
    scrollbar-width: thin;
    margin-top: 0.5rem;
    overflow-x: auto;
    justify-content: flex-start;
}header .head_sitebar_ATl::-webkit-scrollbar {
    height: 3px;
}header .head_sitebar_ATl::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(208,193,191,0.5);
}header .main_base_fGm {
    flex: 0 0 auto;
}header .main_base_fGm a {
    font-size: calc(13px - 2px);
    padding: 0.6rem 0.8rem;
    white-space: nowrap;
}header .head_sitebar_ATl::after {
    bottom: 0;
}header .head_train_pRV::before {
    display: none;
}}.program_overview_7bI {
    overflow: hidden;
    padding: 90px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(233,226,225) 0%, rgba(240, 240, 245, 0.9) 100%);
}.program_overview_7bI::before {
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 30% 0);
    right: 0;
    background: linear-gradient(225deg, rgb(208,193,191,0.5) 0%, transparent 80%);
    height: 100%;
    top: 0;
    z-index: 1;
    width: 45%;
    position: absolute;
    content: "";
}.program_overview_7bI::after {
    bottom: 0;
    z-index: 2;
    position: absolute;
    background: linear-gradient(90deg, rgb(208,193,191) 0%, rgb(173,154,152) 50%, rgb(208,193,191) 100%);
    left: 0;
    content: "";
    width: 100%;
    height: 8px;
}.program_overview_7bI .container {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 3;
    padding: 0 20px;
    position: relative;
}.program_overview_7bI .career_challenge_9xU {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
}.program_overview_7bI .img_card_wrap_Psu {
    transform: perspective(1000px) rotateY(-2deg);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    position: relative;
    height: 380px;
}.program_overview_7bI .img_card_wrap_Psu::before {
    left: 0;
    z-index: 1;
    top: 0;
    background: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.4));
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
}.program_overview_7bI .img_card_wrap_Psu::after {
    top: -10px;
    position: absolute;
    width: 80px;
    border-top: 4px solid rgb(173,154,152);
    z-index: 2;
    border-right: 4px solid rgb(173,154,152);
    height: 80px;
    right: -10px;
    content: "";
}.program_overview_7bI .img_card_wrap_Psu:hover {
    transform: perspective(1000px) rotateY(0);
}.program_overview_7bI .caption_box_S4d {
    position: relative;
    background: rgba(255, 255, 255, 0.9);
    transform: translateY(0);
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    transition: transform 0.5s ease;
    backdrop-filter: blur(10px);
}.program_overview_7bI .caption_box_S4d:hover {
    transform: translateY(-5px);
}.program_overview_7bI .caption_box_S4d::before {
    height: 100%;
    background: linear-gradient(to bottom, rgb(208,193,191), rgb(173,154,152));
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 4px;
}.program_overview_7bI h3 {
    line-height: 1.4;
    padding-bottom: 15px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 25px;
    position: relative;
    font-size: calc(24px * 1.1);
}.program_overview_7bI h3::after {
    width: 80px;
    content: "";
    left: 0;
    height: 3px;
    background: rgb(208,193,191);
    position: absolute;
    bottom: 0;
}.program_overview_7bI .description {
    line-height: 1.8;
    overflow-y: auto;
    margin-bottom: 20px;
    max-height: 250px;
    font-size: 14px;
    padding-right: 15px;
    color: #000000;
}.program_overview_7bI .description::-webkit-scrollbar {
    width: 4px;
}.program_overview_7bI .description::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
}.program_overview_7bI .description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(208,193,191,0.5);
}.program_overview_7bI span.description {
    display: none;
}

@media (min-width: 768px) {.program_overview_7bI {
    padding: 120px 0;
}.program_overview_7bI .career_challenge_9xU {
    grid-template-columns: 1fr 1fr;
    align-items: center;
}.program_overview_7bI .img_card_wrap_Psu {
    height: 450px;
    clip-path: polygon(0 0, 100% 5%, 95% 95%, 0 100%);
}.program_overview_7bI .caption_box_S4d {
    z-index: 4;
    transform: translateX(-50px);
}.program_overview_7bI .caption_box_S4d:hover {
    transform: translateX(-60px) translateY(0);
}.program_overview_7bI h3 {
    font-size: 37px;
}.program_overview_7bI .description {
    max-height: 350px;
}
}

@media (min-width: 992px) {.program_overview_7bI .career_challenge_9xU {
    gap: 60px;
}.program_overview_7bI .img_card_wrap_Psu {
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.3);
    height: 500px;
}.program_overview_7bI .caption_box_S4d {
    transform: translateX(-80px);
    padding: 50px;
}.program_overview_7bI .caption_box_S4d:hover {
    transform: translateX(-90px) translateY(0);
}.program_overview_7bI h3 {
    margin-bottom: 30px;
}.program_overview_7bI .description {
    line-height: 1.9;
    font-size: calc(14px * 1.05);
    max-height: 400px;
}
}

@media (max-width: 767px) {.program_overview_7bI {
    padding: 60px 0;
}.program_overview_7bI::before {
    clip-path: polygon(100% 0, 100% 30%, 0 100%, 0 70%);
    opacity: 0.3;
    width: 100%;
}.program_overview_7bI .img_card_wrap_Psu {
    height: 280px;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}.program_overview_7bI .caption_box_S4d {
    padding: 25px 20px;
    margin-top: -30px;
}.program_overview_7bI h3 {
    padding-bottom: 12px;
    margin-bottom: 20px;
    font-size: calc(24px * 1.05);
}.program_overview_7bI .description {
    max-height: 200px;
    font-size: calc(14px * 0.95);
    line-height: 1.7;
}}.contact_fZM {
    padding: 80px 0;
    position: relative;
}.contact_fZM::before {
    left: 0;
    right: 0;
    position: absolute;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.6);
    content: "";
    top: 0;
    bottom: 0;
}.contact_fZM .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
}.contact_fZM .support_section_Q3B {
    display: grid;
    position: relative;
    grid-template-columns: 45% 55%;
    background: #ffffff;
    border-radius: 0;
    overflow: hidden;
}.contact_fZM .support_section_Q3B::before {
    position: absolute;
    width: 300px;
    border-radius: 50%;
    background: rgb(208,193,191,0.5);
    top: -150px;
    z-index: 0;
    height: 300px;
    content: "";
    left: -150px;
}.contact_fZM .support_section_Q3B::after {
    content: "";
    z-index: 0;
    border-radius: 50%;
    height: 300px;
    right: -150px;
    width: 300px;
    position: absolute;
    background: rgb(173,154,152,0.5);
    bottom: -150px;
}.contact_fZM .inquiry_section_ZzG {
    padding: 50px;
    position: relative;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    z-index: 1;
}.contact_fZM .inquiry_section_ZzG h3 {
    color: rgb(208,193,191);
    position: relative;
    font-weight: 700;
    font-size: 31px;
    margin-bottom: 40px;
}.contact_fZM .inquiry_section_ZzG h3::after {
    height: 4px;
    content: "";
    bottom: -15px;
    background-color: rgb(173,154,152);
    width: 60px;
    position: absolute;
    left: 0;
}.contact_fZM .inquiry_section_ZzG div {
    padding-bottom: 15px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
    align-items: center;
    margin-bottom: 30px;
    display: flex;
}.contact_fZM .inquiry_section_ZzG div:last-of-type {
    border-bottom: none;
}.contact_fZM .inquiry_section_ZzG div svg {
    width: 24px;
    margin-right: 15px;
    flex-shrink: 0;
    height: 24px;
}.contact_fZM .inquiry_section_ZzG div svg path {
    transition: fill 0.3s ease;
    fill: rgb(208,193,191);
}.contact_fZM .inquiry_section_ZzG div:hover svg path {
    fill: rgb(173,154,152);
}.contact_fZM .inquiry_section_ZzG div span {
    font-size: 16px;
    color: #000000;
}.contact_fZM .inquiry_section_ZzG div span a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: #000000;
}.contact_fZM .inquiry_section_ZzG div span a:hover {
    color: rgb(208,193,191);
}.contact_fZM .inquiry_request_572 {
    position: relative;
    background-color: #ffffff;
    z-index: 1;
    padding: 50px;
}.contact_fZM .inquiry_request_572 h3 {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
}.contact_fZM form {
    flex-direction: column;
    display: flex;
}.contact_fZM form input[type="text"],
.contact_fZM form input[type="email"] {
    border-radius: 10px;
    height: 55px;
    transition: all 0.3s ease;
    padding: 0 20px;
    margin-bottom: 20px;
    border: none;
    color: #000000;
    font-size: 16px;
    background-color: rgb(233,226,225);
}.contact_fZM form input[type="text"]:focus,
.contact_fZM form input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgb(208,193,191,0.5);
}.contact_fZM form input::placeholder {
    color: rgba(0, 0, 0, 0.4);
}.contact_fZM .help_section_at2 {
    position: relative;
    margin-bottom: 25px;
}.contact_fZM .help_section_at2 input[type="checkbox"] {
    width: 0;
    height: 0;
    position: absolute;
    cursor: pointer;
    opacity: 0;
}.contact_fZM .help_section_at2 label {
    font-size: 12px;
    color: #000000;
    cursor: pointer;
    position: relative;
    padding-left: 35px;
    line-height: 1.6;
    display: block;
}.contact_fZM .help_section_at2 label::before {
    transition: all 0.3s ease;
    content: "";
    background-color: rgb(233,226,225);
    height: 20px;
    border-radius: 10px;
    width: 20px;
    position: absolute;
    top: 2px;
    left: 0;
}.contact_fZM .help_section_at2 input[type="checkbox"]:checked + label::before {
    background-color: rgb(208,193,191);
}.contact_fZM .help_section_at2 input[type="checkbox"]:checked + label::after {
    transform: rotate(45deg);
    content: "";
    width: 6px;
    top: 3px;
    border: solid #ffffff;
    height: 12px;
    left: 7px;
    position: absolute;
    border-width: 0 2px 2px 0;
}.contact_fZM .help_section_at2 label a {
    color: rgb(208,193,191);
    transition: all 0.3s ease;
    text-decoration: none;
}.contact_fZM .help_section_at2 label a:hover {
    text-decoration: underline;
    color: rgb(173,154,152);
}.contact_fZM form .connect_message_Kyb {
    border: none;
    font-weight: 600;
    display: inline-block;
    background-color: rgb(208,193,191);
    align-self: flex-start;
    cursor: pointer;
    font-size: 20px;
    transition: all 0.3s ease;
    border-radius: 10px;
    color: #ffffff;
    padding: 16px 30px;
}.contact_fZM form .connect_message_Kyb:hover {
    background-color: rgb(173,154,152);
}@keyframes borderPulse {
    0% {
        border-color: rgba(0, 0, 0, 0.1);
    }
    50% {
        border-color: rgb(208,193,191,0.5);
    }
    100% {
        border-color: rgba(0, 0, 0, 0.1);
    }
}

.contact_fZM .inquiry_section_ZzG div {
    animation-delay: calc(var(--n) * 0.5s);
    animation: borderPulse 3s infinite;
}.contact_fZM .inquiry_section_ZzG div:nth-child(2) {
    --n: 0;
}.contact_fZM .inquiry_section_ZzG div:nth-child(3) {
    --n: 1;
}.contact_fZM .inquiry_section_ZzG div:nth-child(4) {
    --n: 2;
}.contact_fZM .inquiry_section_ZzG div:nth-child(5) {
    --n: 3;
}

@media screen and (max-width: 992px) {.contact_fZM .container {
    width: 90%;
}.contact_fZM .support_section_Q3B {
    grid-template-columns: 1fr;
}.contact_fZM .inquiry_section_ZzG {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-right: none;
}
}

@media screen and (max-width: 576px) {.contact_fZM {
    padding: 60px 0;
}.contact_fZM .inquiry_section_ZzG,
    .contact_fZM .inquiry_request_572 {
    padding: 30px 20px;
}.contact_fZM .inquiry_section_ZzG h3 {
    font-size: calc(31px * 0.8);
}.contact_fZM form input[type="text"],
    .contact_fZM form input[type="email"] {
    height: 50px;
}.contact_fZM form .connect_message_Kyb {
    padding: 14px 20px;
    width: 100%;
}}.testimonials_zO6 {
    padding: 140px 0 160px;
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at 70% 30%, rgb(173,154,152,0.5) 0%, rgb(233,226,225) 70%);
}.testimonials_zO6::before {
    top: 50%;
    opacity: 0.1;
    width: 150vw;
    transform: translate(-50%, -50%);
    position: absolute;
    border-radius: 50%;
    background: conic-gradient(
        from 0deg, 
        transparent 0deg,
        rgb(208,193,191,0.5) 10deg,
        transparent 20deg,
        transparent 70deg,
        rgb(173,154,152,0.5) 80deg,
        transparent 90deg,
        transparent 180deg,
        rgb(208,193,191,0.5) 190deg,
        transparent 200deg,
        transparent 250deg,
        rgb(173,154,152,0.5) 260deg,
        transparent 270deg,
        transparent 360deg
    );
    height: 150vw;
    content: "";
    left: 50%;
    animation: rotateBackground 60s linear infinite;
}@keyframes rotateBackground {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}

.testimonials_zO6 .promise_block_JPG {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 0 20px;
    max-width: 1200px;
}.testimonials_zO6 h4 {
    margin-bottom: 100px;
    color: #000000;
    font-family: Arial, sans-serif;
    text-align: center;
    position: relative;
    font-weight: 700;
    font-size: 33px;
}.testimonials_zO6 h4::before,
.testimonials_zO6 h4::after {
    position: absolute;
    height: 3px;
    content: "";
    background: rgb(208,193,191);
    bottom: -20px;
}.testimonials_zO6 h4::before {
    left: calc(50% - 100px);
    width: 80px;
}.testimonials_zO6 h4::after {
    width: 80px;
    right: calc(50% - 100px);
}.testimonials_zO6 .rating_reviews_Ec4 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    position: relative;
    max-width: 1100px;
    gap: 40px;
    margin: 0 auto;
}.testimonials_zO6 .rating_reviews_Ec4::before {
    left: 50%;
    opacity: 0.5;
    border-radius: 27px;
    top: 50%;
    z-index: -1;
    position: absolute;
    content: "";
    transform: translate(-50%, -50%) scale(1.05);
    width: 100%;
    height: 100%;
    border: 2px dashed rgb(208,193,191,0.5);
}.testimonials_zO6 .user_testimonials_zNQ {
    width: 100%;
    display: flex;
    transition: all 0.4s ease;
    position: relative;
    padding: 0;
    align-items: center;
    flex-direction: column;
}.testimonials_zO6 .user_testimonials_zNQ:hover {
    z-index: 5;
    transform: translateY(-10px) scale(1.03);
}.testimonials_zO6 .user_testimonials_zNQ .img_card_wrap_Psu {
    z-index: 2;
    width: 80px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 80px;
    margin-bottom: 15px;
    border-radius: 50%;
    position: relative;
    border: 4px solid #ffffff;
}.testimonials_zO6 .user_testimonials_zNQ:hover .img_card_wrap_Psu {
    box-shadow: 0 8px 25px rgb(208,193,191,0.5);
    transform: scale(1.1);
}.testimonials_zO6 .user_testimonials_zNQ::after {
    content: "";
    left: 50%;
    background: linear-gradient(to bottom, rgb(208,193,191,0.5), transparent);
    top: 70px;
    position: absolute;
    transform: translateX(-50%);
    height: 60px;
    width: 2px;
    z-index: 1;
}.testimonials_zO6 .user_testimonials_zNQ span {
    text-align: center;
    margin-bottom: 10px;
    font-weight: 600;
    display: block;
    z-index: 2;
    position: relative;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 19px;
    padding: 0 10px;
}.testimonials_zO6 .user_testimonials_zNQ p {
    color: #000000;
    z-index: 2;
    font-weight: 400;
    width: 100%;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    line-height: 1.5;
    transition: all 0.3s ease;
    position: relative;
    border-radius: 27px;
    padding: 20px;
    font-size: 17px;
    background: #ffffff;
    font-family: Arial, sans-serif;
}.testimonials_zO6 .user_testimonials_zNQ:hover p {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}.testimonials_zO6 .user_testimonials_zNQ p::before {
    top: -10px;
    transform: translateX(-50%);
    border-bottom: 10px solid #ffffff;
    content: "";
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    left: 50%;
}.testimonials_zO6 .user_testimonials_zNQ:last-child:nth-child(3n-1) {
    grid-column: 2;
}.testimonials_zO6 .user_testimonials_zNQ:last-child:nth-child(3n-2) {
    grid-column: 2;
}

@media (max-width: 1200px) {.testimonials_zO6 .rating_reviews_Ec4 {
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
}.testimonials_zO6 .user_testimonials_zNQ {
    width: 100%;
}.testimonials_zO6 .user_testimonials_zNQ:last-child:nth-child(2n-1) {
    margin: 0 auto;
    grid-column: 1 / span 2;
    width: 80%;
}
}

@media (max-width: 768px) {.testimonials_zO6 {
    padding: 80px 0 100px;
}.testimonials_zO6 .rating_reviews_Ec4 {
    grid-template-columns: 1fr;
    gap: 40px;
}.testimonials_zO6 .user_testimonials_zNQ {
    width: 100%;
    margin: 0 auto;
    max-width: 400px;
}.testimonials_zO6 .user_testimonials_zNQ:last-child:nth-child(2n-1) {
    width: 100%;
    grid-column: 1;
}.testimonials_zO6 .user_testimonials_zNQ:hover {
    transform: translateY(-5px);
}.testimonials_zO6 h4 {
    margin-bottom: 50px;
}
}