* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1151px;
}.xX_testimonial {
    flex: 0 0 auto;
}.ue_wrapper-capsule {
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}.xs_head_base {
    flex: 1 0 auto;
}a {
    color: inherit;
    text-decoration: none;
}header,footer {
    width: 100%;
}svg {
    width: 30px;
    height: 30px;
}html,body {
    scroll-behavior: auto;
    height: 100%;
    min-height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
header {
    z-index: 100;
    padding: 0;
    background: rgb(225,214,214);
    position: relative;
    width: 100%;
}header::before {
    content: '';
    width: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    opacity: 0.6;
    position: absolute;
    height: 100%;
    background: linear-gradient(135deg, 
        rgb(199,173,173,0.5) 0%, 
        transparent 60%, 
        rgb(170,116,156,0.5) 100%);
}header .container {
    width: 100%;
    padding: 0;
    position: relative;
    max-width: 100%;
    margin: 0;
    z-index: 1;
}header .ph_main_core {
    padding: 0.8rem 3%;
    justify-content: space-between;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}header .Qw_main_head {
    padding: 0.6rem;
    margin-right: 1rem;
    display: flex;
    text-decoration: none;
    position: relative;
    align-items: center;
}header .Qw_main_head::after {
    position: absolute;
    width: 100%;
    background: linear-gradient(to right, rgb(199,173,173), rgb(170,116,156));
    left: 0;
    transition: transform 0.3s ease;
    content: '';
    bottom: 0;
    transform: scaleX(0.7);
    height: 2px;
}header .Qw_main_head:hover::after {
    transform: scaleX(1);
}header .Qw_main_head svg {
    height: auto;
    width: 140px;
    transition: all 0.3s ease;
}header .Qw_main_head:hover svg {
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.1));
}header .ZB_header_lesson {
    gap: 0.4rem;
    padding: 0.5rem;
    display: flex;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.5);
    flex-wrap: wrap;
}header .ms_first_lesson {
    border-radius: 10px;
    font-size: 14px;
    z-index: 1;
    font-family: Arial, sans-serif;
    text-decoration: none;
    padding: 0.4rem 0.7rem;
    font-weight: 400;
    color: #000000;
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
}header .ms_first_lesson::after {
    left: 0;
    position: absolute;
    bottom: 0;
    background: linear-gradient(to right, rgb(199,173,173), rgb(170,116,156));
    transform: scaleX(0);
    width: 100%;
    height: 2px;
    transform-origin: left;
    transition: transform 0.3s ease;
    content: '';
}header .ms_first_lesson:hover {
    background: rgba(255, 255, 255, 0.7);
    color: rgb(199,173,173);
}header .ms_first_lesson:hover::after {
    transform: scaleX(1);
}

@media (max-width: 991px) {header .ph_main_core {
    padding: 0.7rem 2.5%;
}header .Qw_main_head svg {
    width: 130px;
}header .ZB_header_lesson {
    gap: 0.35rem;
    padding: 0.4rem;
}header .ms_first_lesson {
    font-size: calc(14px - 1px);
    padding: 0.35rem 0.6rem;
}
}

@media (max-width: 767px) {header .ph_main_core {
    justify-content: center;
    padding: 0.7rem 2%;
}header .Qw_main_head {
    margin: 0 0 0.6rem 0;
}header .Qw_main_head svg {
    width: 120px;
}header .ZB_header_lesson {
    width: 100%;
    justify-content: center;
}header .ms_first_lesson {
    font-size: calc(14px - 2px);
    padding: 0.3rem 0.5rem;
}
}

@media (max-width: 480px) {header .ph_main_core {
    padding: 0.6rem 1.5%;
}header .Qw_main_head svg {
    width: 110px;
}header .ZB_header_lesson {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
}header .ZB_header_lesson::-webkit-scrollbar {
    height: 2px;
}header .ZB_header_lesson::-webkit-scrollbar-thumb {
    background: rgb(199,173,173);
    border-radius: 10px;
}header .ms_first_lesson {
    white-space: nowrap;
    flex-shrink: 0;
}}.bv_about_this {
    padding: 120px 0;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}.bv_about_this::before {
    z-index: 1;
    background: linear-gradient(135deg, rgb(199,173,173,0.5), rgba(0, 0, 0, 0.5) 80%);
    position: absolute;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
}.bv_about_this .container {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
}.bv_about_this .UN_content_zone {
    animation: fadeInUp 0.8s ease-out forwards;
    transform: translateY(20px);
    opacity: 0;
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
    gap: 30px;
}.bv_about_this .UN_content_zone > div:first-child {
    position: relative;
    display: inline-block;
}.bv_about_this .UN_content_zone > div:first-child::after {
    position: absolute;
    transform-origin: left;
    content: "";
    transform: scaleX(0);
    left: 0;
    background: rgb(170,116,156);
    width: 60px;
    bottom: -10px;
    height: 3px;
    animation: lineGrow 0.6s 0.8s ease-out forwards;
}.bv_about_this h5 {
    margin: 0;
    color: rgb(170,116,156);
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}.bv_about_this div p {
    font-weight: 700;
    margin: 0 0 15px;
    display: inline-block;
    line-height: 1.2;
    position: relative;
    font-size: calc(33px * 0.9);
}.bv_about_this div p b {
    position: relative;
    font-weight: 700;
    display: inline-block;
    z-index: 1;
}.bv_about_this div p b::before {
    width: calc(100% + 10px);
    z-index: -1;
    background: rgb(199,173,173,0.5);
    left: -5px;
    content: "";
    height: 8px;
    bottom: 0;
    position: absolute;
    transform: skewX(-15deg);
}.bv_about_this ol {
    list-style: none;
    counter-reset: section;
    padding: 0;
    position: relative;
    margin: 0;
}.bv_about_this ol li {
    font-size: 14px;
    transition: transform 0.3s ease-out;
    position: relative;
    background: rgba(255, 255, 255, 0.1);
    line-height: 1.8;
    border-left: 4px solid rgb(170,116,156);
    padding: 30px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    transform: translateX(-10px);
}.bv_about_this ol li:hover {
    transform: translateX(0);
}.bv_about_this ol li::before {
    transition: opacity 0.3s ease;
    content: "";
    background: linear-gradient(90deg, rgb(199,173,173,0.5) 0%, transparent 100%);
    width: 100%;
    opacity: 0;
    height: 100%;
    z-index: -1;
    top: 0;
    position: absolute;
    left: 0;
}.bv_about_this ol li:hover::before {
    opacity: 0.3;
}

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

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


@media screen and (min-width: 768px) {.bv_about_this {
    padding: 150px 0;
}.bv_about_this .UN_content_zone {
    grid-template-columns: 1fr 2fr;
    align-items: start;
}.bv_about_this .UN_content_zone > div:first-child,
    .bv_about_this .UN_content_zone > div:nth-child(2) {
    grid-column: 1;
}.bv_about_this .UN_content_zone > ol {
    grid-column: 1 / -1;
    margin-top: 20px;
}.bv_about_this ol li {
    column-gap: 40px;
    padding: 40px;
    column-count: 2;
}
}

@media screen and (min-width: 992px) {.bv_about_this {
    padding: 180px 0;
}.bv_about_this::after {
    width: 300px;
    height: 300px;
    right: -50px;
    border-radius: 10px;
    border: 2px solid rgb(170,116,156,0.5);
    top: -50px;
    opacity: 0.6;
    z-index: 1;
    position: absolute;
    transform: rotate(15deg);
    content: "";
}.bv_about_this .UN_content_zone {
    grid-template-columns: 1fr 3fr;
    gap: 60px;
}.bv_about_this ol li {
    font-size: calc(14px * 1.05);
    column-gap: 50px;
    column-count: 3;
    padding: 50px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.05));
}
}

@media screen and (max-width: 767px) {.bv_about_this {
    padding: 80px 0;
}.bv_about_this h5 {
    font-size: calc(22px * 0.9);
}.bv_about_this div p {
    font-size: calc(33px * 0.7);
}.bv_about_this ol li {
    padding: 25px 20px;
    font-size: calc(14px * 0.9);
    line-height: 1.6;
}}.mP_contact {
    background: linear-gradient(145deg, rgb(225,214,214) 0%, rgba(9, 19, 32, 0.9) 100%);
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.mP_contact::before {
    width: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(199,173,173,0.5) 0px,
        transparent 1px,
        transparent 10px,
        rgb(199,173,173,0.5) 11px
    );
    top: 0;
    animation: gridMove 20s linear infinite;
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    pointer-events: none;
    opacity: 0.05;
}.mP_contact::after {
    opacity: 0.1;
    content: "";
    position: absolute;
    top: -50%;
    height: 200%;
    background: radial-gradient(circle, rgb(199,173,173,0.5) 0%, transparent 60%);
    width: 200%;
    left: -50%;
    pointer-events: none;
    animation: pulseGlow 15s ease-in-out infinite;
}.mP_contact .container {
    z-index: 1;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}.mP_contact h2 {
    text-align: center;
    font-family: Arial, sans-serif;
    font-weight: 700;
    position: relative;
    margin-bottom: 60px;
    color: #ffffff;
    padding-bottom: 15px;
    font-size: 29px;
}.mP_contact h2::after {
    position: absolute;
    bottom: 0;
    background: linear-gradient(to right, transparent, rgb(199,173,173), transparent);
    left: 50%;
    content: "";
    transform: translateX(-50%);
    height: 3px;
    width: 80px;
}.mP_contact .Jr_connect_feedback {
    position: relative;
    border-radius: 25px;
    backdrop-filter: blur(10px);
    display: flex;
    border: 1px solid rgba(255, 255, 255, 0.05);
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.03);
}.mP_contact .Jr_connect_feedback::before {
    left: 0;
    pointer-events: none;
    content: "";
    background: linear-gradient(to bottom right, rgb(199,173,173,0.5), transparent);
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.03;
    position: absolute;
}.mP_contact .mH_img_center_align {
    flex: 1;
    position: relative;
    transition: transform 0.6s ease;
    transform: scale(1.01);
    min-height: 500px;
}.mP_contact .mH_img_center_align::after {
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    content: "";
    width: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}.mP_contact .si_inquiry_list {
    flex: 1;
    position: relative;
    padding: 50px;
}.mP_contact .si_inquiry_list::before {
    opacity: 0.7;
    right: 20px;
    border-right: 2px solid rgb(199,173,173,0.5);
    position: absolute;
    height: 50px;
    top: 20px;
    width: 50px;
    content: "";
    border-top: 2px solid rgb(199,173,173,0.5);
}.mP_contact .si_inquiry_list::after {
    border-left: 2px solid rgb(199,173,173,0.5);
    width: 50px;
    position: absolute;
    bottom: 20px;
    height: 50px;
    content: "";
    left: 20px;
    border-bottom: 2px solid rgb(199,173,173,0.5);
    opacity: 0.7;
}.mP_contact form {
    width: 100%;
}.mP_contact form h3 {
    color: #ffffff;
    font-size: 19px;
    font-family: Arial, sans-serif;
    padding-left: 15px;
    position: relative;
    margin-bottom: 30px;
    font-weight: 600;
}.mP_contact form h3::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background: rgb(199,173,173);
    width: 5px;
    border-radius: 10px;
    content: "";
    height: 25px;
}.mP_contact form input[type="text"] {
    margin-bottom: 20px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    padding: 15px 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    font-size: 18px;
    color: #ffffff;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
}.mP_contact form input[type="text"]:focus {
    box-shadow: 0 0 15px rgba(rgb(199,173,173), 0.2);
    background: rgba(255, 255, 255, 0.08);
    outline: none;
    border-color: rgb(199,173,173);
}.mP_contact form input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}.mP_contact .WO_support_request {
    margin-bottom: 30px;
    position: relative;
    display: flex;
    align-items: flex-start;
}.mP_contact .WO_support_request input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.mP_contact .WO_support_request label {
    padding-left: 35px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    cursor: pointer;
    line-height: 1.5;
    position: relative;
}.mP_contact .WO_support_request label::before {
    width: 22px;
    transition: all 0.3s ease;
    top: 2px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    content: "";
    border: 1px solid rgba(255, 255, 255, 0.1);
    left: 0;
    height: 22px;
    position: absolute;
}.mP_contact .WO_support_request input[type="checkbox"]:checked + label::before {
    background: rgb(199,173,173);
    border-color: rgb(199,173,173);
}.mP_contact .WO_support_request input[type="checkbox"]:checked + label::after {
    border-bottom: 2px solid #ffffff;
    position: absolute;
    left: 7px;
    transform: rotate(-45deg);
    height: 4px;
    border-left: 2px solid #ffffff;
    top: 11px;
    content: "";
    width: 8px;
}.mP_contact .WO_support_request label a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgb(199,173,173);
}.mP_contact .WO_support_request label a:hover {
    text-decoration: underline;
}.mP_contact form .LN_request_map {
    border: none;
    color: #ffffff;
    display: inline-block;
    font-weight: 600;
    padding: 15px 35px;
    border-radius: 10px;
    z-index: 1;
    cursor: pointer;
    background: linear-gradient(45deg, rgb(199,173,173), rgb(170,116,156));
    font-family: Arial, sans-serif;
    transition: all 0.4s ease;
    overflow: hidden;
    position: relative;
    font-size: 20px;
}.mP_contact form .LN_request_map::before {
    position: absolute;
    left: -100%;
    width: 100%;
    content: "";
    z-index: -1;
    background: linear-gradient(45deg, rgb(170,116,156), rgb(199,173,173));
    transition: all 0.4s ease;
    height: 100%;
    top: 0;
}.mP_contact form .LN_request_map:hover::before {
    left: 0;
}.mP_contact form .LN_request_map:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}.mP_contact svg {
    margin-right: 15px;
    width: 24px;
    fill: rgb(199,173,173);
    height: 24px;
}.mP_contact svg path {
    transition: fill 0.3s ease;
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.05;
        transform: scale(1);
    }
    50% {
        opacity: 0.1;
        transform: scale(1.1);
    }
}

