* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}html,body {
    auto
contain
touch-action: none;
    min-height: 100%;
    font-family: Arial, sans-serif;
    height: 100%;
    color: #000000;
    scroll-behavior: smooth;
}svg {
    height: 30px;
    width: 30px;
}.wrapper-bundle-o5aHL {
    display: flex;
    height: 100%;
    min-height: 100%;
    flex-direction: column;
}header,footer {
    width: 100%;
}.container {
    max-width: 100%;
    width: 1254px;
    margin: auto;
}.top-main-2OxmZ {
    flex: 1 0 auto;
}@keyframes pulse_scrollbar { 0% { opacity: 1; } 50% { opacity: 0.7; } 100% { opacity: 1; } }

::-webkit-scrollbar {
    scroll-behavior: smooth;
    width: 16px;
    padding: 1px;
}::-webkit-scrollbar-button {
    border-radius: 0px;
    width: 0px;
    height: 9px;
}::-webkit-scrollbar-track {
    margin: 5px 0;
    background: rgb(229,216,230);
    border-radius: 11.8em;
}::-webkit-scrollbar-thumb {
    border: 1px double rgb(255, 255, 255, 0.5);
    box-shadow: -4px 0px 7px 1px rgba(0, 0, 0, 0.5);
    animation: pulse_scrollbar 5.2s ease-in 4;
    background: rgb(255, 255, 255, 0.5);
    min-height: 53px;
}::-webkit-scrollbar-thumb:hover {
    transform: scale(0.95);
    box-shadow: -4px -2px 12px 7px rgba(0, 0, 0, 0.6);
    border-color: rgb(255, 255, 255, 0.5);
    background: rgb(229,216,230);
}::-webkit-scrollbar-thumb:active {
    background: rgb(153,117,151);
}::-webkit-scrollbar-corner {
    border-radius: 8px;
    background: rgb(153,117,151,0.5);
}html {
    scrollbar-color: #ffffff rgb(229,216,230);
    scrollbar-width: none;
}.privacy-cta-4Jl9p {
    flex: 0 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
footer {
    color: #ffffff;
    z-index: 1;
    position: relative;
    font-family: Arial, sans-serif;
}footer::before {
    width: 100%;
    height: 100%;
    animation: gradientShift 15s ease infinite;
    z-index: -1;
    top: 0;
    content: "";
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(190,163,193,0.5) 50%, rgb(153,117,151,0.5) 100%);
    left: 0;
    backdrop-filter: blur(8px);
    position: absolute;
}.privacy-cta-4Jl9p {
    position: relative;
    padding: 4.5rem 0 2rem;
}.privacy-cta-4Jl9p::before {
    height: 1px;
    animation: shimmer 8s linear infinite;
    top: 0;
    background: linear-gradient(to right, 
                transparent 0%, 
                rgb(190,163,193) 25%, 
                #ffffff 50%, 
                rgb(153,117,151) 75%, 
                transparent 100%);
    content: "";
    right: 0;
    left: 0;
    position: absolute;
}.privacy-cta-4Jl9p .container {
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
    position: relative;
    z-index: 1;
}.privacy-cta-4Jl9p .company_holder {
    background: rgba(0, 0, 0, 0.5);
    flex: 1 1 350px;
    border-radius: 13px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15), 
                inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    transform: translateY(0);
    padding: 1.5rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-right: 2rem;
    backdrop-filter: blur(15px);
}.privacy-cta-4Jl9p .company_holder:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 
                inset 0 0 0 1px rgba(255, 255, 255, 0.15),
                0 0 20px rgb(190,163,193,0.5);
}.privacy-cta-4Jl9p .company_holder h3 {
    font-weight: 700;
    position: relative;
    display: inline-block;
    margin-bottom: 1.25rem;
    color: #ffffff;
    font-size: calc(28px * 0.85);
}.privacy-cta-4Jl9p .company_holder h3::after {
    width: 100%;
    left: 0;
    background: linear-gradient(to right, rgb(190,163,193), rgb(153,117,151));
    transform-origin: left;
    position: absolute;
    transition: transform 0.5s ease;
    transform: scaleX(0.3);
    content: "";
    height: 2px;
    bottom: -8px;
}.privacy-cta-4Jl9p .company_holder:hover h3::after {
    transform: scaleX(1);
}.privacy-cta-4Jl9p .math-tools-KE86o {
    line-height: 1.6;
    font-size: 14px;
    margin-top: 1rem;
    max-width: 450px;
    color: rgba(255, 255, 255, 0.7);
}.privacy-cta-4Jl9p .policy-links-VrLaw {
    position: relative;
    flex: 1 1 450px;
}.privacy-cta-4Jl9p .top-pagebar-DhZAP {
    gap: 1.5rem;
    display: flex;
    flex-wrap: wrap;
}.privacy-cta-4Jl9p .policy-links-VrLaw .top-pagebar-DhZAP {
    justify-content: flex-end;
}.privacy-cta-4Jl9p .top-bar-V0LJe {
    flex: 1 1 200px;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 13px;
    position: relative;
    padding: 1.5rem;
    overflow: hidden;
    backdrop-filter: blur(10px);
}.privacy-cta-4Jl9p .top-bar-V0LJe h5 {
    color: #ffffff;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 1.25rem;
    position: relative;
    display: inline-block;
}.privacy-cta-4Jl9p .top-bar-V0LJe h5::before {
    content: "";
    height: 2px;
    transition: width 0.3s ease;
    position: absolute;
    bottom: -6px;
    width: 40px;
    background: rgb(190,163,193);
    left: 0;
}.privacy-cta-4Jl9p .top-bar-V0LJe:hover h5::before {
    width: 100%;
}.privacy-cta-4Jl9p .top-bar-V0LJe .top-pagebar-DhZAP {
    display: flex;
    gap: 0.75rem;
    flex-direction: column;
}.privacy-cta-4Jl9p .top-bar-V0LJe a {
    transition: all 0.3s ease;
    display: block;
    padding: 0.25rem 0.5rem;
    color: rgba(255, 255, 255, 0.8);
    z-index: 1;
    position: relative;
    border-radius: 10px;
    font-size: 14px;
    text-decoration: none;
}.privacy-cta-4Jl9p .top-bar-V0LJe a::before {
    z-index: -1;
    width: 0;
    position: absolute;
    bottom: 0;
    height: 1px;
    content: "";
    background: linear-gradient(to right, rgb(190,163,193), rgb(153,117,151));
    left: 0;
    transition: width 0.3s ease;
}.privacy-cta-4Jl9p .top-bar-V0LJe a:hover {
    transform: translateX(5px);
    color: #ffffff;
}.privacy-cta-4Jl9p .top-bar-V0LJe a:hover::before {
    width: 100%;
}.compliance-2ZB3n {
    padding: 1.5rem 0;
    backdrop-filter: blur(15px);
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;
}.compliance-2ZB3n::before {
    top: 0;
    content: "";
    right: 0;
    background: linear-gradient(to right, 
                transparent 0%, 
                rgb(153,117,151) 25%, 
                #ffffff 50%, 
                rgb(190,163,193) 75%, 
                transparent 100%);
    left: 0;
    height: 1px;
    position: absolute;
}.compliance-2ZB3n .container {
    align-items: center;
    justify-content: center;
    position: relative;
    display: flex;
}.compliance-2ZB3n .help-center-Gdthw {
    font-size: 15px;
    transition: all 0.3s ease;
    color: rgba(255, 255, 255, 0.7);
    border-radius: 30px;
    backdrop-filter: blur(5px);
    position: relative;
    text-align: center;
    padding: 0.5rem 1rem;
    background: rgba(0, 0, 0, 0.1);
}.compliance-2ZB3n .help-center-Gdthw:hover {
    background: rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px rgb(190,163,193,0.5);
    color: #ffffff;
}

@keyframes gradientShift {
    0%, 100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }
    100% {
        background-position: 1000px 0;
    }
}

@keyframes pulsate {
    0%, 100% {
        opacity: 0.4;
        transform: scale(1);
    }
    50% {
        opacity: 0.6;
        transform: scale(1.05);
    }
}

@media (max-width: 992px) {.privacy-cta-4Jl9p {
    padding: 3.5rem 0 2rem;
}.privacy-cta-4Jl9p .container {
    flex-direction: column;
}.privacy-cta-4Jl9p .company_holder {
    flex: 1 1 100%;
    margin-bottom: 2rem;
    margin-right: 0;
}.privacy-cta-4Jl9p .policy-links-VrLaw {
    flex: 1 1 100%;
}.privacy-cta-4Jl9p .policy-links-VrLaw .top-pagebar-DhZAP {
    justify-content: space-between;
}.privacy-cta-4Jl9p .top-bar-V0LJe {
    flex: 1 1 calc(50% - 1rem);
}
}

@media (max-width: 768px) {.privacy-cta-4Jl9p {
    padding: 3rem 0 1.5rem;
}.privacy-cta-4Jl9p::before {
    height: 2px;
}.privacy-cta-4Jl9p .company_holder {
    padding: 1.25rem;
}.privacy-cta-4Jl9p .top-bar-V0LJe {
    flex: 1 1 100%;
    margin-bottom: 1rem;
}.privacy-cta-4Jl9p .policy-links-VrLaw .top-pagebar-DhZAP {
    flex-direction: column;
}.compliance-2ZB3n {
    padding: 1.25rem 0;
}.compliance-2ZB3n::before {
    height: 2px;
}
}

@media (max-width: 576px) {.privacy-cta-4Jl9p {
    padding: 2.5rem 0 1rem;
}.privacy-cta-4Jl9p .company_holder h3 {
    font-size: calc(28px * 0.75);
}.privacy-cta-4Jl9p .math-tools-KE86o {
    font-size: calc(14px * 0.9);
}.privacy-cta-4Jl9p .top-bar-V0LJe h5 {
    font-size: calc(18px * 0.9);
}.privacy-cta-4Jl9p .top-bar-V0LJe a {
    font-size: calc(14px * 0.9);
}.compliance-2ZB3n .help-center-Gdthw {
    padding: 0.4rem 0.8rem;
    font-size: calc(15px * 0.9);
}}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-30px) scale(1.1);
    }
}

.privacy-cta-4Jl9p .top-pagebar-DhZAP a::after {
    position: absolute;
    width: 4px;
    transform: translateY(-50%) scale(0);
    left: -10px;
    height: 4px;
    content: "";
    border-radius: 50%;
    transition: transform 0.3s ease;
    background: rgb(190,163,193);
    top: 50%;
}.privacy-cta-4Jl9p .top-pagebar-DhZAP a:hover::after {
    transform: translateY(-50%) scale(1);
}.privacy-cta-4Jl9p .math-tools-KE86o::before {
    top: -10px;
    position: absolute;
    border: 1px solid transparent;
    left: -10px;
    height: 0;
    width: 0;
    content: "";
    transition: width 0.5s ease 0.3s, height 0.5s ease;
}.privacy-cta-4Jl9p .math-tools-KE86o::after {
    transition: width 0.5s ease 0.3s, height 0.5s ease;
    width: 0;
    border: 1px solid transparent;
    height: 0;
    right: -10px;
    bottom: -10px;
    position: absolute;
    content: "";
}.privacy-cta-4Jl9p .company_holder:hover .math-tools-KE86o::before {
    width: calc(100% + 20px);
    border-right-color: rgb(190,163,193,0.5);
    transition: width 0.5s ease, height 0.5s ease 0.3s;
    border-top-color: rgb(190,163,193,0.5);
    height: calc(100% + 20px);
}.privacy-cta-4Jl9p .company_holder:hover .math-tools-KE86o::after {
    transition: width 0.5s ease, height 0.5s ease 0.3s;
    border-left-color: rgb(153,117,151,0.5);
    border-bottom-color: rgb(153,117,151,0.5);
    width: calc(100% + 20px);
    height: calc(100% + 20px);
}.connect-form-nDqrp {
    background: linear-gradient(135deg, rgb(229,216,230) 0%, rgba(0, 0, 0, 0.03) 100%);
    padding: 80px 0;
    overflow: hidden;
    position: relative;
}.connect-form-nDqrp::before {
    background: 
        radial-gradient(circle at 10% 20%, rgba(rgb(190,163,193), 0.05) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgba(rgb(153,117,151), 0.05) 0%, transparent 30%);
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    content: "";
    left: 0;
    bottom: 0;
}.connect-form-nDqrp::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 1;
    background-size: 20px 20px;
    opacity: 0.6;
    animation: gridMove 20s linear infinite;
    left: 0;
    background-image: 
        linear-gradient(90deg, rgba(rgb(190,163,193), 0.03) 1px, transparent 1px),
        linear-gradient(rgba(rgb(190,163,193), 0.03) 1px, transparent 1px);
}@keyframes gridMove {
    0% { background-position: 0 0; }
    100% { background-position: 20px 20px; }
}

