﻿* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}.head_wrap_zL {
    flex: 1 0 auto;
}html,body {
    font-family: Arial, sans-serif;
    height: 100%;
    color: #000000;
    min-height: 100%;
}.viewport-container_kH {
    height: 100%;
    flex-direction: column;
    min-height: 100%;
    display: flex;
}.level_up_ja {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}.container {
    max-width: 100%;
    width: 1101px;
    margin: auto;
}a {
    color: inherit;
    text-decoration: none;
}svg {
    height: 30px;
    width: 30px;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
footer {
    z-index: 1;
    perspective: 1000px;
    position: relative;
}footer::before {
    bottom: 0;
    z-index: -2;
    right: 0;
    left: 0;
    position: absolute;
    top: 0;
    opacity: 0.9;
    background: linear-gradient(135deg, rgb(179,161,173,0.5) 0%, rgb(212,198,208,0.5) 100%);
    content: "";
}footer::after {
    left: 0;
    top: 0;
    right: 0;
    background: 
        radial-gradient(circle at 20% 20%, transparent 0, transparent 80px, rgba(255, 255, 255, 0.03) 81px),
        radial-gradient(circle at 80% 40%, transparent 0, transparent 120px, rgba(255, 255, 255, 0.03) 121px),
        radial-gradient(circle at 40% 70%, transparent 0, transparent 100px, rgba(255, 255, 255, 0.03) 101px);
    z-index: -1;
    content: "";
    position: absolute;
    bottom: 0;
}.level_up_ja {
    padding: 5rem 0 2.5rem;
    position: relative;
    color: #ffffff;
}.level_up_ja::before {
    width: 100%;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    background: repeating-linear-gradient(
        90deg,
        rgb(212,198,208) 0px,
        rgb(212,198,208) 40px,
        rgb(179,161,173) 40px,
        rgb(179,161,173) 80px
    );
    content: "";
}.level_up_ja .container {
    gap: 4rem;
    display: flex;
    position: relative;
    justify-content: space-between;
    flex-wrap: wrap;
}.level_up_ja .company_holder {
    background: rgb(212,198,208,0.5);
    position: relative;
    transform-style: preserve-3d;
    transition: all 0.4s ease;
    transform: rotateX(5deg);
    flex: 1 1 380px;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15);
    border-radius: 0;
    padding: 2rem;
    border-bottom: 6px solid rgb(212,198,208);
}.level_up_ja .company_holder:hover {
    transform: rotateX(0deg);
}.level_up_ja .company_holder h3 {
    letter-spacing: 1px;
    transform: translateZ(20px);
    font-weight: 700;
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 35px;
    margin: 0 0 1.5rem;
}.level_up_ja .company_holder h3::before {
    left: -10px;
    height: 30px;
    border-left: 3px solid #ffffff;
    top: -10px;
    width: 30px;
    content: "";
    position: absolute;
    border-top: 3px solid #ffffff;
}.level_up_ja .company_holder h3::after {
    width: 30px;
    border-right: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff;
    bottom: -10px;
    right: -10px;
    height: 30px;
    position: absolute;
    content: "";
}.level_up_ja .media_kit_nA {
    transform: translateZ(10px);
    line-height: 1.6;
    font-size: 13px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
    padding: 1.5rem;
    color: #ffffff;
}.level_up_ja .skill_links_aG {
    flex: 1 1 calc(100% - 480px);
    min-width: 400px;
}.level_up_ja .head_bar_ZN {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
}.level_up_ja .header_master_LE {
    min-width: 220px;
    transform: rotateX(-5deg);
    flex: 1 1 calc(50% - 1.5rem);
    transition: all 0.4s ease;
    transform-style: preserve-3d;
    position: relative;
}.level_up_ja .header_master_LE:hover {
    transform: rotateX(0deg);
}.level_up_ja .header_master_LE h5 {
    transform: translateZ(15px);
    background: rgb(179,161,173,0.5);
    padding: 1rem 1.5rem;
    color: #ffffff;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
    margin: 0 0 1.5rem;
    display: inline-block;
    font-weight: 600;
    font-size: 22px;
    position: relative;
    min-width: 200px;
}.level_up_ja .header_master_LE h5::after {
    left: 0;
    height: 5px;
    position: absolute;
    content: "";
    bottom: -5px;
    right: 0;
    background: rgb(179,161,173);
}.level_up_ja .header_master_LE .head_bar_ZN {
    border-radius: 10px;
    display: flex;
    background: rgba(255, 255, 255, 0.1);
    transform: translateZ(5px);
    gap: 1rem;
    flex-direction: column;
    padding: 1rem;
}.level_up_ja .header_master_LE .head_bar_ZN a {
    overflow: hidden;
    color: #ffffff;
    transition: all 0.3s ease;
    text-decoration: none;
    transform: translateZ(10px);
    padding: 0.7rem 1rem;
    font-size: 13px;
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    display: block;
}.level_up_ja .header_master_LE .head_bar_ZN a::before {
    position: absolute;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: all 0.5s ease;
    left: -100%;
    width: 100%;
    height: 100%;
    top: 0;
}.level_up_ja .header_master_LE .head_bar_ZN a:hover {
    background: rgb(179,161,173,0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    color: #ffffff;
}.level_up_ja .header_master_LE .head_bar_ZN a:hover::before {
    left: 100%;
}.idea_pool_vq {
    transform-style: preserve-3d;
    background: rgb(179,161,173,0.5);
    perspective: 1000px;
    position: relative;
    margin-top: 3rem;
    padding: 2rem 0;
}.idea_pool_vq::before {
    top: -20px;
    position: absolute;
    left: 0;
    height: 20px;
    content: "";
    width: 100%;
    background: rgb(179,161,173);
    transform: rotateX(45deg);
    transform-origin: bottom;
}.idea_pool_vq .container {
    display: flex;
    justify-content: center;
    align-items: center;
}.idea_pool_vq .reward_sys_UM {
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
    font-size: 12px;
    padding: 0.8rem 2rem;
    color: #ffffff;
    border-radius: 50px;
    transform: translateZ(5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1200px) {.level_up_ja .container {
    gap: 3rem;
}.level_up_ja .company_holder {
    flex: 1 1 350px;
}.level_up_ja .skill_links_aG {
    flex: 1 1 calc(100% - 430px);
    min-width: 350px;
}.level_up_ja .head_bar_ZN {
    gap: 2rem;
}
}

@media (max-width: 992px) {.level_up_ja {
    padding: 4rem 0 2rem;
}.level_up_ja .container {
    flex-direction: column;
    gap: 3rem;
}.level_up_ja .company_holder,
    .level_up_ja .skill_links_aG {
    min-width: 100%;
    flex: 1 1 100%;
}.level_up_ja .header_master_LE {
    flex: 1 1 calc(50% - 1.5rem);
    min-width: 220px;
}.level_up_ja .company_holder,
    .level_up_ja .header_master_LE {
    transform: none;
}
}

@media (max-width: 768px) {.level_up_ja {
    padding: 3.5rem 0 1.5rem;
}.level_up_ja .head_bar_ZN {
    gap: 1.5rem;
}.level_up_ja .company_holder h3 {
    font-size: calc(35px - 2px);
}.level_up_ja .company_holder h3::before,
    .level_up_ja .company_holder h3::after {
    width: 20px;
    height: 20px;
}.idea_pool_vq {
    margin-top: 2rem;
}.idea_pool_vq::before {
    top: -15px;
    height: 15px;
}
}

@media (max-width: 576px) {.level_up_ja {
    padding: 3rem 0 1rem;
}.level_up_ja .header_master_LE {
    min-width: 100%;
    flex: 1 1 100%;
}.level_up_ja .head_bar_ZN {
    gap: 0.7rem;
}.level_up_ja .header_master_LE .head_bar_ZN a {
    padding: 0.6rem 0.8rem;
}.idea_pool_vq {
    padding: 1.5rem 0;
    margin-top: 1.5rem;
}.idea_pool_vq::before {
    display: none;
}
}

@media (max-width: 420px) {.level_up_ja::before {
    height: 10px;
}.level_up_ja .company_holder h3::before,
    .level_up_ja .company_holder h3::after {
    display: none;
}.level_up_ja .header_master_LE h5 {
    min-width: auto;
    width: 100%;
}.idea_pool_vq .reward_sys_UM {
    width: 90%;
    padding: 0.7rem 1.5rem;
}}.tariff_list_Cb {
    position: relative;
    background: linear-gradient(135deg, rgb(239,234,238) 0%, rgb(212,198,208,0.5) 100%);
    padding: 100px 0;
    overflow: hidden;
}.tariff_list_Cb::before {
    height: 100%;
    top: 0;
    content: "";
    pointer-events: none;
    background: radial-gradient(circle at 30% 70%, rgb(179,161,173,0.5) 0%, transparent 60%);
    z-index: 0;
    left: 0;
    width: 100%;
    position: absolute;
}.tariff_list_Cb .container {
    z-index: 1;
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1320px;
}.tariff_list_Cb .learn_offers_lp {
    gap: 60px;
    flex-direction: column-reverse;
    display: flex;
    position: relative;
}.tariff_list_Cb .program_price_XA {
    position: relative;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 90%);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    max-width: 100%;
    backdrop-filter: blur(10px);
    padding: 30px;
    transform: perspective(1000px) rotateX(0deg);
    border-left: 3px solid rgb(212,198,208);
}.tariff_list_Cb .program_price_XA:hover {
    transform: perspective(1000px) rotateX(2deg);
}.tariff_list_Cb .program_price_XA h2 {
    font-weight: 700;
    background: linear-gradient(90deg, rgb(212,198,208), rgb(179,161,173));
    margin-bottom: 20px;
    font-size: 28px;
    transform: translateZ(0);
    background-clip: text !important;
    color: transparent;
    -webkit-background-clip: text !important;
    line-height: 1.3;
    letter-spacing: -0.02em;
}.tariff_list_Cb .program_price_XA .fee_structure_xd {
    word-break: break-word;
    font-size: 16px;
    overflow-wrap: break-word;
    margin-bottom: 0;
    color: #000000;
    max-width: 700px;
    line-height: 1.6;
}.tariff_list_Cb .pro_fees_hP {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr;
    position: relative;
}.tariff_list_Cb .pay_plans_CW {
    border-radius: 4px;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    display: block;
    position: relative;
    text-decoration: none;
    transform: translateY(0);
    overflow: hidden;
}.tariff_list_Cb .pay_plans_CW:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    z-index: 5;
}.tariff_list_Cb .program_fees_wn {
    flex-direction: column;
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 95%);
    display: flex;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    position: relative;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.06);
}.tariff_list_Cb .program_fees_wn::before {
    transform: scaleX(0.8);
    background: linear-gradient(90deg, rgb(212,198,208), rgb(179,161,173));
    transform-origin: left;
    width: 100%;
    position: absolute;
    left: 0;
    height: 5px;
    transition: transform 0.4s ease-out;
    top: 0;
    content: "";
}.tariff_list_Cb .pay_plans_CW:hover .program_fees_wn::before {
    transform: scaleX(1);
}.tariff_list_Cb .tuition_plans_Hh {
    display: flex;
    flex: 1;
    position: relative;
    padding: 30px;
    flex-direction: column;
    z-index: 1;
}.tariff_list_Cb .tuition_plans_Hh h3 {
    color: #000000;
    position: relative;
    transform-origin: left;
    font-weight: 700;
    margin-bottom: 15px;
    overflow: hidden;
    font-size: calc(22px + 2px);
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: transform 0.3s ease;
}.tariff_list_Cb .pay_plans_CW:hover .tuition_plans_Hh h3 {
    color: rgb(212,198,208);
    transform: translateX(5px) scale(1.03);
}.tariff_list_Cb .pricing_fees_aN {
    position: relative;
    color: rgb(179,161,173);
    display: inline-block;
    font-size: calc(22px + 4px);
    font-weight: 700;
    margin-bottom: 20px;
}.tariff_list_Cb .pricing_fees_aN::after {
    content: "";
    left: 0;
    bottom: -5px;
    transform: scaleX(0.5);
    transform-origin: left;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 50px;
    height: 3px;
    background: rgb(212,198,208);
    position: absolute;
}.tariff_list_Cb .pay_plans_CW:hover .pricing_fees_aN::after {
    transform: scaleX(1);
}.tariff_list_Cb .tuition_plans_Hh p {
    flex: 1;
    font-size: 16px;
    overflow-wrap: break-word;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    line-height: 1.6;
    color: #000000;
    overflow: hidden;
    margin-bottom: 0;
    display: -webkit-box;
    word-break: break-word;
}.tariff_list_Cb .img_card_VR {
    position: relative;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    height: 200px;
    overflow: hidden;
}.tariff_list_Cb .img_card_VR::after {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.3) 100%);
    pointer-events: none;
    content: "";
}.tariff_list_Cb .pay_plans_CW:hover .img_card_VR {
    transform: scale(1.05);
}

