* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}html,body {
    min-height: 100%;
    color: #000000;
    height: 100%;
    font-family: Arial, sans-serif;
}.footer_addressMDW {
    flex: 0 0 auto;
}svg {
    width: 30px;
    height: 30px;
}.header_wrapJaS {
    flex: 1 0 auto;
}.container {
    width: 1229px;
    max-width: 100%;
    margin: auto;
}header,footer {
    width: 100%;
}.wrap-containercR4 {
    min-height: 100%;
    flex-direction: column;
    height: 100%;
    display: flex;
}a {
    text-decoration: none;
    color: inherit;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.client_commentsK9c {
    background: linear-gradient(135deg, rgb(243,238,238) 0%, rgba(245, 245, 250, 0.95) 100%);
    overflow: hidden;
    padding: 6rem 0;
    perspective: 1000px;
    position: relative;
}.client_commentsK9c::before {
    background: linear-gradient(45deg, rgb(213,189,188,0.5) 0%, transparent 40%);
    z-index: 0;
    height: 100%;
    content: "";
    left: 0;
    width: 100%;
    top: 0;
    position: absolute;
    transform: skewY(-3deg) translateY(-5%);
}.client_commentsK9c::after {
    content: "";
    height: 70%;
    bottom: -10%;
    position: absolute;
    transform: rotate(-12deg);
    z-index: 0;
    background: linear-gradient(to right, transparent, rgb(178,110,109,0.5));
    filter: blur(40px);
    width: 50%;
    right: -5%;
}.client_commentsK9c h2 {
    font-weight: 700;
    position: relative;
    margin-bottom: 3rem;
    font-size: calc(38px * 1.1);
    z-index: 2;
    color: #000000;
    transform-origin: left center;
    transform: perspective(1000px) rotateX(2deg);
    text-align: left;
}.client_commentsK9c h2::after {
    transform-origin: left;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    left: 0;
    position: absolute;
    width: 8rem;
    background: linear-gradient(90deg, rgb(213,189,188) 0%, rgb(178,110,109) 100%);
    bottom: -0.5rem;
    transform: scaleX(1);
    height: 4px;
    content: "";
}.client_commentsK9c h2:hover::after {
    transform: scaleX(1.2);
}.client_commentsK9c .container {
    padding: 0 15px;
    max-width: 1140px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
}.client_commentsK9c .student_voiceq73 {
    perspective: 2000px;
    position: relative;
}.client_commentsK9c .learner_voicesLE5 {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    z-index: 2;
    gap: 2.5rem;
    display: grid;
    position: relative;
}.client_commentsK9c .review_voicesQgU {
    overflow: hidden;
    background: #ffffff;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05),
                0 5px 15px rgba(0, 0, 0, 0.03);
    padding: 2rem;
    position: relative;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transform: perspective(1000px) rotateY(0) translateZ(0);
}.client_commentsK9c .review_voicesQgU::before {
    height: 6px;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(213,189,188) 0%, rgb(178,110,109) 100%);
    transform: scaleX(0.6);
    left: 0;
    transition: transform 0.3s ease-out;
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
}.client_commentsK9c .review_voicesQgU:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1),
                0 10px 30px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateY(2deg) translateZ(10px) scale(1.02);
}.client_commentsK9c .review_voicesQgU:hover::before {
    transform: scaleX(1);
}.client_commentsK9c .review_voicesQgU h3 {
    font-size: calc(18px * 1.1);
    color: #000000;
    position: relative;
    display: inline-block;
    margin-bottom: 1rem;
    font-weight: 600;
}.client_commentsK9c .review_voicesQgU h3::after {
    transition: width 0.3s ease;
    height: 2px;
    transform-origin: left;
    content: "";
    left: 0;
    bottom: -5px;
    position: absolute;
    background: rgb(178,110,109);
    width: 40%;
}.client_commentsK9c .review_voicesQgU:hover h3::after {
    width: 70%;
}.client_commentsK9c .review_voicesQgU .description {
    line-height: 1.6;
    font-size: 12px;
    color: #000000;
    z-index: 2;
    margin-bottom: 1.5rem;
    position: relative;
}.client_commentsK9c .review_voicesQgU .description::before {
    color: rgba(var(--primary-color-rgb), 0.08);
    z-index: -1;
    font-size: 6rem;
    font-family: serif;
    top: -30px;
    position: absolute;
    content: "";
    line-height: 1;
    left: -10px;
}.client_commentsK9c .review_voicesQgU div {
    transform: translateY(0);
    height: 60px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    border-radius: 50%;
    overflow: hidden;
    width: 60px;
    position: relative;
}.client_commentsK9c .review_voicesQgU:hover div {
    transform: translateY(-5px);
}.client_commentsK9c .review_voicesQgU div::after {
    inset: 0;
    z-index: 1;
    position: absolute;
    content: "";
    background: linear-gradient(45deg, transparent 50%, rgba(var(--primary-color-rgb), 0.15) 100%);
}.client_commentsK9c .review_voicesQgU div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}.client_commentsK9c .review_voicesQgU:hover div img {
    transform: scale(1.1);
}

@media (max-width: 991px) {.client_commentsK9c {
    padding: 4rem 0;
}.client_commentsK9c h2 {
    margin-bottom: 2rem;
    font-size: calc(38px * 0.9);
}.client_commentsK9c .learner_voicesLE5 {
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}

@media (max-width: 767px) {.client_commentsK9c {
    padding: 3rem 0;
}.client_commentsK9c h2 {
    margin-bottom: 1.5rem;
    font-size: calc(38px * 0.8);
    transform: none;
    text-align: center;
}.client_commentsK9c h2::after {
    transform: translateX(-50%);
    left: 50%;
    width: 6rem;
}.client_commentsK9c h2:hover::after {
    transform: translateX(-50%) scaleX(1.2);
}.client_commentsK9c .learner_voicesLE5 {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.client_commentsK9c .review_voicesQgU {
    padding: 1.5rem;
    transform: none !important;
}.client_commentsK9c .review_voicesQgU div {
    width: 50px;
    height: 50px;
}
}

@media (max-width: 480px) {.client_commentsK9c {
    padding: 2.5rem 0;
}.client_commentsK9c h2 {
    font-size: calc(38px * 0.7);
}.client_commentsK9c .review_voicesQgU {
    padding: 1.25rem;
}.client_commentsK9c .review_voicesQgU h3 {
    font-size: 18px;
}.client_commentsK9c .review_voicesQgU .description {
    font-size: calc(12px * 0.95);
}}.education_frameworky8Y {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(243,238,238) 0%, rgba(255,255,255,0.92) 100%);
}.education_frameworky8Y::before {
    right: -5%;
    height: 300px;
    content: "";
    position: absolute;
    z-index: 0;
    animation: floatElement 15s ease-in-out infinite alternate;
    top: -5%;
    width: 300px;
    background: linear-gradient(to right, rgb(213,189,188,0.5), rgb(178,110,109));
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    opacity: 0.1;
}.education_frameworky8Y::after {
    bottom: -10%;
    content: "";
    position: absolute;
    width: 250px;
    height: 250px;
    border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
    animation: floatElement 18s ease-in-out infinite alternate-reverse;
    z-index: 0;
    left: -5%;
    background: linear-gradient(to left, rgb(178,110,109,0.5), rgb(213,189,188));
    opacity: 0.08;
}.education_frameworky8Y .container {
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 1;
    backdrop-filter: blur(4px);
    position: relative;
    transform: perspective(1500px) rotateY(2deg);
    box-shadow: 0 10px 30px rgba(0,0,0,0.03), 
                0 1px 5px rgba(0,0,0,0.02),
                0 20px 40px rgba(0,0,0,0.04);
    background: linear-gradient(135deg, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.85) 100%);
    padding: 3rem;
}.education_frameworky8Y .container:hover {
    transform: perspective(1500px) rotateY(0deg);
    box-shadow: 0 15px 35px rgba(0,0,0,0.05), 
                0 3px 10px rgba(0,0,0,0.03),
                0 30px 60px rgba(0,0,0,0.06);
}.education_frameworky8Y h3 {
    font-weight: 700;
    margin-bottom: 1.5rem;
    opacity: 0;
    font-size: calc(37px * 0.9);
    letter-spacing: -0.02em;
    animation: slideInText 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards;
    color: #000000;
    transform: translateX(-10px);
    position: relative;
}.education_frameworky8Y h3::after {
    content: "";
    animation: expandLine 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0.6s forwards;
    transform: scaleX(0);
    height: 3px;
    left: 0;
    transform-origin: left;
    width: 60px;
    background: linear-gradient(to right, rgb(213,189,188), rgb(178,110,109));
    bottom: -10px;
    position: absolute;
}.education_frameworky8Y p {
    line-height: 1.8;
    max-width: 800px;
    position: relative;
    font-size: 18px;
    transform: translateY(20px);
    animation: fadeInUp 1s cubic-bezier(0.19, 1, 0.22, 1) 0.5s forwards;
    margin-top: 2rem;
    opacity: 0;
    color: #000000;
}.education_frameworky8Y p span {
    border-left: 2px solid rgb(213,189,188,0.5);
    padding: 0.5rem 1rem;
    background: linear-gradient(120deg, transparent 0%, rgba(var(--primary-color-rgb), 0.03) 30%, transparent 70%);
    display: inline-block;
    position: relative;
}.education_frameworky8Y .student_voiceq73 {
    position: relative;
    margin: 0 auto;
    max-width: 1100px;
}

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

@keyframes slideInText {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

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

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


@media (max-width: 992px) {.education_frameworky8Y {
    padding: 80px 0;
}.education_frameworky8Y .container {
    padding: 2rem;
    transform: perspective(1200px) rotateY(1deg);
}.education_frameworky8Y h3 {
    font-size: calc(37px * 0.85);
}
}

@media (max-width: 768px) {.education_frameworky8Y {
    padding: 60px 0;
}.education_frameworky8Y .container {
    transform: none;
    padding: 1.5rem;
    box-shadow: 0 8px 20px rgba(0,0,0,0.03);
}.education_frameworky8Y::before,
    .education_frameworky8Y::after {
    width: 150px;
    height: 150px;
}.education_frameworky8Y h3 {
    font-size: calc(37px * 0.75);
}.education_frameworky8Y p {
    font-size: calc(18px * 0.95);
    line-height: 1.7;
    margin-top: 1.5rem;
}
}

@media (max-width: 576px) {.education_frameworky8Y {
    padding: 40px 0;
}.education_frameworky8Y .container {
    padding: 1.25rem;
}.education_frameworky8Y h3 {
    font-size: calc(37px * 0.7);
    margin-bottom: 1.25rem;
}.education_frameworky8Y h3::after {
    width: 50px;
    height: 2px;
}.education_frameworky8Y p {
    margin-top: 1.25rem;
    font-size: calc(18px * 0.9);
    line-height: 1.6;
}.education_frameworky8Y p span {
    padding: 0.35rem 0.75rem;
}}.contact_boxkD2 {
    position: relative;
    z-index: 1;
    padding: 100px 0;
}.contact_boxkD2::before {
    inset: 0;
    opacity: 0.9;
    z-index: -1;
    content: '';
    background-color: rgb(243,238,238);
    position: absolute;
}.contact_boxkD2 .container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}.contact_boxkD2 .connect_boxhkH {
    background: #ffffff;
    display: flex;
    border-radius: 30px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
    position: relative;
    overflow: hidden;
    flex-direction: column;
}.contact_boxkD2 .feedback_boxVu6 {
    background: rgb(178,110,109);
    position: relative;
    padding: 0;
}.contact_boxkD2 .feedback_boxVu6 h3 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    padding: 30px;
    font-weight: 700;
    color: #ffffff;
    font-size: 36px;
    background: rgb(178,110,109);
    margin: 0;
}.contact_boxkD2 .feedback_boxVu6 div {
    padding: 20px 40px;
    align-items: center;
    position: relative;
    transition: background-color 0.3s ease;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    justify-content: flex-start;
}.contact_boxkD2 .feedback_boxVu6 div:hover {
    background-color: rgb(213,189,188);
}.contact_boxkD2 .feedback_boxVu6 div:last-child {
    border-bottom: none;
}.contact_boxkD2 .feedback_boxVu6 div svg {
    height: 24px;
    flex-shrink: 0;
    margin-right: 20px;
    width: 24px;
}.contact_boxkD2 .feedback_boxVu6 div svg path {
    fill: #ffffff;
}.contact_boxkD2 .feedback_boxVu6 div span {
    font-size: 12px;
    color: #ffffff;
}.contact_boxkD2 .feedback_boxVu6 div span a {
    text-decoration: none;
    color: #ffffff;
    transition: opacity 0.3s ease;
}.contact_boxkD2 .feedback_boxVu6 div span a:hover {
    opacity: 0.8;
}.contact_boxkD2 .message_helpxX4 {
    background-color: #ffffff;
    padding: 50px;
}.contact_boxkD2 .message_helpxX4 h3 {
    color: #000000;
    font-size: 24px;
    position: relative;
    margin-bottom: 30px;
    font-weight: 700;
    text-align: center;
}.contact_boxkD2 .message_helpxX4 h3::after {
    position: absolute;
    content: '';
    width: 80px;
    bottom: -10px;
    transform: translateX(-50%);
    height: 3px;
    background-color: rgb(178,110,109);
    left: 50%;
}.contact_boxkD2 .message_helpxX4 form {
    width: 100%;
}.contact_boxkD2 .message_helpxX4 input[type="text"],
.contact_boxkD2 .message_helpxX4 input[type="email"] {
    color: #000000;
    margin-bottom: 25px;
    border: none;
    padding: 0 20px;
    height: 55px;
    border-radius: 0;
    border-bottom: 2px solid rgb(243,238,238);
    background-color: #ffffff;
    width: 100%;
    font-size: 12px;
    transition: border-color 0.3s ease;
}.contact_boxkD2 .message_helpxX4 input[type="text"]:focus,
.contact_boxkD2 .message_helpxX4 input[type="email"]:focus {
    outline: none;
    border-color: rgb(178,110,109);
}.contact_boxkD2 .message_helpxX4 input::placeholder {
    color: #000000;
    opacity: 0.6;
}.contact_boxkD2 .message_helpxX4 .inquiry_reachUaF {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
    position: relative;
}.contact_boxkD2 .message_helpxX4 .inquiry_reachUaF input[type="checkbox"] {
    height: 22px;
    flex-shrink: 0;
    cursor: pointer;
    appearance: none;
    margin-right: 10px;
    width: 22px;
    border: 2px solid rgb(243,238,238);
    margin-top: 2px;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    -webkit-appearance: none;
    position: relative;
}.contact_boxkD2 .message_helpxX4 .inquiry_reachUaF input[type="checkbox"]:checked {
    background-color: rgb(178,110,109);
    border-color: rgb(178,110,109);
}.contact_boxkD2 .message_helpxX4 .inquiry_reachUaF input[type="checkbox"]:checked::before {
    content: '✓';
    left: 50%;
    font-size: 14px;
    color: #ffffff;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}.contact_boxkD2 .message_helpxX4 .inquiry_reachUaF label {
    line-height: 1.6;
    font-size: 14px;
    color: #000000;
}.contact_boxkD2 .message_helpxX4 .inquiry_reachUaF label a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: rgb(178,110,109);
}.contact_boxkD2 .message_helpxX4 .inquiry_reachUaF label a:hover {
    color: rgb(213,189,188);
}.contact_boxkD2 .message_helpxX4 .request_inquiryKCd {
    border-radius: 0;
    transition: background-color 0.3s ease;
    color: #ffffff;
    border: none;
    font-weight: 600;
    height: 55px;
    position: relative;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
    overflow: hidden;
    background-color: rgb(178,110,109);
}.contact_boxkD2 .message_helpxX4 .request_inquiryKCd::before {
    top: 0;
    transition: left 0.7s ease;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    content: '';
    left: -100%;
    position: absolute;
}.contact_boxkD2 .message_helpxX4 .request_inquiryKCd:hover {
    background-color: rgb(213,189,188);
}.contact_boxkD2 .message_helpxX4 .request_inquiryKCd:hover::before {
    left: 100%;
}

