﻿* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}.container {
    max-width: 100%;
    width: 1263px;
    margin: auto;
}a {
    text-decoration: none;
    color: inherit;
}.tU-review-block {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}.ub-warp-container {
    flex-direction: column;
    height: 100%;
    display: flex;
    min-height: 100%;
}.cV-nav-mainwrap {
    flex: 1 0 auto;
}svg {
    height: 30px;
    width: 30px;
}html,body {
    min-height: 100%;
    height: 100%;
    color: #000000;
    scroll-behavior: auto;
    font-family: Arial, sans-serif;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.VE-appContainer {
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(243,238,238), rgb(243,238,238) 60%, rgb(178,110,109,0.5) 140%);
}.VE-appContainer::before {
    transform: rotate(15deg) skew(5deg);
    background: linear-gradient(145deg, rgb(213,189,188,0.5) 10%, transparent 70%);
    filter: blur(20px);
    opacity: 0.8;
    position: absolute;
    width: 50%;
    z-index: 1;
    animation: float 18s ease-in-out infinite alternate;
    content: "";
    height: 70%;
    right: -10%;
    top: -5%;
}.VE-appContainer::after {
    filter: blur(15px);
    opacity: 0.7;
    bottom: -8%;
    left: -5%;
    animation: float 15s ease-in-out infinite alternate-reverse;
    content: "";
    height: 60%;
    width: 40%;
    position: absolute;
    z-index: 1;
    transform: rotate(-10deg) skew(-5deg);
    background: linear-gradient(215deg, rgb(178,110,109,0.5) 15%, transparent 65%);
}.VE-appContainer .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 1.5rem;
    position: relative;
    z-index: 2;
}.VE-appContainer h2 {
    font-size: 36px;
    max-width: 90%;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 2rem;
    font-family: Arial, sans-serif;
    transform: translateY(0);
    color: #000000;
}.VE-appContainer h2::after {
    left: 0;
    content: "";
    height: 4px;
    transform: scaleX(1);
    transform-origin: left center;
    width: 80px;
    background: linear-gradient(90deg, rgb(213,189,188), rgb(178,110,109));
    bottom: -0.8rem;
    position: absolute;
    transition: transform 0.6s ease-out;
}.VE-appContainer:hover h2 {
    transform: translateY(-5px);
}.VE-appContainer:hover h2::after {
    transform: scaleX(1.2);
}.VE-appContainer .Mp-fast-classes {
    padding: 2.5rem;
    margin-top: 1rem;
    transform: translateZ(0);
    backdrop-filter: blur(8px);
    position: relative;
    background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7));
    overflow: hidden;
    border-radius: calc(25px / 1.5);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.05),
        0 5px 10px rgba(0, 0, 0, 0.02);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.VE-appContainer .Mp-fast-classes::before {
    width: 100%;
    content: "";
    height: 4px;
    background: linear-gradient(90deg, rgb(213,189,188), rgb(178,110,109), rgb(213,189,188));
    background-size: 200% 100%;
    top: 0;
    position: absolute;
    left: 0;
    animation: gradientMove 8s ease infinite;
}.VE-appContainer .Mp-fast-classes:hover {
    transform: translateY(-5px) translateZ(0);
    box-shadow: 
        0 20px 30px rgba(0, 0, 0, 0.08),
        0 8px 15px rgba(0, 0, 0, 0.03);
}.VE-appContainer ul {
    list-style: none;
    margin: 0;
    position: relative;
    padding: 0;
}.VE-appContainer li {
    padding-left: 2rem;
    position: relative;
    margin-bottom: 0.5rem;
}.VE-appContainer li::before {
    width: 10px;
    transform: scale(0.8);
    left: 0;
    border-radius: 50%;
    content: "";
    background: rgb(213,189,188);
    height: 10px;
    transition: transform 0.3s ease, background-color 0.3s ease;
    position: absolute;
    top: 0.5rem;
}.VE-appContainer li:hover::before {
    background: rgb(178,110,109);
    transform: scale(1.1);
}.VE-appContainer li span {
    line-height: 1.7;
    color: #000000;
    font-family: Arial, sans-serif;
    transition: transform 0.3s ease;
    display: block;
    font-size: calc(14px * 1.05);
}.VE-appContainer li:hover span {
    transform: translateX(5px);
}

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

@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@media (max-width: 992px) {.VE-appContainer {
    padding: 4rem 0;
}.VE-appContainer h2 {
    font-size: calc(36px * 0.9);
    max-width: 100%;
}.VE-appContainer .Mp-fast-classes {
    padding: 2rem;
}
}

@media (max-width: 768px) {.VE-appContainer {
    padding: 3.5rem 0;
}.VE-appContainer h2 {
    font-size: calc(36px * 0.8);
    margin-bottom: 1.5rem;
}.VE-appContainer h2::after {
    height: 3px;
    width: 60px;
}.VE-appContainer .Mp-fast-classes {
    padding: 1.8rem;
}.VE-appContainer li {
    padding-left: 1.8rem;
}.VE-appContainer li span {
    font-size: 14px;
}
}

@media (max-width: 576px) {.VE-appContainer {
    padding: 3rem 0;
}.VE-appContainer h2 {
    font-size: calc(36px * 0.7);
    margin-bottom: 1.2rem;
}.VE-appContainer h2::after {
    height: 3px;
    width: 50px;
}.VE-appContainer .Mp-fast-classes {
    margin-top: 0.5rem;
    padding: 1.5rem;
}.VE-appContainer li {
    padding-left: 1.5rem;
}.VE-appContainer li::before {
    height: 8px;
    top: 0.4rem;
    width: 8px;
}.VE-appContainer li span {
    font-size: calc(14px * 0.95);
    line-height: 1.6;
}}.mg-client-experience {
    position: relative;
    background: linear-gradient(135deg, rgb(243,238,238) 0%, rgba(245, 247, 251, 0.95) 100%);
    overflow: hidden;
    padding: 5rem 0;
}.mg-client-experience::before {
    height: 100%;
    position: absolute;
    top: 0;
    content: "";
    left: 0;
    z-index: 0;
    width: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(213,189,188,0.5) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgb(178,110,109,0.5) 0%, transparent 20%);
    opacity: 0.07;
}.mg-client-experience::after {
    height: 40%;
    background: rgb(213,189,188,0.5);
    top: -5%;
    right: -5%;
    content: "";
    width: 40%;
    opacity: 0.03;
    transform: rotate(-15deg) skew(10deg);
    position: absolute;
    z-index: 0;
}.mg-client-experience h2 {
    text-align: left;
    margin-bottom: 3.5rem;
    font-size: calc(38px * 1.1);
    position: relative;
    font-weight: 700;
    color: #000000;
    transform: translateX(2vw);
    z-index: 2;
}.mg-client-experience h2::after {
    transform-origin: left center;
    bottom: -0.8rem;
    position: absolute;
    height: 3px;
    background: linear-gradient(90deg, rgb(213,189,188) 0%, rgb(178,110,109) 100%);
    content: "";
    width: 5rem;
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    left: 0;
}.mg-client-experience h2:hover::after {
    transform: scaleX(1.2);
}.mg-client-experience .container {
    z-index: 1;
    max-width: 1200px;
    padding: 0 1.5rem;
    position: relative;
    margin: 0 auto;
}.mg-client-experience .Mp-fast-classes {
    overflow: visible;
    position: relative;
}.mg-client-experience .nk-learning-views {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2.5rem;
    position: relative;
}.mg-client-experience .jg-opinion-corner {
    background: #ffffff;
    border-left: 3px solid rgb(178,110,109);
    flex-direction: column;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    padding: 2rem 1.75rem;
    display: flex;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.03);
    position: relative;
    z-index: 1;
    transform: translateY(0);
}.mg-client-experience .jg-opinion-corner::before {
    line-height: 1;
    opacity: 0.07;
    top: -2rem;
    z-index: -1;
    content: "";
    font-family: Arial, sans-serif;
    right: 1rem;
    position: absolute;
    font-size: 8rem;
    color: rgb(213,189,188);
}.mg-client-experience .jg-opinion-corner:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(var(--primary-color-rgb), 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
}.mg-client-experience .jg-opinion-corner:nth-child(2n) {
    border-left: 3px solid rgb(213,189,188);
}.mg-client-experience .jg-opinion-corner:nth-child(3n) {
    border-left: 3px solid rgb(178,110,109);
}.mg-client-experience .jg-opinion-corner h3 {
    color: rgb(213,189,188);
    letter-spacing: 0.02em;
    margin: 0 0 0.75rem;
    font-weight: 600;
    font-size: calc(18px * 1.05);
}.mg-client-experience .jg-opinion-corner .description {
    color: #000000;
    flex-grow: 1;
    line-height: 1.6;
    font-style: italic;
    margin: 0 0 1.5rem;
    font-size: 14px;
}.mg-client-experience .jg-opinion-corner div {
    transition: transform 0.4s ease;
    border: 2px solid rgba(var(--primary-color-rgb), 0.1);
    border-radius: 50%;
    transform: rotate(-3deg);
    height: 3.5rem;
    width: 3.5rem;
    margin-top: auto;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    position: relative;
}.mg-client-experience .jg-opinion-corner:hover div {
    transform: rotate(0deg) scale(1.05);
}.mg-client-experience .jg-opinion-corner img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease;
}.mg-client-experience .jg-opinion-corner:hover img {
    transform: scale(1.1);
}

@media (min-width: 992px) {.mg-client-experience {
    padding: 7rem 0;
}.mg-client-experience h2 {
    font-size: calc(38px * 1.2);
    margin-bottom: 4rem;
    transform: translateX(4vw);
}.mg-client-experience .nk-learning-views {
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}.mg-client-experience .jg-opinion-corner {
    padding: 2.5rem 2rem;
}.mg-client-experience .jg-opinion-corner:nth-child(odd) {
    transform: translateY(25px);
}.mg-client-experience .jg-opinion-corner:nth-child(even) {
    transform: translateY(-15px);
}.mg-client-experience .jg-opinion-corner:hover {
    transform: translateY(-10px);
}
}

@media (min-width: 1200px) {.mg-client-experience h2 {
    transform: translateX(6vw);
    margin-bottom: 5rem;
}.mg-client-experience .nk-learning-views {
    gap: 2.5rem;
}.mg-client-experience .jg-opinion-corner {
    height: calc(100% - 20px);
}.mg-client-experience .jg-opinion-corner:nth-child(1) {
    transform: translateY(0);
}.mg-client-experience .jg-opinion-corner:nth-child(2) {
    transform: translateY(40px);
}.mg-client-experience .jg-opinion-corner:nth-child(3) {
    transform: translateY(20px);
}.mg-client-experience .jg-opinion-corner:nth-child(4) {
    transform: translateY(60px);
}.mg-client-experience .jg-opinion-corner:nth-child(5) {
    transform: translateY(10px);
}.mg-client-experience .jg-opinion-corner:nth-child(6) {
    transform: translateY(50px);
}.mg-client-experience .jg-opinion-corner:nth-child(7) {
    transform: translateY(30px);
}.mg-client-experience .jg-opinion-corner:hover {
    transform: translateY(calc(var(--translateY) - 15px));
}
}

@media (max-width: 991px) {.mg-client-experience {
    padding: 4rem 0;
}.mg-client-experience h2 {
    transform: translateX(0);
    font-size: calc(38px * 1.05);
    text-align: center;
}.mg-client-experience h2::after {
    transform: translateX(-50%);
    left: 50%;
}.mg-client-experience .nk-learning-views {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2rem;
}
}

