* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}a {
    color: inherit;
    text-decoration: none;
}header,footer {
    width: 100%;
}svg {
    width: 30px;
    height: 30px;
}.wrapping-container-5 {
    height: 100%;
    flex-direction: column;
    display: flex;
    min-height: 100%;
}html,body {
    min-height: 100%;
    scroll-behavior: smooth;
    scroll-snap-type: none;
    font-family: Arial, sans-serif;
    height: 100%;
    color: #000000;
    auto
contain
touch-action: none;
}.container {
    margin: auto;
    width: 1134px;
    max-width: 100%;
}.proposal-cta-9 {
    flex: 0 0 auto;
}.head-top-8 {
    flex: 1 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.homepage-3 {
    height: 100vh;
    overflow: hidden;
    min-height: 600px;
    background: linear-gradient(135deg, rgb(102,105,178,0.5), rgb(172,148,194), rgb(102,105,178) 120%);
    position: relative;
    width: 100%;
}.homepage-3::before {
    z-index: 1;
    position: absolute;
    background: 
        repeating-linear-gradient(45deg, 
            rgba(255,255,255,0.03) 0px, 
            rgba(255,255,255,0.03) 1px, 
            transparent 1px, 
            transparent 10px);
    top: 0;
    pointer-events: none;
    left: 0;
    content: "";
    height: 100%;
    width: 100%;
}.homepage-3::after {
    right: -50%;
    position: absolute;
    top: -50%;
    pointer-events: none;
    content: "";
    background: radial-gradient(circle at center, rgba(255,255,255,0.1) 0%, transparent 70%);
    height: 100%;
    z-index: 2;
    transform: rotate(-15deg) scale(2);
    width: 100%;
}.homepage-3 .pic-card-2 {
    opacity: 0.15;
    top: 0;
    height: 100%;
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
    position: absolute;
    mix-blend-mode: luminosity;
    z-index: 0;
    left: 0;
}.homepage-3 .study-sessions-0 {
    flex-direction: column;
    max-width: 1400px;
    display: flex;
    height: 100%;
    padding: 2rem 10%;
    justify-content: center;
    margin: 0 auto;
    align-items: flex-start;
    position: relative;
    z-index: 3;
}.homepage-3 h1 {
    font-weight: 700;
    animation: slideInTitle 0.8s ease-out forwards 0.3s;
    position: relative;
    opacity: 0;
    color: #ffffff;
    margin-bottom: 2rem;
    transform: translateX(-20px);
    font-size: calc(46px * 1.2);
    text-shadow: 0 4px 12px rgba(0,0,0,0.15);
    max-width: 80%;
}.homepage-3 h1::after {
    background: rgb(102,105,178);
    content: "";
    bottom: -10px;
    position: absolute;
    transform: scaleX(0);
    transform-origin: left;
    left: 0;
    animation: expandLine 1s cubic-bezier(0.215, 0.61, 0.355, 1) forwards 1s;
    height: 4px;
    width: 80px;
}.homepage-3 .text-post-0 {
    overflow: hidden;
    position: relative;
    padding: 2.5rem;
    animation: fadeUpIn 0.9s ease-out forwards 0.6s;
    box-shadow: 
        0 15px 40px -10px rgba(0,0,0,0.2),
        0 0 0 1px rgba(255,255,255,0.1);
    transform: translateY(20px);
    backdrop-filter: blur(10px);
    background: rgba(255,255,255,0.1);
    border-radius: 10px;
    max-width: 550px;
    opacity: 0;
}.homepage-3 .text-post-0::before {
    width: 100%;
    content: "";
    z-index: -1;
    left: 0;
    height: 100%;
    position: absolute;
    background: linear-gradient(135deg, transparent, rgba(255,255,255,0.05));
    top: 0;
}.homepage-3 .text-post-0 p {
    font-weight: 400;
    color: #ffffff;
    line-height: 1.6;
    opacity: 0;
    position: relative;
    font-size: calc(16px * 1.1);
    animation: fadeIn 0.7s ease-out forwards 1s;
    margin-bottom: 2rem;
}.homepage-3 .course-home-2 {
    transform: translateY(20px) scale(0.95);
    animation: fadeScaleIn 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards 1.2s;
    justify-content: center;
    display: flex;
    margin: 2rem 0;
    position: relative;
    opacity: 0;
}.homepage-3 .course-home-2 svg {
    filter: drop-shadow(0 8px 15px rgba(0,0,0,0.1));
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    height: 120px;
    width: 120px;
}.homepage-3 .course-home-2 svg:hover {
    transform: scale(1.05) translateY(-5px);
}.homepage-3 .course-home-2 svg path {
    transition: fill 0.4s ease;
}.homepage-3 .course-home-2 svg:hover path {
    fill: #ffffff;
}.homepage-3 .course-home-2 svg text {
    animation: fadeIn 0.5s ease-out forwards 1.4s;
    font-family: Arial, sans-serif;
    opacity: 0;
}.homepage-3 h6 {
    margin-top: 2rem;
    text-align: center;
    width: 100%;
}.homepage-3 .help-list-0 {
    transform: translateY(20px);
    border-radius: 10px;
    opacity: 0;
    color: #ffffff;
    background: rgb(102,105,178);
    animation: fadeUpIn 0.7s ease-out forwards 1.5s;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 0.9rem 2.5rem;
    display: inline-block;
    box-shadow: 0 8px 20px -5px rgba(0,0,0,0.25);
    font-weight: 600;
    overflow: hidden;
    text-decoration: none;
    font-size: 17px;
    position: relative;
}.homepage-3 .help-list-0::before {
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: transform 0.6s ease;
    top: 0;
    transform: translateX(-100%);
    left: 0;
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
}.homepage-3 .help-list-0:hover {
    box-shadow: 0 12px 25px -8px rgba(0,0,0,0.3);
    background: rgb(172,148,194);
    transform: translateY(-5px);
}.homepage-3 .help-list-0:hover::before {
    transform: translateX(100%);
}

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

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

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

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

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

@media (max-width: 991px) {.homepage-3 {
    height: auto;
    min-height: 100vh;
}.homepage-3 .study-sessions-0 {
    padding: 8rem 5% 4rem;
}.homepage-3 h1 {
    font-size: calc(46px * 1.1);
    max-width: 100%;
}.homepage-3 .text-post-0 {
    max-width: 100%;
    padding: 2rem;
}
}

@media (max-width: 767px) {.homepage-3 .study-sessions-0 {
    padding: 7rem 1.5rem 3rem;
}.homepage-3 h1 {
    font-size: 46px;
}.homepage-3 .text-post-0 {
    padding: 1.5rem;
}.homepage-3 .text-post-0 p {
    font-size: 16px;
}.homepage-3 .course-home-2 svg {
    height: 100px;
    width: 100px;
}.homepage-3 .help-list-0 {
    width: 100%;
    padding: 0.8rem 1.5rem;
}
}

@media (max-width: 480px) {.homepage-3 h1 {
    font-size: calc(46px * 0.85);
}.homepage-3 .text-post-0 {
    padding: 1.25rem;
}.homepage-3 .course-home-2 svg {
    width: 80px;
    height: 80px;
}}.course-offering-2 {
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(214,213,194) 0%, rgba(245, 247, 250, 0.95) 100%);
}.course-offering-2::before {
    animation: float 15s infinite alternate ease-in-out;
    opacity: 0.07;
    position: absolute;
    content: "";
    transform: rotate(-15deg) skewX(-15deg);
    filter: blur(20px);
    width: 35%;
    z-index: 1;
    background: linear-gradient(145deg, rgb(172,148,194,0.5) 10%, rgb(102,105,178,0.5) 90%);
    top: -5%;
    right: -10%;
    height: 70%;
}.course-offering-2::after {
    transform: rotate(10deg) skewX(10deg);
    background: linear-gradient(215deg, rgb(102,105,178,0.5) 10%, rgb(172,148,194,0.5) 90%);
    left: -5%;
    filter: blur(15px);
    height: 50%;
    position: absolute;
    content: "";
    animation: float 18s infinite alternate-reverse ease-in-out;
    z-index: 1;
    opacity: 0.05;
    width: 25%;
    bottom: -5%;
}.course-offering-2 .container {
    margin: 0 auto;
    position: relative;
    padding: 0 2rem;
    z-index: 5;
    max-width: 1200px;
}.course-offering-2 .education-route-9 {
    position: relative;
    gap: 3rem;
    display: grid;
    grid-template-columns: 1fr;
}.course-offering-2 .pic-card-2 {
    clip-path: polygon(0 0, 100% 0, 100% 92%, 95% 100%, 0 100%);
    transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 0 25px 50px -12px rgba(var(--dark-color-rgb), 0.1);
    min-height: 350px;
    border: 1px solid rgba(var(--dark-color-rgb), 0.08);
    position: relative;
    overflow: hidden;
    transform: perspective(1000px) rotateY(-3deg) translateZ(0);
}.course-offering-2 .pic-card-2::before {
    z-index: 2;
    width: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(to bottom, rgba(var(--dark-color-rgb), 0) 60%, rgba(var(--dark-color-rgb), 0.5) 100%);
    top: 0;
    content: "";
    height: 100%;
}.course-offering-2 .pic-card-2::after {
    animation: shine 10s infinite;
    top: 0;
    position: absolute;
    height: 100%;
    transform: skewX(-25deg);
    content: "";
    z-index: 3;
    width: 50%;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent);
}.course-offering-2 .text-post-0 {
    transform: translateZ(0);
    position: relative;
    padding: 1.5rem 0;
}.course-offering-2 h3 {
    color: #000000;
    margin-bottom: 1.5rem;
    padding-left: 1rem;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    transform: translateY(0);
    opacity: 1;
    font-weight: 600;
    line-height: 1.3;
    font-size: calc(21px * 1.1);
}.course-offering-2 h3::before {
    position: absolute;
    background: linear-gradient(to bottom, rgb(172,148,194), rgb(102,105,178));
    content: "";
    height: 85%;
    top: 0.2em;
    left: 0;
    transition: transform 0.4s ease;
    width: 3px;
    transform: scaleY(0.7);
}.course-offering-2 p.description {
    margin-bottom: 2rem;
    position: relative;
    line-height: 1.7;
    padding-right: 1rem;
    max-height: 300px;
    overflow-y: auto;
    font-size: 12px;
    display: block;
    color: #000000;
}.course-offering-2 p.description::-webkit-scrollbar {
    width: 4px;
}.course-offering-2 p.description::-webkit-scrollbar-track {
    background: rgba(var(--dark-color-rgb), 0.05);
}.course-offering-2 p.description::-webkit-scrollbar-thumb {
    background: rgb(102,105,178,0.5);
    border-radius: 10px;
}.course-offering-2 span.description {
    display: none;
}.course-offering-2 .text-post-0 div {
    position: relative;
}.course-offering-2 .text-post-0 div::after {
    height: 30px;
    right: 0;
    background: linear-gradient(to top, rgb(214,213,194) 20%, transparent);
    opacity: 0.8;
    pointer-events: none;
    width: 25%;
    bottom: 0;
    position: absolute;
    content: "";
}