@media screen and (min-width: 992px) {.contact_boxkD2 .connect_boxhkH {
    display: grid;
    grid-template-columns: 1fr 1fr;
}.contact_boxkD2 .feedback_boxVu6 {
    border-radius: 0 30px 30px 0;
    display: flex;
    flex-direction: column;
}.contact_boxkD2 .message_helpxX4 {
    border-radius: 30px 0 0 30px;
    flex-direction: column;
    display: flex;
    justify-content: center;
}.contact_boxkD2 .feedback_boxVu6 h3 {
    padding: 40px 30px;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}.contact_boxkD2 .feedback_boxVu6 div {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    justify-content: flex-start;
    flex: 1;
    align-items: center;
}.contact_boxkD2 .feedback_boxVu6 div:last-child {
    border-bottom: none;
}
}

@media screen and (min-width: 768px) and (max-width: 991px) {.contact_boxkD2 .feedback_boxVu6 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}.contact_boxkD2 .feedback_boxVu6 h3 {
    grid-column: 1 / -1;
}.contact_boxkD2 .feedback_boxVu6 div {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}.contact_boxkD2 .feedback_boxVu6 div:nth-child(2n) {
    border-right: none;
}.contact_boxkD2 .feedback_boxVu6 div:nth-last-child(1),
    .contact_boxkD2 .feedback_boxVu6 div:nth-last-child(2) {
    border-bottom: none;
}
}

@media screen and (max-width: 767px) {.contact_boxkD2 {
    padding: 60px 0;
}.contact_boxkD2 .message_helpxX4 {
    padding: 40px 25px;
}.contact_boxkD2 .feedback_boxVu6 h3 {
    font-size: calc(24px + 2px);
    padding: 25px 20px;
}.contact_boxkD2 .feedback_boxVu6 div {
    padding: 15px 25px;
}
}

@media screen and (max-width: 480px) {.contact_boxkD2 {
    padding: 40px 0;
}.contact_boxkD2 .message_helpxX4 {
    padding: 30px 20px;
}.contact_boxkD2 .message_helpxX4 h3 {
    font-size: 24px;
}.contact_boxkD2 .feedback_boxVu6 h3 {
    padding: 20px 15px;
    font-size: 24px;
}.contact_boxkD2 .feedback_boxVu6 div {
    padding: 15px 20px;
}.contact_boxkD2 .feedback_boxVu6 div svg {
    margin-right: 15px;
    width: 20px;
    height: 20px;
}}.course_fit_forA2o {
    position: relative;
    background: linear-gradient(135deg, rgb(243,238,238) 0%, rgb(178,110,109,0.5) 100%);
    padding: 5rem 0;
    overflow: hidden;
}.course_fit_forA2o::before {
    height: 100%;
    left: 0;
    content: '';
    width: 100%;
    top: 0;
    opacity: 0.1;
    background-size: 50px 50px;
    position: absolute;
    background: 
        linear-gradient(45deg, transparent 45%, rgb(213,189,188,0.5) 46%, rgb(213,189,188,0.5) 54%, transparent 55%),
        linear-gradient(135deg, transparent 45%, rgb(178,110,109,0.5) 46%, rgb(178,110,109,0.5) 54%, transparent 55%);
    z-index: 1;
}.course_fit_forA2o::after {
    animation: pulseDots 10s infinite alternate;
    background-image: radial-gradient(circle at 50% 50%, rgb(213,189,188,0.5) 0%, transparent 2%),
        radial-gradient(circle at 20% 20%, rgb(213,189,188,0.5) 0%, transparent 2%),
        radial-gradient(circle at 30% 70%, rgb(213,189,188,0.5) 0%, transparent 2%),
        radial-gradient(circle at 70% 40%, rgb(213,189,188,0.5) 0%, transparent 2%),
        radial-gradient(circle at 80% 30%, rgb(213,189,188,0.5) 0%, transparent 2%),
        radial-gradient(circle at 90% 80%, rgb(213,189,188,0.5) 0%, transparent 2%),
        radial-gradient(circle at 10% 90%, rgb(213,189,188,0.5) 0%, transparent 2%),
        radial-gradient(circle at 60% 10%, rgb(213,189,188,0.5) 0%, transparent 2%),
        radial-gradient(circle at 40% 60%, rgb(213,189,188,0.5) 0%, transparent 2%),
        radial-gradient(circle at 95% 40%, rgb(213,189,188,0.5) 0%, transparent 2%);
    opacity: 0.4;
    z-index: 1;
    height: 100%;
    background-size: 180px 180px;
    top: 0;
    width: 100%;
    left: 0;
    content: '';
    position: absolute;
}.course_fit_forA2o .student_voiceq73 {
    max-width: 1200px;
    padding: 0 2rem;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}.course_fit_forA2o h3 {
    font-size: 31px;
    box-shadow: -5px 0 15px rgb(213,189,188,0.5);
    color: rgb(178,110,109);
    margin-bottom: 3rem;
    font-weight: 700;
    text-align: left;
    position: relative;
    padding-left: 1.5rem;
    border-left: 4px solid rgb(213,189,188);
}.course_fit_forA2o ul {
    list-style-type: none;
    grid-template-columns: repeat(2, 1fr);
    margin: 0;
    padding: 0;
    display: grid;
    gap: 2rem;
}.course_fit_forA2o li {
    border-radius: 14px;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.05),
        0 5px 15px rgba(0, 0, 0, 0.03);
    overflow: hidden;
    align-items: center;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    display: flex;
    background-color: rgba(255, 255, 255, 0.15);
    position: relative;
    padding: 1.8rem;
}.course_fit_forA2o li::before {
    content: '';
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, transparent 100%);
    position: absolute;
    width: 100%;
    top: 0;
    pointer-events: none;
    height: 100%;
    left: 0;
}.course_fit_forA2o li::after {
    opacity: 0.7;
    width: 5px;
    height: 100%;
    background: rgb(213,189,188);
    top: 0;
    transition: width 0.4s ease, opacity 0.4s ease;
    content: '';
    position: absolute;
    left: 0;
}.course_fit_forA2o li:hover {
    background-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-5px) scale(1.02);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 10px 20px rgba(0, 0, 0, 0.05),
        0 0 25px rgb(213,189,188,0.5);
}.course_fit_forA2o li:hover::after {
    width: 8px;
    opacity: 1;
}.course_fit_forA2o li svg {
    width: 40px;
    animation: pulseIcon 3s infinite alternate;
    margin-right: 1.5rem;
    height: 40px;
    flex-shrink: 0;
    filter: drop-shadow(0 0 8px rgb(213,189,188,0.5));
    fill: rgb(213,189,188);
    transition: all 0.4s ease;
}.course_fit_forA2o li:hover svg {
    animation-duration: 1.5s;
}.course_fit_forA2o li svg path {
    transition: all 0.4s ease;
}.course_fit_forA2o li:hover svg path {
    fill: rgb(213,189,188);
}.course_fit_forA2o li {
    line-height: 1.5;
    font-size: 14px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    font-weight: 400;
    color: #ffffff;
}.course_fit_forA2o li:nth-child(1)::after {
    animation-delay: 0s;
}.course_fit_forA2o li:nth-child(2)::after {
    animation-delay: 0.5s;
}.course_fit_forA2o li:nth-child(3)::after {
    animation-delay: 1s;
}.course_fit_forA2o li:nth-child(4)::after {
    animation-delay: 1.5s;
}.course_fit_forA2o li:nth-child(1) svg {
    animation-delay: 0s;
}.course_fit_forA2o li:nth-child(2) svg {
    animation-delay: 1s;
}.course_fit_forA2o li:nth-child(3) svg {
    animation-delay: 0.5s;
}.course_fit_forA2o li:nth-child(4) svg {
    animation-delay: 1.5s;
}

@keyframes pulseDots {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
}

@keyframes pulseIcon {
    0%, 100% {
        transform: scale(1);
        filter: drop-shadow(0 0 5px rgb(213,189,188,0.5));
    }
    50% {
        transform: scale(1.05);
        filter: drop-shadow(0 0 12px rgb(213,189,188));
    }
}

@keyframes glowLine {
    0%, 100% {
        box-shadow: 0 0 5px rgb(213,189,188,0.5);
    }
    50% {
        box-shadow: 0 0 15px rgb(213,189,188);
    }
}

@media (max-width: 991px) {.course_fit_forA2o {
    padding: 4rem 0;
}.course_fit_forA2o h3 {
    font-size: calc(31px * 0.9);
    padding-left: 1.2rem;
}.course_fit_forA2o li {
    padding: 1.5rem;
}.course_fit_forA2o li svg {
    width: 35px;
    margin-right: 1.2rem;
    height: 35px;
}
}

@media (max-width: 767px) {.course_fit_forA2o {
    padding: 3rem 0;
}.course_fit_forA2o ul {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.course_fit_forA2o h3 {
    padding-bottom: 1rem;
    border-left: none;
    padding-left: 0;
    margin-bottom: 2.5rem;
    border-bottom: 4px solid rgb(213,189,188);
    box-shadow: 0 5px 15px rgb(213,189,188,0.5);
    font-size: calc(31px * 0.8);
    text-align: center;
}.course_fit_forA2o li {
    padding: 1.2rem;
}.course_fit_forA2o li svg {
    height: 30px;
    margin-right: 1rem;
    width: 30px;
}}.consentSettingsDialogMCy {
    border-top: 2px solid rgb(213,189,188);
    bottom: 0;
    z-index: 90;
    position: fixed;
    background: rgb(243,238,238);
    width: 100%;
}.visitor_settingsJNW {
    justify-content: space-between;
    padding: 20px 0;
    align-items: center;
    display: flex;
}.consentSettingsDialogMCy h5 {
    margin-bottom: 6px;
    font-size: 22px;
}.consentSettingsDialogMCy p {
    font-size: 18px;
}.digital_consent3dw {
    flex-shrink: 0;
    margin-right: 10px;
}.digital_consent3dw svg, .digital_consent3dw svg path, .digital_consent3dw img {
    height: 100px;
    width: 100px;
    fill: rgb(213,189,188);
}.cookie_updatesHrW {
    white-space: nowrap;
    text-align: center;
    flex-shrink: 0;
    font-size: 24px;
    color: rgb(213,189,188);
    text-decoration: none;
    min-width: 120px;
    line-height: 35px;
    margin-left: 10px;
    border-bottom: 2px solid rgb(213,189,188);
    cursor: pointer;
}.consentSettingsDialogMCy p a {
    text-decoration: none;
    color: rgb(213,189,188);
}#cookie_disclosureZl6 {
    display: none;
}#cookie_disclosureZl6:checked ~ .consentSettingsDialogMCy {
    opacity: 0;
    visibility: hidden;
}
@media only screen and (max-width: 1200px) {.consentSettingsDialogMCy {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.digital_consent3dw {
    display: none;
}.visitor_settingsJNW {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}.consentSettingsDialogMCy h5 {
    text-align: center;
}.consentSettingsDialogMCy p {
    text-align: center;
}.learn_cookiesvm4 {
    margin-bottom: 20px;
}body .wrap-containercR4 .cookie_updatesHrW {
    margin-left: 0;
}}
.wrap-containercR4 .visitor_settingsJNW {
    justify-content: flex-end;
}.wrap-containercR4 .cookie_updatesHrW {
    color: #ffffff;
    background: rgb(213,189,188);
    margin-left: 30px;
    font-size: 20px;
    padding: 10px;
}.wrap-containercR4 .learn_cookiesvm4 {
    text-align: right;
}
@media only screen and (max-width: 800px)  {.wrap-containercR4 .cookie_updatesHrW {
    margin-left: 0;
    margin-bottom: 10px;
}}header {
    padding: 0;
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 0;
    position: relative;
    -webkit-backdrop-filter: blur(10px);
    background: linear-gradient(135deg, rgb(213,189,188,0.5) 0%, rgb(178,110,109,0.5) 100%);
    z-index: 100;
}header::before {
    background: 
        radial-gradient(circle at 10% 20%, rgb(213,189,188,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(178,110,109,0.5) 0%, transparent 30%);
    top: 0;
    content: '';
    height: 100%;
    opacity: 0.5;
    width: 100%;
    z-index: -1;
    left: 0;
    position: absolute;
}header .main_start2Bu {
    z-index: 5;
    align-items: center;
    position: relative;
    display: flex;
    padding: 1.2rem 2.5rem;
    justify-content: space-between;
}header .first_classd70 {
    z-index: 2;
    -webkit-backdrop-filter: blur(5px);
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.4s ease;
    backdrop-filter: blur(5px);
    border-radius: 16px;
    flex: 0 0 auto;
    background: rgba(255, 255, 255, 0.15);
    padding: 0.8rem 1.2rem;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}header .first_classd70:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    background: rgba(255, 255, 255, 0.25);
}header .first_lessonqKj {
    display: block;
    transition: all 0.3s ease;
}header .first_lessonqKj img {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    max-height: 40px;
}header .top_teach1Cy {
    list-style: none;
    display: flex;
    position: relative;
    padding: 0;
    margin: 0;
    z-index: 2;
}header .header_pagei52 {
    margin: 0 0.3rem;
    position: relative;
}header .header_pagei52 a {
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.1);
    position: relative;
    -webkit-backdrop-filter: blur(5px);
    display: block;
    transition: all 0.3s ease;
    font-weight: 600;
    text-decoration: none;
    border-radius: 16px;
    backdrop-filter: blur(5px);
    color: #ffffff;
    padding: 0.8rem 1.2rem;
    z-index: 1;
    font-size: 12px;
}header .header_pagei52 a:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
    border-color: rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.2);
}header .header_pagei52 a::before {
    opacity: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 16px;
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.1), 
        rgba(255, 255, 255, 0.05)
    );
    left: 0;
    transition: opacity 0.3s ease;
    position: absolute;
    z-index: -1;
}header .header_pagei52 a:hover::before {
    opacity: 1;
}header .header_pagei52::after {
    border-radius: 10px;
    width: 0;
    background: #ffffff;
    content: '';
    opacity: 0.7;
    transform: translateX(-50%);
    left: 50%;
    bottom: -3px;
    transition: width 0.3s ease;
    position: absolute;
    height: 3px;
}header .header_pagei52:hover::after {
    width: 70%;
}header .main_start2Bu::before {
    position: absolute;
    content: '';
    opacity: 0.5;
    background: rgb(213,189,188,0.5);
    height: 100px;
    filter: blur(40px);
    z-index: -1;
    top: -20px;
    border-radius: 50%;
    width: 100px;
    right: -20px;
}header .main_start2Bu::after {
    filter: blur(30px);
    border-radius: 50%;
    width: 80px;
    opacity: 0.5;
    background: rgb(178,110,109,0.5);
    left: -20px;
    content: '';
    position: absolute;
    bottom: -20px;
    height: 80px;
    z-index: -1;
}header .header_wrapJaS {
    background: rgb(243,238,238);
    position: relative;
    padding-top: 2rem;
    z-index: 1;
}@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