.connect-form-nDqrp .container {
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    z-index: 2;
}.connect-form-nDqrp h2 {
    text-align: center;
    display: inline-block;
    position: relative;
    color: #000000;
    font-weight: 700;
    font-size: 32px;
    left: 50%;
    margin-bottom: 50px;
    transform: translateX(-50%);
}.connect-form-nDqrp h2::after {
    height: 3px;
    bottom: -15px;
    left: 15%;
    position: absolute;
    width: 70%;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(190,163,193), transparent);
}.connect-form-nDqrp .feedback-inquiry-gfQ9o {
    display: flex;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(rgb(190,163,193), 0.05);
    background: #ffffff;
    border-radius: 26px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
    transform: translateY(0);
}.connect-form-nDqrp .feedback-inquiry-gfQ9o:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
                0 10px 20px rgba(rgb(190,163,193), 0.1);
}.connect-form-nDqrp .feedback-inquiry-gfQ9o::before {
    width: 5px;
    content: "";
    background: linear-gradient(to bottom, rgb(190,163,193), rgb(153,117,151));
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}.connect-form-nDqrp .landscape-image-2rpvU {
    overflow: hidden;
    width: 45%;
    position: relative;
}.connect-form-nDqrp .landscape-image-2rpvU::after {
    content: "";
    left: 0;
    width: 100%;
    top: 0;
    position: absolute;
    background: linear-gradient(135deg, 
                rgba(rgb(190,163,193), 0.3) 0%, 
                rgba(rgb(153,117,151), 0.3) 100%);
    height: 100%;
    mix-blend-mode: overlay;
}.connect-form-nDqrp .landscape-image-2rpvU::before {
    content: "";
    z-index: 2;
    top: -100px;
    animation: shine 6s infinite;
    height: 150px;
    position: absolute;
    width: 150%;
    left: -100px;
    transform: rotate(45deg);
    background: rgba(255, 255, 255, 0.2);
}@keyframes shine {
    0% { top: -100px; left: -100px; }
    100% { top: 100%; left: 100%; }
}

.connect-form-nDqrp .message-support-kVLJ3 {
    width: 55%;
    padding: 50px 40px;
    position: relative;
}.connect-form-nDqrp .message-support-kVLJ3::before {
    top: -50px;
    background: radial-gradient(circle, rgba(rgb(190,163,193), 0.05) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 0;
    right: -50px;
    height: 200px;
    position: absolute;
    content: "";
    width: 200px;
}.connect-form-nDqrp form {
    position: relative;
    z-index: 2;
}.connect-form-nDqrp form h3 {
    font-size: 23px;
    font-weight: 600;
    position: relative;
    margin-bottom: 30px;
    display: inline-block;
    color: #000000;
}.connect-form-nDqrp form h3::after {
    height: 2px;
    content: "";
    background: rgb(190,163,193);
    bottom: -10px;
    left: 0;
    width: 40px;
    position: absolute;
}.connect-form-nDqrp form input[type="text"] {
    border: 1px solid rgba(#000000, 0.1);
    position: relative;
    width: 100%;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    transition: all 0.3s ease;
    margin-bottom: 20px;
    font-size: 18px;
    background: rgba(#ffffff, 0.8);
    color: #000000;
    padding: 15px 20px;
}.connect-form-nDqrp form input[type="text"]:focus {
    box-shadow: 0 0 0 3px rgba(rgb(190,163,193), 0.1);
    outline: none;
    border-color: rgb(190,163,193);
    background: #ffffff;
}.connect-form-nDqrp form input[type="text"]::placeholder {
    color: rgba(#000000, 0.5);
    transition: all 0.3s ease;
}.connect-form-nDqrp form input[type="text"]:focus::placeholder {
    transform: translateX(5px);
    opacity: 0.5;
}.connect-form-nDqrp .connect-links-lnUFD {
    align-items: flex-start;
    position: relative;
    display: flex;
    margin-bottom: 30px;
}.connect-form-nDqrp .connect-links-lnUFD input[type="checkbox"] {
    height: 0;
    opacity: 0;
    position: absolute;
    width: 0;
    cursor: pointer;
}.connect-form-nDqrp .connect-links-lnUFD label {
    cursor: pointer;
    position: relative;
    color: #000000;
    font-size: 14px;
    line-height: 1.4;
    user-select: none;
    padding-left: 35px;
}.connect-form-nDqrp .connect-links-lnUFD label::before {
    left: 0;
    content: "";
    background: rgba(#ffffff, 0.8);
    border: 1px solid rgba(#000000, 0.2);
    transition: all 0.3s ease;
    border-radius: 10px;
    height: 22px;
    position: absolute;
    width: 22px;
    top: 0;
}.connect-form-nDqrp .connect-links-lnUFD input[type="checkbox"]:checked + label::before {
    border-color: rgb(190,163,193);
    background: rgb(190,163,193);
}.connect-form-nDqrp .connect-links-lnUFD input[type="checkbox"]:checked + label::after {
    transform: rotate(45deg);
    left: 8px;
    border: solid #ffffff;
    top: 4px;
    height: 12px;
    position: absolute;
    border-width: 0 2px 2px 0;
    content: "";
    width: 6px;
}.connect-form-nDqrp .connect-links-lnUFD label a {
    color: rgb(190,163,193);
    position: relative;
    transition: all 0.3s ease;
    text-decoration: none;
}.connect-form-nDqrp .connect-links-lnUFD label a::after {
    transition: transform 0.3s ease;
    content: "";
    transform: scaleX(0);
    width: 100%;
    transform-origin: left;
    position: absolute;
    bottom: -2px;
    height: 1px;
    left: 0;
    background: rgb(190,163,193);
}.connect-form-nDqrp .connect-links-lnUFD label a:hover {
    color: rgb(153,117,151);
}.connect-form-nDqrp .connect-links-lnUFD label a:hover::after {
    transform: scaleX(1);
    background: rgb(153,117,151);
}.connect-form-nDqrp .query-map-534WX {
    cursor: pointer;
    overflow: hidden;
    transition: all 0.3s ease;
    border: none;
    background: linear-gradient(90deg, rgb(190,163,193), rgb(153,117,151));
    font-weight: 600;
    font-size: 15px;
    border-radius: 10px;
    color: #ffffff;
    padding: 15px 20px;
    width: 100%;
    position: relative;
    z-index: 1;
}.connect-form-nDqrp .query-map-534WX::before {
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    background: linear-gradient(90deg, rgb(153,117,151), rgb(190,163,193));
    z-index: -1;
    content: "";
    position: absolute;
    transition: opacity 0.3s ease;
    opacity: 0;
}.connect-form-nDqrp .query-map-534WX:hover::before {
    opacity: 1;
}.connect-form-nDqrp .query-map-534WX:active {
    transform: translateY(2px);
}.connect-form-nDqrp svg {
    transition: fill 0.3s ease;
    fill: rgb(190,163,193);
    margin-right: 10px;
    height: 20px;
    width: 20px;
}.connect-form-nDqrp svg path {
    transition: fill 0.3s ease;
    fill: rgb(190,163,193);
}.connect-form-nDqrp svg:hover,
.connect-form-nDqrp svg:hover path {
    fill: rgb(153,117,151);
}.connect-form-nDqrp form input {
    background: rgb(229,216,230);
}
@media (max-width: 1024px) {.connect-form-nDqrp {
    padding: 60px 0;
}.connect-form-nDqrp .container {
    padding: 0 15px;
}.connect-form-nDqrp h2 {
    margin-bottom: 40px;
}.connect-form-nDqrp .message-support-kVLJ3 {
    padding: 40px 30px;
}
}

@media (max-width: 768px) {.connect-form-nDqrp {
    padding: 50px 0;
}.connect-form-nDqrp h2 {
    margin-bottom: 30px;
}.connect-form-nDqrp .feedback-inquiry-gfQ9o {
    flex-direction: column;
}.connect-form-nDqrp .landscape-image-2rpvU {
    width: 100%;
    height: 250px;
}.connect-form-nDqrp .message-support-kVLJ3 {
    padding: 30px 25px;
    width: 100%;
}.connect-form-nDqrp form h3 {
    margin-bottom: 25px;
}.connect-form-nDqrp form input[type="text"] {
    padding: 12px 15px;
    margin-bottom: 15px;
}.connect-form-nDqrp .connect-links-lnUFD {
    margin-bottom: 25px;
}.connect-form-nDqrp .query-map-534WX {
    padding: 12px 15px;
}
}

@media (max-width: 480px) {.connect-form-nDqrp {
    padding: 40px 0;
}.connect-form-nDqrp h2 {
    font-size: calc(32px * 0.85);
    margin-bottom: 25px;
}.connect-form-nDqrp .landscape-image-2rpvU {
    height: 200px;
}.connect-form-nDqrp .message-support-kVLJ3 {
    padding: 25px 20px;
}.connect-form-nDqrp form h3 {
    font-size: calc(23px * 0.9);
    margin-bottom: 20px;
}.connect-form-nDqrp form input[type="text"] {
    margin-bottom: 12px;
    padding: 10px 12px;
}.connect-form-nDqrp .connect-links-lnUFD {
    margin-bottom: 20px;
}.connect-form-nDqrp .connect-links-lnUFD label {
    padding-left: 30px;
    font-size: calc(14px * 0.9);
}.connect-form-nDqrp .connect-links-lnUFD label::before {
    width: 18px;
    height: 18px;
}.connect-form-nDqrp .connect-links-lnUFD input[type="checkbox"]:checked + label::after {
    left: 6px;
    top: 3px;
    width: 5px;
    height: 10px;
}.connect-form-nDqrp .query-map-534WX {
    padding: 10px 12px;
}
}

@media (prefers-reduced-motion: reduce) {.connect-form-nDqrp::after,
    .connect-form-nDqrp .landscape-image-2rpvU::before {
    animation: none;
}.connect-form-nDqrp .feedback-inquiry-gfQ9o:hover {
    transform: none;
}}.teacher-profile-M5Nlg {
    position: relative;
    padding: 4rem 0;
    background-color: rgb(229,216,230);
    overflow: hidden;
}.teacher-profile-M5Nlg::before {
    right: -5%;
    position: absolute;
    filter: blur(20px);
    transform: rotate(15deg);
    content: "";
    z-index: 0;
    opacity: 0.07;
    height: 40%;
    top: -5%;
    width: 40%;
    background: linear-gradient(135deg, rgb(190,163,193,0.5), rgb(190,163,193));
}.teacher-profile-M5Nlg::after {
    bottom: -5%;
    background: linear-gradient(225deg, rgb(153,117,151), rgb(153,117,151,0.5));
    transform: rotate(-15deg);
    height: 40%;
    filter: blur(20px);
    z-index: 0;
    opacity: 0.07;
    position: absolute;
    width: 40%;
    content: "";
    left: -5%;
}.teacher-profile-M5Nlg .container {
    z-index: 2;
    padding: 0 1.5rem;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.teacher-profile-M5Nlg .success-testimonials-fg3PH {
    grid-template-columns: 1fr;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05), 
                0 1px 4px rgba(0,0,0,0.03),
                0 20px 40px rgba(rgb(190,163,193,0.5), 0.04);
    border-left: 4px solid rgb(190,163,193);
    gap: 2rem;
    padding: 2.5rem;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275),
                box-shadow 0.5s ease;
    background: linear-gradient(165deg, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.85) 100%);
    display: grid;
    position: relative;
}.teacher-profile-M5Nlg .success-testimonials-fg3PH:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.08), 
                0 3px 8px rgba(0,0,0,0.05),
                0 25px 50px rgba(rgb(190,163,193,0.5), 0.06);
}.teacher-profile-M5Nlg .success-testimonials-fg3PH::before {
    width: 80px;
    background: rgb(190,163,193,0.5);
    opacity: 0.05;
    position: absolute;
    border-radius: 10px;
    right: 1.5rem;
    height: 80px;
    top: 1.5rem;
    z-index: -1;
    transform: rotate(15deg);
    content: "";
}.teacher-profile-M5Nlg .success-testimonials-fg3PH > div:first-child {
    justify-self: center;
}.teacher-profile-M5Nlg .landscape-image-2rpvU {
    transform: perspective(800px) rotateY(5deg);
    width: 170px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    position: relative;
    overflow: hidden;
    height: 170px;
    border-radius: 2px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1),
                box-shadow 0.5s ease;
}.teacher-profile-M5Nlg .success-testimonials-fg3PH:hover .landscape-image-2rpvU {
    transform: perspective(800px) rotateY(-2deg) translateY(-5px);
    box-shadow: 15px 15px 30px rgba(0,0,0,0.15);
}.teacher-profile-M5Nlg .landscape-image-2rpvU::before {
    position: absolute;
    content: "";
    background: linear-gradient(
        135deg,
        rgba(rgb(190,163,193,0.5), 0.2) 0%,
        transparent 40%,
        transparent 60%,
        rgba(rgb(153,117,151,0.5), 0.2) 100%
    );
    inset: 0;
    z-index: 1;
}.teacher-profile-M5Nlg .landscape-image-2rpvU::after {
    opacity: 0;
    z-index: 2;
    transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
    top: -50%;
    width: 200%;
    content: "";
    transform: rotate(25deg);
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgba(255,255,255,0) 30%,
        rgba(255,255,255,0.2) 50%,
        rgba(255,255,255,0) 70%,
        transparent 100%
    );
    left: -50%;
    height: 200%;
    position: absolute;
}.teacher-profile-M5Nlg .success-testimonials-fg3PH:hover .landscape-image-2rpvU::after {
    opacity: 1;
    transform: rotate(25deg) translate(50%, 50%);
}.teacher-profile-M5Nlg .name {
    letter-spacing: 0.03em;
    position: relative;
    font-weight: 700;
    margin: 0 0 0.75rem;
    display: inline-block;
    font-size: 21px;
    color: #000000;
}.teacher-profile-M5Nlg .name::after {
    bottom: -5px;
    width: 2.5rem;
    height: 3px;
    position: absolute;
    content: "";
    transform-origin: left center;
    left: 0;
    transform: scaleX(0.8);
    background: linear-gradient(to right, rgb(190,163,193), rgb(190,163,193,0.5));
    transition: transform 0.35s ease;
}.teacher-profile-M5Nlg .success-testimonials-fg3PH:hover .name::after {
    transform: scaleX(1);
}.teacher-profile-M5Nlg .success-testimonials-fg3PH > div:nth-child(2) > div {
    transition: color 0.3s ease, opacity 0.3s ease;
    opacity: 0.85;
    padding-left: 0.5rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    margin-bottom: 1rem;
    font-size: calc(13px * 0.95);
    color: rgba(0, 0, 0, 0.5);
    position: relative;
}.teacher-profile-M5Nlg .success-testimonials-fg3PH:hover > div:nth-child(2) > div {
    opacity: 1;
    color: rgb(190,163,193);
}.teacher-profile-M5Nlg .success-testimonials-fg3PH > div:nth-child(2) > div::before {
    position: absolute;
    top: 0.4em;
    opacity: 0.75;
    transition: height 0.3s ease, top 0.3s ease;
    left: 0;
    width: 3px;
    height: 0.8em;
    content: "";
    background-color: rgb(153,117,151);
}.teacher-profile-M5Nlg .success-testimonials-fg3PH:hover > div:nth-child(2) > div::before {
    height: 1.2em;
    top: 0.2em;
}.teacher-profile-M5Nlg .job-area-sxbP3 {
    color: #000000;
    line-height: 1.7;
    border-left: 2px solid rgba(rgb(190,163,193,0.5), 0.3);
    transition: border-color 0.3s ease;
    font-size: 13px;
    padding-left: 1rem;
    margin: 0;
    position: relative;
}.teacher-profile-M5Nlg .success-testimonials-fg3PH:hover .job-area-sxbP3 {
    border-left-color: rgb(190,163,193);
}.teacher-profile-M5Nlg .job-area-sxbP3::before {
    top: -1.5rem;
    position: absolute;
    left: -0.5rem;
    line-height: 1;
    content: "";
    font-size: 4rem;
    color: rgb(190,163,193,0.5);
    opacity: 0.15;
}