@media (min-width: 768px) {.course-offering-2 {
    padding: 8rem 0;
}.course-offering-2 .education-route-9 {
    grid-template-columns: 0.9fr 1.1fr;
    align-items: center;
    gap: 3.5rem;
}.course-offering-2 .pic-card-2 {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    min-height: 450px;
    transform: perspective(1200px) rotateY(-3deg) translateZ(0);
}.course-offering-2 h3 {
    font-size: calc(21px * 1.3);
    margin-bottom: 2rem;
    padding-left: 1.5rem;
}.course-offering-2 h3::before {
    width: 5px;
}.course-offering-2 p.description {
    max-height: 380px;
    padding-right: 2rem;
}
}

@media (min-width: 992px) {.course-offering-2 {
    padding: 10rem 0;
}.course-offering-2 .education-route-9 {
    gap: 5rem;
    grid-template-columns: 0.85fr 1.15fr;
}.course-offering-2 .pic-card-2 {
    min-height: 500px;
    transform: perspective(1500px) rotateY(-5deg) translateZ(0);
}.course-offering-2 .pic-card-2:hover {
    transform: perspective(1500px) rotateY(0deg) translateZ(10px);
}.course-offering-2 h3 {
    font-size: calc(21px * 1.4);
    padding-left: 2rem;
}.course-offering-2 h3::before {
    width: 6px;
}
}

@media (min-width: 1200px) {.course-offering-2 .education-route-9 {
    grid-template-columns: 0.8fr 1.2fr;
    gap: 6rem;
}.course-offering-2 .pic-card-2 {
    min-height: 550px;
}.course-offering-2 h3 {
    font-size: calc(21px * 1.5);
}}

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

@keyframes shine {
    0% {
        left: -100%;
    }
    20% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}.consentNotificationBox-2 {
    padding: 15px 20px;
    bottom: 0;
    position: fixed;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
    z-index: 90;
    background: rgb(102,105,178);
    border-top: 3px solid rgb(172,148,194);
    width: 100%;
}.user-default-5 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}.cookie-review-8 {
    margin-right: 20px;
    flex-shrink: 0;
}.cookie-review-8 svg {
    width: 50px;
    height: 50px;
    fill: rgb(172,148,194);
}.cookie-frame-7 {
    max-width: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}.consentNotificationBox-2 h5 {
    font-size: 19px;
    color: #ffffff;
    margin-bottom: 10px;
    font-weight: 700;
}.consentNotificationBox-2 p {
    color: #000000;
    line-height: 1.5;
    font-size: 17px;
}.data-approval-5 {
    cursor: pointer;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    border-radius: 10px;
    min-width: 150px;
    background: rgb(172,148,194);
    flex-shrink: 0;
    padding: 10px 20px;
    border: 2px solid rgb(172,148,194);
    text-align: center;
    margin-left: 10px;
    transition: none;
}.data-approval-5:hover {
    border-color: rgb(172,148,194,0.5);
    background: rgb(172,148,194,0.5);
}.consentNotificationBox-2 p a {
    border-bottom: 2px solid rgb(172,148,194);
    text-decoration: none;
    color: rgb(172,148,194);
}.consentNotificationBox-2 p a:hover {
    border-bottom-color: rgb(102,105,178);
    color: rgb(102,105,178);
}
@media only screen and (max-width: 1200px) {.consentNotificationBox-2 {
    padding: 15px;
}
}
@media only screen and (max-width: 800px) {.cookie-review-8 {
    display: none;
}.user-default-5 {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}.consentNotificationBox-2 h5, .consentNotificationBox-2 p {
    text-align: center;
}.cookie-frame-7 {
    margin-bottom: 15px;
}.data-approval-5 {
    margin-top: 10px;
    margin-left: 0;
}}
#dialogConsentForm-2 {
    display: none;
}#dialogConsentForm-2:checked ~ .consentNotificationBox-2 {
    visibility: hidden;
    opacity: 0;
}.ty-banner-5 {
    z-index: 1;
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(172,148,194,0.5), rgb(102,105,178,0.5) 70%);
}.ty-banner-5::before {
    content: '';
    width: 100%;
    top: 0;
    background-image: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.03) 10px,
        rgba(255, 255, 255, 0.03) 20px
    );
    height: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
}.ty-banner-5::after {
    height: 100%;
    content: '';
    z-index: -1;
    top: -50%;
    position: absolute;
    animation: pulse 15s infinite alternate ease-in-out;
    right: -50%;
    transform: scale(1.5);
    opacity: 0.4;
    background: radial-gradient(circle, rgb(102,105,178,0.5) 0%, transparent 70%);
    width: 100%;
}.ty-banner-5 .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}.ty-banner-5 .study-sessions-0 {
    transform: perspective(1000px) rotateX(2deg);
    z-index: 2;
    margin: 0 auto;
    padding: 3.5rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(255, 255, 255, 0.1);
    position: relative;
    background: rgba(255, 255, 255, 0.9);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    flex-direction: column;
    max-width: 900px;
    display: flex;
    backdrop-filter: blur(10px);
}.ty-banner-5 .study-sessions-0:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12), 
                0 10px 20px rgba(0, 0, 0, 0.07),
                0 0 0 1px rgba(255, 255, 255, 0.15);
}.ty-banner-5 .study-sessions-0 > div:first-child {
    position: relative;
    margin-bottom: 2rem;
}.ty-banner-5 .study-sessions-0 > div:first-child::before {
    height: 60px;
    background: rgb(172,148,194);
    position: absolute;
    left: -3.5rem;
    transform: translateY(-50%);
    top: 50%;
    content: '';
    width: 1.5rem;
}.ty-banner-5 h5 {
    position: relative;
    font-weight: 700;
    padding-left: 1rem;
    margin: 0;
    font-size: 24px;
    line-height: 1.4;
    border-left: 3px solid rgb(102,105,178);
    color: #000000;
}.ty-banner-5 a {
    position: relative;
    transform-origin: left center;
    overflow: hidden;
    display: block;
    text-decoration: none;
    transition: all 0.4s ease;
}.ty-banner-5 a::before {
    position: absolute;
    width: 100%;
    z-index: -1;
    background: linear-gradient(90deg, rgb(172,148,194,0.5) 0%, transparent 100%);
    opacity: 0;
    height: 100%;
    content: '';
    transition: opacity 0.5s ease;
}.ty-banner-5 a:hover::before {
    opacity: 0.1;
}.ty-banner-5 p {
    line-height: 1.7;
    font-size: 17px;
    color: #000000;
    transition: transform 0.3s ease, color 0.3s ease;
    margin: 0;
}.ty-banner-5 a:hover p {
    transform: translateX(5px);
    color: rgb(172,148,194);
}.ty-banner-5 .study-sessions-0 > div:last-child {
    padding-top: 2rem;
    position: relative;
}.ty-banner-5 .study-sessions-0 > div:last-child::before {
    left: 0;
    position: absolute;
    width: 100%;
    top: 0;
    background: linear-gradient(90deg, rgb(172,148,194,0.5), transparent 80%);
    height: 1px;
    content: '';
}