header .first_classd70::after {
    left: 0;
    bottom: -20px;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.1) 0%, transparent 70%);
    transition: all 0.4s ease;
    width: 100%;
    content: '';
    position: absolute;
    opacity: 0.5;
    height: 20px;
}header .first_classd70:hover::after {
    transform: scaleX(0.9);
    opacity: 0.7;
}

@media (min-width: 1400px) {header .main_start2Bu {
    margin: 0 auto;
    max-width: 1320px;
}header .header_pagei52 {
    margin: 0 0.5rem;
}header .header_pagei52 a {
    padding: 0.8rem 1.5rem;
}
}

@media (max-width: 991px) {header {
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}header .main_start2Bu {
    flex-wrap: wrap;
    padding: 1rem 1.5rem;
}header .first_classd70 {
    margin-bottom: 0;
    border-radius: 10px;
    padding: 0.6rem 1rem;
}header .top_teach1Cy {
    flex-basis: 100%;
    justify-content: flex-end;
    margin-top: 1rem;
}header .header_pagei52 a {
    border-radius: 10px;
    padding: 0.6rem 1rem;
    font-size: calc(12px - 1px);
}header .main_start2Bu::before,
    header .main_start2Bu::after {
    display: none;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .main_start2Bu {
    padding: 0.8rem 1.2rem;
}header .first_classd70 {
    max-width: 140px;
    padding: 0.5rem 0.8rem;
}header .first_lessonqKj img {
    max-height: 35px;
}header .top_teach1Cy {
    margin-top: 0.8rem;
    overflow-x: auto;
    justify-content: flex-start;
    padding-bottom: 0.5rem;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
}header .top_teach1Cy::-webkit-scrollbar {
    height: 3px;
}header .top_teach1Cy::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
}header .header_pagei52 {
    margin: 0 0.15rem;
    flex: 0 0 auto;
}header .header_pagei52 a {
    white-space: nowrap;
    font-size: calc(12px - 2px);
    padding: 0.5rem 0.8rem;
}header .header_pagei52::after {
    display: none;
}header .first_classd70::after {
    display: none;
}
}

@media (max-width: 479px) {header .main_start2Bu {
    padding: 0.7rem 1rem;
}header .first_classd70 {
    max-width: 120px;
    padding: 0.4rem 0.7rem;
}header .header_pagei52 a {
    font-size: calc(12px - 3px);
    padding: 0.4rem 0.6rem;
}}.data_overview7ka {
    position: relative;
    color: #ffffff;
    padding: 100px 0;
    overflow: hidden;
    isolation: isolate;
}.data_overview7ka::before {
    background: linear-gradient(135deg, #000000 0%, rgb(178,110,109) 100%);
    top: 0;
    left: 0;
    content: '';
    opacity: 0.9;
    position: absolute;
    height: 100%;
    z-index: -1;
    width: 100%;
}.data_overview7ka .container {
    padding: 0 15px;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.data_overview7ka .statistics_plus0tU {
    display: grid;
    grid-template-columns: 1fr;
    gap: 60px;
    position: relative;
}.data_overview7ka .pro_statisticsuHr {
    width: 120px;
    position: absolute;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    background: rgb(213,189,188);
    border-radius: 50% 5px 50% 50%;
    align-items: center;
    display: flex;
    transform: rotate(-15deg);
    justify-content: center;
    right: 30px;
    height: 120px;
    z-index: 10;
    top: -30px;
}.data_overview7ka .pro_statisticsuHr svg {
    transform: rotate(15deg);
    width: 60px;
    fill: #ffffff;
    height: 60px;
}.data_overview7ka .pro_statisticsuHr svg path {
    fill: #ffffff;
}.data_overview7ka .expert_upgradePbJ {
    display: inline-block;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 46px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    padding-left: 20px;
    position: relative;
    border-left: 5px solid rgb(213,189,188);
}.data_overview7ka .smart_statisticsqHM {
    position: relative;
    margin-bottom: 60px;
    max-width: 70%;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    padding-bottom: 20px;
    color: rgba(255, 255, 255, 1);
    line-height: 1.6;
    font-size: 16px;
}.data_overview7ka .smart_statisticsqHM::after {
    position: absolute;
    width: 100px;
    content: '';
    left: 0;
    background: rgb(213,189,188);
    height: 2px;
    bottom: 0;
    opacity: 0.8;
}.data_overview7ka .statistics_boostsxRy {
    position: relative;
    flex-direction: row;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: space-between;
}.data_overview7ka .statistics_boostsxRy::before {
    top: -20px;
    height: 1px;
    left: 0;
    background: linear-gradient(90deg, rgb(213,189,188), transparent);
    content: '';
    width: 100%;
    position: absolute;
}.data_overview7ka .class_benefits6Dg {
    padding: 0;
    flex: 1 1 calc(25% - 30px);
    position: relative;
    transition: transform 0.3s ease;
    min-width: 200px;
    align-items: center;
    flex-direction: row;
    display: flex;
}.data_overview7ka .class_benefits6Dg:hover {
    transform: translateY(-10px);
}.data_overview7ka .value_statisticshIv {
    margin-right: 15px;
    align-items: center;
    justify-content: center;
    min-width: 70px;
    border: 2px solid rgb(213,189,188);
    height: 70px;
    background: transparent;
    display: flex;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}.data_overview7ka .value_statisticshIv::before {
    left: 0;
    content: '';
    width: 100%;
    background: rgb(213,189,188);
    z-index: -1;
    height: 100%;
    opacity: 0.4;
    top: 0;
    position: absolute;
}.data_overview7ka .value_statisticshIv svg {
    fill: rgb(213,189,188);
    height: 35px;
    width: 35px;
}.data_overview7ka .value_statisticshIv svg path {
    fill: rgb(213,189,188);
}.data_overview7ka .class_benefits6Dg span {
    color: #ffffff;
    display: block;
    font-size: calc(18px * 1.5);
    font-weight: 700;
    line-height: 1;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    margin-right: 10px;
}.data_overview7ka .class_benefits6Dg p {
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    font-size: 16px;
}

@media screen and (max-width: 1200px) {.data_overview7ka .class_benefits6Dg {
    flex: 1 1 calc(33.33% - 30px);
}
}

@media screen and (max-width: 991px) {.data_overview7ka {
    padding: 80px 0;
}.data_overview7ka .pro_statisticsuHr {
    width: 100px;
    right: 25px;
    top: -25px;
    height: 100px;
}.data_overview7ka .pro_statisticsuHr svg {
    height: 50px;
    width: 50px;
}.data_overview7ka .smart_statisticsqHM {
    max-width: 85%;
    margin-bottom: 50px;
}.data_overview7ka .statistics_boostsxRy {
    justify-content: flex-start;
}.data_overview7ka .class_benefits6Dg {
    flex: 1 1 calc(50% - 30px);
}
}

@media screen and (max-width: 767px) {.data_overview7ka {
    padding: 60px 0;
}.data_overview7ka .statistics_plus0tU {
    gap: 40px;
}.data_overview7ka .pro_statisticsuHr {
    width: 80px;
    right: 20px;
    top: -20px;
    height: 80px;
}.data_overview7ka .pro_statisticsuHr svg {
    height: 40px;
    width: 40px;
}.data_overview7ka .expert_upgradePbJ {
    padding-left: 15px;
    font-size: calc(46px * 0.8);
}.data_overview7ka .smart_statisticsqHM {
    max-width: 100%;
    margin-bottom: 40px;
    font-size: calc(16px * 0.95);
}.data_overview7ka .statistics_boostsxRy {
    gap: 25px;
    flex-direction: column;
}.data_overview7ka .class_benefits6Dg {
    flex: 1 1 100%;
    width: 100%;
}.data_overview7ka .value_statisticshIv {
    min-width: 60px;
    height: 60px;
}.data_overview7ka .value_statisticshIv svg {
    height: 30px;
    width: 30px;
}.data_overview7ka .class_benefits6Dg span {
    font-size: calc(33px * 1.2);
}
}

@media screen and (max-width: 480px) {.data_overview7ka {
    padding: 50px 0;
}.data_overview7ka .pro_statisticsuHr {
    top: -15px;
    right: 15px;
    width: 70px;
    border-radius: 15px 5px 15px 15px;
    height: 70px;
}.data_overview7ka .pro_statisticsuHr svg {
    height: 35px;
    width: 35px;
}.data_overview7ka .expert_upgradePbJ {
    border-left: 3px solid rgb(213,189,188);
    font-size: calc(46px * 0.7);
    padding-left: 12px;
}.data_overview7ka .smart_statisticsqHM {
    font-size: calc(16px * 0.9);
    margin-bottom: 30px;
}.data_overview7ka .class_benefits6Dg {
    align-items: center;
}.data_overview7ka .value_statisticshIv {
    height: 50px;
    min-width: 50px;
    border-radius: 10px;
}.data_overview7ka .value_statisticshIv svg {
    height: 25px;
    width: 25px;
}.data_overview7ka .class_benefits6Dg span {
    font-size: calc(33px * 1.1);
}.data_overview7ka .class_benefits6Dg p {
    font-size: calc(16px * 0.85);
}}.enroll_instantlySTH {
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(243,238,238) 0%, rgb(178,110,109,0.5) 100%);
    overflow: hidden;
    position: relative;
    perspective: 1000px;
}.enroll_instantlySTH::before {
    pointer-events: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgb(213,189,188,0.5) 0%, transparent 70%);
    transform: translateZ(-10px);
    opacity: 0.15;
    content: '';
    z-index: 1;
    position: absolute;
}.enroll_instantlySTH::after {
    content: '';
    height: 15rem;
    z-index: 0;
    right: -2rem;
    background: rgb(213,189,188);
    position: absolute;
    clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
    opacity: 0.05;
    width: 15rem;
    bottom: -2rem;
    animation: rotate 30s infinite linear;
}.enroll_instantlySTH .container {
    margin: 0 auto;
    position: relative;
    transform-style: preserve-3d;
    padding: 0 2rem;
    max-width: 1200px;
    z-index: 2;
}.enroll_instantlySTH h2 {
    font-weight: 700;
    margin-bottom: 2.5rem;
    opacity: 0;
    position: relative;
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    transform: translateZ(20px);
    color: #000000;
    text-align: center;
    font-size: 37px;
}.enroll_instantlySTH .student_voiceq73 {
    display: grid;
    transform: translateZ(30px) rotateX(2deg);
    background: linear-gradient(to right, rgba(255,255,255,0.95), rgba(255,255,255,0.85));
    border-left: 3px solid rgb(213,189,188);
    transform-origin: center bottom;
    padding: 3rem;
    backdrop-filter: blur(5px);
    opacity: 0;
    animation: fadeInUp 0.8s ease-out 0.4s forwards;
    transition: transform 0.4s cubic-bezier(0.17, 0.67, 0.3, 1.33);
    gap: 2.5rem;
    grid-template-columns: auto 1fr;
    box-shadow: 
    0 10px 30px rgba(0,0,0,0.08),
    0 1px 0 rgba(255,255,255,0.7) inset,
    0 -20px 50px rgb(213,189,188,0.5) inset;
    align-items: center;
}.enroll_instantlySTH .student_voiceq73:hover {
    transform: translateZ(40px) rotateX(0deg) scale(1.02);
    box-shadow: 
    0 15px 35px rgba(0,0,0,0.12),
    0 1px 0 rgba(255,255,255,0.8) inset,
    0 -20px 50px rgb(213,189,188,0.5) inset;
}.enroll_instantlySTH svg {
    width: 4.5rem;
    filter: drop-shadow(0 4px 6px rgba(0,0,0,0.1));
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: translateZ(10px) translateY(-5px);
    height: 4.5rem;
}.enroll_instantlySTH .student_voiceq73:hover svg {
    transform: translateZ(20px) translateY(-8px) rotate(5deg);
}.enroll_instantlySTH svg path {
    transition: fill 0.3s ease;
    fill: rgb(213,189,188);
}.enroll_instantlySTH .student_voiceq73:hover svg path {
    fill: rgb(178,110,109);
}.enroll_instantlySTH .student_voiceq73 > div {
    text-align: center;
    transform: translateZ(15px);
}.enroll_instantlySTH .request_inquiryKCd {
    font-weight: 600;
    font-size: 14px;
    border-radius: 10px;
    border: none;
    overflow: hidden;
    display: inline-block;
    color: #ffffff;
    transition: transform 0.3s cubic-bezier(0.17, 0.67, 0.3, 1.33), box-shadow 0.3s ease;
    padding: 1rem 2.5rem;
    text-decoration: none;
    background: linear-gradient(135deg, rgb(213,189,188), rgb(178,110,109) 120%);
    z-index: 1;
    position: relative;
    box-shadow: 
    0 6px 16px -8px rgb(213,189,188,0.5),
    0 2px 0 rgb(213,189,188,0.5) inset;
}.enroll_instantlySTH .request_inquiryKCd::before {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    z-index: -1;
    transition: transform 0.6s ease;
}.enroll_instantlySTH .request_inquiryKCd:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 
    0 10px 20px -5px rgb(213,189,188,0.5),
    0 2px 0 rgb(255, 255, 255, 0.5) inset;
}.enroll_instantlySTH .request_inquiryKCd:hover::before {
    transform: translateX(200%);
}.enroll_instantlySTH .request_inquiryKCd:active {
    box-shadow: 
    0 2px 10px -3px rgb(213,189,188,0.5),
    0 1px 0 rgb(255, 255, 255, 0.5) inset;
    transform: translateY(1px) scale(0.98);
}

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

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media (max-width: 992px) {.enroll_instantlySTH {
    padding: 4rem 0;
}.enroll_instantlySTH h2 {
    margin-bottom: 2rem;
    font-size: calc(37px * 0.9);
}.enroll_instantlySTH .student_voiceq73 {
    transform: translateZ(20px) rotateX(1deg);
    padding: 2.5rem;
    gap: 2rem;
}
}

