* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}header,footer {
    width: 100%;
}svg {
    height: 30px;
    width: 30px;
}a {
    color: inherit;
    text-decoration: none;
}.nav_begin_7dr {
    flex: 1 0 auto;
}.wrapper-skeleton_Z2b {
    min-height: 100%;
    display: flex;
    height: 100%;
    flex-direction: column;
}.container {
    max-width: 100%;
    width: 1110px;
    margin: auto;
}.award_show_Die {
    flex: 0 0 auto;
}html,body {
    scroll-behavior: auto;
    height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
    min-height: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.our_story_UWP {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.our_story_UWP::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.6));
    height: 100%;
    top: 0;
    width: 100%;
    left: 0;
    content: '';
    position: absolute;
    z-index: 1;
}.our_story_UWP::after {
    background: rgb(212,210,176);
    width: 250px;
    z-index: 1;
    content: '';
    opacity: 0.15;
    animation: float 15s infinite ease-in-out;
    position: absolute;
    transform: rotate(45deg);
    top: -50px;
    height: 250px;
    right: -50px;
}.our_story_UWP .container {
    max-width: 1200px;
    padding: 0 30px;
    z-index: 2;
    perspective: 1000px;
    position: relative;
    margin: 0 auto;
}.our_story_UWP .text_post_xh9 {
    clip-path: polygon(
        0 0, 
        100% 0, 
        98% 98%, 
        2% 100%
    );
    transform-style: preserve-3d;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.97), rgba(255, 255, 255, 0.92));
    transform: rotateY(-3deg) translateZ(0);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25),
                0 0 0 1px rgba(0, 0, 0, 0.05),
                inset 0 1px 0 rgba(255, 255, 255, 0.6);
    padding: 50px 60px;
    transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}.our_story_UWP .text_post_xh9:hover {
    transform: rotateY(0deg) translateZ(10px);
}.our_story_UWP h1 {
    position: relative;
    letter-spacing: -0.02em;
    margin-bottom: 35px;
    transform: translateZ(30px);
    font-size: 41px;
    font-weight: 700;
    color: rgb(212,210,176);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}.our_story_UWP h1::after {
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, rgb(212,210,176), rgb(188,188,103));
    position: absolute;
    bottom: -12px;
    content: '';
    transform: skewX(-20deg);
    left: 0;
}.our_story_UWP ul {
    margin: 0;
    transform: translateZ(15px);
    list-style: none;
    padding: 0;
}.our_story_UWP li {
    margin-bottom: 20px;
}.our_story_UWP li:last-child {
    margin-bottom: 0;
}.our_story_UWP h4 {
    font-size: calc(18px + 2px);
    display: inline-block;
    position: relative;
    margin-bottom: 15px;
    font-weight: 600;
    color: #000000;
}.our_story_UWP h4::before {
    content: '';
    position: absolute;
    background: rgb(212,210,176);
    width: 12px;
    top: 50%;
    height: 12px;
    opacity: 0.8;
    left: -24px;
    transform: translateY(-50%) rotate(45deg);
}.our_story_UWP span {
    position: relative;
    columns: 1;
    font-family: Arial, sans-serif;
    padding-left: 0;
    display: block;
    column-gap: 40px;
    color: #000000;
    text-align: justify;
    line-height: 1.75;
    font-size: 16px;
}

@media (min-width: 768px) {.our_story_UWP span {
    columns: 2;
}}

.our_story_UWP span::first-letter {
    font-size: 1.3em;
    font-weight: 700;
    color: rgb(212,210,176);
}

@keyframes float {
    0%, 100% {
        transform: rotate(45deg) translate(0, 0);
    }
    50% {
        transform: rotate(45deg) translate(20px, -30px);
    }
}

@media (max-width: 991px) {.our_story_UWP {
    padding: 90px 0;
}.our_story_UWP .text_post_xh9 {
    padding: 40px 35px;
    transform: rotateY(-2deg) translateZ(0);
}.our_story_UWP h1 {
    margin-bottom: 30px;
    font-size: calc(41px - 4px);
}.our_story_UWP h1::after {
    width: 70px;
    height: 3px;
}
}

@media (max-width: 767px) {.our_story_UWP {
    padding: 70px 0;
}.our_story_UWP::after {
    height: 180px;
    width: 180px;
    right: -30px;
    top: -30px;
}.our_story_UWP .container {
    padding: 0 20px;
}.our_story_UWP .text_post_xh9 {
    padding: 35px 25px;
    clip-path: polygon(
            0 0, 
            100% 0, 
            97% 97%, 
            3% 100%
        );
    transform: rotateY(0deg) translateZ(0);
}.our_story_UWP h1 {
    font-size: calc(41px - 8px);
    margin-bottom: 25px;
}.our_story_UWP h1::after {
    width: 60px;
    height: 3px;
    bottom: -10px;
}.our_story_UWP h4 {
    margin-bottom: 12px;
    font-size: 18px;
}.our_story_UWP h4::before {
    width: 10px;
    left: -20px;
    height: 10px;
}.our_story_UWP span {
    font-size: calc(16px - 1px);
    line-height: 1.6;
}
}

@media (max-width: 480px) {.our_story_UWP {
    padding: 60px 0;
}.our_story_UWP::after {
    height: 130px;
    width: 130px;
}.our_story_UWP .text_post_xh9 {
    padding: 30px 20px;
}.our_story_UWP h1 {
    font-size: calc(41px - 12px);
    margin-bottom: 20px;
}.our_story_UWP h1::after {
    width: 50px;
    height: 2px;
    bottom: -8px;
}.our_story_UWP h4 {
    margin-bottom: 10px;
    font-size: calc(18px - 2px);
}.our_story_UWP h4::before {
    left: -16px;
    width: 8px;
    height: 8px;
}.our_story_UWP span {
    line-height: 1.5;
    font-size: calc(16px - 2px);
}}.contact_form_section_HGZ {
    overflow: hidden;
    background: linear-gradient(120deg, rgb(233,233,221) 0%, #1a1e2e 100%);
    position: relative;
    padding: 90px 0;
}.contact_form_section_HGZ::before {
    background: 
        radial-gradient(circle at 20% 50%, rgba(0, 0, 0, 0.4) 0%, transparent 40%),
        linear-gradient(0deg, transparent 80%, rgba(rgb(212,210,176), 0.05) 100%);
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    z-index: 0;
    position: absolute;
}.contact_form_section_HGZ::after {
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100px;
    content: "";
    position: absolute;
    bottom: 0;
    background: 
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 20px);
}.contact_form_section_HGZ .container {
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
    z-index: 2;
    margin: 0 auto;
}.contact_form_section_HGZ h2 {
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    text-align: center;
    color: #ffffff;
    font-size: 35px;
    margin-bottom: 70px;
}.contact_form_section_HGZ h2::before {
    background: rgb(212,210,176);
    content: "";
    position: absolute;
    width: 30px;
    height: 2px;
    left: calc(50% - 50px);
    bottom: -20px;
}.contact_form_section_HGZ h2::after {
    height: 2px;
    left: calc(50% - 10px);
    background: rgb(212,210,176);
    width: 70px;
    bottom: -20px;
    position: absolute;
    content: "";
}.contact_form_section_HGZ .support_query_Rvl {
    overflow: hidden;
    display: grid;
    grid-template-columns: 6fr 4fr;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(0, 0, 0, 0.2);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    border-radius: 19px;
    backdrop-filter: blur(10px);
}.contact_form_section_HGZ .image_box_item_F4s {
    position: relative;
    min-height: 100%;
}.contact_form_section_HGZ .image_box_item_F4s::before {
    left: 0;
    top: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
    height: 100%;
    position: absolute;
    width: 100%;
    content: "";
    z-index: 1;
}.contact_form_section_HGZ .image_box_item_F4s::after {
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(rgb(212,210,176), 0.1) 10px, rgba(rgb(212,210,176), 0.1) 11px);
    width: 100%;
    top: 0;
    content: "";
    position: absolute;
    z-index: 2;
    left: 0;
    height: 100%;
    animation: scanLines 5s linear infinite;
}@keyframes scanLines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.contact_form_section_HGZ .help_list_LNY {
    padding: 50px;
    position: relative;
}.contact_form_section_HGZ .help_list_LNY::before {
    background: radial-gradient(circle at 50% 30%, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
    z-index: -1;
    position: absolute;
    height: 100%;
    content: "";
    left: 0;
    width: 100%;
    top: 0;
}.contact_form_section_HGZ #contact {
    display: flex;
    gap: 25px;
    flex-direction: column;
}.contact_form_section_HGZ h3 {
    font-size: 19px;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #ffffff;
    position: relative;
    display: inline-block;
}.contact_form_section_HGZ h3::after {
    content: "";
    height: 2px;
    left: 0;
    width: 50px;
    position: absolute;
    background: rgb(212,210,176);
    bottom: -10px;
}.contact_form_section_HGZ input[type="text"] {
    color: #ffffff;
    font-size: 14px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.2);
    padding: 16px 20px;
    transition: all 0.3s ease;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
}.contact_form_section_HGZ input[type="text"]:focus {
    background: rgba(0, 0, 0, 0.3);
    outline: none;
    border-color: rgb(212,210,176);
    box-shadow: 0 0 15px rgba(rgb(212,210,176), 0.2);
}.contact_form_section_HGZ input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}.contact_form_section_HGZ .query_message_ZGU {
    align-items: flex-start;
    gap: 12px;
    display: flex;
    margin-top: 5px;
}.contact_form_section_HGZ .query_message_ZGU input[type="checkbox"] {
    cursor: pointer;
    background: rgba(0, 0, 0, 0.2);
    width: 24px;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
    height: 24px;
    margin-top: 2px;
    border-radius: 3px;
    appearance: none;
}.contact_form_section_HGZ .query_message_ZGU input[type="checkbox"]:checked {
    background: rgb(212,210,176);
    border-color: rgb(212,210,176);
}.contact_form_section_HGZ .query_message_ZGU input[type="checkbox"]:checked::after {
    transform: rotate(45deg);
    border-width: 0 2px 2px 0;
    left: 9px;
    border: solid #ffffff;
    height: 10px;
    top: 6px;
    position: absolute;
    width: 6px;
    content: "";
}.contact_form_section_HGZ .query_message_ZGU label {
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.7);
    font-size: calc(14px - 2px);
}.contact_form_section_HGZ .query_message_ZGU a {
    position: relative;
    color: rgb(212,210,176);
    transition: all 0.3s ease;
    text-decoration: none;
}.contact_form_section_HGZ .query_message_ZGU a:hover {
    color: #ffffff;
}.contact_form_section_HGZ .query_message_ZGU a::after {
    height: 1px;
    left: 0;
    transition: all 0.3s ease;
    position: absolute;
    bottom: -2px;
    width: 100%;
    content: "";
    background: rgb(212,210,176);
}.contact_form_section_HGZ .query_message_ZGU a:hover::after {
    background: #ffffff;
}.contact_form_section_HGZ .inquiry_card_aOG {
    font-size: 14px;
    background: rgb(212,210,176);
    transition: all 0.3s ease;
    margin-top: 10px;
    text-transform: uppercase;
    padding: 16px 35px;
    overflow: hidden;
    font-weight: 600;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    cursor: pointer;
    position: relative;
    border: none;
    align-self: flex-start;
    border-radius: 10px;
    letter-spacing: 1px;
}.contact_form_section_HGZ .inquiry_card_aOG::before {
    content: "";
    transition: all 0.5s ease;
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}.contact_form_section_HGZ .inquiry_card_aOG:hover {
    background: rgb(188,188,103);
    transform: translateY(-3px);
}.contact_form_section_HGZ .inquiry_card_aOG:hover::before {
    left: 100%;
}.contact_form_section_HGZ svg {
    filter: drop-shadow(0 0 5px rgba(rgb(212,210,176), 0.5));
    height: 22px;
    width: 22px;
    transition: all 0.3s ease;
    fill: rgb(212,210,176);
}.contact_form_section_HGZ svg path {
    transition: all 0.3s ease;
    fill: rgb(212,210,176);
}.contact_form_section_HGZ svg:hover {
    fill: #ffffff;
    transform: scale(1.1);
}.contact_form_section_HGZ svg:hover path {
    fill: #ffffff;
}

