﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
.footer {
    flex: 0 0 auto;
}
html,body {
    min-height: 100%;
    height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
}
.container {
    margin: auto;
    width: 1222px;
    max-width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
}
header,footer {
    width: 100%;
}
svg {
    width: 30px;
    height: 30px;
}
.container-wrap-N2e {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
.top-main-kDe {
    flex: 1 0 auto;
}
section {
    background-color: rgb(219,217,201);
}
@media only screen and (max-width: 1200px)  {
        .container {
            width: 100%;
            padding: 0 20px;
    }
}
@media only screen and (max-width: 800px)  {
        .container {
            padding: 0 12px;
    }
}header .top_plank {
    background: rgb(189,185,192);
    color:  #ffffff;
}
header .top_plank .plank-strip-VxE div svg, header .top_plank .plank-strip-VxE div svg path {
    fill: #ffffff;
}
header .top_plank .plank-strip-VxE div span {
    color: #ffffff;
}
header .top_plank .plank-strip-VxE {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 15px 0 10px 0;
    font-size: 15px;
    line-height: 21px;
    flex-wrap: wrap;
}
header .top_plank .plank-strip-VxE div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 24px;
}
header .top_plank .plank-strip-VxE div img, header .top_plank .plank-strip-VxE div svg {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}.secure-refuge-oaQ {
    background-color: rgb(219,217,201);
    color: #000000;
    font-family: Arial, sans-serif;
    padding: 40px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    transition: background-color 0.3s ease, color 0.3s ease;
}
.secure-refuge-oaQ h1 {
    font-size: 38px;
    color: rgb(189,185,192);
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.secure-refuge-oaQ h2 {
    font-size: 31px;
    color: rgb(147,141,154);
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.secure-refuge-oaQ h3,
.secure-refuge-oaQ h4,
.secure-refuge-oaQ h5,
.secure-refuge-oaQ h6 {
    font-size: 18px;
    color: rgb(189,185,192);
    font-weight: 400;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.secure-refuge-oaQ ul {
    list-style-type: disc;
    padding-left: 20px;
    margin-bottom: 20px;
}
.secure-refuge-oaQ ol {
    list-style-type: decimal;
    padding-left: 20px;
    margin-bottom: 20px;
}
.secure-refuge-oaQ li {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.6;
}
.secure-refuge-oaQ section {
    margin-bottom: 30px;
}
.secure-refuge-oaQ p {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 20px;
}
.secure-refuge-oaQ span {
    color: rgb(189,185,192);
    font-weight: 600;
}
.secure-refuge-oaQ div {
    margin-bottom: 20px;
    padding: 20px;
    background-color: var(--white-color_opacity);
    border-radius: 10px;
}
@media only screen and (max-width: 800px) {
    .secure-refuge-oaQ {
        padding: 20px;
    }
    .secure-refuge-oaQ h1 {
        font-size: calc(18px - 10px);
    }
    .secure-refuge-oaQ h2 {
        font-size: calc(18px - 8px);
    }
    .secure-refuge-oaQ ul,
    .secure-refuge-oaQ ol {
        padding-left: 15px;
    }
    .secure-refuge-oaQ li {
        font-size: calc(15px - 2px);
    }
    .secure-refuge-oaQ p {
        font-size: calc(15px - 2px);
    }
}
.course-program-S4y {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: rgb(219,217,201);
}

.course-program-S4y::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(189,185,192,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(147,141,154,0.5) 0%, transparent 30%);
    z-index: 0;
    filter: blur(60px);
    opacity: 0.7;
    animation: gradientShift 15s infinite alternate ease-in-out;
}

.course-program-S4y::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        repeating-conic-gradient(
            from 0deg,
            rgba(0, 0, 0, 0.5) 0deg 1deg,
            transparent 1deg 15deg
        );
    opacity: 0.03;
    z-index: 0;
    animation: rotateBg 120s linear infinite;
}

.course-program-S4y .container {
    position: relative;
    z-index: 1;
}

.course-program-S4y .edu-promise-mhl {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 600px;
}

.course-program-S4y .frame-QdK {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: 50%;
    overflow: hidden;
    transform: scale(0.9);
    transition: all 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
    filter: brightness(0.9) contrast(1.1);
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.2),
        0 10px 30px rgba(0, 0, 0, 0.5);
}

.course-program-S4y .frame-QdK::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(
            circle at center,
            transparent 30%,
            rgba(0, 0, 0, 0.5) 100%
        );
    z-index: 2;
    mix-blend-mode: multiply;
}

.course-program-S4y .frame-QdK::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        conic-gradient(
            from 0deg,
            rgb(189,185,192,0.5) 0deg,
            transparent 120deg,
            rgb(147,141,154,0.5) 240deg,
            transparent 360deg
        );
    z-index: 3;
    opacity: 0.4;
    mix-blend-mode: overlay;
    transition: opacity 0.5s ease;
}

.course-program-S4y .edu-promise-mhl:hover .frame-QdK {
    transform: scale(0.95) rotate(2deg);
    filter: brightness(1) contrast(1.2);
}

.course-program-S4y .edu-promise-mhl:hover .frame-QdK::after {
    opacity: 0.6;
    animation: rotateOverlay 20s linear infinite;
}

.course-program-S4y .learn-map-b4i {
    position: relative;
    z-index: 2;
    width: 60%;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.course-program-S4y .header-train-y6x {
    position: relative;
    width: 100px;
    height: 100px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.15),
        0 5px 15px rgb(189,185,192,0.5);
    z-index: 5;
    transform: translateY(0);
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.course-program-S4y .header-train-y6x::before {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border-radius: 50%;
    background: 
        conic-gradient(
            from 0deg,
            rgb(189,185,192) 0deg,
            rgb(189,185,192,0.5) 90deg,
            rgb(147,141,154,0.5) 180deg,
            rgb(147,141,154) 270deg,
            rgb(189,185,192) 360deg
        );
    z-index: -1;
    opacity: 0.7;
    animation: rotateLogo 10s linear infinite;
}

.course-program-S4y .header-train-y6x::after {
    content: "";
    position: absolute;
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px;
    border-radius: 50%;
    border: 2px dashed rgb(189,185,192,0.5);
    z-index: -2;
    opacity: 0.3;
    animation: pulseBorder 4s ease-in-out infinite;
}

.course-program-S4y .header-train-y6x:hover {
    transform: translateY(-10px);
    box-shadow: 
        0 20px 45px rgba(0, 0, 0, 0.2),
        0 8px 25px rgb(189,185,192,0.5);
}

.course-program-S4y .header-train-y6x svg {
    width: 50px;
    height: 50px;
    filter: drop-shadow(0 3px 6px rgb(189,185,192,0.5));
    transition: all 0.5s ease;
}

.course-program-S4y .header-train-y6x:hover svg {
    transform: rotate(15deg) scale(1.1);
}

.course-program-S4y .header-train-y6x svg path {
    fill: rgb(189,185,192);
    transition: fill 0.5s ease;
}

.course-program-S4y .header-train-y6x:hover svg path {
    fill: rgb(147,141,154);
}

.course-program-S4y h3 {
    position: relative;
    font-size: 38px;
    font-weight: 700;
    color: #000000;
    text-align: center;
    padding: 25px 40px;
    margin-bottom: 30px;
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    width: 90%;
    max-width: 600px;
    transform: perspective(800px) rotateX(2deg);
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.course-program-S4y h3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgb(189,185,192,0.5) 0%, transparent 100%);
    opacity: 0.1;
    border-radius: 15px;
    z-index: -1;
}