@media (min-width: 768px) {.tariff_list_Cb .pro_fees_hP {
    grid-template-columns: repeat(2, 1fr);
}.tariff_list_Cb .program_price_XA {
    padding: 40px;
}.tariff_list_Cb .tuition_plans_Hh {
    padding: 30px 35px;
}.tariff_list_Cb .img_card_VR {
    height: 240px;
}
}

@media (min-width: 992px) {.tariff_list_Cb .learn_offers_lp {
    gap: 40px;
    align-items: stretch;
    flex-direction: row;
}.tariff_list_Cb .program_price_XA {
    justify-content: center;
    padding: 50px 40px;
    display: flex;
    flex-direction: column;
    width: 30%;
}.tariff_list_Cb .pro_fees_hP {
    width: 70%;
    grid-template-columns: repeat(2, 1fr);
}.tariff_list_Cb .tuition_plans_Hh {
    padding: 30px;
}.tariff_list_Cb .tuition_plans_Hh p {
    -webkit-line-clamp: 6;
}
}

@media (min-width: 1200px) {.tariff_list_Cb {
    padding: 120px 0;
}.tariff_list_Cb .pro_fees_hP {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}.tariff_list_Cb .program_price_XA h2 {
    font-size: calc(28px + 4px);
}.tariff_list_Cb .tuition_plans_Hh h3 {
    font-size: calc(22px + 4px);
}.tariff_list_Cb .pricing_fees_aN {
    font-size: calc(22px + 8px);
}.tariff_list_Cb .img_card_VR {
    height: 280px;
}
}

@media (min-width: 1400px) {.tariff_list_Cb .pro_fees_hP {
    grid-template-columns: repeat(2, 1fr);
}.tariff_list_Cb .tuition_plans_Hh p {
    -webkit-line-clamp: 7;
}
}

@media (hover: hover) {.tariff_list_Cb .pay_plans_CW {
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.tariff_list_Cb .pay_plans_CW:hover {
    transform: translateY(-10px) scale(1.02);
}}.course_features_UW {
    overflow: hidden;
    padding: 7rem 0;
    position: relative;
    background: linear-gradient(150deg, rgb(212,198,208,0.5) 0%, rgb(239,234,238) 50%, rgb(179,161,173,0.5) 100%);
}.course_features_UW::before {
    background: 
        radial-gradient(ellipse at 30% 40%, rgb(212,198,208,0.5) 0%, transparent 60%),
        radial-gradient(circle at 70% 60%, rgb(179,161,173,0.5) 0%, transparent 50%);
    animation: pulseBackground 20s ease-in-out infinite alternate;
    transform-origin: center;
    filter: blur(60px);
    width: 150%;
    top: -25%;
    left: -25%;
    opacity: 0.6;
    height: 150%;
    z-index: 0;
    position: absolute;
    content: "";
}.course_features_UW::after {
    position: absolute;
    z-index: 1;
    left: 0;
    width: 100%;
    content: "";
    background-image: 
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 20px 20px;
    animation: gridMove 30s linear infinite;
    height: 100%;
    top: 0;
}.course_features_UW .container {
    z-index: 2;
    position: relative;
}.course_features_UW .our_ethos_Yj {
    grid-template-columns: repeat(12, 1fr);
    display: grid;
    gap: 15px;
    min-height: 550px;
    position: relative;
    grid-template-rows: repeat(12, minmax(30px, auto));
}.course_features_UW .learn_path_ST {
    z-index: 5;
    border-radius: 23px;
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.05),
        0 5px 10px rgba(0, 0, 0, 0.03);
    transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    transform: translateZ(0);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    padding: 2.5rem;
    grid-column: 1 / 8;
    background: rgba(255, 255, 255, 0.07);
    grid-row: 3 / 11;
    backdrop-filter: blur(10px);
    position: relative;
}.course_features_UW .learn_path_ST::before {
    border-radius: 23px;
    height: 100%;
    opacity: 0.15;
    z-index: -1;
    background: 
        radial-gradient(circle at 90% 10%, rgb(212,198,208,0.5) 0%, transparent 80%),
        radial-gradient(circle at 10% 90%, rgb(179,161,173,0.5) 0%, transparent 80%);
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
}.course_features_UW .learn_path_ST::after {
    background: linear-gradient(to right, rgb(212,198,208) 0%, transparent 100%);
    height: 1px;
    content: "";
    position: absolute;
    filter: blur(1px);
    transform: translateX(-50%);
    left: 50%;
    bottom: -10px;
    width: 80%;
}.course_features_UW .site_main_Ul {
    margin-bottom: 1.5rem;
    position: relative;
    transform-style: preserve-3d;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    height: 110px;
    transition: all 0.5s ease;
    width: 110px;
}.course_features_UW .site_main_Ul::before {
    background: conic-gradient(
        from 0deg, 
        rgb(212,198,208) 0%, 
        rgb(179,161,173) 50%, 
        rgb(212,198,208) 100%
    );
    animation: rotateConic 10s linear infinite;
    inset: -4px;
    position: absolute;
    z-index: -1;
    border-radius: 33% 67% 67% 33% / 33% 33% 67% 67%;
    content: "";
}.course_features_UW .site_main_Ul::after {
    background: rgb(239,234,238);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    content: "";
    position: absolute;
    z-index: -1;
    inset: 6px;
}.course_features_UW .site_main_Ul svg {
    z-index: 1;
    left: 50%;
    width: 60px;
    animation: floatLogo 6s ease-in-out infinite;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    height: 60px;
    filter: drop-shadow(0 0 10px rgb(212,198,208,0.5));
}.course_features_UW .site_main_Ul svg path {
    transition: fill 0.3s ease;
    fill: rgb(212,198,208);
}.course_features_UW h3 {
    position: relative;
    transform-origin: left bottom;
    font-size: 32px;
    margin-bottom: 1.5rem;
    text-shadow: 0 0 20px rgb(212,198,208,0.5);
    font-weight: 700;
    padding-right: 2rem;
    line-height: 1.3;
    color: #ffffff;
    transform: perspective(1000px) rotateX(2deg);
}.course_features_UW h3::before {
    position: absolute;
    height: 3px;
    width: 60px;
    left: 0;
    background: rgb(212,198,208);
    content: "";
    animation: lineExpand 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    bottom: -8px;
    transform-origin: left;
}.course_features_UW p {
    margin-bottom: 0;
    transform-origin: left bottom;
    font-size: 17px;
    max-width: 100%;
    transform: perspective(1000px) rotateX(1deg);
    color: #ffffff;
    position: relative;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    line-height: 1.8;
}.course_features_UW .img_card_VR {
    position: relative;
    transform: perspective(1000px) rotateY(-5deg) rotateX(5deg);
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.1),
        10px 10px 20px rgba(0, 0, 0, 0.05);
    height: 500px;
    transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    z-index: 4;
    animation: morphShape 20s ease-in-out infinite alternate;
    grid-row: 1 / 13;
    overflow: hidden;
    grid-column: 5 / 13;
}.course_features_UW .img_card_VR::before {
    background: 
        linear-gradient(135deg, transparent 0%, rgb(212,198,208,0.5) 100%),
        radial-gradient(circle at 30% 70%, rgb(179,161,173,0.5) 0%, transparent 70%);
    mix-blend-mode: overlay;
    content: "";
    position: absolute;
    opacity: 0.6;
    z-index: 1;
    inset: 0;
}.course_features_UW .img_card_VR::after {
    top: -25%;
    mix-blend-mode: multiply;
    width: 150%;
    height: 150%;
    position: absolute;
    animation: pulseOverlay 15s ease-in-out infinite;
    content: "";
    left: -25%;
    background: radial-gradient(
        circle at center,
        transparent 30%,
        rgb(239,234,238) 100%
    );
    z-index: 1;
    opacity: 0.2;
}.course_features_UW .our_ethos_Yj:hover .img_card_VR {
    transform: perspective(1000px) rotateY(-8deg) rotateX(8deg) scale(1.03);
    box-shadow: 
        30px 30px 80px rgba(0, 0, 0, 0.15),
        15px 15px 30px rgba(0, 0, 0, 0.1);
}.course_features_UW .our_ethos_Yj:hover .learn_path_ST {
    box-shadow: 
        0 25px 35px rgba(0, 0, 0, 0.08),
        0 10px 20px rgba(0, 0, 0, 0.05);
    transform: translateZ(20px) translateX(10px);
}.course_features_UW .our_ethos_Yj:hover .site_main_Ul {
    transform: rotate(5deg) scale(1.05);
}.course_features_UW .our_ethos_Yj:hover .site_main_Ul svg path {
    fill: rgb(179,161,173);
}

@keyframes pulseBackground {
    0%, 100% {
        opacity: 0.6;
        transform: scale(1);
    }
    50% {
        opacity: 0.8;
        transform: scale(1.05);
    }
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}