@media (max-width: 992px) {.contact_form_section_HGZ {
    padding: 70px 0;
}.contact_form_section_HGZ .support_query_Rvl {
    grid-template-columns: 1fr;
}.contact_form_section_HGZ .image_box_item_F4s {
    min-height: 300px;
}.contact_form_section_HGZ .help_list_LNY {
    padding: 40px 30px 50px;
}
}

@media (max-width: 768px) {.contact_form_section_HGZ {
    padding: 50px 0;
}.contact_form_section_HGZ h2 {
    margin-bottom: 50px;
    font-size: calc(35px - 4px);
}.contact_form_section_HGZ .image_box_item_F4s {
    min-height: 250px;
}
}

@media (max-width: 576px) {.contact_form_section_HGZ {
    padding: 40px 0;
}.contact_form_section_HGZ .container {
    padding: 0 15px;
}.contact_form_section_HGZ h2 {
    font-size: calc(35px - 6px);
    margin-bottom: 40px;
}.contact_form_section_HGZ h2::before {
    left: calc(50% - 35px);
    width: 20px;
}.contact_form_section_HGZ h2::after {
    width: 50px;
}.contact_form_section_HGZ .help_list_LNY {
    padding: 30px 20px 40px;
}.contact_form_section_HGZ #contact {
    gap: 20px;
}.contact_form_section_HGZ .inquiry_card_aOG {
    width: 100%;
}.contact_form_section_HGZ .image_box_item_F4s {
    min-height: 200px;
}}.secure_enclave_vle {
    overflow: hidden;
    padding: 5rem 2rem;
    background: linear-gradient(135deg, rgb(233,233,221) 0%, rgba(250, 250, 255, 0.95) 100%);
    position: relative;
}.secure_enclave_vle::before {
    z-index: 0;
    opacity: 0.15;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: radial-gradient(circle at 10% 30%, rgb(188,188,103,0.5) 0%, transparent 60%);
    left: 0;
    content: "";
}.secure_enclave_vle::after {
    opacity: 0.1;
    width: 50%;
    height: 40%;
    background: linear-gradient(45deg, transparent 40%, rgb(212,210,176,0.5) 100%);
    z-index: 0;
    bottom: -10px;
    transform: skewY(-5deg);
    position: absolute;
    right: -10px;
    content: "";
}.secure_enclave_vle .container {
    position: relative;
    transform-style: preserve-3d;
    z-index: 1;
    margin: 0 auto;
    max-width: 1200px;
    perspective: 1000px;
}.secure_enclave_vle h1 {
    letter-spacing: -0.02em;
    display: inline-block;
    font-size: 42px;
    position: relative;
    color: rgb(212,210,176);
    transform: translateZ(10px);
    border-bottom: 3px solid rgb(188,188,103,0.5);
    margin-bottom: 2.5rem;
    padding-bottom: 0.5rem;
    font-weight: 700;
}.secure_enclave_vle h1::after {
    bottom: -3px;
    content: "";
    left: 0;
    animation: lineGrow 1.5s ease-out forwards;
    width: 60%;
    background: rgb(212,210,176);
    transform-origin: left;
    height: 3px;
    position: absolute;
}.secure_enclave_vle h2 {
    padding-left: 1.5rem;
    transform: translateZ(5px);
    font-size: 31px;
    color: #000000;
    margin-bottom: 1.25rem;
    margin-top: 3rem;
    position: relative;
    font-weight: 600;
}.secure_enclave_vle h2::before {
    transform: translateY(-50%) rotate(45deg);
    background: rgb(188,188,103);
    left: 0;
    position: absolute;
    height: 0.75rem;
    width: 0.75rem;
    top: 50%;
    content: "";
}.secure_enclave_vle h3 {
    font-weight: 600;
    padding-left: 1.25rem;
    color: #000000;
    margin-bottom: 1.25rem;
    position: relative;
    font-size: calc(31px * 0.85);
    margin-top: 2.5rem;
}.secure_enclave_vle h3::before {
    height: 0.6rem;
    transform: translateY(-50%) rotate(45deg);
    left: 0;
    width: 0.6rem;
    content: "";
    top: 50%;
    background: rgb(188,188,103,0.5);
    position: absolute;
}.secure_enclave_vle h4 {
    color: #000000;
    font-weight: 600;
    position: relative;
    margin-bottom: 1rem;
    padding-left: 1rem;
    font-size: calc(31px * 0.7);
    margin-top: 2rem;
}.secure_enclave_vle h4::before {
    content: "";
    width: 0.5rem;
    opacity: 0.7;
    left: 0;
    height: 0.5rem;
    position: absolute;
    background: rgb(188,188,103,0.5);
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}.secure_enclave_vle p {
    line-height: 1.7;
    transform: translateZ(0);
    color: #000000;
    margin-bottom: 1.5rem;
    padding-right: 1rem;
    font-size: 14px;
    position: relative;
    max-width: 90ch;
}.secure_enclave_vle p strong {
    font-weight: 600;
    display: inline-block;
    color: #000000;
    position: relative;
}.secure_enclave_vle p strong::after {
    width: 100%;
    height: 2px;
    left: 0;
    bottom: -2px;
    background: rgb(188,188,103,0.5);
    content: "";
    position: absolute;
    transform-origin: left;
    transform: scaleX(0.9);
}.secure_enclave_vle ul {
    margin: 1.5rem 0 2.5rem 1.5rem;
    list-style: none;
    padding: 0;
    position: relative;
}.secure_enclave_vle ul::before {
    content: "";
    background: linear-gradient(to bottom, rgb(188,188,103,0.5), transparent);
    top: 0;
    left: -1rem;
    position: absolute;
    height: 100%;
    width: 2px;
}.secure_enclave_vle li {
    margin-bottom: 1rem;
    font-size: 14px;
    padding-left: 1.5rem;
    transform: translateZ(0);
    transition: transform 0.3s ease;
    line-height: 1.6;
    color: #000000;
    position: relative;
}.secure_enclave_vle li::before {
    width: 0.5rem;
    left: 0;
    height: 0.5rem;
    top: 0.6em;
    position: absolute;
    border-radius: 10px;
    transform: rotate(45deg);
    border: 2px solid rgb(188,188,103);
    content: "";
}.secure_enclave_vle li:hover {
    transform: translateX(5px) translateZ(0);
}.secure_enclave_vle span {
    background: rgba(255,255,255,0.7);
    font-size: 14px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.03);
    padding: 1.25rem;
    transform: translateZ(0);
    color: #000000;
    transition: all 0.3s ease;
    border-left: 3px solid rgb(188,188,103);
    margin-bottom: 2rem;
    line-height: 1.7;
    display: block;
}.secure_enclave_vle span:hover {
    background: rgba(255,255,255,0.9);
    transform: translateY(-3px) translateZ(0);
    box-shadow: 0 8px 20px rgba(0,0,0,0.06);
}

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

@media (min-width: 768px) {.secure_enclave_vle {
    padding: 6rem 3rem;
}.secure_enclave_vle .container {
    padding: 0 2rem;
}.secure_enclave_vle h1 {
    font-size: calc(42px * 1.1);
    margin-bottom: 3rem;
}.secure_enclave_vle h2 {
    margin-top: 4rem;
    font-size: calc(31px * 1.05);
}.secure_enclave_vle ul {
    margin-left: 2.5rem;
}
}

@media (min-width: 992px) {.secure_enclave_vle {
    padding: 7rem 4rem;
}.secure_enclave_vle h1 {
    transform: translateX(2rem) translateZ(10px);
}.secure_enclave_vle span {
    width: calc(100% - 4rem);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin-left: 2rem;
}.secure_enclave_vle span:hover {
    transform: translateY(-5px) translateX(5px) translateZ(0);
}.secure_enclave_vle p, .secure_enclave_vle li {
    font-size: calc(14px * 1.05);
}
}

@media (max-width: 767px) {.secure_enclave_vle {
    padding: 4rem 1.5rem;
}.secure_enclave_vle h1 {
    margin-bottom: 2rem;
    font-size: calc(42px * 0.9);
}.secure_enclave_vle h2 {
    margin-top: 2.5rem;
    padding-left: 1.25rem;
    font-size: calc(31px * 0.9);
}.secure_enclave_vle h3, .secure_enclave_vle h4 {
    padding-left: 1rem;
}.secure_enclave_vle p, .secure_enclave_vle li, .secure_enclave_vle span {
    font-size: calc(14px * 0.95);
}.secure_enclave_vle ul {
    margin-left: 0.5rem;
}.secure_enclave_vle li {
    padding-left: 1.25rem;
}.secure_enclave_vle span {
    padding: 1rem;
}}.learning_outcomes_pzj {
    background: linear-gradient(160deg, rgb(233,233,221) 0%, #ffffff 100%);
    overflow: hidden;
    font-family: Arial, sans-serif;
    padding: 80px 0;
    position: relative;
}.learning_outcomes_pzj::before {
    content: "";
    filter: blur(100px);
    background: rgb(212,210,176,0.5);
    height: 400px;
    position: absolute;
    opacity: 0.3;
    right: -150px;
    top: -150px;
    border-radius: 50%;
    animation: pulse 10s ease-in-out infinite alternate;
    width: 400px;
}.learning_outcomes_pzj::after {
    animation: pulse 12s ease-in-out infinite alternate-reverse;
    background: rgb(188,188,103,0.5);
    opacity: 0.3;
    left: -150px;
    height: 400px;
    bottom: -150px;
    border-radius: 50%;
    position: absolute;
    content: "";
    width: 400px;
    filter: blur(100px);
}@keyframes pulse {
  0% {
    opacity: 0.2;
    transform: scale(0.9);
  }
  100% {
    opacity: 0.4;
    transform: scale(1.1);
  }
}

.learning_outcomes_pzj .container {
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
}.learning_outcomes_pzj .mentor_team_Bzt {
    grid-template-columns: 1fr 1.3fr;
    gap: 0;
    position: relative;
    display: grid;
}.learning_outcomes_pzj .image_box_item_F4s {
    transition: all 0.5s ease;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.15);
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    z-index: 1;
    transform-origin: center;
    height: 100%;
    object-fit: cover;
    min-height: 400px;
}.learning_outcomes_pzj .image_box_item_F4s:hover {
    transform: scale(1.02);
}.learning_outcomes_pzj .text_post_xh9 {
    z-index: 2;
    background: #ffffff;
    box-shadow: 
    10px 10px 30px rgba(0, 0, 0, 0.1),
    -5px -5px 20px rgba(255, 255, 255, 0.7);
    position: relative;
    margin-left: -30px;
    padding: 40px 35px 40px 45px;
    border-radius: 15px;
}.learning_outcomes_pzj .text_post_xh9::before {
    top: 0;
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, rgb(212,210,176,0.5), transparent);
    position: absolute;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    content: "";
    opacity: 0.4;
    right: 0;
}.learning_outcomes_pzj .text_post_xh9::after {
    background: linear-gradient(135deg, rgb(188,188,103,0.5), transparent);
    height: 100px;
    width: 100px;
    opacity: 0.4;
    position: absolute;
    clip-path: polygon(0 100%, 0 0, 100% 100%);
    bottom: 0;
    left: 0;
    content: "";
}.learning_outcomes_pzj h3 {
    color: rgb(212,210,176);
    position: relative;
    padding-left: 20px;
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 35px;
}.learning_outcomes_pzj h3::before {
    left: 0;
    background: linear-gradient(to bottom, rgb(212,210,176), rgb(188,188,103));
    position: absolute;
    height: 100%;
    border-radius: 10px;
    content: "";
    top: 0;
    width: 5px;
}.learning_outcomes_pzj ul {
    list-style: none;
    padding: 0;
    flex-direction: column;
    display: flex;
    margin: 0;
    gap: 15px;
}.learning_outcomes_pzj li {
    position: relative;
    transition: all 0.3s ease;
    transform: translateY(0);
}.learning_outcomes_pzj li:hover {
    transform: translateY(-5px);
}.learning_outcomes_pzj li p {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.5));
    gap: 16px;
    overflow: hidden;
    border-radius: 10px;
    align-items: center;
    padding: 15px 20px;
    margin: 0;
    box-shadow: 
    5px 5px 15px rgba(0, 0, 0, 0.05),
    -3px -3px 10px rgba(255, 255, 255, 0.8);
    font-size: 12px;
    color: #000000;
    position: relative;
    display: flex;
    z-index: 1;
}.learning_outcomes_pzj li p::before {
    top: 0;
    height: 100%;
    background: linear-gradient(135deg, rgb(212,210,176,0.5), rgb(188,188,103,0.5));
    z-index: -1;
    transition: opacity 0.3s ease;
    position: absolute;
    opacity: 0;
    width: 100%;
    content: "";
    left: 0;
}.learning_outcomes_pzj li:hover p {
    box-shadow: 
    8px 8px 20px rgba(0, 0, 0, 0.08),
    -5px -5px 15px rgba(255, 255, 255, 1);
}.learning_outcomes_pzj li:hover p::before {
    opacity: 0.1;
}.learning_outcomes_pzj svg {
    flex-shrink: 0;
    border-radius: 50%;
    padding: 10px;
    box-shadow: 
    3px 3px 8px rgba(0, 0, 0, 0.1),
    -2px -2px 5px rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
    height: 24px;
    width: 24px;
    background: #ffffff;
}.learning_outcomes_pzj svg path {
    transition: fill 0.3s ease;
    fill: rgb(212,210,176);
}.learning_outcomes_pzj li:hover svg {
    background: linear-gradient(135deg, rgb(212,210,176), rgb(188,188,103));
    box-shadow: 
    5px 5px 10px rgba(0, 0, 0, 0.15),
    -2px -2px 5px rgba(255, 255, 255, 0.8);
    transform: rotate(-15deg);
}.learning_outcomes_pzj li:hover svg path {
    fill: #ffffff;
}