@media (max-width: 767px) {.mg-client-experience {
    padding: 3rem 0;
}.mg-client-experience h2 {
    font-size: 38px;
    margin-bottom: 2.5rem;
}.mg-client-experience .nk-learning-views {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.mg-client-experience .jg-opinion-corner {
    padding: 1.5rem;
}
}

@media (max-width: 480px) {.mg-client-experience h2 {
    font-size: calc(38px * 0.85);
    margin-bottom: 2rem;
}.mg-client-experience .jg-opinion-corner {
    padding: 1.25rem;
}.mg-client-experience .jg-opinion-corner h3 {
    font-size: 18px;
}.mg-client-experience .jg-opinion-corner .description {
    font-size: calc(14px * 0.95);
}}.oz-privacy-garrison {
    background-color: rgb(213,189,188);
    margin: 0 auto;
    padding: 2em;
    border: 1px solid rgb(213,189,188,0.5);
    font-family: Arial, sans-serif;
    color: #ffffff;
    box-shadow: 0 0 20px rgb(213,189,188,0.5);
}.oz-privacy-garrison h1 {
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    font-size: 41px;
    margin-bottom: 1.5em;
    text-shadow: 0 0 10px rgb(213,189,188,0.5);
}.oz-privacy-garrison h2 {
    margin-bottom: 1em;
    text-shadow: 0 0 8px rgb(178,110,109,0.5);
    font-size: 30px;
    font-weight: 600;
    color: rgb(178,110,109);
}.oz-privacy-garrison h3,
.oz-privacy-garrison h4,
.oz-privacy-garrison h5,
.oz-privacy-garrison h6 {
    color: #ffffff;
    margin-bottom: 0.75em;
}.oz-privacy-garrison h3 {
    font-size: calc(19px - 0.2em);
    font-weight: 400;
}.oz-privacy-garrison h4 {
    font-size: calc(19px - 0.4em);
    font-weight: 400;
}.oz-privacy-garrison h5 {
    font-size: 19px;
    font-weight: 300;
}.oz-privacy-garrison h6 {
    font-size: 17px;
    font-weight: 300;
}.oz-privacy-garrison ul,
.oz-privacy-garrison ol {
    margin-bottom: 1.5em;
    padding-left: 1.5em;
}.oz-privacy-garrison ul {
    list-style-type: circle;
}.oz-privacy-garrison ol {
    list-style-type: decimal;
}.oz-privacy-garrison li {
    color: #ffffff;
    margin-bottom: 0.75em;
    font-size: 12px;
}.oz-privacy-garrison p {
    margin-bottom: 1.5em;
    color: #ffffff;
    font-size: 12px;
    line-height: 1.7;
}.oz-privacy-garrison span {
    color: rgb(213,189,188);
    font-weight: 600;
}.oz-privacy-garrison div {
    margin-bottom: 1.5em;
}
@media only screen and (max-width: 800px) {.oz-privacy-garrison {
    padding: 1em;
    border-radius: 10px;
}.oz-privacy-garrison h1 {
    font-size: calc(19px - 0.5em);
}.oz-privacy-garrison h2 {
    font-size: calc(19px - 0.4em);
}.oz-privacy-garrison p,
    .oz-privacy-garrison li {
    font-size: calc(12px - 0.2em);
}}
.oz-privacy-garrison h1::after {
    background-color: rgb(213,189,188);
    height: 4px;
    margin: 0.5em auto 0;
    border-radius: 10px;
    width: 80px;
    box-shadow: 0 0 10px rgb(213,189,188,0.5);
    content: "";
    display: block;
}.oz-privacy-garrison h2::after {
    display: block;
    width: 60px;
    box-shadow: 0 0 8px rgb(178,110,109,0.5);
    background-color: rgb(178,110,109);
    height: 3px;
    border-radius: 10px;
    content: "";
    margin: 0.5em auto 0;
}.oz-privacy-garrison ul li::before,
.oz-privacy-garrison ol li::before {
    background-color: rgb(213,189,188);
    display: inline-block;
    margin-right: 0.5em;
    width: 8px;
    box-shadow: 0 0 5px rgb(213,189,188,0.5);
    content: "";
    border-radius: 50%;
    height: 8px;
}.oz-privacy-garrison a {
    text-decoration: underline;
    box-shadow: 0 0 5px rgb(213,189,188,0.5);
    color: rgb(213,189,188);
}.oz-privacy-garrison a:hover {
    box-shadow: 0 0 5px rgb(178,110,109,0.5);
    color: rgb(178,110,109);
}.oz-privacy-garrison blockquote {
    padding: 1.5em;
    color: #ffffff;
    margin: 1em 0;
    font-style: italic;
    background-color: rgba(0, 0, 0, 0.5);
    border-left: 5px solid rgb(213,189,188);
    box-shadow: 0 0 10px rgb(213,189,188,0.5);
}.pd-cookieSettingsWindow {
    background: rgb(243,238,238);
    border-top: 2px solid rgb(213,189,188);
    position: fixed;
    z-index: 90;
    width: 100%;
    bottom: 0;
}#EX-userSettingsPopup {
    display: none;
}#EX-userSettingsPopup:checked ~ .pd-cookieSettingsWindow {
    opacity: 0;
    visibility: hidden;
}.ft-data-guard {
    align-items: center;
    display: flex;
    padding: 20px 0;
    justify-content: space-between;
}.pd-cookieSettingsWindow h5 {
    margin-bottom: 6px;
    font-size: 22px;
}.pd-cookieSettingsWindow p {
    font-size: 18px;
}.ZI-gdpr-banner {
    margin-right: 10px;
    flex-shrink: 0;
}.ZI-gdpr-banner svg, .ZI-gdpr-banner svg path, .ZI-gdpr-banner img {
    width: 100px;
    height: 100px;
    fill: rgb(213,189,188);
}.iu-cookies-terms {
    cursor: pointer;
    text-align: center;
    border-bottom: 2px solid rgb(213,189,188);
    margin-left: 10px;
    line-height: 35px;
    text-decoration: none;
    font-size: 24px;
    min-width: 120px;
    flex-shrink: 0;
    color: rgb(213,189,188);
    white-space: nowrap;
}.pd-cookieSettingsWindow p a {
    text-decoration: none;
    color: rgb(213,189,188);
}
@media only screen and (max-width: 1200px) {.pd-cookieSettingsWindow {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.ZI-gdpr-banner {
    display: none;
}.ft-data-guard {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}.pd-cookieSettingsWindow h5 {
    text-align: center;
}.pd-cookieSettingsWindow p {
    text-align: center;
}.HF-accept-cookies {
    margin-bottom: 20px;
}body .ub-warp-container .iu-cookies-terms {
    margin-left: 0;
    margin-bottom: 10px;
}}
.ub-warp-container .pd-cookieSettingsWindow {
    background: rgb(213,189,188);
    box-shadow: rgb(178,110,109,0.5) 0px 0px 10px 10px;
}.ub-warp-container .ft-data-guard {
    padding: 40px 0;
    justify-content: space-between;
}.ub-warp-container .iu-cookies-terms {
    background: #ffffff;
    color: rgb(213,189,188);
    padding: 10px;
    margin-left: 30px;
    border: none;
    font-size: 20px;
}.ub-warp-container .HF-accept-cookies {
    text-align: left;
    color: #ffffff;
}.ub-warp-container .HF-accept-cookies h5 {
    font-weight: 700;
}.ub-warp-container .HF-accept-cookies h5, .ub-warp-container .HF-accept-cookies p {
    color: #ffffff;
}.ub-warp-container .pd-cookieSettingsWindow p a {
    text-decoration: underline;
    color: rgb(178,110,109);
}header .du-head-page {
    justify-content: space-between;
    padding: 1.5rem 0;
    box-sizing: border-box;
    background: linear-gradient(120deg, rgb(213,189,188) 0%, rgb(178,110,109,0.5) 100%);
    overflow: visible;
    align-items: center;
    z-index: 99;
    position: relative;
    display: flex;
    width: 100%;
}header .du-head-page::before {
    width: 100%;
    left: 0;
    z-index: -1;
    background: radial-gradient(circle at 70% 30%, rgb(178,110,109,0.5) 0%, transparent 60%);
    position: absolute;
    top: 0;
    height: 100%;
    content: "";
}header .du-head-page .sQ-nav-sitewrap {
    margin-left: calc((100vw - 100%) / 2);
    transform: translateY(-5px);
    position: relative;
    z-index: 2;
    transition: all 0.4s ease;
}header .du-head-page .sQ-nav-sitewrap:hover {
    transform: translateY(0) scale(1.05);
}header .du-head-page .sQ-nav-sitewrap .YJ-site-header {
    padding: 0.5rem 1rem;
    position: relative;
    display: block;
}header .du-head-page .sQ-nav-sitewrap .YJ-site-header::before {
    position: absolute;
    content: "";
    z-index: -1;
    width: calc(100% + 40px);
    clip-path: polygon(0 0, 100% 0, 85% 100%, 15% 100%);
    left: -20px;
    top: -10px;
    height: calc(100% + 20px);
    background: rgba(0, 0, 0, 0.5);
}header .du-head-page .sQ-nav-sitewrap .YJ-site-header svg {
    width: auto;
    height: 2.8rem;
    filter: drop-shadow(0 0 8px #ffffff);
}header .du-head-page .Pz-top-info {
    width: 80vw;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    padding-right: calc((100vw - 100%) / 2);
    background: linear-gradient(90deg, transparent, rgb(213,189,188,0.5) 30%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
    display: flex;
    justify-content: flex-end;
    list-style: none;
    margin: 0;
    padding: 0;
}header .du-head-page .Pz-top-info::before {
    z-index: -1;
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 10px,
    rgba(255, 255, 255, 0.03) 10px,
    rgba(255, 255, 255, 0.03) 20px
  );
    content: "";
}header .du-head-page .Pz-top-info .Qn-top-start {
    margin: 0;
    transform-style: preserve-3d;
    position: relative;
    perspective: 1000px;
}header .du-head-page .Pz-top-info .Qn-top-start a {
    position: relative;
    padding: 1.2rem 1.5rem;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    transform-origin: center;
    font-size: 16px;
    transition: all 0.3s ease;
    display: block;
}header .du-head-page .Pz-top-info .Qn-top-start a::after {
    bottom: 0.8rem;
    left: 1.5rem;
    width: 0;
    background: rgb(178,110,109);
    position: absolute;
    transition: width 0.3s ease;
    content: "";
    height: 2px;
}header .du-head-page .Pz-top-info .Qn-top-start a:hover {
    color: rgb(178,110,109);
    transform: translateZ(10px);
}header .du-head-page .Pz-top-info .Qn-top-start a:hover::after {
    width: calc(100% - 3rem);
}

@media screen and (max-width: 991px) {header .du-head-page {
    align-items: center;
    flex-direction: column;
    padding: 1rem 0;
}header .du-head-page .sQ-nav-sitewrap {
    margin-left: 0;
    margin-bottom: 1rem;
}header .du-head-page .Pz-top-info {
    width: 100%;
    justify-content: center;
    background: rgb(213,189,188,0.5);
    clip-path: none;
    padding-right: 0;
    flex-wrap: wrap;
}header .du-head-page .Pz-top-info .Qn-top-start a {
    padding: 0.8rem 1rem;
}header .du-head-page .Pz-top-info .Qn-top-start a::after {
    bottom: 0.4rem;
    left: 1rem;
}header .du-head-page .Pz-top-info .Qn-top-start a:hover::after {
    width: calc(100% - 2rem);
}
}

@media screen and (max-width: 767px) {header .du-head-page .Pz-top-info {
    padding: 0.5rem 0;
}header .du-head-page .Pz-top-info .Qn-top-start {
    width: 50%;
}header .du-head-page .Pz-top-info .Qn-top-start a {
    padding: 0.6rem 0.8rem;
    font-size: calc(16px - 2px);
    text-align: center;
}header .du-head-page .Pz-top-info .Qn-top-start a::after {
    display: none;
}}.Od-potential-students {
    overflow: hidden;
    z-index: 1;
    padding: 5rem 0;
    background: rgb(243,238,238);
    position: relative;
}.Od-potential-students::before {
    background: linear-gradient(135deg, 
        transparent 0%,
        rgba(rgb(178,110,109,0.5), 0.05) 25%, 
        transparent 35%,
        rgba(rgb(213,189,188,0.5), 0.05) 50%,
        transparent 65%,
        rgba(rgb(178,110,109,0.5), 0.05) 75%,
        transparent 100%
    );
    height: 100%;
    width: 100%;
    content: "";
    z-index: -1;
    top: 0;
    position: absolute;
    left: 0;
}.Od-potential-students::after {
    width: 100%;
    background-position: 0 0, 25px 25px;
    opacity: 0.5;
    left: 0;
    background-size: 50px 50px, 100px 100px;
    z-index: -1;
    background-image: 
        radial-gradient(rgba(rgb(213,189,188,0.5), 0.15) 2px, transparent 2px),
        radial-gradient(rgba(rgb(178,110,109,0.5), 0.1) 2px, transparent 2px);
    position: absolute;
    top: 0;
    height: 100%;
    content: "";
}.Od-potential-students .Mp-fast-classes {
    position: relative;
    padding: 0 2rem;
    margin: 0 auto;
    max-width: 1100px;
}.Od-potential-students h3 {
    margin-bottom: 3rem;
    padding-left: 2rem;
    font-size: 32px;
    text-align: left;
    position: relative;
    color: rgb(178,110,109);
    font-weight: 700;
}.Od-potential-students h3::before {
    border-radius: 10px;
    left: 0;
    position: absolute;
    content: "";
    top: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(
        to bottom,
        rgb(178,110,109),
        rgb(213,189,188)
    );
}.Od-potential-students ul {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 2rem 1.5rem;
    padding: 0;
    position: relative;
    margin: 0;
    list-style: none;
}.Od-potential-students ul::before {
    left: 50%;
    z-index: -1;
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    background: linear-gradient(
        to bottom,
        transparent,
        rgba(rgb(213,189,188,0.5), 0.3),
        transparent
    );
    top: 0;
}.Od-potential-students li {
    transition: all 0.3s ease;
    box-shadow: 
        0 5px 15px rgba(0, 0, 0, 0.05),
        inset 0 0 0 1px rgba(rgb(178,110,109,0.5), 0.1);
    align-items: flex-start;
    background: rgba(rgb(178,110,109,0.5), 0.03);
    display: flex;
    padding: 1.5rem;
    position: relative;
    border-radius: 26px;
}.Od-potential-students li::before {
    right: 0;
    content: "";
    background: linear-gradient(
        90deg,
        transparent,
        rgba(rgb(213,189,188,0.5), 0.5),
        transparent
    );
    border-radius: 10px 10px 0 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.4s ease;
    top: 0;
    height: 4px;
    position: absolute;
}.Od-potential-students li::after {
    background: radial-gradient(
        circle,
        rgba(rgb(213,189,188,0.5), 0.15) 0%,
        transparent 70%
    );
    left: -10px;
    position: absolute;
    z-index: -1;
    top: -10px;
    height: 40px;
    content: "";
    border-radius: 50%;
    width: 40px;
}.Od-potential-students li:hover {
    background: rgba(rgb(178,110,109,0.5), 0.05);
    box-shadow: 
        0 10px 25px rgba(0, 0, 0, 0.1),
        inset 0 0 0 1px rgba(rgb(213,189,188,0.5), 0.2);
    transform: translateY(-5px);
}.Od-potential-students li:hover::before {
    opacity: 1;
}.Od-potential-students li:nth-child(odd)::after {
    right: -10px;
    animation: pulseEven 3s infinite alternate ease-in-out;
    left: auto;
}.Od-potential-students li:nth-child(even)::after {
    animation: pulseOdd 3s infinite alternate-reverse ease-in-out;
}.Od-potential-students li svg {
    flex-shrink: 0;
    transition: all 0.3s ease;
    margin-right: 1rem;
    fill: rgb(213,189,188);
    width: 32px;
    position: relative;
    height: 32px;
}.Od-potential-students li svg::after {
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    width: 100%;
    background: radial-gradient(
        circle,
        rgba(rgb(213,189,188,0.5), 0.3) 0%,
        transparent 70%
    );
    content: "";
    height: 100%;
}.Od-potential-students li svg path {
    fill: rgb(213,189,188);
    transition: fill 0.3s ease;
}.Od-potential-students li:hover svg {
    transform: scale(1.1);
    animation: pulse 2s infinite;
}.Od-potential-students li:hover svg path {
    fill: rgb(213,189,188);
}.Od-potential-students li {
    font-weight: 400;
    line-height: 1.5;
    font-size: 15px;
    color: #000000;
}

@keyframes pulse {
    0% {
        filter: drop-shadow(0 0 2px rgba(rgb(213,189,188,0.5), 0.5));
    }
    50% {
        filter: drop-shadow(0 0 8px rgba(rgb(213,189,188,0.5), 0.8));
    }
    100% {
        filter: drop-shadow(0 0 2px rgba(rgb(213,189,188,0.5), 0.5));
    }
}

@keyframes pulseOdd {
    0% {
        opacity: 0.4;
        transform: scale(0.8);
    }
    100% {
        opacity: 0.7;
        transform: scale(1.2);
    }
}

@keyframes pulseEven {
    0% {
        opacity: 0.3;
        transform: scale(1);
    }
    100% {
        opacity: 0.6;
        transform: scale(1.4);
    }
}

@media (max-width: 992px) {.Od-potential-students {
    padding: 4rem 0;
}.Od-potential-students h3 {
    margin-bottom: 2.5rem;
    font-size: calc(32px * 0.9);
}.Od-potential-students ul {
    gap: 1.5rem 1.2rem;
}
}

@media (max-width: 768px) {.Od-potential-students {
    padding: 3.5rem 0;
}.Od-potential-students .Mp-fast-classes {
    padding: 0 1.5rem;
}.Od-potential-students h3 {
    margin-bottom: 2rem;
    text-align: center;
    padding-left: 0;
    font-size: calc(32px * 0.8);
}.Od-potential-students h3::before {
    top: auto;
    width: 80px;
    transform: translateX(-50%);
    bottom: -12px;
    left: 50%;
    height: 4px;
}.Od-potential-students ul {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.Od-potential-students ul::before {
    display: none;
}
}

@media (max-width: 480px) {.Od-potential-students {
    padding: 3rem 0;
}.Od-potential-students .Mp-fast-classes {
    padding: 0 1rem;
}.Od-potential-students h3 {
    font-size: calc(32px * 0.7);
    margin-bottom: 1.8rem;
}.Od-potential-students h3::before {
    height: 3px;
    width: 60px;
}.Od-potential-students li {
    padding: 1.2rem;
}.Od-potential-students li svg {
    width: 28px;
    margin-right: 0.8rem;
    height: 28px;
}.Od-potential-students li::after {
    height: 30px;
    width: 30px;
    top: -8px;
    left: -8px;
}}.Qr-price-pack {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}.Qr-price-pack::before {
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%,
        rgba(20, 20, 40, 0.75) 100%);
    content: "";
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    top: 0;
}.Qr-price-pack .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
    padding: 0 20px;
}.Qr-price-pack .Bj-fee-choices {
    perspective: 1000px;
}.Qr-price-pack h2 {
    text-align: center;
    color: #ffffff;
    transform: translateZ(30px);
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
    font-size: 32px;
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
}.Qr-price-pack .yk-payment-deals {
    transform: translateZ(20px);
    line-height: 1.6;
    opacity: 0.9;
    max-width: 700px;
    font-size: 17px;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    margin: 0 auto 50px;
}.Qr-price-pack .tG-study-costs {
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    display: grid;
}.Qr-price-pack .tG-study-costs li {
    transform-style: preserve-3d;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}.Qr-price-pack .RB-cost-rates {
    height: 100%;
    transition: all 0.4s ease;
    text-decoration: none;
    display: block;
    position: relative;
    transform-style: preserve-3d;
}.Qr-price-pack .xE-learning-deals {
    overflow: hidden;
    -webkit-backdrop-filter: blur(10px);
    background: linear-gradient(145deg, 
        rgba(255, 255, 255, 0.07) 0%,
        rgba(255, 255, 255, 0.03) 100%);
    height: 100%;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), 
                box-shadow 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2),
                0 5px 15px rgba(0, 0, 0, 0.1),
                inset 0 1px 1px rgba(255, 255, 255, 0.1);
    transform-style: preserve-3d;
    position: relative;
    backdrop-filter: blur(10px);
}.Qr-price-pack .xE-learning-deals::before {
    transform-origin: left;
    content: "";
    height: 5px;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    transform: scaleX(0.92);
    left: 0;
    background: linear-gradient(90deg, 
        rgb(213,189,188) 0%,
        rgb(178,110,109) 100%);
    right: 0;
    position: absolute;
    top: 0;
}.Qr-price-pack .xE-learning-deals::after {
    bottom: -2px;
    height: 2px;
    opacity: 0.7;
    left: 10px;
    content: "";
    right: 10px;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1),
                opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    position: absolute;
    background: linear-gradient(90deg, 
        rgb(178,110,109,0.5) 0%,
        rgb(213,189,188,0.5) 100%);
    transform-origin: bottom;
}.Qr-price-pack .cf-fee-structure {
    transform: translateZ(10px);
    padding: 35px 30px;
}.Qr-price-pack .cf-fee-structure h4 {
    color: #ffffff;
    font-weight: 700;
    display: inline-block;
    font-size: calc(19px * 1.1);
    margin: 0 0 20px;
    position: relative;
    transform: translateZ(5px);
}.Qr-price-pack .cf-fee-structure h4::after {
    bottom: -8px;
    transform-origin: left;
    height: 3px;
    position: absolute;
    left: 0;
    content: "";
    width: 40px;
    background: rgb(213,189,188);
    transition: width 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}.Qr-price-pack .cf-fee-structure p {
    overflow-wrap: break-word;
    max-height: 250px;
    word-wrap: break-word;
    padding-right: 5px;
    font-size: 17px;
    font-weight: 400;
    hyphens: auto;
    overflow-y: auto;
    line-height: 1.6;
    color: #ffffff;
    margin: 0 0 25px;
    opacity: 0.85;
}.Qr-price-pack .cf-fee-structure p::-webkit-scrollbar {
    width: 4px;
}.Qr-price-pack .cf-fee-structure p::-webkit-scrollbar-thumb {
    background: rgb(213,189,188,0.5);
    border-radius: 10px;
}.Qr-price-pack .sD-edu-rates {
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    text-align: right;
    font-weight: 700;
    display: block;
    color: #ffffff;
    transform: translateZ(15px);
    margin-top: 20px;
    font-size: calc(19px * 1.2);
}.Qr-price-pack .sD-edu-rates::before {
    display: inline-block;
    margin-right: 8px;
    border-radius: 50%;
    box-shadow: 0 0 15px rgb(213,189,188);
    transform: translateY(-2px);
    content: "";
    background: rgb(213,189,188);
    height: 10px;
    width: 10px;
}.Qr-price-pack .tG-study-costs li:hover {
    transform: translateY(-5px) scale(1.02);
}.Qr-price-pack .tG-study-costs li:hover .xE-learning-deals {
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.3),
                0 10px 25px rgba(0, 0, 0, 0.2),
                inset 0 1px 1px rgba(255, 255, 255, 0.15);
    transform: translateZ(20px);
}.Qr-price-pack .tG-study-costs li:hover .xE-learning-deals::before {
    transform: scaleX(1);
}.Qr-price-pack .tG-study-costs li:hover .xE-learning-deals::after {
    transform: scaleY(1.5);
    opacity: 0.9;
}.Qr-price-pack .tG-study-costs li:hover .cf-fee-structure h4::after {
    width: 100%;
}

