﻿* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}a {
    text-decoration: none;
    color: inherit;
}html,body {
    font-family: Arial, sans-serif;
    min-height: 100%;
    color: #000000;
    height: 100%;
    auto
contain
    scroll-behavior: smooth;
}.grid-container-aw {
    flex-direction: column;
    display: flex;
    min-height: 100%;
    height: 100%;
}header,footer {
    width: 100%;
}.container {
    max-width: 100%;
    width: 1224px;
    margin: auto;
}.page-top-WA {
    flex: 1 0 auto;
}svg {
    width: 30px;
    height: 30px;
}.press-room-Z0 {
    flex: 0 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.test-drive-zQ {
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(210deg, rgb(172,162,199) 0%, rgb(118,96,185) 100%);
    position: relative;
    z-index: 1;
}.test-drive-zQ::before {
    z-index: -1;
    background: 
        repeating-linear-gradient(
            to right,
            transparent,
            transparent 10px,
            rgba(255, 255, 255, 0.03) 10px,
            rgba(255, 255, 255, 0.03) 11px
        );
    content: '';
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    width: 100%;
}.test-drive-zQ::after {
    width: 100%;
    content: '';
    z-index: -1;
    animation: horizonLine 5s ease-in-out infinite;
    left: 0;
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.5),
        transparent
    );
    position: absolute;
    top: 50%;
    height: 1px;
}.test-drive-zQ .learning-dna-PY {
    overflow: hidden;
    border-radius: 5px;
    max-width: 900px;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    position: relative;
    z-index: 2;
    align-items: center;
    display: flex;
    background: 
        linear-gradient(
            to bottom,
            rgba(255, 255, 255, 0.1),
            rgba(255, 255, 255, 0.05)
        );
    justify-content: center;
    flex-direction: column;
    height: 350px;
    padding: 0;
    margin: 0 auto;
}.test-drive-zQ .learning-dna-PY::before {
    left: 0;
    height: 5px;
    box-shadow: 0 0 20px rgb(172,162,199,0.5);
    content: '';
    z-index: 1;
    animation: topLineGlow 3s ease-in-out infinite;
    width: 100%;
    position: absolute;
    background: linear-gradient(
        to right,
        rgb(172,162,199),
        rgb(118,96,185),
        rgb(172,162,199)
    );
    top: 0;
}.test-drive-zQ .learning-dna-PY::after {
    background: rgba(255, 255, 255, 0.1);
    right: 0;
    top: 5px;
    position: absolute;
    left: 0;
    z-index: 1;
    height: 1px;
    content: '';
}.test-drive-zQ h3 {
    position: relative;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    margin-bottom: 60px;
    text-shadow: 
        0 0 10px #ffffff,
        0 0 20px rgb(172,162,199,0.5);
    color: #ffffff;
    letter-spacing: 5px;
    animation: textGlow 3s ease-in-out infinite alternate;
    font-size: 33px;
    font-family: Arial, sans-serif;
}.test-drive-zQ h3::before {
    left: -100%;
    width: 100%;
    animation: textScan 3s linear infinite;
    z-index: -1;
    height: 100%;
    top: 0;
    background: 
        linear-gradient(
            90deg,
            transparent,
            rgba(255, 255, 255, 0.1),
            transparent
        );
    position: absolute;
    content: '';
}.test-drive-zQ h3::after {
    transform: translateX(-50%);
    background: rgb(118,96,185);
    box-shadow: 
        0 0 10px rgb(118,96,185),
        0 0 20px rgb(118,96,185,0.5);
    left: 50%;
    position: absolute;
    opacity: 0.7;
    bottom: -15px;
    content: '';
    animation: underlineGlow 3s ease-in-out infinite alternate;
    height: 2px;
    width: 40px;
}.test-drive-zQ .chat-form-8l {
    border: 2px solid rgb(118,96,185);
    font-size: 15px;
    text-transform: uppercase;
    color: #ffffff;
    background: transparent;
    position: relative;
    text-decoration: none;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 
        0 0 15px rgb(118,96,185,0.5),
        inset 0 0 5px rgb(118,96,185,0.5);
    text-shadow: 0 0 5px #ffffff;
    font-family: Arial, sans-serif;
    z-index: 1;
    letter-spacing: 2px;
    transition: all 0.4s ease;
    padding: 15px 40px;
    display: inline-block;
    font-weight: 600;
}.test-drive-zQ .chat-form-8l::before {
    content: '';
    position: absolute;
    width: 100%;
    left: -100%;
    background: rgb(118,96,185);
    height: 100%;
    z-index: -1;
    transition: all 0.4s ease;
    top: 0;
}.test-drive-zQ .chat-form-8l::after {
    left: -2px;
    bottom: -2px;
    top: -2px;
    right: -2px;
    content: '';
    position: absolute;
    z-index: -2;
    border: 2px solid rgb(118,96,185);
    transition: all 0.4s ease;
    opacity: 0;
}.test-drive-zQ .chat-form-8l:hover {
    color: #ffffff;
    text-shadow: 0 0 10px #ffffff;
    box-shadow: 
        0 0 25px rgb(118,96,185),
        inset 0 0 10px rgb(118,96,185,0.5);
    border-color: transparent;
}.test-drive-zQ .chat-form-8l:hover::before {
    left: 0;
}.test-drive-zQ .chat-form-8l:hover::after {
    animation: pulseBorder 2s infinite;
    opacity: 0.5;
}

@media screen and (max-width: 992px) {.test-drive-zQ {
    padding: 100px 0;
}.test-drive-zQ .learning-dna-PY {
    max-width: 85%;
    height: 320px;
}.test-drive-zQ h3 {
    margin-bottom: 50px;
    letter-spacing: 4px;
    font-size: calc(33px * 0.9);
}.test-drive-zQ h3::after {
    width: 35px;
}.test-drive-zQ .chat-form-8l {
    padding: 14px 35px;
    font-size: calc(15px * 0.95);
}
}

@media screen and (max-width: 768px) {.test-drive-zQ {
    padding: 80px 0;
}.test-drive-zQ .learning-dna-PY {
    height: 300px;
}.test-drive-zQ h3 {
    font-size: calc(33px * 0.8);
    letter-spacing: 3px;
    margin-bottom: 45px;
}.test-drive-zQ h3::after {
    width: 30px;
    bottom: -12px;
}.test-drive-zQ .chat-form-8l {
    letter-spacing: 1.5px;
    font-size: calc(15px * 0.9);
    padding: 12px 30px;
}
}

@media screen and (max-width: 576px) {.test-drive-zQ {
    padding: 60px 0;
}.test-drive-zQ .learning-dna-PY {
    height: 260px;
}.test-drive-zQ h3 {
    margin-bottom: 40px;
    font-size: calc(33px * 0.7);
    letter-spacing: 2px;
}.test-drive-zQ h3::after {
    width: 25px;
    bottom: -10px;
}.test-drive-zQ .chat-form-8l {
    font-size: calc(15px * 0.85);
    padding: 10px 25px;
    letter-spacing: 1px;
}}

@keyframes horizonLine {
    0%, 100% {
        opacity: 0.2;
        box-shadow: none;
    }
    50% {
        opacity: 0.5;
        box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
    }
}

@keyframes topLineGlow {
    0%, 100% {
        opacity: 0.8;
        box-shadow: 0 0 15px rgb(172,162,199,0.5);
    }
    50% {
        opacity: 1;
        box-shadow: 
            0 0 20px rgb(172,162,199),
            0 0 40px rgb(172,162,199,0.5);
    }
}

@keyframes textGlow {
    0% {
        text-shadow: 
            0 0 5px #ffffff,
            0 0 10px rgb(172,162,199,0.5);
    }
    100% {
        text-shadow: 
            0 0 10px #ffffff,
            0 0 20px rgb(172,162,199),
            0 0 30px rgb(172,162,199,0.5);
    }
}

@keyframes textScan {
    0%, 100% {
        left: -100%;
        opacity: 0;
    }
    50% {
        left: 100%;
        opacity: 0.5;
    }
}

@keyframes underlineGlow {
    0% {
        width: 40px;
        box-shadow: 
            0 0 5px rgb(118,96,185),
            0 0 10px rgb(118,96,185,0.5);
    }
    100% {
        width: 80px;
        box-shadow: 
            0 0 10px rgb(118,96,185),
            0 0 20px rgb(118,96,185),
            0 0 30px rgb(118,96,185,0.5);
    }
}