@media (max-width: 992px) {.learning_outcomes_pzj {
    padding: 60px 0;
}.learning_outcomes_pzj .mentor_team_Bzt {
    gap: 30px;
    grid-template-columns: 1fr;
}.learning_outcomes_pzj .image_box_item_F4s {
    min-height: 350px;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}.learning_outcomes_pzj .text_post_xh9 {
    margin-left: 0;
    padding: 35px 30px;
}
}

@media (max-width: 768px) {.learning_outcomes_pzj {
    padding: 50px 0;
}.learning_outcomes_pzj .image_box_item_F4s {
    min-height: 280px;
}.learning_outcomes_pzj h3 {
    font-size: calc(35px * 0.95);
}
}

@media (max-width: 576px) {.learning_outcomes_pzj {
    padding: 40px 0;
}.learning_outcomes_pzj .image_box_item_F4s {
    min-height: 220px;
}.learning_outcomes_pzj .text_post_xh9 {
    padding: 25px 20px;
}.learning_outcomes_pzj h3 {
    margin-bottom: 25px;
    font-size: calc(35px * 0.9);
}.learning_outcomes_pzj li p {
    gap: 12px;
    font-size: 12px;
    padding: 12px 15px;
}.learning_outcomes_pzj svg {
    width: 22px;
    padding: 8px;
    height: 22px;
}}footer {
    color: #ffffff;
    perspective: 1000px;
    font-family: Arial, sans-serif;
    position: relative;
}footer::before {
    opacity: 0.85;
    left: 0;
    top: 0;
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    z-index: -1;
    background: linear-gradient(180deg, 
                rgba(0, 0, 0, 0.5) 0%, 
                rgb(212,210,176,0.5) 50%, 
                rgba(0, 0, 0, 0.5) 100%);
}footer::after {
    top: 0;
    position: absolute;
    height: 100%;
    left: 0;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 5px,
            rgba(255, 255, 255, 0.03) 5px,
            rgba(255, 255, 255, 0.03) 10px
        );
    z-index: -1;
    animation: scanline 10s linear infinite;
    width: 100%;
    content: "";
}.award_show_Die {
    z-index: 1;
    position: relative;
    padding: 5rem 0 3rem;
}.award_show_Die::before {
    height: 2px;
    width: 100%;
    animation: glowPulse 3s ease-in-out infinite alternate;
    content: "";
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, 
                transparent 0%, 
                rgb(188,188,103) 50%, 
                transparent 100%);
    top: 0;
}.award_show_Die .container {
    gap: 3rem;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
}.award_show_Die .company_holder {
    transition: all 0.4s ease;
    padding: 2rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    position: relative;
    border-radius: 11px;
    transform-style: preserve-3d;
    border-left: 3px solid rgb(212,210,176);
    background: rgba(0, 0, 0, 0.2);
}.award_show_Die .company_holder:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 
                0 0 20px rgb(212,210,176,0.5);
    transform: translateZ(20px) rotateX(2deg) rotateY(-2deg);
    border-left: 3px solid #ffffff;
}.award_show_Die .company_holder h3 {
    position: relative;
    font-weight: 700;
    margin-bottom: 1.75rem;
    font-size: calc(35px * 0.9);
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: 0.75rem;
    color: #ffffff;
}.award_show_Die .company_holder h3::after {
    content: "";
    left: 0;
    height: 3px;
    background: rgb(212,210,176);
    transition: width 0.4s ease-in-out;
    position: absolute;
    width: 60px;
    bottom: 0;
}.award_show_Die .company_holder:hover h3::after {
    width: 100%;
}.award_show_Die .milestone_cta_urL {
    max-width: 100%;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.7;
    padding-left: 1rem;
    position: relative;
    font-size: 12px;
}.award_show_Die .milestone_cta_urL::before {
    top: 0;
    position: absolute;
    background: linear-gradient(to bottom, 
                rgb(212,210,176) 0%, 
                transparent 100%);
    content: "";
    width: 2px;
    height: 100%;
    left: 0;
}.award_show_Die .progress_bar_PRO {
    position: relative;
}.award_show_Die .top_know_o1B {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    height: 100%;
}.award_show_Die .head_site_PNI {
    overflow: hidden;
    background: rgba(255, 255, 255, 0.03);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    padding: 2rem;
    border-radius: 11px;
    backdrop-filter: blur(5px);
    transform-style: preserve-3d;
    transition: all 0.4s ease;
}.award_show_Die .head_site_PNI::before {
    left: -50%;
    transform: rotate(45deg);
    top: -50%;
    content: "";
    background: linear-gradient(
        transparent,
        transparent,
        rgba(255, 255, 255, 0.05),
        transparent,
        transparent
    );
    z-index: -1;
    position: absolute;
    width: 200%;
    height: 200%;
    transition: all 0.6s ease;
}.award_show_Die .head_site_PNI:hover::before {
    left: -100%;
    top: -100%;
}.award_show_Die .head_site_PNI::after {
    transform-style: preserve-3d;
    border-style: solid;
    height: 0;
    transition: all 0.4s ease;
    border-width: 0 25px 25px 0;
    border-color: transparent rgb(212,210,176) transparent transparent;
    right: 0;
    top: 0;
    transform: translateZ(5px);
    content: "";
    position: absolute;
    width: 0;
}.award_show_Die .head_site_PNI:hover::after {
    border-width: 0 35px 35px 0;
    border-color: transparent rgb(188,188,103) transparent transparent;
}.award_show_Die .head_site_PNI:hover {
    background: rgba(255, 255, 255, 0.05);
    transform: translateZ(15px) scale(1.03);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}.award_show_Die .head_site_PNI h5 {
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    position: relative;
    letter-spacing: 0.5px;
    color: #ffffff;
    font-size: 24px;
}.award_show_Die .head_site_PNI h5::before {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -8px;
    content: "";
    background: rgb(188,188,103);
    height: 1px;
}.award_show_Die .head_site_PNI h5::after {
    transition: width 0.4s ease-in-out;
    bottom: -8px;
    position: absolute;
    left: 0;
    height: 3px;
    width: 30%;
    background: rgb(212,210,176);
    content: "";
}.award_show_Die .head_site_PNI:hover h5::after {
    width: 100%;
}.award_show_Die .head_site_PNI .top_know_o1B {
    display: flex;
    gap: 0.875rem;
    flex-direction: column;
}.award_show_Die .head_site_PNI a {
    display: block;
    color: rgba(255, 255, 255, 0.75);
    font-size: 12px;
    transform-style: preserve-3d;
    position: relative;
    transition: all 0.3s ease;
    text-decoration: none;
    padding: 0.5rem 0;
}.award_show_Die .head_site_PNI a::before {
    opacity: 0;
    left: -20px;
    position: absolute;
    transition: all 0.3s ease;
    content: "→";
    transform: translateZ(5px);
}.award_show_Die .head_site_PNI a:hover {
    color: #ffffff;
    transform: translateX(20px);
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
}.award_show_Die .head_site_PNI a:hover::before {
    opacity: 1;
    left: 0;
}.peer_help_FEW {
    background: rgba(0, 0, 0, 0.3);
    padding: 1.5rem 0;
    margin-top: 3rem;
    position: relative;
    backdrop-filter: blur(10px);
}.peer_help_FEW::before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    position: absolute;
    background: linear-gradient(to right, 
                transparent 0%, 
                rgb(212,210,176) 30%, 
                #ffffff 50%, 
                rgb(188,188,103) 70%, 
                transparent 100%);
}.peer_help_FEW .container {
    display: flex;
    justify-content: center;
    align-items: center;
}.peer_help_FEW .media_kit_jB3 {
    background: rgba(0, 0, 0, 0.2);
    position: relative;
    font-size: 14px;
    padding: 0.5rem 1.5rem;
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
    border-radius: 30px;
    transition: all 0.3s ease;
}.peer_help_FEW .media_kit_jB3:hover {
    background: rgba(0, 0, 0, 0.3);
    color: #ffffff;
    box-shadow: 0 0 15px rgba(rgb(212,210,176), 0.3);
}@keyframes scanline {
    0% {
        transform: translateY(-100%);
        opacity: 0.5;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        transform: translateY(100%);
        opacity: 0.5;
    }
}

@keyframes glowPulse {
    0%, 100% {
        opacity: 0.8;
        box-shadow: 0 0 10px rgb(188,188,103,0.5);
    }
    50% {
        opacity: 1;
        box-shadow: 0 0 20px rgb(188,188,103);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.05);
    }
}

.award_show_Die .company_holder::before,
.award_show_Die .head_site_PNI::before {
    background: radial-gradient(circle, rgb(212,210,176,0.5) 0%, transparent 70%);
    width: 100px;
    content: "";
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    height: 100px;
    opacity: 0;
    filter: blur(30px);
    transition: opacity 0.5s ease;
}.award_show_Die .company_holder::before {
    bottom: -20px;
    right: -20px;
}.award_show_Die .head_site_PNI::before {
    left: -20px;
    top: -20px;
}.award_show_Die .company_holder:hover::before,
.award_show_Die .head_site_PNI:hover::before {
    opacity: 0.5;
}.award_show_Die .company_holder::after {
    border-top: 2px solid rgb(212,210,176);
    right: 20px;
    transition: all 0.4s ease;
    width: 30px;
    content: "";
    position: absolute;
    opacity: 0.7;
    border-right: 2px solid rgb(212,210,176);
    height: 30px;
    top: 20px;
}.award_show_Die .company_holder:hover::after {
    transform: rotate(45deg);
    height: 40px;
    width: 40px;
}