@media (max-width: 768px) {.enroll_instantlySTH {
    padding: 3.5rem 0;
}.enroll_instantlySTH h2 {
    font-size: calc(37px * 0.8);
    line-height: 1.4;
}.enroll_instantlySTH .student_voiceq73 {
    transform: translateZ(15px) rotateX(0deg);
    padding: 2rem;
    grid-template-rows: auto auto;
    gap: 1.5rem;
    grid-template-columns: 1fr;
    text-align: center;
}.enroll_instantlySTH svg {
    margin: 0 auto;
    height: 4rem;
    width: 4rem;
}.enroll_instantlySTH .request_inquiryKCd {
    padding: 0.9rem 2rem;
}.enroll_instantlySTH::after {
    width: 10rem;
    height: 10rem;
}
}

@media (max-width: 576px) {.enroll_instantlySTH {
    padding: 3rem 0;
}.enroll_instantlySTH h2 {
    margin-bottom: 1.5rem;
    font-size: calc(37px * 0.7);
}.enroll_instantlySTH .student_voiceq73 {
    gap: 1rem;
    padding: 1.5rem;
    transform: translateZ(10px) rotateX(0deg);
}.enroll_instantlySTH svg {
    width: 3.5rem;
    height: 3.5rem;
}.enroll_instantlySTH .request_inquiryKCd {
    font-size: calc(14px * 0.9);
    padding: 0.8rem 1.8rem;
}.enroll_instantlySTH::after {
    display: none;
}.enroll_instantlySTH .container {
    padding: 0 1rem;
}}.gratitudeHubvyY {
    padding: 6rem 2rem;
    position: relative;
    background: linear-gradient(135deg, rgb(243,238,238), rgb(178,110,109,0.5) 120%);
    overflow: hidden;
}.gratitudeHubvyY::before {
    content: "";
    left: 0;
    top: 0;
    opacity: 0.4;
    position: absolute;
    height: 100%;
    width: 100%;
    background: radial-gradient(circle at 75% 25%, rgb(213,189,188,0.5) 0%, transparent 60%);
    z-index: 0;
}.gratitudeHubvyY::after {
    bottom: -10%;
    width: 40%;
    opacity: 0.1;
    transform: rotate(-15deg);
    background: linear-gradient(225deg, rgb(178,110,109) 0%, transparent 70%);
    animation: float 15s ease-in-out infinite;
    height: 60%;
    right: -5%;
    z-index: 0;
    content: "";
    position: absolute;
}.gratitudeHubvyY .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 1;
}.gratitudeHubvyY .student_voiceq73 {
    padding: 3.5rem;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    display: flex;
    backdrop-filter: blur(10px);
    transform-origin: center bottom;
    transform: perspective(1000px) rotateX(2deg);
    background: rgba(255, 255, 255, 0.85);
    flex-direction: column;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
              0 15px 25px rgba(rgb(178,110,109), 0.05),
              0 5px 10px rgba(rgb(213,189,188), 0.03);
}.gratitudeHubvyY .student_voiceq73:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1), 
              0 20px 30px rgba(rgb(178,110,109), 0.07),
              0 10px 15px rgba(rgb(213,189,188), 0.05);
}.gratitudeHubvyY .student_voiceq73 > div:first-child {
    opacity: 0;
    transform: translateX(-20px);
    animation: slideInLeft 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.2s forwards;
    margin-bottom: 2rem;
    padding-left: 1.5rem;
    border-left: 4px solid rgb(213,189,188);
    position: relative;
}.gratitudeHubvyY .student_voiceq73 > div:last-child {
    animation: fadeInUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.5s forwards;
    transform: translateY(20px);
    position: relative;
    opacity: 0;
}.gratitudeHubvyY h5 {
    line-height: 1.4;
    color: #000000;
    font-weight: 700;
    position: relative;
    font-family: Arial, sans-serif;
    font-size: 22px;
    margin: 0 0 1rem 0;
}.gratitudeHubvyY h5::after {
    position: absolute;
    height: 3px;
    transform-origin: left;
    content: "";
    left: 0;
    width: 4rem;
    background: linear-gradient(90deg, rgb(213,189,188), transparent);
    bottom: -0.75rem;
    animation: scaleWidth 1s cubic-bezier(0.19, 1, 0.22, 1) 0.8s forwards;
    transform: scaleX(0);
}.gratitudeHubvyY p {
    font-weight: 400;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.7;
    position: relative;
    color: #000000;
    margin: 0;
    font-family: Arial, sans-serif;
}.gratitudeHubvyY a {
    position: relative;
    color: inherit;
    display: block;
    text-decoration: none;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.gratitudeHubvyY a::before {
    top: 0;
    width: 0.5rem;
    content: "";
    transform: translateX(-10px);
    left: -2.5rem;
    background: linear-gradient(to bottom, rgb(213,189,188), rgb(178,110,109));
    height: 100%;
    position: absolute;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
}.gratitudeHubvyY a:hover {
    transform: translateX(10px);
}.gratitudeHubvyY a:hover::before {
    opacity: 0.7;
    transform: translateX(0);
}.gratitudeHubvyY a:focus {
    box-shadow: 0 0 0 2px rgb(213,189,188,0.5);
    outline: none;
}

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

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

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

@keyframes float {
  0%, 100% {
    transform: rotate(-15deg) translateY(0);
  }
  50% {
    transform: rotate(-12deg) translateY(-20px);
  }
}

@media (min-width: 768px) {.gratitudeHubvyY {
    padding: 8rem 3rem;
}.gratitudeHubvyY .student_voiceq73 {
    margin: 0 5rem;
    padding: 4.5rem 5rem;
}.gratitudeHubvyY .student_voiceq73 > div:first-child {
    margin-bottom: 3rem;
    padding-left: 2rem;
    border-left-width: 6px;
}.gratitudeHubvyY h5 {
    font-size: calc(22px * 1.1);
}.gratitudeHubvyY p {
    font-size: calc(14px * 1.05);
    line-height: 1.8;
}
}

@media (min-width: 992px) {.gratitudeHubvyY .student_voiceq73 {
    align-items: center;
    flex-direction: row;
    margin: 0 auto;
}.gratitudeHubvyY .student_voiceq73 > div:first-child {
    margin-right: 5rem;
    flex: 0 0 40%;
    margin-bottom: 0;
}.gratitudeHubvyY .student_voiceq73 > div:last-child {
    flex: 0 0 60%;
}.gratitudeHubvyY h5::after {
    width: 6rem;
}
}

@media (max-width: 767px) {.gratitudeHubvyY {
    padding: 4rem 1.5rem;
}.gratitudeHubvyY .student_voiceq73 {
    padding: 2.5rem;
    transform: perspective(1000px) rotateX(1deg);
}.gratitudeHubvyY h5 {
    font-size: calc(22px * 0.9);
}.gratitudeHubvyY p {
    line-height: 1.6;
    font-size: calc(14px * 0.95);
}.gratitudeHubvyY a::before {
    left: -1.5rem;
    width: 0.3rem;
}}.course_program_details4Lr {
    overflow: hidden;
    padding: 6rem 0;
    background: linear-gradient(45deg, rgb(243,238,238) 0%, rgb(178,110,109,0.5) 50%, rgb(243,238,238) 100%);
    position: relative;
}.course_program_details4Lr::before {
    width: 70%;
    background: radial-gradient(circle, rgb(213,189,188,0.5) 0%, transparent 70%);
    right: -10%;
    top: -10%;
    height: 70%;
    animation: pulseGlow 15s ease-in-out infinite;
    z-index: 1;
    position: absolute;
    border-radius: 50%;
    opacity: 0.4;
    content: "";
}.course_program_details4Lr::after {
    bottom: -5%;
    animation: pulseGlow 12s ease-in-out infinite reverse;
    position: absolute;
    border-radius: 50%;
    z-index: 1;
    height: 50%;
    opacity: 0.3;
    width: 50%;
    content: "";
    background: radial-gradient(circle, rgb(178,110,109,0.5) 0%, transparent 70%);
    left: -5%;
}@keyframes pulseGlow {
    0% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 0.3;
    }
}