@keyframes pulseBorder {
    0%, 100% {
        top: -2px;
        left: -2px;
        right: -2px;
        bottom: -2px;
        opacity: 0.5;
    }
    50% {
        top: -6px;
        left: -6px;
        right: -6px;
        bottom: -6px;
        opacity: 0.1;
    }
}.education-framework-b3 {
    background: linear-gradient(135deg, rgb(215,212,225) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
    overflow: hidden;
    padding: 7rem 0;
}.education-framework-b3::before {
    right: -5%;
    filter: blur(20px);
    animation: floatEffect 12s infinite alternate ease-in-out;
    top: -10%;
    transform: rotate(-15deg) skewX(-15deg);
    height: 70%;
    border-radius: 10px;
    background: linear-gradient(45deg, rgb(172,162,199,0.5) 0%, rgb(118,96,185) 100%);
    width: 40%;
    content: "";
    position: absolute;
    opacity: 0.15;
}.education-framework-b3::after {
    height: 60%;
    border-radius: 10px;
    width: 30%;
    content: "";
    bottom: -5%;
    background: linear-gradient(-45deg, rgb(172,162,199) 0%, rgb(118,96,185,0.5) 100%);
    animation: floatEffect 15s infinite alternate-reverse ease-in-out;
    position: absolute;
    opacity: 0.1;
    transform: rotate(10deg) skewX(10deg);
    filter: blur(15px);
    left: -5%;
}.education-framework-b3 .container.learning-dna-PY {
    margin: 0 auto;
    border-left: 4px solid rgb(172,162,199);
    padding: 3rem;
    z-index: 2;
    max-width: 1140px;
    transform: perspective(1000px) rotateY(-2deg);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.98));
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(10px);
}.education-framework-b3 .container.learning-dna-PY:hover {
    transform: perspective(1000px) rotateY(0deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 0 10px 20px rgba(0, 0, 0, 0.06);
}.education-framework-b3 .container.learning-dna-PY > div {
    position: relative;
}.education-framework-b3 h3 {
    color: #000000;
    font-size: calc(29px * 0.9);
    margin-bottom: 1.5rem;
    position: relative;
    animation: slideIn 0.6s forwards 0.2s cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
    transform: translateX(-10px);
    font-weight: 700;
}.education-framework-b3 h3::after {
    transform: scaleX(0);
    transform-origin: left;
    width: 60px;
    left: 0;
    animation: lineGrow 0.8s forwards 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    content: "";
    bottom: -10px;
    background: linear-gradient(to right, rgb(172,162,199), rgb(118,96,185));
    position: absolute;
    height: 3px;
}.education-framework-b3 p {
    animation: fadeUp 0.8s forwards 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    font-size: 15px;
    line-height: 1.8;
    position: relative;
    transform: translateY(20px);
    color: #000000;
    margin-top: 2rem;
    opacity: 0;
}.education-framework-b3 p span {
    display: inline-block;
    padding-left: 1rem;
    position: relative;
}.education-framework-b3 p span::before {
    position: absolute;
    left: 0;
    top: 0.6rem;
    content: "";
    width: 2px;
    background: linear-gradient(to bottom, rgb(172,162,199), transparent);
    height: calc(100% - 1.2rem);
}

@keyframes floatEffect {
    0% {
        transform: rotate(-15deg) skewX(-15deg) translate(0, 0);
    }
    100% {
        transform: rotate(-10deg) skewX(-10deg) translate(10px, 10px);
    }
}

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

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

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

@media (max-width: 991px) {.education-framework-b3 {
    padding: 5rem 0;
}.education-framework-b3 .container.learning-dna-PY {
    padding: 2.5rem;
    transform: perspective(1000px) rotateY(-1deg);
}.education-framework-b3 h3 {
    font-size: calc(29px * 0.8);
}
}

@media (max-width: 767px) {.education-framework-b3 {
    padding: 4rem 0;
}.education-framework-b3 .container.learning-dna-PY {
    transform: none;
    padding: 2rem;
    border-left: 3px solid rgb(172,162,199);
}.education-framework-b3 h3 {
    font-size: calc(29px * 0.7);
    margin-bottom: 1.2rem;
}.education-framework-b3 h3::after {
    width: 50px;
    height: 2px;
}.education-framework-b3 p {
    font-size: calc(15px * 0.95);
    margin-top: 1.5rem;
}
}

@media (max-width: 575px) {.education-framework-b3 {
    padding: 3rem 0;
}.education-framework-b3 .container.learning-dna-PY {
    margin: 0 1rem;
    padding: 1.5rem;
}.education-framework-b3 h3 {
    font-size: calc(29px * 0.6);
    margin-bottom: 1rem;
}.education-framework-b3 p {
    margin-top: 1.2rem;
    line-height: 1.6;
    font-size: calc(15px * 0.9);
}.education-framework-b3 p span {
    padding-left: 0.8rem;
}.education-framework-b3 p span::before {
    width: 1px;
    top: 0.5rem;
    height: calc(100% - 1rem);
}
}

@media (prefers-reduced-motion) {.education-framework-b3::before,
    .education-framework-b3::after,
    .education-framework-b3 .container.learning-dna-PY,
    .education-framework-b3 h3,
    .education-framework-b3 h3::after,
    .education-framework-b3 p {
    transform: none;
    opacity: 1;
    animation: none;
}.education-framework-b3 .container.learning-dna-PY:hover {
    transform: none;
}
}

@media (hover: hover) {.education-framework-b3 .container.learning-dna-PY {
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}.education-framework-b3 .container.learning-dna-PY:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}}.gratField-vi {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    background: linear-gradient(135deg, rgb(215,212,225) 0%, rgb(172,162,199,0.5) 100%);
    position: relative;
    padding: 4rem 0;
    overflow: hidden;
}.gratField-vi::before {
    right: -5%;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    filter: blur(8px);
    background: linear-gradient(225deg, rgb(172,162,199) 0%, transparent 70%);
    width: 25rem;
    content: "";
    top: -10%;
    opacity: 0.07;
    height: 25rem;
    z-index: 1;
    position: absolute;
    transform: rotate(-15deg);
}.gratField-vi::after {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    left: -5%;
    opacity: 0.09;
    height: 20rem;
    background: linear-gradient(45deg, rgb(118,96,185) 0%, transparent 70%);
    content: "";
    z-index: 1;
    bottom: -5%;
    position: absolute;
    transform: rotate(15deg);
    width: 20rem;
    filter: blur(8px);
}.gratField-vi .container {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1140px;
}.gratField-vi .learning-dna-PY {
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    flex-direction: column;
    transform-origin: center bottom;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.97), rgba(255, 255, 255, 0.95));
    border-left: 4px solid rgb(172,162,199);
    padding: 3rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.03);
    display: flex;
}.gratField-vi .learning-dna-PY:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 8px 20px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(0deg);
}.gratField-vi .learning-dna-PY > div:first-child {
    margin-bottom: 1.5rem;
    position: relative;
}.gratField-vi .learning-dna-PY > div:first-child::after {
    height: 3px;
    position: absolute;
    transform-origin: left center;
    background: linear-gradient(to right, rgb(172,162,199), rgb(118,96,185));
    left: 0;
    bottom: -0.75rem;
    width: 4rem;
    content: "";
    transition: width 0.4s ease-out;
}.gratField-vi .learning-dna-PY:hover > div:first-child::after {
    width: 8rem;
}.gratField-vi h5 {
    color: #000000;
    font-size: 18px;
    margin: 0;
    font-weight: 700;
    transform: translateZ(0);
    line-height: 1.4;
    position: relative;
}.gratField-vi a {
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease;
    text-decoration: none;
    display: block;
}.gratField-vi a:hover {
    transform: translateY(-3px);
}.gratField-vi a::before {
    transform: translateY(100%);
    opacity: 0;
    bottom: 0;
    background: linear-gradient(to top left, rgb(172,162,199,0.5) 0%, transparent 100%);
    content: "";
    right: 0;
    height: 100%;
    width: 100%;
    transition: transform 0.5s ease-out, opacity 0.5s ease-out;
    z-index: 0;
    position: absolute;
}.gratField-vi a:hover::before {
    transform: translateY(0);
    opacity: 0.05;
}.gratField-vi p {
    line-height: 1.8;
    position: relative;
    z-index: 1;
    margin: 0;
    color: #000000;
    font-size: 13px;
}

@media (min-width: 768px) {.gratField-vi {
    padding: 6rem 0;
}.gratField-vi .learning-dna-PY {
    padding: 4rem;
    border-left: 6px solid rgb(172,162,199);
}.gratField-vi .learning-dna-PY > div:first-child {
    margin-bottom: 2rem;
}.gratField-vi .learning-dna-PY > div:first-child::after {
    width: 6rem;
    height: 4px;
}.gratField-vi .learning-dna-PY:hover > div:first-child::after {
    width: 12rem;
}
}

@media (min-width: 992px) {.gratField-vi .learning-dna-PY {
    transform: perspective(1500px) rotateX(2deg) rotateY(-1deg);
    padding: 5rem;
}.gratField-vi .learning-dna-PY:hover {
    transform: perspective(1500px) rotateX(0deg) rotateY(0deg);
}.gratField-vi h5 {
    font-size: calc(18px * 1.1);
}.gratField-vi p {
    font-size: calc(13px * 1.05);
}
}

@media (max-width: 767px) {.gratField-vi {
    padding: 3rem 0;
}.gratField-vi .learning-dna-PY {
    transform: perspective(800px) rotateX(1deg);
    padding: 2rem;
}.gratField-vi h5 {
    font-size: calc(18px * 0.9);
}.gratField-vi p {
    font-size: calc(13px * 0.95);
}.gratField-vi .learning-dna-PY > div:first-child::after {
    width: 3rem;
}.gratField-vi .learning-dna-PY:hover > div:first-child::after {
    width: 6rem;
}
}

@media (max-width: 480px) {.gratField-vi {
    padding: 2.5rem 0;
}.gratField-vi .learning-dna-PY {
    transform: perspective(600px) rotateX(1deg);
    padding: 1.5rem;
}.gratField-vi h5 {
    font-size: calc(18px * 0.85);
}.gratField-vi p {
    font-size: calc(13px * 0.9);
}}.privacy-bastion-0D {
    height: 100%;
    overflow: hidden;
    font-family: Arial, sans-serif;
    width: 100%;
    padding: 30px;
    color: #000000;
    background-color: rgb(118,96,185);
}.privacy-bastion-0D h1 {
    color: rgb(172,162,199);
    margin-top: 30px;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
}.privacy-bastion-0D h2 {
    font-size: 31px;
    margin-top: 25px;
    font-weight: 600;
    margin-bottom: 15px;
    color: rgb(172,162,199);
}.privacy-bastion-0D h3, .privacy-bastion-0D h4, .privacy-bastion-0D h5, .privacy-bastion-0D h6 {
    margin-bottom: 10px;
    color: rgb(172,162,199);
    font-size: 24px;
    margin-top: 20px;
    font-weight: 400;
}.privacy-bastion-0D li {
    font-size: 12px;
    margin-bottom: 10px;
    color: #ffffff;
}.privacy-bastion-0D section {
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    padding: 20px;
}.privacy-bastion-0D p, .privacy-bastion-0D span, .privacy-bastion-0D div {
    margin-bottom: 5px;
    line-height: 20px;
    color: #ffffff;
    font-size: 12px;
}