@keyframes rotateConic {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes floatLogo {
    0%, 100% {
        transform: translate(-50%, -50%);
    }
    50% {
        transform: translate(-50%, -55%);
    }
}

@keyframes lineExpand {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@keyframes morphShape {
    0% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
    25% {
        border-radius: 40% 60% 70% 30% / 40% 40% 60% 60%;
    }
    50% {
        border-radius: 60% 40% 40% 60% / 50% 60% 40% 50%;
    }
    75% {
        border-radius: 40% 60% 30% 70% / 60% 30% 70% 40%;
    }
    100% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
}

@keyframes pulseOverlay {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.3;
        transform: scale(1.1);
    }
}

@media (max-width: 1200px) {.course_features_UW .our_ethos_Yj {
    min-height: 500px;
}.course_features_UW .learn_path_ST {
    grid-column: 1 / 8;
    padding: 2.2rem;
}.course_features_UW h3 {
    font-size: calc(32px * 0.9);
}.course_features_UW .site_main_Ul {
    width: 100px;
    height: 100px;
}.course_features_UW .site_main_Ul svg {
    width: 55px;
    height: 55px;
}
}

@media (max-width: 992px) {.course_features_UW {
    padding: 5rem 0;
}.course_features_UW .our_ethos_Yj {
    grid-template-rows: auto auto;
    gap: 10px;
    min-height: auto;
    grid-template-columns: 1fr;
}.course_features_UW .learn_path_ST {
    padding: 2.5rem;
    margin-top: -80px;
    z-index: 5;
    grid-row: 2 / 3;
    grid-column: 1 / -1;
}.course_features_UW .img_card_VR {
    height: 350px;
    grid-row: 1 / 2;
    border-radius: 40% 60% 60% 40% / 30% 40% 60% 70%;
    grid-column: 1 / -1;
}.course_features_UW .site_main_Ul {
    margin-right: auto;
    margin-left: auto;
}.course_features_UW h3 {
    text-align: center;
    padding-right: 0;
}.course_features_UW h3::before {
    animation: lineCenterExpand 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
}.course_features_UW p {
    text-align: center;
}.course_features_UW .our_ethos_Yj:hover .img_card_VR {
    transform: perspective(1000px) rotateX(-5deg) scale(1.03);
}.course_features_UW .our_ethos_Yj:hover .learn_path_ST {
    transform: translateZ(10px) translateY(-15px);
}
}

@keyframes lineCenterExpand {
    0% {
        transform: translateX(-50%) scaleX(0);
    }
    100% {
        transform: translateX(-50%) scaleX(1);
    }
}

@media (max-width: 768px) {.course_features_UW {
    padding: 4rem 0;
}.course_features_UW .img_card_VR {
    height: 300px;
}.course_features_UW .learn_path_ST {
    padding: 2rem;
    margin-top: -60px;
}.course_features_UW .site_main_Ul {
    margin-bottom: 1.3rem;
    height: 90px;
    width: 90px;
}.course_features_UW .site_main_Ul svg {
    width: 50px;
    height: 50px;
}.course_features_UW h3 {
    margin-bottom: 1.3rem;
    font-size: calc(32px * 0.8);
}.course_features_UW p {
    font-size: calc(17px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 576px) {.course_features_UW {
    padding: 3rem 0;
}.course_features_UW .img_card_VR {
    border-radius: 30% 70% 70% 30% / 30% 40% 60% 70%;
    height: 250px;
}.course_features_UW .learn_path_ST {
    padding: 1.8rem 1.5rem;
    margin-top: -50px;
}.course_features_UW .site_main_Ul {
    margin-bottom: 1.2rem;
    height: 80px;
    width: 80px;
}.course_features_UW .site_main_Ul svg {
    height: 45px;
    width: 45px;
}.course_features_UW h3 {
    font-size: calc(32px * 0.7);
    margin-bottom: 1.2rem;
}.course_features_UW h3::before {
    height: 2px;
    width: 50px;
}.course_features_UW p {
    line-height: 1.6;
    font-size: calc(17px * 0.9);
}}.contact_section_JK {
    position: relative;
    background: linear-gradient(125deg, rgb(239,234,238) 0%, rgb(239,234,238) 60%, rgb(212,198,208,0.5) 100%);
    padding: 110px 0;
    overflow: hidden;
}.contact_section_JK::before {
    width: 50%;
    opacity: 0.05;
    background: repeating-radial-gradient(
        circle at 80% 50%,
        rgb(212,198,208,0.5),
        rgb(212,198,208,0.5) 1px,
        transparent 1px,
        transparent 15px
    );
    height: 100%;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
}.contact_section_JK .container {
    z-index: 1;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
}.contact_section_JK h2 {
    font-weight: 700;
    color: #000000;
    font-family: Arial, sans-serif;
    margin-bottom: 50px;
    font-size: 38px;
    position: relative;
    text-align: center;
}.contact_section_JK h2::before {
    height: 4px;
    width: 60px;
    bottom: -15px;
    border-radius: 2px;
    background: rgb(212,198,208);
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}.contact_section_JK .message_reach_xH {
    grid-template-columns: 1fr 450px;
    gap: 40px;
    align-items: center;
    display: grid;
    background: transparent;
    position: relative;
}.contact_section_JK .img_card_VR {
    transform: perspective(1000px) rotateY(-5deg);
    border-radius: 10px;
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    transition: transform 0.5s ease;
    height: 550px;
    overflow: hidden;
}.contact_section_JK .img_card_VR:hover {
    transform: perspective(1000px) rotateY(0deg);
}.contact_section_JK .request_help_DN {
    position: relative;
    transform: perspective(1000px) rotateY(5deg);
    border-radius: 10px;
    transition: transform 0.5s ease;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    padding: 50px;
}.contact_section_JK .request_help_DN:hover {
    transform: perspective(1000px) rotateY(0deg);
}.contact_section_JK form {
    width: 100%;
}.contact_section_JK form h3 {
    font-weight: 600;
    color: #000000;
    margin-bottom: 30px;
    font-family: Arial, sans-serif;
    font-size: 19px;
}.contact_section_JK form input[type="text"] {
    color: #000000;
    border: none;
    border-radius: 10px;
    background: rgb(239,234,238);
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
    font-size: 12px;
    padding: 16px 20px;
    width: 100%;
    transition: all 0.3s ease;
}.contact_section_JK form input[type="text"]:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgb(212,198,208);
}.contact_section_JK form input[type="text"]::placeholder {
    opacity: 0.5;
    color: #000000;
}.contact_section_JK .help_section_MO {
    align-items: flex-start;
    display: flex;
    margin-bottom: 30px;
}.contact_section_JK .help_section_MO input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact_section_JK .help_section_MO label {
    line-height: 1.5;
    padding-left: 35px;
    position: relative;
    cursor: pointer;
    color: #000000;
    font-size: 12px;
}.contact_section_JK .help_section_MO label::before {
    width: 22px;
    border-radius: 4px;
    position: absolute;
    transition: all 0.3s ease;
    top: 2px;
    height: 22px;
    left: 0;
    content: "";
    background: rgb(239,234,238);
}.contact_section_JK .help_section_MO input[type="checkbox"]:checked + label::before {
    background: rgb(212,198,208);
}.contact_section_JK .help_section_MO input[type="checkbox"]:checked + label::after {
    height: 10px;
    position: absolute;
    border-bottom: 2px solid #ffffff;
    content: "";
    width: 6px;
    transform: rotate(45deg);
    left: 8px;
    top: 6px;
    border-right: 2px solid #ffffff;
}.contact_section_JK .help_section_MO label a {
    color: rgb(212,198,208);
    text-decoration: none;
    transition: all 0.3s ease;
}.contact_section_JK .help_section_MO label a:hover {
    color: rgb(179,161,173);
}.contact_section_JK form .query_inquiry_hG {
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    cursor: pointer;
    font-size: 14px;
    position: relative;
    overflow: hidden;
    color: #ffffff;
    font-weight: 600;
    border: none;
    padding: 16px 35px;
    border-radius: 10px;
    background: rgb(212,198,208);
}.contact_section_JK form .query_inquiry_hG::after {
    content: "";
    background: rgb(179,161,173);
    height: 100%;
    width: 0;
    z-index: 0;
    transition: width 0.3s ease;
    position: absolute;
    right: 0;
    top: 0;
}.contact_section_JK form .query_inquiry_hG:hover::after {
    left: 0;
    right: auto;
    width: 100%;
}.contact_section_JK form .query_inquiry_hG span {
    z-index: 1;
    position: relative;
}.contact_section_JK svg {
    width: 22px;
    height: 22px;
    fill: rgb(212,198,208);
}.contact_section_JK svg path {
    transition: fill 0.3s ease;
    fill: rgb(212,198,208);
}

@media screen and (max-width: 1100px) {.contact_section_JK .message_reach_xH {
    gap: 30px;
    grid-template-columns: 1fr 400px;
}.contact_section_JK .img_card_VR {
    height: 500px;
}.contact_section_JK .request_help_DN {
    padding: 40px;
}
}

@media screen and (max-width: 991px) {.contact_section_JK {
    padding: 80px 0;
}.contact_section_JK .message_reach_xH {
    grid-template-columns: 1fr;
    gap: 40px;
}.contact_section_JK .img_card_VR {
    transform: perspective(1000px) rotateY(0deg);
    height: 400px;
}.contact_section_JK .request_help_DN {
    transform: perspective(1000px) rotateY(0deg);
}
}

@media screen and (max-width: 767px) {.contact_section_JK {
    padding: 60px 0;
}.contact_section_JK h2 {
    margin-bottom: 40px;
}.contact_section_JK .img_card_VR {
    height: 350px;
}
}

@media screen and (max-width: 576px) {.contact_section_JK {
    padding: 50px 0;
}.contact_section_JK h2 {
    font-size: calc(38px * 0.85);
}.contact_section_JK .img_card_VR {
    height: 250px;
}.contact_section_JK .request_help_DN {
    padding: 30px 25px;
}.contact_section_JK form h3 {
    font-size: calc(19px * 0.9);
}.contact_section_JK form .query_inquiry_hG {
    width: 100%;
}}.join_list_Yf {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(212,198,208,0.5), rgb(239,234,238));
    padding: 80px 0;
}.join_list_Yf::before {
    background: radial-gradient(circle at 70% 30%, rgb(179,161,173,0.5) 0%, transparent 60%);
    height: 100%;
    content: '';
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}.join_list_Yf::after {
    right: -50px;
    width: 200px;
    z-index: 1;
    border-radius: 50%;
    opacity: 0.3;
    position: absolute;
    content: '';
    bottom: -50px;
    background: radial-gradient(circle, rgb(212,198,208) 0%, transparent 70%);
    height: 200px;
}.join_list_Yf .container {
    padding: 0 20px;
    z-index: 2;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.join_list_Yf .our_ethos_Yj {
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateX(2deg);
    padding: 50px;
    border-radius: 23px;
}.join_list_Yf .our_ethos_Yj::before {
    height: 20px;
    position: absolute;
    width: 20px;
    left: 10%;
    background: rgb(212,198,208);
    content: '';
    animation: floatCircle 5s infinite ease-in-out;
    border-radius: 50%;
    opacity: 0.5;
    top: -10px;
}.join_list_Yf .our_ethos_Yj::after {
    opacity: 0.4;
    bottom: -15px;
    position: absolute;
    animation: floatCircle 7s infinite ease-in-out reverse;
    border-radius: 50%;
    width: 30px;
    background: rgb(179,161,173);
    height: 30px;
    content: '';
    right: 15%;
}.join_list_Yf h3 {
    position: relative;
    color: #000000;
    line-height: 1.4;
    letter-spacing: 0.5px;
    text-align: center;
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 30px;
}.join_list_Yf h3::after {
    height: 3px;
    content: '';
    border-radius: 10px;
    width: 80px;
    bottom: -12px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(212,198,208), rgb(179,161,173));
}.join_list_Yf .input_holder {
    position: relative;
    flex-direction: column;
    max-width: 600px;
    margin: 0 auto;
    z-index: 5;
    display: flex;
}.join_list_Yf .input_holder > div {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}.join_list_Yf .input_holder input[type="email"] {
    padding: 16px 20px;
    font-size: 18px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    width: 100%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
    background-color: #ffffff;
    font-family: Arial, sans-serif;
    border-radius: 23px;
    transition: all 0.3s ease;
}.join_list_Yf .input_holder input[type="email"]:focus {
    transform: translateY(-2px);
    outline: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-color: rgb(212,198,208);
}.join_list_Yf .input_holder input[type="email"]::placeholder {
    opacity: 0.6;
    color: #000000;
}.join_list_Yf .input_holder .join_now_Cj {
    box-shadow: 0 8px 20px rgba(rgb(212,198,208,0.5), 0.3);
    color: #ffffff;
    overflow: hidden;
    font-weight: 600;
    font-size: 15px;
    padding: 16px 36px;
    border: none;
    border-radius: 23px;
    align-self: center;
    cursor: pointer;
    background: linear-gradient(135deg, rgb(212,198,208), rgb(179,161,173));
    position: relative;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.join_list_Yf .input_holder .join_now_Cj:hover {
    box-shadow: 0 10px 25px rgba(rgb(212,198,208,0.5), 0.4);
    transform: translateY(-3px) scale(1.02);
}.join_list_Yf .input_holder .join_now_Cj:active {
    box-shadow: 0 5px 15px rgba(rgb(212,198,208,0.5), 0.3);
    transform: translateY(1px);
}.join_list_Yf .input_holder .join_now_Cj::before {
    left: -100%;
    transition: all 0.6s ease;
    position: absolute;
    top: 0;
    content: '';
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}.join_list_Yf .input_holder .join_now_Cj:hover::before {
    left: 100%;
}

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

@media screen and (min-width: 768px) {.join_list_Yf .input_holder {
    align-items: center;
    flex-direction: row;
    gap: 20px;
}.join_list_Yf .input_holder > div {
    margin-bottom: 0;
    flex: 1;
}.join_list_Yf .input_holder .join_now_Cj {
    white-space: nowrap;
    min-width: 160px;
}
}

@media screen and (max-width: 767px) {.join_list_Yf {
    padding: 60px 0;
}.join_list_Yf .our_ethos_Yj {
    padding: 30px 20px;
    transform: perspective(1000px) rotateX(1deg);
}.join_list_Yf h3 {
    margin-bottom: 25px;
    font-size: calc(21px * 0.9);
}.join_list_Yf .input_holder .join_now_Cj {
    margin-top: 5px;
    width: 100%;
}
}

@media screen and (max-width: 480px) {.join_list_Yf {
    padding: 40px 0;
}.join_list_Yf .our_ethos_Yj {
    padding: 25px 15px;
    transform: none;
}.join_list_Yf h3 {
    font-size: calc(21px * 0.8);
    margin-bottom: 20px;
}.join_list_Yf h3::after {
    width: 60px;
}.join_list_Yf .input_holder input[type="email"] {
    padding: 14px 16px;
}.join_list_Yf .input_holder .join_now_Cj {
    padding: 14px 20px;
}}.training_results_iO {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(239,234,238) 0%, rgb(212,198,208,0.5) 100%);
    position: relative;
    padding: 90px 0;
}.training_results_iO::before {
    width: 100%;
    background: radial-gradient(circle at 75% 25%, rgb(179,161,173,0.5) 0%, transparent 50%);
    opacity: 0.4;
    height: 100%;
    content: "";
    top: 0;
    position: absolute;
    left: 0;
}.training_results_iO .container {
    padding: 0 20px;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.training_results_iO .our_ethos_Yj {
    display: flex;
    gap: 50px;
    align-items: center;
}.training_results_iO .img_card_VR {
    max-width: 38%;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    transform: translateY(-10px);
    z-index: 1;
    flex: 0 0 38%;
    position: relative;
    transition: all 0.5s ease;
}.training_results_iO .img_card_VR::after {
    right: -15px;
    border: 2px solid rgb(212,198,208,0.5);
    opacity: 0.5;
    border-radius: 16px;
    top: 15px;
    position: absolute;
    z-index: -1;
    transition: all 0.5s ease;
    content: "";
    bottom: -15px;
    left: 15px;
}.training_results_iO .img_card_VR:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(0);
}.training_results_iO .img_card_VR:hover::after {
    bottom: -10px;
    left: 10px;
    top: 10px;
    opacity: 0.7;
    right: -10px;
}.training_results_iO .text_banner_LQ {
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    padding: 40px 35px;
    border-radius: 16px;
    flex: 0 0 55%;
    z-index: 1;
    background: #ffffff;
}.training_results_iO .text_banner_LQ::before {
    position: absolute;
    left: 0;
    background: linear-gradient(to bottom, rgb(212,198,208), rgb(179,161,173));
    width: 6px;
    height: 100%;
    content: "";
    top: 0;
    border-radius: 10px;
}.training_results_iO h3 {
    font-weight: 700;
    font-size: 33px;
    padding-left: 15px;
    margin-bottom: 30px;
    color: #000000;
    position: relative;
}.training_results_iO h3::after {
    border-radius: 10px;
    background: rgb(212,198,208);
    position: absolute;
    content: "";
    width: 80px;
    left: 15px;
    bottom: -12px;
    height: 3px;
}.training_results_iO ul {
    list-style: none;
    padding: 0 0 0 15px;
    gap: 15px;
    display: flex;
    margin: 0;
    flex-direction: column;
}.training_results_iO li {
    position: relative;
    border-radius: 8px;
    transition: all 0.3s ease;
    background: linear-gradient(90deg, #ffffff, rgb(239,234,238) 180%);
    padding: 15px;
}.training_results_iO li:hover {
    transform: translateX(10px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    background: linear-gradient(90deg, #ffffff, rgb(179,161,173,0.5) 180%);
}.training_results_iO li p {
    line-height: 1.5;
    margin: 0;
    font-size: 17px;
    color: #000000;
    align-items: center;
    gap: 16px;
    display: flex;
    font-weight: 400;
}.training_results_iO svg {
    height: 24px;
    padding: 5px;
    background: #ffffff;
    display: flex;
    width: 24px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    justify-content: center;
    flex-shrink: 0;
    align-items: center;
    border-radius: 50%;
}.training_results_iO svg path {
    transition: fill 0.3s ease;
    fill: rgb(212,198,208);
}.training_results_iO li:hover svg {
    transform: scale(1.1);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}.training_results_iO li:hover svg path {
    fill: rgb(179,161,173);
}

@media (max-width: 992px) {.training_results_iO {
    padding: 70px 0;
}.training_results_iO .our_ethos_Yj {
    flex-direction: column;
    gap: 40px;
}.training_results_iO .img_card_VR {
    max-width: 60%;
    margin: 0 auto;
    flex: none;
}.training_results_iO .text_banner_LQ {
    margin: 0 auto;
    flex: none;
    width: 90%;
}.training_results_iO .text_banner_LQ::before {
    width: 100%;
    left: 0;
    height: 6px;
    top: 0;
}
}

@media (max-width: 576px) {.training_results_iO {
    padding: 50px 0;
}.training_results_iO .img_card_VR {
    max-width: 80%;
}.training_results_iO .img_card_VR::after {
    display: none;
}.training_results_iO .text_banner_LQ {
    padding: 30px 20px;
    width: 100%;
}.training_results_iO h3 {
    margin-bottom: 25px;
    font-size: 21px;
}.training_results_iO ul {
    gap: 12px;
}.training_results_iO li {
    padding: 12px;
}.training_results_iO svg {
    height: 22px;
    width: 22px;
}}.secure_sanctuary_cz {
    color: #000000;
    position: relative;
    line-height: 1.8;
    background-color: rgb(239,234,238);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.5);
    padding: 50px;
    font-family: Arial, sans-serif;
    overflow: hidden;
}.secure_sanctuary_cz::before, .secure_sanctuary_cz::after {
    opacity: 0.3;
    position: absolute;
    content: '';
    border-radius: 50%;
}.secure_sanctuary_cz::before {
    top: -50px;
    right: -50px;
    background: rgb(212,198,208);
    width: 150px;
    height: 150px;
}.secure_sanctuary_cz::after {
    height: 100px;
    background: rgb(179,161,173);
    bottom: -30px;
    left: -30px;
    width: 100px;
}.secure_sanctuary_cz h1 {
    position: relative;
    z-index: 1;
    font-size: 43px;
    border-bottom: 3px solid rgb(212,198,208);
    margin-bottom: 30px;
    color: rgb(212,198,208);
    padding-bottom: 15px;
    font-weight: 700;
}.secure_sanctuary_cz h2 {
    font-weight: 600;
    margin-top: 35px;
    position: relative;
    margin-bottom: 20px;
    z-index: 1;
    font-size: 32px;
    color: rgb(179,161,173);
}.secure_sanctuary_cz h3,
.secure_sanctuary_cz h4,
.secure_sanctuary_cz h5,
.secure_sanctuary_cz h6 {
    color: rgb(212,198,208);
    margin-top: 30px;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
    font-weight: 400;
}.secure_sanctuary_cz h3 {
    font-size: calc(24px - 0.2rem);
}.secure_sanctuary_cz h4 {
    font-size: 24px;
}.secure_sanctuary_cz h5 {
    font-size: calc(24px - 0.2rem);
}.secure_sanctuary_cz h6 {
    font-size: 17px;
}.secure_sanctuary_cz ul {
    padding-left: 25px;
    z-index: 1;
    position: relative;
    list-style-type: disc;
    margin-top: 15px;
}.secure_sanctuary_cz ol {
    padding-left: 25px;
    z-index: 1;
    position: relative;
    margin-top: 15px;
    list-style-type: decimal;
}.secure_sanctuary_cz li {
    line-height: 1.7;
    padding-left: 10px;
    z-index: 1;
    margin-bottom: 15px;
    border-left: 3px solid rgb(179,161,173);
    position: relative;
}.secure_sanctuary_cz li::marker {
    font-weight: 600;
    color: rgb(212,198,208);
}.secure_sanctuary_cz div {
    z-index: 1;
    margin-bottom: 25px;
    position: relative;
}.secure_sanctuary_cz p {
    font-size: 17px;
    z-index: 1;
    position: relative;
    margin-bottom: 25px;
}.secure_sanctuary_cz span {
    font-weight: 600;
    color: rgb(212,198,208);
}
@media only screen and (max-width: 800px) {.secure_sanctuary_cz {
    padding: 25px;
    border-radius: 10px;
}.secure_sanctuary_cz h1 {
    font-size: calc(24px - 0.5rem);
}.secure_sanctuary_cz h2 {
    font-size: calc(24px - 0.4rem);
}.secure_sanctuary_cz p {
    font-size: calc(17px - 0.2rem);
}}
.secure_sanctuary_cz::before {
    width: 60px;
    content: '';
    margin-bottom: 25px;
    border-radius: 10px;
    height: 6px;
    display: block;
    background-color: rgb(212,198,208);
}.secure_sanctuary_cz ul li::marker,
.secure_sanctuary_cz ol li::marker {
    font-weight: 700;
    color: rgb(179,161,173);
}.secure_sanctuary_cz h2 {
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text !important;
    background: linear-gradient(to right, rgb(212,198,208), rgb(179,161,173));
}.secure_sanctuary_cz section {
    padding-top: 25px;
    margin: 50px 0;
    border-top: 2px solid rgba(0, 0, 0, 0.5);
}.secure_sanctuary_cz hr {
    height: 1px;
    margin: 40px 0;
    background: rgba(0, 0, 0, 0.5);
    border: none;
}.gratCard_cB {
    position: relative;
    background: linear-gradient(135deg, rgb(239,234,238) 0%, rgba(rgb(212,198,208,0.5), 0.05) 100%);
    padding: 6rem 0;
    overflow: hidden;
}.gratCard_cB::before {
    animation: float 18s ease-in-out infinite alternate;
    z-index: 0;
    background: linear-gradient(225deg, rgb(179,161,173) 0%, rgba(rgb(179,161,173,0.5), 0.2) 100%);
    position: absolute;
    content: "";
    filter: blur(60px);
    opacity: 0.2;
    width: 40%;
    transform: rotate(-15deg) skew(5deg);
    top: -15%;
    right: -5%;
    height: 80%;
}.gratCard_cB::after {
    content: "";
    bottom: -10%;
    z-index: 0;
    filter: blur(50px);
    height: 70%;
    opacity: 0.15;
    position: absolute;
    left: -5%;
    animation: float 15s ease-in-out infinite alternate-reverse;
    background: linear-gradient(45deg, rgb(212,198,208) 0%, rgba(rgb(212,198,208,0.5), 0.1) 100%);
    transform: rotate(15deg) skew(-5deg);
    width: 35%;
}.gratCard_cB .container {
    max-width: 1140px;
    position: relative;
    margin: 0 auto;
    z-index: 1;
    padding: 0 1.5rem;
}.gratCard_cB .our_ethos_Yj {
    opacity: 0;
    padding: clamp(2rem, 5vw, 3.5rem);
    display: grid;
    box-shadow: 0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.08),
                0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.05);
    transform: translateY(20px);
    position: relative;
    grid-template-rows: auto auto;
    animation: slideUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.2s;
    background: rgba(rgb(255, 255, 255, 0.5), 0.95);
    gap: calc(18px * 1.5);
}.gratCard_cB .our_ethos_Yj::before {
    position: absolute;
    width: 5px;
    height: 100%;
    transform-origin: top;
    top: 0;
    content: "";
    left: 0;
    animation: growDown 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.6s;
    transform: scaleY(0);
    background: linear-gradient(180deg, rgb(212,198,208) 0%, rgb(179,161,173) 100%);
}.gratCard_cB h5 {
    padding-bottom: 0.75rem;
    position: relative;
    letter-spacing: -0.01em;
    overflow: hidden;
    font-size: 18px;
    line-height: 1.3;
    color: #000000;
    margin: 0;
    font-weight: 700;
}.gratCard_cB h5::after {
    position: absolute;
    left: 0;
    content: "";
    width: 80px;
    bottom: 0;
    transform: translateX(-100%);
    animation: slideRight 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 1s;
    background: rgb(179,161,173);
    height: 3px;
}.gratCard_cB a {
    overflow: hidden;
    display: block;
    transition: transform 0.4s ease-out;
    position: relative;
    text-decoration: none;
}.gratCard_cB a:hover {
    transform: translateY(-5px);
}.gratCard_cB a::before {
    height: 80px;
    transform: scale(0);
    bottom: -20px;
    content: "";
    position: absolute;
    width: 80px;
    right: -20px;
    opacity: 0;
    background: linear-gradient(135deg, transparent 50%, rgba(rgb(179,161,173,0.5), 0.1) 50%);
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    border-radius: 50% 0 50% 0;
}.gratCard_cB a:hover::before {
    transform: scale(1);
    opacity: 1;
}.gratCard_cB p {
    position: relative;
    transform: translateY(10px);
    font-size: 18px;
    margin: 0;
    line-height: 1.7;
    color: #000000;
    opacity: 0;
    animation: fadeIn 0.8s ease-out forwards 1.2s;
    font-family: Arial, sans-serif;
}

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

@keyframes growDown {
    from {
        transform: scaleY(0);
    }
    to {
        transform: scaleY(1);
    }
}

@keyframes slideRight {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0);
    }
}

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