@media (max-width: 992px) {.award_show_Die {
    padding: 4rem 0 2rem;
}.award_show_Die .container {
    grid-template-columns: 1fr;
    gap: 2rem;
}.award_show_Die .company_holder,
    .award_show_Die .progress_bar_PRO {
    width: 100%;
}.award_show_Die .top_know_o1B {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 768px) {.award_show_Die {
    padding: 3.5rem 0 1.5rem;
}.award_show_Die .top_know_o1B {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.award_show_Die .company_holder,
    .award_show_Die .head_site_PNI {
    padding: 1.5rem;
}.award_show_Die .company_holder h3,
    .award_show_Die .head_site_PNI h5 {
    margin-bottom: 1.25rem;
}.peer_help_FEW {
    padding: 1.25rem 0;
    margin-top: 2rem;
}
}

@media (max-width: 576px) {.award_show_Die {
    padding: 3rem 0 1rem;
}.award_show_Die .company_holder {
    padding: 1.25rem;
}.award_show_Die .company_holder h3 {
    font-size: calc(35px * 0.8);
}.award_show_Die .head_site_PNI h5 {
    font-size: calc(24px * 0.9);
}.award_show_Die .head_site_PNI a,
    .award_show_Die .milestone_cta_urL {
    font-size: calc(12px * 0.9);
}.peer_help_FEW .media_kit_jB3 {
    padding: 0.4rem 1rem;
    font-size: calc(14px * 0.9);
}}

.award_show_Die .company_holder .milestone_cta_urL::after {
    content: "";
    height: 3px;
    bottom: -10px;
    background: linear-gradient(to right, rgb(212,210,176), transparent);
    left: 1rem;
    position: absolute;
    width: 70px;
    transition: width 0.4s ease;
}.award_show_Die .company_holder:hover .milestone_cta_urL::after {
    width: calc(100% - 1rem);
}.award_show_Die::after {
    width: 100%;
    height: 100%;
    background: 
        linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.02) 50%),
        linear-gradient(rgba(255, 255, 255, 0.02) 50%, transparent 50%);
    content: "";
    z-index: -2;
    left: 0;
    top: 0;
    opacity: 0.3;
    position: absolute;
    background-size: 40px 40px;
}.award_show_Die .head_site_PNI:nth-child(1)::before {
    background: radial-gradient(circle, rgb(212,210,176,0.5) 0%, transparent 70%);
}.award_show_Die .head_site_PNI:nth-child(2)::before {
    background: radial-gradient(circle, rgb(188,188,103,0.5) 0%, transparent 70%);
}.award_show_Die .top_know_o1B a::after {
    bottom: 0;
    height: 1px;
    transition: width 0.3s ease;
    background: linear-gradient(to right, rgb(212,210,176), rgb(188,188,103));
    left: 0;
    content: "";
    position: absolute;
    width: 0;
}.award_show_Die .top_know_o1B a:hover::after {
    width: 100%;
}.modalDataProtection_Mfs {
    bottom: 0;
    border-top: 2px solid rgb(212,210,176);
    z-index: 90;
    box-shadow: 0 -10px 30px rgb(212,210,176,0.5);
    background: rgb(188,188,103);
    width: 100%;
    position: fixed;
    animation: slideIn 0.5s ease-in-out;
}@keyframes slideIn {
    from {
        bottom: -100px;
        opacity: 0;
    }
    to {
        bottom: 0;
        opacity: 1;
    }
}
.consent_box_8CJ {
    background: linear-gradient(135deg, rgb(188,188,103) 0%, rgba(0, 0, 0, 0.5) 100%);
    justify-content: space-between;
    padding: 20px 5%;
    flex-wrap: wrap;
    box-shadow: 0 0 20px rgb(212,210,176,0.5);
    display: flex;
    align-items: center;
}.edu_settings_xao {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 11px;
    padding: 10px;
    margin-right: 20px;
    box-shadow: 0 0 15px rgb(212,210,176);
    overflow: hidden;
    flex-shrink: 0;
}.edu_settings_xao svg, .edu_settings_xao svg path {
    fill: rgb(212,210,176);
    transition: transform 0.3s ease;
    width: 60px;
    height: 60px;
}.edu_settings_xao:hover svg {
    transform: rotate(20deg);
}.edu_cookie_jW9 {
    color: #ffffff;
    flex: 1;
    min-width: 300px;
}.edu_cookie_jW9 h5 {
    margin-bottom: 10px;
    font-size: 21px;
    font-weight: 700;
    text-shadow: 0 0 10px rgb(212,210,176);
    color: rgb(212,210,176);
}.edu_cookie_jW9 p {
    margin-bottom: 0;
    text-shadow: 0 0 5px rgb(212,210,176,0.5);
    font-size: 13px;
    color: #ffffff;
}.user_tracker_Bvf {
    border-radius: 10px;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 0 10px rgb(212,210,176,0.5);
    cursor: pointer;
    padding: 12px 25px;
    font-size: 15px;
    color: #000000;
    text-decoration: none;
    white-space: nowrap;
    background: rgb(212,210,176);
    margin-left: 10px;
}.user_tracker_Bvf:hover {
    background: rgb(188,188,103);
    box-shadow: 0 0 20px rgb(188,188,103,0.5);
}.modalDataProtection_Mfs p a {
    transition: color 0.3s ease;
    color: rgb(212,210,176);
    text-decoration: underline;
}.modalDataProtection_Mfs p a:hover {
    color: rgb(188,188,103);
}#consentWindowModal_Kke {
    display: none;
}#consentWindowModal_Kke:checked ~ .modalDataProtection_Mfs {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 1200px) {.modalDataProtection_Mfs {
    padding: 20px;
}.consent_box_8CJ {
    padding: 20px 2%;
}
}
@media only screen and (max-width: 800px) {.edu_settings_xao {
    display: none;
}.consent_box_8CJ {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}.edu_cookie_jW9 {
    text-align: center;
    margin-bottom: 20px;
}.modalDataProtection_Mfs h5, .modalDataProtection_Mfs p {
    text-align: center;
}.user_tracker_Bvf {
    text-align: center;
    margin-top: 10px;
    margin-left: 0;
    width: 100%;
}}
.title_section_jW6 {
    position: relative;
    padding: 4rem 2rem;
    display: flex;
    align-items: center;
    min-height: 100vh;
    overflow: hidden;
    justify-content: center;
}.title_section_jW6::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    top: 0;
    right: 0;
    background: linear-gradient(135deg, 
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.7) 40%,
    rgba(0, 0, 0, 0.5) 70%,
    rgba(0, 0, 0, 0.3) 100%);
}.title_section_jW6::after {
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    background: linear-gradient(90deg, 
    rgb(212,210,176,0.5) 0%,
    transparent 40%);
    animation: shimmer 12s infinite alternate ease-in-out;
    right: 0;
    bottom: 0;
    clip-path: polygon(0 0, 75% 0, 45% 100%, 0 100%);
    z-index: 2;
}.title_section_jW6 > div {
    gap: 2.5rem;
    width: 100%;
    z-index: 3;
    max-width: 1200px;
    display: flex;
    transform-style: preserve-3d;
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    flex-direction: column;
}.title_section_jW6 > div > div:first-child {
    padding-left: 2rem;
    transform: translateZ(40px);
    position: relative;
}.title_section_jW6 > div > div:first-child::before {
    top: 0;
    content: "";
    transform: scaleY(0);
    transform-origin: top;
    background: rgb(188,188,103);
    animation: lineGrow 1.2s 0.3s forwards cubic-bezier(0.19, 1, 0.22, 1);
    height: 100%;
    width: 6px;
    left: 0;
    position: absolute;
}.title_section_jW6 .title_style_header {
    font-weight: 700;
    opacity: 0;
    animation: slideIn 0.8s 0.5s forwards cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateX(-20px);
    margin: 0;
    color: #ffffff;
    letter-spacing: -0.02em;
    line-height: 1.2;
    font-size: clamp(2.5rem, 5vw, 38px);
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
}.title_section_jW6 .intro_title_jnc {
    box-shadow: 
    0 20px 30px -10px rgba(0, 0, 0, 0.3),
    0 8px 12px -6px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(12px);
    opacity: 0;
    border-radius: 10px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.03) 0%,
    rgba(255, 255, 255, 0.08) 100%
  );
    padding: 2.5rem;
    animation: fadeUp 1s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateZ(20px) translateY(20px);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}.title_section_jW6 .study_lab_8rx {
    margin-bottom: 1.5rem;
    position: relative;
}.title_section_jW6 .study_lab_8rx::after {
    width: 80px;
    content: "";
    height: 3px;
    transform-origin: left;
    animation: lineGrowX 1.2s 1.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    bottom: -0.75rem;
    background: rgb(188,188,103);
    transform: scaleX(0);
    left: 0;
}.title_section_jW6 h3 {
    font-weight: 600;
    font-size: clamp(1.2rem, 3vw, 18px);
    color: #ffffff;
    animation: fadeIn 0.8s 1s forwards ease-out;
    margin: 0;
    line-height: 1.4;
    opacity: 0;
}.title_section_jW6 span {
    position: relative;
    display: block;
}.title_section_jW6 p {
    line-height: 1.6;
    letter-spacing: 0.02em;
    font-size: clamp(1rem, 2vw, 18px);
    opacity: 0;
    animation: fadeIn 0.8s 1.2s forwards ease-out;
    margin: 0;
    font-weight: 300;
    color: #ffffff;
}

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