@media only screen and (max-width: 800px) {.privacy-bastion-0D {
    padding: 20px;
}.privacy-bastion-0D h1 {
    margin-top: 25px;
    font-size: calc(24px - 5px);
    margin-bottom: 15px;
}.privacy-bastion-0D h2 {
    margin-top: 20px;
    font-size: calc(24px - 3px);
    margin-bottom: 10px;
}.privacy-bastion-0D h3, .privacy-bastion-0D h4, .privacy-bastion-0D h5, .privacy-bastion-0D h6 {
    font-size: calc(24px - 2px);
    margin-top: 15px;
    margin-bottom: 5px;
}.privacy-bastion-0D ul, .privacy-bastion-0D ol {
    margin: 10px 0;
    padding: 5px 0;
}.privacy-bastion-0D li {
    font-size: calc(12px - 1px);
    margin-bottom: 5px;
}.privacy-bastion-0D p, .privacy-bastion-0D span, .privacy-bastion-0D div {
    margin-bottom: 4px;
    font-size: calc(12px - 1px);
}}.client-comments-H5 {
    overflow: hidden;
    padding: 100px 0;
    position: relative;
    background: rgb(215,212,225);
}.client-comments-H5::before {
    position: absolute;
    z-index: 1;
    width: 100%;
    background: linear-gradient(135deg, transparent 0%, rgb(172,162,199,0.5) 100%);
    top: 0;
    left: 0;
    height: 100%;
    content: "";
    opacity: 0.1;
}.client-comments-H5::after {
    background: linear-gradient(90deg, transparent, rgb(172,162,199,0.5), transparent);
    width: 120%;
    transform: rotate(-3deg);
    position: absolute;
    top: 30%;
    content: "";
    left: -10%;
    z-index: 1;
    height: 1px;
}.client-comments-H5 .learning-dna-PY {
    padding: 0 20px;
    max-width: 1200px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}.client-comments-H5 h4 {
    font-weight: 700;
    position: relative;
    font-size: 28px;
    margin-bottom: 70px;
    display: inline-block;
    transform: skewX(-10deg);
    padding-left: 20px;
    color: #000000;
}.client-comments-H5 h4::before {
    top: 0;
    background: rgb(172,162,199);
    height: 100%;
    left: 0;
    content: "";
    width: 5px;
    position: absolute;
}.client-comments-H5 h4::after {
    left: 8px;
    height: 100%;
    background: rgb(172,162,199,0.5);
    top: 8px;
    width: 100%;
    z-index: -1;
    opacity: 0.3;
    content: "";
    position: absolute;
}.client-comments-H5 .learner-voices-xz {
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 50px;
    position: relative;
    display: grid;
}.client-comments-H5 .learner-voices-xz::before {
    z-index: -1;
    position: absolute;
    top: -100px;
    filter: blur(80px);
    border-radius: 50%;
    content: "";
    height: 200px;
    right: 10%;
    width: 200px;
    background: rgb(118,96,185,0.5);
    opacity: 0.2;
}.client-comments-H5 .client-views-bx {
    background: #ffffff;
    padding: 35px 30px;
    z-index: 1;
    transform: translateX(0) translateY(0);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
}.client-comments-H5 .client-views-bx::before,
.client-comments-H5 .client-views-bx::after {
    z-index: -1;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    content: "";
    border-radius: inherit;
    opacity: 0;
    position: absolute;
}.client-comments-H5 .client-views-bx::before {
    filter: blur(5px);
    inset: -5px;
    background: linear-gradient(135deg, rgb(172,162,199,0.5) 0%, rgb(118,96,185,0.5) 100%);
}.client-comments-H5 .client-views-bx::after {
    background: linear-gradient(225deg, rgb(172,162,199,0.5) 0%, rgb(118,96,185,0.5) 100%);
    inset: -10px;
    filter: blur(10px);
}.client-comments-H5 .client-views-bx:hover {
    transform: translateX(-5px) translateY(-5px);
}.client-comments-H5 .client-views-bx:hover::before,
.client-comments-H5 .client-views-bx:hover::after {
    opacity: 1;
}.client-comments-H5 .client-views-bx:nth-child(odd) {
    border-radius: 0 20px 0 20px;
}.client-comments-H5 .client-views-bx:nth-child(even) {
    border-radius: 20px 0 20px 0;
}.client-comments-H5 .photo-gallery-yH {
    transition: all 0.5s ease;
    z-index: 2;
    position: relative;
    width: 100px;
    margin: 0 auto 20px;
    height: 100px;
}.client-comments-H5 .photo-gallery-yH::before,
.client-comments-H5 .photo-gallery-yH::after {
    inset: 0;
    content: "";
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    z-index: -1;
    position: absolute;
    border-radius: inherit;
}.client-comments-H5 .photo-gallery-yH::before {
    background: linear-gradient(135deg, rgb(172,162,199,0.5) 0%, rgb(118,96,185,0.5) 100%);
    transform: translate(5px, 5px);
}.client-comments-H5 .photo-gallery-yH::after {
    transform: translate(-5px, -5px);
    opacity: 0.5;
    background: linear-gradient(225deg, rgb(172,162,199,0.5) 0%, rgb(118,96,185,0.5) 100%);
}.client-comments-H5 .client-views-bx:hover .photo-gallery-yH::before {
    transform: translate(8px, 8px);
}.client-comments-H5 .client-views-bx:hover .photo-gallery-yH::after {
    transform: translate(-8px, -8px);
}.client-comments-H5 .client-views-bx:nth-child(odd) .photo-gallery-yH {
    border-radius: 0 30px 0 30px;
}.client-comments-H5 .client-views-bx:nth-child(even) .photo-gallery-yH {
    border-radius: 30px 0 30px 0;
}.client-comments-H5 .client-views-bx span {
    text-align: center;
    font-size: 18px;
    font-family: Arial, sans-serif;
    display: block;
    font-weight: 700;
    position: relative;
    color: #000000;
    margin-bottom: 15px;
}.client-comments-H5 .client-views-bx span::after {
    bottom: -8px;
    position: absolute;
    width: 50px;
    transform: translateX(-50%);
    background: rgb(172,162,199);
    height: 2px;
    left: 50%;
    content: "";
}.client-comments-H5 .client-views-bx p {
    font-weight: 400;
    line-height: 1.6;
    text-align: center;
    color: #000000;
    font-size: 17px;
    font-family: Arial, sans-serif;
    position: relative;
}.client-comments-H5 .client-views-bx p::first-letter {
    color: rgb(172,162,199);
    font-size: 1.2em;
    font-weight: 700;
}.client-comments-H5 .client-views-bx:nth-child(3n+1) {
    transform: rotate(-2deg);
}.client-comments-H5 .client-views-bx:nth-child(3n+2) {
    transform: rotate(2deg);
}.client-comments-H5 .client-views-bx:nth-child(3n+1):hover,
.client-comments-H5 .client-views-bx:nth-child(3n+2):hover {
    transform: translateX(-5px) translateY(-5px) rotate(0);
}

@keyframes gradientAnimation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@media (max-width: 767px) {.client-comments-H5 {
    padding: 70px 0;
}.client-comments-H5 h4 {
    display: block;
    transform: none;
    text-align: center;
    padding-left: 0;
    font-size: calc(28px * 0.8);
    margin-bottom: 50px;
}.client-comments-H5 h4::before {
    left: 50%;
    top: auto;
    height: 3px;
    bottom: -15px;
    transform: translateX(-50%);
    width: 50px;
}.client-comments-H5 h4::after {
    display: none;
}.client-comments-H5 .learner-voices-xz {
    gap: 40px;
    grid-template-columns: 1fr;
}.client-comments-H5 .client-views-bx {
    padding: 25px 20px;
}.client-comments-H5 .client-views-bx:nth-child(3n+1),
    .client-comments-H5 .client-views-bx:nth-child(3n+2) {
    transform: none;
}.client-comments-H5 .photo-gallery-yH {
    width: 80px;
    height: 80px;
}.client-comments-H5 .client-views-bx span {
    font-size: calc(18px * 0.9);
}.client-comments-H5 .client-views-bx p {
    font-size: calc(17px * 0.9);
}}.teaching-experience-zY {
    padding: 5rem 2rem;
    overflow: hidden;
    background: rgb(215,212,225);
    position: relative;
}.teaching-experience-zY::before {
    content: "";
    left: 0;
    background: linear-gradient(120deg, transparent 30%, rgb(172,162,199,0.5) 100%);
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}.teaching-experience-zY::after {
    opacity: 0.5;
    bottom: 0;
    z-index: 1;
    right: 0;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    background: rgb(118,96,185,0.5);
    width: 40%;
    height: 70%;
    content: "";
    position: absolute;
}.teaching-experience-zY .client-views-bx {
    margin: 0 auto;
    gap: 3rem;
    display: grid;
    position: relative;
    max-width: 1200px;
    z-index: 2;
    grid-template-columns: 1fr 1.5fr;
}.teaching-experience-zY .photo-gallery-yH {
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
    overflow: hidden;
    position: relative;
    filter: grayscale(100%);
    border-radius: 0;
    aspect-ratio: 3/4;
}.teaching-experience-zY .photo-gallery-yH::before {
    left: 0;
    z-index: 1;
    width: 100%;
    background: linear-gradient(180deg, 
        transparent 0%, 
        transparent 70%, 
        rgb(172,162,199,0.5) 100%);
    position: absolute;
    height: 100%;
    content: "";
    top: 0;
}.teaching-experience-zY .photo-gallery-yH:hover {
    transform: scale(1.03);
    filter: grayscale(0%);
}.teaching-experience-zY .career-story-CI {
    justify-content: center;
    position: relative;
    padding: 2rem;
    flex-direction: column;
    display: flex;
}.teaching-experience-zY .career-story-CI::before {
    position: absolute;
    background: rgb(172,162,199);
    transition: height 0.8s ease-out;
    height: 0;
    top: 0;
    width: 2px;
    content: "";
    left: 0;
}.teaching-experience-zY .client-views-bx:hover .career-story-CI::before {
    height: 100%;
}.teaching-experience-zY .name {
    overflow: hidden;
    font-weight: 700;
    position: relative;
    margin-bottom: 0.5rem;
    font-size: 44px;
    color: #000000;
}.teaching-experience-zY .name::after {
    height: 1px;
    content: "";
    transition: transform 0.6s ease-out 0.2s;
    position: absolute;
    width: 100%;
    left: 0;
    transform: translateX(-101%);
    background: rgb(118,96,185);
    bottom: 0;
}.teaching-experience-zY .client-views-bx:hover .name::after {
    transform: translateX(0);
}.teaching-experience-zY .career-story-CI > div:nth-child(2) {
    letter-spacing: 3px;
    font-weight: 400;
    margin-bottom: 2.5rem;
    opacity: 0;
    transition: all 0.5s ease-out 0.4s;
    font-size: 24px;
    text-transform: uppercase;
    transform: translateY(20px);
    color: rgb(118,96,185);
}.teaching-experience-zY .client-views-bx:hover .career-story-CI > div:nth-child(2) {
    transform: translateY(0);
    opacity: 1;
}.teaching-experience-zY .past-experience-cO {
    padding: 0 0 0 20px;
    transition: all 0.5s ease-out 0.6s;
    font-weight: 300;
    color: #000000;
    font-size: 16px;
    line-height: 1.8;
    position: relative;
    transform: translateY(20px);
    opacity: 0;
}.teaching-experience-zY .client-views-bx:hover .past-experience-cO {
    opacity: 1;
    transform: translateY(0);
}.teaching-experience-zY .past-experience-cO::first-letter {
    color: rgb(172,162,199);
    font-size: 1.5em;
    font-weight: 700;
}@keyframes typing {
    from { width: 0 }
    to { width: 100% }
}

@keyframes blink {
    50% { border-color: transparent }
}

.teaching-experience-zY:hover .name {
    overflow: hidden;
    white-space: nowrap;
    animation: 
        typing 2.5s steps(40, end),
        blink .75s step-end infinite;
}

@media (max-width: 992px) {.teaching-experience-zY .client-views-bx {
    grid-template-columns: 1fr;
    gap: 2rem;
}.teaching-experience-zY .photo-gallery-yH {
    max-height: 300px;
    aspect-ratio: 16/9;
}.teaching-experience-zY .career-story-CI {
    padding: 1rem 0;
}.teaching-experience-zY .career-story-CI::before {
    transition: width 0.8s ease-out;
    height: 2px;
    width: 0;
}.teaching-experience-zY .client-views-bx:hover .career-story-CI::before {
    width: 100%;
    height: 2px;
}}.data-statistics-80 {
    position: relative;
    background: linear-gradient(135deg, rgb(215,212,225) 0%, rgb(118,96,185,0.5) 100%);
    overflow: hidden;
    padding: 5rem 0;
}.data-statistics-80::before {
    left: 0;
    z-index: 1;
    position: absolute;
    content: "";
    top: 0;
    background-image: linear-gradient(30deg, rgb(172,162,199,0.5) 5%, transparent 35%);
    width: 100%;
    height: 100%;
}.data-statistics-80::after {
    position: absolute;
    opacity: 0.4;
    width: 25rem;
    right: -5%;
    filter: blur(30px);
    bottom: -10%;
    background: radial-gradient(circle, rgb(118,96,185,0.5) 0%, transparent 70%);
    height: 25rem;
    content: "";
    z-index: 1;
}.data-statistics-80 h3 {
    color: #000000;
    font-size: 37px;
    transform: perspective(1000px) translateZ(20px);
    z-index: 2;
    text-align: center;
    position: relative;
    font-weight: 700;
    margin-bottom: 3rem;
}.data-statistics-80 h3::after {
    background: linear-gradient(90deg, rgb(172,162,199) 0%, rgb(118,96,185) 100%);
    width: 80px;
    content: "";
    bottom: -10px;
    height: 3px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}.data-statistics-80 .container {
    padding: 0 15px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    max-width: 1200px;
}.data-statistics-80 ul {
    perspective: 1000px;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    display: grid;
    list-style: none;
    gap: 2rem;
}.data-statistics-80 .statistics-highlights-FA {
    backdrop-filter: blur(10px);
    overflow: hidden;
    background: linear-gradient(135deg, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.6) 100%);
    transform-origin: center bottom;
    transform: perspective(800px) rotateX(2deg) translateZ(0);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08), 0 5px 15px rgba(0,0,0,0.05);
    border-left: 4px solid rgb(172,162,199);
    position: relative;
    padding: 1.5rem;
}.data-statistics-80 .statistics-highlights-FA::before {
    top: 0;
    left: 0;
    transform: translateX(-100%);
    width: 100%;
    background: linear-gradient(45deg, transparent 15%, rgba(255,255,255,0.4) 30%, transparent 40%);
    height: 100%;
    content: "";
    position: absolute;
    transition: transform 0.8s ease;
}.data-statistics-80 .statistics-highlights-FA:hover {
    transform: perspective(800px) rotateX(0) translateZ(5px) scale(1.02);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1), 0 5px 15px rgba(0,0,0,0.07);
}.data-statistics-80 .statistics-highlights-FA:hover::before {
    transform: translateX(100%);
}.data-statistics-80 .statistics-highlights-FA span {
    color: #000000;
    position: relative;
    transform: translateY(0);
    font-size: calc(12px * 0.9);
    margin-bottom: 0.75rem;
    display: block;
    transition: transform 0.3s ease;
    font-weight: 600;
}.data-statistics-80 .statistics-highlights-FA:hover span {
    transform: translateY(-2px);
}.data-statistics-80 .statistics-highlights-FA p {
    -webkit-background-clip: text !important;
    color: transparent;
    opacity: 0;
    color: rgb(172,162,199);
    position: relative;
    background-clip: text !important;
    transform: translateY(10px);
    margin: 0;
    display: inline-block;
    font-weight: 700;
    animation: fadeUp 0.5s forwards 0.2s;
    background: linear-gradient(90deg, rgb(172,162,199), rgb(118,96,185));
    font-size: calc(37px * 1.2);
}.data-statistics-80 .statistics-highlights-FA p::after {
    content: "+";
    right: -15px;
    font-size: calc(24px * 0.8);
    opacity: 0.7;
    top: 0;
    position: absolute;
}

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