.course-program-S4y h3::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, rgb(189,185,192), rgb(147,141,154));
    border-radius: 10px;
    transition: width 0.5s ease;
}

.course-program-S4y .learn-map-b4i:hover h3 {
    transform: perspective(800px) rotateX(0deg);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
}

.course-program-S4y .learn-map-b4i:hover h3::after {
    width: 120px;
}

.course-program-S4y p {
    position: relative;
    font-size: 15px;
    line-height: 1.8;
    color: #000000;
    text-align: center;
    padding: 35px;
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 700px;
    transform: perspective(800px) rotateX(-2deg);
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    z-index: 4;
}

.course-program-S4y p::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(225deg, rgb(147,141,154,0.5) 0%, transparent 100%);
    opacity: 0.1;
    border-radius: 15px;
    z-index: -1;
}

.course-program-S4y p::after {
    content: "";
    position: absolute;
    top: -30px;
    right: 30px;
    width: 60px;
    height: 60px;
    background: rgb(147,141,154,0.5);
    border-radius: 50%;
    filter: blur(25px);
    opacity: 0.5;
    transition: all 0.5s ease;
    z-index: -2;
}

.course-program-S4y .learn-map-b4i:hover p {
    transform: perspective(800px) rotateX(0deg);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
}

.course-program-S4y .learn-map-b4i:hover p::after {
    width: 80px;
    height: 80px;
    opacity: 0.7;
}

@keyframes gradientShift {
    0% {
        opacity: 0.5;
        transform: scale(1) rotate(0deg);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.1) rotate(5deg);
    }
    100% {
        opacity: 0.5;
        transform: scale(1) rotate(0deg);
    }
}