@keyframes float {
    0% {
        transform: rotate(-15deg) skew(5deg) translate(0, 0);
    }
    50% {
        transform: rotate(-12deg) skew(3deg) translate(-10px, 10px);
    }
    100% {
        transform: rotate(-18deg) skew(7deg) translate(10px, -10px);
    }
}

@media screen and (min-width: 768px) {.gratCard_cB {
    padding: 8rem 0;
}.gratCard_cB .our_ethos_Yj {
    border-radius: 10px;
    padding: clamp(2.5rem, 6vw, 4rem);
    gap: calc(18px * 2);
}.gratCard_cB h5 {
    padding-bottom: 1rem;
    font-size: calc(18px * 1.1);
}.gratCard_cB h5::after {
    width: 120px;
    height: 4px;
}
}

@media screen and (min-width: 992px) {.gratCard_cB {
    padding: 10rem 0;
}.gratCard_cB .our_ethos_Yj {
    grid-template-columns: 1fr 1fr;
    padding: clamp(3rem, 7vw, 5rem);
    gap: calc(18px * 3);
}.gratCard_cB h5 {
    padding-bottom: 0;
    font-size: calc(18px * 1.2);
}.gratCard_cB h5::after {
    bottom: -0.75rem;
}.gratCard_cB p {
    font-size: calc(18px * 1.05);
}
}