@media (max-width: 992px) {.data-statistics-80 {
    padding: 4rem 0;
}.data-statistics-80 ul {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1.5rem;
}.data-statistics-80 .statistics-highlights-FA {
    padding: 1.25rem;
}
}

@media (max-width: 768px) {.data-statistics-80 {
    padding: 3rem 0;
}.data-statistics-80 h3 {
    margin-bottom: 2rem;
    font-size: calc(37px * 0.9);
}.data-statistics-80 ul {
    gap: 1.25rem;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
}.data-statistics-80 .statistics-highlights-FA {
    transform: perspective(800px) rotateX(0) translateZ(0);
}.data-statistics-80 .statistics-highlights-FA p {
    font-size: calc(37px * 1);
}
}

@media (max-width: 576px) {.data-statistics-80 {
    padding: 2.5rem 0;
}.data-statistics-80 h3 {
    font-size: calc(37px * 0.8);
}.data-statistics-80 ul {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 300px;
}.data-statistics-80 .statistics-highlights-FA {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform: none;
}.data-statistics-80 .statistics-highlights-FA:hover {
    transform: translateY(-5px);
}.data-statistics-80 .statistics-highlights-FA p {
    font-size: calc(37px * 0.9);
}}.contact-section-u2 {
    overflow: hidden;
    padding: 100px 0;
    color: #ffffff;
    background: #000000;
    position: relative;
}.contact-section-u2::before {
    top: 0;
    background: linear-gradient(135deg, rgb(172,162,199,0.5) 0%, transparent 50%, rgb(118,96,185,0.5) 100%);
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0.2;
    z-index: 1;
    left: 0;
}.contact-section-u2::after {
    position: absolute;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(172,162,199), transparent);
    left: 0;
    height: 1px;
    z-index: 1;
    bottom: 0;
    width: 100%;
}.contact-section-u2 .photo-gallery-yH {
    left: 0;
    filter: saturate(0.6) contrast(1.3);
    height: 100%;
    opacity: 0.15;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 0;
    mix-blend-mode: luminosity;
}.contact-section-u2 .container {
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
}.contact-section-u2 h3 {
    text-align: center;
    color: #ffffff;
    font-weight: 700;
    text-shadow: 0 0 10px rgb(172,162,199,0.5), 0 0 20px rgb(172,162,199,0.5);
    position: relative;
    font-size: 41px;
    margin-bottom: 60px;
    text-transform: uppercase;
    letter-spacing: 3px;
}.contact-section-u2 h3::before {
    bottom: -20px;
    content: "";
    left: calc(50% - 100px);
    height: 3px;
    box-shadow: 0 0 10px rgb(172,162,199), 0 0 20px rgb(172,162,199);
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    background: rgb(172,162,199);
    width: 200px;
}.contact-section-u2 .connect-links-yE {
    position: relative;
    border-radius: 0;
    clip-path: polygon(
        0 0, 
        calc(100% - 20px) 0, 
        100% 20px, 
        100% calc(100% - 20px), 
        calc(100% - 20px) 100%, 
        20px 100%, 
        0 calc(100% - 20px)
    );
    overflow: hidden;
    background: rgba(15, 15, 20, 0.8);
    display: flex;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5), 0 0 15px rgb(172,162,199,0.5);
    border: 1px solid rgb(172,162,199,0.5);
    flex-wrap: wrap;
}.contact-section-u2 .connect-links-yE::before {
    left: 0;
    content: "";
    position: absolute;
    top: 0;
    height: 2px;
    z-index: 3;
    right: 0;
    background: linear-gradient(90deg, transparent, rgb(172,162,199), transparent);
}.contact-section-u2 .connect-links-yE::after {
    position: absolute;
    z-index: 3;
    height: 2px;
    bottom: 0;
    background: linear-gradient(90deg, transparent, rgb(118,96,185), transparent);
    right: 0;
    left: 0;
    content: "";
}.contact-section-u2 .query-map-R6 {
    flex: 1 1 60%;
    z-index: 2;
    position: relative;
    padding: 50px;
}.contact-section-u2 .query-map-R6 h3 {
    text-transform: uppercase;
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 600;
    text-shadow: none;
    letter-spacing: 1px;
    text-align: left;
    color: rgb(172,162,199);
}.contact-section-u2 .query-map-R6 h3::before {
    display: none;
}.contact-section-u2 .query-map-R6 input[type="text"],
.contact-section-u2 .query-map-R6 textarea {
    margin-bottom: 20px;
    background: rgba(0, 0, 0, 0.3);
    border-left: 3px solid rgb(172,162,199);
    transition: all 0.3s ease;
    font-size: 18px;
    border-radius: 0;
    width: 100%;
    border: 1px solid rgb(172,162,199,0.5);
    font-family: Arial, sans-serif;
    padding: 16px 20px;
    color: #ffffff;
}.contact-section-u2 .query-map-R6 input[type="text"]::placeholder,
.contact-section-u2 .query-map-R6 textarea::placeholder {
    color: rgba(255, 255, 255, 0.4);
}.contact-section-u2 .query-map-R6 input[type="text"]:focus,
.contact-section-u2 .query-map-R6 textarea:focus {
    border-color: rgb(172,162,199);
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px rgb(172,162,199,0.5);
    outline: none;
}.contact-section-u2 .query-map-R6 textarea {
    resize: vertical;
    min-height: 150px;
}.contact-section-u2 .query-map-R6 .inquiry-help-vs {
    display: flex;
    margin-bottom: 25px;
    align-items: flex-start;
}.contact-section-u2 .query-map-R6 .inquiry-help-vs input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact-section-u2 .query-map-R6 .inquiry-help-vs label {
    color: rgba(255, 255, 255, 0.7);
    padding-left: 35px;
    line-height: 1.6;
    font-size: 12px;
    position: relative;
    cursor: pointer;
}.contact-section-u2 .query-map-R6 .inquiry-help-vs label::before {
    height: 20px;
    border: 1px solid rgb(172,162,199,0.5);
    position: absolute;
    width: 20px;
    transition: all 0.3s ease;
    left: 0;
    content: "";
    background: rgba(0, 0, 0, 0.3);
    top: 2px;
}.contact-section-u2 .query-map-R6 .inquiry-help-vs input[type="checkbox"]:checked + label::before {
    border-color: rgb(172,162,199);
    box-shadow: 0 0 10px rgb(172,162,199,0.5);
    background: rgb(172,162,199);
}.contact-section-u2 .query-map-R6 .inquiry-help-vs input[type="checkbox"]:checked + label::after {
    border: solid #ffffff;
    height: 12px;
    width: 6px;
    left: 7px;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    top: 4px;
    position: absolute;
    content: "";
}.contact-section-u2 .query-map-R6 .inquiry-help-vs a {
    text-decoration: none;
    transition: all 0.3s ease;
    border-bottom: 1px solid rgb(172,162,199,0.5);
    color: rgb(172,162,199);
    font-weight: 600;
}.contact-section-u2 .query-map-R6 .inquiry-help-vs a:hover {
    color: rgb(118,96,185);
    border-bottom-color: rgb(118,96,185);
    text-shadow: 0 0 5px rgb(118,96,185);
}.contact-section-u2 .query-map-R6 .message-list-hb {
    color: #ffffff;
    letter-spacing: 1px;
    padding: 16px 30px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 18px;
    text-transform: uppercase;
    clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
    position: relative;
    background: rgb(172,162,199);
    font-weight: 600;
    overflow: hidden;
}.contact-section-u2 .query-map-R6 .message-list-hb::before {
    position: absolute;
    width: 100%;
    transition: all 0.5s ease;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    left: -100%;
    height: 100%;
    content: "";
    top: 0;
}.contact-section-u2 .query-map-R6 .message-list-hb:hover {
    transform: translateY(-2px);
    background: rgb(118,96,185);
    box-shadow: 0 0 20px rgb(118,96,185,0.5);
}.contact-section-u2 .query-map-R6 .message-list-hb:hover::before {
    left: 100%;
}.contact-section-u2 .contact-feedback-3S {
    border-left: 1px solid rgb(172,162,199,0.5);
    z-index: 2;
    padding: 50px;
    background: rgba(0, 0, 0, 0.4);
    flex: 1 1 35%;
    position: relative;
}.contact-section-u2 .contact-feedback-3S h4 {
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 1px;
    margin-bottom: 35px;
    color: rgb(118,96,185);
    position: relative;
    text-transform: uppercase;
}.contact-section-u2 .contact-feedback-3S h4::after {
    background: rgb(118,96,185);
    content: "";
    height: 2px;
    left: 0;
    box-shadow: 0 0 10px rgb(118,96,185);
    position: absolute;
    bottom: -10px;
    width: 50px;
}.contact-section-u2 .contact-feedback-3S .reach-map-8w {
    padding: 0;
    margin: 0;
    list-style: none;
}.contact-section-u2 .contact-feedback-3S .reach-map-8w li {
    margin-bottom: 20px;
    padding: 15px;
    position: relative;
    display: flex;
    clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 15px, 100% 100%, 15px 100%, 0 calc(100% - 15px));
    background: rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    align-items: center;
    border: 1px solid rgb(118,96,185,0.5);
}.contact-section-u2 .contact-feedback-3S .reach-map-8w li::after {
    position: absolute;
    opacity: 0.7;
    width: 3px;
    content: "";
    background: rgb(118,96,185);
    height: 100%;
    top: 0;
    left: 0;
}.contact-section-u2 .contact-feedback-3S .reach-map-8w li:hover {
    box-shadow: 0 0 15px rgb(118,96,185,0.5);
    transform: translateX(5px);
    border-color: rgb(118,96,185);
}.contact-section-u2 .contact-feedback-3S .reach-map-8w li svg {
    height: 22px;
    margin-right: 15px;
    transition: all 0.3s ease;
    width: 22px;
}.contact-section-u2 .contact-feedback-3S .reach-map-8w li:hover svg {
    transform: scale(1.1);
}.contact-section-u2 .contact-feedback-3S .reach-map-8w li svg path {
    fill: rgb(118,96,185);
    transition: all 0.3s ease;
}.contact-section-u2 .contact-feedback-3S .reach-map-8w li:hover svg path {
    filter: drop-shadow(0 0 3px rgb(118,96,185));
    fill: #ffffff;
}.contact-section-u2 .contact-feedback-3S .reach-map-8w li span {
    font-size: 18px;
    color: #ffffff;
}.contact-section-u2 .contact-feedback-3S .reach-map-8w li a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: #ffffff;
}.contact-section-u2 .contact-feedback-3S .reach-map-8w li a:hover {
    color: rgb(118,96,185);
    text-shadow: 0 0 5px rgb(118,96,185,0.5);
}