@keyframes rotateBg {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotateLogo {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotateOverlay {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulseBorder {
    0%, 100% {
        opacity: 0.3;
        transform: scale(1);
    }
    50% {
        opacity: 0.5;
        transform: scale(1.05);
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .course-program-S4y {
        padding: 100px 0;
    }
    
    .course-program-S4y .edu-promise-mhl {
        min-height: 550px;
    }
    
    .course-program-S4y .learn-map-b4i {
        width: 70%;
    }
    
    .course-program-S4y .header-train-y6x {
        width: 90px;
        height: 90px;
        margin-bottom: 25px;
    }
    
    .course-program-S4y .header-train-y6x svg {
        width: 45px;
        height: 45px;
    }
    
    .course-program-S4y h3 {
        font-size: calc(38px - 2px);
        padding: 22px 35px;
        margin-bottom: 25px;
    }
    
    .course-program-S4y p {
        padding: 30px;
        font-size: calc(15px - 1px);
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .course-program-S4y {
        padding: 80px 0;
    }
    
    .course-program-S4y .edu-promise-mhl {
        min-height: 450px;
    }
    
    .course-program-S4y .frame-QdK {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
        transform: scale(0.85);
    }
    
    .course-program-S4y .edu-promise-mhl:hover .frame-QdK {
        transform: scale(0.9) rotate(3deg);
    }
    
    .course-program-S4y .learn-map-b4i {
        width: 80%;
    }
    
    .course-program-S4y .header-train-y6x {
        width: 80px;
        height: 80px;
        margin-bottom: 20px;
    }
    
    .course-program-S4y .header-train-y6x svg {
        width: 40px;
        height: 40px;
    }
    
    .course-program-S4y h3 {
        font-size: calc(38px - 4px);
        padding: 20px 30px;
        margin-bottom: 20px;
        width: 95%;
    }
    
    .course-program-S4y p {
        padding: 25px;
        font-size: calc(15px - 1px);
        line-height: 1.7;
    }
    
    .course-program-S4y h3::after {
        bottom: -12px;
        width: 50px;
    }
    
    .course-program-S4y .learn-map-b4i:hover h3::after {
        width: 100px;
    }
    
    .course-program-S4y p::after {
        top: -25px;
        right: 25px;
        width: 50px;
        height: 50px;
    }
    
    .course-program-S4y .learn-map-b4i:hover p::after {
        width: 65px;
        height: 65px;
    }
}

@media (max-width: 767px) {
    .course-program-S4y {
        padding: 60px 0;
    }
    
    .course-program-S4y .edu-promise-mhl {
        flex-direction: column;
        min-height: auto;
        padding-bottom: 50px;
    }
    
    .course-program-S4y .frame-QdK {
        position: relative;
        height: 300px;
        margin: 30px 0;
        border-radius: 20% 80% 80% 20% / 20% 20% 80% 80%;
        transform: scale(0.9);
    }
    
    .course-program-S4y .edu-promise-mhl:hover .frame-QdK {
        transform: scale(0.95) rotate(2deg);
    }
    
    .course-program-S4y .learn-map-b4i {
        width: 100%;
        order: 2;
    }
    
    .course-program-S4y .header-train-y6x {
        position: absolute;
        top: -30px;
        left: 50%;
        transform: translateX(-50%);
        width: 70px;
        height: 70px;
        margin-bottom: 0;
        z-index: 10;
    }
    
    .course-program-S4y .header-train-y6x::before,
    .course-program-S4y .header-train-y6x::after {
        display: none;
    }
    
    .course-program-S4y .header-train-y6x svg {
        width: 35px;
        height: 35px;
    }
    
    .course-program-S4y .header-train-y6x:hover {
        transform: translateX(-50%) translateY(-5px);
    }
    
    .course-program-S4y h3 {
        font-size: calc(38px - 6px);
        padding: 20px;
        margin-top: 40px;
        margin-bottom: 15px;
        transform: none;
        width: 100%;
    }
    
    .course-program-S4y p {
        padding: 20px;
        font-size: calc(15px - 2px);
        line-height: 1.6;
        transform: none;
    }
    
    .course-program-S4y h3::after {
        bottom: -10px;
        width: 40px;
    }
    
    .course-program-S4y .learn-map-b4i:hover h3::after {
        width: 80px;
    }
    
    .course-program-S4y p::after {
        display: none;
    }
    
    .course-program-S4y .learn-map-b4i:hover h3,
    .course-program-S4y .learn-map-b4i:hover p {
        transform: none;
    }
}.benefits-overview-UdT {
    padding: 80px 0;
    background: linear-gradient(to right, rgb(189,185,192), rgb(147,141,154));
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 2px solid var(--white-color_opacity);
}

.benefits-overview-UdT .advantage-study-b1d {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    width: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    border-radius: 25px;
    background: radial-gradient(circle at center, #ffffff, rgb(219,217,201));
}

.benefits-overview-UdT .training-advantage-ysV {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    width: 100%;
    overflow: hidden;
    border-radius: 25px;
    border: 1px dashed rgb(189,185,192);
}

.benefits-overview-UdT .training-advantage-ysV .frame-QdK {
    width: 50%;
    height: auto;
    background-size: cover;
    background-position: center;
    border-radius: 0 25px 25px 0;
    transition: transform 0.3s ease-in-out;
    box-shadow: inset 0 0 10px rgb(189,185,192,0.5);
}

.benefits-overview-UdT .expert-gain-eP9 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    padding: 20px;
    border-right: 1px dashed rgb(189,185,192);
}

.benefits-overview-UdT .expert-gain-eP9 .boost-study-eEz {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px;
    width: 100%;
    transition: background 0.3s ease-in-out;
    border-bottom: 1px dashed rgb(147,141,154);
}

.benefits-overview-UdT .expert-gain-eP9 .boost-study-eEz:hover {
    background: radial-gradient(circle at center, rgb(189,185,192,0.5), rgb(147,141,154,0.5));
}

.benefits-overview-UdT .expert-gain-eP9 .boost-study-eEz .knowledge-boosters-AIH {
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));
}

.benefits-overview-UdT .expert-gain-eP9 .boost-study-eEz svg, .benefits-overview-UdT .expert-gain-eP9 .boost-study-eEz svg path {
    width: 40px;
    height: 40px;
    fill: rgb(189,185,192);
    margin-right: 15px;
}

.benefits-overview-UdT .expert-gain-eP9 .boost-study-eEz:hover svg, .benefits-overview-UdT .expert-gain-eP9 .boost-study-eEz:hover svg path {
    fill: #ffffff;
}

.benefits-overview-UdT .advantage-study-b1d h2 {
    font-size: 34px;
    color: rgb(189,185,192);
    text-align: center;
    margin: 20px 0;
    margin-bottom: 40px;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.5);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

@media only screen and (max-width: 900px) {
    .benefits-overview-UdT .training-advantage-ysV {
        flex-direction: column;
    }

    .benefits-overview-UdT .training-advantage-ysV .frame-QdK {
        width: 100%;
        height: 200px;
        border-radius: 25px 25px 0 0;
    }

    .benefits-overview-UdT .advantage-study-b1d h2 {
        font-size: 21px;
    }

    .benefits-overview-UdT .expert-gain-eP9 {
        width: 100%;
        padding: 10px;
        border-right: none;
        border-bottom: 1px dashed rgb(189,185,192);
    }

    .benefits-overview-UdT .advantage-study-b1d {
        width: 100%;
    }
}
.thanksArea-mtA {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(219,217,201);
    color: #000000;
    font-family: Arial, sans-serif;
    padding: 40px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
    border-radius: 22px;
}
.thanksArea-mtA .container {
    max-width: 1100px;
    text-align: left;
    padding: 50px;
    background: #ffffff;
    border-left: 5px solid rgb(189,185,192);
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.thanksArea-mtA h2 {
    font-size: 38px;
    margin-bottom: 20px;
    color: rgb(189,185,192);
    font-weight: 700;
    border-bottom: 2px solid rgb(147,141,154);
    padding-bottom: 10px;
    letter-spacing: 1px;
}
.thanksArea-mtA p {
    font-size: 12px;
    color: #000000;
    font-weight: 300;
    line-height: 1.8;
    max-width: 800px;
    margin: 20px 0;
}
@media only screen and (max-width: 1200px) {
    .thanksArea-mtA .container {
        padding: 40px;
    }
    .thanksArea-mtA h2 {
        font-size: 21px;
    }
    .thanksArea-mtA p {
        font-size: 22px;
    }
}
@media only screen and (max-width: 800px) {
    .thanksArea-mtA {
        padding: 20px 10px;
    }
    .thanksArea-mtA .container {
        padding: 30px;
    }
    .thanksArea-mtA h2 {
        font-size: 22px;
    }
    .thanksArea-mtA p {
        font-size: 15px;
    }
}
.title-intro-Otr {
    background-color: rgb(219,217,201);
    padding: 100px 0;
    font-family: Arial, sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
.title-intro-Otr .edu-promise-mhl {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 60px;
    background-color: #ffffff;
    border-radius: 18px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05); 
    position: relative;
    overflow: hidden;
    transition: box-shadow 0.3s ease;
}
.title-intro-Otr .edu-promise-mhl:hover {
    box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.1); 
}
.title-intro-Otr .frame-QdK {
    width: 50%;
    height: 500px;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    position: relative;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease; 
}
.title-intro-Otr .text-area-wrap-Ret {
    width: 45%;
    padding: 40px;
    background-color: #ffffff;
    color: #000000;
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05); 
    position: relative;
    transition: transform 0.3s ease;
}
.title-intro-Otr .course-intro-714 {
    position: relative;
    margin-bottom: 20px;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.title-intro-Otr .course-intro-714 h2 {
    font-size: 20px;
    color: rgb(189,185,192);
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-align: center;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 2px solid rgb(147,141,154,0.5); 
    transition: color 0.3s ease, border-color 0.3s ease;
}

.title-intro-Otr .course-intro-714 span {
    font-size: 12px;
    color: #000000;
}
.title-intro-Otr .course-intro-714 svg {
    width: 80px;
    height: 80px;
    fill: rgb(189,185,192);
    margin-bottom: 30px;
    position: relative;
    transition: transform 0.3s ease, fill 0.3s ease;
}

.title-intro-Otr .text-area-wrap-Ret .inquiry-box-Aji {
    padding: 10px 16px;
    background-color: rgb(189,185,192);
    color: #ffffff;
    border-radius: 18px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
    border: none;
    width: fit-content;
    align-self: center;
}
.title-intro-Otr .text-area-wrap-Ret .inquiry-box-Aji:hover {
    background-color: rgb(147,141,154);
    box-shadow: 0px 7px 25px rgba(0, 0, 0, 0.2); 
}
@media (max-width: 1200px) {
    .title-intro-Otr .edu-promise-mhl {
        flex-direction: column; 
    }
    .title-intro-Otr .frame-QdK {
        width: 100%;
        height: 300px;
        margin-bottom: 20px;
    }
    .title-intro-Otr .text-area-wrap-Ret {
        width: 100%;
    }
}
@media (max-width: 800px) {
    .title-intro-Otr {
        padding: 60px 0;
    }
    .title-intro-Otr .frame-QdK {
        height: 200px;
    }
    .title-intro-Otr .course-intro-714 h2 {
        font-size: 20px;
    }
}
.user-reviews-wmc {
    background: rgb(219,217,201);
    padding: 80px 30px;
    position: relative;
    overflow: hidden;
    min-width: 320px;
    max-width: 1200px;
    margin: 0 auto;
}

.user-reviews-wmc::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, rgb(189,185,192), rgb(147,141,154));
}

.user-reviews-wmc h3 {
    font-size: 30px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    margin-bottom: 50px;
    color: rgb(189,185,192);
    text-align: center;
    position: relative;
    z-index: 1;
    letter-spacing: 1px;
}

.user-reviews-wmc h3::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: rgb(147,141,154);
}

.user-reviews-wmc .review-track-qRs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    position: relative;
    z-index: 1;
}

.user-reviews-wmc .review-track-qRs .rating-insights-VkS {
    background: #ffffff;
    border: 1px solid rgb(147,141,154,0.5);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.user-reviews-wmc .review-track-qRs .rating-insights-VkS::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: rgb(189,185,192);
}

.user-reviews-wmc .review-track-qRs .rating-insights-VkS .frame-QdK {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

.user-reviews-wmc .review-track-qRs .rating-insights-VkS .frame-QdK::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
}

.user-reviews-wmc .review-track-qRs .rating-insights-VkS .text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    background: #ffffff;
    flex-grow: 1;
}

.user-reviews-wmc .review-track-qRs .text p {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    color: rgb(189,185,192);
}

.user-reviews-wmc .review-track-qRs .text span {
    font-size: 14px;
    color: #000000;
    line-height: 1.6;
}