@media screen and (max-width: 991px) {.mP_contact {
    padding: 80px 0;
}.mP_contact .Jr_connect_feedback {
    flex-direction: column;
}.mP_contact .mH_img_center_align {
    order: 1;
    min-height: 300px;
}.mP_contact .si_inquiry_list {
    order: 2;
    padding: 40px 30px;
}
}

@media screen and (max-width: 767px) {.mP_contact {
    padding: 60px 0;
}.mP_contact h2 {
    margin-bottom: 40px;
}.mP_contact .mH_img_center_align {
    min-height: 200px;
}.mP_contact .si_inquiry_list {
    padding: 30px 20px;
}.mP_contact form .LN_request_map {
    width: 100%;
    text-align: center;
}
}

@media screen and (max-width: 480px) {.mP_contact {
    padding: 40px 0;
}.mP_contact h2 {
    font-size: calc(29px * 0.8);
}.mP_contact form h3 {
    font-size: calc(19px * 0.9);
}.mP_contact .si_inquiry_list::before,
    .mP_contact .si_inquiry_list::after {
    width: 30px;
    height: 30px;
}}.vL_training_method {
    overflow: hidden;
    font-family: Arial, sans-serif;
    padding: 5rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(199,173,173,0.5), rgb(170,116,156) 120%);
}.vL_training_method::before {
    position: absolute;
    left: 0;
    height: 100%;
    z-index: 1;
    background-image: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 15px,
        rgba(255, 255, 255, 0.03) 15px,
        rgba(255, 255, 255, 0.03) 30px
    );
    top: 0;
    content: "";
    width: 100%;
}.vL_training_method::after {
    position: absolute;
    content: "";
    filter: blur(20px);
    top: -10%;
    transform: rotate(-15deg) skewX(30deg);
    animation: floatEffect 15s infinite alternate ease-in-out;
    height: 70%;
    background: linear-gradient(
        145deg,
        rgb(170,116,156),
        rgb(199,173,173,0.5) 60%,
        transparent
    );
    z-index: 0;
    right: -5%;
    opacity: 0.15;
    width: 40%;
}.vL_training_method .ox_impact_stats {
    z-index: 2;
    transform: translateY(20px);
    padding: 2rem;
    position: relative;
    margin: 0 auto;
    display: grid;
    max-width: 1200px;
    animation: fadeInUp 0.8s 0.2s forwards ease-out;
    opacity: 0;
    gap: 3rem;
    grid-template-columns: 1fr;
}.vL_training_method h2 {
    margin-bottom: 1.5rem;
    line-height: 1.3;
    font-size: 32px;
    color: #ffffff;
    transition: transform 0.5s ease;
    font-weight: 700;
    position: relative;
    padding-bottom: 1.2rem;
    transform: perspective(1000px) rotateX(0deg);
}.vL_training_method h2::before {
    width: 80px;
    content: "";
    transform-origin: left;
    transition: transform 0.5s ease-out;
    position: absolute;
    background: linear-gradient(90deg, #ffffff, transparent);
    bottom: 0;
    transform: scaleX(1);
    height: 4px;
    left: 0;
}.vL_training_method h2::after {
    width: 120px;
    transition: transform 0.5s 0.2s ease-out;
    height: 2px;
    transform: scaleX(0.8);
    left: 0;
    content: "";
    bottom: -10px;
    background: linear-gradient(90deg, rgb(255, 255, 255, 0.5), transparent);
    position: absolute;
    transform-origin: left;
}.vL_training_method:hover h2::before {
    transform: scaleX(1.2);
}.vL_training_method:hover h2::after {
    transform: scaleX(1.5);
}.vL_training_method .UN_content_zone {
    background: rgba(255, 255, 255, 0.1);
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
    backdrop-filter: blur(10px);
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
                inset 0 1px 1px rgba(255, 255, 255, 0.1);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    padding: 2.5rem;
}.vL_training_method .UN_content_zone::before {
    z-index: -1;
    position: absolute;
    transition: opacity 0.5s ease;
    width: 100%;
    height: 100%;
    left: 0;
    content: "";
    background: linear-gradient(to right, 
                rgba(255, 255, 255, 0.1) 0%, 
                rgba(255, 255, 255, 0.05) 15%, 
                rgba(255, 255, 255, 0) 60%);
    opacity: 0;
    top: 0;
}.vL_training_method .UN_content_zone:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
                inset 0 1px 1px rgba(255, 255, 255, 0.15);
}.vL_training_method .UN_content_zone:hover::before {
    opacity: 1;
}.vL_training_method p {
    margin: 0;
    font-size: 12px;
    line-height: 1.8;
    position: relative;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    z-index: 2;
    color: #ffffff;
    font-weight: 400;
}.vL_training_method p::first-letter {
    font-weight: 700;
    color: #ffffff;
    font-size: 1.5em;
}

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

@keyframes floatEffect {
    0% {
        transform: rotate(-15deg) skewX(30deg) translateY(0);
    }
    50% {
        transform: rotate(-12deg) skewX(28deg) translateY(-20px);
    }
    100% {
        transform: rotate(-15deg) skewX(30deg) translateY(0);
    }
}

@media (min-width: 768px) {.vL_training_method {
    padding: 7rem 0;
}.vL_training_method .ox_impact_stats {
    padding: 3rem;
    grid-template-columns: 1fr;
    gap: 4rem;
}.vL_training_method h2 {
    font-size: calc(32px * 1.2);
    max-width: 80%;
    margin-bottom: 2.5rem;
}.vL_training_method .UN_content_zone {
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
    padding: 3rem;
}.vL_training_method p {
    line-height: 1.9;
    font-size: calc(12px * 1.1);
}
}

@media (min-width: 992px) {.vL_training_method {
    padding: 8rem 0;
}.vL_training_method .ox_impact_stats {
    grid-template-columns: 0.8fr 1.2fr;
    align-items: center;
    gap: 5rem;
}.vL_training_method h2 {
    grid-column: 1 / 2;
    margin-bottom: 0;
    font-size: calc(32px * 1.4);
}.vL_training_method .UN_content_zone {
    transform: translateX(-20px);
    animation: fadeInRight 0.8s 0.4s forwards ease-out;
    padding: 3.5rem;
    opacity: 0;
    grid-column: 2 / 3;
}
    
    @keyframes fadeInRight {
        0% {
            opacity: 0;
            transform: translateX(-20px);
        }
        100% {
            opacity: 1;
            transform: translateX(0);
        }
    }
}

@media (min-width: 1200px) {.vL_training_method {
    padding: 10rem 0;
}.vL_training_method .ox_impact_stats {
    gap: 7rem;
}.vL_training_method h2 {
    font-size: calc(32px * 1.5);
}.vL_training_method .UN_content_zone {
    padding: 4rem;
}.vL_training_method p {
    font-size: calc(12px * 1.2);
    line-height: 2;
}
}

@media (max-width: 767px) {.vL_training_method {
    padding: 4rem 0;
}.vL_training_method .ox_impact_stats {
    gap: 2rem;
    padding: 1.5rem;
}.vL_training_method h2 {
    padding-bottom: 1rem;
    font-size: calc(32px * 0.9);
    margin-bottom: 1.2rem;
}.vL_training_method h2::before {
    width: 60px;
    height: 3px;
}.vL_training_method h2::after {
    width: 90px;
    height: 1px;
}.vL_training_method .UN_content_zone {
    padding: 1.8rem;
    clip-path: polygon(0 0, 100% 0, 99% 100%, 1% 100%);
}.vL_training_method p {
    font-size: calc(12px * 0.95);
    line-height: 1.7;
}}.WT_price_item_element {
    background: linear-gradient(145deg, rgb(225,214,214), #ffffff);
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
}.WT_price_item_element::before {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    left: 0;
    height: 100%;
    content: "";
    background: linear-gradient(120deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0) 70%);
}.WT_price_item_element .container {
    z-index: 2;
    max-width: 1320px;
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
}.WT_price_item_element .cz_bundle_offer {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
}.WT_price_item_element .kI_plan_fees {
    padding: 2rem;
    text-align: center;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.8s forwards 0.2s;
    order: 1;
    background: linear-gradient(145deg, #ffffff, rgb(255, 255, 255, 0.5));
    box-shadow: 0 15px 35px rgba(0,0,0,0.05);
}.WT_price_item_element .kI_plan_fees h2 {
    font-size: 35px;
    font-weight: 700;
    color: rgb(199,173,173);
    position: relative;
    margin-bottom: 1.5rem;
    display: inline-block;
}.WT_price_item_element .kI_plan_fees h2::after {
    position: absolute;
    transform: translateX(-50%);
    content: "";
    height: 3px;
    bottom: -10px;
    width: 60%;
    background: linear-gradient(90deg, transparent, rgb(199,173,173), transparent);
    left: 50%;
}.WT_price_item_element .kI_plan_fees .xF_premium_cost {
    line-height: 1.6;
    color: #000000;
    font-size: 16px;
    max-width: 80%;
    font-weight: 400;
    margin: 0 auto;
}.WT_price_item_element .rF_pay_plans {
    gap: 2rem;
    order: 2;
    grid-template-columns: 1fr;
    display: grid;
}.WT_price_item_element .eA_tuition_table {
    opacity: 0;
    transform: translateY(30px);
    will-change: transform, opacity;
    animation: fadeInUp 0.8s forwards;
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.2, 0.85, 0.4, 1.275);
    animation-delay: calc(0.1s * var(--i, 1));
    display: block;
}.WT_price_item_element .eA_tuition_table:nth-child(1) {
    --i: 1;
}.WT_price_item_element .eA_tuition_table:nth-child(2) {
    --i: 2;
}.WT_price_item_element .eA_tuition_table:nth-child(3) {
    --i: 3;
}.WT_price_item_element .eA_tuition_table:nth-child(4) {
    --i: 4;
}.WT_price_item_element .eA_tuition_table:hover {
    transform: translateY(-5px) scale(1.02);
}.WT_price_item_element .Fp_learning_fee {
    position: relative;
    height: 100%;
    overflow: hidden;
    transition: all 0.4s ease;
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(0,0,0,0.07);
    background: #ffffff;
    display: flex;
}.WT_price_item_element .eA_tuition_table:hover .Fp_learning_fee {
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}.WT_price_item_element .dn_monthly_rate {
    z-index: 1;
    flex-grow: 1;
    flex-direction: column;
    position: relative;
    padding: 2.5rem 2rem;
    display: flex;
}.WT_price_item_element .dn_monthly_rate::before {
    top: 0;
    transform: translate(30px, -30px);
    opacity: 0;
    background: linear-gradient(135deg, transparent 50%, rgb(199,173,173,0.5) 50%);
    height: 120px;
    z-index: -1;
    transition: opacity 0.4s ease, transform 0.4s ease;
    width: 120px;
    right: 0;
    content: "";
    position: absolute;
}.WT_price_item_element .eA_tuition_table:hover .dn_monthly_rate::before {
    transform: translate(0, 0);
    opacity: 0.7;
}.WT_price_item_element .eA_tuition_table h3 {
    transition: color 0.3s ease;
    position: relative;
    margin-bottom: 1rem;
    color: #000000;
    font-size: calc(18px + 0.2rem);
    font-weight: 700;
}.WT_price_item_element .eA_tuition_table:hover h3 {
    color: rgb(199,173,173);
}.WT_price_item_element .La_premium_plan {
    color: rgb(199,173,173);
    font-size: calc(17px + 0.8rem);
    position: relative;
    display: inline-block;
    margin-bottom: 1.5rem;
    font-weight: 700;
}.WT_price_item_element .La_premium_plan::before {
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -5px;
    content: "";
    width: 40px;
    background: rgb(170,116,156);
    transition: width 0.3s ease;
}.WT_price_item_element .eA_tuition_table:hover .La_premium_plan::before {
    width: 80px;
}.WT_price_item_element .eA_tuition_table p {
    font-size: 16px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    line-height: 1.6;
    -ms-word-break: break-all;
    margin-bottom: 0;
    color: #000000;
}.WT_price_item_element .mH_img_center_align {
    overflow: hidden;
    height: 200px;
    position: relative;
    transition: transform 0.5s ease;
}.WT_price_item_element .mH_img_center_align::after {
    content: "";
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.2), transparent);
    position: absolute;
}.WT_price_item_element .eA_tuition_table:hover .mH_img_center_align {
    transform: scale(1.05);
}

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