@keyframes pulse {
    0% { transform: scale(1.5); opacity: 0.4; }
    50% { transform: scale(1.7); opacity: 0.5; }
    100% { transform: scale(1.5); opacity: 0.4; }
}

@media (max-width: 992px) {.ty-banner-5 {
    padding: 4rem 0;
}.ty-banner-5 .study-sessions-0 {
    padding: 2.5rem;
    transform: perspective(800px) rotateX(1deg);
}.ty-banner-5 .study-sessions-0 > div:first-child::before {
    left: -2.5rem;
    height: 50px;
    width: 1rem;
}.ty-banner-5 h5 {
    font-size: calc(24px - 0.1rem);
}
}

@media (max-width: 768px) {.ty-banner-5 {
    padding: 3rem 0;
}.ty-banner-5 .study-sessions-0 {
    transform: none;
    padding: 2rem;
}.ty-banner-5 .study-sessions-0:hover {
    transform: translateY(-5px);
}.ty-banner-5 .study-sessions-0 > div:first-child::before {
    left: -2rem;
    height: 40px;
    width: 0.7rem;
}.ty-banner-5 h5 {
    font-size: calc(24px - 0.2rem);
    padding-left: 0.7rem;
}
}

@media (max-width: 576px) {.ty-banner-5 {
    padding: 2.5rem 0;
}.ty-banner-5 .container {
    padding: 0 1.5rem;
}.ty-banner-5 .study-sessions-0 {
    padding: 1.5rem;
}.ty-banner-5 .study-sessions-0 > div:first-child {
    margin-bottom: 1.5rem;
}.ty-banner-5 .study-sessions-0 > div:first-child::before {
    height: 30px;
    width: 0.5rem;
    left: -1.5rem;
}.ty-banner-5 h5 {
    font-size: calc(24px - 0.3rem);
    padding-left: 0.5rem;
}.ty-banner-5 p {
    line-height: 1.6;
    font-size: calc(17px - 0.1rem);
}.ty-banner-5 .study-sessions-0 > div:last-child {
    padding-top: 1.5rem;
}}.target-audience-8qrPRL {
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
    background: linear-gradient(120deg, rgb(214,213,194) 0%, rgb(172,148,194,0.5) 100%);
}.target-audience-8qrPRL::before {
    content: '';
    z-index: 1;
    transform: translate(-50%, -50%);
    left: 50%;
    background: radial-gradient(
        ellipse at center,
        transparent 0%,
        transparent 30%,
        rgba(rgb(102,105,178,0.5), 0.1) 31%,
        rgba(rgb(102,105,178,0.5), 0.1) 32%,
        transparent 33%,
        transparent 40%,
        rgba(rgb(102,105,178,0.5), 0.05) 41%,
        rgba(rgb(102,105,178,0.5), 0.05) 42%,
        transparent 43%,
        transparent 50%,
        rgba(rgb(172,148,194,0.5), 0.07) 51%,
        rgba(rgb(172,148,194,0.5), 0.07) 52%,
        transparent 53%,
        transparent 70%,
        rgba(rgb(172,148,194,0.5), 0.05) 71%,
        rgba(rgb(172,148,194,0.5), 0.05) 72%,
        transparent 73%
    );
    top: 50%;
    position: absolute;
    animation: rotateRings 60s linear infinite;
    width: 150%;
    pointer-events: none;
    height: 150%;
}.target-audience-8qrPRL::after {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    background: radial-gradient(
        circle at 70% 80%,
        rgb(172,148,194,0.5) 0%,
        transparent 50%
    );
    left: 0;
    height: 100%;
    opacity: 0.3;
    z-index: 1;
}.target-audience-8qrPRL .study-sessions-0 {
    z-index: 2;
    padding: 0 2rem;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.target-audience-8qrPRL h3 {
    font-size: 37px;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    position: relative;
    color: #ffffff;
    margin-bottom: 3.5rem;
    font-weight: 700;
    text-align: center;
}.target-audience-8qrPRL h3::after {
    border-radius: 50px;
    transform: translateX(-50%);
    left: 50%;
    content: '';
    bottom: -15px;
    background: rgb(172,148,194);
    height: 3px;
    box-shadow: 0 0 15px rgb(172,148,194);
    width: 120px;
    position: absolute;
}.target-audience-8qrPRL ul {
    list-style-type: none;
    grid-template-columns: repeat(2, 1fr);
    margin: 0;
    padding: 0;
    gap: 2.5rem;
    display: grid;
}.target-audience-8qrPRL li {
    display: flex;
    border: 1px solid rgba(255, 255, 255, 0.2);
    align-items: center;
    overflow: hidden;
    padding: 1.8rem 2rem;
    border-radius: 50px;
    position: relative;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0.12);
}.target-audience-8qrPRL li::before {
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 50%,
        transparent 100%
    );
    height: 100%;
    top: 0;
    width: 100%;
    pointer-events: none;
    left: 0;
    position: absolute;
    content: '';
}.target-audience-8qrPRL li::after {
    opacity: 0;
    transition: all 0.5s ease;
    width: 200%;
    left: -50%;
    background: radial-gradient(
        circle at center,
        rgba(rgb(102,105,178,0.5), 0.3) 0%,
        transparent 70%
    );
    transform: scale(0.5);
    pointer-events: none;
    content: '';
    position: absolute;
    top: -50%;
    height: 200%;
}.target-audience-8qrPRL li:hover {
    transform: translateY(-5px);
    background-color: rgba(255, 255, 255, 0.18);
    border-color: rgb(172,148,194,0.5);
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.1),
        0 0 20px rgb(172,148,194,0.5);
}.target-audience-8qrPRL li:hover::after {
    transform: scale(1);
    opacity: 0.5;
}.target-audience-8qrPRL li svg {
    height: 40px;
    margin-right: 1.5rem;
    filter: drop-shadow(0 0 5px rgb(102,105,178,0.5));
    transform-origin: center;
    transition: all 0.4s ease;
    flex-shrink: 0;
    width: 40px;
    fill: rgb(102,105,178);
}.target-audience-8qrPRL li:hover svg {
    filter: drop-shadow(0 0 8px rgb(172,148,194));
    fill: rgb(172,148,194);
    transform: rotate(15deg);
}.target-audience-8qrPRL li svg path {
    transition: all 0.4s ease;
}.target-audience-8qrPRL li:hover svg path {
    fill: rgb(172,148,194);
}.target-audience-8qrPRL li {
    line-height: 1.5;
    font-size: 13px;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 0.3px;
}

@keyframes rotateRings {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.7;
    }
    50% {
        opacity: 1;
    }
}