@keyframes lineGrowX {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes slideIn {
  from { transform: translateX(-20px); opacity: 0; }
  to { transform: translateX(0); opacity: 1; }
}

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

@keyframes shimmer {
  0%, 100% { opacity: 0.3; transform: translateX(-5%); }
  50% { opacity: 0.5; transform: translateX(5%); }
}

@media (max-width: 991px) {.title_section_jW6 {
    align-items: flex-start;
    padding: 3rem 1.5rem;
}.title_section_jW6 > div {
    transform: perspective(800px) rotateX(1deg);
    gap: 2rem;
}.title_section_jW6 > div > div:first-child {
    padding-left: 1.5rem;
}.title_section_jW6 .intro_title_jnc {
    transform: translateZ(15px) translateY(15px);
    padding: 2rem;
}.title_section_jW6 .study_lab_8rx::after {
    width: 60px;
}
}

@media (max-width: 767px) {.title_section_jW6 {
    padding: 2.5rem 1rem;
}.title_section_jW6::after {
    clip-path: polygon(0 0, 100% 0, 70% 100%, 0 100%);
}.title_section_jW6 > div {
    gap: 1.5rem;
    transform: none;
    transform-style: flat;
}.title_section_jW6 > div > div:first-child,
  .title_section_jW6 .intro_title_jnc {
    transform: none;
}.title_section_jW6 > div > div:first-child {
    padding-left: 1rem;
}.title_section_jW6 .intro_title_jnc {
    backdrop-filter: blur(8px);
    padding: 1.5rem;
}.title_section_jW6 .study_lab_8rx {
    margin-bottom: 1rem;
}
}

@media (max-width: 480px) {.title_section_jW6 {
    padding: 2rem 0.75rem;
}.title_section_jW6 > div > div:first-child::before {
    width: 4px;
}.title_section_jW6 .intro_title_jnc {
    padding: 1.25rem;
}.title_section_jW6 .study_lab_8rx::after {
    width: 40px;
    height: 2px;
}}.course_program_description_D1R {
    position: relative;
    overflow: hidden;
    background: linear-gradient(150deg, rgb(212,210,176,0.5) 0%, rgb(233,233,221) 50%, rgb(188,188,103,0.5) 100%);
    padding: 7rem 0;
}.course_program_description_D1R::before {
    content: "";
    filter: blur(60px);
    width: 150%;
    animation: pulseBackground 20s ease-in-out infinite alternate;
    transform-origin: center;
    position: absolute;
    left: -25%;
    top: -25%;
    background: 
        radial-gradient(ellipse at 30% 40%, rgb(212,210,176,0.5) 0%, transparent 60%),
        radial-gradient(circle at 70% 60%, rgb(188,188,103,0.5) 0%, transparent 50%);
    height: 150%;
    z-index: 0;
    opacity: 0.6;
}.course_program_description_D1R::after {
    width: 100%;
    background-size: 20px 20px;
    position: absolute;
    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);
    top: 0;
    content: "";
    z-index: 1;
    animation: gridMove 30s linear infinite;
    left: 0;
    height: 100%;
}.course_program_description_D1R .container {
    position: relative;
    z-index: 2;
}.course_program_description_D1R .mentor_team_Bzt {
    display: grid;
    grid-template-rows: repeat(12, minmax(30px, auto));
    position: relative;
    grid-template-columns: repeat(12, 1fr);
    gap: 15px;
    min-height: 550px;
}.course_program_description_D1R .education_track_i53 {
    background: rgba(255, 255, 255, 0.07);
    grid-column: 1 / 8;
    backdrop-filter: blur(10px);
    padding: 2.5rem;
    transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    border-radius: 21px;
    grid-row: 3 / 11;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    transform: translateZ(0);
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.05),
        0 5px 10px rgba(0, 0, 0, 0.03);
    z-index: 5;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}.course_program_description_D1R .education_track_i53::before {
    position: absolute;
    left: 0;
    background: 
        radial-gradient(circle at 90% 10%, rgb(212,210,176,0.5) 0%, transparent 80%),
        radial-gradient(circle at 10% 90%, rgb(188,188,103,0.5) 0%, transparent 80%);
    border-radius: 21px;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    opacity: 0.15;
    content: "";
}.course_program_description_D1R .education_track_i53::after {
    height: 1px;
    left: 50%;
    bottom: -10px;
    content: "";
    background: linear-gradient(to right, rgb(212,210,176) 0%, transparent 100%);
    filter: blur(1px);
    transform: translateX(-50%);
    position: absolute;
    width: 80%;
}.course_program_description_D1R .nav_learning_V3P {
    height: 110px;
    margin-bottom: 1.5rem;
    transform-style: preserve-3d;
    transition: all 0.5s ease;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    position: relative;
    width: 110px;
}.course_program_description_D1R .nav_learning_V3P::before {
    content: "";
    background: conic-gradient(
        from 0deg, 
        rgb(212,210,176) 0%, 
        rgb(188,188,103) 50%, 
        rgb(212,210,176) 100%
    );
    position: absolute;
    border-radius: 33% 67% 67% 33% / 33% 33% 67% 67%;
    inset: -4px;
    z-index: -1;
    animation: rotateConic 10s linear infinite;
}.course_program_description_D1R .nav_learning_V3P::after {
    inset: 6px;
    z-index: -1;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    position: absolute;
    content: "";
    background: rgb(233,233,221);
}.course_program_description_D1R .nav_learning_V3P svg {
    animation: floatLogo 6s ease-in-out infinite;
    z-index: 1;
    top: 50%;
    height: 60px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    filter: drop-shadow(0 0 10px rgb(212,210,176,0.5));
    width: 60px;
}.course_program_description_D1R .nav_learning_V3P svg path {
    fill: rgb(212,210,176);
    transition: fill 0.3s ease;
}.course_program_description_D1R h3 {
    transform-origin: left bottom;
    margin-bottom: 1.5rem;
    position: relative;
    font-weight: 700;
    line-height: 1.3;
    transform: perspective(1000px) rotateX(2deg);
    padding-right: 2rem;
    text-shadow: 0 0 20px rgb(212,210,176,0.5);
    color: #ffffff;
    font-size: 32px;
}.course_program_description_D1R h3::before {
    height: 3px;
    background: rgb(212,210,176);
    content: "";
    position: absolute;
    left: 0;
    transform-origin: left;
    bottom: -8px;
    animation: lineExpand 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    width: 60px;
}.course_program_description_D1R p {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateX(1deg);
    transform-origin: left bottom;
    color: #ffffff;
    position: relative;
    margin-bottom: 0;
    line-height: 1.8;
    font-size: 12px;
    max-width: 100%;
}.course_program_description_D1R .image_box_item_F4s {
    animation: morphShape 20s ease-in-out infinite alternate;
    overflow: hidden;
    grid-column: 5 / 13;
    transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.1),
        10px 10px 20px rgba(0, 0, 0, 0.05);
    height: 500px;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    grid-row: 1 / 13;
    transform: perspective(1000px) rotateY(-5deg) rotateX(5deg);
    z-index: 4;
}.course_program_description_D1R .image_box_item_F4s::before {
    inset: 0;
    background: 
        linear-gradient(135deg, transparent 0%, rgb(212,210,176,0.5) 100%),
        radial-gradient(circle at 30% 70%, rgb(188,188,103,0.5) 0%, transparent 70%);
    z-index: 1;
    opacity: 0.6;
    mix-blend-mode: overlay;
    position: absolute;
    content: "";
}.course_program_description_D1R .image_box_item_F4s::after {
    background: radial-gradient(
        circle at center,
        transparent 30%,
        rgb(233,233,221) 100%
    );
    mix-blend-mode: multiply;
    left: -25%;
    height: 150%;
    opacity: 0.2;
    z-index: 1;
    top: -25%;
    position: absolute;
    animation: pulseOverlay 15s ease-in-out infinite;
    width: 150%;
    content: "";
}.course_program_description_D1R .mentor_team_Bzt:hover .image_box_item_F4s {
    box-shadow: 
        30px 30px 80px rgba(0, 0, 0, 0.15),
        15px 15px 30px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateY(-8deg) rotateX(8deg) scale(1.03);
}.course_program_description_D1R .mentor_team_Bzt:hover .education_track_i53 {
    transform: translateZ(20px) translateX(10px);
    box-shadow: 
        0 25px 35px rgba(0, 0, 0, 0.08),
        0 10px 20px rgba(0, 0, 0, 0.05);
}.course_program_description_D1R .mentor_team_Bzt:hover .nav_learning_V3P {
    transform: rotate(5deg) scale(1.05);
}.course_program_description_D1R .mentor_team_Bzt:hover .nav_learning_V3P svg path {
    fill: rgb(188,188,103);
}

@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_program_description_D1R .mentor_team_Bzt {
    min-height: 500px;
}.course_program_description_D1R .education_track_i53 {
    grid-column: 1 / 8;
    padding: 2.2rem;
}.course_program_description_D1R h3 {
    font-size: calc(32px * 0.9);
}.course_program_description_D1R .nav_learning_V3P {
    width: 100px;
    height: 100px;
}.course_program_description_D1R .nav_learning_V3P svg {
    height: 55px;
    width: 55px;
}
}

@media (max-width: 992px) {.course_program_description_D1R {
    padding: 5rem 0;
}.course_program_description_D1R .mentor_team_Bzt {
    gap: 10px;
    min-height: auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
}.course_program_description_D1R .education_track_i53 {
    grid-column: 1 / -1;
    z-index: 5;
    padding: 2.5rem;
    margin-top: -80px;
    grid-row: 2 / 3;
}.course_program_description_D1R .image_box_item_F4s {
    grid-row: 1 / 2;
    height: 350px;
    border-radius: 40% 60% 60% 40% / 30% 40% 60% 70%;
    grid-column: 1 / -1;
}.course_program_description_D1R .nav_learning_V3P {
    margin-right: auto;
    margin-left: auto;
}.course_program_description_D1R h3 {
    text-align: center;
    padding-right: 0;
}.course_program_description_D1R h3::before {
    transform: translateX(-50%) scaleX(0);
    animation: lineCenterExpand 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    left: 50%;
}.course_program_description_D1R p {
    text-align: center;
}.course_program_description_D1R .mentor_team_Bzt:hover .image_box_item_F4s {
    transform: perspective(1000px) rotateX(-5deg) scale(1.03);
}.course_program_description_D1R .mentor_team_Bzt:hover .education_track_i53 {
    transform: translateZ(10px) translateY(-15px);
}
}

@keyframes lineCenterExpand {
    0% {
        transform: translateX(-50%) scaleX(0);
    }
    100% {
        transform: translateX(-50%) scaleX(1);
    }
}

@media (max-width: 768px) {.course_program_description_D1R {
    padding: 4rem 0;
}.course_program_description_D1R .image_box_item_F4s {
    height: 300px;
}.course_program_description_D1R .education_track_i53 {
    padding: 2rem;
    margin-top: -60px;
}.course_program_description_D1R .nav_learning_V3P {
    height: 90px;
    margin-bottom: 1.3rem;
    width: 90px;
}.course_program_description_D1R .nav_learning_V3P svg {
    width: 50px;
    height: 50px;
}.course_program_description_D1R h3 {
    margin-bottom: 1.3rem;
    font-size: calc(32px * 0.8);
}.course_program_description_D1R p {
    line-height: 1.7;
    font-size: calc(12px * 0.95);
}
}