@media (min-width: 768px) {.teacher-profile-M5Nlg {
    padding: 6rem 0;
}.teacher-profile-M5Nlg .success-testimonials-fg3PH {
    grid-template-rows: auto 1fr;
    grid-template-columns: auto 1fr;
    gap: 2rem 3rem;
    padding: 3rem;
}.teacher-profile-M5Nlg .success-testimonials-fg3PH > div:first-child {
    grid-row: 1 / 3;
    justify-self: start;
}.teacher-profile-M5Nlg .landscape-image-2rpvU {
    height: 280px;
    width: 220px;
}.teacher-profile-M5Nlg .name {
    font-size: calc(21px * 1.1);
    margin: 0 0 1rem;
}.teacher-profile-M5Nlg .job-area-sxbP3 {
    padding-left: 1.5rem;
    line-height: 1.75;
    font-size: calc(13px * 1.05);
}
}

@media (min-width: 992px) {.teacher-profile-M5Nlg {
    padding: 8rem 0;
}.teacher-profile-M5Nlg .success-testimonials-fg3PH {
    margin: 0 auto;
    border-left-width: 6px;
    max-width: 90%;
    gap: 2.5rem 4rem;
    padding: 4rem;
}.teacher-profile-M5Nlg .landscape-image-2rpvU {
    width: 240px;
    height: 320px;
}.teacher-profile-M5Nlg .success-testimonials-fg3PH > div:nth-child(2) > div {
    font-size: calc(13px * 1);
}.teacher-profile-M5Nlg .job-area-sxbP3 {
    line-height: 1.8;
    font-size: calc(13px * 1.1);
}
}

@media (max-width: 767px) {.teacher-profile-M5Nlg .success-testimonials-fg3PH {
    padding: 2rem;
}.teacher-profile-M5Nlg .landscape-image-2rpvU {
    height: 140px;
    margin-bottom: 1rem;
    width: 140px;
}.teacher-profile-M5Nlg .name {
    font-size: calc(21px * 0.95);
}.teacher-profile-M5Nlg .success-testimonials-fg3PH > div:nth-child(2) > div {
    font-size: calc(13px * 0.9);
}.teacher-profile-M5Nlg .job-area-sxbP3 {
    font-size: calc(13px * 0.95);
    padding-left: 0.75rem;
    line-height: 1.6;
}
}

@media (hover: none) {.teacher-profile-M5Nlg .success-testimonials-fg3PH {
    box-shadow: 0 10px 30px rgba(0,0,0,0.05), 
                    0 1px 4px rgba(0,0,0,0.03),
                    0 20px 40px rgba(rgb(190,163,193,0.5), 0.04) !important;
    transform: none !important;
}.teacher-profile-M5Nlg .landscape-image-2rpvU {
    transform: none !important;
}.teacher-profile-M5Nlg .landscape-image-2rpvU::after {
    display: none;
}.teacher-profile-M5Nlg .name::after {
    transform: scaleX(1);
}}.teaching-process-ZwA7Q {
    position: relative;
    perspective: 1200px;
    overflow: hidden;
    padding: 9rem 2rem 7rem;
    background: rgb(229,216,230);
}.teaching-process-ZwA7Q::before {
    left: 0;
    width: 100%;
    background: linear-gradient(
        45deg,
        transparent,
        rgb(190,163,193,0.5) 70%,
        transparent
    );
    height: 100%;
    animation: bgSweep 8s linear infinite alternate;
    content: "";
    top: 0;
    z-index: 1;
    position: absolute;
    opacity: 0.15;
}.teaching-process-ZwA7Q::after {
    background: 
        radial-gradient(circle at 30% 30%, rgb(190,163,193,0.5) 0%, transparent 50%),
        radial-gradient(circle at 70% 70%, rgb(153,117,151,0.5) 0%, transparent 50%);
    content: "";
    z-index: 0;
    animation: rotateBg 30s linear infinite;
    width: 120%;
    position: absolute;
    opacity: 0.2;
    height: 120%;
    transform-origin: center;
    left: -10%;
    top: -10%;
    filter: blur(60px);
}.teaching-process-ZwA7Q .learn-learn-ITSWw {
    flex-direction: column;
    max-width: 1000px;
    display: flex;
    position: relative;
    gap: 4rem;
    margin: 0 auto;
    align-items: center;
    z-index: 2;
    transform-style: preserve-3d;
}.teaching-process-ZwA7Q h3 {
    position: relative;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    text-align: center;
    background: #ffffff;
    margin: 0;
    font-size: 34px;
    transform: translateZ(50px) rotateX(5deg);
    padding: 2.5rem 3rem;
    animation: floatHeader 6s ease-in-out infinite, fadeIn 1s ease-out forwards;
    font-weight: 700;
    color: #000000;
}.teaching-process-ZwA7Q h3::before,
.teaching-process-ZwA7Q h3::after {
    z-index: -1;
    animation: floatShadow 6s ease-in-out infinite;
    width: 90%;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
    height: 90%;
    top: 5%;
    content: "";
    border-radius: inherit;
    left: 5%;
    position: absolute;
}.teaching-process-ZwA7Q h3::before {
    background: rgb(190,163,193,0.5);
    transform: translateZ(-20px) scale(0.98);
}.teaching-process-ZwA7Q h3::after {
    transform: translateZ(-40px) scale(0.96);
    background: rgb(153,117,151,0.5);
}.teaching-process-ZwA7Q span {
    transform: translateZ(30px) rotateX(-3deg);
    opacity: 0;
    width: 90%;
    animation: floatContent 6s ease-in-out infinite 1s, fadeIn 1s 0.3s ease-out forwards;
    position: relative;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(0, 0, 0, 0.05);
    line-height: 1.8;
    border-radius: 20px;
    color: #000000;
    font-size: 18px;
    background: #ffffff;
    padding: 3rem;
}.teaching-process-ZwA7Q span::before,
.teaching-process-ZwA7Q span::after {
    position: absolute;
    height: 95%;
    content: "";
    left: 2.5%;
    animation: floatShadow 6s ease-in-out infinite 1s;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
    top: 2.5%;
    border-radius: inherit;
    width: 95%;
    z-index: -1;
}.teaching-process-ZwA7Q span::before {
    transform: translateZ(-20px) scale(0.98);
    background: rgb(153,117,151,0.5);
}.teaching-process-ZwA7Q span::after {
    background: rgb(190,163,193,0.5);
    transform: translateZ(-40px) scale(0.96);
}

@keyframes bgSweep {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@keyframes rotateBg {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes floatHeader {
    0%, 100% {
        transform: translateZ(50px) rotateX(5deg) translateY(0);
    }
    50% {
        transform: translateZ(50px) rotateX(5deg) translateY(-15px);
    }
}

@keyframes floatContent {
    0%, 100% {
        transform: translateZ(30px) rotateX(-3deg) translateY(0);
    }
    50% {
        transform: translateZ(30px) rotateX(-3deg) translateY(-10px);
    }
}

@keyframes floatShadow {
    0%, 100% {
        opacity: 0.3;
        transform: translateZ(var(--z, -20px));
    }
    50% {
        opacity: 0.5;
        transform: translateZ(var(--z, -20px));
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(30px) translateZ(var(--z, 0px)) rotateX(var(--rx, 0deg));
    }
    to {
        opacity: 1;
        transform: translateY(0) translateZ(var(--z, 0px)) rotateX(var(--rx, 0deg));
    }
}

@media (max-width: 992px) {.teaching-process-ZwA7Q {
    padding: 7rem 1.5rem 5rem;
    perspective: 800px;
}.teaching-process-ZwA7Q h3 {
    --rx: 3deg;
    transform: translateZ(30px) rotateX(3deg);
    font-size: calc(34px * 0.9);
    padding: 2rem;
    --z: 30px;
}.teaching-process-ZwA7Q span {
    --z: 20px;
    padding: 2rem;
    transform: translateZ(20px) rotateX(-2deg);
    --rx: -2deg;
    width: 95%;
}.teaching-process-ZwA7Q .learn-learn-ITSWw {
    gap: 3rem;
}
    
    @keyframes floatHeader {
        0%, 100% {
            transform: translateZ(30px) rotateX(3deg) translateY(0);
        }
        50% {
            transform: translateZ(30px) rotateX(3deg) translateY(-10px);
        }
    }
    
    @keyframes floatContent {
        0%, 100% {
            transform: translateZ(20px) rotateX(-2deg) translateY(0);
        }
        50% {
            transform: translateZ(20px) rotateX(-2deg) translateY(-7px);
        }
    }
}

@media (max-width: 768px) {.teaching-process-ZwA7Q {
    padding: 5rem 1rem 4rem;
    perspective: 500px;
}.teaching-process-ZwA7Q h3 {
    transform: translateZ(15px) rotateX(2deg);
    --rx: 2deg;
    font-size: calc(34px * 0.8);
    --z: 15px;
    padding: 1.5rem;
}.teaching-process-ZwA7Q span {
    padding: 1.5rem;
    --z: 10px;
    font-size: calc(18px * 0.95);
    --rx: -1deg;
    width: 100%;
    transform: translateZ(10px) rotateX(-1deg);
}.teaching-process-ZwA7Q .learn-learn-ITSWw {
    gap: 2rem;
}@keyframes floatHeader {
        0%, 100% {
            transform: translateZ(15px) rotateX(2deg) translateY(0);
        }
        50% {
            transform: translateZ(15px) rotateX(2deg) translateY(-7px);
        }
    }
    
    @keyframes floatContent {
        0%, 100% {
            transform: translateZ(10px) rotateX(-1deg) translateY(0);
        }
        50% {
            transform: translateZ(10px) rotateX(-1deg) translateY(-5px);
        }
    }
}.follow-3mz0G {
    position: relative;
    background: rgb(229,216,230);
    padding: 100px 0;
    overflow: hidden;
}.follow-3mz0G::before {
    content: "";
    position: absolute;
    left: 0;
    opacity: 0.3;
    background: linear-gradient(
        135deg,
        transparent 20%,
        rgb(190,163,193,0.5) 20%, 
        rgb(190,163,193,0.5) 22%,
        transparent 22%,
        transparent 80%,
        rgb(153,117,151,0.5) 80%,
        rgb(153,117,151,0.5) 82%,
        transparent 82%
    );
    height: 100%;
    top: 0;
    width: 100%;
}.follow-3mz0G .learn-learn-ITSWw {
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
    max-width: 800px;
}.follow-3mz0G .inquiry-box-kENov {
    grid-template-columns: 1fr 1fr;
    gap: 10% 5%;
    display: grid;
    position: relative;
}.follow-3mz0G h3 {
    font-weight: 700;
    max-width: 80%;
    margin-bottom: 40px;
    line-height: 1.1;
    grid-column: 1 / -1;
    position: relative;
    font-size: clamp(21px, 5vw, 40px);
    color: #000000;
}.follow-3mz0G h3::first-letter {
    font-weight: 700;
    font-size: 1.5em;
    color: rgb(190,163,193);
}.follow-3mz0G .input_holder {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    grid-column: 1 / -1;
}.follow-3mz0G input[type="email"] {
    font-family: Arial, sans-serif;
    flex: 2;
    background: transparent;
    height: 50px;
    transition: all 0.3s ease;
    border: none;
    padding: 0;
    font-size: 12px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.5);
    color: #000000;
}.follow-3mz0G input[type="email"]::placeholder {
    color: #000000;
    transition: all 0.3s ease;
    opacity: 0.7;
}.follow-3mz0G input[type="email"]:focus {
    outline: none;
    border-color: rgb(190,163,193);
}.follow-3mz0G input[type="email"]:focus::placeholder {
    transform: translateY(-10px);
    opacity: 0;
}.follow-3mz0G .sub-warning-0mqB7 {
    overflow: hidden;
    font-family: Arial, sans-serif;
    border-radius: 0;
    letter-spacing: 2px;
    position: relative;
    flex: 1;
    height: 50px;
    font-size: 15px;
    color: #000000;
    font-weight: 400;
    cursor: pointer;
    background: transparent;
    transition: all 0.3s ease;
    border: 1px solid #000000;
    text-transform: uppercase;
}.follow-3mz0G .sub-warning-0mqB7::before {
    width: 0;
    position: absolute;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    top: 0;
    height: 100%;
    content: "";
    left: 0;
    z-index: -1;
    background: rgb(190,163,193);
}.follow-3mz0G .sub-warning-0mqB7:hover {
    border-color: rgb(190,163,193);
    color: #ffffff;
}.follow-3mz0G .sub-warning-0mqB7:hover::before {
    width: 100%;
}.follow-3mz0G::after {
    width: 60%;
    bottom: 60px;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(0, 0, 0, 0.5),
        transparent
    );
    content: "";
    position: absolute;
    left: 20%;
    height: 1px;
}