.course_program_details4Lr .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    position: relative;
    padding: 0 2rem;
}.course_program_details4Lr .student_voiceq73 {
    position: relative;
    gap: 3rem;
    transform: perspective(1000px) rotateY(-2deg);
    grid-template-columns: 1.2fr 0.8fr;
    display: grid;
    transform-style: preserve-3d;
}.course_program_details4Lr .student_voiceq73::before {
    border-radius: 22px;
    top: -2rem;
    transform: translateZ(-10px);
    left: -2rem;
    width: calc(100% + 4rem);
    opacity: 0.05;
    position: absolute;
    background: 
        repeating-linear-gradient(90deg, transparent, transparent 50px, rgb(213,189,188,0.5) 50px, rgb(213,189,188,0.5) 51px),
        repeating-linear-gradient(180deg, transparent, transparent 50px, rgb(213,189,188,0.5) 50px, rgb(213,189,188,0.5) 51px);
    z-index: -1;
    height: calc(100% + 4rem);
    content: "";
}.course_program_details4Lr .knowledgeUjz {
    z-index: 3;
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.1),
        0 10px 20px -5px rgba(0, 0, 0, 0.04),
        inset 0 0 0 1px rgb(243,238,238);
    transform: translateZ(20px);
    clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 0% 100%);
    position: relative;
    padding: 3rem;
    border-radius: 22px;
    background: #ffffff;
}.course_program_details4Lr .knowledgeUjz::before {
    left: 0;
    border-radius: 22px;
    position: absolute;
    content: "";
    opacity: 0.7;
    top: 0;
    background: linear-gradient(135deg, #ffffff 0%, transparent 100%);
    z-index: -1;
    height: 100%;
    width: 100%;
}.course_program_details4Lr .first_classd70 {
    display: flex;
    position: relative;
    align-items: center;
    margin-bottom: 2rem;
}.course_program_details4Lr .first_classd70::before {
    background: rgb(213,189,188);
    height: 2px;
    opacity: 0.6;
    width: 40px;
    transform: translateY(-50%);
    content: "";
    position: absolute;
    top: 50%;
    right: -20px;
}.course_program_details4Lr .first_classd70::after {
    border-radius: 10px;
    height: 3px;
    bottom: -10px;
    background: linear-gradient(90deg, rgb(178,110,109) 0%, transparent 100%);
    width: 60px;
    position: absolute;
    left: 0;
    content: "";
}.course_program_details4Lr .first_classd70 svg {
    width: auto;
    transition: all 0.3s ease;
    filter: drop-shadow(0 2px 4px rgb(213,189,188,0.5));
    height: 4rem;
}.course_program_details4Lr .first_classd70 svg:hover {
    transform: translateY(-2px) scale(1.03);
    filter: drop-shadow(0 6px 12px rgb(213,189,188,0.5));
}.course_program_details4Lr .first_classd70 svg path {
    fill: rgb(213,189,188);
    transition: fill 0.3s ease;
}.course_program_details4Lr .first_classd70 svg:hover path {
    fill: rgb(178,110,109);
}.course_program_details4Lr h3 {
    font-weight: 700;
    background: linear-gradient(to right, #000000 0%, rgb(213,189,188) 100%);
    display: inline-block;
    transform: translateZ(5px);
    position: relative;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    color: transparent;
    font-size: 32px;
    margin-bottom: 1.5rem;
}.course_program_details4Lr h3::after {
    left: 0;
    height: 3px;
    background: rgb(213,189,188);
    width: 30px;
    transition: width 0.3s ease;
    bottom: -8px;
    content: "";
    position: absolute;
    border-radius: 10px;
}.course_program_details4Lr .knowledgeUjz:hover h3::after {
    width: 80px;
}.course_program_details4Lr p {
    color: #000000;
    line-height: 1.7;
    transform: translateZ(10px);
    z-index: 2;
    margin-bottom: 1rem;
    font-size: 18px;
    position: relative;
}.course_program_details4Lr .img_circleRQL {
    min-height: 400px;
    position: relative;
    transform: translateZ(30px) rotate(3deg);
    height: 100%;
    animation: floatAnimation 6s ease-in-out infinite;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 2;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.1),
        -20px -20px 60px rgba(255, 255, 255, 0.1),
        inset 0 0 0 1px rgba(255, 255, 255, 0.3);
    overflow: hidden;
    height: 450px;
}@keyframes floatAnimation {
    0% {
        transform: translateZ(30px) rotate(3deg) translateY(0);
    }
    50% {
        transform: translateZ(30px) rotate(3deg) translateY(-10px);
    }
    100% {
        transform: translateZ(30px) rotate(3deg) translateY(0);
    }
}

.course_program_details4Lr .img_circleRQL::before {
    background: linear-gradient(
        45deg,
        transparent 0%,
        transparent 40%,
        rgb(213,189,188,0.5) 100%
    );
    z-index: 1;
    left: 0;
    opacity: 0.5;
    top: 0;
    width: 100%;
    mix-blend-mode: soft-light;
    height: 100%;
    transition: all 0.5s ease;
    content: "";
    position: absolute;
}.course_program_details4Lr .img_circleRQL::after {
    position: absolute;
    left: 0;
    opacity: 0.3;
    height: 50%;
    background: linear-gradient(
        to top,
        rgb(213,189,188,0.5) 0%,
        transparent 100%
    );
    content: "";
    bottom: 0;
    width: 100%;
    z-index: 1;
}.course_program_details4Lr .student_voiceq73:hover .img_circleRQL {
    box-shadow: 
        25px 25px 70px rgba(0, 0, 0, 0.15),
        -25px -25px 70px rgba(255, 255, 255, 0.15),
        inset 0 0 0 1px rgba(255, 255, 255, 0.4);
    border-radius: 60% 40% 60% 40% / 40% 60% 40% 60%;
    transform: translateZ(40px) rotate(1deg) scale(1.03);
}.course_program_details4Lr .student_voiceq73:hover .img_circleRQL::before {
    background: linear-gradient(
        45deg,
        transparent 0%,
        rgb(178,110,109,0.5) 40%,
        rgb(213,189,188,0.5) 100%
    );
    opacity: 0.7;
}

@media (max-width: 1024px) {.course_program_details4Lr {
    padding: 5rem 0;
}.course_program_details4Lr .student_voiceq73 {
    transform: perspective(1000px) rotateY(0deg);
    gap: 2rem;
    grid-template-columns: 1fr;
}.course_program_details4Lr .knowledgeUjz {
    padding: 2.5rem;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}.course_program_details4Lr .img_circleRQL {
    transform: translateZ(20px) rotate(0deg);
    min-height: 350px;
    border-radius: 20% 80% 20% 80% / 80% 20% 80% 20%;
}.course_program_details4Lr .student_voiceq73:hover .img_circleRQL {
    transform: translateZ(30px) scale(1.02);
}
}

@media (max-width: 768px) {.course_program_details4Lr {
    padding: 4rem 0;
}.course_program_details4Lr .student_voiceq73::before {
    top: -1.5rem;
    width: calc(100% + 3rem);
    height: calc(100% + 3rem);
    left: -1.5rem;
}.course_program_details4Lr .knowledgeUjz {
    padding: 2rem;
}.course_program_details4Lr .first_classd70 svg {
    height: 3.5rem;
}.course_program_details4Lr h3 {
    font-size: calc(32px * 0.9);
}.course_program_details4Lr .img_circleRQL {
    min-height: 300px;
}
}

@media (max-width: 576px) {.course_program_details4Lr {
    padding: 3rem 0;
}.course_program_details4Lr .student_voiceq73::before {
    display: none;
}.course_program_details4Lr .knowledgeUjz {
    padding: 1.5rem;
}.course_program_details4Lr .first_classd70 svg {
    height: 3rem;
}.course_program_details4Lr .first_classd70::before {
    width: 20px;
    right: -10px;
}.course_program_details4Lr h3 {
    font-size: calc(32px * 0.8);
    margin-bottom: 1rem;
}.course_program_details4Lr p {
    font-size: calc(18px * 0.9);
}.course_program_details4Lr .img_circleRQL {
    min-height: 250px;
    border-radius: 10% 90% 10% 90% / 90% 10% 90% 10%;
}}.secure_havenl1v {
    flex-direction: column;
    gap: 30px;
    color: #000000;
    display: flex;
    padding: 50px;
    border: 1px solid rgb(213,189,188,0.5);
    background-color: rgb(243,238,238);
    font-family: Arial, sans-serif;
}.secure_havenl1v h1 {
    padding-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 42px;
    color: rgb(213,189,188);
    border-bottom: 2px solid rgb(213,189,188);
    margin-bottom: 20px;
}.secure_havenl1v h2 {
    color: rgb(178,110,109);
    font-size: 29px;
    margin-bottom: 20px;
    font-weight: 600;
}.secure_havenl1v h3, .secure_havenl1v h4, .secure_havenl1v h5, .secure_havenl1v h6 {
    color: rgb(213,189,188);
    font-weight: 400;
    margin: 1rem 0;
}.secure_havenl1v ul, .secure_havenl1v ol {
    padding-left: 20px;
    margin: 0;
}.secure_havenl1v ul {
    counter-reset: item;
    list-style-type: none;
}.secure_havenl1v ul li {
    padding-left: 30px;
    position: relative;
    font-size: 18px;
    margin-bottom: 10px;
}.secure_havenl1v ul li::before {
    content: counter(item) ".";
    font-weight: 700;
    color: rgb(213,189,188);
    counter-increment: item;
    position: absolute;
    left: 0;
}.secure_havenl1v ol {
    list-style-type: decimal;
}.secure_havenl1v ol li {
    font-size: 18px;
    margin-bottom: 10px;
}.secure_havenl1v p {
    color: #000000;
    line-height: 1.6;
    font-size: 18px;
    margin-bottom: 20px;
}.secure_havenl1v span {
    font-weight: 600;
    color: rgb(213,189,188);
}.secure_havenl1v div {
    margin-bottom: 20px;
}
@media only screen and (max-width: 800px) {.secure_havenl1v {
    padding: 30px 15px;
}.secure_havenl1v h1 {
    font-size: calc(21px - 10px);
}.secure_havenl1v h2 {
    font-size: calc(21px - 8px);
}.secure_havenl1v p, .secure_havenl1v li {
    font-size: calc(18px - 2px);
}}.our_teambI7 {
    position: relative;
    overflow: hidden;
    background-color: rgb(243,238,238);
    isolation: isolate;
    padding: 150px 0;
}.our_teambI7::before {
    opacity: 0.8;
    position: absolute;
    inset: 0;
    content: "";
    background: 
        linear-gradient(120deg, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0) 20%),
        linear-gradient(240deg, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0) 20%),
        linear-gradient(0deg, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0) 10%),
        radial-gradient(circle at 15% 15%, rgb(213,189,188,0.5) 0%, transparent 25%),
        radial-gradient(circle at 85% 85%, rgb(178,110,109,0.5) 0%, transparent 25%);
    z-index: -2;
}.our_teambI7::after {
    opacity: 0.03;
    width: 100%;
    background-image: 
        linear-gradient(90deg, rgba(0, 0, 0, 0.5) 1px, transparent 1px),
        linear-gradient(0deg, rgba(0, 0, 0, 0.5) 1px, transparent 1px);
    content: "";
    top: 0;
    background-size: 20px 20px;
    z-index: -1;
    height: 100%;
    left: 0;
    position: absolute;
    pointer-events: none;
}.our_teambI7 .container {
    position: relative;
    padding: 0 30px;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 1;
}.our_teambI7 .container::before {
    position: absolute;
    right: -100px;
    background-repeat: no-repeat;
    z-index: -1;
    content: "";
    width: 200px;
    height: 200px;
    animation: pulseCircles 8s infinite alternate ease-in-out;
    top: -120px;
    background-size: 200px 200px;
    opacity: 0.3;
    background: 
        radial-gradient(circle, transparent 30%, rgb(213,189,188,0.5) 30%, rgb(213,189,188,0.5) 32%, transparent 32%),
        radial-gradient(circle, transparent 36%, rgb(213,189,188,0.5) 36%, rgb(213,189,188,0.5) 38%, transparent 38%),
        radial-gradient(circle, transparent 43%, rgb(213,189,188,0.5) 43%, rgb(213,189,188,0.5) 45%, transparent 45%);
}.our_teambI7 .container::after {
    background-size: 150px 150px;
    opacity: 0.3;
    animation: pulseCircles 8s infinite alternate-reverse ease-in-out;
    background: 
        radial-gradient(circle, transparent 30%, rgb(178,110,109,0.5) 30%, rgb(178,110,109,0.5) 32%, transparent 32%),
        radial-gradient(circle, transparent 36%, rgb(178,110,109,0.5) 36%, rgb(178,110,109,0.5) 38%, transparent 38%),
        radial-gradient(circle, transparent 43%, rgb(178,110,109,0.5) 43%, rgb(178,110,109,0.5) 45%, transparent 45%);
    position: absolute;
    bottom: -100px;
    z-index: -1;
    left: -70px;
    height: 150px;
    background-repeat: no-repeat;
    width: 150px;
    content: "";
}@keyframes pulseCircles {
    0% {
        transform: scale(1);
        opacity: 0.2;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.3;
    }
    100% {
        transform: scale(1);
        opacity: 0.2;
    }
}

.our_teambI7 .student_voiceq73 {
    box-shadow: 
        0 20px 80px -20px rgba(0, 0, 0, 0.12),
        0 0 0 1px rgba(255, 255, 255, 0.05),
        inset 0 0 20px rgba(0, 0, 0, 0.02);
    background: rgba(255, 255, 255, 0.01);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    display: flex;
    position: relative;
    overflow: hidden;
}.our_teambI7 .student_voiceq73::before,
.our_teambI7 .student_voiceq73::after {
    height: 500px;
    z-index: 0;
    width: 500px;
    position: absolute;
    opacity: 0.05;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    left: 50%;
    background: conic-gradient(
        transparent 0deg,
        transparent 30deg,
        rgb(213,189,188,0.5) 40deg,
        rgb(213,189,188,0.5) 60deg,
        transparent 70deg,
        transparent 120deg,
        rgb(178,110,109,0.5) 130deg,
        rgb(178,110,109,0.5) 150deg,
        transparent 160deg,
        transparent 210deg,
        rgb(213,189,188,0.5) 220deg,
        rgb(213,189,188,0.5) 240deg,
        transparent 250deg,
        transparent 300deg,
        rgb(178,110,109,0.5) 310deg,
        rgb(178,110,109,0.5) 330deg,
        transparent 340deg
    );
    top: 50%;
    content: "";
}.our_teambI7 .student_voiceq73::before {
    animation: rotateConic 60s linear infinite;
}.our_teambI7 .student_voiceq73::after {
    opacity: 0.03;
    animation: rotateConic 40s linear infinite reverse;
    filter: blur(5px);
}@keyframes rotateConic {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.our_teambI7 .founder_visionC5E {
    width: 35%;
    z-index: 2;
    background: linear-gradient(
        -45deg, 
        transparent, 
        rgba(255, 255, 255, 0.02) 30%, 
        rgba(255, 255, 255, 0.03) 50%, 
        rgba(255, 255, 255, 0.02) 70%, 
        transparent
    );
    padding: 60px 0;
    flex-direction: column;
    position: relative;
    align-items: center;
    justify-content: center;
    display: flex;
}.our_teambI7 .founder_visionC5E::before {
    border-left: 2px solid rgb(213,189,188,0.5);
    position: absolute;
    border-top: 2px solid rgb(213,189,188,0.5);
    z-index: 1;
    width: 60px;
    top: 30px;
    left: 30px;
    content: "";
    height: 60px;
    opacity: 0.6;
}.our_teambI7 .founder_visionC5E::after {
    height: 60px;
    border-right: 2px solid rgb(213,189,188,0.5);
    z-index: 1;
    opacity: 0.6;
    right: 30px;
    position: absolute;
    content: "";
    width: 60px;
    bottom: 30px;
    border-bottom: 2px solid rgb(213,189,188,0.5);
}.our_teambI7 .founder_visionC5E .img_circleRQL {
    width: 240px;
    overflow: hidden;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05);
    border-radius: 16px;
    position: relative;
    z-index: 2;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 320px;
    transform: perspective(1000px) rotateY(5deg);
}.our_teambI7 .founder_visionC5E .img_circleRQL::before {
    background: linear-gradient(
        to bottom,
        transparent 60%,
        rgba(0, 0, 0, 0.4) 100%
    );
    z-index: 1;
    content: "";
    position: absolute;
    inset: 0;
}.our_teambI7 .founder_visionC5E .img_circleRQL::after {
    position: absolute;
    content: "";
    z-index: 2;
    left: -20%;
    animation: reflectionSweep 7s infinite cubic-bezier(0.5, 0, 0.5, 1);
    width: 40%;
    height: 200%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.1),
        transparent
    );
    top: -100%;
    transform: rotate(30deg);
}@keyframes reflectionSweep {
    0% {
        transform: rotate(30deg) translateX(-100%);
    }
    100% {
        transform: rotate(30deg) translateX(500%);
    }
}