.user-reviews-wmc .review-track-qRs .rating-insights-VkS::after {
    content: "\201C";
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 60px;
    color: rgb(147,141,154,0.5);
    opacity: 0.3;
    font-family: Arial, sans-serif;
}

@media only screen and (max-width: 768px) {
    .user-reviews-wmc {
        padding: 60px 20px;
    }

    .user-reviews-wmc h3 {
        font-size: calc(30px * 0.9);
    }
}

@media only screen and (max-width: 480px) {
    .user-reviews-wmc {
        padding: 50px 15px;
    }

    .user-reviews-wmc h3 {
        font-size: calc(30px * 0.8);
    }

    .user-reviews-wmc .review-track-qRs .rating-insights-VkS .frame-QdK {
        height: 180px;
    }
}.find-support-ALt {
  position: relative;
  background: rgb(219,217,201);
  padding: 80px 0;
  overflow: hidden;
}

.find-support-ALt::before {
  content: "";
  position: absolute;
  top: -100px;
  right: -100px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: linear-gradient(45deg, rgb(189,185,192,0.5), transparent);
  filter: blur(60px);
  z-index: 0;
}

.find-support-ALt .container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  z-index: 1;
}

.find-support-ALt .get-support-zVs {
  position: relative;
  border-radius: 29px;
  background: rgb(219,217,201);
  box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.1),
              -12px -12px 24px rgba(255, 255, 255, 0.6);
  padding: 50px;
  transition: all 0.4s ease;
}

.find-support-ALt .get-support-zVs:hover {
  box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.12),
              -15px -15px 30px rgba(255, 255, 255, 0.7);
}

.find-support-ALt h2 {
  font-size: 36px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 15px;
}

.find-support-ALt h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, rgb(189,185,192), transparent);
  border-radius: 2px;
}

.find-support-ALt p {
  font-size: 12px;
  color: #000000;
  margin-bottom: 25px;
  line-height: 1.7;
}

.find-support-ALt .write-feedback-ONR {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px;
}

.find-support-ALt .quick-request-MU4 {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  color: #000000;
  text-decoration: none;
  padding: 15px 25px;
  border-radius: 10px;
  background: rgb(219,217,201);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1),
              -5px -5px 10px rgba(255, 255, 255, 0.7);
  transition: all 0.3s ease;
}

.find-support-ALt .quick-request-MU4:hover {
  transform: translateY(-3px);
  box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.12),
              -8px -8px 16px rgba(255, 255, 255, 0.8);
}

.find-support-ALt .quick-request-MU4:active {
  transform: translateY(0);
  box-shadow: inset 3px 3px 6px rgba(0, 0, 0, 0.1),
              inset -3px -3px 6px rgba(255, 255, 255, 0.7);
}

.find-support-ALt .quick-request-MU4 svg {
  width: 22px;
  height: 22px;
  transition: transform 0.3s ease;
}

.find-support-ALt .quick-request-MU4:hover svg {
  transform: scale(1.1) rotate(5deg);
}

.find-support-ALt .quick-request-MU4 svg path {
  fill: rgb(189,185,192);
  transition: fill 0.3s ease;
}

.find-support-ALt .quick-request-MU4:hover svg path {
  fill: rgb(147,141,154);
}

.find-support-ALt p svg {
  width: 22px;
  height: 22px;
  margin-right: 10px;
  vertical-align: middle;
}

.find-support-ALt p svg path {
  fill: rgb(189,185,192);
  transition: fill 0.3s ease;
}

.find-support-ALt p:nth-last-child(2) {
  display: flex;
  align-items: center;
  padding: 12px 20px;
  border-radius: 10px;
  background: rgb(219,217,201);
  box-shadow: inset 3px 3px 6px rgba(0, 0, 0, 0.05),
              inset -3px -3px 6px rgba(255, 255, 255, 0.7);
  width: fit-content;
}

.find-support-ALt p:nth-last-child(2):hover svg path {
  fill: rgb(147,141,154);
}

.find-support-ALt .get-support-zVs::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: rgb(189,185,192,0.5);
  filter: blur(30px);
  top: -30px;
  left: -30px;
  z-index: -1;
  opacity: 0.4;
}

.find-support-ALt .get-support-zVs::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgb(147,141,154,0.5);
  filter: blur(25px);
  bottom: -20px;
  right: -20px;
  z-index: -1;
  opacity: 0.4;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.find-support-ALt .quick-request-MU4:nth-child(1) {
  animation: float 5s ease-in-out infinite;
}

.find-support-ALt .quick-request-MU4:nth-child(2) {
  animation: float 5s ease-in-out infinite;
  animation-delay: 0.5s;
}

.find-support-ALt .quick-request-MU4:nth-child(3) {
  animation: float 5s ease-in-out infinite;
  animation-delay: 1s;
}

@media (max-width: 991px) {
  .find-support-ALt {
    padding: 60px 0;
  }
  
  .find-support-ALt .get-support-zVs {
    padding: 40px 30px;
  }
  
  .find-support-ALt .write-feedback-ONR {
    gap: 15px;
  }
  
  .find-support-ALt .quick-request-MU4 {
    padding: 12px 20px;
  }
}