@keyframes floatText {
    0% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
    100% { transform: translateY(0); }
}

@media (max-width: 768px) {.follow-3mz0G {
    padding: 80px 0 100px;
}.follow-3mz0G .inquiry-box-kENov {
    grid-template-columns: 1fr;
    gap: 20px;
}.follow-3mz0G h3 {
    margin-bottom: 30px;
    max-width: 100%;
}.follow-3mz0G .input_holder {
    flex-direction: column;
}.follow-3mz0G input[type="email"],
    .follow-3mz0G .sub-warning-0mqB7 {
    width: 100%;
}.follow-3mz0G .sub-warning-0mqB7 {
    margin-top: 20px;
}.follow-3mz0G::after {
    bottom: 50px;
    width: 80%;
    left: 10%;
}
}

@media (max-width: 480px) {.follow-3mz0G {
    padding: 60px 0 80px;
}.follow-3mz0G h3 {
    font-size: 21px;
    margin-bottom: 25px;
}.follow-3mz0G input[type="email"] {
    font-size: calc(12px * 0.9);
}.follow-3mz0G .sub-warning-0mqB7 {
    font-size: calc(15px * 0.9);
    letter-spacing: 1px;
}.follow-3mz0G::after {
    bottom: 40px;
}}.welcome-page-FuEri {
    background: linear-gradient(135deg, rgb(229,216,230) 0%, rgba(0, 0, 0, 0.5) 100%);
    justify-content: center;
    min-height: 100vh;
    overflow: hidden;
    display: flex;
    position: relative;
    align-items: center;
}.welcome-page-FuEri::before {
    z-index: 1;
    content: "";
    position: absolute;
    width: 100%;
    background: linear-gradient(to right, rgb(190,163,193,0.5) 0%, transparent 75%);
    left: 0;
    height: 100%;
    top: 0;
    opacity: 0.4;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
}.welcome-page-FuEri::after {
    z-index: 0;
    bottom: -10%;
    right: -5%;
    content: "";
    transform: rotate(-15deg);
    background: rgb(153,117,151);
    opacity: 0.1;
    width: 35%;
    height: 70%;
    position: absolute;
}.welcome-page-FuEri .tech-master-29JPV {
    max-width: 1200px;
    padding: 2rem;
    position: relative;
    z-index: 2;
    gap: 2rem;
    display: grid;
    width: 90%;
    grid-template-columns: 1fr;
}.welcome-page-FuEri .tech-master-29JPV > div:first-child {
    transform: translateY(-1rem);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    position: relative;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    padding: 1.5rem;
    background: #ffffff;
}.welcome-page-FuEri .tech-master-29JPV > div:first-child:hover {
    transform: translateY(-1.5rem) scale(1.02);
}.welcome-page-FuEri .tech-master-29JPV > div:first-child p {
    margin: 0;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    font-size: calc(18px * 1.2);
    z-index: 3;
    color: #000000;
    font-weight: 600;
    position: relative;
}.welcome-page-FuEri .learning-growth-YsB4A {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    position: relative;
}.welcome-page-FuEri .learning-growth-YsB4A > div {
    justify-content: space-between;
    padding: 3rem 2rem;
    min-height: 400px;
    position: relative;
    display: flex;
    height: 100%;
    flex-direction: column;
}.welcome-page-FuEri .learning-growth-YsB4A > div::before {
    background: linear-gradient(to bottom, 
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.5) 100%);
    z-index: 1;
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    content: "";
    top: 0;
}.welcome-page-FuEri .learning-growth-YsB4A h3 {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    transform: translateX(1rem);
    margin-bottom: 2rem;
    font-size: calc(22px * 1.1);
    z-index: 2;
    max-width: 90%;
    opacity: 0.9;
    line-height: 1.4;
    font-weight: 400;
    transition: all 0.4s ease;
    position: relative;
    color: #ffffff;
}.welcome-page-FuEri .learning-growth-YsB4A:hover h3 {
    opacity: 1;
    transform: translateX(0);
}.welcome-page-FuEri .learning-growth-YsB4A div div {
    position: relative;
    z-index: 2;
}.welcome-page-FuEri .learning-growth-YsB4A div div div {
    padding: 2rem;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    transform: translateY(1rem);
}.welcome-page-FuEri .learning-growth-YsB4A:hover div div div {
    transform: translateY(0);
}.welcome-page-FuEri .title_style_header {
    font-size: calc(42px * 0.9);
    padding-left: 1rem;
    margin: 0;
    color: rgb(190,163,193);
    line-height: 1.2;
    font-weight: 700;
    position: relative;
}.welcome-page-FuEri .title_style_header::before {
    position: absolute;
    left: 0;
    content: "";
    transition: transform 0.3s ease;
    top: 0;
    background: rgb(153,117,151);
    transform: scaleY(0.8);
    width: 4px;
    height: 100%;
}.welcome-page-FuEri .learning-growth-YsB4A:hover .title_style_header::before {
    transform: scaleY(1);
}

@media (min-width: 768px) {.welcome-page-FuEri .tech-master-29JPV {
    gap: 3rem;
    grid-template-columns: 1fr 2fr;
}.welcome-page-FuEri .tech-master-29JPV > div:first-child {
    transform: translateY(0) translateX(-1rem);
    align-self: center;
}.welcome-page-FuEri .tech-master-29JPV > div:first-child:hover {
    transform: translateX(-1.5rem) scale(1.02);
}.welcome-page-FuEri .title_style_header {
    font-size: 42px;
}.welcome-page-FuEri .learning-growth-YsB4A > div {
    min-height: 500px;
}
}

@media (min-width: 992px) {.welcome-page-FuEri .tech-master-29JPV {
    width: 85%;
    padding: 3rem;
}.welcome-page-FuEri .learning-growth-YsB4A h3 {
    font-size: 22px;
    max-width: 80%;
}.welcome-page-FuEri .learning-growth-YsB4A > div {
    padding: 4rem 3rem;
}.welcome-page-FuEri .learning-growth-YsB4A div div div {
    padding: 3rem;
    max-width: 85%;
}
}

@media (max-width: 767px) {.welcome-page-FuEri {
    padding: 4rem 0;
}.welcome-page-FuEri .tech-master-29JPV {
    gap: 1.5rem;
}.welcome-page-FuEri .title_style_header {
    font-size: calc(33px * 0.9);
}.welcome-page-FuEri .learning-growth-YsB4A h3 {
    font-size: calc(18px * 1.1);
    max-width: 100%;
}
}

@media (max-width: 480px) {.welcome-page-FuEri .tech-master-29JPV {
    width: 95%;
    padding: 1rem;
}.welcome-page-FuEri .tech-master-29JPV > div:first-child {
    padding: 1rem;
}.welcome-page-FuEri .tech-master-29JPV > div:first-child p {
    font-size: 18px;
}.welcome-page-FuEri .learning-growth-YsB4A > div {
    padding: 2rem 1rem;
    min-height: 350px;
}.welcome-page-FuEri .learning-growth-YsB4A div div div {
    padding: 1.5rem;
}}.potential-students-8yuvL {
    background: rgb(229,216,230);
    position: relative;
    overflow: hidden;
    padding: 120px 0 100px;
}.potential-students-8yuvL::before {
    width: 100%;
    z-index: 1;
    background: rgb(190,163,193,0.5);
    height: 100%;
    right: -50%;
    top: -50%;
    position: absolute;
    content: "";
    transform: rotate(35deg);
}.potential-students-8yuvL::after {
    left: -50%;
    height: 100%;
    position: absolute;
    background: rgb(153,117,151,0.5);
    bottom: -50%;
    content: "";
    z-index: 1;
    transform: rotate(-35deg);
    width: 100%;
}.potential-students-8yuvL .container {
    max-width: 1140px;
    padding: 0 15px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}.potential-students-8yuvL .learn-learn-ITSWw {
    background: #ffffff;
    border-radius: 24px;
    padding: 60px 40px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
}.potential-students-8yuvL .learn-learn-ITSWw::before {
    width: 100%;
    background: linear-gradient(90deg, rgb(190,163,193), rgb(153,117,151));
    top: 0;
    position: absolute;
    height: 6px;
    content: "";
    left: 0;
}.potential-students-8yuvL .learn-learn-ITSWw::after {
    border: 2px solid rgb(190,163,193,0.5);
    border-radius: 50%;
    opacity: 0.5;
    width: 120px;
    height: 120px;
    z-index: -1;
    content: "";
    right: 20px;
    position: absolute;
    top: 20px;
}.potential-students-8yuvL h4 {
    font-weight: 700;
    text-align: center;
    color: #000000;
    margin-bottom: 50px;
    position: relative;
    font-size: 35px;
}.potential-students-8yuvL h4::before {
    width: 40px;
    bottom: -20px;
    content: "";
    position: absolute;
    transform: translateX(-50%);
    background: rgb(190,163,193);
    border-radius: 10px;
    height: 4px;
    left: 50%;
}.potential-students-8yuvL h4::after {
    height: 4px;
    border-radius: 10px;
    transform: translateX(-20px);
    left: 50%;
    width: 80px;
    content: "";
    bottom: -20px;
    background: rgb(153,117,151,0.5);
    position: absolute;
}.potential-students-8yuvL div > div {
    gap: 30px;
    position: relative;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    display: grid;
}.potential-students-8yuvL div > div::before {
    z-index: -1;
    content: "";
    left: 0;
    width: 100%;
    top: 50%;
    height: 1px;
    position: absolute;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(153,117,151,0.5) 20%, 
        rgb(153,117,151,0.5) 80%, 
        transparent 100%);
    opacity: 0.5;
}.potential-students-8yuvL p {
    border-radius: 10px;
    z-index: 1;
    background: #ffffff;
    color: #000000;
    border: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 15px;
    display: flex;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    margin: 0;
    padding: 24px;
    position: relative;
    align-items: center;
}.potential-students-8yuvL p::before {
    background: linear-gradient(135deg, #ffffff 0%, rgb(229,216,230) 100%);
    top: 0;
    border-radius: 10px;
    left: 0;
    width: 100%;
    transition: opacity 0.4s ease;
    height: 100%;
    opacity: 0;
    content: "";
    position: absolute;
    z-index: -1;
}.potential-students-8yuvL p:hover {
    border-color: rgb(190,163,193,0.5);
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}.potential-students-8yuvL p:hover::before {
    opacity: 1;
}.potential-students-8yuvL p svg {
    height: 28px;
    margin-right: 18px;
    width: 28px;
    flex-shrink: 0;
    transition: all 0.4s ease;
}.potential-students-8yuvL p svg path {
    transition: fill 0.3s ease;
    fill: rgb(190,163,193);
}.potential-students-8yuvL p:hover svg {
    transform: rotate(10deg) scale(1.2);
}.potential-students-8yuvL p:hover svg path {
    fill: rgb(153,117,151);
}@keyframes dotAnimation {
    0% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.5);
    }
    100% {
        transform: translateY(0) scale(1);
    }
}