.our_teambI7 .founder_visionC5E:hover .img_circleRQL {
    transform: perspective(1000px) rotateY(0deg) translateY(-10px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 10px 20px rgba(0, 0, 0, 0.1);
}.our_teambI7 .study_labMpy {
    background: rgb(213,189,188);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-radius: 10px;
    z-index: 3;
    padding: 20px 30px;
    position: relative;
    color: #ffffff;
    transform: translateY(-30px) translateX(40px);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05);
}.our_teambI7 .study_labMpy::before {
    opacity: 0.8;
    top: 0;
    content: "";
    background: rgb(178,110,109);
    height: 100%;
    width: 4px;
    position: absolute;
    left: 0;
}.our_teambI7 .study_labMpy::after {
    width: 30%;
    position: absolute;
    transition: width 0.3s ease;
    opacity: 0.8;
    left: 0;
    bottom: 0;
    background: rgb(178,110,109);
    content: "";
    height: 3px;
}.our_teambI7 .founder_visionC5E:hover .study_labMpy {
    transform: translateY(-35px) translateX(30px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 10px 20px rgba(0, 0, 0, 0.1);
}.our_teambI7 .founder_visionC5E:hover .study_labMpy::after {
    width: 70%;
}.our_teambI7 .learn_learnings7aA {
    font-size: 19px;
    position: relative;
    margin: 0 0 8px 0;
    font-weight: 700;
}.our_teambI7 .ethos_blockQ3V {
    margin: 0;
    font-size: 13px;
    opacity: 0.9;
}.our_teambI7 .prose_blocksCi {
    z-index: 2;
    background: linear-gradient(
        45deg, 
        rgba(255, 255, 255, 0.03) 0%, 
        transparent 50%, 
        rgba(255, 255, 255, 0.02) 100%
    );
    position: relative;
    width: 65%;
    padding: 60px;
}.our_teambI7 .prose_blocksCi::before {
    position: absolute;
    top: 0;
    content: "";
    height: 100%;
    opacity: 0.4;
    width: 1px;
    background: linear-gradient(
        to bottom,
        transparent,
        rgb(213,189,188,0.5),
        rgb(178,110,109,0.5),
        transparent
    );
    left: 0;
}.our_teambI7 .prose_blocksCi::after {
    position: absolute;
    transform: translateY(120px);
    background: linear-gradient(
        to right,
        transparent,
        rgb(178,110,109,0.5) 50%,
        transparent
    );
    content: "";
    height: 1px;
    right: 0;
    opacity: 0.2;
    top: 50%;
    width: 80%;
}.our_teambI7 .study_growthWu6 {
    margin-bottom: 25px;
    align-items: center;
    position: relative;
    display: flex;
}.our_teambI7 .study_growthWu6::before {
    width: 100%;
    position: absolute;
    background: linear-gradient(
        to right,
        rgb(213,189,188,0.5),
        transparent 80%
    );
    bottom: -12px;
    height: 1px;
    content: "";
    opacity: 0.3;
    left: 0;
}.our_teambI7 .study_growthWu6 svg {
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.1));
    margin-right: 15px;
    position: relative;
    fill: rgb(213,189,188);
    width: 45px;
    height: 45px;
}.our_teambI7 .study_growthWu6 svg::before {
    position: absolute;
    border: 1px dashed rgb(213,189,188,0.5);
    transform: scale(0.8);
    inset: -5px;
    transition: all 0.3s ease;
    border-radius: 50%;
    opacity: 0;
    content: "";
}.our_teambI7 .study_growthWu6:hover svg {
    transform: translateY(-5px) rotate(10deg);
}.our_teambI7 .study_growthWu6 svg path {
    transition: fill 0.3s ease;
    fill: rgb(213,189,188);
}.our_teambI7 .study_growthWu6:hover svg path {
    fill: rgb(178,110,109);
}.our_teambI7 h2 {
    position: relative;
    color: #000000;
    font-weight: 700;
    padding-bottom: 15px;
    margin: 0 0 30px 0;
    font-size: 33px;
}.our_teambI7 h2::before {
    width: 100%;
    content: "";
    bottom: 0;
    opacity: 0.2;
    position: absolute;
    background: linear-gradient(
        to right,
        rgb(213,189,188,0.5) 0%,
        transparent 80%
    );
    left: 0;
    height: 1px;
}.our_teambI7 h2::after {
    width: 60px;
    content: "";
    border-radius: 3px;
    height: 3px;
    bottom: 0;
    position: absolute;
    background: linear-gradient(
        to right,
        rgb(213,189,188) 0%,
        rgb(178,110,109) 100%
    );
    left: 0;
    transition: width 0.3s ease;
}.our_teambI7 .prose_blocksCi:hover h2::after {
    width: 100px;
}.our_teambI7 p {
    color: #000000;
    line-height: 1.8;
    padding-left: 20px;
    position: relative;
    font-size: 13px;
    margin: 0;
}.our_teambI7 p::before {
    height: 100%;
    top: 0;
    opacity: 0.3;
    left: 0;
    background: linear-gradient(
        to bottom,
        rgb(213,189,188,0.5),
        rgb(178,110,109,0.5)
    );
    content: "";
    position: absolute;
    width: 2px;
}.our_teambI7 p::after {
    content: "";
    position: absolute;
    background: linear-gradient(
        to right,
        transparent,
        rgb(178,110,109,0.5)
    );
    height: 1px;
    bottom: 10px;
    width: 30%;
    opacity: 0.1;
    right: 0;
}

@media (max-width: 1024px) {.our_teambI7 {
    padding: 100px 0;
}.our_teambI7 .student_voiceq73 {
    flex-direction: column;
}.our_teambI7 .founder_visionC5E,
    .our_teambI7 .prose_blocksCi {
    padding: 40px;
    width: 100%;
}.our_teambI7 .founder_visionC5E {
    justify-content: center;
    gap: 30px;
    display: flex;
    padding-bottom: 60px;
    flex-direction: row;
    align-items: center;
}.our_teambI7 .founder_visionC5E .img_circleRQL {
    height: 240px;
    width: 180px;
    margin-bottom: 0;
}.our_teambI7 .study_labMpy {
    transform: translateY(0) translateX(0);
    flex: 1;
}.our_teambI7 .founder_visionC5E:hover .study_labMpy {
    transform: translateY(0) translateX(0);
}.our_teambI7 .prose_blocksCi::before {
    background: linear-gradient(
            to right,
            transparent,
            rgb(213,189,188,0.5),
            rgb(178,110,109,0.5),
            transparent
        );
    height: 1px;
    width: 100%;
}
}

@media (max-width: 768px) {.our_teambI7 {
    padding: 80px 0;
}.our_teambI7 .founder_visionC5E {
    flex-direction: column;
    padding: 30px;
    padding-bottom: 60px;
}.our_teambI7 .founder_visionC5E .img_circleRQL {
    width: 200px;
    height: 270px;
    margin-bottom: 20px;
}.our_teambI7 .study_labMpy {
    width: 90%;
    text-align: center;
}.our_teambI7 .study_labMpy::before {
    width: 100%;
    height: 4px;
}.our_teambI7 .study_labMpy::after {
    left: 50%;
    transform: translateX(-50%);
}.our_teambI7 .prose_blocksCi {
    padding: 30px;
}.our_teambI7 h2 {
    text-align: center;
}.our_teambI7 h2::after {
    left: 50%;
    transform: translateX(-50%);
}.our_teambI7 .prose_blocksCi:hover h2::after {
    width: 80px;
}.our_teambI7 p {
    text-align: center;
    padding-left: 0;
}.our_teambI7 p::before {
    display: none;
}
}