@media (max-width: 576px) {.course_program_description_D1R {
    padding: 3rem 0;
}.course_program_description_D1R .image_box_item_F4s {
    border-radius: 30% 70% 70% 30% / 30% 40% 60% 70%;
    height: 250px;
}.course_program_description_D1R .education_track_i53 {
    margin-top: -50px;
    padding: 1.8rem 1.5rem;
}.course_program_description_D1R .nav_learning_V3P {
    height: 80px;
    margin-bottom: 1.2rem;
    width: 80px;
}.course_program_description_D1R .nav_learning_V3P svg {
    height: 45px;
    width: 45px;
}.course_program_description_D1R h3 {
    margin-bottom: 1.2rem;
    font-size: calc(32px * 0.7);
}.course_program_description_D1R h3::before {
    height: 2px;
    width: 50px;
}.course_program_description_D1R p {
    line-height: 1.6;
    font-size: calc(12px * 0.9);
}}.price_set_Gn4 {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}.price_set_Gn4::before {
    height: 100%;
    backdrop-filter: blur(8px);
    width: 100%;
    z-index: 1;
    left: 0;
    position: absolute;
    background: linear-gradient(135deg, rgba(32, 32, 42, 0.92), rgba(15, 15, 20, 0.95));
    top: 0;
    content: "";
}.price_set_Gn4 .container {
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}.price_set_Gn4 .promo_cost_8cn {
    position: relative;
}.price_set_Gn4 h2 {
    color: #ffffff;
    margin-bottom: 25px;
    text-align: center;
    font-weight: 700;
    font-size: 34px;
    transform: perspective(1000px) translateZ(20px);
    position: relative;
}.price_set_Gn4 h2::after {
    border-radius: 3px;
    height: 3px;
    background: linear-gradient(90deg, rgb(188,188,103), rgb(212,210,176));
    width: 80px;
    content: "";
    position: absolute;
    transform: translateX(-50%);
    bottom: -10px;
    left: 50%;
}.price_set_Gn4 .tuition_table_48x {
    line-height: 1.6;
    margin: 0 auto 50px;
    max-width: 700px;
    position: relative;
    font-size: calc(13px + 2px);
    text-align: center;
    color: rgb(255, 255, 255, 0.5);
}.price_set_Gn4 .skill_offers_fSt {
    padding: 0;
    display: grid;
    margin: 0;
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
}.price_set_Gn4 .skill_offers_fSt li {
    transform-style: preserve-3d;
    transition: transform 0.4s ease;
    perspective: 1000px;
}.price_set_Gn4 .learning_fee_uzA {
    display: block;
    background: rgba(255, 255, 255, 0.03);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    height: 100%;
    box-shadow: 
    5px 5px 15px rgba(0, 0, 0, 0.2),
    -5px -5px 15px rgba(255, 255, 255, 0.05),
    inset 3px 3px 10px rgba(255, 255, 255, 0.05),
    inset -3px -3px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border-radius: 12px;
    text-decoration: none;
}.price_set_Gn4 .learning_fee_uzA::before {
    content: "";
    height: 5px;
    background: linear-gradient(90deg, rgb(188,188,103), rgb(212,210,176));
    position: absolute;
    width: 100%;
    transform-origin: left;
    transition: transform 0.3s ease;
    top: 0;
    left: 0;
    transform: scaleX(0.7);
}.price_set_Gn4 .pro_fees_fl0 {
    z-index: 1;
    padding: 30px 25px;
    height: 100%;
    position: relative;
}.price_set_Gn4 .edu_rates_0fQ {
    position: relative;
    z-index: 2;
}.price_set_Gn4 .learning_fee_uzA h4 {
    margin-bottom: 20px;
    position: relative;
    font-size: calc(21px - 2px);
    color: #ffffff;
    margin-top: 0;
    transition: transform 0.3s ease;
}.price_set_Gn4 .learning_fee_uzA h4::before {
    width: 30px;
    height: 30px;
    position: absolute;
    border-left: 2px solid rgb(188,188,103);
    border-top: 2px solid rgb(188,188,103);
    left: -10px;
    opacity: 0.6;
    content: "";
    transition: all 0.3s ease;
    top: -10px;
}.price_set_Gn4 .learning_fee_uzA p {
    overflow-wrap: break-word;
    margin-bottom: 25px;
    color: rgb(255, 255, 255, 0.5);
    hyphens: auto;
    padding-right: 10px;
    overflow-y: auto;
    line-height: 1.6;
    word-break: normal;
    max-height: 250px;
    font-size: 13px;
}.price_set_Gn4 .learning_fee_uzA p::-webkit-scrollbar {
    width: 4px;
}.price_set_Gn4 .learning_fee_uzA p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(188,188,103,0.5);
}.price_set_Gn4 .study_price_QhA {
    padding: 10px 20px;
    position: relative;
    background: linear-gradient(135deg, rgba(rgb(188,188,103,0.5), 0.1), rgba(rgb(212,210,176,0.5), 0.2));
    display: inline-block;
    color: #ffffff;
    font-size: calc(21px + 4px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    font-weight: 700;
    box-shadow: 
    2px 2px 8px rgba(0, 0, 0, 0.1),
    -2px -2px 8px rgba(255, 255, 255, 0.05);
    border-radius: 8px;
}.price_set_Gn4 .study_price_QhA::before {
    right: 10px;
    position: absolute;
    bottom: -3px;
    content: "";
    height: 1px;
    left: 10px;
    background: linear-gradient(90deg, transparent, rgb(188,188,103), transparent);
}.price_set_Gn4 .learning_fee_uzA:hover {
    box-shadow: 
    7px 7px 20px rgba(0, 0, 0, 0.3),
    -7px -7px 20px rgba(255, 255, 255, 0.07),
    inset 3px 3px 10px rgba(255, 255, 255, 0.05),
    inset -3px -3px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}.price_set_Gn4 .learning_fee_uzA:hover::before {
    transform: scaleX(1);
}.price_set_Gn4 .learning_fee_uzA:hover h4 {
    transform: translateX(5px);
}.price_set_Gn4 .learning_fee_uzA:hover h4::before {
    transform: scale(1.1);
    opacity: 1;
}.price_set_Gn4 .learning_fee_uzA:hover .study_price_QhA {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 
    3px 3px 12px rgba(0, 0, 0, 0.15),
    -3px -3px 12px rgba(255, 255, 255, 0.07);
}

@media (max-width: 992px) {.price_set_Gn4 {
    padding: 80px 0;
}.price_set_Gn4 h2 {
    font-size: calc(34px - 4px);
}.price_set_Gn4 .tuition_table_48x {
    font-size: 13px;
    margin-bottom: 40px;
}.price_set_Gn4 .skill_offers_fSt {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}

@media (max-width: 768px) {.price_set_Gn4 {
    padding: 60px 0;
}.price_set_Gn4 h2 {
    font-size: calc(34px - 6px);
}.price_set_Gn4 .tuition_table_48x {
    margin-bottom: 30px;
    font-size: calc(13px - 1px);
}.price_set_Gn4 .skill_offers_fSt {
    grid-template-columns: 1fr;
    max-width: 450px;
    margin: 0 auto;
}.price_set_Gn4 .learning_fee_uzA h4 {
    font-size: 21px;
}.price_set_Gn4 .learning_fee_uzA p {
    max-height: 180px;
    font-size: calc(13px - 1px);
}.price_set_Gn4 .study_price_QhA {
    font-size: 21px;
}
}

@media (max-width: 480px) {.price_set_Gn4 {
    padding: 50px 0;
}.price_set_Gn4 h2 {
    font-size: calc(34px - 8px);
}.price_set_Gn4 .tuition_table_48x {
    font-size: calc(13px - 2px);
}.price_set_Gn4 .pro_fees_fl0 {
    padding: 25px 20px;
}.price_set_Gn4 .learning_fee_uzA h4 {
    font-size: calc(21px - 2px);
}.price_set_Gn4 .study_price_QhA {
    padding: 8px 15px;
    font-size: calc(21px - 2px);
}}.thxFrame_JH5 {
    background: linear-gradient(135deg, rgb(212,210,176,0.5) 0%, rgb(233,233,221) 40%, rgb(188,188,103,0.5) 100%);
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
}.thxFrame_JH5::before {
    opacity: 0.5;
    content: "";
    position: absolute;
    background: radial-gradient(circle at 75% 25%, rgb(255, 255, 255, 0.5) 0%, transparent 60%);
    height: 100%;
    animation: pulse 8s infinite alternate ease-in-out;
    z-index: 1;
    width: 100%;
    top: 0;
    left: 0;
}.thxFrame_JH5::after {
    transform: rotate(-5deg);
    position: absolute;
    width: 150%;
    z-index: 0;
    left: -25%;
    content: "";
    top: -25%;
    background: repeating-linear-gradient(45deg, rgb(212,210,176,0.5) 0px, transparent 2px, transparent 10px);
    height: 150%;
    animation: patternShift 20s infinite linear;
    opacity: 0.04;
}.thxFrame_JH5 .container {
    max-width: 1140px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    padding: 0 20px;
}.thxFrame_JH5 h2 {
    text-align: center;
    font-weight: 700;
    opacity: 0;
    animation: fadeUpIn 0.8s 0.2s forwards ease-out;
    position: relative;
    color: #000000;
    font-size: 35px;
    transform: translateY(20px);
    margin-bottom: 3rem;
    font-family: Arial, sans-serif;
}.thxFrame_JH5 h2::after {
    height: 4px;
    transform: translateX(-50%) scaleX(0);
    background: linear-gradient(90deg, rgb(212,210,176), rgb(188,188,103));
    content: "";
    animation: expandLine 1.2s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    left: 50%;
    bottom: -15px;
    width: 80px;
}.thxFrame_JH5 .mentor_team_Bzt {
    transition: transform 0.5s;
    padding: 3rem;
    transform: perspective(1000px) rotateX(2deg);
    background: #ffffff;
    position: relative;
    box-shadow: 0 15px 40px -10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    transform-origin: center top;
    animation: fadeIn 1s 0.5s both ease-out;
}.thxFrame_JH5 .mentor_team_Bzt::before {
    content: "";
    width: 95%;
    background: linear-gradient(180deg, rgb(212,210,176,0.5) 0%, transparent 80%);
    border-radius: 10px;
    filter: blur(12px);
    transform: translateX(-50%);
    left: 50%;
    opacity: 0.3;
    z-index: -1;
    height: 100%;
    top: -8px;
    position: absolute;
}.thxFrame_JH5 .mentor_team_Bzt:hover {
    transform: perspective(1000px) rotateX(0deg);
}.thxFrame_JH5 ul {
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0;
}.thxFrame_JH5 ul::before {
    height: 0;
    background: linear-gradient(to bottom, rgb(212,210,176), rgb(188,188,103));
    animation: growHeight 1.5s 1s forwards ease-in-out;
    content: "";
    position: absolute;
    top: 0;
    left: -20px;
    width: 4px;
}.thxFrame_JH5 li {
    transform: translateX(20px);
    padding-left: 0;
    animation: slideIn 0.8s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
    position: relative;
}.thxFrame_JH5 li::before {
    box-shadow: 0 5px 15px -5px rgb(188,188,103,0.5);
    background: linear-gradient(135deg, rgb(188,188,103) 0%, rgb(212,210,176) 100%);
    top: -5px;
    left: -40px;
    content: "";
    opacity: 0;
    width: 32px;
    transform: scale(0);
    height: 32px;
    position: absolute;
    border-radius: 50%;
    animation: popIn 0.4s 1.2s forwards cubic-bezier(0.25, 1.8, 0.5, 1);
}.thxFrame_JH5 li span {
    display: block;
    line-height: 1.7;
    animation: fadeIn 1s 1.2s forwards ease-out;
    color: #000000;
    opacity: 0;
    font-family: Arial, sans-serif;
    font-size: 12px;
    position: relative;
    letter-spacing: 0.01em;
}.thxFrame_JH5 li span::first-letter {
    color: rgb(212,210,176);
    font-weight: 700;
    font-size: 1.4em;
}

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

@keyframes expandLine {
    from {
        transform: translateX(-50%) scaleX(0);
    }
    to {
        transform: translateX(-50%) scaleX(1);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

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

@keyframes growHeight {
    from {
        height: 0;
    }
    to {
        height: 100%;
    }
}

@keyframes popIn {
    from {
        opacity: 0;
        transform: scale(0);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.05);
    }
}

@keyframes patternShift {
    from {
        transform: rotate(-5deg) translateX(0);
    }
    to {
        transform: rotate(-5deg) translateX(100px);
    }
}

@media (max-width: 992px) {.thxFrame_JH5 {
    padding: 5rem 0;
}.thxFrame_JH5 h2 {
    font-size: calc(35px * 0.9);
    margin-bottom: 2.5rem;
}.thxFrame_JH5 .mentor_team_Bzt {
    padding: 2.5rem;
}
}

@media (max-width: 768px) {.thxFrame_JH5 {
    padding: 4rem 0;
}.thxFrame_JH5 h2 {
    margin-bottom: 2rem;
    line-height: 1.4;
    font-size: calc(35px * 0.8);
}.thxFrame_JH5 .mentor_team_Bzt {
    transform: perspective(1000px) rotateX(1deg);
    padding: 2rem;
}.thxFrame_JH5 ul::before {
    left: -15px;
}.thxFrame_JH5 li::before {
    height: 24px;
    left: -30px;
    width: 24px;
}
}

@media (max-width: 576px) {.thxFrame_JH5 {
    padding: 3rem 0;
}.thxFrame_JH5 h2 {
    margin-bottom: 1.5rem;
    font-size: calc(35px * 0.7);
}.thxFrame_JH5 .mentor_team_Bzt {
    padding: 1.5rem;
    transform: none;
}.thxFrame_JH5 ul::before {
    left: -12px;
}.thxFrame_JH5 li::before {
    height: 20px;
    left: -25px;
    width: 20px;
    top: -2px;
}.thxFrame_JH5 li span {
    font-size: calc(12px * 0.95);
    line-height: 1.6;
}}.connect_AR2 {
    padding: 4rem 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(233,233,221), rgba(245, 248, 253, 0.95));
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.1);
}.connect_AR2::before {
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    background: radial-gradient(circle at 30% 20%, rgb(188,188,103,0.5) 0%, transparent 60%);
    content: "";
    opacity: 0.15;
    left: 0;
    position: absolute;
}.connect_AR2::after {
    content: "";
    left: 50%;
    height: 2px;
    position: absolute;
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, rgb(212,210,176,0.5), transparent);
    width: 80%;
    bottom: 0;
}.connect_AR2 .container {
    padding: 0 1.5rem;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}.connect_AR2 .contact_feedback_dWJ {
    background: #ffffff;
    position: relative;
    padding: 2.5rem;
    transform: perspective(1000px) rotateX(2deg);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08), 0 5px 15px rgba(0, 0, 0, 0.04);
}.connect_AR2 .contact_feedback_dWJ:hover {
    transform: perspective(1000px) rotateX(0deg);
}.connect_AR2 h3 {
    color: rgb(212,210,176);
    display: inline-block;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 1.5rem;
    position: relative;
}.connect_AR2 h3::after {
    height: 3px;
    left: 0;
    content: "";
    width: 60%;
    bottom: -8px;
    position: absolute;
    background: linear-gradient(to right, rgb(188,188,103), transparent);
}.connect_AR2 p {
    margin-bottom: 1.5rem;
    font-size: 16px;
    color: #000000;
    line-height: 1.7;
}.connect_AR2 h5 {
    color: #000000;
    display: flex;
    text-transform: capitalize;
    margin-bottom: 0.5rem;
    align-items: center;
    font-weight: 600;
    font-size: 21px;
    gap: 0.75rem;
}.connect_AR2 svg {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}.connect_AR2 svg:hover {
    transform: scale(1.1);
}.connect_AR2 svg path {
    fill: rgb(188,188,103);
    transition: fill 0.3s ease;
}.connect_AR2 .course_ask_Uw3 {
    flex-direction: column;
    gap: 1rem;
    list-style-type: none;
    display: flex;
    padding: 0;
    margin: 2rem 0 0;
}.connect_AR2 .assist_grid_dpg {
    color: #000000;
    transition: all 0.3s ease;
    align-items: center;
    text-decoration: none;
    padding: 0.75rem 1rem;
    transform-origin: left;
    gap: 0.75rem;
    background: linear-gradient(to right, rgba(245, 248, 253, 0.8), transparent);
    font-weight: 600;
    display: flex;
}.connect_AR2 .assist_grid_dpg:hover {
    color: rgb(212,210,176);
    transform: translateX(5px);
}.connect_AR2 .assist_grid_dpg:hover svg path {
    fill: rgb(212,210,176);
}.connect_AR2 .assist_grid_dpg::before {
    content: "";
    top: 0;
    transform: scaleY(0);
    width: 3px;
    position: absolute;
    height: 100%;
    background-color: rgb(188,188,103);
    left: 0;
    transition: transform 0.3s ease;
}.connect_AR2 .assist_grid_dpg:hover::before {
    transform: scaleY(1);
}.connect_AR2 li {
    position: relative;
    transform: translateZ(0);
    transition: transform 0.3s ease;
}.connect_AR2 li:hover {
    transform: translateZ(20px);
}