@media screen and (max-width: 767px) {.gratCard_cB {
    padding: 4rem 0;
}.gratCard_cB .our_ethos_Yj {
    padding: 1.75rem;
}.gratCard_cB h5 {
    font-size: calc(18px * 0.9);
}.gratCard_cB p {
    font-size: calc(18px * 0.95);
}
}

@media (prefers-reduced-motion: reduce) {.gratCard_cB::before,
    .gratCard_cB::after {
    animation: none;
}.gratCard_cB .our_ethos_Yj,
    .gratCard_cB h5::after,
    .gratCard_cB p {
    animation-duration: 0.1s;
}.gratCard_cB a:hover {
    transform: none;
}}.join_now_xd {
    z-index: 1;
    overflow: hidden;
    position: relative;
    background: linear-gradient(110deg, rgb(212,198,208) 0%, rgb(179,161,173) 100%);
    padding: 140px 0;
}.join_now_xd::before {
    width: 100%;
    animation: patternMove 15s linear infinite;
    content: '';
    left: 0;
    background-size: 30px 30px;
    position: absolute;
    top: 0;
    background: 
        linear-gradient(
            135deg,
            transparent 25%,
            rgba(255, 255, 255, 0.05) 25%,
            rgba(255, 255, 255, 0.05) 50%,
            transparent 50%,
            transparent 75%,
            rgba(255, 255, 255, 0.05) 75%
        );
    opacity: 0.5;
    height: 100%;
    z-index: -1;
}.join_now_xd::after {
    z-index: -1;
    animation: rotateConic 30s linear infinite;
    height: 200%;
    position: absolute;
    content: '';
    left: -50%;
    background: conic-gradient(
        from 0deg at 50% 50%,
        rgba(255, 255, 255, 0) 0deg,
        rgba(255, 255, 255, 0.03) 90deg,
        rgba(255, 255, 255, 0) 180deg,
        rgba(255, 255, 255, 0.03) 270deg,
        rgba(255, 255, 255, 0) 360deg
    );
    top: -50%;
    width: 200%;
}.join_now_xd .our_ethos_Yj {
    margin: 0 auto;
    align-items: center;
    z-index: 2;
    display: flex;
    flex-direction: column;
    max-width: 900px;
    padding: 0;
    justify-content: center;
    position: relative;
}.join_now_xd .our_ethos_Yj::before {
    width: 140%;
    border-radius: 20px;
    top: 0;
    background: rgba(255, 255, 255, 0.05);
    z-index: -1;
    left: -20%;
    backdrop-filter: blur(10px);
    height: 100%;
    content: '';
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 10px 20px rgba(0, 0, 0, 0.05);
    transform: skewX(-15deg);
    position: absolute;
}.join_now_xd .our_ethos_Yj::after {
    animation: floatBubble 10s ease-in-out infinite alternate;
    width: 100px;
    filter: blur(20px);
    background: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.2) 0%,
        transparent 70%
    );
    border-radius: 50%;
    content: '';
    z-index: -1;
    height: 100px;
    position: absolute;
    right: -30px;
    top: -30px;
}.join_now_xd h3 {
    letter-spacing: 2px;
    perspective: 1000px;
    padding: 0 20px;
    font-weight: 700;
    text-transform: uppercase;
    transform-style: preserve-3d;
    transition: all 0.5s ease;
    position: relative;
    font-family: Arial, sans-serif;
    margin: 60px 0;
    color: #ffffff;
    transform: rotateX(5deg);
    font-size: 30px;
    text-align: center;
}.join_now_xd h3::before {
    content: '';
    top: -30px;
    height: 1px;
    width: 80%;
    left: 10%;
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.5),
        transparent
    );
    position: absolute;
}.join_now_xd h3::after {
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    position: absolute;
    content: '';
    width: 60%;
    left: 20%;
    height: 1px;
    bottom: -30px;
}.join_now_xd h3:hover {
    transform: rotateX(0deg);
}.join_now_xd .quick_answers_tI {
    font-weight: 600;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(10deg);
    transition: all 0.4s ease;
    z-index: 1;
    background: linear-gradient(
        145deg,
        rgba(255, 255, 255, 0.9) 0%,
        rgba(255, 255, 255, 0.7) 100%
    );
    display: inline-block;
    padding: 20px 50px;
    transform-origin: bottom center;
    text-decoration: none;
    letter-spacing: 2px;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 15px;
    color: rgb(212,198,208);
    margin-bottom: 60px;
    font-family: Arial, sans-serif;
    position: relative;
    border-radius: 10px;
}.join_now_xd .quick_answers_tI::before {
    opacity: 0;
    background: linear-gradient(
        145deg,
        rgb(212,198,208) 0%,
        rgb(179,161,173) 100%
    );
    position: absolute;
    left: 0;
    height: 100%;
    transition: opacity 0.4s ease;
    top: 0;
    width: 100%;
    content: '';
    z-index: -1;
}.join_now_xd .quick_answers_tI::after {
    position: absolute;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.05),
        transparent
    );
    left: 0;
    width: 100%;
    z-index: -1;
    content: '';
    height: 20px;
    top: 0;
}.join_now_xd .quick_answers_tI:hover {
    color: #ffffff;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.2),
        0 10px 20px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.join_now_xd .quick_answers_tI:hover::before {
    opacity: 1;
}

@media screen and (max-width: 992px) {.join_now_xd {
    padding: 120px 0;
}.join_now_xd .our_ethos_Yj::before {
    left: -15%;
    width: 130%;
}.join_now_xd h3 {
    font-size: calc(30px * 0.9);
    margin: 50px 0;
}.join_now_xd .quick_answers_tI {
    margin-bottom: 50px;
    font-size: calc(15px * 0.95);
    padding: 18px 45px;
}
}

@media screen and (max-width: 768px) {.join_now_xd {
    padding: 100px 0;
}.join_now_xd .our_ethos_Yj::before {
    left: -10%;
    transform: skewX(-10deg);
    width: 120%;
}.join_now_xd h3 {
    margin: 40px 0;
    transform: none;
    font-size: calc(30px * 0.8);
}.join_now_xd h3::before {
    top: -25px;
}.join_now_xd h3::after {
    bottom: -25px;
}.join_now_xd .quick_answers_tI {
    padding: 15px 40px;
    transform: none;
    font-size: calc(15px * 0.9);
    margin-bottom: 40px;
}.join_now_xd .quick_answers_tI:hover {
    transform: translateY(-5px);
}
}

@media screen and (max-width: 576px) {.join_now_xd {
    padding: 80px 0;
}.join_now_xd .our_ethos_Yj::before {
    left: -5%;
    width: 110%;
    transform: skewX(-5deg);
}.join_now_xd h3 {
    font-size: calc(30px * 0.7);
    margin: 35px 0;
    letter-spacing: 1px;
}.join_now_xd h3::before {
    top: -20px;
}.join_now_xd h3::after {
    bottom: -20px;
}.join_now_xd .quick_answers_tI {
    padding: 12px 35px;
    letter-spacing: 1px;
    margin-bottom: 35px;
    font-size: calc(15px * 0.85);
}}

@keyframes patternMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 30px;
    }
}