@keyframes flicker {
    0% { opacity: 1; }
    3% { opacity: 0.8; }
    6% { opacity: 1; }
    7% { opacity: 0.9; }
    9% { opacity: 1; }
    11% { opacity: 0.7; }
    20% { opacity: 1; }
    80% { opacity: 1; }
    83% { opacity: 0.8; }
    87% { opacity: 1; }
    100% { opacity: 1; }
}

@media (max-width: 992px) {.contact-section-u2 {
    padding: 70px 0;
}.contact-section-u2 h3 {
    font-size: calc(41px * 0.8);
}.contact-section-u2 .connect-links-yE {
    flex-direction: column;
    clip-path: polygon(
            0 0, 
            calc(100% - 20px) 0, 
            100% 20px, 
            100% calc(100% - 10px), 
            calc(100% - 10px) 100%, 
            10px 100%, 
            0 calc(100% - 10px)
        );
}.contact-section-u2 .contact-feedback-3S {
    border-top: 1px solid rgb(118,96,185,0.5);
    border-left: none;
}
}

@media (max-width: 768px) {.contact-section-u2 {
    padding: 60px 0;
}.contact-section-u2 h3 {
    margin-bottom: 40px;
    font-size: calc(41px * 0.7);
}.contact-section-u2 h3::before {
    width: 150px;
    left: calc(50% - 75px);
    bottom: -15px;
}.contact-section-u2 .query-map-R6,
    .contact-section-u2 .contact-feedback-3S {
    padding: 40px 30px;
}.contact-section-u2 .query-map-R6 input[type="text"],
    .contact-section-u2 .query-map-R6 textarea {
    padding: 14px 16px;
}.contact-section-u2 .contact-feedback-3S .reach-map-8w li {
    padding: 12px;
}
}