@media (max-width: 767px) {
  .find-support-ALt {
    padding: 50px 0;
  }
  
  .find-support-ALt .get-support-zVs {
    padding: 30px 20px;
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.1),
                -8px -8px 16px rgba(255, 255, 255, 0.6);
  }
  
  .find-support-ALt h2 {
    font-size: calc(36px * 0.9);
    margin-bottom: 25px;
  }
  
  .find-support-ALt p {
    font-size: calc(12px * 0.95);
    margin-bottom: 20px;
  }
  
  .find-support-ALt .write-feedback-ONR {
    flex-direction: column;
    gap: 15px;
    margin-top: 30px;
  }
  
  .find-support-ALt .quick-request-MU4 {
    width: 100%;
    padding: 12px 20px;
  }
  
  .find-support-ALt .quick-request-MU4 svg {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
  
  .find-support-ALt .get-support-zVs::before,
  .find-support-ALt .get-support-zVs::after {
    display: none;
  }
  
  .find-support-ALt .quick-request-MU4:nth-child(n) {
    animation: none;
  }
}footer {
    background: rgb(147,141,154);
    color: #ffffff;
    font-family: Arial, sans-serif;
    border-top: 4px solid rgb(189,185,192);
}
footer .footer {
    padding: 60px 0;
    background: rgba(0, 0, 0, 0.5);
}
footer .header-train-y6x svg, footer .header-train-y6x svg path {
    fill: rgb(189,185,192);
}
footer .header-page-0Mj a {
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    margin: 0 15px;
    padding: 10px 0;
    border-bottom: 2px solid transparent;
}
footer .header-page-0Mj a:hover {
    border-bottom: 2px solid rgb(189,185,192);
}
footer .verify-cta-o2Q {
    background: rgb(189,185,192);
    padding: 20px;
    text-align: center;
}
footer .pledge-block-Oad {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgb(147,141,154,0.5);
    padding-bottom: 20px;
}
footer .header-train-y6x svg, footer .header-train-y6x img {
    height: 70px;
    width: 70px;
    margin-right: 20px;
}
footer .top-wrap-zIA {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
footer .header-page-0Mj a {
    margin: 5px;
    font-size: 15px;
}
footer .hackathon-Gd4 {
    color: #ffffff;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}
footer .hackathon-Gd4 a {
    color: #ffffff;
    text-decoration: none;
    margin-left: 5px;
    border-bottom: 1px solid #ffffff;
}
footer .hackathon-Gd4 a:hover {
    border-bottom: 1px solid rgb(189,185,192);
}
@media only screen and (max-width: 1200px) {
    footer .pledge-block-Oad {
        flex-direction: column;
        text-align: center;
        padding: 30px 0;
    }
    footer .top-wrap-zIA {
        flex-direction: column;
        align-items: center;
    }
    footer .header-page-0Mj a {
        margin: 10px 0;
    }
}
@media only screen and (max-width: 800px) {
    footer .footer {
        padding: 40px 20px;
    }
    footer .header-train-y6x svg, footer .header-train-y6x img {
        height: 60px;
        width: 60px;
    }
}
.container-wrap-N2e footer .footer {
    padding: 0;
    background: rgb(147,141,154);
}
.container-wrap-N2e footer .pledge-block-Oad {
    flex-direction: column;
    align-items: center;
    min-height: 80px;
    justify-content: center;
    padding: 15px;
    border-bottom: 1px solid rgb(147,141,154,0.5);
}
.container-wrap-N2e footer .top-wrap-zIA {
    flex-direction: row;
    justify-content: center;
}
.container-wrap-N2e footer .header-page-0Mj a {
    margin: 0 10px;
    padding: 5px 0;
    font-size: 15px;
    color: #ffffff;
    text-align: center;
    border-bottom: 1px solid transparent;
}
.container-wrap-N2e footer .header-page-0Mj a:hover {
    border-bottom: 1px solid rgb(189,185,192);
}
.container-wrap-N2e footer .verify-cta-o2Q {
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
    text-align: center;
}
.container-wrap-N2e footer .hackathon-Gd4 {
    text-align: center;
    font-size: 14px;
}
.container-wrap-N2e footer .header-train-y6x {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.container-wrap-N2e footer .header-train-y6x svg, .container-wrap-N2e footer .header-train-y6x svg path, .container-wrap-N2e footer .header-train-y6x img {
    margin: 0;
    fill: #ffffff;
}
@media only screen and (max-width: 1200px) {
    .container-wrap-N2e footer .header-train-y6x {
        width: 100%;
    }
}
@media only screen and (max-width: 800px) {
    .container-wrap-N2e footer .top-wrap-zIA {
        flex-direction: column;
        align-items: center;
    }
    .container-wrap-N2e footer .header-page-0Mj a {
        margin: 5px 0;
        font-size: 15px;
    }
    .container-wrap-N2e footer .pledge-block-Oad {
        padding: 10px;
    }
    .container-wrap-N2e footer .hackathon-Gd4 {
        text-align: center;
    }
}.take-a-spin-4zS {
    padding-bottom: 80px;
    padding-top: 80px;
}

.take-a-spin-4zS h2 {
    color: rgb(147,141,154);
}

.take-a-spin-4zS .inquiry-box-Aji {
    background: rgb(147,141,154);
    color: #ffffff;
    white-space: normal;
    text-align: center;
}

.take-a-spin-4zS .inquiry-box-Aji:hover {
    background: rgb(189,185,192);
}

.take-a-spin-4zS .edu-promise-mhl {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.take-a-spin-4zS h2 {
    font-size: 32px;
    font-weight: 600;
    margin-right: 24px;
    width: 66%;
    text-align: center;
}

.take-a-spin-4zS .inquiry-box-Aji {
    padding: 15px 25px;
    border-radius: 100px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

@media only screen and (max-width: 600px) {
    .take-a-spin-4zS .edu-promise-mhl {
        flex-direction: column;
    }

    .container-wrap-N2e section.take-a-spin-4zS h2 {
        font-size: 26px;
    }

    .take-a-spin-4zS h2 {
        margin: 0;
        margin-bottom: 24px;
        width: 90%;
    }

    .take-a-spin-4zS .inquiry-box-Aji {
        font-size: 24px;
    }

    .take-a-spin-4zS {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.container-wrap-N2e .take-a-spin-4zS {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(189,185,192), rgb(147,141,154));
    padding: 60px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 500px;
}

.container-wrap-N2e .take-a-spin-4zS::before {
    content: "";
    position: absolute;
    top: -50px;
    left: -50px;
    width: 200px;
    height: 200px;
    background: rgb(189,185,192,0.5);
    border-radius: 50%;
    z-index: 0;
    animation: pulse 10s infinite;
}

.container-wrap-N2e .take-a-spin-4zS::after {
    content: "";
    position: absolute;
    bottom: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background: rgb(147,141,154,0.5);
    border-radius: 50%;
    z-index: 0;
    animation: pulse 10s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(0.95);
    }
}

.container-wrap-N2e .take-a-spin-4zS .edu-promise-mhl {
    position: relative;
    z-index: 10;
    width: 80%;
    max-width: 1000px;
    background: #ffffff;
    border-radius: 100px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    padding: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: auto;
    transition: transform 0.3s ease-in-out;
}

.container-wrap-N2e .take-a-spin-4zS .edu-promise-mhl:hover {
    transform: translateY(-10px);
}

.container-wrap-N2e .take-a-spin-4zS h2 {
    font-family: Arial, sans-serif;
    font-size: 32px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 40px;
    text-transform: uppercase;
    letter-spacing: 3px;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 4px solid rgb(189,185,192);
    margin-right: 0;
}

.container-wrap-N2e .take-a-spin-4zS .inquiry-box-Aji {
    display: inline-block;
    padding: 16px 64px;
    border-radius: 22px;
    background: rgb(189,185,192);
    color: #ffffff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    box-shadow: 0 15px 30px rgb(189,185,192,0.5);
    text-decoration: none;
    margin-top: 30px;
}

.container-wrap-N2e .take-a-spin-4zS .inquiry-box-Aji:hover {
    background: rgb(147,141,154);
    border-color: rgb(147,141,154);
    box-shadow: 0 15px 30px rgb(147,141,154,0.5);
    transform: scale(1.05);
}

@media only screen and (max-width: 800px) {
    .container-wrap-N2e .take-a-spin-4zS h2 {
        font-size: 24px;
    }

    .container-wrap-N2e .take-a-spin-4zS .inquiry-box-Aji {
        font-size: 13px;
        padding: 14px 50px;
    }

    .container-wrap-N2e .take-a-spin-4zS .edu-promise-mhl {
        width: 90%;
        padding: 40px;
    }
}.academic-expertise-kyu {
    padding: 100px 20px;
    background: rgb(219,217,201);
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.academic-expertise-kyu::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, rgb(189,185,192,0.5) 0%, transparent 100%);
    opacity: 0.2;
    z-index: -1;
    animation: gradientAnimation 6s infinite alternate;
}

@keyframes gradientAnimation {
    0% {
        transform: translateX(-20%);
    }
    100% {
        transform: translateX(20%);
    }
}

.academic-expertise-kyu .rating-insights-VkS {
    border: 1px solid rgb(189,185,192);
    border-radius: 22px;
    padding: 30px;
    max-width: 350px;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
}

.academic-expertise-kyu .frame-QdK {
    width: 100%;
    height: 300px;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.academic-expertise-kyu .frame-QdK::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, transparent, rgb(189,185,192));
    opacity: 0.7;
    mix-blend-mode: overlay;
    transition: opacity 0.3s ease;
}

.academic-expertise-kyu .frame-QdK:hover::before {
    opacity: 0.5;
}

.academic-expertise-kyu .emp-overview-RA1 {
    text-align: center;
}

.academic-expertise-kyu .rating-insights-VkS .name {
    font-size: 21px;
    font-weight: 700;
    color: rgb(189,185,192);
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.academic-expertise-kyu .rating-insights-VkS span {
    font-size: 12px;
    font-weight: 600;
    color: rgb(147,141,154);
    margin-bottom: 20px;
}

.academic-expertise-kyu .rating-insights-VkS .exp-grid-waA {
    font-size: 12px;
    font-weight: 300;
    font-style: italic;
    color: #000000;
    border-left: 3px solid rgb(147,141,154);
    padding-left: 10px;
    position: relative;
}


@media only screen and (max-width: 1200px) {
    .academic-expertise-kyu {
        padding: 70px 20px;
    }

    .academic-expertise-kyu .rating-insights-VkS {
        max-width: 300px;
    }
}

@media only screen and (max-width: 800px) {
    .academic-expertise-kyu {
        padding: 50px 20px;
    }


    .academic-expertise-kyu .rating-insights-VkS {
        width: 100%;
    }
}

.container-wrap-N2e .academic-expertise-kyu {
    padding: 60px 20px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.container-wrap-N2e .academic-expertise-kyu::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, rgb(147,141,154,0.5) 0%, transparent 100%);
    opacity: 0.2;
    z-index: -1;
    animation: gradientAnimation 6s infinite alternate;
}

.container-wrap-N2e .academic-expertise-kyu .edu-promise-mhl {
    background: rgb(219,217,201);
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
}

.container-wrap-N2e .academic-expertise-kyu .rating-insights-VkS {
    flex-direction: row;
    max-width: unset;
    padding: 0;
    align-items: center;
    transition: none;
    border-radius: 0;
    box-shadow: none;
}

.container-wrap-N2e .academic-expertise-kyu .frame-QdK {
    height: 400px;
    width: 400px;
    border-radius: 0 10px 10px 0;
    border: 2px solid rgb(147,141,154);
}

.container-wrap-N2e .emp-overview-RA1 {
    width: calc(100% - 400px);
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.container-wrap-N2e .academic-expertise-kyu .rating-insights-VkS .name {
    font-size: 35px;
    font-weight: 700;
    color: rgb(189,185,192);
    margin-bottom: 20px;
}

.container-wrap-N2e .academic-expertise-kyu .rating-insights-VkS span {
    font-size: 17px;
    color: rgb(147,141,154);
    margin-bottom: 30px;
}

.container-wrap-N2e .academic-expertise-kyu .rating-insights-VkS .exp-grid-waA {
    font-size: 12px;
    color: #000000;
    font-style: italic;
    border-left: 3px solid rgb(189,185,192);
    padding-left: 10px;
    position: relative;
    text-align: left;
}

@media only screen and (max-width: 1000px) {
    .container-wrap-N2e .academic-expertise-kyu .rating-insights-VkS {
        flex-direction: column;
    }

    .container-wrap-N2e .emp-overview-RA1 {
        width: 100%;
        padding: 20px;
    }

    .container-wrap-N2e .academic-expertise-kyu .frame-QdK {
        width: 100%;
        height: 300px;
        border-radius: 10px;
    }

    .container-wrap-N2e .academic-expertise-kyu .rating-insights-VkS .name {
        font-size: 21px;
        margin-bottom: 10px;
    }

    .container-wrap-N2e .academic-expertise-kyu .rating-insights-VkS span {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .container-wrap-N2e .academic-expertise-kyu .rating-insights-VkS .exp-grid-waA {
        font-size: 12px;
    }
}
.education-framework-qCL {
    padding-bottom: 80px;
    padding-top: 80px;
}

.education-framework-qCL .edu-promise-mhl {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin: auto;
}

.education-framework-qCL h2 {
    margin-bottom: 20px;
    text-align: center;
    font-size: 30px;
}

.education-framework-qCL p {
    text-align: center;
    font-size: 18px;
}

@media only screen and (max-width: 800px) {
    .education-framework-qCL {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.container-wrap-N2e .education-framework-qCL {
    padding: 0;
}

.container-wrap-N2e .education-framework-qCL::before {
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
}

.container-wrap-N2e .education-framework-qCL .edu-promise-mhl {
    padding: 60px 0;
    width: 65%;
}

.container-wrap-N2e .education-framework-qCL h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 28px;
}

.container-wrap-N2e .education-framework-qCL p {
    font-size: 16px;
    line-height: 22px;
}

@media only screen and (max-width: 800px) {
    .container-wrap-N2e .education-framework-qCL h2 {
        font-size: 25px;
    }

    .container-wrap-N2e .education-framework-qCL .edu-promise-mhl {
        width: 90%;
    }
}.our-mission-jZC {
    position: relative;
    padding: 160px 0;
    overflow: hidden;
    z-index: 1;
}

.our-mission-jZC::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(170deg, #000000 0%, rgba(0, 0, 0, 0.95) 100%);
    z-index: -1;
}

.our-mission-jZC::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(0deg, transparent 24%, rgba(255, 255, 255, 0.02) 25%, rgba(255, 255, 255, 0.02) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, 0.02) 75%, rgba(255, 255, 255, 0.02) 76%, transparent 77%),
        linear-gradient(90deg, transparent 24%, rgba(255, 255, 255, 0.02) 25%, rgba(255, 255, 255, 0.02) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, 0.02) 75%, rgba(255, 255, 255, 0.02) 76%, transparent 77%);
    background-size: 50px 50px;
    z-index: -1;
}

.our-mission-jZC:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(189,185,192,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(147,141,154,0.5) 0%, transparent 50%);
    opacity: 0.3;
    z-index: -2;
}

.our-mission-jZC:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent, transparent 50%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.2));
    background-size: 100% 4px;
    z-index: -1;
    opacity: 0.1;
    pointer-events: none;
}