@media (max-width: 991px) {.target-audience-8qrPRL {
    padding: 4rem 0;
}.target-audience-8qrPRL ul {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.target-audience-8qrPRL h3 {
    font-size: calc(37px * 0.9);
}.target-audience-8qrPRL li {
    padding: 1.5rem 1.8rem;
}
}

@media (max-width: 767px) {.target-audience-8qrPRL {
    padding: 3rem 0;
}.target-audience-8qrPRL h3 {
    font-size: calc(37px * 0.8);
    margin-bottom: 2.5rem;
}.target-audience-8qrPRL h3::after {
    width: 100px;
}.target-audience-8qrPRL li {
    padding: 1.2rem 1.5rem;
    border-radius: 25px;
}.target-audience-8qrPRL li svg {
    width: 35px;
    margin-right: 1rem;
    height: 35px;
}}.contact-2 {
    position: relative;
    padding: 0;
}.contact-2::before {
    top: 0;
    background: rgb(214,213,194);
    width: 100%;
    opacity: 0.85;
    position: absolute;
    height: 100%;
    left: 0;
    content: '';
}.contact-2 .container {
    margin: 0 auto;
    max-width: 1400px;
    position: relative;
    padding: 0;
}.contact-2 .support-list-5 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: auto auto auto;
}.contact-2 .help-block-3 {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    border-radius: 29px;
    grid-row: 1 / 2;
    background: #ffffff;
    z-index: 10;
    grid-column: 3 / 11;
    position: relative;
    margin-top: 80px;
}.contact-2 .help-block-3 h3 {
    text-align: center;
    color: #ffffff;
    margin: 0;
    font-size: 37px;
    padding: 40px;
    background: rgb(172,148,194);
    font-weight: 700;
}.contact-2 .help-block-3 div {
    padding: 20px;
    align-items: center;
    text-align: center;
    flex-direction: column;
    display: flex;
}.contact-2 .help-block-3 svg {
    height: 50px;
    margin-bottom: 15px;
    width: 50px;
    background: rgb(214,213,194);
    padding: 10px;
    border-radius: 50%;
}.contact-2 .help-block-3 svg path {
    fill: rgb(172,148,194);
}.contact-2 .help-block-3 span {
    color: #000000;
    font-size: 13px;
}.contact-2 .help-block-3 a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: rgb(172,148,194);
}.contact-2 .help-block-3 a:hover {
    color: rgb(102,105,178);
}.contact-2 .reach-links-4 {
    margin-top: -100px;
    background: rgb(172,148,194);
    grid-column: 1 / 13;
    padding: 170px 0 100px;
    grid-row: 2 / 4;
}.contact-2 form {
    border-radius: 29px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    max-width: 700px;
    background: #ffffff;
    width: 60%;
    margin: 0 auto;
    padding: 60px;
}.contact-2 form h3 {
    margin-bottom: 40px;
    font-weight: 700;
    color: #000000;
    position: relative;
    text-align: center;
    font-size: 37px;
}.contact-2 form h3::after {
    height: 3px;
    content: '';
    transform: translateX(-50%);
    left: 50%;
    background: rgb(172,148,194);
    position: absolute;
    bottom: -15px;
    width: 70px;
}.contact-2 form input[type="text"],
.contact-2 form input[type="email"] {
    transition: all 0.3s ease;
    padding: 18px 20px;
    margin-bottom: 25px;
    font-size: 13px;
    border: 1px solid rgb(214,213,194);
    border-radius: 10px;
    width: 100%;
    background: #ffffff;
    color: #000000;
}.contact-2 form input[type="text"]:focus,
.contact-2 form input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgb(172,148,194,0.5);
    border-color: rgb(172,148,194);
    outline: none;
}.contact-2 form input::placeholder {
    color: #000000;
}.contact-2 .request-list-5 {
    align-items: flex-start;
    display: flex;
    margin: 25px 0;
}.contact-2 .request-list-5 input[type="checkbox"] {
    -webkit-appearance: none;
    flex-shrink: 0;
    position: relative;
    appearance: none;
    transition: all 0.3s ease;
    border-radius: 10px;
    cursor: pointer;
    border: 2px solid rgb(214,213,194);
    margin-right: 15px;
    width: 22px;
    height: 22px;
}.contact-2 .request-list-5 input[type="checkbox"]:checked {
    border-color: rgb(172,148,194);
    background-color: rgb(172,148,194);
}.contact-2 .request-list-5 input[type="checkbox"]:checked::before {
    border-width: 0 2px 2px 0;
    left: 7px;
    position: absolute;
    top: 4px;
    height: 10px;
    width: 6px;
    transform: rotate(45deg);
    border: solid #ffffff;
    content: '';
}.contact-2 .request-list-5 label {
    line-height: 1.6;
    font-size: 12px;
    color: #000000;
}.contact-2 .request-list-5 a {
    font-weight: 600;
    text-decoration: none;
    color: rgb(172,148,194);
    transition: color 0.3s ease;
}.contact-2 .request-list-5 a:hover {
    color: rgb(102,105,178);
}.contact-2 .help-list-0 {
    border-radius: 10px;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
    width: 100%;
    background: rgb(172,148,194);
    font-weight: 700;
    transition: all 0.3s ease;
    border: none;
    padding: 18px 20px;
}.contact-2 .help-list-0:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    background: rgb(102,105,178);
    transform: translateY(-3px);
}

@media (max-width: 1200px) {.contact-2 .help-block-3 {
    grid-column: 2 / 12;
}.contact-2 form {
    width: 70%;
}
}

@media (max-width: 992px) {.contact-2 .help-block-3 {
    grid-column: 1 / 13;
    margin: 60px 20px 0;
}.contact-2 form {
    padding: 50px 40px;
    width: 80%;
}
}

@media (max-width: 768px) {.contact-2 .help-block-3 h3 {
    padding: 30px;
    font-size: calc(37px * 0.9);
}.contact-2 .reach-links-4 {
    padding: 150px 20px 80px;
}.contact-2 form {
    padding: 40px 30px;
    width: 100%;
}.contact-2 form h3 {
    font-size: calc(37px * 0.9);
    margin-bottom: 35px;
}
}

@media (max-width: 576px) {.contact-2 .help-block-3 {
    margin: 40px 15px 0;
}.contact-2 .help-block-3 h3 {
    font-size: calc(37px * 0.85);
    padding: 25px 20px;
}.contact-2 .reach-links-4 {
    padding: 130px 15px 60px;
}.contact-2 form {
    padding: 30px 20px;
}.contact-2 form input[type="text"],
    .contact-2 form input[type="email"] {
    margin-bottom: 20px;
    padding: 15px;
}}.privacy-holder-5 {
    position: relative;
    padding: 60px;
    color: #000000;
    font-family: Arial, sans-serif;
    overflow: hidden;
    margin-bottom: 30px;
    background-color: #ffffff;
}.privacy-holder-5 h1 {
    color: rgb(172,148,194);
    font-size: 39px;
    z-index: 2;
    grid-column: span 2;
    font-weight: 700;
    position: relative;
    margin-bottom: 30px;
}.privacy-holder-5 h2 {
    font-weight: 600;
    margin: 20px 0;
    z-index: 2;
    padding-left: 10px;
    border-left: 5px solid rgb(172,148,194);
    color: rgb(102,105,178);
    position: relative;
    font-size: 30px;
}.privacy-holder-5 ul,
.privacy-holder-5 ol {
    z-index: 2;
    position: relative;
    padding: 0 0 0 20px;
    margin: 20px 0;
}.privacy-holder-5 ul {
    list-style-type: disc;
}.privacy-holder-5 ol {
    list-style-type: decimal;
}.privacy-holder-5 li {
    border-bottom: 1px dashed rgb(102,105,178,0.5);
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-size: 17px;
    color: #000000;
}.privacy-holder-5 p {
    color: #000000;
    line-height: 1.6;
    font-size: 17px;
    margin-bottom: 20px;
    z-index: 2;
    position: relative;
}.privacy-holder-5 > div {
    background-color: rgb(214,213,194);
    position: relative;
    z-index: 2;
    border: 1px solid rgb(172,148,194,0.5);
    border-radius: 10px;
    padding: 30px;
}.privacy-holder-5 span {
    background: rgb(172,148,194,0.5);
    border-radius: 10px;
    position: relative;
    z-index: 2;
    color: rgb(102,105,178);
    font-weight: 600;
    padding: 5px;
}.privacy-holder-5::before,
.privacy-holder-5::after {
    display: block;
    position: absolute;
    border-radius: 50%;
    z-index: 1;
    background: rgb(172,148,194,0.5);
    content: "";
}.privacy-holder-5::before {
    width: 200px;
    top: -100px;
    left: -100px;
    height: 200px;
}.privacy-holder-5::after {
    height: 300px;
    right: -150px;
    bottom: -150px;
    width: 300px;
}