@media (min-width: 768px) {.WT_price_item_element .rF_pay_plans {
    grid-template-columns: repeat(2, 1fr);
}.WT_price_item_element .kI_plan_fees {
    padding: 3rem;
}.WT_price_item_element .dn_monthly_rate {
    padding: 2.8rem 2.2rem;
}
}

@media (min-width: 992px) {.WT_price_item_element .cz_bundle_offer {
    grid-template-columns: 2fr 1fr;
    gap: 2rem;
}.WT_price_item_element .kI_plan_fees {
    padding: 4rem 3rem;
    order: 2;
    flex-direction: column;
    text-align: left;
    display: flex;
    height: 100%;
    justify-content: center;
}.WT_price_item_element .kI_plan_fees h2::after {
    transform: none;
    left: 0;
    background: linear-gradient(90deg, rgb(199,173,173), transparent);
    width: 100px;
}.WT_price_item_element .kI_plan_fees .xF_premium_cost {
    max-width: 100%;
    margin: 0;
}.WT_price_item_element .rF_pay_plans {
    grid-template-columns: repeat(2, 1fr);
    order: 1;
}
}

@media (min-width: 1200px) {.WT_price_item_element .rF_pay_plans {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
}.WT_price_item_element .dn_monthly_rate {
    padding: 3rem 2.5rem;
}.WT_price_item_element .kI_plan_fees h2 {
    font-size: calc(35px + 0.3rem);
}
}

@media (max-width: 767px) {.WT_price_item_element {
    padding: 4rem 0;
}.WT_price_item_element .kI_plan_fees h2 {
    font-size: calc(35px - 0.2rem);
}.WT_price_item_element .kI_plan_fees .xF_premium_cost {
    font-size: calc(16px - 0.1rem);
    max-width: 100%;
}.WT_price_item_element .eA_tuition_table h3 {
    font-size: 18px;
}.WT_price_item_element .La_premium_plan {
    font-size: calc(17px + 0.5rem);
}.WT_price_item_element .mH_img_center_align {
    height: 160px;
}}footer {
    color: #ffffff;
    z-index: 1;
    font-family: Arial, sans-serif;
    position: relative;
}footer::before {
    z-index: -1;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(199,173,173,0.5) 50%, rgb(170,116,156,0.5) 100%);
    height: 100%;
    position: absolute;
    content: "";
    left: 0;
    backdrop-filter: blur(8px);
    top: 0;
    animation: gradientShift 15s ease infinite;
    width: 100%;
}.xX_testimonial {
    padding: 4.5rem 0 2rem;
    position: relative;
}.xX_testimonial::before {
    background: linear-gradient(to right, 
                transparent 0%, 
                rgb(199,173,173) 25%, 
                #ffffff 50%, 
                rgb(170,116,156) 75%, 
                transparent 100%);
    height: 1px;
    position: absolute;
    right: 0;
    left: 0;
    content: "";
    top: 0;
    animation: shimmer 8s linear infinite;
}.xX_testimonial .container {
    position: relative;
    flex-wrap: wrap;
    z-index: 1;
    display: flex;
    justify-content: space-between;
}.xX_testimonial .company_holder {
    margin-right: 2rem;
    border-radius: 12px;
    transform: translateY(0);
    flex: 1 1 350px;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15), 
                inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 1.5rem;
}.xX_testimonial .company_holder:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 
                inset 0 0 0 1px rgba(255, 255, 255, 0.15),
                0 0 20px rgb(199,173,173,0.5);
    transform: translateY(-5px);
}.xX_testimonial .company_holder h3 {
    font-weight: 700;
    margin-bottom: 1.25rem;
    display: inline-block;
    position: relative;
    color: #ffffff;
    font-size: calc(29px * 0.85);
}.xX_testimonial .company_holder h3::after {
    bottom: -8px;
    left: 0;
    height: 2px;
    transform-origin: left;
    width: 100%;
    content: "";
    transition: transform 0.5s ease;
    position: absolute;
    background: linear-gradient(to right, rgb(199,173,173), rgb(170,116,156));
    transform: scaleX(0.3);
}.xX_testimonial .company_holder:hover h3::after {
    transform: scaleX(1);
}.xX_testimonial .Nd_news_feed {
    color: rgba(255, 255, 255, 0.7);
    font-size: 17px;
    line-height: 1.6;
    max-width: 450px;
    margin-top: 1rem;
}.xX_testimonial .yW_lesson_cta {
    position: relative;
    flex: 1 1 450px;
}.xX_testimonial .qm_nav_sitebar {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}.xX_testimonial .yW_lesson_cta .qm_nav_sitebar {
    justify-content: flex-end;
}.xX_testimonial .ZB_header_lesson {
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    overflow: hidden;
    padding: 1.5rem;
    position: relative;
    flex: 1 1 200px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
}.xX_testimonial .ZB_header_lesson h5 {
    font-size: 19px;
    margin-bottom: 1.25rem;
    font-weight: 600;
    display: inline-block;
    position: relative;
    color: #ffffff;
}.xX_testimonial .ZB_header_lesson h5::before {
    content: "";
    width: 40px;
    bottom: -6px;
    height: 2px;
    position: absolute;
    transition: width 0.3s ease;
    background: rgb(199,173,173);
    left: 0;
}.xX_testimonial .ZB_header_lesson:hover h5::before {
    width: 100%;
}.xX_testimonial .ZB_header_lesson .qm_nav_sitebar {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}.xX_testimonial .ZB_header_lesson a {
    text-decoration: none;
    z-index: 1;
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
    display: block;
    font-size: 17px;
    border-radius: 10px;
    position: relative;
    padding: 0.25rem 0.5rem;
}.xX_testimonial .ZB_header_lesson a::before {
    left: 0;
    bottom: 0;
    width: 0;
    content: "";
    height: 1px;
    z-index: -1;
    background: linear-gradient(to right, rgb(199,173,173), rgb(170,116,156));
    position: absolute;
    transition: width 0.3s ease;
}.xX_testimonial .ZB_header_lesson a:hover {
    transform: translateX(5px);
    color: #ffffff;
}.xX_testimonial .ZB_header_lesson a:hover::before {
    width: 100%;
}.wh_enroll_info {
    padding: 1.5rem 0;
    position: relative;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(15px);
}.wh_enroll_info::before {
    right: 0;
    top: 0;
    position: absolute;
    content: "";
    left: 0;
    height: 1px;
    background: linear-gradient(to right, 
                transparent 0%, 
                rgb(170,116,156) 25%, 
                #ffffff 50%, 
                rgb(199,173,173) 75%, 
                transparent 100%);
}.wh_enroll_info .container {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
}.wh_enroll_info .YD_module_end {
    padding: 0.5rem 1rem;
    background: rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
    text-align: center;
    backdrop-filter: blur(5px);
    border-radius: 30px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
}.wh_enroll_info .YD_module_end:hover {
    color: #ffffff;
    box-shadow: 0 0 15px rgb(199,173,173,0.5);
    background: rgba(0, 0, 0, 0.2);
}

@keyframes gradientShift {
    0%, 100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }
    100% {
        background-position: 1000px 0;
    }
}

@keyframes pulsate {
    0%, 100% {
        opacity: 0.4;
        transform: scale(1);
    }
    50% {
        opacity: 0.6;
        transform: scale(1.05);
    }
}

@media (max-width: 992px) {.xX_testimonial {
    padding: 3.5rem 0 2rem;
}.xX_testimonial .container {
    flex-direction: column;
}.xX_testimonial .company_holder {
    flex: 1 1 100%;
    margin-bottom: 2rem;
    margin-right: 0;
}.xX_testimonial .yW_lesson_cta {
    flex: 1 1 100%;
}.xX_testimonial .yW_lesson_cta .qm_nav_sitebar {
    justify-content: space-between;
}.xX_testimonial .ZB_header_lesson {
    flex: 1 1 calc(50% - 1rem);
}
}

@media (max-width: 768px) {.xX_testimonial {
    padding: 3rem 0 1.5rem;
}.xX_testimonial::before {
    height: 2px;
}.xX_testimonial .company_holder {
    padding: 1.25rem;
}.xX_testimonial .ZB_header_lesson {
    margin-bottom: 1rem;
    flex: 1 1 100%;
}.xX_testimonial .yW_lesson_cta .qm_nav_sitebar {
    flex-direction: column;
}.wh_enroll_info {
    padding: 1.25rem 0;
}.wh_enroll_info::before {
    height: 2px;
}
}

@media (max-width: 576px) {.xX_testimonial {
    padding: 2.5rem 0 1rem;
}.xX_testimonial .company_holder h3 {
    font-size: calc(29px * 0.75);
}.xX_testimonial .Nd_news_feed {
    font-size: calc(17px * 0.9);
}.xX_testimonial .ZB_header_lesson h5 {
    font-size: calc(19px * 0.9);
}.xX_testimonial .ZB_header_lesson a {
    font-size: calc(17px * 0.9);
}.wh_enroll_info .YD_module_end {
    padding: 0.4rem 0.8rem;
    font-size: calc(15px * 0.9);
}}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-30px) scale(1.1);
    }
}