@media (max-width: 991px) {.Qr-price-pack {
    padding: 80px 0;
}.Qr-price-pack h2 {
    font-size: calc(32px * 0.9);
}.Qr-price-pack .tG-study-costs {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}.Qr-price-pack .cf-fee-structure {
    padding: 30px 25px;
}
}

@media (max-width: 767px) {.Qr-price-pack {
    padding: 60px 0;
}.Qr-price-pack h2 {
    font-size: calc(32px * 0.8);
    margin-bottom: 15px;
}.Qr-price-pack .yk-payment-deals {
    margin-bottom: 40px;
    font-size: calc(17px * 0.95);
}.Qr-price-pack .tG-study-costs {
    margin: 0 auto;
    max-width: 450px;
    grid-template-columns: 1fr;
}.Qr-price-pack .cf-fee-structure {
    padding: 25px 20px;
}.Qr-price-pack .cf-fee-structure h4 {
    font-size: 19px;
}.Qr-price-pack .sD-edu-rates {
    font-size: calc(19px * 1.1);
}
}

@media (max-width: 480px) {.Qr-price-pack {
    padding: 50px 0;
}.Qr-price-pack h2 {
    font-size: calc(32px * 0.7);
}.Qr-price-pack .yk-payment-deals {
    font-size: calc(17px * 0.9);
}.Qr-price-pack .cf-fee-structure {
    padding: 20px 15px;
}.Qr-price-pack .cf-fee-structure p {
    max-height: 200px;
    line-height: 1.5;
    font-size: calc(17px * 0.9);
}}.zD-learning-system {
    padding: 5rem 0;
    position: relative;
    background: linear-gradient(145deg, rgb(243,238,238) 0%, #ffffff 100%);
    overflow: hidden;
}.zD-learning-system::before {
    content: "";
    top: 0;
    width: 100%;
    background: linear-gradient(120deg, 
        rgba(rgb(213,189,188,0.5), 0.05) 0%, 
        rgba(rgb(178,110,109,0.5), 0.05) 50%, 
        rgba(rgb(213,189,188,0.5), 0.05) 100%);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    z-index: 1;
    height: 100%;
    left: 0;
    position: absolute;
}.zD-learning-system::after {
    border: 2px solid rgba(rgb(213,189,188,0.5), 0.2);
    right: -5%;
    height: 300px;
    animation: float 12s ease-in-out infinite;
    width: 300px;
    content: "";
    transform: rotate(30deg);
    top: 20%;
    position: absolute;
    z-index: 0;
}.zD-learning-system .container {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}.zD-learning-system .Mp-fast-classes {
    transform: perspective(1000px) rotateY(-2deg);
    align-items: center;
    padding: 3rem;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    justify-content: center;
    backdrop-filter: blur(8px);
    box-shadow: 0 15px 30px rgba(rgba(0, 0, 0, 0.5), 0.1),
                0 5px 15px rgba(rgb(213,189,188,0.5), 0.07);
    background: linear-gradient(to right, 
        rgba(rgb(255, 255, 255, 0.5), 0.95), 
        rgba(rgb(255, 255, 255, 0.5), 0.8));
    position: relative;
    border-left: 4px solid rgb(213,189,188);
    display: flex;
}.zD-learning-system .Mp-fast-classes:hover {
    box-shadow: 0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.15),
                0 10px 20px rgba(rgb(213,189,188,0.5), 0.1);
    transform: perspective(1000px) rotateY(0deg);
}.zD-learning-system h3 {
    font-size: calc(31px * 0.9);
    font-weight: 700;
    color: rgb(213,189,188);
    display: inline-block;
    margin-bottom: 1.5rem;
    position: relative;
    letter-spacing: -0.5px;
}.zD-learning-system h3::after {
    transition: transform 0.3s ease;
    width: 70%;
    background: linear-gradient(90deg, rgb(213,189,188), transparent);
    transform-origin: left;
    bottom: -8px;
    height: 3px;
    left: 0;
    position: absolute;
    content: "";
}.zD-learning-system .Mp-fast-classes:hover h3::after {
    transform: scaleX(1.2);
}.zD-learning-system p {
    position: relative;
    line-height: 1.8;
    z-index: 2;
    color: #000000;
    font-size: 16px;
    margin: 0;
}.zD-learning-system p span {
    display: inline-block;
    position: relative;
    transition: all 0.3s ease;
}.zD-learning-system p span::before {
    opacity: 0.5;
    height: 0;
    top: 0;
    left: -20px;
    width: 3px;
    background: rgb(178,110,109);
    position: absolute;
    transition: height 0.5s ease 0.1s;
    content: "";
}.zD-learning-system .Mp-fast-classes:hover p span::before {
    height: 100%;
}

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