@media only screen and (max-width: 800px) {.privacy-holder-5 {
    padding: 30px;
    grid-template-columns: 1fr;
    gap: 20px;
}.privacy-holder-5 h1 {
    grid-column: span 1;
    font-size: calc(22px * 0.8);
}.privacy-holder-5 h2 {
    font-size: calc(22px * 0.8);
}.privacy-holder-5 ul,
    .privacy-holder-5 ol {
    padding-left: 15px;
}.privacy-holder-5 > div {
    padding: 20px;
}.privacy-holder-5::before {
    height: 100px;
    left: -50px;
    top: -50px;
    width: 100px;
}.privacy-holder-5::after {
    height: 150px;
    right: -75px;
    width: 150px;
    bottom: -75px;
}}.teacher-profile-6 {
    position: relative;
    overflow: hidden;
    padding: 90px 0;
    background: linear-gradient(135deg, rgb(214,213,194) 0%, #f5f7fa 100%);
}.teacher-profile-6::before {
    z-index: 0;
    position: absolute;
    content: "";
    background: linear-gradient(45deg, rgb(172,148,194,0.5), rgb(102,105,178,0.5));
    top: -10%;
    height: 300px;
    animation: float 15s ease-in-out infinite alternate;
    opacity: 0.4;
    filter: blur(60px);
    right: -5%;
    width: 300px;
}.teacher-profile-6::after {
    left: -5%;
    bottom: -5%;
    filter: blur(50px);
    width: 250px;
    animation: float 18s ease-in-out infinite alternate-reverse;
    height: 250px;
    content: "";
    position: absolute;
    opacity: 0.3;
    background: linear-gradient(225deg, rgb(102,105,178,0.5), rgb(172,148,194,0.5));
    z-index: 0;
}.teacher-profile-6 .container {
    padding: 0 20px;
    z-index: 1;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.teacher-profile-6 .review-praise-8 {
    padding: 40px;
    grid-template-columns: 1fr;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    grid-gap: 30px;
    background: #ffffff;
    display: grid;
    transform: perspective(1000px) rotateY(2deg);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}.teacher-profile-6 .review-praise-8:hover {
    transform: perspective(1000px) rotateY(0deg);
}.teacher-profile-6 .review-praise-8 > div:first-child {
    position: relative;
    margin-bottom: 10px;
}.teacher-profile-6 .pic-card-2 {
    width: 120px;
    clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
    border: 3px solid #ffffff;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    height: 120px;
}.teacher-profile-6 .review-praise-8:hover .pic-card-2 {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    transform: scale(1.05) translateY(-5px);
}.teacher-profile-6 .name {
    color: rgb(172,148,194);
    margin-bottom: 5px;
    display: inline-block;
    font-size: 19px;
    font-weight: 700;
    position: relative;
}.teacher-profile-6 .name::after {
    left: 0;
    bottom: -4px;
    width: 0;
    transition: width 0.3s ease-in-out;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(172,148,194), rgb(102,105,178));
    height: 3px;
}.teacher-profile-6 .review-praise-8:hover .name::after {
    width: 100%;
}.teacher-profile-6 .review-praise-8 > div:nth-child(2) > div {
    transition: padding-left 0.3s ease;
    padding-left: 0;
    font-size: calc(13px - 1px);
    font-weight: 600;
    margin-bottom: 15px;
    color: rgb(102,105,178);
    position: relative;
}.teacher-profile-6 .review-praise-8:hover > div:nth-child(2) > div {
    padding-left: 10px;
}.teacher-profile-6 .emp-container-2 {
    color: #000000;
    border-left: 3px solid rgb(172,148,194);
    line-height: 1.7;
    background: linear-gradient(to right, rgba(245, 247, 250, 0.5), rgba(245, 247, 250, 0));
    font-size: 13px;
    position: relative;
    padding: 20px;
    font-family: Arial, sans-serif;
    margin: 0;
}.teacher-profile-6 .emp-container-2::before {
    top: -15px;
    font-family: serif;
    position: absolute;
    opacity: 0.3;
    font-size: 60px;
    content: "";
    line-height: 1;
    left: 10px;
    color: rgb(172,148,194,0.5);
}

@media (min-width: 768px) {.teacher-profile-6 {
    padding: 120px 0;
}.teacher-profile-6 .review-praise-8 {
    grid-template-rows: auto 1fr;
    padding: 50px;
    grid-template-columns: 150px 1fr;
}.teacher-profile-6 .review-praise-8 > div:first-child {
    margin-bottom: 0;
    grid-row: 1 / span 2;
}.teacher-profile-6 .pic-card-2 {
    height: 150px;
    width: 150px;
}.teacher-profile-6 .review-praise-8 > div:nth-child(2) {
    align-self: end;
}.teacher-profile-6 .review-praise-8 > div:nth-child(3) {
    grid-row: 2;
    grid-column: 2;
}
}

@media (min-width: 992px) {.teacher-profile-6 .review-praise-8 {
    padding: 60px;
    grid-gap: 40px;
    grid-template-columns: 180px 1fr;
}.teacher-profile-6 .pic-card-2 {
    height: 180px;
    width: 180px;
}.teacher-profile-6 .name {
    font-size: calc(19px + 2px);
}.teacher-profile-6 .emp-container-2 {
    padding: 25px;
    font-size: calc(13px + 1px);
}
}

@media (max-width: 767px) {.teacher-profile-6 {
    padding: 60px 0;
}.teacher-profile-6 .review-praise-8 {
    text-align: center;
    padding: 30px;
}.teacher-profile-6 .pic-card-2 {
    margin: 0 auto 20px;
}.teacher-profile-6 .name::after {
    left: 50%;
    transform: translateX(-50%);
}.teacher-profile-6 .review-praise-8:hover > div:nth-child(2) > div {
    padding-left: 0;
}.teacher-profile-6 .emp-container-2 {
    text-align: left;
    padding: 15px;
}}

@keyframes float {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    50% {
        transform: translate(15px, 15px) rotate(5deg);
    }
    100% {
        transform: translate(-15px, 10px) rotate(-5deg);
    }
}.offer-card-5 {
    background-color: rgb(214,213,194);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.offer-card-5::before {
    background: linear-gradient(135deg, 
        rgba(var(--secondary-color-rgb), 0.03) 0%,
        rgba(var(--secondary-color-rgb), 0.01) 40%, 
        rgba(var(--primary-color-rgb), 0.02) 60%, 
        rgba(var(--primary-color-rgb), 0.05) 100%);
    transform: rotate(-3deg);
    left: -5%;
    top: -10%;
    height: 120%;
    width: 110%;
    z-index: 0;
    content: "";
    position: absolute;
}.offer-card-5 .container {
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 1;
}.offer-card-5 .class-deals-9 {
    flex-direction: column;
    display: flex;
}.offer-card-5 .cost-rates-3 {
    order: 1;
    text-align: center;
    position: relative;
    margin-bottom: 50px;
}.offer-card-5 .cost-rates-3 h2 {
    color: #000000;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    font-size: 37px;
    margin-bottom: 15px;
    background: linear-gradient(120deg, rgb(102,105,178), rgb(172,148,194));
    -webkit-background-clip: text !important;
}.offer-card-5 .cost-rates-3:hover h2 {
    transform: translateY(-5px);
}.offer-card-5 .price-view-0 {
    margin: 0 auto;
    font-size: 13px;
    line-height: 1.6;
    color: #000000;
    position: relative;
    max-width: 700px;
}.offer-card-5 .price-view-0::after {
    background: linear-gradient(90deg, rgb(102,105,178), rgb(172,148,194));
    transform: translateX(-50%) scaleX(0.7);
    bottom: -15px;
    width: 100px;
    height: 3px;
    left: 50%;
    position: absolute;
    content: "";
    transition: transform 0.5s ease;
}.offer-card-5 .cost-rates-3:hover .price-view-0::after {
    transform: translateX(-50%) scaleX(1);
}.offer-card-5 .pricing-block-4 {
    width: 100%;
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(1, 1fr);
    order: 2;
}.offer-card-5 .package-deal-4 {
    position: relative;
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), 
                box-shadow 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform-style: preserve-3d;
    perspective: 1000px;
    z-index: 1;
    background-color: #ffffff;
    display: block;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}.offer-card-5 .package-deal-4::before {
    top: 0;
    position: absolute;
    z-index: 2;
    transform: scaleX(0.85);
    width: 100%;
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    height: 5px;
    content: "";
    background: linear-gradient(90deg, rgb(102,105,178), rgb(172,148,194));
}.offer-card-5 .package-deal-4:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(var(--secondary-color-rgb), 0.12);
}.offer-card-5 .package-deal-4:hover::before {
    transform: scaleX(1);
}.offer-card-5 .basic-cost-7 {
    height: 100%;
    display: flex;
    flex-direction: column;
}.offer-card-5 .fee-schemes-5 {
    display: flex;
    z-index: 1;
    flex-direction: column;
    padding: 30px;
    position: relative;
    overflow: hidden;
    flex-grow: 1;
}.offer-card-5 .fee-schemes-5::before {
    z-index: -1;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(135deg, 
        rgba(var(--white-color-rgb), 0.7) 0%, 
        rgba(var(--white-color-rgb), 1) 60%);
    top: 0;
}.offer-card-5 .fee-schemes-5 h3 {
    margin-bottom: 15px;
    color: #000000;
    position: relative;
    font-size: calc(18px + 2px);
    transition: transform 0.4s ease;
    font-weight: 700;
}.offer-card-5 .package-deal-4:hover .fee-schemes-5 h3 {
    transform: translateX(5px);
}.offer-card-5 .package-price-3 {
    padding: 5px 10px;
    font-weight: 700;
    color: rgb(172,148,194);
    transition: transform 0.4s ease, color 0.4s ease;
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
    font-size: calc(18px + 8px);
}.offer-card-5 .package-price-3::before {
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scaleX(0.3);
    background: linear-gradient(90deg, rgb(102,105,178), rgb(172,148,194));
    left: 0;
    height: 2px;
    width: 100%;
    bottom: 0;
    transform-origin: left;
    content: "";
}.offer-card-5 .package-deal-4:hover .package-price-3 {
    transform: translateY(-5px);
    color: rgb(102,105,178);
}.offer-card-5 .package-deal-4:hover .package-price-3::before {
    transform: scaleX(1);
}.offer-card-5 .fee-schemes-5 p {
    flex-grow: 1;
    max-width: 100%;
    hyphens: auto;
    line-height: 1.6;
    word-wrap: break-word;
    margin-bottom: 0;
    font-size: 13px;
    color: #000000;
    overflow-wrap: break-word;
}.offer-card-5 .pic-card-2 {
    transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
}.offer-card-5 .pic-card-2::after {
    height: 100%;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 1;
    background: linear-gradient(0deg, 
        rgba(var(--dark-color-rgb), 0.4) 0%, 
        rgba(var(--dark-color-rgb), 0) 40%);
    position: absolute;
    content: "";
}.offer-card-5 .package-deal-4:hover .pic-card-2 {
    transform: scale(1.05);
}