.potential-students-8yuvL .learn-learn-ITSWw::before {
    animation: dotAnimation 8s infinite;
}@keyframes fadeSlideIn {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.potential-students-8yuvL .learn-learn-ITSWw > div p {
    opacity: 0;
    animation: fadeSlideIn 0.6s ease forwards;
}.potential-students-8yuvL .learn-learn-ITSWw > div p:nth-child(1) {
    animation-delay: 0.1s;
}.potential-students-8yuvL .learn-learn-ITSWw > div p:nth-child(2) {
    animation-delay: 0.3s;
}.potential-students-8yuvL .learn-learn-ITSWw > div p:nth-child(3) {
    animation-delay: 0.5s;
}.potential-students-8yuvL .learn-learn-ITSWw > div p:nth-child(4) {
    animation-delay: 0.7s;
}.potential-students-8yuvL .learn-learn-ITSWw > div p:nth-child(5) {
    animation-delay: 0.9s;
}.potential-students-8yuvL .learn-learn-ITSWw > div p:nth-child(6) {
    animation-delay: 1.1s;
}.potential-students-8yuvL p::after {
    height: 30px;
    border-radius: 50%;
    content: "";
    bottom: 10px;
    background: rgb(153,117,151,0.5);
    position: absolute;
    right: 10px;
    opacity: 0;
    transition: all 0.4s ease;
    width: 30px;
    z-index: -1;
}.potential-students-8yuvL p:hover::after {
    opacity: 0.3;
    transform: scale(2);
}

@media (max-width: 991px) {.potential-students-8yuvL {
    padding: 90px 0 80px;
}.potential-students-8yuvL .learn-learn-ITSWw {
    padding: 50px 30px;
}.potential-students-8yuvL h4 {
    font-size: calc(35px * 0.9);
    margin-bottom: 40px;
}.potential-students-8yuvL div > div {
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.potential-students-8yuvL p {
    padding: 20px;
}.potential-students-8yuvL .learn-learn-ITSWw::after {
    width: 100px;
    height: 100px;
}
}

@media (max-width: 768px) {.potential-students-8yuvL {
    padding: 80px 0 70px;
}.potential-students-8yuvL .learn-learn-ITSWw {
    padding: 40px 25px;
}.potential-students-8yuvL h4 {
    margin-bottom: 35px;
    font-size: calc(35px * 0.8);
}.potential-students-8yuvL div > div {
    gap: 20px;
    grid-template-columns: 1fr;
}.potential-students-8yuvL div > div::before {
    display: none;
}.potential-students-8yuvL p {
    padding: 18px;
}.potential-students-8yuvL p svg {
    margin-right: 15px;
    height: 24px;
    width: 24px;
}.potential-students-8yuvL .learn-learn-ITSWw::after {
    right: auto;
    width: 80px;
    top: auto;
    height: 80px;
    left: 20px;
    bottom: 20px;
}
}

@media (max-width: 576px) {.potential-students-8yuvL {
    padding: 60px 0 50px;
}.potential-students-8yuvL .learn-learn-ITSWw {
    padding: 35px 20px;
}.potential-students-8yuvL h4 {
    margin-bottom: 30px;
    font-size: calc(35px * 0.7);
}.potential-students-8yuvL h4::before {
    width: 30px;
    height: 3px;
}.potential-students-8yuvL h4::after {
    width: 60px;
    height: 3px;
}.potential-students-8yuvL p {
    font-size: calc(15px * 0.9);
    padding: 15px;
}.potential-students-8yuvL p svg {
    margin-right: 12px;
    height: 20px;
    width: 20px;
}.potential-students-8yuvL p:hover {
    transform: translateY(-5px) scale(1.01);
}.potential-students-8yuvL .learn-learn-ITSWw::after {
    width: 60px;
    height: 60px;
}}.our-story-xrGqT {
    overflow: hidden;
    padding: 120px 0 80px;
    position: relative;
}.our-story-xrGqT::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(190,163,193,0.5) 100%);
    top: 0;
    position: absolute;
    left: 0;
    backdrop-filter: blur(3px) saturate(110%);
    z-index: 1;
    content: "";
    bottom: 0;
    right: 0;
}.our-story-xrGqT::after {
    opacity: 0.15;
    animation: float 15s ease-in-out infinite alternate;
    right: -2%;
    width: 30%;
    content: "";
    transform: rotate(15deg);
    filter: blur(20px);
    position: absolute;
    z-index: 0;
    height: 40%;
    top: -5%;
    background: linear-gradient(120deg, rgb(153,117,151) 0%, rgb(190,163,193) 100%);
}.our-story-xrGqT .container {
    z-index: 2;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
}.our-story-xrGqT .news-item-v4YU1 {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1), 0 10px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    padding: 3.5rem;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(10px);
    border-left: 4px solid rgb(190,163,193);
    transform: perspective(1000px) rotateY(-1deg);
    position: relative;
}.our-story-xrGqT .news-item-v4YU1:hover {
    transform: perspective(1000px) rotateY(0deg);
}.our-story-xrGqT .news-item-v4YU1::before {
    height: 100%;
    left: 0;
    width: 100%;
    pointer-events: none;
    content: "";
    position: absolute;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
    top: 0;
    mix-blend-mode: overlay;
}.our-story-xrGqT h1 {
    position: relative;
    transform: translateX(-2%);
    font-size: 40px;
    letter-spacing: -0.05em;
    padding-bottom: 1rem;
    color: #000000;
    margin-bottom: 2rem;
    font-weight: 700;
}.our-story-xrGqT h1::after {
    width: 80px;
    transform-origin: left;
    left: 0;
    animation: expandLine 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    background: linear-gradient(90deg, rgb(190,163,193) 0%, rgb(153,117,151) 100%);
    bottom: 0;
    position: absolute;
    content: "";
    height: 3px;
}.our-story-xrGqT ul {
    margin: 0;
    padding: 0;
    list-style: none;
}.our-story-xrGqT li {
    margin-bottom: 1.5rem;
}.our-story-xrGqT h4 {
    font-size: 21px;
    letter-spacing: 0.03em;
    font-weight: 600;
    transform: translateX(-1%);
    margin-bottom: 1rem;
    color: rgb(190,163,193);
}.our-story-xrGqT span {
    padding-left: 1rem;
    max-width: 100%;
    display: block;
    position: relative;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8;
    color: #000000;
}.our-story-xrGqT span::first-letter {
    font-weight: 600;
    font-size: 1.2em;
    color: rgb(153,117,151);
}

@keyframes expandLine {
    0% {
        width: 0;
        opacity: 0;
    }
    100% {
        width: 80px;
        opacity: 1;
    }
}

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

@media (max-width: 991px) {.our-story-xrGqT {
    padding: 80px 0 60px;
}.our-story-xrGqT .news-item-v4YU1 {
    transform: perspective(800px) rotateY(-0.5deg);
    padding: 2.5rem;
}.our-story-xrGqT h1 {
    font-size: calc(40px * 0.9);
    margin-bottom: 1.5rem;
}.our-story-xrGqT h4 {
    font-size: calc(21px * 0.95);
}
}

@media (max-width: 767px) {.our-story-xrGqT {
    padding: 60px 0 40px;
}.our-story-xrGqT .news-item-v4YU1 {
    padding: 2rem 1.5rem;
    border-left-width: 3px;
    transform: none;
}.our-story-xrGqT h1 {
    margin-bottom: 1.25rem;
    font-size: calc(40px * 0.8);
}.our-story-xrGqT h1::after {
    height: 2px;
    width: 60px;
}.our-story-xrGqT h4 {
    font-size: calc(21px * 0.9);
    margin-bottom: 0.75rem;
}.our-story-xrGqT span {
    font-size: calc(15px * 0.95);
    padding-left: 0.75rem;
    line-height: 1.6;
}.our-story-xrGqT::after {
    width: 50%;
    right: -10%;
    top: -10%;
    height: 30%;
}
    
    @keyframes expandLine {
        100% {
            width: 60px;
        }
    }
}

@media (max-width: 480px) {.our-story-xrGqT {
    padding: 50px 0 30px;
}.our-story-xrGqT .news-item-v4YU1 {
    border-left-width: 2px;
    padding: 1.5rem 1.25rem;
}.our-story-xrGqT h1 {
    margin-bottom: 1rem;
    font-size: calc(40px * 0.7);
}.our-story-xrGqT h1::after {
    width: 50px;
}.our-story-xrGqT span {
    font-size: calc(15px * 0.9);
    line-height: 1.5;
    padding-left: 0.5rem;
}@keyframes expandLine {
        100% {
            width: 50px;
        }
    }
}.appDiv-47L9d {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(229,216,230) 0%, rgb(153,117,151,0.5) 100%);
    padding: 6rem 0;
    isolation: isolate;
}.appDiv-47L9d::before {
    height: 100%;
    animation: patternShift 30s linear infinite;
    content: "";
    background: repeating-linear-gradient(
        -45deg,
        rgb(153,117,151,0.5) 0px,
        rgb(153,117,151,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    opacity: 0.15;
    left: 0;
    top: 0;
    z-index: -1;
    position: absolute;
    width: 100%;
}.appDiv-47L9d::after {
    position: absolute;
    height: 250px;
    z-index: -1;
    background: rgb(190,163,193,0.5);
    right: -50px;
    opacity: 0.3;
    content: "";
    bottom: -50px;
    width: 250px;
    filter: blur(80px);
}.appDiv-47L9d .container {
    transform-style: preserve-3d;
    perspective: 1000px;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}.appDiv-47L9d h2 {
    font-weight: 700;
    color: #000000;
    position: relative;
    animation: slideInTitle 0.8s ease-out forwards;
    font-size: 35px;
    line-height: 1.3;
    margin-bottom: 2.5rem;
    text-align: center;
    font-family: Arial, sans-serif;
    transform: translateZ(20px);
}.appDiv-47L9d h2::after {
    width: 100px;
    transform: translateX(-50%);
    bottom: -15px;
    background: linear-gradient(to right, rgb(190,163,193), rgb(153,117,151));
    height: 4px;
    left: 50%;
    content: "";
    animation: expandWidth 1s ease-out 0.8s forwards;
    position: absolute;
}.appDiv-47L9d .learn-learn-ITSWw {
    padding: 2.5rem;
    transform: translateZ(10px) rotateX(2deg);
    position: relative;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08),
                0 30px 60px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(0, 0, 0, 0.02);
    border-radius: 10px;
    overflow: hidden;
}.appDiv-47L9d .learn-learn-ITSWw::before {
    height: 6px;
    content: "";
    width: 100%;
    top: 0;
    background: linear-gradient(90deg, rgb(190,163,193), rgb(153,117,151));
    left: 0;
    position: absolute;
    animation: gradientShift 8s ease infinite;
}.appDiv-47L9d .learn-learn-ITSWw ul {
    padding: 0;
    list-style: none;
    margin: 0;
}.appDiv-47L9d .learn-learn-ITSWw li {
    position: relative;
    opacity: 0;
    padding: 0;
    animation: fadeIn 1s ease-out 0.5s forwards;
}.appDiv-47L9d .learn-learn-ITSWw span {
    display: block;
    line-height: 1.7;
    position: relative;
    font-family: Arial, sans-serif;
    font-size: calc(16px * 1.1);
    text-align: center;
    color: #000000;
}.appDiv-47L9d .learn-learn-ITSWw:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1),
                0 35px 65px rgba(0, 0, 0, 0.07),
                0 0 0 1px rgba(0, 0, 0, 0.03);
    transform: translateZ(15px) rotateX(0deg);
}

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

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

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

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

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

@media (max-width: 1024px) {.appDiv-47L9d {
    padding: 5rem 0;
}.appDiv-47L9d h2 {
    margin-bottom: 2rem;
    font-size: calc(35px * 0.9);
}.appDiv-47L9d .learn-learn-ITSWw {
    padding: 2rem;
}
}

@media (max-width: 768px) {.appDiv-47L9d {
    padding: 4rem 0;
}.appDiv-47L9d h2 {
    margin-bottom: 1.8rem;
    font-size: calc(35px * 0.8);
}.appDiv-47L9d .learn-learn-ITSWw {
    transform: translateZ(5px) rotateX(1deg);
    padding: 1.8rem;
}.appDiv-47L9d .learn-learn-ITSWw span {
    line-height: 1.6;
    font-size: 16px;
}
}

@media (max-width: 576px) {.appDiv-47L9d {
    padding: 3rem 0;
}.appDiv-47L9d h2 {
    font-size: calc(35px * 0.7);
    margin-bottom: 1.5rem;
}.appDiv-47L9d h2::after {
    height: 3px;
    bottom: -10px;
}.appDiv-47L9d .learn-learn-ITSWw {
    transform: translateZ(0) rotateX(0deg);
    padding: 1.5rem;
}.appDiv-47L9d .learn-learn-ITSWw::before {
    height: 4px;
}.appDiv-47L9d .learn-learn-ITSWw span {
    line-height: 1.5;
    font-size: calc(16px * 0.95);
}
}

@media (prefers-reduced-motion) {.appDiv-47L9d h2,
    .appDiv-47L9d h2::after,
    .appDiv-47L9d .learn-learn-ITSWw,
    .appDiv-47L9d .learn-learn-ITSWw::before,
    .appDiv-47L9d .learn-learn-ITSWw li {
    transition: none;
    animation: none;
}.appDiv-47L9d .learn-learn-ITSWw:hover {
    transform: none;
}.appDiv-47L9d::before {
    animation: none;
}}.client-feedback-4ePr8 {
    position: relative;
    overflow: hidden;
    padding: 8rem 2rem;
    background: radial-gradient(circle at 30% 70%, rgb(229,216,230) 0%, rgb(153,117,151,0.5) 100%);
}.client-feedback-4ePr8::before {
    background: rgb(190,163,193,0.5);
    top: -150px;
    z-index: 0;
    content: "";
    width: 500px;
    position: absolute;
    filter: blur(100px);
    height: 500px;
    left: -150px;
    border-radius: 50%;
}.client-feedback-4ePr8::after {
    position: absolute;
    filter: blur(80px);
    width: 400px;
    height: 400px;
    content: "";
    border-radius: 50%;
    background: rgb(153,117,151,0.5);
    bottom: -100px;
    z-index: 0;
    right: -100px;
}.client-feedback-4ePr8 .learn-learn-ITSWw {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 1;
}.client-feedback-4ePr8 h4 {
    font-size: 30px;
    font-weight: 700;
    position: relative;
    color: #000000;
    text-align: center;
    margin-bottom: 5rem;
}.client-feedback-4ePr8 h4::before {
    left: 50%;
    width: 150px;
    animation: rotate 30s linear infinite;
    border: 2px dashed rgb(190,163,193,0.5);
    position: absolute;
    transform: translate(-50%, -50%) scale(1.5);
    border-radius: 50%;
    opacity: 0.5;
    height: 150px;
    top: 50%;
    content: "";
}@keyframes rotate {
    0% { transform: translate(-50%, -50%) scale(1.5) rotate(0deg); }
    100% { transform: translate(-50%, -50%) scale(1.5) rotate(360deg); }
}