@media (max-width: 992px) {.zD-learning-system {
    padding: 4rem 0;
}.zD-learning-system::after {
    height: 200px;
    width: 200px;
    top: 30%;
}.zD-learning-system .Mp-fast-classes {
    transform: perspective(1000px) rotateY(-1deg);
    padding: 2.5rem;
}.zD-learning-system h3 {
    font-size: calc(31px * 0.8);
}
}

@media (max-width: 768px) {.zD-learning-system {
    padding: 3rem 0;
}.zD-learning-system::after {
    bottom: 10%;
    height: 150px;
    right: -10%;
    width: 150px;
    top: auto;
}.zD-learning-system .Mp-fast-classes {
    padding: 2rem;
    flex-direction: column;
    transform: none;
}.zD-learning-system h3 {
    text-align: left;
    font-size: calc(21px * 1.2);
    width: 100%;
}.zD-learning-system p {
    line-height: 1.7;
    font-size: calc(16px * 0.95);
}
}

@media (max-width: 576px) {.zD-learning-system {
    padding: 2.5rem 0;
}.zD-learning-system::before {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}.zD-learning-system::after {
    display: none;
}.zD-learning-system .Mp-fast-classes {
    margin: 0 10px;
    border-left: 3px solid rgb(213,189,188);
    padding: 1.5rem;
}.zD-learning-system h3 {
    font-size: 21px;
    margin-bottom: 1rem;
}.zD-learning-system h3::after {
    height: 2px;
}.zD-learning-system p {
    font-size: calc(16px * 0.9);
    line-height: 1.6;
}.zD-learning-system p span::before {
    left: -10px;
    width: 2px;
}}.eI-title-portal {
    min-height: 100vh;
    position: relative;
    justify-content: center;
    perspective: 1000px;
    overflow: hidden;
    align-items: center;
    display: flex;
    background: rgb(243,238,238);
}.eI-title-portal::before {
    background: linear-gradient(135deg, 
    rgba(rgb(213,189,188), 0.02) 0%, 
    rgba(rgb(213,189,188), 0.05) 40%, 
    rgba(rgb(213,189,188), 0.08) 60%, 
    rgba(rgb(213,189,188), 0.12) 100%);
    right: 0;
    top: 0;
    position: absolute;
    left: 0;
    z-index: 1;
    content: "";
    bottom: 0;
}.eI-title-portal::after {
    z-index: 1;
    position: absolute;
    height: 150%;
    content: "";
    top: -25%;
    width: 150%;
    left: -25%;
    animation: subtleRotate 40s infinite linear;
    background: radial-gradient(circle at center, 
    transparent 0%, 
    transparent 50%, 
    rgba(rgb(213,189,188), 0.02) 70%, 
    rgba(rgb(213,189,188), 0.04) 100%);
}.eI-title-portal .eF-learn-first {
    transform: translateZ(0);
    gap: 3rem;
    max-width: 1400px;
    width: 90%;
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    position: relative;
    z-index: 2;
}.eI-title-portal .eF-learn-first > div:first-child {
    transform: translateY(-2rem) translateX(1rem);
    align-items: center;
    position: relative;
    display: flex;
}.eI-title-portal .eF-learn-first > div:first-child::before {
    width: 15vmin;
    transform: rotate(15deg);
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 100% 70%, 30% 100%, 0 100%);
    content: "";
    opacity: 0.1;
    background: linear-gradient(45deg, rgb(213,189,188) 0%, rgb(178,110,109) 100%);
    height: 15vmin;
    left: -3rem;
    top: -4rem;
}.eI-title-portal .eF-learn-first h3 {
    font-size: clamp(1.25rem, 2vw + 0.5rem, 2rem);
    position: relative;
    line-height: 1.4;
    transform: perspective(1000px) rotateY(-5deg);
    font-weight: 600;
    padding-left: 2rem;
    color: #000000;
    transition: transform 0.5s ease-out;
}.eI-title-portal .eF-learn-first h3::before {
    width: 4px;
    animation: scaleIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.2s;
    content: "";
    height: calc(100% - 1rem);
    top: 0.5rem;
    transform: scaleY(0);
    transform-origin: top;
    position: absolute;
    left: 0;
    background: rgb(213,189,188);
}.eI-title-portal .eF-learn-first > div:nth-child(2) {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}.eI-title-portal .Yr-study-space {
    padding: 3rem 2rem;
    position: relative;
    width: 100%;
    transform: perspective(1000px) rotateY(5deg) translateZ(20px);
    box-shadow: 
    0 20px 40px -10px rgba(rgba(0, 0, 0, 0.5), 0.1),
    0 10px 20px -5px rgba(rgba(0, 0, 0, 0.5), 0.05);
    background: linear-gradient(145deg, 
    rgba(#ffffff, 1) 0%, 
    rgba(#ffffff, 0.95) 100%);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}.eI-title-portal .Yr-study-space::before {
    z-index: -1;
    background: linear-gradient(135deg, rgb(213,189,188) 0%, rgb(178,110,109) 100%);
    height: 30%;
    width: 40%;
    right: -10px;
    position: absolute;
    content: "";
    opacity: 0.1;
    top: -10px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 70% 100%, 0 60%);
}.eI-title-portal .Yr-study-space h1 {
    line-height: 1.1;
    margin-bottom: 1.5rem;
    animation: slideIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    font-weight: 700;
    transform: translateX(-10px);
    color: #000000;
    font-size: clamp(2rem, 4vw + 1rem, 4rem);
    position: relative;
    opacity: 0;
}.eI-title-portal .Yr-study-space h1::after {
    position: absolute;
    transform: scaleX(0);
    content: "";
    transform-origin: left;
    animation: scaleIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.4s;
    left: 0;
    height: 3px;
    width: 80px;
    bottom: -0.5rem;
    background: rgb(213,189,188);
}.eI-title-portal .Yr-study-space > div {
    animation: slideUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.6s;
    position: relative;
    overflow: hidden;
    opacity: 0;
    padding: 2rem;
    transform: translateY(10px);
    margin-top: 2rem;
}.eI-title-portal .Yr-study-space > div::before {
    background: rgb(213,189,188);
    position: absolute;
    right: 0;
    z-index: -1;
    opacity: 0.2;
    bottom: 0;
    content: "";
    top: 0;
    left: 0;
}.eI-title-portal .Yr-study-space p {
    font-weight: 400;
    color: #ffffff;
    line-height: 1.6;
    font-size: clamp(1rem, 1.5vw + 0.5rem, 1.5rem);
    text-shadow: 0 1px 2px rgba(rgba(0, 0, 0, 0.5), 0.3);
    position: relative;
}

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

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

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

@keyframes subtleRotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@media (hover: hover) {.eI-title-portal .eF-learn-first h3:hover {
    transform: perspective(1000px) rotateY(0deg);
}.eI-title-portal .Yr-study-space:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(40px);
}
}

@media (max-width: 1200px) {.eI-title-portal .eF-learn-first {
    gap: 2rem;
}.eI-title-portal .eF-learn-first h3::before {
    width: 3px;
}
}

@media (max-width: 992px) {.eI-title-portal .eF-learn-first {
    gap: 3rem;
    grid-template-columns: 1fr;
}.eI-title-portal .eF-learn-first > div:first-child {
    transform: translateY(0) translateX(0);
}.eI-title-portal .Yr-study-space {
    transform: perspective(1000px) rotateY(0deg);
    padding: 2rem 1.5rem;
}.eI-title-portal .Yr-study-space > div {
    padding: 1.5rem;
}
}

@media (max-width: 768px) {.eI-title-portal {
    padding: 4rem 0;
}.eI-title-portal .eF-learn-first {
    width: 85%;
}.eI-title-portal .eF-learn-first h3 {
    padding-left: 1.5rem;
    font-size: clamp(1rem, 1.5vw + 0.5rem, 1.5rem);
}.eI-title-portal .Yr-study-space h1 {
    font-size: clamp(1.75rem, 3vw + 0.5rem, 3rem);
}.eI-title-portal .Yr-study-space h1::after {
    width: 60px;
}
}

@media (max-width: 576px) {.eI-title-portal {
    padding: 3rem 0;
}.eI-title-portal .eF-learn-first {
    width: 90%;
}.eI-title-portal .eF-learn-first h3 {
    padding-left: 1rem;
}.eI-title-portal .eF-learn-first h3::before {
    width: 2px;
}.eI-title-portal .Yr-study-space {
    padding: 1.5rem 1rem;
}.eI-title-portal .Yr-study-space > div {
    padding: 1.25rem;
    margin-top: 1.5rem;
}.eI-title-portal .Yr-study-space h1::after {
    height: 2px;
    width: 50px;
}}.pM-subscribe-to-newsletter {
    background: linear-gradient(135deg, rgb(213,189,188,0.5), rgb(178,110,109) 120%);
    overflow: hidden;
    padding: 3.5rem 0;
    z-index: 1;
    position: relative;
}.pM-subscribe-to-newsletter::before {
    width: 80%;
    top: -50%;
    background: radial-gradient(circle at center, rgba(255,255,255,0.1) 0%, transparent 60%);
    animation: orbitGlow 15s infinite alternate ease-in-out;
    content: '';
    left: -10%;
    transform: rotate(-15deg);
    position: absolute;
    height: 200%;
    z-index: -1;
}.pM-subscribe-to-newsletter::after {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    content: '';
    background-image: 
        radial-gradient(circle at 80% 20%, rgba(255,255,255,0.12) 0%, transparent 25%),
        radial-gradient(circle at 20% 80%, rgba(255,255,255,0.08) 0%, transparent 30%);
    height: 100%;
    z-index: -1;
}.pM-subscribe-to-newsletter .container {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1140px;
}.pM-subscribe-to-newsletter .Mp-fast-classes {
    position: relative;
    display: grid;
    grid-gap: 2rem;
    z-index: 2;
    grid-template-columns: 1fr;
    transform: perspective(1000px) rotateX(2deg);
}.pM-subscribe-to-newsletter .Mp-fast-classes > div {
    position: relative;
    z-index: 2;
}.pM-subscribe-to-newsletter .Mp-fast-classes h4 {
    transform: translateY(5px);
    color: #ffffff;
    font-weight: 600;
    margin: 0;
    font-size: 19px;
    animation: floatText 6s infinite alternate ease-in-out;
    line-height: 1.4;
    text-shadow: 0 2px 4px rgba(0,0,0,0.15);
}.pM-subscribe-to-newsletter .input_holder {
    z-index: 3;
    gap: 1rem;
    display: flex;
    position: relative;
    flex-direction: column;
}.pM-subscribe-to-newsletter .input_holder span {
    width: 100%;
    position: relative;
    display: block;
}.pM-subscribe-to-newsletter .input_holder span:first-child::before {
    position: absolute;
    top: 50%;
    width: 10px;
    background-color: rgb(255, 255, 255, 0.5);
    animation: pulseOrbit 4s infinite;
    content: '';
    height: 10px;
    border-radius: 50%;
    left: -20px;
    opacity: 0.6;
    transform: translateY(-50%);
}.pM-subscribe-to-newsletter .input_holder span:last-child::after {
    position: absolute;
    width: 6px;
    right: -15px;
    transform: translateY(-50%);
    background-color: rgb(213,189,188);
    animation: pulseOrbit 3s infinite 1s;
    height: 6px;
    border-radius: 50%;
    top: 50%;
    content: '';
}.pM-subscribe-to-newsletter .input_holder input[type="email"] {
    background-color: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(8px);
    color: #ffffff;
    font-size: 14px;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.2);
    width: 100%;
    padding: 15px 20px;
}.pM-subscribe-to-newsletter .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.7);
}.pM-subscribe-to-newsletter .input_holder input[type="email"]:focus {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.3);
    background-color: rgba(255, 255, 255, 0.25);
    outline: none;
    border-color: rgb(213,189,188);
}.pM-subscribe-to-newsletter .input_holder .tJ-join-form {
    text-transform: uppercase;
    border-radius: 10px;
    color: #ffffff;
    padding: 15px 25px;
    position: relative;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0.5px;
    width: 100%;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: linear-gradient(135deg, rgb(178,110,109), rgb(213,189,188));
    overflow: hidden;
    cursor: pointer;
    border: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}.pM-subscribe-to-newsletter .input_holder .tJ-join-form:hover {
    background: linear-gradient(135deg, rgb(213,189,188), rgb(178,110,109));
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}.pM-subscribe-to-newsletter .input_holder .tJ-join-form:active {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(1px);
}.pM-subscribe-to-newsletter .input_holder .tJ-join-form::before {
    animation: shine 3s infinite;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    left: -50%;
    width: 200%;
    transform: rotate(45deg);
    top: -50%;
    content: '';
    position: absolute;
}