.xX_testimonial .qm_nav_sitebar a::after {
    transform: translateY(-50%) scale(0);
    position: absolute;
    border-radius: 50%;
    content: "";
    background: rgb(199,173,173);
    transition: transform 0.3s ease;
    top: 50%;
    left: -10px;
    height: 4px;
    width: 4px;
}.xX_testimonial .qm_nav_sitebar a:hover::after {
    transform: translateY(-50%) scale(1);
}.xX_testimonial .Nd_news_feed::before {
    width: 0;
    left: -10px;
    transition: width 0.5s ease 0.3s, height 0.5s ease;
    height: 0;
    border: 1px solid transparent;
    content: "";
    position: absolute;
    top: -10px;
}.xX_testimonial .Nd_news_feed::after {
    bottom: -10px;
    width: 0;
    transition: width 0.5s ease 0.3s, height 0.5s ease;
    position: absolute;
    border: 1px solid transparent;
    right: -10px;
    content: "";
    height: 0;
}.xX_testimonial .company_holder:hover .Nd_news_feed::before {
    transition: width 0.5s ease, height 0.5s ease 0.3s;
    width: calc(100% + 20px);
    border-right-color: rgb(199,173,173,0.5);
    border-top-color: rgb(199,173,173,0.5);
    height: calc(100% + 20px);
}.xX_testimonial .company_holder:hover .Nd_news_feed::after {
    width: calc(100% + 20px);
    transition: width 0.5s ease, height 0.5s ease 0.3s;
    border-bottom-color: rgb(170,116,156,0.5);
    height: calc(100% + 20px);
    border-left-color: rgb(170,116,156,0.5);
}.rc_info_details {
    background: rgb(225,214,214);
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
}.rc_info_details::before {
    background: 
        radial-gradient(circle at 20% 20%, rgb(199,173,173,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 80%, rgb(170,116,156,0.5) 0%, transparent 40%);
    left: 0;
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
}.rc_info_details .container {
    padding: 0 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}.rc_info_details .Hu_contact_today {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}.rc_info_details .eI_msg_block {
    z-index: 1;
    position: relative;
}.rc_info_details .eI_msg_block:nth-child(1) {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    flex-direction: column;
    display: flex;
    width: 35%;
    background: linear-gradient(225deg, rgb(199,173,173) 0%, #000000 100%);
    padding: 3rem;
    border-radius: 15px 0 0 15px;
    justify-content: center;
}.rc_info_details .eI_msg_block:nth-child(2) {
    overflow: hidden;
    clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    width: 30%;
    z-index: 0;
}.rc_info_details .eI_msg_block:nth-child(3) {
    display: flex;
    justify-content: center;
    padding: 3rem;
    flex-direction: column;
    background: linear-gradient(225deg, rgb(170,116,156,0.5) 0%, #000000 100%);
    width: 35%;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
    border-radius: 0 15px 15px 0;
}.rc_info_details .eI_msg_block h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 31px;
    color: #ffffff;
    margin-bottom: 2rem;
    letter-spacing: 1px;
    padding-left: 1rem;
    position: relative;
}.rc_info_details .eI_msg_block h2::before {
    top: 0;
    position: absolute;
    left: 0;
    content: "";
    height: 100%;
    width: 4px;
    border-radius: 2px;
    background: rgb(170,116,156);
}.rc_info_details .ur_connect_today {
    margin-bottom: 1rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #ffffff;
    font-size: calc(17px * 1.2);
}.rc_info_details .OC_assist_support {
    margin-bottom: 2rem;
    color: #ffffff;
    line-height: 1.7;
    opacity: 0.9;
}.rc_info_details .eI_msg_block p {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
    color: #ffffff;
}.rc_info_details .eI_msg_block p span {
    font-weight: 600;
}.rc_info_details .Cy_send_info {
    margin-top: 2rem;
    position: relative;
}.rc_info_details .Cy_send_info::before {
    top: 0;
    content: "";
    left: 0;
    background: linear-gradient(90deg, rgb(170,116,156), transparent);
    position: absolute;
    height: 1px;
    width: 100%;
}.rc_info_details .Cy_send_info h3 {
    color: #ffffff;
    font-weight: 600;
    font-size: 19px;
    margin: 1rem 0;
}.rc_info_details .Za_get_contactcard {
    gap: 0.5rem;
    display: flex;
    flex-direction: column;
}.rc_info_details .Za_get_contactcard span {
    padding: 0.5rem 0;
    color: #ffffff;
    padding-left: 1.5rem;
    align-items: center;
    display: flex;
    font-size: calc(17px * 0.9);
    position: relative;
    transition: all 0.3s ease;
}.rc_info_details .Za_get_contactcard span::before {
    width: 8px;
    content: "";
    top: 50%;
    background: rgb(170,116,156);
    transform: translateY(-50%);
    left: 0;
    position: absolute;
    height: 8px;
    border-radius: 50%;
}.rc_info_details .Za_get_contactcard span:hover {
    transform: translateX(5px);
}.rc_info_details .eI_msg_block .mH_img_center_align {
    filter: saturate(0.8) contrast(1.1);
    min-height: 400px;
    position: relative;
    height: 100%;
    transition: all 0.5s ease;
}.rc_info_details .eI_msg_block .mH_img_center_align:hover {
    filter: saturate(1) contrast(1);
}.rc_info_details .eI_msg_block .mH_img_center_align::before {
    position: absolute;
    background: linear-gradient(135deg, rgb(199,173,173,0.5) 0%, transparent 50%);
    top: 0;
    z-index: 1;
    content: '';
    left: 0;
    height: 100%;
    width: 100%;
}.rc_info_details .UO_connect_block {
    gap: 2rem;
    flex-direction: column;
    display: flex;
    justify-content: space-between;
}.rc_info_details .UO_connect_block a {
    display: flex;
    position: relative;
    align-items: center;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
    border-right: 3px solid rgb(170,116,156);
    transition: all 0.3s ease;
    border-radius: 10px;
    padding: 1.25rem;
    gap: 1.5rem;
}.rc_info_details .UO_connect_block a::before {
    transition: all 0.3s ease;
    content: '';
    width: 0;
    background: rgb(170,116,156,0.5);
    height: 100%;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
}.rc_info_details .UO_connect_block a:hover::before {
    width: 100%;
}.rc_info_details .UO_connect_block a:hover {
    transform: translateX(-5px);
}.rc_info_details .UO_connect_block a span {
    align-items: center;
    flex: 0 0 auto;
    font-size: calc(17px * 0.9);
    display: flex;
    gap: 0.5rem;
    color: #ffffff;
    opacity: 0.7;
}.rc_info_details .UO_connect_block a p {
    flex: 1;
    font-size: 17px;
    margin: 0;
    text-align: right;
    font-weight: 600;
    color: #ffffff;
}.rc_info_details svg {
    fill: none;
    height: 20px;
    width: 20px;
}.rc_info_details svg path {
    fill: rgb(170,116,156);
    transition: fill 0.3s ease;
}.rc_info_details .UO_connect_block a:hover svg path {
    fill: #ffffff;
}

@media (max-width: 1200px) {.rc_info_details .eI_msg_block:nth-child(1) {
    width: 40%;
}.rc_info_details .eI_msg_block:nth-child(2) {
    width: 25%;
}.rc_info_details .eI_msg_block:nth-child(3) {
    width: 35%;
}
}

@media (max-width: 992px) {.rc_info_details .Hu_contact_today {
    flex-direction: column;
}.rc_info_details .eI_msg_block:nth-child(1),
    .rc_info_details .eI_msg_block:nth-child(2),
    .rc_info_details .eI_msg_block:nth-child(3) {
    clip-path: none;
    border-radius: 15px;
    margin-bottom: 1.5rem;
    width: 100%;
}.rc_info_details .eI_msg_block .mH_img_center_align {
    min-height: 300px;
}.rc_info_details .UO_connect_block {
    flex-wrap: wrap;
    gap: 1rem;
    flex-direction: row;
}.rc_info_details .UO_connect_block a {
    flex: 1 1 calc(50% - 0.5rem);
    min-width: 250px;
}
}

@media (max-width: 768px) {.rc_info_details {
    padding: 4rem 0;
}.rc_info_details .eI_msg_block:nth-child(1),
    .rc_info_details .eI_msg_block:nth-child(3) {
    padding: 2rem;
}.rc_info_details .UO_connect_block {
    flex-direction: column;
}.rc_info_details .UO_connect_block a {
    width: 100%;
}.rc_info_details .eI_msg_block .mH_img_center_align {
    min-height: 250px;
}.rc_info_details .eI_msg_block h2 {
    margin-bottom: 1.5rem;
    font-size: calc(31px * 0.9);
}
}

@media (max-width: 480px) {.rc_info_details {
    padding: 3rem 0;
}.rc_info_details .eI_msg_block:nth-child(1),
    .rc_info_details .eI_msg_block:nth-child(3) {
    padding: 1.5rem;
}.rc_info_details .eI_msg_block .mH_img_center_align {
    min-height: 200px;
}.rc_info_details .Cy_send_info {
    margin-top: 1.5rem;
}.rc_info_details .Cy_send_info h3 {
    font-size: calc(19px * 0.9);
}.rc_info_details .UO_connect_block a {
    padding: 1rem;
}}.oY_thanksSpace {
    background: linear-gradient(135deg, rgb(225,214,214), #ffffff);
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.oY_thanksSpace::before {
    animation: movePattern 40s linear infinite;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(170,116,156,0.5) 49.5%, rgb(170,116,156,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(170,116,156,0.5) 49.5%, rgb(170,116,156,0.5) 50.5%, transparent 50.5%);
    position: absolute;
    z-index: 1;
    background-size: 60px 60px;
    width: 100%;
    content: "";
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.2;
}.oY_thanksSpace::after {
    z-index: 0;
    right: -20%;
    opacity: 0.1;
    position: absolute;
    top: -50%;
    transform: rotate(25deg);
    height: 200%;
    background: linear-gradient(120deg, rgb(199,173,173,0.5) 10%, transparent 80%);
    content: "";
    width: 70%;
}.oY_thanksSpace .container {
    perspective: 1000px;
    z-index: 2;
    max-width: 1140px;
    transform-style: preserve-3d;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}.oY_thanksSpace h2 {
    position: relative;
    text-shadow: 0 1px 0 rgba(255,255,255,0.8);
    font-size: 30px;
    transform: translateZ(20px);
    line-height: 1.4;
    margin-bottom: 40px;
    font-weight: 600;
    color: #000000;
    animation: fadeSlideIn 0.8s ease-out forwards;
}.oY_thanksSpace h2::after {
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(199,173,173), rgb(170,116,156));
    position: absolute;
    left: 0;
    animation: expandLine 0.6s 0.4s forwards ease-out;
    width: 80px;
    height: 3px;
    transform-origin: left;
    bottom: -16px;
    content: "";
}.oY_thanksSpace .ox_impact_stats {
    opacity: 0;
    padding: 35px 40px 30px;
    transform: translateZ(10px) translateY(10px);
    border-left: 4px solid rgb(170,116,156);
    animation: fadeSlideUp 0.8s 0.3s ease-out forwards;
    box-shadow: 0 15px 35px rgba(0,0,0,0.05), 
                0 5px 15px rgba(0,0,0,0.03);
    position: relative;
    background: #ffffff;
}.oY_thanksSpace .ox_impact_stats::before {
    opacity: 0.15;
    transform: translateZ(-5px);
    top: 20px;
    height: 100px;
    background: linear-gradient(135deg, rgb(170,116,156,0.5) 30%, transparent 70%);
    width: 100px;
    border-radius: 50%;
    position: absolute;
    content: "";
    right: 20px;
}.oY_thanksSpace ul {
    margin: 0;
    padding: 0;
    list-style: none;
}.oY_thanksSpace li {
    padding-left: 25px;
    position: relative;
}.oY_thanksSpace li::before {
    position: absolute;
    content: "";
    animation: pulse 3s infinite;
    top: 8px;
    transform: rotate(45deg);
    background: rgb(199,173,173);
    height: 8px;
    opacity: 0.9;
    left: 0;
    width: 8px;
}.oY_thanksSpace li span {
    font-family: Arial, sans-serif;
    display: block;
    line-height: 1.8;
    color: #000000;
    font-size: 18px;
}

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

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

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

@keyframes pulse {
    0%, 100% {
        transform: rotate(45deg) scale(1);
    }
    50% {
        transform: rotate(45deg) scale(1.2);
    }
}

@keyframes movePattern {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 500px 500px;
    }
}

@media (max-width: 1200px) {.oY_thanksSpace {
    padding: 100px 0;
}.oY_thanksSpace h2 {
    font-size: calc(30px * 0.9);
}
}

@media (max-width: 992px) {.oY_thanksSpace {
    padding: 80px 0;
}.oY_thanksSpace h2 {
    font-size: calc(30px * 0.85);
}.oY_thanksSpace::after {
    right: -50%;
    width: 100%;
}.oY_thanksSpace .ox_impact_stats {
    padding: 30px 35px 25px;
}
}

@media (max-width: 768px) {.oY_thanksSpace {
    padding: 60px 0;
}.oY_thanksSpace h2 {
    font-size: calc(30px * 0.8);
    margin-bottom: 30px;
}.oY_thanksSpace h2::after {
    bottom: -12px;
    width: 60px;
}.oY_thanksSpace .ox_impact_stats {
    padding: 25px 30px 20px;
}.oY_thanksSpace li span {
    font-size: calc(18px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 576px) {.oY_thanksSpace {
    padding: 50px 0;
}.oY_thanksSpace h2 {
    font-size: calc(30px * 0.7);
    margin-bottom: 25px;
}.oY_thanksSpace .ox_impact_stats {
    padding: 20px 25px 15px;
    border-left-width: 3px;
}.oY_thanksSpace li {
    padding-left: 20px;
}.oY_thanksSpace li::before {
    top: 8px;
    width: 6px;
    height: 6px;
}.oY_thanksSpace li span {
    font-size: calc(18px * 0.9);
    line-height: 1.6;
}.oY_thanksSpace::before {
    background-size: 40px 40px;
}
}

@media (hover: hover) {.oY_thanksSpace .ox_impact_stats:hover {
    transform: translateZ(15px) translateY(5px);
    transition: transform 0.3s ease;
}}.Iu_client_testimonials {
    background: linear-gradient(150deg, rgb(225,214,214) 0%, #ffffff 100%);
    overflow: hidden;
    position: relative;
    padding: 100px 0;
}.Iu_client_testimonials::before {
    z-index: 0;
    height: 100%;
    opacity: 0.6;
    content: "";
    top: 0;
    left: 0;
    background: 
        radial-gradient(circle at 20% 20%, rgb(199,173,173,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 80%, rgb(170,116,156,0.5) 0%, transparent 30%);
    position: absolute;
    width: 100%;
}.Iu_client_testimonials::after {
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0.1;
    height: 100%;
    z-index: 0;
    background-image: 
        linear-gradient(45deg, rgb(199,173,173,0.5) 1px, transparent 1px),
        linear-gradient(-45deg, rgb(170,116,156,0.5) 1px, transparent 1px);
    background-size: 30px 30px;
    left: 0;
    content: "";
}.Iu_client_testimonials .ox_impact_stats {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    padding: 0 30px;
    margin: 0 auto;
}.Iu_client_testimonials h4 {
    letter-spacing: 1px;
    font-weight: 700;
    text-align: center;
    color: #000000;
    font-size: 32px;
    position: relative;
    margin-bottom: 80px;
}.Iu_client_testimonials h4::after {
    bottom: -20px;
    left: 50%;
    height: 3px;
    transform: translateX(-50%);
    background: rgb(199,173,173);
    width: 80px;
    content: "";
    position: absolute;
}.Iu_client_testimonials h4::before {
    left: calc(50% - 20px);
    border: 2px solid rgb(199,173,173,0.5);
    position: absolute;
    z-index: -1;
    height: 40px;
    width: 40px;
    bottom: -40px;
    content: "";
    transform: rotate(45deg);
}.Iu_client_testimonials .qs_learning_ratings {
    flex-wrap: wrap;
    perspective: 1000px;
    transform-style: preserve-3d;
    display: flex;
    justify-content: center;
}.Iu_client_testimonials .Cn_review_carousel {
    border-radius: 22px;
    margin: 0 20px 60px;
    width: calc(33.33% - 40px);
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-origin: center center;
    padding: 30px;
    transform: rotateY(15deg) rotateX(5deg) translateZ(0);
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.05),
        -5px -5px 30px rgba(255, 255, 255, 0.8);
    z-index: 1;
    position: relative;
    background: #ffffff;
}.Iu_client_testimonials .Cn_review_carousel:hover {
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.1),
        -10px -10px 40px rgba(255, 255, 255, 0.9);
    z-index: 2;
    transform: rotateY(0) rotateX(0) translateZ(30px);
}.Iu_client_testimonials .Cn_review_carousel:nth-child(3n+2) {
    transform: rotateY(-15deg) rotateX(5deg) translateZ(0);
}.Iu_client_testimonials .Cn_review_carousel:nth-child(3n+2):hover {
    transform: rotateY(0) rotateX(0) translateZ(30px);
}.Iu_client_testimonials .Cn_review_carousel:nth-child(3n+3) {
    transform: rotateY(0) rotateX(10deg) translateZ(0);
}.Iu_client_testimonials .Cn_review_carousel:nth-child(3n+3):hover {
    transform: rotateY(0) rotateX(0) translateZ(30px);
}.Iu_client_testimonials .Cn_review_carousel::before {
    height: 100%;
    border-radius: inherit;
    position: absolute;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
    top: 0;
    z-index: -1;
    content: "";
    left: 0;
    width: 100%;
}.Iu_client_testimonials .Cn_review_carousel::after {
    background: rgb(199,173,173,0.5);
    position: absolute;
    height: 40px;
    right: -10px;
    z-index: -1;
    top: -10px;
    opacity: 0.3;
    width: 40px;
    border-radius: 50%;
    content: "";
    transition: all 0.4s ease;
}.Iu_client_testimonials .Cn_review_carousel:hover::after {
    transform: scale(1.2);
    opacity: 0.5;
}.Iu_client_testimonials .mH_img_center_align {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    transform: translateZ(20px);
    transition: all 0.4s ease;
    border: 4px solid #ffffff;
    height: 90px;
    width: 90px;
    position: relative;
    margin: 0 auto 20px;
}.Iu_client_testimonials .Cn_review_carousel:hover .mH_img_center_align {
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
    transform: translateZ(40px) scale(1.1);
    border-color: rgb(199,173,173,0.5);
}.Iu_client_testimonials .Cn_review_carousel span {
    text-align: center;
    font-weight: 600;
    margin-bottom: 12px;
    transform: translateZ(15px);
    color: #000000;
    display: block;
    transition: all 0.4s ease;
    font-size: calc(17px * 1.1);
}.Iu_client_testimonials .Cn_review_carousel:hover span {
    color: rgb(199,173,173);
    transform: translateZ(30px);
}.Iu_client_testimonials .Cn_review_carousel p {
    text-align: center;
    transition: all 0.4s ease;
    color: #000000;
    line-height: 1.6;
    font-size: 17px;
    transform: translateZ(10px);
}.Iu_client_testimonials .Cn_review_carousel:hover p {
    color: #000000;
    transform: translateZ(20px);
}.Iu_client_testimonials .Cn_review_carousel:nth-child(3n+1)::after {
    background: rgb(199,173,173,0.5);
}.Iu_client_testimonials .Cn_review_carousel:nth-child(3n+2)::after {
    background: rgb(170,116,156,0.5);
}.Iu_client_testimonials .Cn_review_carousel:nth-child(3n+3)::after {
    background: linear-gradient(135deg, rgb(199,173,173,0.5), rgb(170,116,156,0.5));
}

@media (max-width: 1200px) {.Iu_client_testimonials .Cn_review_carousel {
    width: calc(50% - 40px);
}
}

@media (max-width: 768px) {.Iu_client_testimonials {
    padding: 70px 0;
}.Iu_client_testimonials h4 {
    margin-bottom: 60px;
}.Iu_client_testimonials .qs_learning_ratings {
    perspective: none;
}.Iu_client_testimonials .Cn_review_carousel,
    .Iu_client_testimonials .Cn_review_carousel:nth-child(3n+2),
    .Iu_client_testimonials .Cn_review_carousel:nth-child(3n+3) {
    margin: 0 auto 40px;
    width: 100%;
    max-width: 350px;
    transform: none;
    padding: 25px;
}.Iu_client_testimonials .Cn_review_carousel:hover,
    .Iu_client_testimonials .Cn_review_carousel:nth-child(3n+2):hover,
    .Iu_client_testimonials .Cn_review_carousel:nth-child(3n+3):hover {
    transform: translateY(-10px);
}.Iu_client_testimonials .Cn_review_carousel:last-child {
    margin-bottom: 0;
}.Iu_client_testimonials .mH_img_center_align {
    width: 80px;
    height: 80px;
}.Iu_client_testimonials .Cn_review_carousel:hover .mH_img_center_align {
    transform: scale(1.1);
}.Iu_client_testimonials .Cn_review_carousel span,
    .Iu_client_testimonials .Cn_review_carousel:hover span,
    .Iu_client_testimonials .Cn_review_carousel p,
    .Iu_client_testimonials .Cn_review_carousel:hover p {
    transform: none;
}}.Gh_secure_guard {
    padding: 5rem 2rem;
    position: relative;
    background: linear-gradient(135deg, rgb(225,214,214) 0%, rgba(250, 250, 255, 0.95) 100%);
    overflow: hidden;
}.Gh_secure_guard::before {
    width: 100%;
    position: absolute;
    background: radial-gradient(circle at 10% 30%, rgb(170,116,156,0.5) 0%, transparent 60%);
    content: "";
    top: 0;
    height: 100%;
    left: 0;
    opacity: 0.15;
    z-index: 0;
}.Gh_secure_guard::after {
    z-index: 0;
    right: -10px;
    height: 40%;
    bottom: -10px;
    background: linear-gradient(45deg, transparent 40%, rgb(199,173,173,0.5) 100%);
    position: absolute;
    transform: skewY(-5deg);
    content: "";
    opacity: 0.1;
    width: 50%;
}.Gh_secure_guard .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 1;
    transform-style: preserve-3d;
    perspective: 1000px;
    position: relative;
}.Gh_secure_guard h1 {
    letter-spacing: -0.02em;
    border-bottom: 3px solid rgb(170,116,156,0.5);
    display: inline-block;
    transform: translateZ(10px);
    font-weight: 700;
    font-size: 47px;
    margin-bottom: 2.5rem;
    color: rgb(199,173,173);
    padding-bottom: 0.5rem;
    position: relative;
}.Gh_secure_guard h1::after {
    left: 0;
    height: 3px;
    content: "";
    background: rgb(199,173,173);
    animation: lineGrow 1.5s ease-out forwards;
    position: absolute;
    transform-origin: left;
    bottom: -3px;
    width: 60%;
}.Gh_secure_guard h2 {
    transform: translateZ(5px);
    position: relative;
    color: #000000;
    font-size: 32px;
    padding-left: 1.5rem;
    margin-bottom: 1.25rem;
    margin-top: 3rem;
    font-weight: 600;
}.Gh_secure_guard h2::before {
    position: absolute;
    content: "";
    transform: translateY(-50%) rotate(45deg);
    height: 0.75rem;
    top: 50%;
    left: 0;
    background: rgb(170,116,156);
    width: 0.75rem;
}.Gh_secure_guard h3 {
    font-weight: 600;
    position: relative;
    margin-bottom: 1.25rem;
    margin-top: 2.5rem;
    color: #000000;
    padding-left: 1.25rem;
    font-size: calc(32px * 0.85);
}.Gh_secure_guard h3::before {
    left: 0;
    content: "";
    position: absolute;
    background: rgb(170,116,156,0.5);
    width: 0.6rem;
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
    height: 0.6rem;
}.Gh_secure_guard h4 {
    padding-left: 1rem;
    font-size: calc(32px * 0.7);
    position: relative;
    margin-bottom: 1rem;
    color: #000000;
    margin-top: 2rem;
    font-weight: 600;
}.Gh_secure_guard h4::before {
    opacity: 0.7;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    left: 0;
    position: absolute;
    content: "";
    height: 0.5rem;
    background: rgb(170,116,156,0.5);
    width: 0.5rem;
}.Gh_secure_guard p {
    font-size: 16px;
    max-width: 90ch;
    transform: translateZ(0);
    color: #000000;
    position: relative;
    line-height: 1.7;
    padding-right: 1rem;
    margin-bottom: 1.5rem;
}.Gh_secure_guard p strong {
    color: #000000;
    font-weight: 600;
    position: relative;
    display: inline-block;
}.Gh_secure_guard p strong::after {
    height: 2px;
    content: "";
    transform: scaleX(0.9);
    position: absolute;
    background: rgb(170,116,156,0.5);
    bottom: -2px;
    width: 100%;
    left: 0;
    transform-origin: left;
}.Gh_secure_guard ul {
    margin: 1.5rem 0 2.5rem 1.5rem;
    padding: 0;
    list-style: none;
    position: relative;
}.Gh_secure_guard ul::before {
    top: 0;
    height: 100%;
    background: linear-gradient(to bottom, rgb(170,116,156,0.5), transparent);
    content: "";
    position: absolute;
    width: 2px;
    left: -1rem;
}.Gh_secure_guard li {
    line-height: 1.6;
    position: relative;
    transform: translateZ(0);
    margin-bottom: 1rem;
    padding-left: 1.5rem;
    color: #000000;
    transition: transform 0.3s ease;
    font-size: 16px;
}.Gh_secure_guard li::before {
    top: 0.6em;
    width: 0.5rem;
    content: "";
    transform: rotate(45deg);
    height: 0.5rem;
    position: absolute;
    left: 0;
    border-radius: 10px;
    border: 2px solid rgb(170,116,156);
}.Gh_secure_guard li:hover {
    transform: translateX(5px) translateZ(0);
}.Gh_secure_guard span {
    font-size: 16px;
    display: block;
    margin-bottom: 2rem;
    transition: all 0.3s ease;
    color: #000000;
    transform: translateZ(0);
    padding: 1.25rem;
    background: rgba(255,255,255,0.7);
    box-shadow: 0 5px 15px rgba(0,0,0,0.03);
    border-left: 3px solid rgb(170,116,156);
    line-height: 1.7;
}.Gh_secure_guard 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) {.Gh_secure_guard {
    padding: 6rem 3rem;
}.Gh_secure_guard .container {
    padding: 0 2rem;
}.Gh_secure_guard h1 {
    margin-bottom: 3rem;
    font-size: calc(47px * 1.1);
}.Gh_secure_guard h2 {
    margin-top: 4rem;
    font-size: calc(32px * 1.05);
}.Gh_secure_guard ul {
    margin-left: 2.5rem;
}
}

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

@media (max-width: 767px) {.Gh_secure_guard {
    padding: 4rem 1.5rem;
}.Gh_secure_guard h1 {
    margin-bottom: 2rem;
    font-size: calc(47px * 0.9);
}.Gh_secure_guard h2 {
    padding-left: 1.25rem;
    margin-top: 2.5rem;
    font-size: calc(32px * 0.9);
}.Gh_secure_guard h3, .Gh_secure_guard h4 {
    padding-left: 1rem;
}.Gh_secure_guard p, .Gh_secure_guard li, .Gh_secure_guard span {
    font-size: calc(16px * 0.95);
}.Gh_secure_guard ul {
    margin-left: 0.5rem;
}.Gh_secure_guard li {
    padding-left: 1.25rem;
}.Gh_secure_guard span {
    padding: 1rem;
}}.ba_course_offering {
    position: relative;
    background: linear-gradient(120deg, #000000 20%, rgb(170,116,156,0.5) 100%);
    overflow: hidden;
    padding: 7rem 0;
}.ba_course_offering::before {
    filter: blur(30px);
    animation: floatGradient 20s ease-in-out infinite alternate;
    position: absolute;
    content: "";
    z-index: 1;
    right: -10%;
    background: radial-gradient(ellipse at center, rgb(199,173,173,0.5) 0%, transparent 70%);
    height: 140%;
    width: 70%;
    top: -20%;
    transform: rotate(-15deg);
}.ba_course_offering::after {
    content: "";
    width: 100%;
    top: 0;
    opacity: 0.8;
    height: 100%;
    left: 0;
    z-index: 1;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 5px,
            rgba(255, 255, 255, 0.02) 5px,
            rgba(255, 255, 255, 0.02) 10px
        ),
        radial-gradient(circle at 10% 90%, rgb(170,116,156,0.5) 0%, transparent 40%);
    position: absolute;
}.ba_course_offering .container {
    z-index: 2;
    position: relative;
}.ba_course_offering .ox_impact_stats {
    grid-template-columns: 45% 55%;
    min-height: 500px;
    gap: 0;
    position: relative;
    display: grid;
    grid-template-areas: 
        "photo info"
        "photo info";
}.ba_course_offering .uS_career_learn {
    grid-area: info;
    background: linear-gradient(
        135deg, 
        rgba(255, 255, 255, 0.08) 0%,
        rgba(255, 255, 255, 0.02) 100%
    );
    border-radius: 0 12px 12px 0;
    position: relative;
    padding: 3.5rem 3rem 3.5rem 5rem;
    overflow: hidden;
    transform: translateX(-40px);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.3),
        5px 5px 15px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(8px);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    z-index: 3;
}.ba_course_offering .uS_career_learn::before {
    position: absolute;
    content: "";
    top: 0;
    z-index: -1;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.1;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(199,173,173,0.5) 49.5%, rgb(199,173,173,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(199,173,173,0.5) 49.5%, rgb(199,173,173,0.5) 50.5%, transparent 50.5%);
    background-size: 30px 30px;
}.ba_course_offering .uS_career_learn::after {
    background: radial-gradient(
        circle at center,
        rgb(199,173,173,0.5) 0%,
        transparent 60%
    );
    left: -50%;
    opacity: 0.1;
    top: -50%;
    height: 200%;
    transform-origin: center;
    width: 200%;
    z-index: -1;
    content: "";
    position: absolute;
    animation: rotateRadial 30s linear infinite;
}.ba_course_offering .YW_nav_begin {
    width: 90px;
    margin-bottom: 2rem;
    height: 90px;
    transform: rotate(-5deg) skew(-5deg);
    position: relative;
}.ba_course_offering .YW_nav_begin::before {
    transform: rotate(5deg);
    border-radius: 12px;
    position: absolute;
    animation: pulseLogo 4s ease-in-out infinite alternate;
    background: linear-gradient(
        135deg,
        rgb(199,173,173) 0%,
        rgb(170,116,156) 100%
    );
    content: "";
    inset: -5px;
    filter: blur(5px);
    z-index: -1;
}.ba_course_offering .YW_nav_begin::after {
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.5);
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
}.ba_course_offering .YW_nav_begin svg {
    height: 50px;
    width: 50px;
    left: 50%;
    top: 50%;
    filter: drop-shadow(0 0 8px rgb(199,173,173,0.5));
    transform: translate(-50%, -50%);
    animation: floatLogo 6s ease-in-out infinite;
    position: absolute;
}.ba_course_offering .YW_nav_begin svg path {
    transition: fill 0.3s ease;
    fill: rgb(199,173,173);
}.ba_course_offering h3 {
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    color: #ffffff;
    transform: skew(-2deg);
    line-height: 1.3;
    font-size: 31px;
    font-weight: 700;
    position: relative;
    margin-bottom: 1.8rem;
}.ba_course_offering h3::before {
    position: absolute;
    width: 40px;
    left: 0;
    content: "";
    bottom: -10px;
    background: linear-gradient(to right, rgb(199,173,173), transparent);
    height: 3px;
}.ba_course_offering h3::after {
    content: "";
    position: absolute;
    bottom: -15px;
    background: linear-gradient(to right, rgb(199,173,173), transparent);
    height: 1px;
    left: 0;
    width: 80px;
}.ba_course_offering p {
    max-width: 600px;
    position: relative;
    margin-bottom: 2rem;
    line-height: 1.8;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    font-size: 16px;
    color: #ffffff;
}.ba_course_offering .mH_img_center_align {
    z-index: 2;
    position: relative;
    transform: perspective(1000px) rotateY(5deg);
    box-shadow: 
        -15px 15px 30px rgba(0, 0, 0, 0.3),
        -5px 5px 15px rgba(0, 0, 0, 0.2),
        inset 0 0 20px rgba(0, 0, 0, 0.4);
    height: 460px;
    overflow: hidden;
    grid-area: photo;
    border-radius: 12px 0 0 12px;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}.ba_course_offering .mH_img_center_align::before {
    opacity: 0.6;
    left: 0;
    width: 100%;
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgba(0, 0, 0, 0.5) 100%
    );
    mix-blend-mode: multiply;
    height: 100%;
    top: 0;
    content: "";
    z-index: 2;
    position: absolute;
}.ba_course_offering .mH_img_center_align::after {
    opacity: 0.7;
    left: 0;
    bottom: 0;
    height: 50%;
    content: "";
    width: 100%;
    z-index: 2;
    position: absolute;
    background: linear-gradient(
        to top,
        #000000 0%,
        transparent 100%
    );
}.ba_course_offering .ox_impact_stats:hover .mH_img_center_align {
    transform: perspective(1000px) rotateY(8deg) translateX(-10px);
    box-shadow: 
        -20px 20px 40px rgba(0, 0, 0, 0.4),
        -10px 10px 20px rgba(0, 0, 0, 0.3),
        inset 0 0 25px rgba(0, 0, 0, 0.5);
}.ba_course_offering .ox_impact_stats:hover .uS_career_learn {
    transform: translateX(-20px);
    box-shadow: 
        5px 15px 45px rgba(0, 0, 0, 0.35),
        10px 10px 25px rgba(0, 0, 0, 0.25);
}.ba_course_offering .YW_nav_begin:hover svg path {
    fill: rgb(170,116,156);
}