@media (min-width: 768px) {.offer-card-5 .pricing-block-4 {
    grid-template-columns: repeat(2, 1fr);
}.offer-card-5 .fee-schemes-5 {
    padding: 35px;
}.offer-card-5 .pic-card-2 {
    height: 220px;
}
}

@media (min-width: 992px) {.offer-card-5 .class-deals-9 {
    align-items: center;
    gap: 60px;
    flex-direction: row;
}.offer-card-5 .cost-rates-3 {
    text-align: left;
    order: 2;
    flex: 0 0 30%;
    margin-bottom: 0;
}.offer-card-5 .pricing-block-4 {
    grid-template-columns: repeat(2, 1fr);
    order: 1;
    flex: 0 0 65%;
}.offer-card-5 .price-view-0::after {
    transform: translateX(0) scaleX(0.7);
    left: 0;
}.offer-card-5 .cost-rates-3:hover .price-view-0::after {
    transform: translateX(0) scaleX(1);
}
}

@media (min-width: 1200px) {.offer-card-5 {
    padding: 150px 0;
}.offer-card-5 .pricing-block-4 {
    gap: 40px;
}.offer-card-5 .package-deal-4 {
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), 
                    box-shadow 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}.offer-card-5 .package-deal-4:hover {
    transform: translateY(-15px) scale(1.02);
}.offer-card-5 .package-deal-4:nth-child(even) {
    transform: translateY(15px);
}.offer-card-5 .package-deal-4:nth-child(even):hover {
    transform: translateY(0) scale(1.02);
}.offer-card-5 .pic-card-2 {
    height: 250px;
}}footer {
    position: relative;
    z-index: 1;
}footer::before {
    z-index: -2;
    left: 0;
    bottom: 0;
    top: 0;
    position: absolute;
    opacity: 0.95;
    content: "";
    background: rgb(172,148,194);
    right: 0;
}footer::after {
    content: "";
    right: 0;
    z-index: -1;
    top: 0;
    bottom: 0;
    background-image: 
        radial-gradient(circle at 25% 25%, rgb(102,105,178) 1px, transparent 1px),
        radial-gradient(circle at 75% 75%, rgb(102,105,178) 1px, transparent 1px),
        radial-gradient(circle at 25% 75%, rgb(102,105,178) 1px, transparent 1px),
        radial-gradient(circle at 75% 25%, rgb(102,105,178) 1px, transparent 1px);
    position: absolute;
    background-size: 50px 50px;
    left: 0;
    opacity: 0.1;
}.proposal-cta-9 {
    position: relative;
    padding: 4rem 0 2rem;
    color: #ffffff;
}.proposal-cta-9::before {
    content: "";
    top: 0;
    background: rgb(102,105,178);
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
}.proposal-cta-9::after {
    background-image: 
        linear-gradient(90deg, 
            rgb(102,105,178) 0px, rgb(102,105,178) 10px,
            transparent 10px, transparent 15px,
            rgb(102,105,178) 15px, rgb(102,105,178) 30px,
            transparent 30px, transparent 35px,
            rgb(102,105,178) 35px, rgb(102,105,178) 40px,
            transparent 40px, transparent 60px,
            rgb(102,105,178) 60px, rgb(102,105,178) 70px,
            transparent 70px, transparent 80px,
            rgb(102,105,178) 80px, rgb(102,105,178) 90px,
            transparent 90px, transparent 110px,
            rgb(102,105,178) 110px, rgb(102,105,178) 120px,
            transparent 120px, transparent 140px
        );
    width: 100%;
    height: 8px;
    content: "";
    background-repeat: repeat-x;
    position: absolute;
    opacity: 0.5;
    top: 3px;
    left: 0;
}.proposal-cta-9 .container {
    gap: 3rem;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}.proposal-cta-9 .company_holder {
    padding: 0;
    flex: 1 1 400px;
    border-radius: 18px;
    position: relative;
}.proposal-cta-9 .company_holder::before {
    background-image:
        linear-gradient(0deg, transparent 24px, rgb(102,105,178) 25px, rgb(102,105,178) 26px, transparent 27px, transparent 49px),
        linear-gradient(90deg, transparent 24px, rgb(102,105,178) 25px, rgb(102,105,178) 26px, transparent 27px, transparent 49px);
    left: 0;
    border-radius: 18px;
    width: 100%;
    top: 0;
    height: 100%;
    opacity: 0.1;
    position: absolute;
    content: "";
    background-size: 50px 50px;
}.proposal-cta-9 .company_holder h3 {
    padding: 1.5rem 2rem;
    position: relative;
    border-top-right-radius: 18px;
    border-top-left-radius: 18px;
    margin: 0;
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    background: rgb(102,105,178);
}.proposal-cta-9 .company_holder h3::after {
    background: #ffffff;
    right: 15px;
    border-radius: 50%;
    height: 10px;
    content: "";
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
    top: 50%;
    position: absolute;
    width: 10px;
    transform: translateY(-50%);
}.proposal-cta-9 .badge-case-3 {
    font-size: 13px;
    padding: 2rem;
    position: relative;
    color: #ffffff;
    border-bottom-right-radius: 18px;
    border-bottom-left-radius: 18px;
    background: rgba(255, 255, 255, 0.1);
    line-height: 1.6;
}.proposal-cta-9 .badge-case-3::before {
    left: -10px;
    content: "";
    opacity: 0.6;
    border-radius: 50%;
    background: rgb(102,105,178);
    height: 20px;
    width: 20px;
    position: absolute;
    top: 2rem;
}.proposal-cta-9 .badge-case-3::after {
    opacity: 0.6;
    width: 20px;
    bottom: 2rem;
    background: rgb(102,105,178);
    right: -10px;
    height: 20px;
    border-radius: 50%;
    content: "";
    position: absolute;
}.proposal-cta-9 .music-edu-2 {
    flex: 1 1 calc(100% - 450px);
    min-width: 400px;
}.proposal-cta-9 .nav-train-5 {
    gap: 3rem;
    flex-wrap: wrap;
    display: flex;
}.proposal-cta-9 .top-sitewrap-6 {
    overflow: hidden;
    min-width: 200px;
    border-radius: 18px;
    flex: 1 1 calc(50% - 1.5rem);
    position: relative;
}.proposal-cta-9 .top-sitewrap-6::before {
    content: "";
    top: 0;
    position: absolute;
    z-index: -1;
    background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.05) 10px, rgba(255, 255, 255, 0.05) 20px);
    border-radius: 18px;
    bottom: 0;
    right: 0;
    left: 0;
}.proposal-cta-9 .top-sitewrap-6 h5 {
    font-size: 23px;
    color: #ffffff;
    align-items: center;
    background: rgb(102,105,178);
    position: relative;
    display: flex;
    padding: 1rem 1.5rem;
    margin: 0;
    font-weight: 600;
}.proposal-cta-9 .top-sitewrap-6 h5::before {
    height: 8px;
    display: inline-block;
    width: 8px;
    content: "";
    margin-right: 10px;
    background: #ffffff;
    border-radius: 50%;
}.proposal-cta-9 .top-sitewrap-6 h5::after {
    border-radius: 50%;
    right: 15px;
    height: 6px;
    width: 6px;
    position: absolute;
    content: "";
    background: #ffffff;
    transform: translateY(-50%);
    top: 50%;
}.proposal-cta-9 .top-sitewrap-6 .nav-train-5 {
    display: flex;
    padding: 1.5rem;
    gap: 2px;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.05);
}.proposal-cta-9 .top-sitewrap-6 .nav-train-5 a {
    font-size: 13px;
    color: #ffffff;
    text-decoration: none;
    display: block;
    padding: 0.8rem 1rem 0.8rem 2rem;
    transition: all 0.3s ease;
    position: relative;
    border-radius: 10px;
}.proposal-cta-9 .top-sitewrap-6 .nav-train-5 a::before {
    border-radius: 50%;
    left: 0.7rem;
    width: 6px;
    background: rgb(102,105,178);
    content: "";
    position: absolute;
    transform: translateY(-50%);
    height: 6px;
    top: 50%;
    transition: all 0.3s ease;
}.proposal-cta-9 .top-sitewrap-6 .nav-train-5 a:hover {
    background: rgba(255, 255, 255, 0.1);
}.proposal-cta-9 .top-sitewrap-6 .nav-train-5 a:hover::before {
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1);
}.skill-links-7 {
    padding: 2rem 0;
    margin-top: 2.5rem;
    background: rgb(102,105,178);
    position: relative;
}.skill-links-7::before {
    left: 0;
    content: "";
    background-image: 
        linear-gradient(90deg, 
            transparent 0px, transparent 20px,
            rgb(172,148,194) 20px, rgb(172,148,194) 40px,
            transparent 40px, transparent 60px,
            rgb(172,148,194) 60px, rgb(172,148,194) 80px,
            transparent 80px, transparent 100px,
            rgb(172,148,194) 100px, rgb(172,148,194) 120px
        );
    position: absolute;
    width: 100%;
    background-repeat: repeat-x;
    top: -5px;
    height: 5px;
}.skill-links-7 .container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}.skill-links-7 .container::before,
.skill-links-7 .container::after {
    content: "";
    transform: translateY(-50%);
    position: absolute;
    height: 15px;
    border-radius: 50%;
    width: 15px;
    top: 50%;
    background: rgb(172,148,194);
}.skill-links-7 .container::before {
    left: 15%;
}.skill-links-7 .container::after {
    right: 15%;
}.skill-links-7 .pitch-comp-9 {
    position: relative;
    background: rgb(172,148,194);
    color: #ffffff;
    padding: 0.5rem 2rem;
    border-radius: 30px;
    display: inline-block;
    font-size: 13px;
    text-align: center;
}.skill-links-7 .pitch-comp-9::before,
.skill-links-7 .pitch-comp-9::after {
    content: "";
    height: 1px;
    background: rgb(172,148,194);
    position: absolute;
    top: 50%;
    width: 50px;
    transform: translateY(-50%);
}.skill-links-7 .pitch-comp-9::before {
    right: 100%;
    margin-right: 15px;
}.skill-links-7 .pitch-comp-9::after {
    left: 100%;
    margin-left: 15px;
}