@keyframes shine {
    0% {
        left: -100%;
    }
    20%, 100% {
        left: 100%;
    }
}

@keyframes floatText {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}

@keyframes pulseOrbit {
    0%, 100% {
        transform: translateY(-50%) scale(1);
        opacity: 0.6;
    }
    50% {
        transform: translateY(-50%) scale(1.5);
        opacity: 0.3;
    }
}

@keyframes orbitGlow {
    0% {
        opacity: 0.3;
        transform: rotate(-15deg) translateX(0);
    }
    50% {
        opacity: 0.5;
        transform: rotate(-15deg) translateX(5%);
    }
    100% {
        opacity: 0.3;
        transform: rotate(-15deg) translateX(0);
    }
}

@media (min-width: 768px) {.pM-subscribe-to-newsletter {
    padding: 4rem 0;
}.pM-subscribe-to-newsletter .Mp-fast-classes {
    transform: perspective(1200px) rotateX(1deg);
    align-items: center;
    grid-template-columns: 1fr 1fr;
}.pM-subscribe-to-newsletter .Mp-fast-classes h4 {
    font-size: calc(19px * 1.1);
    max-width: 90%;
}.pM-subscribe-to-newsletter .input_holder {
    gap: 1.5rem;
    flex-direction: row;
}.pM-subscribe-to-newsletter .input_holder span:first-child {
    flex: 2;
}.pM-subscribe-to-newsletter .input_holder span:last-child {
    flex: 1;
    max-width: 200px;
}
}

@media (min-width: 992px) {.pM-subscribe-to-newsletter {
    padding: 5rem 0;
}.pM-subscribe-to-newsletter::before {
    width: 60%;
}.pM-subscribe-to-newsletter .Mp-fast-classes {
    transform: perspective(1500px) rotateX(1deg);
}.pM-subscribe-to-newsletter .Mp-fast-classes h4 {
    max-width: 85%;
    font-size: calc(19px * 1.2);
}.pM-subscribe-to-newsletter .input_holder {
    padding-left: 2rem;
}.pM-subscribe-to-newsletter .input_holder span:first-child::before {
    width: 12px;
    height: 12px;
    left: -30px;
}.pM-subscribe-to-newsletter .input_holder span:last-child::after {
    height: 8px;
    right: -25px;
    width: 8px;
}
}