.client-feedback-4ePr8 .alumni-voices-3A0X5 {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    justify-content: center;
}.client-feedback-4ePr8 .alumni-voices-3A0X5::before {
    transform: translate(-50%, -50%);
    top: 50%;
    position: absolute;
    border: 3px solid rgb(153,117,151,0.5);
    left: 50%;
    z-index: -1;
    content: "";
    border-radius: 50%;
    height: 400px;
    width: 400px;
}.client-feedback-4ePr8 .success-testimonials-fg3PH {
    width: calc(33.333% - 2rem);
    transform-style: preserve-3d;
    margin: 1rem;
    border-radius: 21px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease;
    padding: 2.5rem;
    overflow: hidden;
    position: relative;
    background: #ffffff;
}.client-feedback-4ePr8 .success-testimonials-fg3PH:nth-child(1) {
    transform: translateZ(20px);
}.client-feedback-4ePr8 .success-testimonials-fg3PH:nth-child(2) {
    transform: translateZ(15px);
}.client-feedback-4ePr8 .success-testimonials-fg3PH:nth-child(3) {
    transform: translateZ(10px);
}.client-feedback-4ePr8 .success-testimonials-fg3PH:nth-child(4) {
    transform: translateZ(5px);
}.client-feedback-4ePr8 .success-testimonials-fg3PH:nth-child(5) {
    transform: translateZ(0px);
}.client-feedback-4ePr8 .success-testimonials-fg3PH:nth-child(6) {
    transform: translateZ(-5px);
}.client-feedback-4ePr8 .success-testimonials-fg3PH:hover {
    transform: translateZ(30px);
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.15);
}.client-feedback-4ePr8 .success-testimonials-fg3PH::before {
    transition: all 0.3s ease;
    right: -40px;
    content: "";
    width: 80px;
    height: 80px;
    top: -40px;
    opacity: 0.2;
    position: absolute;
    background: rgb(190,163,193);
    border-radius: 50%;
}.client-feedback-4ePr8 .success-testimonials-fg3PH:hover::before {
    transform: scale(1.5);
}.client-feedback-4ePr8 .success-testimonials-fg3PH .landscape-image-2rpvU {
    height: 80px;
    border: 4px solid rgb(153,117,151,0.5);
    transition: all 0.4s ease;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    width: 80px;
    margin: 0 auto 1.5rem;
}.client-feedback-4ePr8 .success-testimonials-fg3PH .landscape-image-2rpvU::after {
    border-radius: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    content: "";
    top: 50%;
    animation: spin 15s linear infinite;
    height: 120%;
    position: absolute;
    border: 2px dashed rgb(190,163,193,0.5);
    width: 120%;
}@keyframes spin {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}

.client-feedback-4ePr8 .success-testimonials-fg3PH:hover .landscape-image-2rpvU {
    transform: scale(1.1);
}.client-feedback-4ePr8 .success-testimonials-fg3PH span {
    margin-bottom: 1rem;
    text-align: center;
    font-size: 21px;
    font-weight: 600;
    display: block;
    color: #000000;
}.client-feedback-4ePr8 .success-testimonials-fg3PH p {
    color: #000000;
    position: relative;
    font-size: 17px;
    text-align: center;
    line-height: 1.7;
}.client-feedback-4ePr8 .success-testimonials-fg3PH p::before {
    color: rgb(190,163,193,0.5);
    top: -20px;
    position: absolute;
    left: 0;
    font-size: 4rem;
    opacity: 0.5;
    content: "";
}.client-feedback-4ePr8 .success-testimonials-fg3PH p::after {
    font-size: 4rem;
    position: absolute;
    content: "";
    bottom: -40px;
    color: rgb(190,163,193,0.5);
    opacity: 0.5;
    right: 0;
}

@media (max-width: 992px) {.client-feedback-4ePr8 .success-testimonials-fg3PH {
    width: calc(50% - 2rem);
}.client-feedback-4ePr8 h4 {
    font-size: calc(30px * 0.9);
}.client-feedback-4ePr8 .alumni-voices-3A0X5::before {
    height: 300px;
    width: 300px;
}
}

@media (max-width: 768px) {.client-feedback-4ePr8 {
    padding: 5rem 1.5rem;
}.client-feedback-4ePr8 .success-testimonials-fg3PH {
    width: 100%;
    margin: 1rem 0;
}.client-feedback-4ePr8 h4 {
    margin-bottom: 3rem;
    font-size: calc(30px * 0.8);
}.client-feedback-4ePr8 .alumni-voices-3A0X5::before {
    height: 220px;
    width: 220px;
}.client-feedback-4ePr8 .success-testimonials-fg3PH:nth-child(n) {
    transform: translateZ(0);
}}.cookie-dialog-notice-tyO7A {
    background: rgb(153,117,151);
    width: 100%;
    position: fixed;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px 0px;
    transition: all 0.3s ease-in-out;
    border-top: 2px solid rgb(190,163,193);
    z-index: 90;
    bottom: 0;
    padding: 20px 0;
}.track-edu-c1Ukx {
    flex-wrap: wrap;
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: auto;
    padding: 20px 30px;
    max-width: 1200px;
}.cookie-dialog-notice-tyO7A h5 {
    font-weight: 700;
    transition: color 0.3s ease-in-out;
    color: #ffffff;
    font-size: 23px;
    margin-bottom: 6px;
}.cookie-dialog-notice-tyO7A p {
    max-width: 500px;
    color: #ffffff;
    font-size: 14px;
}.cookies-consent-S0EOF {
    margin-right: 20px;
    flex-shrink: 0;
}.cookies-consent-S0EOF svg, .cookies-consent-S0EOF svg path {
    height: 80px;
    width: 80px;
    fill: rgb(190,163,193);
    transition: transform 0.3s ease-in-out;
}.cookies-consent-S0EOF:hover svg {
    transform: rotate(10deg);
}.learn-prefs-8zsZk {
    box-shadow: rgb(190,163,193,0.5) 0px 4px 10px 0px;
    padding: 10px 20px;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    line-height: 35px;
    text-decoration: none;
    cursor: pointer;
    background: rgb(190,163,193);
    font-size: 20px;
    border-radius: 23px;
    color: #ffffff;
    margin-left: 20px;
}.cookie_button.policy-ack-VHPXk {
    background: rgb(190,163,193);
}.cookie_button.cookie-user-7pTwu {
    background: rgb(153,117,151);
}.learn-prefs-8zsZk:hover {
    transform: scale(1.05);
    box-shadow: rgb(190,163,193,0.5) 0px 6px 15px 0px;
}.cookie-dialog-notice-tyO7A p a {
    text-decoration: none;
    color: rgb(190,163,193);
    font-weight: 600;
    transition: color 0.3s ease-in-out;
}.cookie-dialog-notice-tyO7A p a:hover {
    color: rgb(153,117,151);
}.wrapper-bundle-o5aHL .cookie-dialog-notice-tyO7A {
    padding: 40px 0;
    background: rgb(153,117,151);
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 40px 39px;
    border: none;
}.wrapper-bundle-o5aHL .learn-prefs-8zsZk {
    color: #ffffff;
    font-size: 20px;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    font-weight: 400;
    background: rgb(190,163,193);
    margin-left: 30px;
    border-radius: 10px;
    padding: 10px;
    border: none;
}.wrapper-bundle-o5aHL .cookie-disclaimer-ZQiPW h5, .wrapper-bundle-o5aHL .cookie-disclaimer-ZQiPW p {
    color: #ffffff;
}
@media only screen and (max-width: 1200px) {.cookie-dialog-notice-tyO7A {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.cookies-consent-S0EOF {
    display: none;
}.track-edu-c1Ukx {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}.cookie-dialog-notice-tyO7A h5 {
    text-align: center;
}.cookie-dialog-notice-tyO7A p {
    text-align: center;
}.cookie-disclaimer-ZQiPW {
    text-align: center;
    margin-bottom: 20px;
}.learn-prefs-8zsZk {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
    max-width: 300px;
}}
#cookie-popupwindow-jpkaS {
    display: none;
}#cookie-popupwindow-jpkaS:checked ~ .cookie-dialog-notice-tyO7A {
    visibility: hidden;
    opacity: 0;
}header .head-wrap-myCkj {
    width: 100%;
    border-radius: 0;
    position: relative;
    padding: 1.5rem;
    box-shadow: 0 0 20px 2px rgb(190,163,193,0.5);
    z-index: 99;
    justify-content: space-between;
    background: linear-gradient(to right, rgb(153,117,151) 0%, rgb(190,163,193,0.5) 100%);
    overflow: hidden;
    align-items: center;
    display: flex;
    left: 0;
}header .head-wrap-myCkj::before {
    position: absolute;
    z-index: -1;
    opacity: 0.3;
    left: -50%;
    animation: backgroundShift 20s linear infinite;
    content: "";
    background: radial-gradient(circle, rgb(153,117,151,0.5) 1%, transparent 10%);
    top: -50%;
    background-size: 15px 15px;
    width: 200%;
    height: 200%;
}header .head-wrap-myCkj::after {
    left: 0;
    background-size: 200% 200%;
    opacity: 0.1;
    height: 100%;
    width: 100%;
    z-index: -1;
    top: 0;
    content: "";
    animation: gradientSlide 5s ease infinite;
    position: absolute;
    background: linear-gradient(45deg, transparent 48%, rgb(153,117,151) 49%, rgb(153,117,151) 51%, transparent 52%);
}header .head-wrap-myCkj .nav-class-HcjX9 {
    overflow: visible;
    position: relative;
}header .head-wrap-myCkj .nav-class-HcjX9::after {
    background: rgb(153,117,151);
    height: 2px;
    transform-origin: left;
    content: "";
    position: absolute;
    transform: scaleX(0);
    animation: neonPulse 3s infinite alternate;
    left: 0;
    box-shadow: 0 0 8px 2px rgb(153,117,151);
    width: 100%;
    bottom: -8px;
}header .head-wrap-myCkj .nav-class-HcjX9 .nav-block-nP7qg {
    transition: all 0.5s ease;
    display: block;
    position: relative;
    transform: perspective(800px) rotateY(0deg);
}header .head-wrap-myCkj .nav-class-HcjX9 .nav-block-nP7qg:hover {
    transform: perspective(800px) rotateY(15deg);
}header .head-wrap-myCkj .nav-class-HcjX9 svg {
    height: auto;
    width: 120px;
    filter: drop-shadow(0 0 5px rgb(153,117,151,0.5));
}header .head-wrap-myCkj .top-bar-V0LJe {
    position: relative;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    perspective: 800px;
}header .head-wrap-myCkj .top-bar-V0LJe::before {
    animation: neonPulse 4s infinite alternate-reverse;
    left: 0;
    width: 100%;
    box-shadow: 0 0 10px 2px rgb(190,163,193);
    background: rgb(190,163,193);
    position: absolute;
    top: 105%;
    height: 2px;
    transform: scaleX(0.5);
    content: "";
}header .head-wrap-myCkj .main-top-qBTeG {
    position: relative;
    transform: translateZ(0);
    transform-style: preserve-3d;
    transition: transform 0.3s ease;
    margin: 0 0.5rem;
}header .head-wrap-myCkj .main-top-qBTeG:hover {
    transform: translateZ(20px);
}header .head-wrap-myCkj .main-top-qBTeG a {
    padding: 0.5rem 1rem;
    font-size: 16px;
    display: block;
    position: relative;
    border: 1px solid transparent;
    text-decoration: none;
    transition: color 0.3s ease, text-shadow 0.3s ease;
    font-weight: 600;
    color: #ffffff;
    font-family: Arial, sans-serif;
}header .head-wrap-myCkj .main-top-qBTeG a::before {
    z-index: -1;
    content: "";
    position: absolute;
    background: rgb(190,163,193,0.5);
    border-radius: 10px;
    width: 100%;
    left: 0;
    transform: scale(0.9);
    height: 100%;
    opacity: 0;
    top: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
}header .head-wrap-myCkj .main-top-qBTeG a:hover {
    color: rgb(153,117,151);
    border: 1px solid rgb(153,117,151,0.5);
    text-shadow: 0 0 5px rgb(153,117,151,0.5);
}header .head-wrap-myCkj .main-top-qBTeG a:hover::before {
    transform: scale(1);
    opacity: 0.2;
}