@media (max-width: 1200px) {.proposal-cta-9 .container {
    gap: 2rem;
}.proposal-cta-9 .company_holder {
    flex: 1 1 350px;
}.proposal-cta-9 .music-edu-2 {
    min-width: 350px;
    flex: 1 1 calc(100% - 400px);
}.proposal-cta-9 .nav-train-5 {
    gap: 2rem;
}.skill-links-7 .container::before {
    left: 5%;
}.skill-links-7 .container::after {
    right: 5%;
}
}

@media (max-width: 992px) {.proposal-cta-9 {
    padding: 3.5rem 0 1.5rem;
}.proposal-cta-9 .container {
    gap: 2.5rem;
    flex-direction: column;
}.proposal-cta-9 .company_holder,
    .proposal-cta-9 .music-edu-2 {
    flex: 1 1 100%;
    min-width: 100%;
}.proposal-cta-9 .top-sitewrap-6 {
    flex: 1 1 calc(50% - 1.5rem);
    min-width: 200px;
}.skill-links-7 .container::before,
    .skill-links-7 .container::after {
    display: none;
}
}

@media (max-width: 768px) {.proposal-cta-9 {
    padding: 3rem 0 1rem;
}.proposal-cta-9 .nav-train-5 {
    gap: 1.5rem;
}.proposal-cta-9 .company_holder h3 {
    padding: 1.2rem 1.5rem;
    font-size: calc(36px - 2px);
}.proposal-cta-9 .badge-case-3 {
    padding: 1.5rem;
}.proposal-cta-9 .badge-case-3::before,
    .proposal-cta-9 .badge-case-3::after {
    display: none;
}.skill-links-7 {
    margin-top: 2rem;
}.skill-links-7 .pitch-comp-9::before,
    .skill-links-7 .pitch-comp-9::after {
    width: 30px;
}
}

@media (max-width: 576px) {.proposal-cta-9 {
    padding: 2.5rem 0 0.8rem;
}.proposal-cta-9 .top-sitewrap-6 {
    min-width: 100%;
    flex: 1 1 100%;
}.proposal-cta-9 .nav-train-5 {
    gap: 1rem;
}.proposal-cta-9 .top-sitewrap-6 .nav-train-5 a {
    padding: 0.7rem 1rem 0.7rem 1.8rem;
}.proposal-cta-9 .top-sitewrap-6 .nav-train-5 a::before {
    left: 0.6rem;
}.skill-links-7 {
    margin-top: 1.5rem;
    padding: 1.5rem 0;
}.skill-links-7 .pitch-comp-9::before,
    .skill-links-7 .pitch-comp-9::after {
    display: none;
}
}