@media (max-width: 767px) {.pM-subscribe-to-newsletter .Mp-fast-classes h4 {
    text-align: center;
    margin-bottom: 1rem;
}.pM-subscribe-to-newsletter .input_holder {
    margin-top: 0.5rem;
}.pM-subscribe-to-newsletter .input_holder span + span {
    margin-top: 0.75rem;
}}.xa-course-overview {
    padding: 90px 0;
    z-index: 1;
    position: relative;
    background: rgb(243,238,238);
    overflow: hidden;
}.xa-course-overview::before {
    opacity: 0.25;
    z-index: -1;
    top: 0;
    background: 
        linear-gradient(135deg, rgb(213,189,188,0.5) 0%, transparent 70%),
        linear-gradient(225deg, rgb(178,110,109,0.5) 0%, transparent 70%);
    position: absolute;
    height: 100%;
    left: 0;
    content: "";
    width: 100%;
}.xa-course-overview::after {
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(213,189,188,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(178,110,109,0.5) 0%, transparent 40%);
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    z-index: -1;
    content: "";
    opacity: 0.2;
}.xa-course-overview .container {
    margin: 0 auto;
    padding: 0 15px;
    z-index: 2;
    max-width: 1000px;
    position: relative;
}.xa-course-overview .Mp-fast-classes {
    display: flex;
    gap: 40px;
    flex-direction: column;
    position: relative;
}.xa-course-overview .eP-img-zoom {
    border-radius: 11px;
    position: relative;
    z-index: 1;
    transform: translateZ(0);
    height: 450px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.6s;
}.xa-course-overview .eP-img-zoom:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.2);
}.xa-course-overview .eP-img-zoom::before {
    position: absolute;
    content: "";
    inset: 0;
    z-index: 1;
    background: linear-gradient(to bottom, 
                transparent 70%, 
                rgb(213,189,188,0.5) 100%);
    opacity: 0.7;
}.xa-course-overview .eP-img-zoom::after {
    z-index: 1;
    opacity: 0.05;
    content: "";
    position: absolute;
    background: 
        repeating-linear-gradient(
            -45deg, 
            transparent, 
            transparent 20px, 
            rgb(213,189,188,0.5) 20px, 
            rgb(213,189,188,0.5) 21px
        );
    inset: 0;
}.xa-course-overview .ji-learn-path {
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    position: relative;
    z-index: 1;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    border-radius: 11px;
    padding: 40px;
}.xa-course-overview .ji-learn-path:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}.xa-course-overview .ji-learn-path::before {
    position: absolute;
    left: 0;
    height: 5px;
    content: "";
    top: 0;
    background: linear-gradient(90deg, 
                rgb(213,189,188), 
                rgb(178,110,109));
    width: 100%;
    border-radius: 11px 11px 0 0;
}.xa-course-overview .ji-learn-path::after {
    position: absolute;
    z-index: -1;
    left: 5%;
    background: #ffffff;
    border-radius: 0 0 50% 50%;
    content: "";
    width: 90%;
    bottom: -5px;
    height: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}.xa-course-overview .sQ-nav-sitewrap {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    background: rgb(243,238,238);
    justify-content: center;
    position: relative;
    border-radius: 10px;
    margin-bottom: 25px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: inline-flex;
    padding: 15px;
    align-items: center;
}.xa-course-overview .sQ-nav-sitewrap:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px) rotate(5deg);
}.xa-course-overview .sQ-nav-sitewrap::after {
    opacity: 0.5;
    inset: 0;
    position: absolute;
    border: 1px dashed rgb(213,189,188,0.5);
    border-radius: 10px;
    content: "";
}.xa-course-overview .sQ-nav-sitewrap svg {
    width: 80px;
    transition: transform 0.3s ease;
    height: auto;
}.xa-course-overview .sQ-nav-sitewrap:hover svg {
    transform: scale(1.05);
}.xa-course-overview .sQ-nav-sitewrap svg path {
    fill: rgb(213,189,188);
    transition: fill 0.3s ease;
}.xa-course-overview .sQ-nav-sitewrap:hover svg path {
    fill: rgb(178,110,109);
}.xa-course-overview .ji-learn-path h3 {
    font-weight: 700;
    font-family: Arial, sans-serif;
    position: relative;
    margin-bottom: 20px;
    font-size: 38px;
    padding-bottom: 15px;
    color: #000000;
}.xa-course-overview .ji-learn-path h3::after {
    content: "";
    height: 3px;
    background: rgb(213,189,188);
    position: absolute;
    bottom: 0;
    width: 50px;
    transition: width 0.4s ease;
    left: 0;
}.xa-course-overview .ji-learn-path:hover h3::after {
    width: 100px;
}.xa-course-overview .ji-learn-path p {
    color: #000000;
    font-weight: 400;
    font-size: 13px;
    position: relative;
    font-family: Arial, sans-serif;
    margin-bottom: 0;
    line-height: 1.8;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@keyframes shine {
    0% {
        background-position: -200% center;
    }
    100% {
        background-position: 200% center;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {.xa-course-overview {
    padding: 80px 0;
}.xa-course-overview .eP-img-zoom {
    height: 400px;
}.xa-course-overview .ji-learn-path {
    padding: 35px;
}
}

@media (min-width: 768px) and (max-width: 991px) {.xa-course-overview {
    padding: 70px 0;
}.xa-course-overview .eP-img-zoom {
    height: 350px;
}.xa-course-overview .ji-learn-path {
    padding: 30px;
}.xa-course-overview .sQ-nav-sitewrap {
    padding: 12px;
}.xa-course-overview .sQ-nav-sitewrap svg {
    width: 70px;
}
}

@media (max-width: 767px) {.xa-course-overview {
    padding: 60px 0;
}.xa-course-overview .Mp-fast-classes {
    gap: 30px;
}.xa-course-overview .eP-img-zoom {
    height: 300px;
}.xa-course-overview .ji-learn-path {
    padding: 25px;
}.xa-course-overview .sQ-nav-sitewrap {
    padding: 10px;
    margin-bottom: 20px;
}.xa-course-overview .sQ-nav-sitewrap svg {
    width: 60px;
}.xa-course-overview .ji-learn-path h3 {
    margin-bottom: 15px;
    font-size: calc(38px * 0.9);
    padding-bottom: 12px;
}
}

@media (max-width: 576px) {.xa-course-overview {
    padding: 50px 0;
}.xa-course-overview .Mp-fast-classes {
    gap: 25px;
}.xa-course-overview .eP-img-zoom {
    height: 250px;
}.xa-course-overview .ji-learn-path {
    padding: 20px;
}.xa-course-overview .sQ-nav-sitewrap {
    margin-bottom: 15px;
    padding: 8px;
}.xa-course-overview .sQ-nav-sitewrap svg {
    width: 50px;
}.xa-course-overview .ji-learn-path h3 {
    padding-bottom: 10px;
    margin-bottom: 12px;
    font-size: calc(38px * 0.8);
}}.Tx-academic-experience {
    padding: 4rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(243,238,238) 0%, rgb(213,189,188,0.5) 100%);
    position: relative;
}.Tx-academic-experience::before {
    content: "";
    left: 0;
    height: 100%;
    opacity: 0.08;
    background: repeating-linear-gradient(
    -45deg,
    rgb(213,189,188,0.5) 0px,
    rgb(213,189,188,0.5) 1px,
    transparent 1px,
    transparent 20px
  );
    width: 100%;
    top: 0;
    z-index: 1;
    position: absolute;
}.Tx-academic-experience::after {
    z-index: 0;
    background: radial-gradient(circle, rgb(178,110,109,0.5) 0%, transparent 70%);
    opacity: 0.15;
    content: "";
    top: -50%;
    height: 100%;
    position: absolute;
    width: 100%;
    right: -50%;
}.Tx-academic-experience .container {
    max-width: 1200px;
    padding: 0 2rem;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}.Tx-academic-experience .jg-opinion-corner {
    isolation: isolate;
    position: relative;
    padding: 3rem 2rem;
    background: #ffffff;
    gap: 2rem;
    display: grid;
    transform: perspective(1000px) rotateX(2deg);
    grid-template-columns: 1fr;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
              0 5px 15px rgba(0, 0, 0, 0.05);
}.Tx-academic-experience .jg-opinion-corner::before {
    top: 0;
    position: absolute;
    left: 0;
    background: linear-gradient(to bottom, rgb(213,189,188), rgb(178,110,109));
    z-index: 1;
    content: "";
    height: 100%;
    width: 4px;
}.Tx-academic-experience .jg-opinion-corner > div:first-child {
    justify-content: center;
    order: 1;
    display: flex;
    align-items: center;
}.Tx-academic-experience .jg-opinion-corner .eP-img-zoom {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 200px;
    position: relative;
    transform: translateY(-10px) rotate(-3deg);
    height: 200px;
}.Tx-academic-experience .jg-opinion-corner .eP-img-zoom::after {
    background: linear-gradient(to top right, rgba(rgb(213,189,188), 0.2), transparent);
    mix-blend-mode: overlay;
    z-index: 1;
    inset: 0;
    position: absolute;
    content: "";
}.Tx-academic-experience .jg-opinion-corner .eP-img-zoom:hover {
    transform: translateY(-15px) rotate(0deg) scale(1.05);
}.Tx-academic-experience .jg-opinion-corner > div:nth-child(2) {
    padding-left: 1rem;
    border-left: 1px solid rgb(213,189,188,0.5);
    order: 2;
}.Tx-academic-experience .jg-opinion-corner .name {
    position: relative;
    margin-bottom: 0.5rem;
    font-size: calc(22px * 1.1);
    font-weight: 700;
    color: rgb(213,189,188);
    display: inline-block;
}.Tx-academic-experience .jg-opinion-corner .name::after {
    left: 0;
    content: "";
    transition: transform 0.3s ease-out;
    background: rgb(178,110,109);
    position: absolute;
    bottom: -4px;
    transform: scaleX(0.7);
    transform-origin: left;
    height: 2px;
    width: 60%;
}.Tx-academic-experience .jg-opinion-corner .name:hover::after {
    transform: scaleX(1);
}.Tx-academic-experience .jg-opinion-corner > div:nth-child(2) > div {
    color: rgb(178,110,109);
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 16px;
    margin-top: 0.5rem;
}.Tx-academic-experience .jg-opinion-corner > div:nth-child(3) {
    position: relative;
    order: 3;
    margin-top: 1rem;
}.Tx-academic-experience .jg-opinion-corner .AZ-work-trajectory {
    margin: 0;
    padding: 1.5rem;
    background: linear-gradient(to right, rgb(243,238,238) 0%, transparent 100%);
    line-height: 1.7;
    position: relative;
    border-radius: 10px;
    color: #000000;
    font-size: 16px;
}.Tx-academic-experience .jg-opinion-corner .AZ-work-trajectory::before {
    color: rgb(213,189,188,0.5);
    opacity: 0.3;
    position: absolute;
    font-size: 5rem;
    line-height: 1;
    left: 0;
    top: -0.5rem;
    content: "";
}

@media (min-width: 768px) {.Tx-academic-experience .jg-opinion-corner {
    grid-template-areas: 
      "photo info"
      "quote quote";
    gap: 3rem;
    padding: 4rem;
    grid-template-columns: 250px 1fr;
}.Tx-academic-experience .jg-opinion-corner > div:first-child {
    justify-content: flex-start;
    grid-area: photo;
}.Tx-academic-experience .jg-opinion-corner > div:nth-child(2) {
    padding-left: 0;
    align-self: center;
    border-left: none;
    grid-area: info;
}.Tx-academic-experience .jg-opinion-corner > div:nth-child(3) {
    grid-area: quote;
}.Tx-academic-experience .jg-opinion-corner .AZ-work-trajectory {
    background: linear-gradient(135deg, rgb(243,238,238) 0%, transparent 100%);
    padding: 2rem;
}
}

@media (min-width: 992px) {.Tx-academic-experience .jg-opinion-corner {
    gap: 3rem 4rem;
    grid-template-areas: 
      "photo info"
      "photo quote";
    padding: 5rem;
    grid-template-columns: 300px 1fr;
}.Tx-academic-experience .jg-opinion-corner > div:first-child {
    align-self: start;
}.Tx-academic-experience .jg-opinion-corner .eP-img-zoom {
    height: 280px;
    width: 280px;
}.Tx-academic-experience .jg-opinion-corner .name {
    font-size: calc(22px * 1.3);
}.Tx-academic-experience .jg-opinion-corner > div:nth-child(2) > div {
    font-size: calc(16px * 1.1);
}.Tx-academic-experience .jg-opinion-corner .AZ-work-trajectory {
    padding: 2.5rem;
    line-height: 1.8;
    font-size: calc(16px * 1.05);
}
}

@media (min-width: 1200px) {.Tx-academic-experience .jg-opinion-corner {
    transform: perspective(1000px) rotateX(1deg) rotateY(-1deg);
    transition: transform 0.5s ease-out;
}.Tx-academic-experience .jg-opinion-corner:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg);
}.Tx-academic-experience .jg-opinion-corner .eP-img-zoom {
    height: 320px;
    width: 320px;
}
}

@media (max-width: 767px) {.Tx-academic-experience {
    padding: 3rem 0;
}.Tx-academic-experience .container {
    padding: 0 1.5rem;
}.Tx-academic-experience .jg-opinion-corner {
    transform: none;
    padding: 2rem 1.5rem;
}.Tx-academic-experience .jg-opinion-corner .eP-img-zoom {
    width: 180px;
    height: 180px;
}}.VB-connect {
    padding: 5rem 0;
    font-family: Arial, sans-serif;
    overflow: hidden;
    background: rgb(243,238,238);
    position: relative;
}.VB-connect::before {
    background: 
        linear-gradient(120deg, rgba(rgb(213,189,188,0.5), 0.03), transparent 70%),
        repeating-linear-gradient(45deg, rgba(rgb(213,189,188,0.5), 0.02) 0px, rgba(rgb(213,189,188,0.5), 0.02) 1px, transparent 1px, transparent 10px);
    position: absolute;
    top: 0;
    z-index: 0;
    transform: skewY(-2deg) translateY(-3%);
    height: 100%;
    left: 0;
    width: 100%;
    content: "";
}.VB-connect::after {
    opacity: 0.1;
    background: linear-gradient(135deg, rgb(213,189,188), rgb(178,110,109));
    width: 200px;
    filter: blur(60px);
    z-index: 0;
    content: "";
    right: -80px;
    border-radius: 50%;
    bottom: -80px;
    height: 200px;
    position: absolute;
}.VB-connect .container {
    padding: 0 2rem;
    z-index: 1;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.VB-connect .nt-reach-block {
    overflow: hidden;
    padding: 3rem;
    background: #ffffff;
    box-shadow: 
        0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.08),
        0 1px 3px rgba(rgba(0, 0, 0, 0.5), 0.05);
    border-radius: 18px;
    position: relative;
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    transform: translateY(0);
}.VB-connect .nt-reach-block:hover {
    transform: translateY(-5px);
}.VB-connect .nt-reach-block::before {
    top: 0;
    animation: progressLine 1.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    position: absolute;
    background: linear-gradient(to bottom, rgb(213,189,188), rgb(178,110,109));
    content: "";
    height: 0;
    left: 0;
    width: 3px;
}@keyframes progressLine {
    to { height: 100%; }
}

.VB-connect h3 {
    color: #000000;
    font-size: 34px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 1.5rem;
    position: relative;
}.VB-connect h3::after {
    animation: slideIn 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    content: "";
    bottom: -8px;
    height: 3px;
    position: absolute;
    background: rgb(213,189,188);
    left: 0;
    transform-origin: left;
    width: 60%;
}@keyframes slideIn {
    from { transform: scaleX(0); }
    to { transform: scaleX(1); }
}

.VB-connect p {
    font-size: 15px;
    animation: fadeUpIn 0.6s ease forwards 0.4s;
    margin-bottom: 1.5rem;
    opacity: 0;
    color: #000000;
    line-height: 1.6;
    transform: translateY(10px);
}@keyframes fadeUpIn {
    to { 
        opacity: 1;
        transform: translateY(0);
    }
}

.VB-connect h5 {
    margin-bottom: 0.5rem;
    opacity: 0;
    font-weight: 600;
    animation: fadeUpIn 0.6s ease forwards 0.6s;
    display: flex;
    transform: translateY(10px);
    align-items: center;
    font-size: 24px;
    color: #000000;
}.VB-connect h5 svg {
    transform: scale(0.9);
    transition: transform 0.3s ease;
    margin-left: 0.5rem;
}.VB-connect .Ak-course-ask {
    flex-direction: column;
    margin: 2rem 0 0;
    display: flex;
    list-style: none;
    gap: 1rem;
    padding: 0;
}.VB-connect .Ak-course-ask li {
    animation: slideRightIn 0.5s ease forwards;
    transform: translateX(-10px);
    opacity: 0;
}.VB-connect .Ak-course-ask li:nth-child(1) {
    animation-delay: 0.8s;
}.VB-connect .Ak-course-ask li:nth-child(2) {
    animation-delay: 1s;
}.VB-connect .Ak-course-ask li:nth-child(3) {
    animation-delay: 1.2s;
}@keyframes slideRightIn {
    to { 
        opacity: 1;
        transform: translateX(0);
    }
}