@keyframes neonPulse {
  0% {
    opacity: 0.6;
    transform: scaleX(0.5);
  }
  100% {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes backgroundShift {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(50%, 50%);
  }
}

@keyframes gradientSlide {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}

@media (max-width: 992px) {header .head-wrap-myCkj {
    width: 100vw;
    flex-direction: column;
    padding: 1rem;
    box-sizing: border-box;
    margin-left: calc(-50vw + 50%);
}header .head-wrap-myCkj .nav-class-HcjX9 {
    margin-bottom: 1.5rem;
}header .head-wrap-myCkj .top-bar-V0LJe {
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
}header .head-wrap-myCkj .top-bar-V0LJe::before {
    bottom: -10px;
    top: auto;
}header .head-wrap-myCkj .main-top-qBTeG {
    margin: 0.25rem 0.5rem;
}
}

@media (max-width: 576px) {header .head-wrap-myCkj {
    padding: 0.75rem;
}header .head-wrap-myCkj .top-bar-V0LJe {
    align-items: center;
    flex-direction: column;
}header .head-wrap-myCkj .main-top-qBTeG {
    text-align: center;
    width: 100%;
    margin: 0.25rem 0;
}header .head-wrap-myCkj .nav-class-HcjX9 svg {
    width: 100px;
}header .head-wrap-myCkj .nav-class-HcjX9::after {
    width: 80%;
    left: 10%;
}}.privacy-fort-TE31w {
    border: 2px solid rgb(190,163,193);
    color: #000000;
    background: #ffffff;
    overflow: hidden;
    margin: 0 auto;
    padding: 50px;
    width: 85%;
    font-family: Arial, sans-serif;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    max-width: 1000px;
    position: relative;
}.privacy-fort-TE31w:before, .privacy-fort-TE31w:after {
    position: absolute;
    width: 100%;
    content: "";
    top: 0;
    opacity: 0.1;
    height: 100%;
    z-index: 0;
    background: linear-gradient(135deg, rgb(190,163,193,0.5), rgb(153,117,151,0.5));
    left: 0;
}.privacy-fort-TE31w h1 {
    border-bottom: 3px solid rgb(190,163,193);
    margin-bottom: 30px;
    font-weight: 700;
    padding-bottom: 10px;
    color: #000000;
    position: relative;
    font-size: 38px;
    margin-top: 20px;
    z-index: 1;
    text-transform: uppercase;
}.privacy-fort-TE31w h2 {
    position: relative;
    margin-bottom: 20px;
    font-size: 36px;
    border-bottom: 2px solid rgb(153,117,151,0.5);
    color: rgb(153,117,151);
    padding-bottom: 5px;
    font-weight: 600;
    z-index: 1;
    margin-top: 30px;
}.privacy-fort-TE31w ul, .privacy-fort-TE31w ol {
    position: relative;
    list-style-type: disc;
    padding-left: 20px;
    margin-bottom: 20px;
    z-index: 1;
    list-style: none;
}.privacy-fort-TE31w li {
    position: relative;
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 10px;
}.privacy-fort-TE31w li:before {
    position: absolute;
    color: rgb(190,163,193);
    content: "•";
    line-height: 1;
    font-size: 1.2em;
    left: -20px;
}.privacy-fort-TE31w div {
    line-height: 1.8;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
    margin-bottom: 30px;
    background: #ffffff;
    z-index: 1;
    padding: 25px;
    position: relative;
    border-radius: 10px;
}.privacy-fort-TE31w .container {
    position: relative;
    z-index: 1;
}.privacy-fort-TE31w h3, .privacy-fort-TE31w h4, .privacy-fort-TE31w h5, .privacy-fort-TE31w h6 {
    position: relative;
    color: rgb(190,163,193);
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 15px;
    z-index: 1;
    font-size: 19px;
}.privacy-fort-TE31w p, .privacy-fort-TE31w span {
    line-height: 1.6;
    z-index: 1;
    margin-bottom: 15px;
    color: #000000;
    position: relative;
    font-size: 17px;
}.privacy-fort-TE31w a {
    border-bottom: 1px solid rgb(153,117,151);
    color: rgb(153,117,151);
    text-decoration: none;
    z-index: 1;
    font-weight: 600;
    position: relative;
}.privacy-fort-TE31w a:hover {
    color: rgb(190,163,193);
    border-bottom: 1px solid rgb(190,163,193);
}.privacy-fort-TE31w button {
    color: #ffffff;
    background: rgb(153,117,151);
    font-size: 20px;
    border-radius: 10px;
    padding: 12px 24px;
    border: none;
    cursor: pointer;
    position: relative;
    z-index: 1;
}.privacy-fort-TE31w button:hover {
    background: rgb(190,163,193);
}

@media only screen and (max-width: 800px) {.privacy-fort-TE31w {
    width: 90%;
    padding: 30px;
}.privacy-fort-TE31w h1 {
    font-size: calc(19px - 5px);
}.privacy-fort-TE31w h2 {
    font-size: calc(19px - 3px);
}.privacy-fort-TE31w ul, .privacy-fort-TE31w ol {
    padding-left: 10px;
}.privacy-fort-TE31w li:before {
    left: -10px;
}.privacy-fort-TE31w button {
    padding: 10px 20px;
}}.service-info-ND2ZC {
    overflow: hidden;
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, rgb(229,216,230) 30%, rgba(245, 248, 255, 0.9) 100%);
    padding: 5rem 0;
    position: relative;
}.service-info-ND2ZC::before {
    width: 40%;
    content: "";
    right: -10%;
    position: absolute;
    opacity: 0.5;
    transform: rotate(-15deg) translateZ(0);
    border-radius: 100px;
    top: -5%;
    height: 70%;
    filter: blur(30px);
    background: linear-gradient(135deg, rgb(190,163,193,0.5), rgb(153,117,151,0.5));
    z-index: 0;
    animation: float 8s ease-in-out infinite;
}.service-info-ND2ZC::after {
    width: 30%;
    z-index: 0;
    height: 50%;
    animation: float 8s ease-in-out infinite reverse;
    border-radius: 20px;
    transform: rotate(15deg) translateZ(0);
    left: -5%;
    position: absolute;
    content: "";
    background: linear-gradient(225deg, rgb(153,117,151,0.5), rgb(190,163,193,0.5));
    bottom: -5%;
    filter: blur(25px);
    opacity: 0.4;
}.service-info-ND2ZC .container {
    padding: 0 2rem;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 1;
    position: relative;
}.service-info-ND2ZC .get-contactus-FDdyg {
    transform: perspective(1000px) rotateY(-2deg);
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 0 8px 16px rgba(0, 0, 0, 0.05);
    position: relative;
    border-left: 4px solid rgb(190,163,193);
    padding: 3rem;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}.service-info-ND2ZC .get-contactus-FDdyg:hover {
    transform: perspective(1000px) rotateY(0deg);
}.service-info-ND2ZC h3 {
    transform: translateX(-1rem);
    position: relative;
    font-size: calc(34px * 1.1);
    font-weight: 700;
    opacity: 0;
    color: #000000;
    margin: 0 0 1.5rem;
    animation: slideInText 0.7s ease-out forwards 0.2s;
}.service-info-ND2ZC h3::after {
    transform: scaleX(0);
    content: "";
    bottom: -0.5rem;
    transform-origin: left;
    width: 3rem;
    height: 3px;
    animation: lineGrow 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.8s;
    background: linear-gradient(90deg, rgb(190,163,193), transparent);
    left: 0;
    position: absolute;
}.service-info-ND2ZC p {
    line-height: 1.7;
    margin-bottom: 1.5rem;
    animation: fadeUp 0.6s ease-out forwards 0.4s;
    transform: translateY(10px);
    color: #000000;
    font-size: 18px;
    opacity: 0;
    max-width: 90%;
}.service-info-ND2ZC h5 {
    display: flex;
    animation: fadeUp 0.6s ease-out forwards 0.5s;
    color: #000000;
    font-size: 23px;
    align-items: center;
    font-weight: 600;
    opacity: 0;
    margin: 1rem 0 0.5rem;
}.service-info-ND2ZC svg {
    margin-left: 0.5rem;
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 24px;
    transform: translateY(0);
    height: 24px;
}.service-info-ND2ZC svg path {
    fill: rgb(153,117,151);
    transition: fill 0.3s ease;
}.service-info-ND2ZC .assist-form-kK7z9 {
    gap: 1.5rem;
    opacity: 0;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
    transform: translateY(15px);
    animation: fadeUp 0.6s ease-out forwards 0.7s;
    margin: 2rem 0 0;
}.service-info-ND2ZC .assist-form-kK7z9 li {
    margin: 0;
    transform: translateY(0);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}.service-info-ND2ZC .assist-form-kK7z9 li:hover {
    transform: translateY(-5px);
}.service-info-ND2ZC .contact-card-mcvGg {
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    border-left: 2px solid rgb(153,117,151);
    display: flex;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(245, 248, 255, 0.7));
    font-size: calc(18px * 0.95);
    font-weight: 600;
    text-decoration: none;
    color: #000000;
    padding: 0.75rem 1.25rem;
    align-items: center;
}.service-info-ND2ZC .contact-card-mcvGg:hover {
    background: linear-gradient(135deg, rgba(255, 255, 255, 1), rgba(245, 248, 255, 0.9));
    border-left: 2px solid rgb(190,163,193);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}.service-info-ND2ZC .contact-card-mcvGg:hover svg {
    transform: translateY(-3px);
}.service-info-ND2ZC .contact-card-mcvGg:hover svg path {
    fill: rgb(190,163,193);
}

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

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

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

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

@media (max-width: 768px) {.service-info-ND2ZC {
    padding: 3rem 0;
}.service-info-ND2ZC .container {
    padding: 0 1.5rem;
}.service-info-ND2ZC .get-contactus-FDdyg {
    transform: perspective(1000px) rotateY(0deg);
    padding: 2rem 1.5rem;
}.service-info-ND2ZC h3 {
    font-size: calc(34px * 0.9);
}.service-info-ND2ZC p {
    max-width: 100%;
}.service-info-ND2ZC .assist-form-kK7z9 {
    gap: 1rem;
    flex-direction: column;
}.service-info-ND2ZC .contact-card-mcvGg {
    padding: 0.75rem 1rem;
    width: 100%;
}
}

@media (max-width: 480px) {.service-info-ND2ZC .get-contactus-FDdyg {
    padding: 1.75rem 1.25rem;
}.service-info-ND2ZC h3 {
    font-size: calc(34px * 0.8);
}.service-info-ND2ZC p {
    font-size: calc(18px * 0.95);
}.service-info-ND2ZC h5 {
    font-size: calc(23px * 0.9);
}.service-info-ND2ZC svg {
    width: 20px;
    height: 20px;
}.service-info-ND2ZC .contact-card-mcvGg {
    font-size: calc(18px * 0.9);
}}.price-card-item-iMPDj {
    padding: 7rem 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(229,216,230) 0%, rgba(245, 247, 250, 0.95) 100%);
}.price-card-item-iMPDj::before {
    right: -5%;
    transform: rotate(-15deg);
    top: -10%;
    opacity: 0.1;
    width: 40%;
    position: absolute;
    border-radius: 10px;
    height: 70%;
    content: "";
    z-index: 0;
    background: linear-gradient(120deg, rgb(190,163,193,0.5) 20%, rgb(153,117,151,0.5) 80%);
}.price-card-item-iMPDj::after {
    left: -3%;
    background: linear-gradient(45deg, rgb(153,117,151,0.5) 30%, rgb(190,163,193,0.5) 70%);
    content: "";
    opacity: 0.08;
    width: 35%;
    transform: rotate(10deg);
    position: absolute;
    bottom: -5%;
    height: 50%;
    z-index: 0;
    border-radius: 10px;
}.price-card-item-iMPDj .container {
    position: relative;
    padding: 0 2rem;
    max-width: 1400px;
    z-index: 2;
    margin: 0 auto;
}.price-card-item-iMPDj .pricing-deals-zfHc5 {
    flex-direction: column;
    display: flex;
}.price-card-item-iMPDj .cost-breakdown-cN4Jx {
    position: relative;
    order: 1;
    text-align: center;
    margin-bottom: 3.5rem;
}.price-card-item-iMPDj .cost-breakdown-cN4Jx h2 {
    font-size: 32px;
    position: relative;
    color: #000000;
    display: inline-block;
    margin-bottom: 1.5rem;
    font-weight: 700;
}.price-card-item-iMPDj .cost-breakdown-cN4Jx h2::after {
    height: 3px;
    width: 70%;
    content: "";
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    bottom: -0.75rem;
    background: linear-gradient(90deg, transparent, rgb(190,163,193), transparent);
}.price-card-item-iMPDj .price-panel-Y1ANh {
    color: #000000;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
    font-size: 14px;
}.price-card-item-iMPDj .fee-offers-9XYCp {
    width: 100%;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2rem;
    display: grid;
    order: 2;
}.price-card-item-iMPDj .learning-fees-wGDTe {
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    position: relative;
    display: block;
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
    color: #000000;
    background: #ffffff;
}.price-card-item-iMPDj .learning-fees-wGDTe:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-8px);
}.price-card-item-iMPDj .learning-fees-wGDTe::before {
    width: 100%;
    height: 5px;
    transition: transform 0.3s ease;
    transform: translateY(-5px);
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    background: linear-gradient(90deg, rgb(190,163,193), rgb(153,117,151));
}.price-card-item-iMPDj .learning-fees-wGDTe:hover::before {
    transform: translateY(0);
}.price-card-item-iMPDj .learn-pricing-B3UDz {
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}.price-card-item-iMPDj .plan-table-pEibG {
    display: flex;
    flex-direction: column;
    padding: 2rem 1.75rem;
    position: relative;
    flex: 1;
}.price-card-item-iMPDj .plan-table-pEibG h3 {
    margin-bottom: 1rem;
    display: inline-block;
    position: relative;
    color: #000000;
    font-weight: 700;
    font-size: calc(22px * 1.1);
}.price-card-item-iMPDj .plan-table-pEibG .cost-schemes-9JQwt {
    position: relative;
    font-size: calc(22px * 1.3);
    margin-bottom: 1.5rem;
    font-weight: 700;
    color: rgb(190,163,193);
}.price-card-item-iMPDj .plan-table-pEibG .cost-schemes-9JQwt::after {
    bottom: -0.75rem;
    height: 2px;
    content: "";
    position: absolute;
    left: 0;
    background: rgb(190,163,193,0.5);
    width: 40px;
}.price-card-item-iMPDj .plan-table-pEibG p {
    font-size: 14px;
    margin-bottom: 1.5rem;
    word-break: break-word;
    color: #000000;
    line-height: 1.65;
    overflow-wrap: break-word;
    word-wrap: break-word;
    flex-grow: 1;
}.price-card-item-iMPDj .landscape-image-2rpvU {
    overflow: hidden;
    transition: transform 0.5s ease;
    position: relative;
    height: 180px;
    width: 100%;
}.price-card-item-iMPDj .landscape-image-2rpvU::after {
    width: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
    height: 100%;
    top: 0;
    content: "";
}.price-card-item-iMPDj .learning-fees-wGDTe:hover .landscape-image-2rpvU {
    transform: scale(1.05);
}.price-card-item-iMPDj .learning-fees-wGDTe:nth-child(odd) .plan-table-pEibG::before {
    position: absolute;
    background: rgb(190,163,193,0.5);
    content: "";
    width: 2.5rem;
    z-index: -1;
    height: 2.5rem;
    top: 1rem;
    right: 1rem;
    opacity: 0.1;
    border-radius: 50%;
}.price-card-item-iMPDj .learning-fees-wGDTe:nth-child(even) .plan-table-pEibG::before {
    content: "";
    z-index: -1;
    width: 2.5rem;
    bottom: 1rem;
    background: rgb(153,117,151,0.5);
    opacity: 0.1;
    height: 2.5rem;
    position: absolute;
    left: 1rem;
    border-radius: 50%;
}