@media (max-width: 420px) {.proposal-cta-9::after {
    height: 5px;
    background-size: 100px 5px;
}.proposal-cta-9 .company_holder h3::after,
    .proposal-cta-9 .top-sitewrap-6 h5::before,
    .proposal-cta-9 .top-sitewrap-6 h5::after {
    display: none;
}.proposal-cta-9 .top-sitewrap-6 h5 {
    padding: 0.8rem 1rem;
}.proposal-cta-9 .top-sitewrap-6 .nav-train-5 {
    padding: 1rem;
}.skill-links-7 .pitch-comp-9 {
    padding: 0.4rem 1.5rem;
    width: 90%;
}}header {
    background: linear-gradient(135deg, rgb(214,213,194), #ffffff);
    width: 100%;
    overflow: visible;
    z-index: 99;
    position: relative;
}header::before {
    width: 100%;
    position: absolute;
    left: 0;
    height: 15px;
    opacity: 0.3;
    background: 
        radial-gradient(
            circle at 0% 50%,
            transparent 6px,
            rgb(172,148,194,0.5) 6px,
            rgb(172,148,194,0.5) 10px,
            transparent 10px
        ) repeat-x;
    background-size: 20px 20px;
    bottom: 0;
    content: "";
}header .header-pro-2 {
    justify-content: space-between;
    padding: 25px 30px;
    display: flex;
    align-items: center;
    position: relative;
}header .header-pro-2::before,
header .header-pro-2::after {
    position: absolute;
    content: "";
    height: 2px;
    background: linear-gradient(to right, rgb(172,148,194), transparent);
    width: 30%;
}header .header-pro-2::before {
    top: 10px;
    left: 0;
}header .header-pro-2::after {
    background: linear-gradient(to left, rgb(102,105,178), transparent);
    bottom: 10px;
    right: 0;
}header .header-pro-2 .head-sitewrap-6 {
    position: relative;
    z-index: 2;
}header .header-pro-2 .head-sitewrap-6::before {
    content: "";
    z-index: -1;
    height: 140%;
    border-radius: 60% 40% 50% 30% / 40% 50% 60% 50%;
    opacity: 0.05;
    top: -20%;
    position: absolute;
    transition: transform 0.5s ease-in-out;
    background: rgb(172,148,194,0.5);
    left: -20%;
    width: 140%;
}header .header-pro-2 .head-sitewrap-6:hover::before {
    transform: rotate(15deg) scale(1.1);
}header .header-pro-2 .head-sitewrap-6 .site-top-8 {
    transition: transform 0.3s ease;
    display: block;
}header .header-pro-2 .head-sitewrap-6:hover .site-top-8 {
    transform: translateY(-3px);
}header .header-pro-2 .head-sitewrap-6 .site-top-8 svg {
    height: 45px;
    filter: drop-shadow(0 2px 3px rgba(0,0,0,0.1));
    width: auto;
}header .header-pro-2 .top-sitewrap-6 {
    display: flex;
    margin: 0;
    position: relative;
    list-style: none;
    padding: 0;
}header .header-pro-2 .top-sitewrap-6::before {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    content: "";
    background: rgb(102,105,178,0.5);
    position: absolute;
    height: 100%;
    opacity: 0.05;
    width: 100%;
    top: 0;
    left: 0;
    transition: all 0.5s ease;
    z-index: -1;
}header .header-pro-2 .top-sitewrap-6:hover::before {
    opacity: 0.08;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
}header .header-pro-2 .top-sitewrap-6 .head-tutor-4 {
    margin: 0 8px;
    position: relative;
}header .header-pro-2 .top-sitewrap-6 .head-tutor-4 a {
    padding: 10px 15px;
    display: block;
    position: relative;
    transition: all 0.4s ease;
    color: #000000;
    overflow: hidden;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    font-family: Arial, sans-serif;
}header .header-pro-2 .top-sitewrap-6 .head-tutor-4 a:hover {
    border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%;
    color: #ffffff;
}header .header-pro-2 .top-sitewrap-6 .head-tutor-4 a::before {
    width: 100%;
    top: 0;
    content: "";
    border-radius: 0% 0% 0% 0% / 0% 0% 0% 0%;
    left: 0;
    transition: transform 0.4s ease, border-radius 0.4s ease;
    position: absolute;
    height: 100%;
    transform: scale(0);
    background: rgb(172,148,194);
    z-index: -1;
    transform-origin: right top;
}header .header-pro-2 .top-sitewrap-6 .head-tutor-4 a:hover::before {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    transform: scale(1);
}header .header-pro-2 .top-sitewrap-6 .head-tutor-4:nth-child(2n) a::before {
    transform-origin: left bottom;
    background: rgb(102,105,178);
}header .header-pro-2 .top-sitewrap-6 .head-tutor-4:nth-child(2n) a:hover::before {
    border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
}header .header-pro-2 .top-sitewrap-6 .head-tutor-4:hover {
    animation: menu-wobble 1s ease;
}

@keyframes menu-wobble {
    0%, 100% {
        transform: translateX(0);
    }
    15% {
        transform: translateX(-3px) rotate(-1deg);
    }
    30% {
        transform: translateX(2px) rotate(1deg);
    }
    45% {
        transform: translateX(-2px) rotate(-0.5deg);
    }
    60% {
        transform: translateX(1px) rotate(0.5deg);
    }
    75% {
        transform: translateX(-1px) rotate(-0.25deg);
    }
}

@media (max-width: 992px) {header .header-pro-2 {
    padding: 20px 15px;
    flex-direction: column;
}header .header-pro-2 .head-sitewrap-6 {
    margin-bottom: 15px;
}header .header-pro-2 .top-sitewrap-6 {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}header .header-pro-2 .top-sitewrap-6 .head-tutor-4 {
    margin: 5px;
}header .header-pro-2 .top-sitewrap-6 .head-tutor-4 a {
    font-size: calc(18px - 1px);
    padding: 8px 12px;
}
}

@media (max-width: 767px) {header .header-pro-2 {
    padding: 15px 10px;
}header .header-pro-2 .head-sitewrap-6 .site-top-8 svg {
    height: 40px;
}header .header-pro-2 .top-sitewrap-6 .head-tutor-4 a {
    padding: 6px 10px;
    font-size: calc(18px - 2px);
}}.our-mission-8 {
    position: relative;
    background: linear-gradient(135deg, rgb(214,213,194) 0%, #ffffff 100%);
    overflow: hidden;
    padding: 6rem 0;
}.our-mission-8::before {
    opacity: 0.15;
    position: absolute;
    z-index: 1;
    height: 40%;
    animation: floatGradient 15s ease-in-out infinite alternate;
    content: "";
    filter: blur(60px);
    top: -5%;
    transform: rotate(-15deg);
    width: 40%;
    background: linear-gradient(45deg, rgb(172,148,194,0.5) 0%, rgb(172,148,194) 100%);
    right: -5%;
}.our-mission-8::after {
    content: "";
    z-index: 1;
    left: -5%;
    position: absolute;
    bottom: -5%;
    animation: floatGradient 18s ease-in-out infinite alternate-reverse;
    opacity: 0.1;
    height: 35%;
    filter: blur(70px);
    width: 35%;
    background: linear-gradient(225deg, rgb(102,105,178) 0%, rgb(102,105,178,0.5) 100%);
    transform: rotate(15deg);
}.our-mission-8 .container {
    margin: 0 auto;
    z-index: 2;
    position: relative;
    padding: 0 2rem;
    max-width: 1200px;
}.our-mission-8 h1 {
    position: relative;
    margin-bottom: 3rem;
    font-weight: 700;
    transform: translateX(-0.5rem);
    letter-spacing: -0.5px;
    font-size: 42px;
    color: #000000;
    display: inline-block;
}.our-mission-8 h1::after {
    transform-origin: left;
    content: "";
    height: 4px;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transform: scaleX(0);
    width: 60px;
    bottom: -12px;
    background: rgb(172,148,194);
    animation: lineReveal 1.2s cubic-bezier(0.23, 1, 0.32, 1) forwards 0.3s;
    position: absolute;
    left: 0;
}.our-mission-8 .corp-culture-1 {
    position: relative;
}.our-mission-8 .corp-culture-1 ul {
    grid-template-columns: 1fr;
    padding: 0;
    display: grid;
    list-style: none;
    gap: 3.5rem;
    margin: 0;
}.our-mission-8 .knowledge-guides-4 {
    background: #ffffff;
    padding: 2.5rem;
    transform: translateY(30px);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    opacity: 0;
    border-radius: 2px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04), 0 1px 5px rgba(0, 0, 0, 0.03);
    animation: fadeUp 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}.our-mission-8 .knowledge-guides-4:nth-child(1) {
    animation-delay: 0.2s;
}.our-mission-8 .knowledge-guides-4:nth-child(2) {
    animation-delay: 0.4s;
}.our-mission-8 .knowledge-guides-4:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08), 0 5px 10px rgba(0, 0, 0, 0.05);
}.our-mission-8 .knowledge-guides-4::before {
    position: absolute;
    height: 0;
    width: 4px;
    transition: height 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    content: "";
    left: 0;
    background: linear-gradient(to bottom, rgb(172,148,194), rgb(102,105,178));
    top: 0;
}.our-mission-8 .knowledge-guides-4:hover::before {
    height: 100%;
}.our-mission-8 .knowledge-guides-4 h4 {
    margin-bottom: 1.5rem;
    transform: translateX(0);
    font-size: calc(21px * 1.1);
    position: relative;
    color: #000000;
    font-weight: 600;
    display: inline-block;
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}.our-mission-8 .knowledge-guides-4:hover h4 {
    color: rgb(172,148,194);
    transform: translateX(12px);
}.our-mission-8 .knowledge-guides-4 div {
    padding-right: 10px;
    position: relative;
    overflow-y: auto;
    font-family: Arial, sans-serif;
    font-size: 17px;
    line-height: 1.8;
    color: #000000;
    max-height: 250px;
}.our-mission-8 .knowledge-guides-4 div::-webkit-scrollbar {
    width: 4px;
}.our-mission-8 .knowledge-guides-4 div::-webkit-scrollbar-track {
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.05);
}.our-mission-8 .knowledge-guides-4 div::-webkit-scrollbar-thumb {
    border-radius: 20px;
    transition: background 0.3s ease;
    background: rgb(172,148,194,0.5);
}.our-mission-8 .knowledge-guides-4 div::-webkit-scrollbar-thumb:hover {
    background: rgb(172,148,194);
}

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

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

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

@media screen and (min-width: 768px) {.our-mission-8 {
    padding: 8rem 0;
}.our-mission-8 h1 {
    font-size: calc(42px * 1.1);
    margin-bottom: 4rem;
}.our-mission-8 h1::after {
    height: 5px;
    width: 80px;
}.our-mission-8 .corp-culture-1 ul {
    gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
}.our-mission-8 .knowledge-guides-4 {
    padding: 3rem;
}.our-mission-8 .knowledge-guides-4 div {
    max-height: 300px;
}
}

@media screen and (min-width: 1200px) {.our-mission-8 {
    padding: 10rem 0;
}.our-mission-8 .container {
    padding: 0 3rem;
}.our-mission-8 h1 {
    margin-bottom: 5rem;
    font-size: calc(42px * 1.25);
}.our-mission-8 h1::after {
    width: 100px;
}.our-mission-8 .corp-culture-1 ul {
    gap: 3rem;
}.our-mission-8 .knowledge-guides-4 {
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    padding: 3.5rem;
}.our-mission-8 .knowledge-guides-4 div {
    max-height: 350px;
}
}

@media (prefers-reduced-motion: reduce) {.our-mission-8::before,
    .our-mission-8::after {
    animation: none;
}.our-mission-8 .knowledge-guides-4,
    .our-mission-8 h1::after {
    animation: none;
    transform: none;
    opacity: 1;
}.our-mission-8 .knowledge-guides-4:hover,
    .our-mission-8 .knowledge-guides-4:hover h4 {
    transform: none;
}
}