.our-mission-jZC .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.our-mission-jZC .text-area-wrap-Ret {
    position: relative;
    width: 900px;
    background: rgba(0, 0, 0, 0.6);
    padding: 0;
    backdrop-filter: blur(10px);
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    grid-gap: 0;
    clip-path: polygon(
        0 0, 
        calc(100% - 50px) 0, 
        100% 50px, 
        100% 100%, 
        50px 100%, 
        0 calc(100% - 50px)
    );
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.our-mission-jZC .text-area-wrap-Ret:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        linear-gradient(45deg, transparent 48.9%, rgb(189,185,192) 49%, rgb(189,185,192) 50%, transparent 50.1%) top right/50px 50px no-repeat,
        linear-gradient(-45deg, transparent 48.9%, rgb(147,141,154) 49%, rgb(147,141,154) 50%, transparent 50.1%) bottom left/50px 50px no-repeat;
    z-index: -1;
    pointer-events: none;
}

.our-mission-jZC .text-area-wrap-Ret:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 1px dashed rgba(255, 255, 255, 0.1);
    pointer-events: none;
    z-index: -1;
}

.our-mission-jZC .text-area-wrap-Ret h3 {
    grid-row: 1;
    font-size: 32px;
    color: #ffffff;
    margin: 0;
    padding: 40px 60px 20px;
    position: relative;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-bottom: 1px solid rgb(189,185,192,0.5);
}