.VB-connect .kW-contact-panel {
    padding: 0.75rem 1rem;
    border-radius: 10px;
    font-weight: 400;
    overflow: hidden;
    display: flex;
    color: #000000;
    transition: color 0.3s ease, transform 0.3s ease;
    text-decoration: none;
    background: rgba(rgb(213,189,188,0.5), 0.05);
    position: relative;
    align-items: center;
}.VB-connect .kW-contact-panel::before {
    z-index: 0;
    left: 0;
    width: 100%;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    transform: translateX(-100%);
    content: "";
    height: 100%;
    background: linear-gradient(135deg, rgba(rgb(213,189,188,0.5), 0.1), transparent);
    position: absolute;
    top: 0;
}.VB-connect .kW-contact-panel:hover {
    transform: translateX(5px);
    color: rgb(213,189,188);
}.VB-connect .kW-contact-panel:hover::before {
    transform: translateX(0);
}.VB-connect .kW-contact-panel svg {
    z-index: 1;
    margin-left: 0.5rem;
    position: relative;
    transition: transform 0.3s ease;
}.VB-connect .kW-contact-panel:hover svg {
    transform: scale(1.1) rotate(5deg);
}.VB-connect svg path {
    transition: fill 0.3s ease;
}.VB-connect .kW-contact-panel:hover svg path {
    fill: rgb(213,189,188);
}

@media (min-width: 768px) {.VB-connect .nt-reach-block {
    grid-template-columns: 1fr;
    padding: 3.5rem;
    display: grid;
    gap: 2rem;
}.VB-connect .Ak-course-ask {
    gap: 1.5rem;
    flex-direction: row;
    flex-wrap: wrap;
}.VB-connect .Ak-course-ask li {
    flex: 1;
    min-width: 200px;
}.VB-connect h3 {
    font-size: calc(34px * 1.1);
}
}

@media (min-width: 992px) {.VB-connect {
    padding: 7rem 0;
}.VB-connect .nt-reach-block {
    padding: 4rem;
    margin: 0 auto;
    border-radius: calc(18px * 1.5);
    max-width: 85%;
}.VB-connect::before {
    transform: skewY(-3deg) translateY(-5%);
}.VB-connect h3 {
    margin-bottom: 2rem;
}.VB-connect p {
    font-size: calc(15px * 1.05);
    line-height: 1.7;
}.VB-connect .kW-contact-panel {
    padding: 1rem 1.25rem;
}
}

@media (max-width: 767px) {.VB-connect {
    padding: 3rem 0;
}.VB-connect .nt-reach-block {
    padding: 2rem;
    border-radius: 10px;
}.VB-connect h3 {
    margin-bottom: 1.25rem;
    font-size: calc(34px * 0.9);
}.VB-connect p {
    margin-bottom: 1.25rem;
}.VB-connect .kW-contact-panel {
    font-size: 0.9rem;
    padding: 0.5rem 0.75rem;
}.VB-connect .kW-contact-panel svg {
    transform: scale(0.85);
}.VB-connect h5 svg {
    transform: scale(0.8);
}.VB-connect .Ak-course-ask {
    gap: 0.75rem;
    margin-top: 1.5rem;
}}footer {
    width: 100%;
    position: relative;
}.tU-review-block {
    font-family: Arial, sans-serif;
    color: #000000;
    padding: 70px 0 30px;
    background-color: #ffffff;
    position: relative;
}.tU-review-block::before {
    content: "";
    position: absolute;
    height: 5px;
    width: 100%;
    background: linear-gradient(90deg, rgb(213,189,188), rgb(178,110,109));
    top: 0;
    left: 0;
}footer .jL-hackathon {
    gap: 60px;
    display: grid;
}footer .no-get-help {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    padding-bottom: 40px;
}footer .info_item {
    margin-right: 30px;
    position: relative;
    margin-bottom: 15px;
}footer .info_item:last-child {
    margin-right: 0;
}footer .info_item svg {
    width: 18px;
    margin-right: 10px;
    position: relative;
    top: 3px;
    height: 18px;
    fill: rgb(213,189,188);
}footer .info_item p,
footer .info_item a {
    font-size: 16px;
    letter-spacing: 0.3px;
    transition: color 0.2s ease;
    color: #000000;
    text-decoration: none;
}footer .info_item a:hover {
    color: rgb(213,189,188);
}footer .text_main_holder {
    gap: 40px;
    display: grid;
    grid-template-columns: 1fr;
}footer .sQ-nav-sitewrap {
    margin-bottom: 15px;
}footer .sQ-nav-sitewrap svg {
    height: 40px;
    margin-bottom: 20px;
    width: auto;
}footer .rz-transcript {
    max-width: 350px;
    color: #000000;
    font-size: 15px;
    line-height: 1.6;
}footer .Pz-top-info h5 {
    color: #000000;
    position: relative;
    margin-bottom: 25px;
    font-weight: 600;
    font-size: 24px;
}footer .Pz-top-info h5::after {
    position: absolute;
    background-color: rgb(213,189,188);
    content: "";
    left: 0;
    width: 30px;
    bottom: -8px;
    height: 2px;
}footer .nl-nav-study {
    margin-bottom: 30px;
}footer .nl-nav-study a {
    transition: transform 0.2s ease, color 0.2s ease;
    color: #000000;
    display: block;
    margin-bottom: 12px;
    text-decoration: none;
    font-size: 16px;
}footer .nl-nav-study a:hover {
    transform: translateX(5px);
    color: rgb(213,189,188);
}footer .subscribe_holder {
    background-color: rgba(0, 0, 0, 0.02);
    border-radius: 10px;
    padding: 30px;
}footer .subscribe_holder h5 {
    font-size: 24px;
    color: #000000;
    margin-bottom: 15px;
    font-weight: 600;
}footer .subscribe_holder p {
    color: #000000;
    line-height: 1.6;
    font-size: 16px;
    margin-bottom: 25px;
}footer .input_holder {
    gap: 10px;
    display: flex;
    flex-direction: column;
}footer .input_holder input[type="email"] {
    background-color: #ffffff;
    color: #000000;
    font-size: 16px;
    transition: border-color 0.3s ease;
    border-radius: 10px;
    padding: 14px 16px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}footer .input_holder input[type="email"]:focus {
    border-color: rgb(213,189,188);
    outline: none;
}footer .tJ-join-form {
    color: #ffffff;
    font-weight: 600;
    background-color: rgb(213,189,188);
    padding: 14px 20px;
    font-size: 17px;
    transition: background-color 0.3s ease;
    text-align: center;
    border: none;
    cursor: pointer;
    border-radius: 10px;
}footer .tJ-join-form:hover {
    background-color: rgb(178,110,109);
}footer .tv-donate-books {
    margin-top: 50px;
}footer .Ze-facebook-cta {
    font-size: 15px;
    color: #000000;
    text-align: center;
}

@media (min-width: 768px) {footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .tJ-join-form {
    white-space: nowrap;
}
}

@media (max-width: 767px) {footer .tU-review-block {
    padding: 50px 0 30px;
}footer .no-get-help {
    gap: 15px;
    flex-direction: column;
}footer .info_item {
    margin-bottom: 20px;
    margin-right: 0;
}footer .subscribe_holder {
    padding: 20px;
}footer .tv-donate-books {
    margin-top: 30px;
}
}

@media (max-width: 576px) {footer .tU-review-block {
    padding: 40px 0 20px;
}footer .jL-hackathon {
    gap: 40px;
}footer .Pz-top-info h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
}}.QP-statistics-information {
    padding: 6rem 2rem;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(243,238,238) 40%, rgba(rgb(213,189,188,0.5), 0.08) 100%);
}.QP-statistics-information::before {
    z-index: 0;
    position: absolute;
    height: 100%;
    content: "";
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(rgb(178,110,109,0.5), 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(rgb(213,189,188,0.5), 0.08) 0%, transparent 60%);
    left: 0;
    width: 100%;
    top: 0;
}.QP-statistics-information::after {
    z-index: 1;
    height: 60%;
    width: 30%;
    top: -10%;
    position: absolute;
    background: linear-gradient(145deg, rgba(rgb(213,189,188,0.5), 0.05), transparent);
    content: "";
    right: -5%;
    transform: rotate(-15deg) skewX(20deg);
}.QP-statistics-information h3 {
    margin-bottom: 3rem;
    position: relative;
    text-align: center;
    z-index: 2;
    font-size: 35px;
    font-weight: 700;
    color: #000000;
}.QP-statistics-information h3::after {
    left: 50%;
    content: "";
    position: absolute;
    height: 3px;
    transform: translateX(-50%);
    bottom: -0.8rem;
    background: linear-gradient(90deg, transparent, rgb(213,189,188), transparent);
    width: 5rem;
}.QP-statistics-information .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}.QP-statistics-information ul {
    gap: 2rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding: 0;
    list-style: none;
    margin: 0;
}.QP-statistics-information .sU-statistics-gains {
    padding: 2.5rem 1.5rem;
    transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1), 
                box-shadow 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    border-radius: 10px;
    justify-content: center;
    position: relative;
    flex-direction: column;
    display: flex;
    height: 100%;
    border-left: 3px solid rgb(213,189,188);
    align-items: center;
    overflow: hidden;
    backdrop-filter: blur(10px);
    background: linear-gradient(145deg, rgba(rgb(255, 255, 255, 0.5), 0.9), rgba(rgb(255, 255, 255, 0.5), 0.7));
    box-shadow: 
        0 10px 25px -5px rgba(rgba(0, 0, 0, 0.5), 0.08),
        0 1px 3px rgba(rgba(0, 0, 0, 0.5), 0.05);
}.QP-statistics-information .sU-statistics-gains::before {
    transform: translateY(-100%);
    left: 0;
    top: 0;
    z-index: 1;
    position: absolute;
    height: 5px;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    content: "";
    width: 100%;
    background: linear-gradient(90deg, rgb(213,189,188), rgb(178,110,109));
}.QP-statistics-information .sU-statistics-gains:hover {
    box-shadow: 
        0 20px 30px -10px rgba(rgba(0, 0, 0, 0.5), 0.1),
        0 1px 3px rgba(rgba(0, 0, 0, 0.5), 0.05);
    transform: translateY(-5px);
}.QP-statistics-information .sU-statistics-gains:hover::before {
    opacity: 1;
    transform: translateY(0);
}.QP-statistics-information .sU-statistics-gains span {
    font-size: calc(13px * 1.1);
    color: #000000;
    text-align: center;
    width: 100%;
    display: block;
    transition: color 0.3s ease;
    padding-bottom: 0.8rem;
    position: relative;
    font-weight: 600;
    margin-bottom: 0.8rem;
}.QP-statistics-information .sU-statistics-gains span::after {
    transition: width 0.3s ease, opacity 0.3s ease;
    transform: translateX(-50%);
    content: "";
    left: 50%;
    bottom: 0;
    height: 2px;
    width: 40px;
    opacity: 0.6;
    background: rgb(178,110,109);
    position: absolute;
}.QP-statistics-information .sU-statistics-gains:hover span::after {
    width: 60px;
    opacity: 1;
}.QP-statistics-information .sU-statistics-gains p {
    margin: 0.5rem 0 0;
    position: relative;
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    color: rgb(213,189,188);
    font-weight: 700;
    font-size: 47px;
}.QP-statistics-information .sU-statistics-gains:hover p {
    transform: scale(1.1);
}