@media (max-width: 480px) {.our_teambI7 {
    padding: 60px 0;
}.our_teambI7 .container {
    padding: 0 20px;
}.our_teambI7 .founder_visionC5E {
    padding-bottom: 50px;
    padding: 25px;
}.our_teambI7 .founder_visionC5E .img_circleRQL {
    height: 220px;
    width: 160px;
}.our_teambI7 .study_labMpy {
    padding: 15px 20px;
    width: 100%;
}.our_teambI7 .prose_blocksCi {
    padding: 25px 20px;
}.our_teambI7 h2 {
    margin-bottom: 20px;
    font-size: calc(33px * 0.85);
}.our_teambI7 .study_growthWu6 {
    flex-direction: column;
    margin-bottom: 20px;
    align-items: center;
}.our_teambI7 .study_growthWu6 svg {
    margin-bottom: 10px;
    margin-right: 0;
}}.pricing_deckuPQ {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.pricing_deckuPQ::before {
    position: absolute;
    left: 0;
    background: linear-gradient(135deg, rgb(213,189,188,0.5), rgba(0, 0, 0, 0.5) 90%);
    width: 100%;
    top: 0;
    z-index: 1;
    content: "";
    height: 100%;
}.pricing_deckuPQ .container {
    padding: 0 20px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.pricing_deckuPQ .group_ratesH6M {
    position: relative;
}.pricing_deckuPQ h2 {
    font-size: 34px;
    line-height: 1.3;
    color: #ffffff;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    font-weight: 700;
}.pricing_deckuPQ h2::after {
    background: rgb(178,110,109);
    position: absolute;
    bottom: -15px;
    content: "";
    height: 3px;
    transform: translateX(-50%);
    left: 50%;
    width: 80px;
}.pricing_deckuPQ .plan_tableUkw {
    text-align: center;
    font-size: 18px;
    margin: 30px auto 50px;
    max-width: 700px;
    line-height: 1.6;
    color: #ffffff;
}.pricing_deckuPQ .rate_list4cw {
    padding: 0;
    display: grid;
    list-style: none;
    margin: 0;
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.pricing_deckuPQ .rate_list4cw li {
    position: relative;
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.pricing_deckuPQ .rate_list4cw li:hover {
    transform: translateY(-10px);
}.pricing_deckuPQ .trial_pricing0Fc {
    height: 100%;
    text-decoration: none;
    display: block;
    overflow: hidden;
    position: relative;
}.pricing_deckuPQ .study_packagesAKn {
    border-left: 3px solid rgb(178,110,109);
    position: relative;
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 10px;
    overflow: hidden;
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    padding: 40px 30px;
    box-sizing: border-box;
    transition: all 0.3s ease;
    background: linear-gradient(145deg, rgba(255,255,255,0.1), rgba(255,255,255,0.03));
    height: 100%;
}.pricing_deckuPQ .study_packagesAKn::before {
    background: linear-gradient(45deg, rgb(213,189,188,0.5), transparent);
    width: 100%;
    content: "";
    opacity: 0;
    pointer-events: none;
    top: 0;
    height: 100%;
    position: absolute;
    left: 0;
    transition: opacity 0.3s ease;
}.pricing_deckuPQ .trial_pricing0Fc:hover .study_packagesAKn::before {
    opacity: 0.15;
}.pricing_deckuPQ .study_packagesAKn::after {
    height: 100px;
    content: "";
    background: rgb(178,110,109);
    position: absolute;
    top: -30px;
    transition: transform 0.5s ease;
    width: 100px;
    right: -30px;
    opacity: 0.1;
    border-radius: 50%;
    z-index: -1;
}.pricing_deckuPQ .trial_pricing0Fc:hover .study_packagesAKn::after {
    transform: scale(1.2);
}.pricing_deckuPQ .pricing_catalog2H0 {
    flex-direction: column;
    display: flex;
    position: relative;
    z-index: 2;
    height: 100%;
}.pricing_deckuPQ .pricing_catalog2H0 h4 {
    margin: 0 0 20px;
    font-size: 18px;
    color: #ffffff;
    padding-bottom: 12px;
    display: inline-block;
    position: relative;
    font-weight: 600;
}.pricing_deckuPQ .pricing_catalog2H0 h4::after {
    left: 0;
    content: "";
    transition: width 0.3s ease;
    bottom: 0;
    height: 2px;
    position: absolute;
    width: 40px;
    background: rgb(178,110,109);
}.pricing_deckuPQ .trial_pricing0Fc:hover .pricing_catalog2H0 h4::after {
    width: 60px;
}.pricing_deckuPQ .pricing_catalog2H0 p {
    font-size: calc(18px - 2px);
    overflow-wrap: break-word;
    word-wrap: break-word;
    margin: 0 0 25px;
    flex-grow: 1;
    color: #ffffff;
    opacity: 0.85;
    word-break: break-word;
    line-height: 1.5;
}.pricing_deckuPQ .plan_matrix0Ud {
    font-size: calc(18px + 4px);
    font-weight: 700;
    border-top: 1px solid rgba(255,255,255,0.1);
    margin-top: auto;
    padding: 15px 0 0;
    position: relative;
    color: #ffffff;
    display: block;
}.pricing_deckuPQ .plan_matrix0Ud::before {
    height: 1px;
    width: 30%;
    content: "";
    background: rgb(178,110,109);
    top: -1px;
    position: absolute;
    left: 0;
}

@media (min-width: 992px) {.pricing_deckuPQ .rate_list4cw {
    grid-template-columns: repeat(4, 1fr);
}.pricing_deckuPQ .study_packagesAKn {
    padding: 35px 25px;
}.pricing_deckuPQ h2 {
    font-size: calc(34px + 4px);
}
}

@media (min-width: 768px) and (max-width: 991px) {.pricing_deckuPQ .rate_list4cw {
    grid-template-columns: repeat(2, 1fr);
}.pricing_deckuPQ {
    padding: 100px 0;
}
}

@media (max-width: 767px) {.pricing_deckuPQ {
    padding: 80px 0;
}.pricing_deckuPQ .rate_list4cw {
    grid-template-columns: 1fr;
}.pricing_deckuPQ h2 {
    font-size: calc(34px - 2px);
}.pricing_deckuPQ .plan_tableUkw {
    margin-bottom: 30px;
    font-size: calc(18px - 1px);
}.pricing_deckuPQ .pricing_catalog2H0 p {
    font-size: calc(18px - 3px);
    padding-right: 10px;
    overflow-y: auto;
    max-height: 300px;
}.pricing_deckuPQ .pricing_catalog2H0 p::-webkit-scrollbar {
    width: 3px;
}.pricing_deckuPQ .pricing_catalog2H0 p::-webkit-scrollbar-thumb {
    background: rgb(178,110,109);
}
}

@media (max-width: 480px) {.pricing_deckuPQ .study_packagesAKn {
    padding: 30px 20px;
}.pricing_deckuPQ h2 {
    font-size: calc(34px - 4px);
}.pricing_deckuPQ .plan_matrix0Ud {
    font-size: calc(18px + 2px);
}}.course_rewards1VA {
    background: linear-gradient(135deg, rgb(243,238,238) 0%, rgba(245, 247, 250, 0.95) 100%);
    position: relative;
    overflow: hidden;
    padding: 4rem 0;
}.course_rewards1VA::before {
    content: "";
    background-image: 
    radial-gradient(circle at 20% 30%, rgb(213,189,188,0.5) 0%, transparent 70%),
    radial-gradient(circle at 80% 70%, rgb(178,110,109,0.5) 0%, transparent 60%);
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
    height: 100%;
}.course_rewards1VA .container {
    margin: 0 auto;
    grid-template-columns: 1fr;
    padding: 0 1.5rem;
    z-index: 1;
    max-width: 1200px;
    gap: 2.5rem;
    display: grid;
    position: relative;
}.course_rewards1VA .img_circleRQL {
    object-fit: cover;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateY(-2deg);
    height: auto;
    clip-path: polygon(0 0, 100% 4%, 96% 100%, 4% 96%);
    width: 100%;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}.course_rewards1VA .img_circleRQL:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}.course_rewards1VA .student_voiceq73 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}.course_rewards1VA .prose_blocksCi {
    transform: translateX(0) translateY(0);
    background: linear-gradient(135deg, #ffffff 0%,#ffffff 100%);
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    padding: 1.5rem;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.course_rewards1VA .prose_blocksCi::before {
    left: 0;
    position: absolute;
    transition: height 0.5s ease;
    content: "";
    top: 0;
    height: 0;
    width: 4px;
    background: rgb(213,189,188);
}.course_rewards1VA .prose_blocksCi:hover::before {
    height: 100%;
}.course_rewards1VA h1 {
    font-size: calc(33px * 1.1);
    color: #000000;
    position: relative;
    margin-bottom: 1.75rem;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.01em;
    transform: translateZ(0);
}.course_rewards1VA h1::after {
    bottom: -0.75rem;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scaleX(0.6);
    height: 3px;
    content: "";
    position: absolute;
    transform-origin: left;
    left: 0;
    background: rgb(178,110,109);
    width: 70px;
}.course_rewards1VA .prose_blocksCi:hover h1::after {
    transform: scaleX(1);
}.course_rewards1VA ul {
    padding: 0;
    margin: 1.5rem 0 0;
    grid-template-columns: 1fr;
    gap: 1.2rem;
    display: grid;
    list-style: none;
}.course_rewards1VA li {
    padding-left: 2.5rem;
    transition: transform 0.4s ease;
    position: relative;
}.course_rewards1VA li:hover {
    transform: translateX(8px);
}.course_rewards1VA li p {
    line-height: 1.6;
    align-items: center;
    font-weight: 400;
    color: #000000;
    margin: 0;
    font-size: 17px;
    display: flex;
}.course_rewards1VA svg {
    top: 0;
    height: 24px;
    left: 0;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: scale(0.9);
    width: 24px;
    position: absolute;
}.course_rewards1VA li:hover svg {
    transform: scale(1.1);
}.course_rewards1VA svg path {
    transition: fill 0.3s ease;
    fill: rgb(178,110,109);
}.course_rewards1VA li:hover svg path {
    fill: rgb(213,189,188);
}.course_rewards1VA li:nth-child(odd) {
    transform: translateX(0);
}.course_rewards1VA li:nth-child(even) {
    transform: translateX(0);
}.course_rewards1VA li:nth-child(odd):hover {
    transform: translateX(8px);
}.course_rewards1VA li:nth-child(even):hover {
    transform: translateX(8px);
}

@media (min-width: 768px) {.course_rewards1VA {
    padding: 6rem 0;
}.course_rewards1VA .container {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}.course_rewards1VA h1 {
    margin-bottom: 2rem;
    font-size: 40px;
}.course_rewards1VA ul {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem 2rem;
}.course_rewards1VA .prose_blocksCi {
    padding: 2.5rem;
    transform: translateX(-20px);
}.course_rewards1VA .prose_blocksCi:hover {
    transform: translateX(0);
}.course_rewards1VA .img_circleRQL {
    height: 100%;
    max-height: 500px;
}
}

@media (min-width: 992px) {.course_rewards1VA .container {
    gap: 4rem;
}.course_rewards1VA .img_circleRQL {
    clip-path: polygon(0 0, 100% 5%, 95% 100%, 5% 95%);
}.course_rewards1VA h1 {
    font-size: calc(40px * 1.05);
}.course_rewards1VA li {
    padding-left: 3rem;
}.course_rewards1VA svg {
    transform: scale(1);
}
}

@media (max-width: 767px) {.course_rewards1VA {
    padding: 3rem 0;
}.course_rewards1VA .container {
    gap: 2rem;
}.course_rewards1VA h1 {
    margin-bottom: 1.5rem;
    font-size: calc(33px * 0.9);
}.course_rewards1VA li {
    margin-bottom: 1rem;
}.course_rewards1VA .img_circleRQL {
    max-height: 300px;
    clip-path: polygon(0 0, 100% 3%, 97% 100%, 3% 97%);
}.course_rewards1VA ul {
    gap: 1rem;
}
}

@media (max-width: 480px) {.course_rewards1VA h1 {
    font-size: 33px;
}.course_rewards1VA .prose_blocksCi {
    padding: 1.25rem;
}.course_rewards1VA li p {
    font-size: calc(17px * 0.95);
}.course_rewards1VA .img_circleRQL {
    max-height: 250px;
}}.title_page2AQ {
    min-height: 100vh;
    overflow: hidden;
    display: flex;
    padding: 2rem;
    position: relative;
    background: linear-gradient(135deg, rgb(243,238,238) 0%, #ffffff 65%, rgb(213,189,188,0.5) 100%);
    flex-direction: column;
}.title_page2AQ::before {
    content: "";
    z-index: 0;
    top: 0;
    width: 100%;
    background: linear-gradient(45deg, transparent 49.5%, rgb(178,110,109,0.5) 49.5%, rgb(178,110,109,0.5) 50.5%, transparent 50.5%);
    left: 0;
    background-size: 20px 20px;
    height: 100%;
    position: absolute;
    animation: backgroundShift 60s linear infinite;
    opacity: 0.1;
}.title_page2AQ h1 {
    font-weight: 700;
    margin-bottom: 1.5rem;
    transform: translateY(-5px);
    letter-spacing: 0.05em;
    opacity: 0;
    text-transform: uppercase;
    z-index: 1;
    color: #000000;
    position: relative;
    font-size: 18px;
    animation: fadeSlideDown 0.8s ease-out 0.2s forwards;
}.title_page2AQ .student_voiceq73 {
    position: relative;
    display: flex;
    z-index: 2;
    height: 100%;
    gap: 2rem;
    flex-direction: column;
}.title_page2AQ .prose_blocksCi {
    position: relative;
    flex: 1;
    z-index: 3;
}.title_page2AQ ol {
    flex-direction: column;
    padding: 0;
    display: flex;
    list-style: none;
    margin: 0;
    gap: 2rem;
}.title_page2AQ li {
    transform: translateY(20px);
    position: relative;
    animation: fadeSlideUp 0.8s ease-out forwards;
    opacity: 0;
}.title_page2AQ li:first-child {
    animation-delay: 0.4s;
}.title_page2AQ li:last-child {
    animation-delay: 0.6s;
}.title_page2AQ .start_pagetVa {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    background: #ffffff;
    position: relative;
    border-radius: 30px;
    padding: 2rem;
}.title_page2AQ .start_pagetVa::before {
    transform: scaleX(0);
    width: 100%;
    height: 5px;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    left: 0;
    transform-origin: left;
    position: absolute;
    top: 0;
    background: linear-gradient(90deg, rgb(213,189,188) 0%, rgb(178,110,109) 100%);
    content: "";
}.title_page2AQ .start_pagetVa:hover::before {
    transform: scaleX(1);
}.title_page2AQ .start_pagetVa:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
    transform: translateY(-5px);
}.title_page2AQ .start_pagetVa svg {
    margin-bottom: 1.5rem;
    width: 80px;
    height: 80px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    filter: drop-shadow(0 5px 10px rgba(94, 170, 168, 0.2));
}.title_page2AQ .start_pagetVa:hover svg {
    transform: scale(1.05) rotate(5deg);
}.title_page2AQ .start_pagetVa svg path {
    transition: fill 0.3s ease;
}.title_page2AQ .start_pagetVa:hover svg path {
    fill: rgb(213,189,188);
}.title_page2AQ .start_pagetVa svg text {
    transition: fill 0.3s ease;
    font-family: Arial, sans-serif;
}.title_page2AQ .start_pagetVa:hover svg text {
    fill: rgb(178,110,109);
}.title_page2AQ .start_pagetVa p {
    color: #000000;
    max-width: 90%;
    font-size: 16px;
    position: relative;
    line-height: 1.6;
    z-index: 2;
    margin: 0;
}.title_page2AQ .img_circleRQL {
    border-radius: 30px;
    opacity: 0;
    height: 280px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    transform: translateY(30px);
    animation: fadeSlideUp 0.8s ease-out 0.8s forwards;
}.title_page2AQ .img_circleRQL::before {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1;
    top: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
    content: "";
    left: 0;
}.title_page2AQ .img_circleRQL::after {
    transition: opacity 0.3s ease;
    background: linear-gradient(to top, rgb(213,189,188,0.5), transparent);
    content: "";
    left: 0;
    height: 50%;
    z-index: 2;
    width: 100%;
    bottom: 0;
    opacity: 0.3;
    position: absolute;
}.title_page2AQ .request_inquiryKCd {
    z-index: 1;
    position: relative;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    box-shadow: 0 5px 15px rgba(var(--primary-color-rgb), 0.2);
    overflow: hidden;
    letter-spacing: 0.03em;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    color: #ffffff;
    font-size: 19px;
    padding: 0.95rem 2rem;
    background: linear-gradient(135deg, rgb(213,189,188) 0%, rgb(178,110,109) 100%);
    border-radius: 30px;
}.title_page2AQ .request_inquiryKCd::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    transition: left 0.6s ease;
    left: -100%;
    content: "";
}.title_page2AQ .request_inquiryKCd:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(var(--primary-color-rgb), 0.3);
}.title_page2AQ .request_inquiryKCd:hover::before {
    left: 100%;
}.title_page2AQ .request_inquiryKCd:active {
    box-shadow: 0 3px 10px rgba(var(--primary-color-rgb), 0.25);
    transform: translateY(1px);
}

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

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

@keyframes backgroundShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 1000px 1000px;
    }
}

@media (min-width: 768px) {.title_page2AQ {
    padding: 3rem 4rem;
}.title_page2AQ h1 {
    margin-bottom: 2rem;
    font-size: calc(18px * 1.2);
}.title_page2AQ .student_voiceq73 {
    gap: 3rem;
    align-items: center;
    flex-direction: row;
}.title_page2AQ .prose_blocksCi {
    flex: 1;
}.title_page2AQ .img_circleRQL {
    transform-origin: right center;
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateY(-5deg);
    animation: fadeSlideRight 0.8s ease-out 0.8s forwards;
    height: 450px;
    opacity: 0;
    flex: 1;
}.title_page2AQ .img_circleRQL:hover {
    transform: perspective(1000px) rotateY(0deg);
}
}

@media (min-width: 992px) {.title_page2AQ {
    padding: 4rem 6rem;
}.title_page2AQ .student_voiceq73 {
    gap: 4rem;
}.title_page2AQ h1 {
    font-size: calc(18px * 1.4);
}.title_page2AQ .start_pagetVa svg {
    height: 100px;
    width: 100px;
}.title_page2AQ .start_pagetVa p {
    font-size: calc(16px * 1.1);
}.title_page2AQ .img_circleRQL {
    transform: perspective(1200px) rotateY(-8deg) translateZ(20px);
    height: 550px;
    flex: 1.2;
}.title_page2AQ .img_circleRQL:hover {
    transform: perspective(1200px) rotateY(-3deg) translateZ(40px);
}
}

@keyframes fadeSlideRight {
    from {
        opacity: 0;
        transform: perspective(1000px) rotateY(-5deg) translateX(50px);
    }
    to {
        opacity: 1;
        transform: perspective(1000px) rotateY(-5deg) translateX(0);
    }
}

@media (prefers-reduced-motion) {.title_page2AQ h1,
    .title_page2AQ li,
    .title_page2AQ .img_circleRQL,
    .title_page2AQ .request_inquiryKCd::before {
    opacity: 1;
    animation: none;
    transform: none;
}.title_page2AQ::before {
    animation: none;
}.title_page2AQ .start_pagetVa:hover,
    .title_page2AQ .start_pagetVa:hover svg,
    .title_page2AQ .request_inquiryKCd:hover {
    transform: none;
}
}