@media (min-width: 768px) {.connect_AR2 .contact_feedback_dWJ {
    margin: 0 auto;
    padding: 3.5rem;
    max-width: 90%;
}.connect_AR2 .course_ask_Uw3 {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    display: grid;
    gap: 1.5rem;
}.connect_AR2 h3 {
    font-size: calc(35px * 1.1);
}.connect_AR2 p {
    max-width: 85%;
}
}

@media (min-width: 992px) {.connect_AR2 {
    padding: 6rem 0;
}.connect_AR2 .contact_feedback_dWJ {
    transform: perspective(1200px) rotateX(2deg);
    padding: 4rem;
    max-width: 80%;
}.connect_AR2 h3 {
    margin-bottom: 2rem;
}.connect_AR2 .course_ask_Uw3 {
    margin-top: 3rem;
}
}

@media (max-width: 767px) {.connect_AR2 {
    padding: 3rem 0;
}.connect_AR2 .contact_feedback_dWJ {
    transform: none;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
    padding: 2rem 1.5rem;
}.connect_AR2 h3 {
    margin-bottom: 1.25rem;
    font-size: calc(35px * 0.9);
}.connect_AR2 h5, .connect_AR2 p {
    font-size: 0.95rem;
}.connect_AR2 svg {
    width: 20px;
    height: 20px;
}.connect_AR2 .assist_grid_dpg {
    padding: 0.6rem 0.75rem;
}
}

@media (max-width: 480px) {.connect_AR2 {
    padding: 2.5rem 0;
}.connect_AR2 .contact_feedback_dWJ {
    padding: 1.5rem 1rem;
}.connect_AR2 h3 {
    font-size: calc(35px * 0.8);
}.connect_AR2 h5 {
    font-size: calc(21px * 0.9);
}}header {
    left: 0;
    background: rgb(233,233,221);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    top: 0;
    width: 100%;
    z-index: 1000;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: fixed;
}header:before {
    left: 0;
    background: linear-gradient(90deg, 
        rgb(212,210,176) 0%, 
        rgb(188,188,103) 50%, 
        rgb(212,210,176) 100%
    );
    height: 5px;
    width: 100%;
    content: '';
    top: 0;
    position: absolute;
}header:after {
    left: 0;
    background-size: 20px 20px;
    position: absolute;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.01);
    content: '';
    pointer-events: none;
    bottom: 0;
    background: 
        linear-gradient(135deg, rgb(233,233,221) 25%, transparent 25%) -10px 0,
        linear-gradient(225deg, rgb(233,233,221) 25%, transparent 25%) -10px 0,
        linear-gradient(315deg, rgb(233,233,221) 25%, transparent 25%),
        linear-gradient(45deg, rgb(233,233,221) 25%, transparent 25%);
    opacity: 0.4;
    height: 100%;
}header .main_page_5sm {
    overflow: hidden;
    position: relative;
}header .main_page_5sm:before {
    width: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(to right, 
        transparent, 
        rgb(212,210,176,0.5),
        transparent
    );
    height: 1px;
    bottom: 0;
    content: '';
}header .container {
    margin: 0 auto;
    position: relative;
    padding: 15px 25px;
    max-width: 1200px;
}header .container:before {
    background: rgb(212,210,176);
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    opacity: 0.7;
    content: '';
    left: 10px;
    width: 8px;
    top: 50%;
    height: 8px;
}header .container:after {
    opacity: 0.7;
    height: 8px;
    position: absolute;
    width: 8px;
    background: rgb(188,188,103);
    top: 50%;
    content: '';
    right: 10px;
    transform: translateY(-50%) rotate(45deg);
}header .main_nav_Nr6 {
    justify-content: space-between;
    align-items: center;
    position: relative;
    display: flex;
}header .main_nav_Nr6:before {
    bottom: -10px;
    opacity: 0.2;
    left: 0;
    height: 1px;
    content: '';
    background: linear-gradient(90deg,
        transparent 0%,
        #000000 20%,
        #000000 80%,
        transparent 100%
    );
    position: absolute;
    width: 100%;
}header .head_site_PNI {
    display: flex;
    align-items: center;
    gap: 30px;
    position: relative;
}header .head_site_PNI:before {
    opacity: 0;
    height: 2px;
    content: '';
    transform: scaleX(0.9);
    position: absolute;
    transform-origin: center;
    width: 100%;
    bottom: -8px;
    background: rgb(212,210,176);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    left: 0;
}header .head_site_PNI:hover:before {
    transform: scaleX(1);
    opacity: 0.3;
}header .site_prime_4Hc {
    transition: all 0.3s ease;
    overflow: hidden;
    font-size: 12px;
    letter-spacing: 0.5px;
    padding: 8px 2px;
    color: #000000;
    position: relative;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
}header .site_prime_4Hc:before {
    bottom: 0;
    content: '';
    position: absolute;
    transform: translateX(-101%);
    height: 2px;
    background: rgb(212,210,176);
    transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    width: 100%;
    left: 0;
}header .site_prime_4Hc:after {
    opacity: 0;
    top: 100%;
    transition: all 0.3s ease;
    height: 8px;
    transform: translate(-50%, -50%) rotate(45deg);
    background: rgb(212,210,176);
    width: 8px;
    position: absolute;
    content: '';
    left: 50%;
}header .site_prime_4Hc:hover {
    color: rgb(212,210,176);
}header .site_prime_4Hc:hover:before {
    transform: translateX(0);
}header .site_prime_4Hc:hover:after {
    top: calc(100% - 3px);
    opacity: 1;
}header .header_guide_zoq {
    display: flex;
    position: relative;
    text-decoration: none;
    align-items: center;
    padding: 5px 12px;
    transition: all 0.3s ease;
}header .header_guide_zoq:before {
    width: 100%;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: absolute;
    border: 2px solid transparent;
    top: 0;
    left: 0;
    content: '';
    height: 100%;
    background: linear-gradient(rgb(233,233,221), rgb(233,233,221)) padding-box,
                linear-gradient(135deg, rgb(212,210,176), rgb(188,188,103)) border-box;
    border-radius: 10px;
    opacity: 0;
}header .header_guide_zoq:after {
    width: 10px;
    height: 10px;
    transform: scale(0);
    opacity: 0;
    background: linear-gradient(135deg, rgb(212,210,176), rgb(188,188,103));
    content: '';
    border-radius: 50%;
    left: -5px;
    transition: all 0.4s ease;
    top: -5px;
    position: absolute;
}header .header_guide_zoq:hover:before {
    opacity: 1;
}header .header_guide_zoq:hover:after {
    opacity: 1;
    transform: scale(1);
}header .header_guide_zoq svg {
    height: 42px;
    width: auto;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}header .header_guide_zoq:hover svg {
    transform: scale(1.05);
}

@keyframes drawBorder {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 300% 0%;
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.7;
    }
    50% {
        opacity: 1;
    }
}

@media (max-width: 991px) {header .container {
    padding: 15px 20px;
}header .head_site_PNI {
    gap: 20px;
}header .header_guide_zoq svg {
    height: 38px;
}
}