@keyframes floatGradient {
    0% {
        opacity: 0.5;
        transform: rotate(-15deg) translateY(-5%);
    }
    50% {
        opacity: 0.7;
        transform: rotate(-12deg) translateY(0);
    }
    100% {
        opacity: 0.5;
        transform: rotate(-18deg) translateY(5%);
    }
}

@keyframes rotateRadial {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulseLogo {
    0% {
        filter: blur(5px) brightness(1);
    }
    50% {
        filter: blur(8px) brightness(1.2);
    }
    100% {
        filter: blur(5px) brightness(1);
    }
}

@keyframes floatLogo {
    0%, 100% {
        transform: translate(-50%, -50%);
    }
    50% {
        transform: translate(-50%, -45%);
    }
}

@media screen and (max-width: 1200px) {.ba_course_offering .ox_impact_stats {
    grid-template-columns: 42% 58%;
    min-height: 450px;
}.ba_course_offering .uS_career_learn {
    padding: 3rem 2.5rem 3rem 4.5rem;
}.ba_course_offering h3 {
    font-size: calc(31px * 0.9);
}
}

@media screen and (max-width: 992px) {.ba_course_offering {
    padding: 5rem 0;
}.ba_course_offering .ox_impact_stats {
    min-height: auto;
    grid-template-columns: 1fr;
    grid-template-areas:
            "mH_img_center_align"
            "cx_query_form";
}.ba_course_offering .mH_img_center_align {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    height: 350px;
    transform: perspective(1000px) rotateX(5deg);
    border-radius: 12px 12px 0 0;
}.ba_course_offering .uS_career_learn {
    border-radius: 0 0 12px 12px;
    transform: translateY(-40px);
    padding: 3rem 2.5rem;
}.ba_course_offering .ox_impact_stats:hover .mH_img_center_align {
    transform: perspective(1000px) rotateX(8deg);
}.ba_course_offering .ox_impact_stats:hover .uS_career_learn {
    transform: translateY(-50px);
}
}

@media screen and (max-width: 768px) {.ba_course_offering {
    padding: 4rem 0;
}.ba_course_offering .mH_img_center_align {
    height: 300px;
}.ba_course_offering .uS_career_learn {
    padding: 2.5rem 2rem;
}.ba_course_offering .YW_nav_begin {
    height: 80px;
    width: 80px;
    margin-bottom: 1.5rem;
}.ba_course_offering .YW_nav_begin svg {
    height: 45px;
    width: 45px;
}.ba_course_offering h3 {
    margin-bottom: 1.5rem;
    font-size: calc(31px * 0.8);
}.ba_course_offering p {
    font-size: calc(16px * 0.95);
    line-height: 1.7;
}
}

@media screen and (max-width: 576px) {.ba_course_offering {
    padding: 3rem 0;
}.ba_course_offering .mH_img_center_align {
    clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
    height: 250px;
}.ba_course_offering .uS_career_learn {
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 100%);
    transform: translateY(-30px);
    padding: 2rem 1.5rem;
}.ba_course_offering .YW_nav_begin {
    height: 70px;
    width: 70px;
    margin-bottom: 1.2rem;
}.ba_course_offering .YW_nav_begin svg {
    height: 40px;
    width: 40px;
}.ba_course_offering h3 {
    font-size: calc(31px * 0.7);
    margin-bottom: 1.2rem;
}.ba_course_offering h3::before {
    width: 30px;
    height: 2px;
    bottom: -8px;
}.ba_course_offering h3::after {
    height: 1px;
    bottom: -12px;
    width: 60px;
}.ba_course_offering p {
    line-height: 1.6;
    margin-bottom: 1.5rem;
    font-size: calc(16px * 0.9);
}.ba_course_offering .ox_impact_stats:hover .uS_career_learn {
    transform: translateY(-35px);
}}.QX_data_overview {
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(225,214,214) 0%, rgb(170,116,156,0.5) 100%);
}.QX_data_overview::before {
    background-image: linear-gradient(30deg, rgb(199,173,173,0.5) 10%, transparent 30%);
    transform: translateZ(0);
    position: absolute;
    left: 0;
    content: "";
    z-index: 1;
    height: 100%;
    top: 0;
    width: 100%;
}.QX_data_overview::after {
    top: -50%;
    opacity: 0.4;
    background-image: radial-gradient(circle, rgb(170,116,156,0.5) 0%, transparent 70%);
    z-index: 0;
    right: -50%;
    height: 100%;
    content: "";
    transform: translateZ(0);
    width: 100%;
    position: absolute;
}.QX_data_overview .container {
    padding: 0 1.5rem;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
}.QX_data_overview h4 {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    letter-spacing: 0.5px;
    font-weight: 700;
    margin-top: 3rem;
    font-family: Arial, sans-serif;
    color: #000000;
    position: relative;
    text-align: center;
    transform: translateY(0);
    font-size: 21px;
}.QX_data_overview h4::after {
    margin: 1rem auto 0;
    width: 80px;
    background: linear-gradient(90deg, rgb(199,173,173) 0%, rgb(170,116,156) 100%);
    transform: scaleX(0.8);
    height: 3px;
    display: block;
    content: "";
    transition: transform 0.5s ease;
}.QX_data_overview h4:hover::after {
    transform: scaleX(1.2);
}.QX_data_overview ul {
    gap: 2rem;
    display: grid;
    margin: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding: 0;
    list-style: none;
}.QX_data_overview .TO_success_statistics {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7));
    transform: translateY(0);
    padding: 2rem;
    overflow: hidden;
    z-index: 1;
    border-radius: 10px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05), 
                -5px -5px 15px rgba(255, 255, 255, 0.8);
    position: relative;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275),
                box-shadow 0.4s ease;
}.QX_data_overview .TO_success_statistics::before {
    background: linear-gradient(to bottom, rgb(199,173,173), rgb(170,116,156));
    transition: height 0.5s ease;
    left: 0;
    width: 4px;
    content: "";
    z-index: -1;
    position: absolute;
    height: 0;
    top: 0;
}.QX_data_overview .TO_success_statistics:hover {
    box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.08), 
                -8px -8px 20px rgba(255, 255, 255, 0.9);
    transform: translateY(-5px);
}.QX_data_overview .TO_success_statistics:hover::before {
    height: 100%;
}.QX_data_overview .TO_success_statistics div {
    align-items: center;
    position: relative;
    display: flex;
    z-index: 2;
    flex-direction: column;
}.QX_data_overview .TO_success_statistics p {
    line-height: 1;
    position: relative;
    color: transparent;
    background-clip: text;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: linear-gradient(90deg, rgb(199,173,173) 0%, rgb(170,116,156) 100%);
    margin: 0 0 0.5rem;
    font-weight: 700;
    transform: translateZ(0);
    font-size: 3.5rem;
    -webkit-background-clip: text;
}.QX_data_overview .TO_success_statistics p::after {
    bottom: -0.5rem;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    content: "";
    position: absolute;
    background-color: rgb(170,116,156);
    transition: transform 0.4s ease;
    height: 2px;
    width: 30px;
}.QX_data_overview .TO_success_statistics:hover p {
    transform: translateY(-5px) scale(1.05);
}.QX_data_overview .TO_success_statistics:hover p::after {
    transform: translateX(-50%) scaleX(1);
}.QX_data_overview .TO_success_statistics span {
    transition: color 0.3s ease;
    text-align: center;
    line-height: 1.4;
    letter-spacing: 0.5px;
    max-width: 90%;
    color: #000000;
    font-size: 12px;
    font-weight: 600;
    margin-top: 0.5rem;
}.QX_data_overview .TO_success_statistics:hover span {
    color: rgb(199,173,173);
}