@keyframes rotateConic {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes floatBubble {
    0% {
        transform: translate(0, 0);
        opacity: 0.5;
    }
    50% {
        transform: translate(-20px, 20px);
        opacity: 0.7;
    }
    100% {
        transform: translate(0, 0);
        opacity: 0.5;
    }
}header .top_mainwrap_Dc {
    position: relative;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    background: linear-gradient(120deg, rgb(239,234,238) 0%, rgb(212,198,208,0.5) 100%);
    z-index: 100;
    overflow: hidden;
}header .top_mainwrap_Dc::before {
    height: 100%;
    opacity: 0.1;
    width: 100%;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 10px,
        rgb(179,161,173,0.5) 10px,
        rgb(179,161,173,0.5) 11px
    );
    content: "";
    top: 0;
    position: absolute;
    animation: slidePattern 25s linear infinite;
    left: 0;
}header .top_mainwrap_Dc::after {
    opacity: 0.1;
    z-index: -2;
    transform: rotate(-2deg);
    height: 100px;
    position: absolute;
    background: rgb(212,198,208);
    content: "";
    left: -25%;
    width: 150%;
    top: -50px;
}header .container {
    position: relative;
    padding: 1.5rem 2rem;
}header .top_lead_ef {
    gap: 2rem;
    grid-template-columns: auto 1fr;
    display: grid;
    align-items: center;
}header .site_main_Ul {
    z-index: 2;
    position: relative;
}header .top_learning_Ye {
    box-shadow: 5px 5px 0 rgb(212,198,208,0.5);
    transition: all 0.3s ease;
    position: relative;
    transform: rotate(-3deg);
    display: block;
    padding: 15px;
    background: #ffffff;
    border-radius: 10px;
}header .top_learning_Ye::before {
    border: 2px dashed rgb(212,198,208,0.5);
    right: -5px;
    border-radius: 10px;
    content: "";
    opacity: 0;
    bottom: -5px;
    position: absolute;
    left: -5px;
    top: -5px;
    transition: all 0.3s ease;
}header .top_learning_Ye:hover {
    box-shadow: 8px 8px 0 rgb(212,198,208);
    transform: rotate(0deg) translateY(-5px);
}header .top_learning_Ye:hover::before {
    top: -8px;
    bottom: -8px;
    opacity: 1;
    left: -8px;
    right: -8px;
}header .top_learning_Ye svg {
    width: auto;
    filter: drop-shadow(2px 2px 0 rgba(0, 0, 0, 0.5));
    height: 45px;
}header .header_master_LE {
    position: relative;
    align-items: center;
    justify-content: flex-end;
    list-style: none;
    padding: 0;
    flex-wrap: wrap;
    margin: 0;
    display: flex;
}header .header_master_LE::before {
    bottom: 0;
    border-radius: 0 16px 16px 0;
    z-index: -1;
    right: 0;
    position: absolute;
    opacity: 0.15;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(179,161,173,0.5) 100%);
    top: 0;
    transition: width 0.3s ease;
    width: 85%;
}header .header_master_LE:hover::before {
    width: 100%;
}header .main_base_Cq {
    position: relative;
    margin: 5px 3px;
}header .main_base_Cq:nth-child(odd) {
    transform: translateY(-3px);
}header .main_base_Cq:nth-child(even) {
    transform: translateY(3px);
}header .main_base_Cq a {
    padding: 8px 16px;
    color: #000000;
    border-radius: 0 10px 0 10px;
    font-family: Arial, sans-serif;
    border-left: 3px solid transparent;
    transition: all 0.3s ease;
    font-weight: 600;
    font-size: 17px;
    background: #ffffff;
    position: relative;
    display: block;
    overflow: hidden;
    text-decoration: none;
}header .main_base_Cq a::before {
    background: rgb(212,198,208);
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    position: absolute;
    transform-origin: top;
    width: 5px;
    transition: transform 0.3s ease;
    transform: scaleY(0);
}header .main_base_Cq a::after {
    bottom: 0;
    transform: scaleX(0);
    width: 100%;
    transform-origin: left;
    height: 2px;
    transition: transform 0.3s ease 0.1s;
    background: linear-gradient(90deg, rgb(212,198,208) 0%, rgb(179,161,173) 100%);
    left: 0;
    content: "";
    position: absolute;
}header .main_base_Cq a:hover {
    border-left-color: rgb(212,198,208);
    color: rgb(212,198,208);
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.5);
    transform: translateX(5px);
}header .main_base_Cq a:hover::before {
    transform: scaleY(1);
}header .main_base_Cq a:hover::after {
    transform: scaleX(1);
}

@keyframes slidePattern {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 500px 500px;
    }
}

@media (max-width: 991px) {header .top_lead_ef {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}header .site_main_Ul {
    justify-self: center;
}header .header_master_LE {
    justify-content: center;
}header .header_master_LE::before {
    opacity: 0.1;
    width: 100%;
    background: rgb(179,161,173,0.5);
}
}

@media (max-width: 767px) {header .container {
    padding: 1.2rem 1rem;
}header .header_master_LE {
    width: 100%;
    flex-direction: column;
}header .main_base_Cq {
    margin: 3px 0;
    transform: none !important;
    width: 100%;
}header .main_base_Cq a {
    border-radius: 10px;
    border-left: none;
    border-bottom: 3px solid transparent;
    text-align: center;
}header .main_base_Cq a:hover {
    border-left-color: transparent;
    border-bottom-color: rgb(212,198,208);
    transform: translateY(-3px);
}header .main_base_Cq a::before {
    left: 0;
    right: auto;
    top: auto;
    width: 100%;
    bottom: 0;
    transform: scaleX(0);
    height: 5px;
}header .main_base_Cq a:hover::before {
    transform: scaleX(1);
}
}

@media (max-width: 480px) {header .top_learning_Ye {
    padding: 10px;
    transform: none;
}header .top_learning_Ye svg {
    height: 40px;
}header .top_learning_Ye:hover {
    transform: translateY(-3px);
}}.title_greeting_TF {
    justify-content: center;
    display: flex;
    min-height: 100vh;
    overflow: hidden;
    position: relative;
    background-color: rgb(212,198,208,0.5);
    perspective: 1000px;
    align-items: center;
}.title_greeting_TF::before {
    position: absolute;
    opacity: 0.7;
    height: 100%;
    top: 0;
    z-index: 1;
    width: 100%;
    content: "";
    left: 0;
    background: linear-gradient(135deg, rgb(179,161,173,0.5) 0%, rgba(255,255,255,0.1) 100%);
}.title_greeting_TF::after {
    position: absolute;
    background: radial-gradient(circle at center, rgb(212,198,208) 0%, transparent 70%);
    width: 100%;
    top: -50%;
    opacity: 0.1;
    content: "";
    z-index: 0;
    right: -50%;
    height: 100%;
    animation: pulseBg 15s infinite alternate ease-in-out;
}.title_greeting_TF .our_ethos_Yj {
    margin: 0 auto;
    padding: 2rem;
    z-index: 2;
    display: grid;
    position: relative;
    grid-template-columns: 1fr 1fr;
    max-width: 1200px;
    gap: 2rem;
    width: 100%;
    transform-style: preserve-3d;
}.title_greeting_TF h1 {
    transform: translateZ(20px);
    font-size: 43px;
    font-family: Arial, sans-serif;
    position: relative;
    letter-spacing: 0.5px;
    line-height: 1.2;
    grid-column: 1 / -1;
    font-weight: 700;
    margin-bottom: 2rem;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
    color: #000000;
}.title_greeting_TF h1::after {
    height: 4px;
    background: linear-gradient(90deg, rgb(212,198,208), rgb(179,161,173));
    position: absolute;
    bottom: -10px;
    content: "";
    left: 0;
    border-radius: 10px;
    width: 80px;
    animation: expandLine 3s infinite alternate ease-in-out;
}.title_greeting_TF .text_banner_LQ {
    position: relative;
    transform: translateZ(10px);
    transition: transform 0.5s ease;
}.title_greeting_TF .skill_quick_xF {
    background: linear-gradient(135deg, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.85) 100%);
    backdrop-filter: blur(5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1), 0 5px 15px rgba(0,0,0,0.05);
    border-radius: 30px;
    padding: 2.5rem;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateY(0);
}.title_greeting_TF .skill_quick_xF:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15), 0 10px 20px rgba(0,0,0,0.1);
}.title_greeting_TF p {
    line-height: 1.6;
    position: relative;
    margin-bottom: 2rem;
    font-size: calc(15px * 1.2);
    font-family: Arial, sans-serif;
    color: #000000;
}.title_greeting_TF svg {
    transform: rotateY(0deg);
    transition: transform 1.5s ease;
    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.1));
    width: 120px;
    height: 120px;
    margin: 1rem auto 2rem;
    display: block;
}.title_greeting_TF .skill_quick_xF:hover svg {
    transform: rotateY(360deg);
}.title_greeting_TF svg path {
    fill: rgb(212,198,208);
    transition: fill 0.3s ease;
}.title_greeting_TF svg text {
    font-family: Arial, sans-serif;
    fill: rgb(212,198,208);
    font-weight: 700;
    transition: fill 0.3s ease, transform 0.3s ease;
}.title_greeting_TF svg:hover path {
    fill: rgb(179,161,173);
}.title_greeting_TF svg:hover text {
    transform: scale(1.05);
    fill: rgb(179,161,173);
}.title_greeting_TF .query_inquiry_hG {
    letter-spacing: 0.5px;
    text-align: center;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(212,198,208) 0%, rgb(179,161,173) 100%);
    color: #ffffff;
    border-radius: 10px;
    font-size: 17px;
    font-weight: 600;
    display: inline-block;
    text-decoration: none;
    position: relative;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    padding: 1rem 2rem;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-family: Arial, sans-serif;
    z-index: 1;
}.title_greeting_TF .query_inquiry_hG::before {
    z-index: -1;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: all 0.6s ease;
    content: "";
    top: 0;
    height: 100%;
    width: 100%;
    left: -100%;
}.title_greeting_TF .query_inquiry_hG:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}.title_greeting_TF .query_inquiry_hG:hover::before {
    left: 100%;
}.title_greeting_TF .img_card_VR {
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateZ(5px) rotate(2deg);
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    height: 400px;
}.title_greeting_TF .img_card_VR::before {
    height: 100%;
    top: 0;
    content: "";
    position: absolute;
    z-index: 1;
    background: linear-gradient(to bottom, transparent 60%, rgb(212,198,208,0.5) 100%);
    width: 100%;
    left: 0;
}.title_greeting_TF .img_card_VR::after {
    z-index: 2;
    position: absolute;
    width: 100%;
    background: linear-gradient(45deg, rgb(179,161,173,0.5) 0%, transparent 50%);
    opacity: 0.5;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
}.title_greeting_TF .img_card_VR:hover {
    transform: translateZ(15px) rotate(0);
}

@keyframes pulseBg {
    0% {
        opacity: 0.05;
        transform: scale(1);
    }
    50% {
        opacity: 0.1;
        transform: scale(1.1);
    }
    100% {
        opacity: 0.05;
        transform: scale(1);
    }
}

@keyframes expandLine {
    0% {
        width: 80px;
    }
    100% {
        width: 120px;
    }
}