.our-mission-jZC .text-area-wrap-Ret h3:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(to bottom, rgb(189,185,192), transparent);
}

.our-mission-jZC .text-area-wrap-Ret h3:after {
    content: ;
    position: absolute;
    right: 60px;
    top: 40px;
    font-size: 14px;
    color: rgb(189,185,192);
    opacity: 0.7;
    font-family: monospace;
}

.our-mission-jZC .text-area-wrap-Ret span {
    grid-row: 2;
    font-size: 22px;
    color: rgb(147,141,154);
    margin: 0;
    padding: 20px 60px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
    font-weight: 600;
    letter-spacing: 1px;
    background: rgba(0, 0, 0, 0.2);
}

.our-mission-jZC .text-area-wrap-Ret span:before {
    content: "[ ";
    color: rgb(189,185,192);
    margin-right: 8px;
    font-weight: 400;
}

.our-mission-jZC .text-area-wrap-Ret span:after {
    content: " ]";
    color: rgb(189,185,192);
    margin-left: 8px;
    font-weight: 400;
}

.our-mission-jZC .text-area-wrap-Ret p {
    grid-row: 3;
    font-size: 16px;
    color: #ffffff;
    line-height: 1.9;
    margin: 0;
    padding: 40px 60px;
    position: relative;
}

.our-mission-jZC .text-area-wrap-Ret p:before {
    content: "";
    position: absolute;
    left: 20px;
    top: 40px;
    width: 20px;
    height: calc(100% - 80px);
    border-left: 1px solid rgb(189,185,192,0.5);
    border-top: 1px solid rgb(189,185,192,0.5);
    border-bottom: 1px solid rgb(189,185,192,0.5);
    opacity: 0.5;
}

.our-mission-jZC .text-area-wrap-Ret:after {
    content: ;
    position: absolute;
    bottom: 20px;
    right: 20px;
    color: rgb(189,185,192);
    font-size: 12px;
    font-family: monospace;
    background: rgba(0, 0, 0, 0.3);
    padding: 5px 10px;
    border-radius: 3px;
    z-index: 1;
}

.our-mission-jZC .container:before,
.our-mission-jZC .container:after {
    content: "";
    position: absolute;
    border: 1px dashed rgb(189,185,192,0.5);
    opacity: 0.3;
    z-index: -1;
}

.our-mission-jZC .container:before {
    top: -100px;
    right: 10%;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    animation: rotate 30s linear infinite;
}

.our-mission-jZC .container:after {
    bottom: -150px;
    left: 15%;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    animation: rotate 50s linear infinite reverse;
}

@keyframes rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.our-mission-jZC .text-area-wrap-Ret:before {
    content: "";
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 40px;
    height: 40px;
    border: 1px solid rgb(189,185,192,0.5);
    border-radius: 50%;
    animation: pulse 4s ease-in-out infinite;
    z-index: 1;
    opacity: 0.5;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); opacity: 0.5; }
    50% { transform: scale(1.1); opacity: 0.7; }
}

.our-mission-jZC .text-area-wrap-Ret h3:before,
.our-mission-jZC .text-area-wrap-Ret p:before {
    content: "";
    position: absolute;
    background: rgb(189,185,192,0.5);
    opacity: 0.5;
}

.our-mission-jZC svg {
    position: absolute;
    width: 150px;
    height: 150px;
    fill: none;
    stroke: rgb(189,185,192);
    stroke-width: 0.5;
    opacity: 0.1;
    z-index: -1;
}

.our-mission-jZC svg:nth-child(1) {
    top: 10%;
    right: 5%;
    animation: float 10s ease-in-out infinite;
}

.our-mission-jZC svg:nth-child(2) {
    bottom: 10%;
    left: 5%;
    stroke: rgb(147,141,154);
    animation: float 13s ease-in-out infinite reverse;
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-20px); }
}

@media (max-width: 992px) {
    .our-mission-jZC {
        padding: 120px 0;
    }
    
    .our-mission-jZC .text-area-wrap-Ret {
        width: 700px;
        clip-path: polygon(
            0 0, 
            calc(100% - 30px) 0, 
            100% 30px, 
            100% 100%, 
            30px 100%, 
            0 calc(100% - 30px)
        );
    }
    
    .our-mission-jZC .text-area-wrap-Ret h3 {
        font-size: calc(32px - 2px);
        padding: 35px 50px 15px;
    }
    
    .our-mission-jZC .text-area-wrap-Ret h3:after {
        right: 50px;
        top: 35px;
    }
    
    .our-mission-jZC .text-area-wrap-Ret span {
        font-size: calc(22px - 1px);
        padding: 15px 50px;
    }
    
    .our-mission-jZC .text-area-wrap-Ret p {
        padding: 30px 50px;
    }
    
    .our-mission-jZC .text-area-wrap-Ret p:before {
        left: 15px;
        top: 30px;
        height: calc(100% - 60px);
    }
    
    .our-mission-jZC .container:before {
        width: 150px;
        height: 150px;
    }
    
    .our-mission-jZC .container:after {
        width: 200px;
        height: 200px;
    }
    
    .our-mission-jZC svg {
        width: 120px;
        height: 120px;
    }
}

@media (max-width: 768px) {
    .our-mission-jZC {
        padding: 90px 0;
    }
    
    .our-mission-jZC .text-area-wrap-Ret {
        width: 100%;
        clip-path: polygon(
            0 0, 
            calc(100% - 20px) 0, 
            100% 20px, 
            100% 100%, 
            20px 100%, 
            0 calc(100% - 20px)
        );
    }
    
    .our-mission-jZC .text-area-wrap-Ret h3 {
        font-size: calc(32px - 4px);
        padding: 30px 30px 15px;
        letter-spacing: 1px;
    }
    
    .our-mission-jZC .text-area-wrap-Ret h3:after {
        right: 30px;
        top: 30px;
    }
    
    .our-mission-jZC .text-area-wrap-Ret span {
        font-size: calc(22px - 2px);
        padding: 15px 30px;
    }
    
    .our-mission-jZC .text-area-wrap-Ret p {
        font-size: calc(16px - 1px);
        line-height: 1.8;
        padding: 25px 30px;
    }
    
    .our-mission-jZC .text-area-wrap-Ret p:before {
        display: none;
    }
    
    .our-mission-jZC .container:before,
    .our-mission-jZC .container:after {
        display: none;
    }
    
    .our-mission-jZC svg {
        width: 80px;
        height: 80px;
    }
    
    .our-mission-jZC .text-area-wrap-Ret:before {
        width: 30px;
        height: 30px;
        bottom: 15px;
        left: 15px;
    }
    
    .our-mission-jZC .text-area-wrap-Ret:after {
        bottom: 15px;
        right: 15px;
    }
}