@media (min-width: 768px) {.QX_data_overview {
    padding: 6rem 0;
}.QX_data_overview ul {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 2.5rem;
}.QX_data_overview h4 {
    margin-top: 4rem;
    font-size: calc(21px * 1.1);
}.QX_data_overview h4::after {
    width: 100px;
}
}

@media (min-width: 992px) {.QX_data_overview {
    padding: 8rem 0;
}.QX_data_overview ul {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 2.5rem;
}.QX_data_overview .container {
    padding: 0 2rem;
}.QX_data_overview .TO_success_statistics {
    transform: perspective(1000px) rotateY(0deg);
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275),
                    box-shadow 0.4s ease;
}.QX_data_overview .TO_success_statistics:hover {
    transform: perspective(1000px) rotateY(5deg) translateY(-5px);
}.QX_data_overview .TO_success_statistics:nth-child(even):hover {
    transform: perspective(1000px) rotateY(-5deg) translateY(-5px);
}
}

@media (min-width: 1200px) {.QX_data_overview ul {
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}.QX_data_overview .TO_success_statistics {
    padding: 2.5rem 2rem;
}.QX_data_overview .TO_success_statistics p {
    font-size: 4rem;
}@keyframes floatStat {
        0% { transform: translateY(0); }
        50% { transform: translateY(-5px); }
        100% { transform: translateY(0); }
    }
    
    .QX_data_overview .TO_success_statistics:nth-child(odd) {
    animation: floatStat 6s ease-in-out infinite;
}.QX_data_overview .TO_success_statistics:nth-child(even) {
    animation: floatStat 7s ease-in-out infinite 1s;
}
}