@media (max-width: 1024px) {.QP-statistics-information {
    padding: 5rem 1.5rem;
}.QP-statistics-information ul {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.QP-statistics-information .sU-statistics-gains {
    padding: 2rem 1.25rem;
}
}

@media (max-width: 768px) {.QP-statistics-information {
    padding: 4rem 1rem;
}.QP-statistics-information h3 {
    margin-bottom: 2.5rem;
    font-size: calc(35px * 0.9);
}.QP-statistics-information ul {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1.25rem;
}.QP-statistics-information .sU-statistics-gains {
    padding: 1.75rem 1rem;
}.QP-statistics-information .sU-statistics-gains span {
    font-size: 13px;
}.QP-statistics-information .sU-statistics-gains p {
    font-size: calc(47px * 0.9);
}
}

@media (max-width: 576px) {.QP-statistics-information {
    padding: 3rem 1rem;
}.QP-statistics-information h3 {
    font-size: calc(35px * 0.8);
    margin-bottom: 2rem;
}.QP-statistics-information ul {
    grid-template-columns: 1fr;
    gap: 1rem;
}.QP-statistics-information .sU-statistics-gains {
    padding: 1.5rem 1rem;
}.QP-statistics-information .sU-statistics-gains span {
    padding-bottom: 0.6rem;
    font-size: calc(13px * 0.95);
}.QP-statistics-information .sU-statistics-gains span::after {
    width: 30px;
}.QP-statistics-information .sU-statistics-gains:hover span::after {
    width: 50px;
}.QP-statistics-information .sU-statistics-gains p {
    font-size: calc(47px * 0.8);
}}.YU-about-this {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    color: #ffffff;
}.YU-about-this::before {
    left: 0;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.75) 50%,
        rgba(0, 0, 0, 0.65) 100%);
    top: 0;
    right: 0;
    content: "";
    z-index: 1;
    bottom: 0;
    position: absolute;
}.YU-about-this::after {
    pointer-events: none;
    height: 200%;
    background: linear-gradient(45deg, 
        rgb(213,189,188,0.5) 0%,
        transparent 60%);
    width: 100%;
    top: -50%;
    transform: rotate(35deg);
    content: "";
    z-index: 2;
    position: absolute;
    right: -50%;
}.YU-about-this .container {
    padding: 0 20px;
    z-index: 5;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}.YU-about-this .Wj-message-holder {
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    display: grid;
    grid-template-columns: 1fr;
    gap: 25px;
    transform: translateX(0);
    position: relative;
}.YU-about-this .Wj-message-holder > div:first-child {
    padding-left: 20px;
    position: relative;
    animation: slideUp 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.2s;
    opacity: 0;
    transform: translateY(0);
}.YU-about-this .Wj-message-holder > div:first-child::before {
    content: "";
    transform: translateY(-50%);
    animation: growHeight 0.5s ease-out forwards 0.8s;
    top: 50%;
    width: 4px;
    left: 0;
    background: rgb(178,110,109);
    position: absolute;
    height: 0;
}.YU-about-this .Wj-message-holder > div:nth-child(2) {
    animation: slideUp 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.4s;
    opacity: 0;
    position: relative;
    margin-top: -5px;
    transform: translateY(20px);
}.YU-about-this h5 {
    letter-spacing: 1px;
    font-weight: 700;
    color: rgb(178,110,109);
    font-size: 19px;
    margin: 0;
    text-transform: uppercase;
}.YU-about-this p {
    font-weight: 600;
    margin: 0 0 5px;
    color: #ffffff;
    font-size: calc(17px * 1.5);
}.YU-about-this p b {
    position: relative;
    display: inline-block;
}.YU-about-this p b::after {
    position: absolute;
    height: 2px;
    bottom: -6px;
    animation: expandWidth 0.8s ease-out forwards 0.9s;
    background: rgb(178,110,109);
    content: "";
    width: 0;
    left: 0;
}.YU-about-this ol {
    transform: translateY(30px);
    padding: 0;
    animation: slideUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.6s;
    opacity: 0;
    margin: 0;
    counter-reset: item;
}.YU-about-this ol li {
    list-style-type: none;
    color: #ffffff;
    border-left: 4px solid rgb(213,189,188);
    transform: perspective(1000px) rotateX(0deg);
    transition: transform 0.5s, box-shadow 0.5s;
    border-radius: 0 10px 10px 0;
    backdrop-filter: blur(10px);
    position: relative;
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 100%);
    margin-bottom: 20px;
    padding: 30px;
    line-height: 1.8;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
}.YU-about-this ol li::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    pointer-events: none;
    background: linear-gradient(90deg, 
        rgb(213,189,188,0.5) 0%,
        transparent 20%);
    top: 0;
    opacity: 0.2;
}.YU-about-this ol li:hover {
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.3);
    transform: perspective(1000px) rotateX(2deg) translateY(-5px);
}

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

@keyframes expandWidth {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}

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

@media (min-width: 768px) {.YU-about-this {
    padding: 150px 0;
}.YU-about-this .Wj-message-holder {
    grid-template-columns: 1fr;
    gap: 40px;
}.YU-about-this h5 {
    font-size: calc(19px * 1.2);
}.YU-about-this p {
    font-size: calc(17px * 1.8);
}.YU-about-this ol li {
    padding: 40px;
    font-size: calc(17px * 1.05);
}
}

@media (min-width: 992px) {.YU-about-this {
    padding: 180px 0;
}.YU-about-this::after {
    top: -30%;
    right: -30%;
}.YU-about-this .Wj-message-holder {
    gap: 50px;
    max-width: 80%;
    margin-left: 10%;
    grid-template-columns: 1fr;
}.YU-about-this ol li {
    line-height: 2;
    padding: 50px;
}
}

@media (max-width: 767px) {.YU-about-this {
    padding: 80px 0;
}.YU-about-this .Wj-message-holder {
    gap: 20px;
}.YU-about-this h5 {
    font-size: calc(19px * 0.9);
}.YU-about-this p {
    font-size: calc(17px * 1.3);
}.YU-about-this ol li {
    padding: 20px;
    line-height: 1.6;
    font-size: 17px;
}}.vy-contact-information {
    overflow: hidden;
    background: rgb(243,238,238);
    position: relative;
    padding: 90px 0;
}.vy-contact-information::before {
    z-index: 0;
    background-size: 40px 40px;
    background: 
        linear-gradient(45deg, transparent 48%, rgba(rgb(213,189,188), 0.05) 49%, rgba(rgb(213,189,188), 0.05) 51%, transparent 52%),
        linear-gradient(-45deg, transparent 48%, rgba(rgb(178,110,109), 0.05) 49%, rgba(rgb(178,110,109), 0.05) 51%, transparent 52%);
    height: 100%;
    position: absolute;
    width: 100%;
    content: "";
    left: 0;
    top: 0;
}.vy-contact-information .container {
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 1;
}.vy-contact-information h2 {
    display: inline-block;
    font-size: 34px;
    position: relative;
    border-bottom: 3px solid rgb(213,189,188);
    color: #000000;
    font-weight: 700;
    margin-bottom: 50px;
    padding-bottom: 15px;
}.vy-contact-information .rU-request-reach {
    border-radius: 22px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    position: relative;
    display: flex;
    overflow: hidden;
}.vy-contact-information .eP-img-zoom {
    flex: 0 0 45%;
    clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
    min-height: 550px;
    position: relative;
}.vy-contact-information .JM-inquiry-links {
    background: #ffffff;
    flex: 0 0 55%;
    position: relative;
    padding: 60px;
}.vy-contact-information .JM-inquiry-links::before {
    width: 100%;
    background: 
        linear-gradient(135deg, #ffffff 0%, #ffffff 50%, transparent 50%, transparent 100%),
        linear-gradient(-135deg, #ffffff 0%, #ffffff 50%, transparent 50%, transparent 100%);
    z-index: -1;
    background-position: 0 0, 15px 15px;
    background-size: 30px 30px;
    left: 0;
    height: 100%;
    content: "";
    opacity: 0.1;
    top: 0;
    position: absolute;
}.vy-contact-information #contact {
    gap: 25px;
    flex-direction: column;
    display: flex;
}.vy-contact-information h3 {
    color: rgb(213,189,188);
    position: relative;
    font-size: 19px;
    margin-bottom: 30px;
    font-weight: 700;
}.vy-contact-information input[type="text"] {
    border-radius: 0 10px 10px 0;
    border-left: 3px solid rgb(213,189,188);
    padding: 15px 20px;
    width: 100%;
    border: none;
    color: #000000;
    font-size: 14px;
    transition: all 0.3s ease;
    background: rgb(243,238,238);
}.vy-contact-information input[type="text"]:focus {
    background: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    outline: none;
    border-left-color: rgb(178,110,109);
}.vy-contact-information input[type="text"]::placeholder {
    opacity: 0.7;
    color: #000000;
}.vy-contact-information .my-support-list {
    align-items: flex-start;
    display: flex;
    margin-top: 10px;
    gap: 12px;
}.vy-contact-information .my-support-list input[type="checkbox"] {
    margin-top: 3px;
    cursor: pointer;
    height: 22px;
    appearance: none;
    transition: all 0.3s ease;
    width: 22px;
    border-radius: 4px;
    border: 2px solid rgb(243,238,238);
    background: rgb(243,238,238);
    position: relative;
}.vy-contact-information .my-support-list input[type="checkbox"]:checked {
    border-color: rgb(213,189,188);
    background: rgb(213,189,188);
}.vy-contact-information .my-support-list input[type="checkbox"]:checked::after {
    height: 10px;
    border-right: 2px solid #ffffff;
    top: 40%;
    left: 50%;
    content: "";
    transform: translate(-50%, -50%) rotate(45deg);
    position: absolute;
    width: 5px;
    border-bottom: 2px solid #ffffff;
}.vy-contact-information .my-support-list label {
    color: #000000;
    line-height: 1.6;
    font-size: 14px;
}.vy-contact-information .my-support-list a {
    transition: all 0.3s ease;
    color: rgb(213,189,188);
    position: relative;
    text-decoration: none;
}.vy-contact-information .my-support-list a:hover {
    color: rgb(178,110,109);
}.vy-contact-information .my-support-list a::after {
    bottom: -2px;
    content: "";
    transition: all 0.3s ease;
    position: absolute;
    left: 0;
    width: 100%;
    background: rgb(213,189,188);
    height: 1px;
}.vy-contact-information .my-support-list a:hover::after {
    background: rgb(178,110,109);
    height: 2px;
}.vy-contact-information .yt-reach-grid {
    border: none;
    font-size: 19px;
    border-radius: 10px;
    transition: all 0.3s ease;
    position: relative;
    font-weight: 600;
    cursor: pointer;
    align-self: flex-start;
    padding: 15px 35px;
    background: rgb(213,189,188);
    margin-top: 15px;
    color: #ffffff;
    overflow: hidden;
}.vy-contact-information .yt-reach-grid::after {
    height: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 0;
    transition: all 0.6s ease;
    background: rgba(255, 255, 255, 0.1);
    content: "";
    position: absolute;
    border-radius: 50%;
}.vy-contact-information .yt-reach-grid:hover {
    background: rgb(178,110,109);
}.vy-contact-information .yt-reach-grid:hover::after {
    width: 300%;
    height: 300%;
}.vy-contact-information svg {
    width: 20px;
    transition: all 0.3s ease;
    fill: rgb(213,189,188);
    height: 20px;
}.vy-contact-information svg path {
    fill: rgb(213,189,188);
    transition: all 0.3s ease;
}.vy-contact-information svg:hover {
    fill: rgb(178,110,109);
}.vy-contact-information svg:hover path {
    fill: rgb(178,110,109);
}

@media (max-width: 992px) {.vy-contact-information {
    padding: 70px 0;
}.vy-contact-information .rU-request-reach {
    flex-direction: column;
}.vy-contact-information .eP-img-zoom {
    min-height: 300px;
    flex: 0 0 auto;
}.vy-contact-information .JM-inquiry-links {
    flex: 0 0 auto;
    padding: 40px 30px 50px;
}
}

@media (max-width: 768px) {.vy-contact-information {
    padding: 60px 0;
}.vy-contact-information h2 {
    font-size: calc(34px - 4px);
    margin-bottom: 40px;
}.vy-contact-information .JM-inquiry-links {
    padding: 35px 25px 45px;
}.vy-contact-information #contact {
    gap: 20px;
}.vy-contact-information .eP-img-zoom {
    min-height: 250px;
}
}

@media (max-width: 576px) {.vy-contact-information {
    padding: 50px 0;
}.vy-contact-information .container {
    padding: 0 15px;
}.vy-contact-information h2 {
    margin-bottom: 30px;
    font-size: calc(34px - 6px);
}.vy-contact-information .JM-inquiry-links {
    padding: 30px 20px 40px;
}.vy-contact-information .yt-reach-grid {
    width: 100%;
}.vy-contact-information .eP-img-zoom {
    min-height: 200px;
}
}