@media (min-width: 992px) {.price-card-item-iMPDj .pricing-deals-zfHc5 {
    flex-direction: row;
}.price-card-item-iMPDj .cost-breakdown-cN4Jx {
    order: 2;
    text-align: left;
    justify-content: center;
    padding-left: 3rem;
    margin-bottom: 0;
    flex-direction: column;
    display: flex;
    flex: 0 0 30%;
}.price-card-item-iMPDj .cost-breakdown-cN4Jx h2 {
    margin-bottom: 2rem;
    text-align: left;
}.price-card-item-iMPDj .cost-breakdown-cN4Jx h2::after {
    transform: none;
    width: 40%;
    left: 0;
}.price-card-item-iMPDj .price-panel-Y1ANh {
    text-align: left;
    margin: 0;
}.price-card-item-iMPDj .fee-offers-9XYCp {
    grid-template-columns: repeat(2, 1fr);
    flex: 0 0 70%;
    order: 1;
}
}

@media (max-width: 991px) {.price-card-item-iMPDj {
    padding: 5rem 0;
}.price-card-item-iMPDj .learning-fees-wGDTe {
    margin-bottom: 1.5rem;
}.price-card-item-iMPDj .cost-breakdown-cN4Jx {
    padding: 0 1rem;
}
}

@media (max-width: 767px) {.price-card-item-iMPDj {
    padding: 4rem 0;
}.price-card-item-iMPDj .cost-breakdown-cN4Jx h2 {
    font-size: calc(32px * 0.9);
}.price-card-item-iMPDj .plan-table-pEibG h3 {
    font-size: 22px;
}.price-card-item-iMPDj .plan-table-pEibG .cost-schemes-9JQwt {
    font-size: calc(22px * 1.15);
}.price-card-item-iMPDj .landscape-image-2rpvU {
    height: 160px;
}
}

@media (max-width: 575px) {.price-card-item-iMPDj {
    padding: 3rem 0;
}.price-card-item-iMPDj .container {
    padding: 0 1.5rem;
}.price-card-item-iMPDj .fee-offers-9XYCp {
    gap: 1.5rem;
}.price-card-item-iMPDj .plan-table-pEibG {
    padding: 1.5rem;
}.price-card-item-iMPDj .landscape-image-2rpvU {
    height: 140px;
}
}

@media (hover: none) {.price-card-item-iMPDj .learning-fees-wGDTe:hover {
    transform: none;
}.price-card-item-iMPDj .learning-fees-wGDTe:hover .landscape-image-2rpvU {
    transform: none;
}}.course-highlights-ukXpb {
    position: relative;
    background-color: rgb(229,216,230);
    overflow: hidden;
    padding: 120px 0;
}.course-highlights-ukXpb::before {
    top: 0;
    width: 100%;
    position: absolute;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.03) 25%, transparent 25%) 0 0,
                linear-gradient(225deg, rgba(0, 0, 0, 0.03) 25%, transparent 25%) 0 0,
                linear-gradient(315deg, rgba(0, 0, 0, 0.03) 25%, transparent 25%) 0 0,
                linear-gradient(45deg, rgba(0, 0, 0, 0.03) 25%, transparent 25%) 0 0;
    content: "";
    left: 0;
    background-size: 60px 60px;
    z-index: 1;
}.course-highlights-ukXpb::after {
    content: "";
    width: 100%;
    position: absolute;
    opacity: 0.15;
    z-index: 2;
    height: 100%;
    left: 0;
    background: radial-gradient(circle at center, rgb(190,163,193,0.5) 0%, transparent 70%);
    top: 0;
}.course-highlights-ukXpb .lesson-route-KRMHz {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    display: flex;
}.course-highlights-ukXpb .news-item-v4YU1 {
    backdrop-filter: blur(10px);
    border-radius: 15px;
    width: 100%;
    padding: 40px;
    position: relative;
    transform: translateZ(0);
    background: rgba(255, 255, 255, 0.02);
    z-index: 4;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
}.course-highlights-ukXpb .news-item-v4YU1::before {
    border-radius: 15px;
    background: linear-gradient(135deg, rgb(190,163,193,0.5), transparent 70%, rgb(153,117,151,0.5)) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    width: 100%;
    z-index: -1;
    content: "";
    left: 0;
    position: absolute;
    opacity: 0.3;
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    border: 1px solid transparent;
    top: 0;
    height: 100%;
}.course-highlights-ukXpb .news-item-v4YU1 h2 {
    padding-bottom: 20px;
    color: #000000;
    margin-bottom: 30px;
    position: relative;
    font-weight: 700;
    font-size: 28px;
    text-align: center;
}.course-highlights-ukXpb .news-item-v4YU1 h2::after {
    bottom: 0;
    border-radius: 10px;
    left: 50%;
    width: 60px;
    transform: translateX(-50%);
    position: absolute;
    content: "";
    height: 3px;
    background: linear-gradient(90deg, rgb(190,163,193), rgb(153,117,151));
}.course-highlights-ukXpb .news-item-v4YU1 .description {
    text-align: center;
    line-height: 1.8;
    color: #000000;
    margin-bottom: 20px;
    font-size: 13px;
}.course-highlights-ukXpb .news-item-v4YU1 .description:last-child {
    margin-bottom: 0;
}.course-highlights-ukXpb .landscape-image-2rpvU {
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
    margin-top: 60px;
    border-radius: 15px;
    height: 500px;
    position: relative;
    width: 100%;
}.course-highlights-ukXpb .landscape-image-2rpvU::before {
    opacity: 0.3;
    width: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    height: 100%;
    background: linear-gradient(135deg, rgb(190,163,193,0.5) 0%, transparent 50%);
    content: "";
    top: 0;
}.course-highlights-ukXpb .landscape-image-2rpvU::after {
    height: 100%;
    opacity: 0.3;
    content: "";
    width: 100%;
    top: 0;
    z-index: 2;
    position: absolute;
    left: 0;
    background: linear-gradient(45deg, transparent 50%, rgb(153,117,151,0.5) 100%);
}.course-highlights-ukXpb .lesson-route-KRMHz::before,
.course-highlights-ukXpb .lesson-route-KRMHz::after {
    z-index: 1;
    width: 200px;
    height: 1px;
    position: absolute;
    opacity: 0.5;
    content: "";
    background-color: rgb(190,163,193,0.5);
    top: 50%;
}.course-highlights-ukXpb .lesson-route-KRMHz::before {
    left: -100px;
    transform: rotate(45deg);
}.course-highlights-ukXpb .lesson-route-KRMHz::after {
    right: -100px;
    transform: rotate(-45deg);
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.6;
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (min-width: 992px) {.course-highlights-ukXpb .lesson-route-KRMHz {
    align-items: center;
    grid-gap: 30px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    display: grid;
}.course-highlights-ukXpb .news-item-v4YU1 {
    grid-column: 1 / 3;
    margin-bottom: 60px;
    grid-row: 1;
    max-width: 100%;
}.course-highlights-ukXpb .news-item-v4YU1 .description:first-of-type {
    padding-right: 30px;
    grid-row: 2;
    text-align: right;
    grid-column: 1;
}.course-highlights-ukXpb .news-item-v4YU1 .description:last-child {
    text-align: left;
    grid-column: 2;
    padding-left: 30px;
    grid-row: 2;
}.course-highlights-ukXpb .landscape-image-2rpvU {
    margin-top: 60px;
    height: 500px;
    max-width: 100%;
    grid-column: 1 / 3;
    grid-row: 3;
}.course-highlights-ukXpb .lesson-route-KRMHz {
    position: relative;
}.course-highlights-ukXpb .lesson-route-KRMHz::after {
    height: 100%;
    content: "";
    background: linear-gradient(to bottom, transparent, rgb(190,163,193,0.5) 30%, rgb(190,163,193,0.5) 70%, transparent);
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    width: 1px;
    position: absolute;
}
}

@media (min-width: 1200px) {.course-highlights-ukXpb .lesson-route-KRMHz {
    flex-direction: column;
    display: flex;
    align-items: center;
}.course-highlights-ukXpb .news-item-v4YU1 {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}.course-highlights-ukXpb .news-item-v4YU1 h2 {
    width: 100%;
}.course-highlights-ukXpb .news-item-v4YU1 .description {
    width: calc(50% - 30px);
    padding: 0 15px;
    text-align: left;
    position: relative;
}.course-highlights-ukXpb .news-item-v4YU1 .description:first-of-type::after {
    position: absolute;
    right: 0;
    content: "";
    height: 100%;
    width: 1px;
    top: 0;
    background: linear-gradient(to bottom, transparent, rgb(190,163,193,0.5), transparent);
}.course-highlights-ukXpb .landscape-image-2rpvU {
    margin-top: 60px;
    border-radius: calc(15px * 2);
    max-width: 80%;
    height: 450px;
}.course-highlights-ukXpb .lesson-route-KRMHz::after {
    display: none;
}
}

@media (max-width: 991px) {.course-highlights-ukXpb {
    padding: 80px 0;
}.course-highlights-ukXpb .news-item-v4YU1 {
    padding: 30px;
}.course-highlights-ukXpb .news-item-v4YU1 h2 {
    font-size: calc(28px * 0.9);
}.course-highlights-ukXpb .landscape-image-2rpvU {
    margin-top: 40px;
    height: 400px;
}.course-highlights-ukXpb .lesson-route-KRMHz::before,
    .course-highlights-ukXpb .lesson-route-KRMHz::after {
    width: 150px;
}
}

@media (max-width: 768px) {.course-highlights-ukXpb {
    padding: 60px 0;
}.course-highlights-ukXpb .news-item-v4YU1 {
    padding: 25px 20px;
}.course-highlights-ukXpb .news-item-v4YU1 h2 {
    margin-bottom: 25px;
    padding-bottom: 15px;
    font-size: calc(28px * 0.85);
}.course-highlights-ukXpb .news-item-v4YU1 h2::after {
    width: 50px;
    height: 2px;
}.course-highlights-ukXpb .news-item-v4YU1 .description {
    font-size: calc(13px * 0.95);
}.course-highlights-ukXpb .landscape-image-2rpvU {
    margin-top: 30px;
    height: 350px;
}.course-highlights-ukXpb .lesson-route-KRMHz::before,
    .course-highlights-ukXpb .lesson-route-KRMHz::after {
    display: none;
}
}

@media (max-width: 576px) {.course-highlights-ukXpb {
    padding: 50px 0;
}.course-highlights-ukXpb .news-item-v4YU1 {
    padding: 20px 15px;
}.course-highlights-ukXpb .news-item-v4YU1 h2 {
    padding-bottom: 12px;
    margin-bottom: 20px;
    font-size: calc(28px * 0.8);
}.course-highlights-ukXpb .news-item-v4YU1 h2::after {
    width: 40px;
}.course-highlights-ukXpb .news-item-v4YU1 .description {
    line-height: 1.7;
    font-size: calc(13px * 0.9);
}.course-highlights-ukXpb .landscape-image-2rpvU {
    height: 250px;
    margin-top: 25px;
}
}