@media (max-width: 767px) {.QX_data_overview {
    padding: 4rem 0;
}.QX_data_overview ul {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.QX_data_overview .TO_success_statistics {
    padding: 1.5rem;
}.QX_data_overview .TO_success_statistics p {
    font-size: 3rem;
}.QX_data_overview h4 {
    margin-top: 2rem;
    font-size: calc(21px * 0.9);
}}.VA_course_benefits {
    padding: 100px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(225,214,214) 0%, rgba(245, 247, 250, 0.95) 100%);
    font-family: Arial, sans-serif;
    position: relative;
}.VA_course_benefits::before {
    content: "";
    background: radial-gradient(ellipse at center, rgba(rgb(199,173,173,0.5), 0.03) 0%, rgba(rgb(199,173,173,0.5), 0) 70%);
    width: 150%;
    transform: rotate(-15deg);
    z-index: 0;
    top: -50%;
    left: -25%;
    pointer-events: none;
    height: 200%;
    position: absolute;
}.VA_course_benefits::after {
    height: 35%;
    width: 35%;
    content: "";
    z-index: 0;
    bottom: 0;
    background: radial-gradient(circle at bottom right, rgba(rgb(170,116,156,0.5), 0.08) 0%, rgba(rgb(170,116,156,0.5), 0) 70%);
    position: absolute;
    right: 0;
}.VA_course_benefits h5 {
    position: relative;
    font-weight: 700;
    margin-bottom: 50px;
    color: #000000;
    transition: transform 0.6s ease-out;
    font-size: 18px;
    z-index: 1;
    text-align: center;
    transform: translateY(-5px);
}.VA_course_benefits h5::after {
    background: rgb(199,173,173);
    left: 50%;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 60px;
    position: absolute;
    content: "";
    transform: translateX(-50%) scaleX(0.8);
    bottom: -12px;
    height: 3px;
}.VA_course_benefits h5:hover {
    transform: translateY(-8px);
}.VA_course_benefits h5:hover::after {
    transform: translateX(-50%) scaleX(1.2);
}.VA_course_benefits .container {
    z-index: 2;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}.VA_course_benefits .ox_impact_stats {
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.05), 
                0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.03);
    border-radius: 28px;
    background: #ffffff;
    overflow: hidden;
    flex-direction: column;
    display: flex;
}.VA_course_benefits .ox_impact_stats:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.08), 
                0 8px 20px rgba(rgba(0, 0, 0, 0.5), 0.05);
}.VA_course_benefits .mH_img_center_align {
    vertical-align: middle;
    filter: brightness(1.02) contrast(1.05);
    width: 100%;
    object-fit: cover;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    object-position: center;
    height: 250px;
}.VA_course_benefits .ox_impact_stats:hover .mH_img_center_align {
    transform: scale(1.03);
}.VA_course_benefits .UN_content_zone {
    position: relative;
    padding: 40px 30px;
}.VA_course_benefits .UN_content_zone::before {
    opacity: 0.8;
    right: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 0.6s ease-out;
    background: linear-gradient(90deg, rgb(199,173,173) 0%, rgb(170,116,156) 100%);
    content: "";
    transform: scaleX(0.97);
    height: 6px;
}.VA_course_benefits .ox_impact_stats:hover .UN_content_zone::before {
    transform: scaleX(1);
}.VA_course_benefits ul {
    display: grid;
    list-style: none;
    gap: 18px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    padding: 0;
    margin: 0;
}.VA_course_benefits li {
    padding-left: 38px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
}.VA_course_benefits li:hover {
    transform: translateX(5px);
}.VA_course_benefits li div {
    position: relative;
}.VA_course_benefits li p {
    position: relative;
    color: #000000;
    margin: 0;
    line-height: 1.6;
    font-size: 15px;
}.VA_course_benefits li svg {
    left: -38px;
    width: 24px;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    height: 24px;
    position: absolute;
    top: 2px;
}.VA_course_benefits li:hover svg {
    transform: scale(1.15) rotate(8deg);
}.VA_course_benefits li svg path {
    fill: rgb(199,173,173);
    transition: fill 0.3s ease;
}.VA_course_benefits li:hover svg path {
    fill: rgb(170,116,156);
}.VA_course_benefits li:nth-child(even) svg path:first-child {
    fill-opacity: 0.9;
}.VA_course_benefits li:nth-child(odd) svg path:last-child {
    fill-opacity: 0.85;
}