@media (max-width: 576px) {.contact-section-u2 {
    padding: 50px 0;
}.contact-section-u2 h3 {
    font-size: calc(41px * 0.5);
    margin-bottom: 35px;
}.contact-section-u2 h3::before {
    left: calc(50% - 50px);
    bottom: -12px;
    height: 2px;
    width: 100px;
}.contact-section-u2 .connect-links-yE {
    clip-path: polygon(
            0 0, 
            calc(100% - 15px) 0, 
            100% 15px, 
            100% calc(100% - 10px), 
            calc(100% - 10px) 100%, 
            10px 100%, 
            0 calc(100% - 10px)
        );
}.contact-section-u2 .query-map-R6,
    .contact-section-u2 .contact-feedback-3S {
    padding: 30px 20px;
}.contact-section-u2 .query-map-R6 input[type="text"],
    .contact-section-u2 .query-map-R6 textarea {
    padding: 12px 15px;
    margin-bottom: 15px;
}.contact-section-u2 .query-map-R6 .inquiry-help-vs label {
    font-size: calc(12px * 0.9);
}.contact-section-u2 .query-map-R6 .message-list-hb {
    padding: 14px 20px;
    width: 100%;
}.contact-section-u2 .contact-feedback-3S .reach-map-8w li {
    clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px));
    padding: 10px;
    margin-bottom: 15px;
}}.welcome-section-Kl {
    min-height: 100vh;
    align-items: center;
    display: flex;
    position: relative;
    overflow: hidden;
    justify-content: center;
}.welcome-section-Kl::before {
    right: 0;
    left: 0;
    background: linear-gradient(
    135deg,
    rgb(172,162,199,0.5) 0%,
    rgb(118,96,185,0.5) 70%,
    rgba(0, 0, 0, 0.5) 100%
  );
    z-index: 1;
    bottom: 0;
    content: "";
    position: absolute;
    top: 0;
    backdrop-filter: blur(8px);
}.welcome-section-Kl::after {
    transform: rotate(25deg);
    z-index: 2;
    top: -50%;
    content: "";
    right: -30%;
    height: 150%;
    animation: pulse 12s infinite alternate ease-in-out;
    position: absolute;
    opacity: 0.15;
    width: 80%;
    background: radial-gradient(
    circle at center,
    rgb(172,162,199) 0%,
    transparent 70%
  );
}.welcome-section-Kl > div {
    z-index: 5;
    clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 30px),
    calc(100% - 30px) 100%,
    0 100%
  );
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    padding: 3rem;
    backdrop-filter: blur(8px);
    background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.12) 0%,
    rgba(255, 255, 255, 0.05) 100%
  );
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    width: 90%;
    max-width: 1200px;
}.welcome-section-Kl .title_style_header {
    position: relative;
    animation: slideInRight 0.8s 0.2s forwards ease-out;
    font-size: calc(41px * 1.2);
    opacity: 0;
    margin-bottom: 2rem;
    font-weight: 700;
    color: #ffffff;
    transform: translateX(-20px);
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}.welcome-section-Kl .title_style_header::after {
    content: "";
    height: 4px;
    transform-origin: left;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    bottom: -10px;
    width: 80px;
    background: rgb(118,96,185);
    animation: expandLine 1.2s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
}.welcome-section-Kl .page-first-hx {
    transform: translateY(30px);
    opacity: 0;
    animation: fadeUp 0.8s 0.6s forwards ease-out;
    position: relative;
    margin-top: 3rem;
}.welcome-section-Kl .learn-guides-wi {
    margin-bottom: 2rem;
    padding: 1.5rem;
    transform: translateX(-20px);
    position: relative;
    background: linear-gradient(
    to right,
    rgb(172,162,199,0.5),
    transparent
  );
}.welcome-section-Kl .learn-guides-wi::before {
    transform: scaleY(0);
    animation: expandVertical 1s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: top;
    width: 4px;
    top: 0;
    position: absolute;
    content: "";
    left: 0;
    background: rgb(118,96,185);
    height: 100%;
}.welcome-section-Kl .learn-guides-wi h3 {
    margin: 0;
    line-height: 1.5;
    color: #ffffff;
    padding-left: 1rem;
    font-size: 21px;
    font-weight: 600;
}.welcome-section-Kl span {
    display: block;
    overflow: hidden;
    padding: 1.5rem;
    position: relative;
}.welcome-section-Kl span::before {
    top: 0;
    width: 100%;
    left: 0;
    animation: slideBackground 1.5s 1s forwards cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(
    135deg,
    rgb(118,96,185,0.5) 0%,
    transparent 100%
  );
    z-index: -1;
    opacity: 0.7;
    transform: translateX(-100%);
    height: 100%;
    position: absolute;
    content: "";
}.welcome-section-Kl p {
    margin: 0;
    line-height: 1.6;
    font-size: calc(15px * 1.1);
    font-weight: 400;
    color: #ffffff;
    position: relative;
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

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

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

@keyframes expandVertical {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}

@keyframes slideBackground {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes pulse {
  0% {
    opacity: 0.1;
    transform: rotate(25deg) scale(1);
  }
  50% {
    opacity: 0.15;
    transform: rotate(25deg) scale(1.05);
  }
  100% {
    opacity: 0.1;
    transform: rotate(25deg) scale(1);
  }
}

@media screen and (max-width: 992px) {.welcome-section-Kl > div {
    transform: perspective(1000px) rotateX(1deg);
    padding: 2.5rem;
    width: 95%;
}.welcome-section-Kl .title_style_header {
    font-size: calc(41px * 1.1);
}.welcome-section-Kl .learn-guides-wi h3 {
    font-size: calc(21px * 0.95);
}
}

@media screen and (max-width: 768px) {.welcome-section-Kl > div {
    transform: none;
    clip-path: polygon(
      0 0,
      100% 0,
      100% calc(100% - 20px),
      calc(100% - 20px) 100%,
      0 100%
    );
    padding: 2rem;
    width: 100%;
}.welcome-section-Kl .title_style_header {
    margin-bottom: 1.5rem;
    font-size: 41px;
}.welcome-section-Kl .page-first-hx {
    margin-top: 2rem;
}.welcome-section-Kl .learn-guides-wi {
    margin-bottom: 1.5rem;
    padding: 1.2rem;
}.welcome-section-Kl .learn-guides-wi h3 {
    padding-left: 0.5rem;
    font-size: calc(21px * 0.9);
}.welcome-section-Kl p {
    font-size: 15px;
}
}

@media screen and (max-width: 576px) {.welcome-section-Kl > div {
    clip-path: none;
    padding: 1.5rem;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.3);
}.welcome-section-Kl .title_style_header {
    font-size: calc(41px * 0.85);
}.welcome-section-Kl .title_style_header::after {
    height: 3px;
    width: 60px;
}.welcome-section-Kl .learn-guides-wi {
    margin-bottom: 1rem;
    padding: 1rem;
    transform: none;
}.welcome-section-Kl span {
    padding: 1rem;
}.welcome-section-Kl p {
    font-size: calc(15px * 0.95);
}}header {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
    z-index: 100;
    overflow: visible;
    margin-top: 0;
    position: relative;
    background: linear-gradient(90deg, rgb(118,96,185) 0%, rgb(172,162,199) 100%);
    padding: 0;
}header::before {
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 0;
    height: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 5px,
        transparent 5px,
        transparent 25px
    );
    content: '';
    top: 0;
}header .head-master-bY {
    display: flex;
    padding: 1.2rem 2.5rem;
    align-items: center;
    z-index: 5;
    justify-content: space-between;
    position: relative;
}header .site-main-cx {
    overflow: visible;
    flex: 0 0 auto;
    padding: 0.5rem;
    margin-right: 2rem;
    position: relative;
}header .site-main-cx::before {
    border: 2px solid #ffffff;
    content: '';
    top: -5px;
    opacity: 0.1;
    bottom: -5px;
    z-index: -1;
    right: -5px;
    left: -5px;
    transform: skew(-5deg);
    position: absolute;
    transition: all 0.3s ease;
}header .site-main-cx::after {
    transform: skew(-5deg);
    transition: all 0.3s ease;
    top: -5px;
    z-index: -1;
    left: -5px;
    right: -5px;
    opacity: 0;
    content: '';
    border: 2px solid #ffffff;
    box-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff;
    position: absolute;
    bottom: -5px;
}header .site-main-cx:hover::before {
    opacity: 0;
}header .site-main-cx:hover::after {
    animation: neonPulse 1.5s infinite alternate;
    opacity: 0.5;
}@keyframes neonPulse {
    0% { opacity: 0.3; box-shadow: 0 0 5px #ffffff, 0 0 10px #ffffff; }
    100% { opacity: 0.7; box-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff, 0 0 30px #ffffff; }
}

header .top-pagewrap-95 {
    transition: all 0.3s ease;
    display: block;
    position: relative;
}header .top-pagewrap-95:hover {
    transform: scale(1.05);
}header .top-pagewrap-95 img {
    max-height: 40px;
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
}header .header-lesson-1q {
    margin: 0;
    position: relative;
    z-index: 2;
    display: flex;
    padding: 0;
    list-style: none;
}header .site-header-3e {
    margin: 0 0.4rem;
    position: relative;
}header .site-header-3e a {
    border: 1px solid rgba(255, 255, 255, 0.2);
    justify-content: center;
    position: relative;
    font-size: 15px;
    padding: 0 1.2rem;
    z-index: 1;
    letter-spacing: 0.5px;
    display: flex;
    color: #ffffff;
    text-decoration: none;
    text-shadow: 0 0 5px #ffffff;
    align-items: center;
    font-weight: 600;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    overflow: hidden;
}header .site-header-3e a::before {
    top: -2px;
    right: -2px;
    position: absolute;
    transform: scale(0.9);
    content: '';
    left: -2px;
    background: #ffffff;
    bottom: -2px;
    transition: opacity 0.3s ease;
    z-index: -1;
    opacity: 0;
}header .site-header-3e a:hover {
    text-shadow: none;
    transform: translateY(-3px);
    color: rgb(172,162,199);
    border-color: #ffffff;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
}header .site-header-3e a:hover::before {
    opacity: 1;
    transform: scale(1);
}header .site-header-3e::after {
    opacity: 0;
    transition: all 0.3s ease;
    position: absolute;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    bottom: -10px;
    height: 5px;
    left: 10%;
    width: 80%;
    content: '';
    filter: blur(3px);
}header .site-header-3e:hover::after {
    bottom: -5px;
    opacity: 0.5;
}header .head-master-bY::before {
    height: 1px;
    top: 0;
    content: '';
    width: 100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    position: absolute;
    left: 0;
}header .head-master-bY::after {
    left: 0;
    height: 1px;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    width: 100%;
    content: '';
    position: absolute;
    bottom: 0;
}header .page-top-WA {
    background: rgb(215,212,225);
    z-index: 1;
    padding-top: 2rem;
    position: relative;
}

@media (min-width: 1400px) {header .head-master-bY {
    margin: 0 auto;
    max-width: 1320px;
}header .site-header-3e {
    margin: 0 0.6rem;
}header .site-header-3e a {
    padding: 0 1.5rem;
}
}

@media (max-width: 991px) {header .head-master-bY {
    flex-wrap: wrap;
    padding: 1rem 2rem;
}header .site-main-cx {
    margin-right: 0;
    margin-bottom: 0;
}header .header-lesson-1q {
    margin-top: 1rem;
    justify-content: flex-end;
    flex-basis: 100%;
}header .site-header-3e a {
    padding: 0 1rem;
    font-size: calc(15px - 1px);
    height: 36px;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .head-master-bY {
    padding: 0.8rem 1.5rem;
}header .site-main-cx {
    max-width: 140px;
}header .site-main-cx::before, 
    header .site-main-cx::after {
    left: -3px;
    right: -3px;
    top: -3px;
    bottom: -3px;
}header .top-pagewrap-95 img {
    max-height: 35px;
}header .header-lesson-1q {
    justify-content: flex-start;
    scrollbar-width: thin;
    overflow-x: auto;
    margin-top: 0.8rem;
    padding-bottom: 0.5rem;
    -webkit-overflow-scrolling: touch;
}header .header-lesson-1q::-webkit-scrollbar {
    height: 3px;
}header .header-lesson-1q::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
}header .site-header-3e {
    flex: 0 0 auto;
    margin: 0 0.2rem;
}header .site-header-3e a {
    height: 32px;
    white-space: nowrap;
    padding: 0 0.8rem;
    font-size: calc(15px - 2px);
}header .site-header-3e::after {
    display: none;
}
}

@media (max-width: 479px) {header .head-master-bY {
    padding: 0.7rem 1.2rem;
}header .site-main-cx {
    max-width: 120px;
}header .site-header-3e a {
    padding: 0 0.6rem;
    font-size: calc(15px - 3px);
    height: 30px;
}}.press-room-Z0 {
    padding: 80px 0 40px;
    z-index: 1;
    color: #ffffff;
    position: relative;
}.press-room-Z0::before {
    left: 0;
    backdrop-filter: blur(8px);
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    height: 100%;
    z-index: -1;
    top: 0;
    width: 100%;
    content: "";
}footer {
    position: relative;
}.press-room-Z0 .container {
    gap: 40px;
    position: relative;
    grid-template-columns: 1fr 1fr;
    display: grid;
}.press-room-Z0 .company_holder {
    padding-right: 40px;
    position: relative;
}.press-room-Z0 .company_holder::after {
    right: 0;
    top: 20%;
    background: linear-gradient(to bottom, 
        transparent, 
        rgb(118,96,185,0.5), 
        transparent);
    content: "";
    height: 60%;
    position: absolute;
    width: 1px;
}.press-room-Z0 .company_holder h3 {
    font-weight: 700;
    position: relative;
    display: inline-block;
    font-size: calc(36px * 0.9);
    margin-bottom: 25px;
}.press-room-Z0 .company_holder h3::after {
    background: rgb(172,162,199);
    width: 40px;
    left: 0;
    border-radius: 10px;
    content: "";
    bottom: -8px;
    height: 3px;
    position: absolute;
}.press-room-Z0 .career-help-lx {
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 1.6;
    max-width: 90%;
    color: #ffffff;
    opacity: 0.8;
}.press-room-Z0 .donate-books-ls {
    display: flex;
    justify-content: flex-end;
}.press-room-Z0 .header-nav-5O {
    display: flex;
    gap: 60px;
}.press-room-Z0 .header-lesson-1q {
    position: relative;
}.press-room-Z0 .header-lesson-1q h5 {
    font-size: 22px;
    padding-bottom: 12px;
    position: relative;
    font-weight: 600;
    margin-bottom: 25px;
}.press-room-Z0 .header-lesson-1q h5::after {
    left: 0;
    bottom: 0;
    border-radius: 10px;
    background: rgb(172,162,199);
    position: absolute;
    height: 2px;
    content: "";
    width: 30px;
}.press-room-Z0 .header-lesson-1q .header-nav-5O {
    flex-direction: column;
    gap: 15px;
    display: flex;
}.press-room-Z0 .header-lesson-1q .header-nav-5O a {
    padding-left: 0;
    font-size: calc(16px * 0.95);
    color: #ffffff;
    opacity: 0.7;
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
}.press-room-Z0 .header-lesson-1q .header-nav-5O a::before {
    transition: all 0.3s ease;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 50%;
    height: 1px;
    width: 0;
    background: rgb(172,162,199);
    content: "";
    transform: translateY(-50%);
}.press-room-Z0 .header-lesson-1q .header-nav-5O a:hover {
    opacity: 1;
    color: rgb(172,162,199);
    padding-left: 12px;
}.press-room-Z0 .header-lesson-1q .header-nav-5O a:hover::before {
    opacity: 1;
    width: 8px;
}.insta-feed-El {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 20px 0;
    backdrop-filter: blur(5px);
}.insta-feed-El .container {
    justify-content: center;
    align-items: center;
    display: flex;
}.insta-feed-El .stats-tool-g4 {
    letter-spacing: 0.5px;
    text-align: center;
    opacity: 0.6;
    font-size: 12px;
    color: #ffffff;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.2;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.3;
    }
}

@keyframes glow {
    0%, 100% {
        box-shadow: 0 0 5px rgb(172,162,199,0.5);
    }
    50% {
        box-shadow: 0 0 15px rgb(172,162,199);
    }
}

@media (max-width: 991px) {.press-room-Z0 {
    padding: 60px 0 30px;
}.press-room-Z0 .container {
    gap: 50px;
    grid-template-columns: 1fr;
}.press-room-Z0 .company_holder {
    max-width: 600px;
    padding-right: 0;
    margin: 0 auto;
    text-align: center;
}.press-room-Z0 .company_holder::after {
    display: none;
}.press-room-Z0 .company_holder h3 {
    margin-left: auto;
    margin-right: auto;
}.press-room-Z0 .company_holder h3::after {
    width: 60px;
    transform: translateX(-50%);
    left: 50%;
}.press-room-Z0 .career-help-lx {
    max-width: 100%;
    text-align: center;
}.press-room-Z0 .donate-books-ls {
    justify-content: center;
}
}

@media (max-width: 767px) {.press-room-Z0 {
    padding: 50px 0 20px;
}.press-room-Z0 .header-nav-5O {
    flex-direction: column;
    width: 100%;
    gap: 40px;
}.press-room-Z0 .header-lesson-1q {
    text-align: center;
}.press-room-Z0 .header-lesson-1q h5 {
    text-align: center;
}.press-room-Z0 .header-lesson-1q h5::after {
    transform: translateX(-50%);
    left: 50%;
}.press-room-Z0 .header-lesson-1q .header-nav-5O {
    align-items: center;
}.press-room-Z0 .header-lesson-1q .header-nav-5O a {
    text-align: center;
}.press-room-Z0 .header-lesson-1q .header-nav-5O a::before {
    display: none;
}.press-room-Z0 .header-lesson-1q .header-nav-5O a:hover {
    padding-left: 0;
}
}

@media (max-width: 480px) {.press-room-Z0 {
    padding: 40px 0 20px;
}.press-room-Z0 .company_holder h3 {
    font-size: calc(36px * 0.8);
}.press-room-Z0 .career-help-lx {
    font-size: calc(16px * 0.9);
}.insta-feed-El .stats-tool-g4 {
    font-size: calc(12px * 0.9);
}}

.press-room-Z0::before {
    background-image: radial-gradient(
        circle at 20% 80%, 
        #000000 0%, 
        rgba(0, 0, 0, 0.5) 70%
    );
}.press-room-Z0::after {
    box-shadow: 0 0 40px rgb(172,162,199,0.5);
}.press-room-Z0 .container::before {
    left: -75px;
    content: "";
    width: 150px;
    height: 150px;
    filter: blur(30px);
    border-radius: 50%;
    bottom: -75px;
    position: absolute;
    animation: pulse 10s infinite alternate-reverse;
    background: radial-gradient(
        circle, 
        rgb(118,96,185,0.5), 
        transparent 70%
    );
}.press-room-Z0 .header-lesson-1q::before {
    background: rgb(172,162,199);
    top: 10px;
    width: 5px;
    border-radius: 50%;
    left: -15px;
    opacity: 0.7;
    position: absolute;
    content: "";
    height: 5px;
}.press-room-Z0 .header-lesson-1q:hover::before {
    animation: glow 2s infinite;
}.press-room-Z0 .company_holder::before {
    left: 0;
    width: 100px;
    position: absolute;
    background: linear-gradient(90deg, 
        rgb(172,162,199,0.5), 
        transparent);
    height: 1px;
    content: "";
    bottom: -20px;
}

@media (max-width: 991px) {.press-room-Z0 .company_holder::before {
    transform: translateX(-50%);
    left: 50%;
    background: linear-gradient(90deg, 
            transparent, 
            rgb(172,162,199,0.5), 
            transparent);
}}

.press-room-Z0 .header-lesson-1q .header-nav-5O a::after {
    position: absolute;
    transition: width 0.3s ease;
    width: 0;
    height: 1px;
    left: 0;
    background: rgb(172,162,199);
    bottom: -2px;
    content: "";
}.press-room-Z0 .header-lesson-1q .header-nav-5O a:hover::after {
    width: 100%;
}.press-room-Z0 .header-lesson-1q .header-nav-5O a:nth-child(odd):hover {
    transform: translateX(2px);
}.press-room-Z0 .header-lesson-1q .header-nav-5O a:nth-child(even):hover {
    transform: translateX(2px);
}

@media (min-width: 992px) {footer::after {
    position: absolute;
    height: 1px;
    top: 0;
    left: 0;
    content: "";
    right: 0;
    background: linear-gradient(90deg, 
            transparent, 
            rgb(118,96,185,0.5), 
            transparent);
}.press-room-Z0::before {
    background-blend-mode: overlay;
}}

.press-room-Z0 .company_holder h3::before {
    opacity: 0.7;
    content: "";
    width: 20px;
    top: 50%;
    background: rgb(172,162,199);
    height: 1px;
    position: absolute;
    left: -30px;
}

@media (max-width: 991px) {.press-room-Z0 .company_holder h3::before {
    display: none;
}}

.insta-feed-El {
    position: relative;
    overflow: hidden;
}.insta-feed-El::before {
    top: 0;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(118,96,185,0.5), 
        transparent);
    width: 100%;
    height: 1px;
    left: 0;
}.insta-feed-El::after {
    bottom: 0;
    width: 30%;
    opacity: 0.3;
    height: 1px;
    content: "";
    position: absolute;
    left: 35%;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(118,96,185,0.5), 
        transparent);
}.insta-feed-El .stats-tool-g4 {
    transition: all 0.3s ease;
    position: relative;
}.insta-feed-El .stats-tool-g4:hover {
    opacity: 1;
    letter-spacing: 0.7px;
}.course-features-ug {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(215,212,225) 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 80px 0;
    position: relative;
}.course-features-ug::before {
    width: 100%;
    left: 0;
    height: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
    content: "";
    background: radial-gradient(circle at 20% 50%, rgb(172,162,199,0.5) 0%, transparent 50%);
}.course-features-ug::after {
    background: radial-gradient(circle, rgb(118,96,185,0.5) 0%, transparent 70%);
    z-index: 1;
    top: -50px;
    position: absolute;
    animation: pulse 8s infinite alternate;
    height: 200px;
    right: -50px;
    width: 200px;
    border-radius: 50%;
    content: "";
}.course-features-ug .container {
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    padding: 0 15px;
    position: relative;
}.course-features-ug .learning-dna-PY {
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.08));
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
    gap: 40px;
    border-radius: 21px;
    justify-content: space-between;
    display: flex;
    padding: 40px;
    position: relative;
    align-items: center;
    border: 1px solid rgb(172,162,199,0.5);
}.course-features-ug .learning-dna-PY::before {
    width: 100%;
    position: absolute;
    content: "";
    height: 100%;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    left: -100%;
    animation: shine 5s infinite;
}.course-features-ug .master-it-Vr {
    padding-right: 20px;
    flex: 1;
    position: relative;
}.course-features-ug .master-it-Vr::before {
    width: 60px;
    border-radius: 50%;
    animation: rotate 25s linear infinite;
    content: "";
    z-index: -1;
    top: -30px;
    border: 2px solid rgb(172,162,199,0.5);
    left: -30px;
    position: absolute;
    height: 60px;
}.course-features-ug .master-it-Vr::after {
    right: 50px;
    height: 40px;
    content: "";
    width: 40px;
    border: 1px solid rgb(118,96,185,0.5);
    animation: float 8s ease-in-out infinite;
    position: absolute;
    border-radius: 10px;
    bottom: -20px;
    z-index: -1;
}.course-features-ug .site-main-cx {
    height: 60px;
    display: flex;
    margin-bottom: 20px;
    position: relative;
    width: 60px;
    max-width: 180px;
    align-items: center;
    transition: transform 0.3s ease;
    transform: translateZ(0);
    background: linear-gradient(145deg, #ffffff 0%, rgb(215,212,225) 100%);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 10px 15px;
}.course-features-ug .site-main-cx:hover {
    transform: translateY(-5px) translateZ(0);
}.course-features-ug .site-main-cx svg {
    fill: rgb(172,162,199);
    transition: fill 0.3s ease;
    max-width: 100%;
    width: 40px;
    height: 40px;
    max-height: 100%;
}.course-features-ug .site-main-cx svg path {
    fill: rgb(172,162,199);
    transition: fill 0.3s ease;
}.course-features-ug .site-main-cx:hover svg,
.course-features-ug .site-main-cx:hover svg path {
    fill: rgb(118,96,185);
}.course-features-ug h3 {
    font-weight: 700;
    padding-bottom: 15px;
    margin-bottom: 25px;
    color: rgb(172,162,199);
    font-size: 38px;
    position: relative;
}.course-features-ug h3::after {
    width: 80px;
    border-radius: 10px;
    left: 0;
    position: absolute;
    height: 3px;
    content: "";
    background: linear-gradient(to right, rgb(172,162,199), rgb(118,96,185));
    bottom: 0;
}.course-features-ug p {
    position: relative;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 30px;
    font-weight: 400;
    font-family: Arial, sans-serif;
    color: #000000;
}.course-features-ug .photo-gallery-yH {
    flex: 1;
    border-radius: 21px;
    transform: perspective(1000px) rotateY(-5deg);
    transition: all 0.5s ease;
    position: relative;
    min-height: 400px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}.course-features-ug .photo-gallery-yH::before {
    top: 0;
    z-index: 2;
    content: "";
    left: 0;
    background: linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, 0.5) 100%);
    width: 100%;
    position: absolute;
    height: 100%;
}.course-features-ug .photo-gallery-yH::after {
    content: "";
    position: absolute;
    width: 200%;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 60%);
    z-index: 3;
    transform: rotate(25deg);
    height: 200%;
    left: -50%;
    top: -50%;
    animation: shine-effect 6s infinite;
}.course-features-ug .learning-dna-PY:hover .photo-gallery-yH {
    transform: perspective(1000px) rotateY(0deg);
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.8;
  }
  100% {
    transform: scale(1);
    opacity: 0.5;
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}