@media (min-width: 1200px) {.title_greeting_TF .our_ethos_Yj {
    gap: 4rem;
    padding: 3rem;
}.title_greeting_TF h1 {
    font-size: calc(43px * 1.2);
}.title_greeting_TF .img_card_VR {
    height: 500px;
}.title_greeting_TF svg {
    width: 150px;
    height: 150px;
}
}

@media (max-width: 991px) {.title_greeting_TF .our_ethos_Yj {
    grid-template-columns: 1fr;
    gap: 2rem;
}.title_greeting_TF h1 {
    font-size: 35px;
    text-align: center;
}.title_greeting_TF h1::after {
    left: 50%;
    transform: translateX(-50%);
}.title_greeting_TF .skill_quick_xF {
    text-align: center;
    padding: 2rem;
}.title_greeting_TF .img_card_VR {
    order: -1;
    transform: translateZ(5px) rotate(0);
    height: 350px;
}
}

@media (max-width: 767px) {.title_greeting_TF {
    min-height: auto;
    padding: 4rem 0;
}.title_greeting_TF .our_ethos_Yj {
    gap: 1.5rem;
    padding: 1.5rem;
}.title_greeting_TF h1 {
    margin-bottom: 1.5rem;
    font-size: calc(35px * 0.9);
}.title_greeting_TF .img_card_VR {
    height: 250px;
}.title_greeting_TF p {
    font-size: 15px;
    margin-bottom: 1.5rem;
}.title_greeting_TF svg {
    height: 100px;
    margin: 0.5rem auto 1.5rem;
    width: 100px;
}.title_greeting_TF .query_inquiry_hG {
    font-size: calc(17px * 0.9);
    padding: 0.75rem 1.5rem;
}
}

@media (max-width: 480px) {.title_greeting_TF {
    padding: 3rem 0;
}.title_greeting_TF .our_ethos_Yj {
    padding: 1rem;
}.title_greeting_TF h1 {
    font-size: calc(35px * 0.8);
}.title_greeting_TF .img_card_VR {
    height: 200px;
}.title_greeting_TF .skill_quick_xF {
    padding: 1.5rem;
}.title_greeting_TF svg {
    width: 80px;
    height: 80px;
}}.course_instructor_jU {
    perspective: 1000px;
    position: relative;
    background: linear-gradient(135deg, rgb(239,234,238) 0%, rgb(212,198,208,0.5) 100%);
    overflow: hidden;
    padding: 6rem 0;
}.course_instructor_jU::before {
    height: 100%;
    content: "";
    animation: rotateBackground 15s linear infinite;
    left: 0;
    top: 0;
    background: conic-gradient(from 225deg at 50% 50%, rgb(179,161,173,0.5) 0%, transparent 25%, rgb(212,198,208,0.5) 50%, transparent 75%, rgb(179,161,173,0.5) 100%);
    width: 100%;
    opacity: 0.4;
    position: absolute;
}.course_instructor_jU .container {
    padding: 0 2rem;
    max-width: 1200px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
}.course_instructor_jU .alumni_testimonials_YD {
    grid-template-areas:
        "photo quote"
        "info quote";
    background: linear-gradient(120deg, #ffffff 0%, rgba(255, 255, 255, 0.9) 100%);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5),
                0 0 0 1px rgb(179,161,173,0.5),
                0 10px 0 -5px rgb(212,198,208,0.5);
    grid-template-columns: 300px 1fr;
    padding: 3rem;
    display: grid;
    transform: rotateY(-5deg);
    border-radius: 15px;
    grid-template-rows: auto auto;
    gap: 1.5rem;
    transition: transform 0.5s ease;
    position: relative;
    backdrop-filter: blur(10px);
}.course_instructor_jU .alumni_testimonials_YD:hover {
    transform: rotateY(0);
}.course_instructor_jU .img_card_VR {
    border: 5px solid #ffffff;
    width: 220px;
    height: 220px;
    transition: all 0.4s ease;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5),
                0 0 0 10px rgb(212,198,208,0.5);
    transform: translateZ(30px);
    border-radius: 50%;
    grid-area: photo;
}.course_instructor_jU .alumni_testimonials_YD:hover .img_card_VR {
    transform: translateZ(50px) scale(1.05);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5),
                0 0 0 10px rgb(212,198,208);
}.course_instructor_jU .name {
    margin-top: 1rem;
    font-weight: 700;
    display: block;
    grid-area: info;
    transform: translateZ(20px);
    color: #000000;
    margin-bottom: 0.5rem;
    font-size: 32px;
}.course_instructor_jU .alumni_testimonials_YD span:not(.name) {
    font-weight: 600;
    margin-top: 3.5rem;
    font-size: 13px;
    transform: translateZ(15px);
    grid-area: info;
    display: block;
    color: rgb(212,198,208);
}.course_instructor_jU .work_section_IB {
    transform: translateZ(10px);
    position: relative;
    grid-area: quote;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    padding: 1.5rem 2rem;
    border-left: 4px solid rgb(179,161,173);
    font-size: calc(13px * 1.1);
    background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0.8));
    font-weight: 400;
    color: #000000;
    border-radius: 0 15px 15px 0;
    line-height: 1.6;
}.course_instructor_jU .work_section_IB::before {
    width: 100%;
    top: 0;
    left: 0;
    animation: shimmer 3s infinite linear;
    opacity: 0.2;
    height: 100%;
    content: "";
    mix-blend-mode: overlay;
    position: absolute;
    background: linear-gradient(45deg, transparent 40%, rgb(179,161,173,0.5) 40%, rgb(179,161,173,0.5) 60%, transparent 60%);
    background-size: 200% 200%;
}