@media (min-width: 768px) {.VA_course_benefits .ox_impact_stats {
    flex-direction: row;
    align-items: stretch;
}.VA_course_benefits .ox_impact_stats > div:first-child {
    overflow: hidden;
    flex: 0 0 40%;
}.VA_course_benefits .mH_img_center_align {
    height: 100%;
}.VA_course_benefits .UN_content_zone {
    padding: 50px 40px;
    flex: 0 0 60%;
}.VA_course_benefits .UN_content_zone::before {
    height: auto;
    top: 15px;
    right: auto;
    bottom: 15px;
    width: 6px;
    transform: scaleY(0.97);
}.VA_course_benefits .ox_impact_stats:hover .UN_content_zone::before {
    transform: scaleY(1);
}.VA_course_benefits h5 {
    font-size: calc(18px * 1.1);
    margin-bottom: 60px;
}.VA_course_benefits ul {
    gap: 25px 30px;
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 992px) {.VA_course_benefits {
    padding: 120px 0;
}.VA_course_benefits .ox_impact_stats {
    transform: perspective(1200px) rotateX(2deg) rotateY(-1deg);
}.VA_course_benefits .ox_impact_stats:hover {
    transform: perspective(1200px) rotateX(0deg) rotateY(0deg) translateY(-7px);
}.VA_course_benefits .UN_content_zone {
    padding: 60px 50px;
}.VA_course_benefits ul {
    gap: 30px 40px;
}.VA_course_benefits li {
    padding-left: 42px;
}.VA_course_benefits li svg {
    width: 26px;
    top: 3px;
    left: -42px;
    height: 26px;
}
}

@media (max-width: 767px) {.VA_course_benefits {
    padding: 70px 0;
}.VA_course_benefits h5 {
    padding: 0 15px;
    font-size: calc(18px * 0.9);
    margin-bottom: 40px;
}.VA_course_benefits .ox_impact_stats > div:first-child {
    overflow: hidden;
    height: 200px;
}.VA_course_benefits .UN_content_zone {
    padding: 30px 20px;
}.VA_course_benefits ul {
    display: block;
}.VA_course_benefits li {
    margin-bottom: 15px;
}.VA_course_benefits li:last-child {
    margin-bottom: 0;
}
}

@media (max-width: 480px) {.VA_course_benefits {
    padding: 50px 0;
}.VA_course_benefits h5 {
    margin-bottom: 30px;
    font-size: calc(18px * 0.8);
}.VA_course_benefits .ox_impact_stats > div:first-child {
    height: 180px;
}.VA_course_benefits .UN_content_zone {
    padding: 25px 18px;
}.VA_course_benefits li {
    padding-left: 34px;
}.VA_course_benefits li svg {
    left: -34px;
    width: 22px;
    height: 22px;
}.VA_course_benefits li p {
    font-size: calc(15px * 0.95);
}}.SZ_cookie_dialog_notice {
    padding: 20px 0;
    width: 100%;
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.5);
    border-top: 3px solid rgb(199,173,173);
    position: fixed;
    display: flex;
    z-index: 100;
    background: rgb(225,214,214);
    bottom: 0;
    justify-content: center;
}.Mn_cookie_user {
    align-items: center;
    width: 90%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    border-radius: 22px;
    margin: auto;
    max-width: 1200px;
    justify-content: space-between;
    padding: 20px;
    border: 2px solid rgb(199,173,173);
}.Bg_consent_learn {
    margin-right: 20px;
    flex-shrink: 0;
}.Bg_consent_learn svg {
    width: 50px;
    fill: rgb(199,173,173);
    height: 50px;
}.AL_cookie_menu {
    color: #ffffff;
    text-align: left;
    flex-grow: 1;
}.AL_cookie_menu h5 {
    text-transform: uppercase;
    font-size: 23px;
    font-weight: 700;
    color: rgb(199,173,173);
    margin-bottom: 10px;
    letter-spacing: 1px;
}.AL_cookie_menu p {
    margin: 0;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.5;
}.AL_cookie_menu p a {
    color: rgb(199,173,173);
    text-decoration: underline;
}.wB_privacy_switch {
    padding: 10px 20px;
    text-align: center;
    border: none;
    border-radius: 10px;
    min-width: 120px;
    color: #ffffff;
    font-size: 19px;
    background: rgb(199,173,173);
    cursor: pointer;
    flex-shrink: 0;
    text-decoration: none;
}.cookie_button.kN_tracking_policy {
    margin-right: 10px;
}#VC_userConsentBanner {
    display: none;
}#VC_userConsentBanner:checked ~ .SZ_cookie_dialog_notice {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 1200px) {.Mn_cookie_user {
    flex-direction: column;
    align-items: center;
    text-align: center;
}.Bg_consent_learn {
    margin-right: 0;
    margin-bottom: 20px;
}.wB_privacy_switch {
    margin: 10px 0;
    max-width: 250px;
    width: 100%;
}}
.Rr_greeting_page {
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(225,214,214) 0%, rgba(240, 245, 255, 0.9) 100%);
    position: relative;
}.Rr_greeting_page::before {
    right: 0;
    position: absolute;
    content: "";
    z-index: 0;
    background: repeating-linear-gradient(45deg, rgba(rgb(199,173,173), 0.03), rgba(rgb(199,173,173), 0.03) 10px, transparent 10px, transparent 20px);
    left: 0;
    bottom: 0;
    top: 0;
}.Rr_greeting_page > div {
    grid-template-columns: 1fr 1fr;
    display: grid;
    gap: 40px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding: 0 20px;
    max-width: 1200px;
}.Rr_greeting_page h1.YM_page_home {
    position: relative;
    transform: translateY(0);
    color: #000000;
    line-height: 1.2;
    margin-bottom: 25px;
    font-size: 39px;
    transition: transform 0.5s ease;
    font-weight: 700;
}.Rr_greeting_page h1.YM_page_home::after {
    transform: scaleX(1);
    transition: transform 0.4s ease-out;
    content: "";
    width: 80px;
    position: absolute;
    left: 0;
    bottom: -12px;
    background: rgb(199,173,173);
    height: 4px;
    transform-origin: left;
}.Rr_greeting_page h1.YM_page_home:hover {
    transform: translateY(-5px);
}.Rr_greeting_page h1.YM_page_home:hover::after {
    transform: scaleX(1.5);
}.Rr_greeting_page > div > div:first-child {
    justify-content: center;
    padding-right: 20px;
    display: flex;
    flex-direction: column;
}.Rr_greeting_page > div > div:first-child p {
    border-left: 3px solid rgb(170,116,156);
    line-height: 1.6;
    padding-left: 15px;
    max-width: 90%;
    color: #000000;
    margin-bottom: 30px;
    position: relative;
    font-size: calc(12px * 1.2);
}.NS_edu_hero {
    transition: transform 0.5s ease;
    position: relative;
    transform: perspective(1000px) rotateY(-5deg);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    min-height: 380px;
    height: 100%;
}.NS_edu_hero:hover {
    transform: perspective(1000px) rotateY(0);
}.Rr_greeting_page .ea_quick_training {
    width: 100%;
    border-radius: 22px;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    height: 100%;
    overflow: hidden;
}.Rr_greeting_page .ea_quick_training::before {
    right: 0;
    z-index: 1;
    left: 0;
    bottom: 0;
    content: "";
    top: 0;
    position: absolute;
    background: linear-gradient(to bottom, rgba(#000000, 0.3) 0%, rgba(rgb(199,173,173), 0.7) 100%);
}.Rr_greeting_page .ea_quick_training span {
    bottom: 0;
    transition: transform 0.3s ease;
    z-index: 2;
    padding: 30px;
    position: absolute;
    transform: translateY(0);
    right: 0;
    left: 0;
    backdrop-filter: blur(4px);
    background: rgba(255, 255, 255, 0.15);
}.Rr_greeting_page .ea_quick_training:hover span {
    transform: translateY(-10px);
}.Rr_greeting_page .ea_quick_training h3 {
    color: #ffffff;
    margin: 0;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    font-weight: 600;
    font-size: calc(20px * 0.9);
    line-height: 1.4;
}

@media (max-width: 992px) {.Rr_greeting_page {
    padding: 80px 0;
}.Rr_greeting_page > div {
    gap: 30px;
    grid-template-columns: 1fr;
}.Rr_greeting_page h1.YM_page_home {
    font-size: calc(39px * 0.9);
}.Rr_greeting_page > div > div:first-child {
    padding-right: 0;
}.Rr_greeting_page > div > div:first-child p {
    max-width: 100%;
}.NS_edu_hero {
    min-height: 300px;
    transform: perspective(1000px) rotateY(0);
}
}

@media (max-width: 768px) {.Rr_greeting_page {
    padding: 60px 0;
}.Rr_greeting_page h1.YM_page_home {
    font-size: calc(39px * 0.8);
}.Rr_greeting_page > div > div:first-child p {
    font-size: 12px;
}.Rr_greeting_page .ea_quick_training span {
    padding: 20px;
}.Rr_greeting_page .ea_quick_training h3 {
    font-size: calc(20px * 0.8);
}
}

@media (max-width: 576px) {.Rr_greeting_page {
    padding: 50px 0 40px;
}.Rr_greeting_page h1.YM_page_home {
    font-size: calc(39px * 0.7);
    margin-bottom: 20px;
}.Rr_greeting_page > div > div:first-child p {
    margin-bottom: 25px;
    padding-left: 10px;
}.NS_edu_hero {
    min-height: 250px;
}.Rr_greeting_page .ea_quick_training span {
    padding: 15px;
}.Rr_greeting_page .ea_quick_training h3 {
    font-size: calc(20px * 0.7);
}}.mg_education_experience {
    overflow: hidden;
    position: relative;
    background: linear-gradient(to bottom, #000000 0%, rgb(225,214,214) 100%);
    padding: 8rem 0;
}.mg_education_experience::before {
    top: 0;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(199,173,173,0.5) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgb(170,116,156,0.5) 0%, transparent 25%);
    content: "";
    left: 0;
    filter: blur(60px);
    position: absolute;
    width: 100%;
    animation: ambientLight 20s ease-in-out infinite alternate;
}@keyframes ambientLight {
    0% { opacity: 0.3; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.1); }
    100% { opacity: 0.3; transform: scale(1); }
}

.mg_education_experience .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 0 2rem;
    perspective: 1000px;
    z-index: 2;
}.mg_education_experience .Cn_review_carousel {
    border-radius: 23px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgb(170,116,156,0.5),
        inset 0 0 30px rgb(199,173,173,0.5);
    transform: rotateX(5deg) rotateY(-5deg);
    background-color: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(15px);
    display: flex;
    transform-style: preserve-3d;
    flex-wrap: wrap;
    padding: 3rem;
}.mg_education_experience .Cn_review_carousel:hover {
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.3),
        0 0 0 2px rgb(170,116,156,0.5),
        inset 0 0 50px rgb(199,173,173,0.5);
    transform: rotateX(0) rotateY(0);
}.mg_education_experience .mH_img_center_align {
    height: 180px;
    width: 180px;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.3),
        0 0 0 5px rgb(199,173,173,0.5);
    top: -90px;
    left: 50%;
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 50%;
    transform: translateX(-50%) translateZ(30px);
    border: 3px solid #ffffff;
}.mg_education_experience .Cn_review_carousel:hover .mH_img_center_align {
    transform: translateX(-50%) translateZ(50px);
}.mg_education_experience .name {
    width: 100%;
    font-weight: 700;
    color: #ffffff;
    text-shadow: 0 0 10px rgb(199,173,173,0.5);
    transform: translateZ(20px);
    letter-spacing: 1px;
    text-align: center;
    margin-top: 100px;
    font-size: 29px;
}.mg_education_experience .Cn_review_carousel span:not(.name) {
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 0.5rem;
    color: rgb(170,116,156);
    width: 100%;
    font-size: 20px;
    transform: translateZ(15px);
    text-align: center;
    letter-spacing: 2px;
}.mg_education_experience .RT_emp_wrap {
    margin-top: 2rem;
    border-left: 3px solid rgb(199,173,173);
    padding: 2rem;
    border-radius: 10px;
    font-size: 15px;
    width: 100%;
    color: #ffffff;
    transition: transform 0.3s ease;
    position: relative;
    line-height: 1.7;
    transform: translateZ(10px);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
}.mg_education_experience .RT_emp_wrap::before {
    position: absolute;
    width: 100%;
    left: 0;
    mix-blend-mode: overlay;
    top: 0;
    height: 100%;
    opacity: 0.1;
    content: "";
    border-radius: 10px;
    background: linear-gradient(45deg, rgb(199,173,173,0.5) 0%, transparent 70%);
}.mg_education_experience .Cn_review_carousel:hover .RT_emp_wrap {
    transform: translateZ(25px);
}

@media (max-width: 991px) {.mg_education_experience {
    padding: 7rem 0 5rem;
}.mg_education_experience .Cn_review_carousel {
    padding: 2.5rem 2rem;
}.mg_education_experience .mH_img_center_align {
    width: 150px;
    height: 150px;
    top: -75px;
}.mg_education_experience .name {
    margin-top: 80px;
}.mg_education_experience .RT_emp_wrap {
    padding: 1.5rem;
}
}

@media (max-width: 767px) {.mg_education_experience {
    padding: 6rem 0 3rem;
}.mg_education_experience .container {
    padding: 0 1rem;
}.mg_education_experience .Cn_review_carousel {
    padding: 2rem 1.5rem;
    transform: none;
}.mg_education_experience .mH_img_center_align {
    width: 120px;
    height: 120px;
    top: -60px;
}.mg_education_experience .name {
    font-size: calc(29px - 2px);
    margin-top: 70px;
}.mg_education_experience .Cn_review_carousel span:not(.name) {
    font-size: calc(20px - 1px);
}.mg_education_experience .RT_emp_wrap {
    font-size: calc(15px - 1px);
    padding: 1.2rem;
    margin-top: 1.5rem;
}.mg_education_experience .Cn_review_carousel:hover {
    transform: none;
}}header .top_plank {
    color:  #ffffff;
    background: rgb(199,173,173);
}header .top_plank .Sf_header_sec div svg, header .top_plank .Sf_header_sec div svg path {
    fill: #ffffff;
}header .top_plank .Sf_header_sec div span {
    color: #ffffff;
}header .top_plank .Sf_header_sec {
    width: 100%;
    align-items: center;
    padding: 15px 0 10px 0;
    font-size: 15px;
    line-height: 21px;
    justify-content: flex-start;
    flex-wrap: wrap;
    display: flex;
}header .top_plank .Sf_header_sec div {
    margin-right: 24px;
    align-items: center;
    justify-content: flex-start;
    display: flex;
}header .top_plank .Sf_header_sec div img, header .top_plank .Sf_header_sec div svg {
    margin-right: 8px;
    height: 16px;
    width: 16px;
}