@keyframes shine {
  0% {
    left: -100%;
  }
  20% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}

@keyframes shine-effect {
  0% {
    transform: rotate(25deg) translateX(-100%);
  }
  80%, 100% {
    transform: rotate(25deg) translateX(100%);
  }
}

@media screen and (max-width: 991px) {.course-features-ug {
    padding: 60px 0;
}.course-features-ug .learning-dna-PY {
    padding: 30px;
    flex-direction: column;
    gap: 30px;
}.course-features-ug .master-it-Vr {
    width: 100%;
    padding-right: 0;
}.course-features-ug .photo-gallery-yH {
    transform: perspective(1000px) rotateY(0);
    min-height: 350px;
    width: 100%;
}.course-features-ug h3 {
    font-size: calc(38px - 4px);
}
}

@media screen and (max-width: 767px) {.course-features-ug {
    padding: 50px 0;
}.course-features-ug .learning-dna-PY {
    padding: 25px;
}.course-features-ug .site-main-cx {
    height: 50px;
    max-width: 150px;
}.course-features-ug h3 {
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: calc(38px - 6px);
}.course-features-ug h3::after {
    height: 2px;
    width: 60px;
}.course-features-ug p {
    font-size: calc(14px - 1px);
    margin-bottom: 20px;
}.course-features-ug .photo-gallery-yH {
    min-height: 300px;
}
}

@media screen and (max-width: 576px) {.course-features-ug {
    padding: 40px 0;
}.course-features-ug .learning-dna-PY {
    gap: 20px;
    padding: 20px;
}.course-features-ug .site-main-cx {
    height: 40px;
    margin-bottom: 15px;
    max-width: 120px;
}.course-features-ug h3 {
    font-size: calc(38px - 8px);
}.course-features-ug .photo-gallery-yH {
    min-height: 250px;
}}.company-overview-Qr {
    background-color: rgb(215,212,225);
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.company-overview-Qr::before {
    height: 100%;
    position: absolute;
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(135deg, rgb(172,162,199,0.5) 0%, transparent 50%, rgb(118,96,185,0.5) 100%);
}.company-overview-Qr::after {
    background: radial-gradient(circle at 30% 30%, rgb(172,162,199,0.5) 0%, transparent 40%);
    content: "";
    left: 0;
    z-index: 2;
    width: 100%;
    top: 0;
    position: absolute;
    height: 100%;
}.company-overview-Qr .container {
    padding: 0 20px;
    margin: 0 auto;
    z-index: 5;
    max-width: 1200px;
    position: relative;
}.company-overview-Qr h2 {
    color: #000000;
    margin-bottom: 60px;
    padding-bottom: 20px;
    font-size: 29px;
    position: relative;
    text-align: center;
    font-weight: 700;
}.company-overview-Qr h2::before {
    content: "";
    left: 50%;
    border-radius: 10px;
    position: absolute;
    transform: translateX(-50%);
    bottom: 0;
    width: 80px;
    background: linear-gradient(90deg, rgb(172,162,199), rgb(118,96,185));
    height: 3px;
}.company-overview-Qr h2::after {
    position: absolute;
    width: 40px;
    transform: translateX(-50%);
    animation: pulse 3s infinite;
    border-radius: 10px;
    height: 3px;
    background: linear-gradient(90deg, rgb(118,96,185), rgb(172,162,199));
    left: 50%;
    content: "";
    bottom: -5px;
}.company-overview-Qr .skills-center-BQ {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
    gap: 40px;
}.company-overview-Qr .skills-center-BQ::before {
    transform: translateX(-50%);
    width: 2px;
    background: linear-gradient(to bottom, transparent, rgb(172,162,199,0.5), rgb(118,96,185,0.5), transparent);
    top: 0;
    content: "";
    height: 100%;
    left: 50%;
    position: absolute;
}.company-overview-Qr .who-mentors-b8 {
    overflow: hidden;
    transition: all 0.3s ease;
    padding: 40px;
    position: relative;
    z-index: 2;
    background-color: #ffffff;
    border-radius: 27px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}.company-overview-Qr .who-mentors-b8:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.company-overview-Qr .who-mentors-b8::before {
    position: absolute;
    height: 5px;
    content: "";
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, rgb(172,162,199), rgb(118,96,185));
    top: 0;
}.company-overview-Qr .who-mentors-b8::after {
    transition: opacity 0.3s ease;
    right: 0;
    opacity: 0;
    background: radial-gradient(circle at bottom right, rgb(172,162,199,0.5) 0%, transparent 70%);
    bottom: 0;
    content: "";
    height: 30%;
    position: absolute;
    z-index: -1;
    width: 30%;
}.company-overview-Qr .who-mentors-b8:hover::after {
    opacity: 1;
}.company-overview-Qr .who-mentors-b8:first-child::before {
    background: linear-gradient(90deg, rgb(172,162,199), rgb(118,96,185));
}.company-overview-Qr .who-mentors-b8:last-child::before {
    background: linear-gradient(90deg, rgb(118,96,185), rgb(172,162,199));
}.company-overview-Qr .who-mentors-b8 h3 {
    position: relative;
    font-weight: 600;
    padding-left: 20px;
    margin-bottom: 20px;
    color: #000000;
    font-size: 23px;
}.company-overview-Qr .who-mentors-b8 h3::before {
    left: 0;
    position: absolute;
    transform: translateY(-50%);
    height: 8px;
    border-radius: 50%;
    content: "";
    background-color: rgb(172,162,199);
    top: 50%;
    width: 8px;
}.company-overview-Qr .who-mentors-b8:first-child h3::before {
    background-color: rgb(172,162,199);
}.company-overview-Qr .who-mentors-b8:last-child h3::before {
    background-color: rgb(118,96,185);
}.company-overview-Qr .who-mentors-b8 p {
    line-height: 1.8;
    color: #000000;
    position: relative;
    font-size: 12px;
    margin-bottom: 0;
}.company-overview-Qr .who-mentors-b8 p::first-letter {
    color: rgb(172,162,199);
    font-weight: 600;
    font-size: 1.2em;
}.company-overview-Qr .who-mentors-b8:last-child p::first-letter {
    color: rgb(118,96,185);
}@keyframes pulse {
    0% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.5;
    }
}