@media (max-width: 767px) {header .head_site_PNI {
    right: -100%;
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.1);
    width: 80%;
    transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    max-width: 320px;
    top: 0;
    background: rgb(233,233,221);
    z-index: 1001;
    gap: 5px;
    position: fixed;
    padding: 75px 30px 30px;
    flex-direction: column;
    height: 100vh;
}header .head_site_PNI:before {
    width: 80%;
    left: 10%;
    height: 1px;
    bottom: auto;
    top: 60px;
}header .menu.active {
    right: 0;
}header .site_prime_4Hc {
    padding: 14px 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    width: 100%;
}header .site_prime_4Hc:last-child {
    border-bottom: none;
}header .site_prime_4Hc:after {
    transform: translateY(-50%) rotate(45deg);
    left: 10px;
    top: 50%;
}header .site_prime_4Hc:hover:after {
    top: 50%;
    opacity: 1;
    left: 5px;
}header .header_guide_zoq {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .container:before,
    header .container:after {
    display: none;
}header .header_guide_zoq svg {
    height: 35px;
}}.course_instructor_CRV {
    padding: 5rem 2rem;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(233,233,221) 0%, rgb(188,188,103,0.5) 100%);
}.course_instructor_CRV::before {
    top: 0;
    background-image: 
    linear-gradient(45deg, rgb(188,188,103,0.5) 25%, transparent 25%),
    linear-gradient(-45deg, rgb(188,188,103,0.5) 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, rgb(188,188,103,0.5) 75%),
    linear-gradient(-45deg, transparent 75%, rgb(188,188,103,0.5) 75%);
    left: 0;
    z-index: 1;
    background-size: 20px 20px;
    height: 100%;
    opacity: 0.05;
    position: absolute;
    width: 100%;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    content: "";
}.course_instructor_CRV .container {
    z-index: 2;
    max-width: 1200px;
    perspective: 1000px;
    position: relative;
    margin: 0 auto;
}.course_instructor_CRV .client_story_BMR {
    transform: rotateY(-5deg);
    overflow: hidden;
    grid-template-columns: 1fr;
    box-shadow: 
    0 10px 30px rgba(0,0,0,0.05),
    0 20px 60px rgba(0,0,0,0.08);
    background: #ffffff;
    display: grid;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    gap: 2rem;
    padding: 2.5rem;
    position: relative;
    border-left: 4px solid rgb(212,210,176);
}.course_instructor_CRV .client_story_BMR::after {
    top: 0;
    pointer-events: none;
    background: linear-gradient(
    135deg,
    transparent 0%,
    rgba(rgb(212,210,176), 0.02) 100%
  );
    width: 100%;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
}.course_instructor_CRV .client_story_BMR:hover {
    box-shadow: 
    0 15px 35px rgba(0,0,0,0.08),
    0 25px 70px rgba(0,0,0,0.12);
    transform: rotateY(0deg) translateZ(10px);
}.course_instructor_CRV .client_story_BMR > div:first-child {
    animation: slide-in 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    transform: translateX(-2rem);
    position: relative;
    opacity: 0;
}.course_instructor_CRV .image_box_item_F4s {
    height: 120px;
    border-radius: 50%;
    animation: pulse 6s infinite alternate;
    width: 120px;
    box-shadow: 
    0 5px 15px rgba(0,0,0,0.1),
    0 0 0 5px #ffffff,
    0 0 0 8px rgb(188,188,103,0.5);
}.course_instructor_CRV .client_story_BMR > div:nth-child(2) {
    animation: slide-up 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards;
    transform: translateY(1rem);
    opacity: 0;
}.course_instructor_CRV .name {
    position: relative;
    display: inline-block;
    color: rgb(212,210,176);
    font-weight: 700;
    font-size: 21px;
    margin: 0 0 0.5rem;
}.course_instructor_CRV .name::after {
    left: 0;
    width: 0;
    bottom: -8px;
    background: rgb(188,188,103);
    position: absolute;
    content: "";
    transition: width 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    height: 2px;
}.course_instructor_CRV .client_story_BMR:hover .name::after {
    width: 100%;
}.course_instructor_CRV .client_story_BMR > div:nth-child(2) > div {
    color: #000000;
    opacity: 0.85;
    font-size: 0.95rem;
    position: relative;
    font-weight: 600;
}.course_instructor_CRV .work_section_Kum {
    color: #000000;
    position: relative;
    transform: translateY(1rem);
    animation: slide-up 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s forwards;
    line-height: 1.8;
    font-size: 12px;
    opacity: 0;
}.course_instructor_CRV .work_section_Kum::before {
    left: -1rem;
    font-size: 5rem;
    content: "";
    position: absolute;
    pointer-events: none;
    top: -2.5rem;
    color: rgb(188,188,103,0.5);
    opacity: 0.3;
}.course_instructor_CRV .work_section_Kum::after {
    opacity: 0.3;
    pointer-events: none;
    content: "";
    bottom: -4rem;
    right: -1rem;
    color: rgb(188,188,103,0.5);
    position: absolute;
    font-size: 5rem;
}

@keyframes slide-in {
  0% {
    transform: translateX(-2rem);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slide-up {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes pulse {
  0%, 100% {
    box-shadow: 
      0 5px 15px rgba(0,0,0,0.1),
      0 0 0 5px #ffffff,
      0 0 0 8px rgb(188,188,103,0.5);
  }
  50% {
    box-shadow: 
      0 8px 20px rgba(0,0,0,0.15),
      0 0 0 5px #ffffff,
      0 0 0 12px rgb(188,188,103,0.5);
  }
}

@media (min-width: 768px) {.course_instructor_CRV {
    padding: 7rem 3rem;
}.course_instructor_CRV .client_story_BMR {
    gap: 3rem;
    padding: 3rem;
    align-items: center;
    grid-template-columns: auto 1fr 2fr;
}.course_instructor_CRV .image_box_item_F4s {
    width: 150px;
    height: 150px;
}.course_instructor_CRV .name {
    margin-bottom: 0.75rem;
    font-size: calc(21px * 1.1);
}.course_instructor_CRV .client_story_BMR > div:nth-child(2) > div {
    font-size: 1.05rem;
}.course_instructor_CRV .work_section_Kum {
    font-size: calc(12px * 1.05);
    padding-right: 2rem;
}
}

@media (min-width: 1200px) {.course_instructor_CRV {
    padding: 8rem 4rem;
}.course_instructor_CRV .client_story_BMR {
    border-left-width: 6px;
    padding: 4rem;
    gap: 4rem;
}.course_instructor_CRV .image_box_item_F4s {
    height: 180px;
    width: 180px;
}.course_instructor_CRV .work_section_Kum {
    font-size: calc(12px * 1.1);
    line-height: 1.9;
}.course_instructor_CRV .container::before {
    right: -20px;
    height: 100px;
    top: -20px;
    filter: blur(30px);
    width: 100px;
    border-radius: 50%;
    z-index: -1;
    content: "";
    background: linear-gradient(135deg, rgb(212,210,176,0.5) 0%, transparent 70%);
    opacity: 0.6;
    position: absolute;
}.course_instructor_CRV .container::after {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    filter: blur(40px);
    content: "";
    width: 150px;
    bottom: -30px;
    background: linear-gradient(135deg, rgb(188,188,103,0.5) 0%, transparent 70%);
    opacity: 0.5;
    height: 150px;
    left: 10%;
    z-index: -1;
    position: absolute;
}}.instructional_approach_Bnz {
    z-index: 1;
    background: linear-gradient(135deg, rgb(233,233,221) 0%, rgba(rgb(188,188,103,0.5), 0.1) 100%);
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
}.instructional_approach_Bnz::before {
    position: absolute;
    pointer-events: none;
    left: -5%;
    content: "";
    z-index: -1;
    background-image: 
        repeating-linear-gradient(
            45deg,
            rgba(rgb(188,188,103,0.5), 0.03) 0px,
            rgba(rgb(188,188,103,0.5), 0.03) 1px,
            transparent 1px,
            transparent 10px
        ),
        repeating-linear-gradient(
            135deg,
            rgba(rgb(212,210,176,0.5), 0.02) 0px,
            rgba(rgb(212,210,176,0.5), 0.02) 1px,
            transparent 1px,
            transparent 15px
        );
    transform: rotate(-3deg) scale(1.05);
    top: -10%;
    height: 120%;
    width: 120%;
}.instructional_approach_Bnz::after {
    z-index: -1;
    width: 100%;
    transform: skewY(-2deg);
    bottom: 0;
    position: absolute;
    height: 60%;
    content: "";
    background: linear-gradient(180deg, transparent, rgb(233,233,221) 90%);
    transform-origin: bottom;
    left: 0;
}.instructional_approach_Bnz .mentor_team_Bzt {
    position: relative;
    grid-template-columns: 1fr;
    max-width: 1200px;
    display: grid;
    padding: 0 2rem;
    transform: translateZ(0);
    gap: 3rem;
    margin: 0 auto;
}.instructional_approach_Bnz h2 {
    z-index: 2;
    font-size: 32px;
    line-height: 1.3;
    position: relative;
    padding-bottom: 1.5rem;
    color: #000000;
    margin-bottom: 1.5rem;
    transform: translateX(-5px);
    font-weight: 700;
}.instructional_approach_Bnz h2::before {
    left: 0;
    height: 4px;
    transform: scaleX(1);
    content: "";
    bottom: 0;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    transform-origin: left;
    width: 120px;
    background: linear-gradient(90deg, rgb(188,188,103), transparent);
    position: absolute;
}.instructional_approach_Bnz:hover h2::before {
    transform: scaleX(1.5);
}.instructional_approach_Bnz .text_post_xh9 {
    transform: perspective(1000px) rotateY(1deg) translateZ(0);
    box-shadow: 
        0 10px 30px -15px rgba(rgba(0, 0, 0, 0.5), 0.15),
        0 1px 5px rgba(rgba(0, 0, 0, 0.5), 0.05);
    z-index: 2;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.5s ease;
    background: linear-gradient(135deg, rgba(rgb(255, 255, 255, 0.5), 0.8), rgba(rgb(255, 255, 255, 0.5), 0.4));
    padding: 2.5rem 3rem;
    border-left: 5px solid rgb(188,188,103);
    position: relative;
    backdrop-filter: blur(10px);
}.instructional_approach_Bnz .text_post_xh9::before {
    mask-size: 20px 20px;
    opacity: 0.4;
    background: linear-gradient(
        135deg,
        rgba(rgb(188,188,103,0.5), 0.08) 0%,
        rgba(rgb(212,210,176,0.5), 0.05) 100%
    );
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
    left: 0;
    top: 0;
    mask-image: linear-gradient(45deg, #000 25%, transparent 25%), 
                linear-gradient(-45deg, #000 25%, transparent 25%),
                linear-gradient(45deg, transparent 75%, #000 75%),
                linear-gradient(-45deg, transparent 75%, #000 75%);
    mask-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    content: "";
}.instructional_approach_Bnz .text_post_xh9:hover {
    transform: perspective(1000px) rotateY(-1deg) translateZ(0) translateY(-5px);
    box-shadow: 
        0 20px 40px -20px rgba(rgba(0, 0, 0, 0.5), 0.2),
        0 2px 10px rgba(rgba(0, 0, 0, 0.5), 0.08);
}.instructional_approach_Bnz p {
    transition: opacity 0.3s ease;
    font-size: 17px;
    color: #000000;
    line-height: 1.75;
    position: relative;
    margin: 0;
    font-weight: 400;
    opacity: 0.92;
}.instructional_approach_Bnz .text_post_xh9:hover p {
    opacity: 1;
}.instructional_approach_Bnz .text_post_xh9 p::first-letter {
    font-size: calc(17px * 1.5);
    color: rgb(188,188,103);
    font-weight: 600;
    margin-right: 2px;
}

@media (min-width: 768px) {.instructional_approach_Bnz .mentor_team_Bzt {
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
}.instructional_approach_Bnz h2 {
    transform: translateX(-10px);
    font-size: calc(32px * 1.2);
    margin-bottom: 0;
    padding-bottom: 2rem;
}.instructional_approach_Bnz h2::before {
    width: 180px;
    height: 5px;
}.instructional_approach_Bnz .text_post_xh9 {
    transform: perspective(1000px) rotateY(2deg) translateZ(0) translateX(20px);
}.instructional_approach_Bnz .text_post_xh9:hover {
    transform: perspective(1000px) rotateY(-1deg) translateZ(0) translateX(15px) translateY(-5px);
}
}

@media (min-width: 992px) {.instructional_approach_Bnz {
    padding: 8rem 0;
}.instructional_approach_Bnz .mentor_team_Bzt {
    gap: 6rem;
}.instructional_approach_Bnz h2 {
    transform: translateX(-15px);
    font-size: calc(32px * 1.4);
}.instructional_approach_Bnz .text_post_xh9 {
    padding: 3.5rem 4rem;
    border-left-width: 8px;
}.instructional_approach_Bnz p {
    font-size: calc(17px * 1.05);
    line-height: 1.8;
}
}

@media (max-width: 767px) {.instructional_approach_Bnz {
    padding: 4rem 0;
}.instructional_approach_Bnz .mentor_team_Bzt {
    gap: 2rem;
    padding: 0 1.5rem;
}.instructional_approach_Bnz h2 {
    margin-bottom: 1rem;
    font-size: calc(32px * 0.9);
    padding-bottom: 1.5rem;
    transform: translateX(0);
    text-align: center;
}.instructional_approach_Bnz h2::before {
    transform: translateX(-50%) scaleX(1);
    width: 100px;
    left: 50%;
}.instructional_approach_Bnz:hover h2::before {
    transform: translateX(-50%) scaleX(1.3);
}.instructional_approach_Bnz .text_post_xh9 {
    padding: 2rem;
}.instructional_approach_Bnz p {
    font-size: calc(17px * 0.95);
    line-height: 1.7;
}
}