@keyframes rotateBackground {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes shimmer {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

@media (max-width: 992px) {.course_instructor_jU .alumni_testimonials_YD {
    grid-template-rows: auto auto auto;
    grid-template-areas:
            "img_card_VR"
            "help_help_Hz"
            "work_section_IB";
    grid-template-columns: 1fr;
    padding: 2rem;
}.course_instructor_jU .img_card_VR {
    margin: 0 auto;
    width: 180px;
    height: 180px;
}.course_instructor_jU .name,
    .course_instructor_jU .alumni_testimonials_YD span:not(.name) {
    text-align: center;
    margin-top: 1rem;
}.course_instructor_jU .alumni_testimonials_YD span:not(.name) {
    margin-top: 0;
}
}

@media (max-width: 576px) {.course_instructor_jU {
    padding: 4rem 0;
}.course_instructor_jU .alumni_testimonials_YD {
    transform: none;
    padding: 1.5rem;
}.course_instructor_jU .img_card_VR {
    width: 140px;
    height: 140px;
}.course_instructor_jU .work_section_IB {
    padding: 1rem;
    font-size: 13px;
}}.service_connect_hO {
    perspective: 1000px;
    padding: 5rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(239,234,238), rgba(0, 0, 0, 0.5) 120%);
    overflow: hidden;
}.service_connect_hO::before {
    pointer-events: none;
    opacity: 0.07;
    position: absolute;
    content: "";
    transform: rotate(-15deg);
    height: 200%;
    left: -50%;
    background: radial-gradient(circle at center, rgb(212,198,208,0.5) 0%, transparent 60%);
    z-index: 0;
    width: 200%;
    top: -50%;
}.service_connect_hO .container {
    max-width: 1140px;
    z-index: 1;
    margin: 0 auto;
    position: relative;
    padding: 0 1.5rem;
    transform-style: preserve-3d;
}.service_connect_hO .form_learn_Cy {
    background: #ffffff;
    grid-template-columns: 1fr;
    position: relative;
    padding: 2.5rem;
    transform: rotateY(-3deg);
    display: grid;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 8px 16px rgba(0, 0, 0, 0.05),
                0 1px 3px rgba(0, 0, 0, 0.03);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    gap: 2rem;
    border-left: 5px solid rgb(212,198,208);
}.service_connect_hO .form_learn_Cy:hover {
    transform: rotateY(0deg) translateZ(10px) scale(1.01);
}.service_connect_hO h3 {
    margin-bottom: 1.5rem;
    transform-origin: left center;
    position: relative;
    transition: transform 0.4s ease;
    font-size: 34px;
    color: rgb(212,198,208);
    font-weight: 700;
}.service_connect_hO h3::after {
    height: 3px;
    transform: scaleX(0.8);
    content: "";
    bottom: -10px;
    transform-origin: left center;
    width: 80px;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    left: 0;
    background: linear-gradient(90deg, rgb(212,198,208), rgb(179,161,173));
    position: absolute;
}.service_connect_hO .form_learn_Cy:hover h3::after {
    transform: scaleX(1);
}.service_connect_hO p {
    color: #000000;
    transform: translateZ(20px);
    font-weight: 400;
    line-height: 1.6;
    font-size: 12px;
    margin-bottom: 1.5rem;
}.service_connect_hO h5 {
    font-weight: 600;
    color: #000000;
    display: flex;
    margin-bottom: 0.75rem;
    font-size: 19px;
    gap: 0.75rem;
    align-items: center;
}.service_connect_hO h5 svg {
    width: 22px;
    transition: transform 0.3s ease;
    height: 22px;
    flex-shrink: 0;
}.service_connect_hO h5 svg path {
    fill: rgb(212,198,208);
    transition: fill 0.3s ease;
}.service_connect_hO .assist_grid_NM {
    flex-direction: column;
    transform: translateZ(30px);
    gap: 1rem;
    margin-top: 1.5rem;
    padding: 0;
    position: relative;
    list-style: none;
    display: flex;
}.service_connect_hO .assist_grid_NM li {
    transform-origin: left center;
    position: relative;
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.service_connect_hO .assist_grid_NM li:hover {
    transform: translateX(5px);
}.service_connect_hO .quick_answers_tI {
    position: relative;
    text-decoration: none;
    padding: 0.5rem 0;
    color: #000000;
    display: flex;
    overflow: hidden;
    gap: 0.75rem;
    font-weight: 600;
    transition: color 0.3s ease;
    align-items: center;
    font-size: calc(12px * 1.05);
}.service_connect_hO .quick_answers_tI::before {
    background: linear-gradient(90deg, rgb(212,198,208), transparent);
    height: 2px;
    content: "";
    position: absolute;
    bottom: 0;
    transform: translateX(-100%);
    width: 100%;
    transition: transform 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    left: 0;
}.service_connect_hO .quick_answers_tI:hover {
    color: rgb(212,198,208);
}.service_connect_hO .quick_answers_tI:hover::before {
    transform: translateX(0);
}.service_connect_hO .quick_answers_tI svg {
    width: 22px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
    height: 22px;
}.service_connect_hO .quick_answers_tI:hover svg {
    transform: scale(1.15) rotate(5deg);
}.service_connect_hO .quick_answers_tI svg path {
    fill: rgb(212,198,208);
    transition: fill 0.3s ease;
}.service_connect_hO .quick_answers_tI:hover svg path {
    fill: rgb(179,161,173);
}

@media (min-width: 768px) {.service_connect_hO .form_learn_Cy {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto;
    padding: 3rem;
    gap: 2rem 4rem;
    grid-auto-flow: column;
}.service_connect_hO h3 {
    font-size: calc(34px * 1.1);
    grid-column: 1 / -1;
}.service_connect_hO h3::after {
    width: 100px;
}.service_connect_hO .assist_grid_NM {
    grid-column: 2;
    margin-top: 0;
    grid-row: 2 / -1;
}
}

@media (min-width: 992px) {.service_connect_hO {
    padding: 7rem 0;
}.service_connect_hO .form_learn_Cy {
    grid-template-columns: 1.5fr 1fr;
    padding: 4rem 3.5rem;
    transform: rotateY(-5deg);
}.service_connect_hO h3 {
    font-size: calc(42px * 0.85);
}.service_connect_hO p {
    font-size: calc(12px * 1.05);
}.service_connect_hO .assist_grid_NM {
    gap: 1.5rem;
}.service_connect_hO .quick_answers_tI {
    font-size: calc(12px * 1.1);
}.service_connect_hO .quick_answers_tI svg,
    .service_connect_hO h5 svg {
    height: 24px;
    width: 24px;
}
}

@media (min-width: 1200px) {.service_connect_hO .form_learn_Cy {
    padding: 4.5rem 4rem;
    grid-template-columns: 1.75fr 1fr;
}.service_connect_hO h3 {
    font-size: 42px;
}.service_connect_hO h3::after {
    width: 120px;
    height: 4px;
}
}

@media (max-width: 767px) {.service_connect_hO {
    padding: 4rem 0;
}.service_connect_hO .form_learn_Cy {
    padding: 2rem;
    transform: rotateY(-2deg);
}.service_connect_hO h3 {
    font-size: calc(34px * 0.9);
}.service_connect_hO h5 {
    font-size: calc(19px * 0.95);
}.service_connect_hO p {
    font-size: calc(12px * 0.95);
}}.our_mission_Td {
    padding: 120px 0;
    background: rgb(239,234,238);
    overflow: hidden;
    position: relative;
}.our_mission_Td::before {
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    left: 0;
    background: linear-gradient(135deg, rgb(212,198,208,0.5) 0%, transparent 50%);
    position: absolute;
    z-index: 1;
}.our_mission_Td::after {
    content: "";
    left: 0;
    height: 100%;
    z-index: 2;
    position: absolute;
    animation: pulse 15s infinite alternate;
    top: 0;
    background: radial-gradient(circle at 70% 30%, rgb(179,161,173,0.5) 0%, transparent 60%);
    width: 100%;
}.our_mission_Td .container {
    z-index: 10;
    position: relative;
}.our_mission_Td .our_ethos_Yj {
    display: flex;
    position: relative;
    flex-direction: column;
    gap: 60px;
}.our_mission_Td .our_ethos_Yj::before {
    background: linear-gradient(to bottom, transparent, rgb(212,198,208), transparent);
    left: 50%;
    position: absolute;
    content: "";
    height: 85%;
    transform: translateX(-50%);
    z-index: -1;
    width: 2px;
    top: 80px;
}.our_mission_Td h3 {
    transform: perspective(1000px) rotateX(0deg);
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    color: rgb(212,198,208);
    transition: transform 0.5s ease;
    font-weight: 700;
    font-size: 30px;
}.our_mission_Td h3::after {
    content: "";
    height: 3px;
    bottom: -15px;
    background: rgb(212,198,208);
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    width: 80px;
    border-radius: 10px;
}.our_mission_Td h3:hover {
    transform: perspective(1000px) rotateX(5deg);
}.our_mission_Td .who_weare_qm {
    gap: 40px;
    background: rgba(255, 255, 255, 0.05);
    border-left: 3px solid rgb(212,198,208);
    backdrop-filter: blur(10px);
    padding: 40px;
    overflow: hidden;
    grid-template-columns: 1fr 1fr;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: grid;
    border-radius: 22px;
    align-items: center;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}.our_mission_Td .who_weare_qm::before {
    border-radius: 50%;
    top: -100px;
    height: 200px;
    background: radial-gradient(circle, rgb(212,198,208,0.5) 0%, transparent 70%);
    position: absolute;
    animation: float 8s infinite ease-in-out;
    width: 200px;
    content: "";
    right: -100px;
}.our_mission_Td .who_weare_qm:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}.our_mission_Td .who_weare_qm span {
    font-weight: 600;
    color: rgb(212,198,208);
    grid-column: 1 / 2;
    position: relative;
    margin-bottom: 20px;
    font-size: 20px;
    padding-left: 15px;
    display: block;
}.our_mission_Td .who_weare_qm span::before {
    height: 100%;
    background: rgb(212,198,208);
    position: absolute;
    width: 5px;
    left: 0;
    content: "";
    top: 0;
    border-radius: 10px;
}.our_mission_Td .who_weare_qm p {
    line-height: 1.8;
    grid-column: 1 / 2;
    position: relative;
    color: #000000;
    font-size: 18px;
}.our_mission_Td .who_weare_qm .img_card_VR {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    height: 350px;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    grid-row: 1 / 3;
    border-radius: 22px;
    grid-column: 2 / 3;
}.our_mission_Td .who_weare_qm .img_card_VR::before {
    z-index: 1;
    height: 100%;
    content: "";
    position: absolute;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 60%);
}.our_mission_Td .who_weare_qm .img_card_VR::after {
    position: absolute;
    height: 5px;
    left: 0;
    content: "";
    width: 100%;
    top: 0;
    background: linear-gradient(to right, rgb(212,198,208), rgb(179,161,173));
}.our_mission_Td .who_weare_qm .img_card_VR:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    transform: scale(1.02);
}.our_mission_Td .online_mastery_AF {
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    display: grid;
    border-right: 3px solid rgb(179,161,173);
    grid-template-columns: 1fr 1fr;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    backdrop-filter: blur(10px);
    gap: 40px;
    padding: 40px;
    align-items: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 22px;
}.our_mission_Td .online_mastery_AF::before {
    content: "";
    bottom: -100px;
    animation: float 8s infinite ease-in-out reverse;
    position: absolute;
    background: radial-gradient(circle, rgb(179,161,173,0.5) 0%, transparent 70%);
    left: -100px;
    border-radius: 50%;
    width: 200px;
    height: 200px;
}.our_mission_Td .online_mastery_AF:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.our_mission_Td .online_mastery_AF p {
    line-height: 1.8;
    grid-column: 2 / 3;
    color: #000000;
    position: relative;
    grid-row: 1 / 2;
    font-size: 18px;
}.our_mission_Td .online_mastery_AF .value_vision_lw {
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    grid-column: 1 / 2;
    border-radius: 22px;
    position: relative;
    overflow: hidden;
    height: 350px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    grid-row: 1 / 2;
}.our_mission_Td .online_mastery_AF .value_vision_lw::before {
    position: absolute;
    z-index: 1;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 60%);
    width: 100%;
    content: "";
}.our_mission_Td .online_mastery_AF .value_vision_lw::after {
    height: 5px;
    content: "";
    top: 0;
    background: linear-gradient(to right, rgb(179,161,173), rgb(212,198,208));
    width: 100%;
    left: 0;
    position: absolute;
}.our_mission_Td .online_mastery_AF .value_vision_lw:hover {
    transform: scale(1.02);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

@keyframes pulse {
    0% {
        opacity: 0.4;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 0.4;
    }
}

@keyframes float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
    100% {
        transform: translateY(0);
    }
}

@media (max-width: 992px) {.our_mission_Td {
    padding: 80px 0;
}.our_mission_Td .our_ethos_Yj::before {
    height: 90%;
}.our_mission_Td .who_weare_qm,
    .our_mission_Td .online_mastery_AF {
    gap: 30px;
    grid-template-columns: 1fr;
}.our_mission_Td .who_weare_qm span,
    .our_mission_Td .who_weare_qm p {
    grid-column: 1 / -1;
}.our_mission_Td .who_weare_qm .img_card_VR {
    height: 300px;
    grid-column: 1 / -1;
    grid-row: 3 / 4;
}.our_mission_Td .online_mastery_AF p {
    grid-row: 2 / 3;
    grid-column: 1 / -1;
}.our_mission_Td .online_mastery_AF .value_vision_lw {
    grid-column: 1 / -1;
    height: 300px;
    grid-row: 1 / 2;
}
}

@media (max-width: 768px) {.our_mission_Td {
    padding: 60px 0;
}.our_mission_Td h3 {
    font-size: calc(30px * 0.9);
}.our_mission_Td .our_ethos_Yj {
    gap: 40px;
}.our_mission_Td .our_ethos_Yj::before {
    display: none;
}.our_mission_Td .who_weare_qm,
    .our_mission_Td .online_mastery_AF {
    padding: 30px;
}.our_mission_Td .who_weare_qm span {
    font-size: calc(20px * 0.9);
}.our_mission_Td .who_weare_qm .img_card_VR,
    .our_mission_Td .online_mastery_AF .value_vision_lw {
    height: 250px;
}
}

@media (max-width: 576px) {.our_mission_Td {
    padding: 40px 0;
}.our_mission_Td h3 {
    font-size: calc(30px * 0.8);
    margin-bottom: 30px;
}.our_mission_Td .who_weare_qm,
    .our_mission_Td .online_mastery_AF {
    gap: 20px;
    padding: 20px;
}.our_mission_Td .who_weare_qm span {
    margin-bottom: 15px;
}.our_mission_Td .who_weare_qm .img_card_VR,
    .our_mission_Td .online_mastery_AF .value_vision_lw {
    height: 200px;
}}.cookie_message_popup_dG {
    z-index: 90;
    padding: 1rem 0;
    overflow: hidden;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    align-items: center;
    justify-content: center;
    position: fixed;
    display: flex;
    background: rgb(239,234,238);
    transition: transform 0.3s ease-in-out;
    border-top: 3px solid rgb(212,198,208);
    bottom: 0;
    width: 100%;
}#cookieModalNotice_Qk {
    display: none;
}#cookieModalNotice_Qk:checked ~ .cookie_message_popup_dG {
    visibility: hidden;
    opacity: 0;
}.cookie_message_popup_dG .container {
    align-items: center;
    display: flex;
    position: relative;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
    z-index: 1;
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1140px;
}.cookie_frame_HE {
    align-items: center;
    display: flex;
    margin-right: 1rem;
    flex-shrink: 0;
}.cookie_frame_HE svg {
    fill: rgb(212,198,208);
    height: 50px;
    width: 50px;
}.privacy_gate_ZP {
    min-width: 300px;
    flex: 1;
    margin-bottom: 20px;
}.privacy_gate_ZP h5 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: rgb(212,198,208);
}.privacy_gate_ZP p {
    color: #000000;
    font-size: 1rem;
}.privacy_opt_GB {
    padding: 0.75rem 1.5rem;
    background: rgb(212,198,208);
    transition: background-color 0.3s ease, transform 0.3s ease;
    font-weight: 700;
    display: inline-block;
    color: #ffffff;
    border: none;
    cursor: pointer;
    border-radius: 10px;
    font-size: 1rem;
    text-decoration: none;
}.cookie_button.cookie_check_SF {
    background: rgb(212,198,208);
}.cookie_button.cookie_tips_in {
    background: #000000;
    margin-left: 0.5rem;
}.privacy_opt_GB:hover {
    background: #000000;
    transform: translateY(-3px);
}.cookie_button.cookie_tips_in:hover {
    background: rgb(212,198,208);
}.cookie_message_popup_dG p a {
    text-decoration: underline;
    transition: color 0.3s ease;
    color: rgb(212,198,208);
}.cookie_message_popup_dG p a:hover {
    color: #000000;
}
@media only screen and (max-width: 768px) {.cookie_message_popup_dG .container {
    align-items: center;
    flex-direction: column;
}.cookie_frame_HE {
    margin-bottom: 1rem;
    margin-right: 0;
}.privacy_gate_ZP {
    text-align: center;
    margin-bottom: 1rem;
}.cookie_button.cookie_tips_in {
    margin-top: 0.5rem;
    margin-left: 0;
}
}