@media (max-width: 576px) {
    .our-mission-jZC {
        padding: 70px 0;
    }
    
    .our-mission-jZC .text-area-wrap-Ret {
        clip-path: none;
        border-radius: 10px;
    }
    
    .our-mission-jZC .text-area-wrap-Ret h3 {
        font-size: calc(32px - 6px);
        padding: 25px 20px 15px;
    }
    
    .our-mission-jZC .text-area-wrap-Ret h3:after {
        right: 20px;
        top: 25px;
        font-size: 12px;
    }
    
    .our-mission-jZC .text-area-wrap-Ret span {
        font-size: calc(22px - 3px);
        padding: 15px 20px;
    }
    
    .our-mission-jZC .text-area-wrap-Ret p {
        font-size: calc(16px - 2px);
        line-height: 1.7;
        padding: 20px;
    }
    
    .our-mission-jZC svg {
        display: none;
    }
    
    .our-mission-jZC .text-area-wrap-Ret:before {
        display: none;
    }
    
    .our-mission-jZC .text-area-wrap-Ret:after {
        font-size: 10px;
        padding: 3px 6px;
    }
}.contact-information-2FO {
    padding-top: 120px;
    padding-bottom: 120px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(189,185,192) 0%, rgb(147,141,154) 100%);
}

.contact-information-2FO::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgb(189,185,192) 0%, transparent 70%);
    transform: translateX(-50%);
    opacity: 0.1;
    animation: pulsate 10s infinite;
}

@keyframes pulsate {
    0%, 100% {
        transform: translateX(-50%) scale(1);
        opacity: 0.1;
    }
    50% {
        transform: translateX(-50%) scale(1.1);
        opacity: 0.3;
    }
}

.contact-information-2FO h3 {
    color: #000000;
    font-size: 47px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 40px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.contact-information-2FO .connect-request-OnC {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 29px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 50px;
    max-width: 700px;
    margin: auto;
    position: relative;
    z-index: 1;
}

.contact-information-2FO form input,
.contact-information-2FO form textarea {
    color: #000000;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    border: 1px solid rgb(147,141,154,0.5);
    padding: 15px;
    width: 100%;
    margin-bottom: 20px;
    line-height: 1.5;
    font-family: Arial, sans-serif;
    transition: border-color 0.3s, background-color 0.3s;
}

.contact-information-2FO form input:focus,
.contact-information-2FO form textarea:focus {
    border-color: rgb(189,185,192);
    outline: none;
    background: #ffffff;
}

.contact-information-2FO form .inquiry-box-Aji {
    background: rgb(189,185,192);
    color: #ffffff;
    border-radius: 29px;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    padding: 15px 30px;
    text-transform: uppercase;
    transition: background-color 0.3s;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.contact-information-2FO form .inquiry-box-Aji:hover {
    background: rgb(147,141,154);
}

.contact-information-2FO .edu-promise-mhl {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact-information-2FO .reach-feedback-X2I {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.contact-information-2FO .support-box-EP1 {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.contact-information-2FO .support-box-EP1 input[type=checkbox] {
    width: auto;
    margin: 0;
    margin-right: 10px;
}

.contact-information-2FO .support-box-EP1 label {
    display: block;
    font-family: Arial, sans-serif;
    color: #000000;
}

.contact-information-2FO .support-box-EP1 a {
    margin-left: 5px;
    color: rgb(189,185,192);
    text-decoration: underline;
    transition: color 0.3s;
}

.contact-information-2FO .support-box-EP1 a:hover {
    color: rgb(147,141,154);
}

.contact-information-2FO .support-list-zt3 {
    margin-bottom: 30px;
    font-size: 13px;
    color: #000000;
    text-align: center;
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 600px) {
    .contact-information-2FO {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .contact-information-2FO h3 {
        font-size: 29px;
    }
    .contact-information-2FO .connect-request-OnC {
        padding: 30px;
    }
    .contact-information-2FO .reach-feedback-X2I {
        flex-direction: column;
        gap: 10px;
    }
}

.container-wrap-N2e .contact-information-2FO .edu-promise-mhl {
    flex-direction: column-reverse;
}

.container-wrap-N2e .contact-information-2FO .connect-request-OnC {
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 29px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.container-wrap-N2e .contact-information-2FO .support-links-vD5 {
    width: 100%;
    text-align: center;
}

.container-wrap-N2e .contact-information-2FO .support-links-vD5 span {
    font-weight: 400;
    color: #000000;
}

.container-wrap-N2e .contact-information-2FO form input {
    border-bottom: 1px solid rgb(147,141,154,0.5);
    border-radius: 10px;
    font-size: 13px;
    font-weight: 300;
}

.container-wrap-N2e .contact-information-2FO h3 {
    font-size: 47px;
    font-weight: 700;
    margin-bottom: 40px;
}

.container-wrap-N2e .contact-information-2FO form .inquiry-box-Aji {
    width: 100%;
    background: rgb(147,141,154);
    color: #ffffff;
    margin-top: 24px;
    padding: 15px;
    font-size: 20px;
    font-weight: 600;
}

.contact-information-2FO .support-links-vD5 .connect-query-cPs svg,
.contact-information-2FO .support-links-vD5 .connect-query-cPs svg path {
    flex-shrink: 0;
}

@media only screen and (max-width: 800px) {
    .container-wrap-N2e .contact-information-2FO .edu-promise-mhl {
        flex-direction: column;
    }
    .container-wrap-N2e .contact-information-2FO .edu-promise-mhl .connect-request-OnC,
    .container-wrap-N2e .contact-information-2FO .edu-promise-mhl .support-links-vD5 {
        width: 100%;
    }
    .container-wrap-N2e .contact-information-2FO .reach-feedback-X2I {
        flex-direction: column;
    }
}header {
    background: linear-gradient(135deg, rgb(189,185,192), rgba(0, 0, 0, 0.5));
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 4px solid rgb(147,141,154);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    position: relative;
}
.nav-guide-OuP .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.nav-guide-OuP .header-train-y6x {
    width: 100px;
    height: 100px;
    background-color: rgb(147,141,154);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.nav-guide-OuP .main-know-ekh {
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav-guide-OuP .top-expert-lAg {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.nav-guide-OuP .header-train-y6x svg,
.nav-guide-OuP .header-train-y6x img {
    width: 70%;
    height: auto;
    fill: #ffffff;
}
.nav-guide-OuP .main-know-ekh svg text {
    fill: #ffffff;
}
.nav-guide-OuP .head-site-dwM {
    margin-top: 20px;
    font-size: 24px;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    padding: 20px 30px;
    border-left: 4px solid rgb(189,185,192);
    border-radius: 12px;
    background: linear-gradient(145deg, rgb(189,185,192,0.5), rgba(0, 0, 0, 0.5));
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    transition: background-color 0.4s ease, box-shadow 0.4s ease;
    max-width: 80%;
}
.nav-guide-OuP .top-head-ouh {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    gap: 20px;
    flex-wrap: wrap;
}
.nav-guide-OuP .top-head-ouh a {
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
    padding: 12px 25px;
    background-color: rgba(0, 0, 0, 0.5);
    border: 2px solid rgb(189,185,192,0.5);
    border-radius: 10px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
}
@media (max-width: 1200px) {
    .nav-guide-OuP .container {
        flex-direction: column;
        padding: 0 15px;
    }
    .nav-guide-OuP .head-site-dwM {
        margin-top: 15px;
        padding: 20px;
        width: 100%;
    }
}
@media (max-width: 800px) {
    .nav-guide-OuP .header-train-y6x {
        width: 80px;
        height: 80px;
    }
    .nav-guide-OuP .head-site-dwM {
        padding: 15px;
        text-align: center;
    }
    .nav-guide-OuP .top-head-ouh {
        flex-direction: column;
        margin-top: 20px;
    }
    .nav-guide-OuP .top-head-ouh a {
        width: 100%;
        text-align: center;
    }
}