@keyframes float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes gradient-shift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.company-overview-Qr .container::before,
.company-overview-Qr .container::after {
    filter: blur(60px);
    height: 200px;
    background: rgb(172,162,199,0.5);
    position: absolute;
    content: "";
    border-radius: 50%;
    width: 200px;
    z-index: -1;
}.company-overview-Qr .container::before {
    animation: float 15s ease-in-out infinite;
    left: -100px;
    top: -100px;
}.company-overview-Qr .container::after {
    bottom: -100px;
    right: -100px;
    animation: float 20s ease-in-out infinite reverse;
    background: rgb(118,96,185,0.5);
}.company-overview-Qr::before {
    content: "";
    left: 0;
    background: linear-gradient(45deg, transparent 45%, rgb(172,162,199,0.5) 45%, rgb(172,162,199,0.5) 55%, transparent 55%);
    height: 100%;
    width: 100%;
    background-size: 30px 30px;
    z-index: 1;
    top: 0;
    opacity: 0.3;
    position: absolute;
}.company-overview-Qr .who-mentors-b8:hover h3 {
    color: rgb(172,162,199);
    transition: color 0.3s ease;
}.company-overview-Qr .who-mentors-b8:last-child:hover h3 {
    color: rgb(118,96,185);
}.company-overview-Qr .who-mentors-b8:hover::before {
    animation: gradient-shift 3s linear infinite;
    background-size: 200% 200%;
}

@media (max-width: 991px) {.company-overview-Qr {
    padding: 80px 0;
}.company-overview-Qr h2 {
    margin-bottom: 40px;
}.company-overview-Qr .skills-center-BQ {
    gap: 30px;
    grid-template-columns: 1fr;
}.company-overview-Qr .skills-center-BQ::before {
    display: none;
}.company-overview-Qr .who-mentors-b8 {
    padding: 30px;
}.company-overview-Qr .container::before,
    .company-overview-Qr .container::after {
    width: 150px;
    height: 150px;
}
}

@media (max-width: 767px) {.company-overview-Qr {
    padding: 60px 0;
}.company-overview-Qr h2 {
    font-size: calc(29px * 0.9);
    margin-bottom: 30px;
}.company-overview-Qr h2::before {
    width: 60px;
}.company-overview-Qr h2::after {
    width: 30px;
}.company-overview-Qr .who-mentors-b8 {
    padding: 25px;
}.company-overview-Qr .who-mentors-b8 h3 {
    font-size: calc(23px * 0.9);
    margin-bottom: 15px;
}.company-overview-Qr .who-mentors-b8 p {
    font-size: calc(12px * 0.95);
}.company-overview-Qr .container::before,
    .company-overview-Qr .container::after {
    height: 100px;
    width: 100px;
    filter: blur(40px);
}
}

@media (max-width: 480px) {.company-overview-Qr {
    padding: 40px 0;
}.company-overview-Qr h2 {
    margin-bottom: 25px;
    padding-bottom: 15px;
    font-size: calc(29px * 0.8);
}.company-overview-Qr h2::before {
    width: 50px;
    height: 2px;
}.company-overview-Qr h2::after {
    width: 25px;
    bottom: -3px;
    height: 2px;
}.company-overview-Qr .who-mentors-b8 {
    padding: 20px;
}.company-overview-Qr .who-mentors-b8 h3 {
    margin-bottom: 12px;
    font-size: calc(23px * 0.85);
    padding-left: 15px;
}.company-overview-Qr .who-mentors-b8 h3::before {
    height: 6px;
    width: 6px;
}.company-overview-Qr .who-mentors-b8 p {
    font-size: calc(12px * 0.9);
}.company-overview-Qr .who-mentors-b8::before {
    height: 3px;
}.company-overview-Qr .container::before,
    .company-overview-Qr .container::after {
    filter: blur(30px);
    width: 80px;
    height: 80px;
}}.tariff-option-SQ {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.tariff-option-SQ::before {
    left: 0;
    position: absolute;
    right: 0;
    background: linear-gradient(145deg, rgba(0,0,0,0.85) 0%, rgba(20,30,50,0.95) 100%);
    bottom: 0;
    content: "";
    top: 0;
    z-index: 1;
}.tariff-option-SQ .container {
    z-index: 2;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}.tariff-option-SQ .discount-deals-J2 {
    align-items: center;
    display: flex;
    flex-direction: column;
}.tariff-option-SQ h2 {
    margin-bottom: 20px;
    font-weight: 700;
    transform: translateY(0);
    color: #ffffff;
    animation: float 6s ease-in-out infinite;
    position: relative;
    font-size: 31px;
    text-align: center;
}.tariff-option-SQ h2::after {
    width: 80px;
    content: "";
    background: linear-gradient(90deg, rgb(172,162,199), rgb(118,96,185));
    height: 3px;
    position: absolute;
    transform: translateX(-50%);
    bottom: -10px;
    left: 50%;
}.tariff-option-SQ .trial-rates-1w {
    font-size: 13px;
    line-height: 1.6;
    color: rgb(255, 255, 255, 0.5);
    text-align: center;
    margin: 0 auto 50px;
    max-width: 800px;
}.tariff-option-SQ .pro-rates-S1 {
    margin: 0;
    width: 100%;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    padding: 0;
    gap: 30px;
}.tariff-option-SQ .pro-rates-S1 li {
    perspective: 1000px;
}.tariff-option-SQ .fee-plan-OA {
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    height: 100%;
    text-decoration: none;
    transform-style: preserve-3d;
    display: block;
    box-sizing: border-box;
}.tariff-option-SQ .fee-plan-OA:hover {
    transform: translateY(-10px) rotateY(2deg);
}.tariff-option-SQ .learning-plan-Uc {
    position: relative;
    padding: 35px 30px;
    height: 100%;
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.08) 100%);
    box-sizing: border-box;
    backdrop-filter: blur(5px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.2), 0 5px 15px rgba(0,0,0,0.1);
    border: 1px solid rgba(255,255,255,0.1);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: all 0.4s ease;
}.tariff-option-SQ .learning-plan-Uc::before {
    transform: scaleX(0.5);
    background: linear-gradient(90deg, rgb(172,162,199), rgb(118,96,185));
    transform-origin: left;
    height: 5px;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    transition: transform 0.4s ease;
    position: absolute;
}.tariff-option-SQ .fee-plan-OA:hover .learning-plan-Uc::before {
    transform: scaleX(1);
}.tariff-option-SQ .fee-structure-hN {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    height: 100%;
}.tariff-option-SQ .fee-plan-OA h4 {
    margin: 0 0 20px;
    font-size: calc(18px * 1.2);
    color: #ffffff;
    font-weight: 700;
    position: relative;
}.tariff-option-SQ .fee-plan-OA h4::after {
    left: 0;
    width: 40px;
    content: "";
    height: 2px;
    position: absolute;
    background-color: rgb(172,162,199);
    bottom: -10px;
}.tariff-option-SQ .fee-plan-OA p {
    word-wrap: break-word;
    color: rgb(255, 255, 255, 0.5);
    white-space: normal;
    margin: 0 0 25px;
    flex-grow: 1;
    line-height: 1.6;
    font-size: 13px;
    overflow-wrap: break-word;
}.tariff-option-SQ .price-options-lT {
    align-self: flex-start;
    font-size: calc(18px * 1.4);
    transform: translateZ(10px);
    border-radius: 6px;
    font-weight: 700;
    background: linear-gradient(135deg, rgb(172,162,199,0.5) 0%, rgb(118,96,185,0.5) 100%);
    display: inline-block;
    padding: 10px 20px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    color: #ffffff;
    transition: all 0.3s ease;
}.tariff-option-SQ .fee-plan-OA:hover .price-options-lT {
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    transform: translateZ(15px) scale(1.05);
}

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

@media (max-width: 1200px) {.tariff-option-SQ {
    padding: 100px 0;
}.tariff-option-SQ .pro-rates-S1 {
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
}

@media (max-width: 992px) {.tariff-option-SQ {
    padding: 80px 0;
}.tariff-option-SQ .pro-rates-S1 {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}.tariff-option-SQ h2 {
    font-size: calc(31px * 0.9);
}
}

@media (max-width: 768px) {.tariff-option-SQ {
    padding: 60px 0;
}.tariff-option-SQ .pro-rates-S1 {
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 500px;
}.tariff-option-SQ .trial-rates-1w {
    margin-bottom: 40px;
}.tariff-option-SQ h2 {
    font-size: calc(31px * 0.8);
}.tariff-option-SQ .learning-plan-Uc {
    padding: 30px 25px;
}
}

@media (max-width: 576px) {.tariff-option-SQ {
    padding: 50px 0;
}.tariff-option-SQ h2 {
    font-size: calc(31px * 0.7);
}.tariff-option-SQ .trial-rates-1w {
    font-size: calc(13px * 0.9);
    margin-bottom: 30px;
}.tariff-option-SQ .learning-plan-Uc {
    padding: 25px 20px;
}.tariff-option-SQ .fee-plan-OA h4 {
    font-size: calc(18px * 1.1);
}.tariff-option-SQ .fee-plan-OA p {
    font-size: calc(13px * 0.9);
}.tariff-option-SQ .price-options-lT {
    padding: 8px 16px;
    font-size: calc(18px * 1.2);
}}.privacySettingsWindow-Kn {
    border-top: 3px solid rgb(172,162,199);
    z-index: 1050;
    background: rgb(215,212,225);
    overflow: hidden;
    padding: 20px;
    position: fixed;
    width: 100%;
    font-family: Arial, sans-serif;
    bottom: 0;
}.cookie-explained-oD {
    align-items: center;
    z-index: 1;
    flex-wrap: nowrap;
    display: flex;
    justify-content: space-between;
}.cookie-frame-ru {
    flex-shrink: 0;
    margin-right: 20px;
}#cookieWarningWindow-Om {
    display: none;
}#cookieWarningWindow-Om:checked ~ .privacySettingsWindow-Kn {
    opacity: 0;
    visibility: hidden;
}.cookie-frame-ru svg {
    height: 60px;
    width: 60px;
    transition: fill 0.3s ease-in-out;
    fill: rgb(172,162,199);
}.privacy-opt-bC {
    flex-grow: 1;
    margin-right: 20px;
}.privacy-opt-bC h5 {
    color: rgb(172,162,199);
    margin-bottom: 5px;
    font-size: 23px;
    font-weight: 700;
}.privacy-opt-bC p {
    font-size: 13px;
    color: #000000;
    margin-bottom: 0;
}.cookie-view-qp {
    padding: 10px 20px;
    margin-left: 10px;
    transition: all 0.3s ease-in-out;
    font-size: 14px;
    text-decoration: none;
    border-radius: 10px;
}.cookie-view-qp {
    background-color: rgb(172,162,199);
    color: #ffffff;
    border: 1px solid rgb(172,162,199);
}.cookie-view-qp:hover {
    border-color: #000000;
    background-color: rgba(0, 0, 0, 0.5);
}.privacySettingsWindow-Kn p a {
    text-decoration: underline;
    color: rgb(172,162,199);
}.privacySettingsWindow-Kn p a:hover {
    color: #000000;
}
@media (max-width: 1200px) {.privacy-opt-bC h5 {
    font-size: calc(23px - 2px);
}.privacy-opt-bC p {
    font-size: calc(13px - 2px);
}.cookie-view-qp {
    padding: 8px 16px;
    font-size: calc(14px - 2px);
}
}
@media (max-width: 800px) {.cookie-explained-oD {
    flex-direction: column;
    align-items: center;
}.cookie-frame-ru {
    margin-bottom: 15px;
}.privacy-opt-bC {
    margin-bottom: 20px;
    text-align: center;
}.cookie-view-qp {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
}
}