@media (max-width: 480px) {.title_page2AQ {
    padding: 1.5rem;
}.title_page2AQ h1 {
    font-size: 18px;
}.title_page2AQ .start_pagetVa {
    padding: 1.5rem;
}.title_page2AQ .start_pagetVa svg {
    height: 60px;
    width: 60px;
}.title_page2AQ .img_circleRQL {
    height: 200px;
}.title_page2AQ .request_inquiryKCd {
    width: 100%;
    padding: 0.85rem 1.5rem;
    text-align: center;
}}footer {
    position: relative;
    z-index: 1;
}footer::before {
    left: 0;
    bottom: 0;
    position: absolute;
    z-index: -2;
    content: "";
    top: 0;
    opacity: 0.95;
    background: rgb(213,189,188);
    right: 0;
}footer::after {
    opacity: 0.1;
    top: 0;
    content: "";
    z-index: -1;
    background-image: 
        radial-gradient(circle at 25% 25%, rgb(178,110,109) 1px, transparent 1px),
        radial-gradient(circle at 75% 75%, rgb(178,110,109) 1px, transparent 1px),
        radial-gradient(circle at 25% 75%, rgb(178,110,109) 1px, transparent 1px),
        radial-gradient(circle at 75% 25%, rgb(178,110,109) 1px, transparent 1px);
    left: 0;
    bottom: 0;
    background-size: 50px 50px;
    right: 0;
    position: absolute;
}.footer_addressMDW {
    color: #ffffff;
    padding: 4rem 0 2rem;
    position: relative;
}.footer_addressMDW::before {
    background: rgb(178,110,109);
    height: 3px;
    width: 100%;
    left: 0;
    top: 0;
    content: "";
    position: absolute;
}.footer_addressMDW::after {
    opacity: 0.5;
    height: 8px;
    background-repeat: repeat-x;
    background-image: 
        linear-gradient(90deg, 
            rgb(178,110,109) 0px, rgb(178,110,109) 10px,
            transparent 10px, transparent 15px,
            rgb(178,110,109) 15px, rgb(178,110,109) 30px,
            transparent 30px, transparent 35px,
            rgb(178,110,109) 35px, rgb(178,110,109) 40px,
            transparent 40px, transparent 60px,
            rgb(178,110,109) 60px, rgb(178,110,109) 70px,
            transparent 70px, transparent 80px,
            rgb(178,110,109) 80px, rgb(178,110,109) 90px,
            transparent 90px, transparent 110px,
            rgb(178,110,109) 110px, rgb(178,110,109) 120px,
            transparent 120px, transparent 140px
        );
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    width: 100%;
}.footer_addressMDW .container {
    flex-wrap: wrap;
    display: flex;
    position: relative;
    gap: 3rem;
}.footer_addressMDW .company_holder {
    border-radius: 16px;
    flex: 1 1 400px;
    padding: 0;
    position: relative;
}.footer_addressMDW .company_holder::before {
    height: 100%;
    background-image:
        linear-gradient(0deg, transparent 24px, rgb(178,110,109) 25px, rgb(178,110,109) 26px, transparent 27px, transparent 49px),
        linear-gradient(90deg, transparent 24px, rgb(178,110,109) 25px, rgb(178,110,109) 26px, transparent 27px, transparent 49px);
    left: 0;
    width: 100%;
    position: absolute;
    content: "";
    border-radius: 16px;
    background-size: 50px 50px;
    top: 0;
    opacity: 0.1;
}.footer_addressMDW .company_holder h3 {
    font-weight: 700;
    font-size: 36px;
    padding: 1.5rem 2rem;
    border-top-right-radius: 16px;
    margin: 0;
    color: #ffffff;
    background: rgb(178,110,109);
    position: relative;
    border-top-left-radius: 16px;
}.footer_addressMDW .company_holder h3::after {
    border-radius: 50%;
    width: 10px;
    top: 50%;
    transform: translateY(-50%);
    height: 10px;
    content: "";
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
    background: #ffffff;
    right: 15px;
    position: absolute;
}.footer_addressMDW .level_upvSs {
    color: #ffffff;
    line-height: 1.6;
    font-size: 15px;
    padding: 2rem;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    position: relative;
    background: rgba(255, 255, 255, 0.1);
}.footer_addressMDW .level_upvSs::before {
    position: absolute;
    border-radius: 50%;
    left: -10px;
    content: "";
    opacity: 0.6;
    width: 20px;
    height: 20px;
    background: rgb(178,110,109);
    top: 2rem;
}.footer_addressMDW .level_upvSs::after {
    right: -10px;
    bottom: 2rem;
    position: absolute;
    content: "";
    opacity: 0.6;
    width: 20px;
    height: 20px;
    background: rgb(178,110,109);
    border-radius: 50%;
}.footer_addressMDW .collab_netqgD {
    flex: 1 1 calc(100% - 450px);
    min-width: 400px;
}.footer_addressMDW .top_corerbl {
    flex-wrap: wrap;
    display: flex;
    gap: 3rem;
}.footer_addressMDW .top_teach1Cy {
    border-radius: 16px;
    min-width: 200px;
    flex: 1 1 calc(50% - 1.5rem);
    position: relative;
    overflow: hidden;
}.footer_addressMDW .top_teach1Cy::before {
    position: absolute;
    content: "";
    right: 0;
    border-radius: 16px;
    top: 0;
    z-index: -1;
    left: 0;
    bottom: 0;
    background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.05) 10px, rgba(255, 255, 255, 0.05) 20px);
}.footer_addressMDW .top_teach1Cy h5 {
    display: flex;
    font-size: 18px;
    padding: 1rem 1.5rem;
    margin: 0;
    font-weight: 600;
    align-items: center;
    background: rgb(178,110,109);
    color: #ffffff;
    position: relative;
}.footer_addressMDW .top_teach1Cy h5::before {
    border-radius: 50%;
    width: 8px;
    margin-right: 10px;
    height: 8px;
    content: "";
    display: inline-block;
    background: #ffffff;
}.footer_addressMDW .top_teach1Cy h5::after {
    content: "";
    top: 50%;
    border-radius: 50%;
    transform: translateY(-50%);
    background: #ffffff;
    position: absolute;
    width: 6px;
    height: 6px;
    right: 15px;
}.footer_addressMDW .top_teach1Cy .top_corerbl {
    display: flex;
    background: rgba(255, 255, 255, 0.05);
    gap: 2px;
    padding: 1.5rem;
    flex-direction: column;
}.footer_addressMDW .top_teach1Cy .top_corerbl a {
    padding: 0.8rem 1rem 0.8rem 2rem;
    font-size: 15px;
    color: #ffffff;
    display: block;
    position: relative;
    border-radius: 10px;
    transition: all 0.3s ease;
    text-decoration: none;
}.footer_addressMDW .top_teach1Cy .top_corerbl a::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    background: rgb(178,110,109);
    transition: all 0.3s ease;
    left: 0.7rem;
    position: absolute;
}.footer_addressMDW .top_teach1Cy .top_corerbl a:hover {
    background: rgba(255, 255, 255, 0.1);
}.footer_addressMDW .top_teach1Cy .top_corerbl a:hover::before {
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1);
}.idea_poolq7r {
    padding: 2rem 0;
    margin-top: 2.5rem;
    position: relative;
    background: rgb(178,110,109);
}.idea_poolq7r::before {
    background-repeat: repeat-x;
    content: "";
    width: 100%;
    left: 0;
    background-image: 
        linear-gradient(90deg, 
            transparent 0px, transparent 20px,
            rgb(213,189,188) 20px, rgb(213,189,188) 40px,
            transparent 40px, transparent 60px,
            rgb(213,189,188) 60px, rgb(213,189,188) 80px,
            transparent 80px, transparent 100px,
            rgb(213,189,188) 100px, rgb(213,189,188) 120px
        );
    position: absolute;
    top: -5px;
    height: 5px;
}.idea_poolq7r .container {
    justify-content: center;
    display: flex;
    position: relative;
    align-items: center;
}.idea_poolq7r .container::before,
.idea_poolq7r .container::after {
    height: 15px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: rgb(213,189,188);
    width: 15px;
    top: 50%;
    position: absolute;
    content: "";
}.idea_poolq7r .container::before {
    left: 15%;
}.idea_poolq7r .container::after {
    right: 15%;
}.idea_poolq7r .qna_boardcUH {
    padding: 0.5rem 2rem;
    display: inline-block;
    border-radius: 30px;
    color: #ffffff;
    font-size: 12px;
    position: relative;
    background: rgb(213,189,188);
    text-align: center;
}.idea_poolq7r .qna_boardcUH::before,
.idea_poolq7r .qna_boardcUH::after {
    background: rgb(213,189,188);
    content: "";
    height: 1px;
    position: absolute;
    top: 50%;
    width: 50px;
    transform: translateY(-50%);
}.idea_poolq7r .qna_boardcUH::before {
    margin-right: 15px;
    right: 100%;
}.idea_poolq7r .qna_boardcUH::after {
    left: 100%;
    margin-left: 15px;
}

@media (max-width: 1200px) {.footer_addressMDW .container {
    gap: 2rem;
}.footer_addressMDW .company_holder {
    flex: 1 1 350px;
}.footer_addressMDW .collab_netqgD {
    min-width: 350px;
    flex: 1 1 calc(100% - 400px);
}.footer_addressMDW .top_corerbl {
    gap: 2rem;
}.idea_poolq7r .container::before {
    left: 5%;
}.idea_poolq7r .container::after {
    right: 5%;
}
}

@media (max-width: 992px) {.footer_addressMDW {
    padding: 3.5rem 0 1.5rem;
}.footer_addressMDW .container {
    flex-direction: column;
    gap: 2.5rem;
}.footer_addressMDW .company_holder,
    .footer_addressMDW .collab_netqgD {
    min-width: 100%;
    flex: 1 1 100%;
}.footer_addressMDW .top_teach1Cy {
    min-width: 200px;
    flex: 1 1 calc(50% - 1.5rem);
}.idea_poolq7r .container::before,
    .idea_poolq7r .container::after {
    display: none;
}
}

@media (max-width: 768px) {.footer_addressMDW {
    padding: 3rem 0 1rem;
}.footer_addressMDW .top_corerbl {
    gap: 1.5rem;
}.footer_addressMDW .company_holder h3 {
    font-size: calc(36px - 2px);
    padding: 1.2rem 1.5rem;
}.footer_addressMDW .level_upvSs {
    padding: 1.5rem;
}.footer_addressMDW .level_upvSs::before,
    .footer_addressMDW .level_upvSs::after {
    display: none;
}.idea_poolq7r {
    margin-top: 2rem;
}.idea_poolq7r .qna_boardcUH::before,
    .idea_poolq7r .qna_boardcUH::after {
    width: 30px;
}
}

@media (max-width: 576px) {.footer_addressMDW {
    padding: 2.5rem 0 0.8rem;
}.footer_addressMDW .top_teach1Cy {
    flex: 1 1 100%;
    min-width: 100%;
}.footer_addressMDW .top_corerbl {
    gap: 1rem;
}.footer_addressMDW .top_teach1Cy .top_corerbl a {
    padding: 0.7rem 1rem 0.7rem 1.8rem;
}.footer_addressMDW .top_teach1Cy .top_corerbl a::before {
    left: 0.6rem;
}.idea_poolq7r {
    padding: 1.5rem 0;
    margin-top: 1.5rem;
}.idea_poolq7r .qna_boardcUH::before,
    .idea_poolq7r .qna_boardcUH::after {
    display: none;
}
}

@media (max-width: 420px) {.footer_addressMDW::after {
    height: 5px;
    background-size: 100px 5px;
}.footer_addressMDW .company_holder h3::after,
    .footer_addressMDW .top_teach1Cy h5::before,
    .footer_addressMDW .top_teach1Cy h5::after {
    display: none;
}.footer_addressMDW .top_teach1Cy h5 {
    padding: 0.8rem 1rem;
}.footer_addressMDW .top_teach1Cy .top_corerbl {
    padding: 1rem;
}.idea_poolq7r .qna_boardcUH {
    padding: 0.4rem 1.5rem;
    width: 90%;
}}.academic_expertisepCi {
    position: relative;
    padding: 6rem 2rem;
    background: rgb(243,238,238);
    overflow: hidden;
}.academic_expertisepCi::before {
    top: 40%;
    transform-origin: left center;
    height: 1px;
    position: absolute;
    left: 0;
    width: 40%;
    animation: lineExpand 5s ease-in-out infinite alternate;
    content: "";
    background: linear-gradient(to right, transparent, rgb(213,189,188,0.5), transparent);
}.academic_expertisepCi::after {
    height: 1px;
    right: 0;
    background: linear-gradient(to left, transparent, rgb(178,110,109,0.5), transparent);
    content: "";
    width: 40%;
    position: absolute;
    animation: lineExpand 5s ease-in-out infinite alternate 2.5s;
    bottom: 40%;
    transform-origin: right center;
}.academic_expertisepCi .review_voicesQgU {
    display: grid;
    position: relative;
    gap: 4rem;
    max-width: 1100px;
    grid-template-columns: 1fr 2fr;
    z-index: 1;
    margin: 0 auto;
}.academic_expertisepCi .img_circleRQL {
    height: 400px;
    overflow: hidden;
    border-radius: 0;
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scale(1);
    clip-path: polygon(0 10%, 100% 0%, 85% 100%, 0% 90%);
    position: relative;
    width: 100%;
    filter: grayscale(100%);
}.academic_expertisepCi .img_circleRQL::after {
    height: 100%;
    transition: all 0.7s ease;
    top: 0;
    mix-blend-mode: overlay;
    background: linear-gradient(135deg, rgb(213,189,188,0.5) 0%, transparent 50%);
    left: 0;
    content: "";
    position: absolute;
    width: 100%;
    opacity: 0.5;
}.academic_expertisepCi .job_expGSu {
    display: flex;
    transition: all 0.7s ease;
    flex-direction: column;
    position: relative;
    justify-content: center;
    opacity: 0.9;
}.academic_expertisepCi .job_expGSu::before {
    left: -2rem;
    width: 1px;
    position: absolute;
    height: 70%;
    content: "";
    top: 15%;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5), transparent);
}.academic_expertisepCi .name {
    color: #000000;
    margin-bottom: 1rem;
    transform: translateX(0);
    font-weight: 700;
    position: relative;
    font-size: calc(41px * 1.2);
    transition: all 0.5s ease;
}.academic_expertisepCi .name::after {
    transition: transform 0.5s ease 0.2s;
    transform: scaleX(0);
    position: absolute;
    bottom: -0.5rem;
    transform-origin: left;
    width: 50px;
    height: 2px;
    content: "";
    left: 0;
    background: rgb(213,189,188);
}.academic_expertisepCi .job_expGSu div:nth-child(2) {
    margin-bottom: 3rem;
    font-weight: 300;
    transition: all 0.5s ease 0.1s;
    text-transform: uppercase;
    color: rgb(178,110,109);
    font-size: 18px;
    transform: translateX(0);
    letter-spacing: 2px;
}.academic_expertisepCi .work_cardlW2 {
    line-height: 1.8;
    padding-left: 2rem;
    position: relative;
    font-weight: 300;
    transition: all 0.5s ease 0.2s;
    font-size: 22px;
    transform: translateX(0);
    color: #000000;
}.academic_expertisepCi .work_cardlW2::before {
    line-height: 1;
    font-size: 4rem;
    font-family: serif;
    top: -1rem;
    color: rgb(213,189,188,0.5);
    position: absolute;
    left: 0;
    content: "";
}.academic_expertisepCi .review_voicesQgU:hover .img_circleRQL {
    filter: grayscale(0%);
    transform: scale(1.05);
}.academic_expertisepCi .review_voicesQgU:hover .img_circleRQL::after {
    opacity: 0.3;
}.academic_expertisepCi .review_voicesQgU:hover .name {
    transform: translateX(10px);
}.academic_expertisepCi .review_voicesQgU:hover .name::after {
    transform: scaleX(1);
}.academic_expertisepCi .review_voicesQgU:hover .job_expGSu div:nth-child(2) {
    transform: translateX(20px);
}.academic_expertisepCi .review_voicesQgU:hover .work_cardlW2 {
    transform: translateX(5px);
}

@keyframes lineExpand {
    0% {
        transform: scaleX(0.3);
        opacity: 0.3;
    }
    100% {
        transform: scaleX(1);
        opacity: 1;
    }
}

@media screen and (max-width: 991px) {.academic_expertisepCi .review_voicesQgU {
    grid-template-columns: 1fr;
    gap: 3rem;
}.academic_expertisepCi .img_circleRQL {
    margin: 0 auto;
    clip-path: polygon(0 5%, 100% 0%, 95% 100%, 0% 95%);
    width: 80%;
    height: 350px;
}.academic_expertisepCi .job_expGSu::before {
    background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.5), transparent);
    top: -1.5rem;
    left: 20%;
    width: 60%;
    height: 1px;
}.academic_expertisepCi .review_voicesQgU:hover .name,
    .academic_expertisepCi .review_voicesQgU:hover .job_expGSu div:nth-child(2),
    .academic_expertisepCi .review_voicesQgU:hover .work_cardlW2 {
    transform: translateX(0);
}
}