* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.skill-links-N {
    flex: 0 0 auto;
}


.skill-links-N {
    z-index: 1;
    font-family: Arial, sans-serif;
    color: #ffffff;
    padding: 80px 0 40px;
    position: relative;
}

a {
    color: inherit;
    text-decoration: none;
}

.container {
    width: 1205px;
    margin: auto;
    max-width: 100%;
}

svg {
    width: 30px;
    height: 30px;
}



.skill-links-N .container {
    position: relative;
    justify-content: space-between;
    display: flex;
}

.skill-links-N .company_holder::after {
    background: linear-gradient(to bottom, transparent, rgb(191,208,197), transparent);
    position: absolute;
    width: 1px;
    height: 80%;
    top: 10%;
    content: '';
    right: 0;
}

.skill-links-N .company_holder h3::after {
    position: absolute;
    height: 2px;
    bottom: -5px;
    background: rgb(191,208,197);
    width: 40%;
    left: 0;
    content: '';
    transition: width 0.3s ease-in-out;
}

.skill-links-N .music-edu-o:hover {
    background: rgba(255, 255, 255, 0.12);
    transform: translateY(-2px) translateZ(0);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.skill-links-N .terms-legal-9 {
    flex: 0 0 65%;
    position: relative;
    justify-content: space-between;
    display: flex;
}

.skill-links-N .top-pagewrap-j {
    position: relative;
    border-radius: 17px;
    background: rgba(255, 255, 255, 0.05);
    padding: 20px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    flex: 0 0 45%;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
}

.skill-links-N .top-pagewrap-j:hover::before {
    transform: translateX(100%);
}

.skill-links-N .top-pagewrap-j h5::after {
    transition: width 0.3s ease, box-shadow 0.3s ease;
    height: 2px;
    left: 0;
    bottom: 0;
    position: absolute;
    width: 40px;
    content: '';
    background: rgb(191,208,197);
}

.skill-links-N .top-pagewrap-j .nav-master-3 {
    flex-direction: column;
    gap: 12px;
    display: flex;
}

.skill-links-N .top-pagewrap-j .nav-master-3 a::before {
    height: 1px;
    transform-origin: left;
    left: 0;
    content: '';
    width: 0;
    background: linear-gradient(90deg, rgb(191,208,197), transparent);
    bottom: -2px;
    transition: width 0.3s ease, transform 0.3s ease;
    position: absolute;
}

.skill-links-N .top-pagewrap-j .nav-master-3 a:hover::before {
    width: 100%;
    box-shadow: 0 0 5px rgb(191,208,197,0.5);
}

.donate-btn-P::before {
    top: 0;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(191,208,197,0.5), transparent);
    height: 1px;
    right: 0;
    left: 0;
    content: '';
}

.donate-btn-P .collab-space-I:hover {
    opacity: 1;
}




footer {
    position: relative;
}

footer::after {
    left: 0;
    background-image: 
        linear-gradient(0deg, transparent 24%, rgba(255, 255, 255, .05) 25%, rgba(255, 255, 255, .05) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, .05) 75%, rgba(255, 255, 255, .05) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, rgba(255, 255, 255, .05) 25%, rgba(255, 255, 255, .05) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, .05) 75%, rgba(255, 255, 255, .05) 76%, transparent 77%, transparent);
    bottom: 0;
    position: absolute;
    opacity: 0.3;
    background-size: 50px 50px;
    right: 0;
    z-index: 0;
    content: '';
    top: 0;
}

.operation-process-X::after {
    height: 300px;
    position: absolute;
    transform: rotate(15deg) translateZ(0);
    width: 300px;
    z-index: 0;
    filter: blur(20px);
    top: -5%;
    content: "";
    background: linear-gradient(225deg, rgba(rgb(191,208,197,0.5), 0.1), transparent);
    right: -5%;
}

.operation-process-X .container.learn-guides-W > div {
    overflow: hidden;
    padding: 40px;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.2, 0.85, 0.4, 1), 
                box-shadow 0.5s cubic-bezier(0.2, 0.85, 0.4, 1);
    transform: translateZ(0) rotateX(2deg);
    background: #ffffff;
    border-left: 5px solid rgb(191,208,197);
    box-shadow: 
        0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.08),
        0 5px 10px rgba(rgba(0, 0, 0, 0.5), 0.05);
}

.operation-process-X h3::after {
    position: absolute;
    bottom: -12px;
    width: 80px;
    background: linear-gradient(90deg, rgb(191,208,197), rgba(rgb(191,208,197,0.5), 0.5));
    transform-origin: left center;
    height: 4px;
    transition: width 0.4s ease-out;
    left: 0;
    content: "";
}

.operation-process-X p span {
    display: block;
    transition: transform 0.3s ease;
    position: relative;
}

.operation-process-X .container.learn-guides-W > div:hover p span::before {
    opacity: 1;
    transform: scale(1);
}

.operation-process-X .container.learn-guides-W::before {
    z-index: -1;
    position: absolute;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    width: 100px;
    left: 20px;
    content: "";
    background: linear-gradient(-45deg, rgb(191,208,197) 0%, rgba(rgb(191,208,197,0.5), 0.6) 100%);
    opacity: 0.15;
    top: -30px;
    transform: rotate(15deg) translateZ(-10px);
    height: 100px;
}

.user-feedback-T {
    background: linear-gradient(135deg, rgb(225,233,228) 0%, rgba(245, 247, 251, 0.95) 100%);
    padding: 5rem 0;
    overflow: hidden;
    position: relative;
}

.user-feedback-T::before {
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    z-index: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(191,208,197,0.5) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgb(152,173,159,0.5) 0%, transparent 20%);
    opacity: 0.07;
    position: absolute;
    top: 0;
}

.user-feedback-T h2::after {
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: linear-gradient(90deg, rgb(191,208,197) 0%, rgb(152,173,159) 100%);
    transform-origin: left center;
    height: 3px;
    position: absolute;
    bottom: -0.8rem;
    width: 5rem;
    left: 0;
    content: "";
}

.user-feedback-T .learn-guides-W {
    overflow: visible;
    position: relative;
}

.user-feedback-T .review-highlights-Z {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.03);
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    border-left: 3px solid rgb(152,173,159);
    transform: translateY(0);
    background: #ffffff;
    padding: 2rem 1.75rem;
    display: flex;
    position: relative;
    flex-direction: column;
    z-index: 1;
}

.user-feedback-T .review-highlights-Z:nth-child(2n) {
    border-left: 3px solid rgb(191,208,197);
}

.user-feedback-T .review-highlights-Z:nth-child(3n) {
    border-left: 3px solid rgb(152,173,159);
}

.user-feedback-T .review-highlights-Z .description {
    flex-grow: 1;
    font-style: italic;
    margin: 0 0 1.5rem;
    color: #000000;
    line-height: 1.6;
    font-size: 14px;
}

.user-feedback-T .review-highlights-Z:hover div {
    transform: rotate(0deg) scale(1.05);
}

.user-feedback-T .review-highlights-Z img {
    height: 100%;
    transition: transform 0.5s ease;
    object-fit: cover;
    width: 100%;
}

.user-feedback-T .review-highlights-Z:hover img {
    transform: scale(1.1);
}

.learn-agree-F {
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: auto;
    max-width: 1200px;
    display: flex;
    padding: 20px 30px;
}

.privacySettingsModal-k h5 {
    transition: color 0.3s ease-in-out;
    font-size: 22px;
    margin-bottom: 6px;
    font-weight: 700;
    color: #ffffff;
}

.cookie-gate-h {
    flex-shrink: 0;
    margin-right: 20px;
}

.cookie-gate-h:hover svg {
    transform: rotate(10deg);
}

.online-cookies-b {
    background: rgb(191,208,197);
    padding: 10px 20px;
    border-radius: 24px;
    color: #ffffff;
    box-shadow: rgb(191,208,197,0.5) 0px 4px 10px 0px;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    cursor: pointer;
    line-height: 35px;
    text-decoration: none;
    font-size: 19px;
    margin-left: 20px;
}

.privacySettingsModal-k p a:hover {
    color: rgb(152,173,159);
}

.wrapper-canvas-p .privacySettingsModal-k {
    padding: 40px 0;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 40px 39px;
    background: rgb(152,173,159);
}

.wrapper-canvas-p .track-edu-C h5, .wrapper-canvas-p .track-edu-C p {
    color: #ffffff;
}


#cookieWarningPanel-4 {
    display: none;
}

.appSpace-T {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(191,208,197,0.5) 0%, rgb(225,233,228) 100%);
}

.appSpace-T {
    padding: 70px 0;
}

.appSpace-T {
    padding: 50px 0;
}

.appSpace-T::after {
    width: 200%;
    background: radial-gradient(ellipse at center, #ffffff 0%, transparent 70%);
    opacity: 0.15;
    height: 200%;
    top: -50%;
    z-index: 0;
    position: absolute;
    content: "";
    transform: translateZ(0);
    left: -50%;
    animation: lightPulse 10s infinite ease-in-out;
}

.appSpace-T .learn-guides-W {
    transform: perspective(1000px) rotateX(2deg);
    padding: 60px;
    backdrop-filter: blur(10px);
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.08),
        0 1px 0 rgba(255, 255, 255, 0.8) inset,
        0 -1px 0 rgba(0, 0, 0, 0.05) inset;
    border-radius: 10px;
    position: relative;
    transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    background: linear-gradient(145deg, 
        rgba(255, 255, 255, 0.95), 
        rgba(255, 255, 255, 0.85));
}

.appSpace-T .learn-guides-W {
    padding: 40px 30px;
    transform: none;
}

.appSpace-T .learn-guides-W {
    padding: 30px 20px;
}

.appSpace-T .learn-guides-W:hover::before {
    filter: blur(12px);
    opacity: 0.8;
}

.appSpace-T .learn-guides-W > div:first-child {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.appSpace-T .learn-guides-W > div:first-child {
    margin-bottom: 25px;
}

.appSpace-T h5 {
    font-size: 18px;
    line-height: 1.4;
    transform: translateX(0);
    font-weight: 700;
    animation: slideIn 0.8s 0.2s ease-out forwards;
    margin: 0;
    color: #000000;
    font-family: Arial, sans-serif;
    padding: 0;
    opacity: 0;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
}

.appSpace-T h5 {
    font-size: calc(18px - 0.2rem);
}

.appSpace-T h5 {
    font-size: calc(18px - 0.3rem);
}

.appSpace-T a {
    display: block;
    transition: transform 0.4s ease;
    text-decoration: none;
}

.data-summary-T {
    position: relative;
    padding: 120px 0;
    color: #ffffff;
    overflow: hidden;
}

.data-summary-T::before {
    width: 100%;
    z-index: 1;
    position: absolute;
    opacity: 0.9;
    background-color: #000000;
    content: "";
    height: 100%;
    top: 0;
    left: 0;
}

.data-summary-T::after {
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 2;
    background: radial-gradient(circle at 20% 20%, rgb(191,208,197,0.5) 0%, transparent 30%),
                radial-gradient(circle at 80% 80%, rgb(152,173,159,0.5) 0%, transparent 30%);
    opacity: 0.2;
    position: absolute;
    content: "";
    left: 0;
}

.data-summary-T .learn-statistics-4 {
    height: 60px;
    align-items: center;
    position: absolute;
    display: flex;
    z-index: 10;
    top: 0;
    border-radius: 0 0 20px 0;
    width: 60px;
    padding: 15px;
    justify-content: center;
    left: 0;
    grid-area: image;
    background: rgb(191,208,197);
}

.data-summary-T .statistics-gain-h::before {
    top: 0;
    right: 0;
    width: 50px;
    background: rgb(191,208,197);
    position: absolute;
    content: "";
    height: 3px;
}

.data-summary-T .statistics-edge-c {
    height: 100%;
    background: rgba(255, 255, 255, 0.05);
    line-height: 1.8;
    font-size: 14px;
    flex-direction: column;
    justify-content: center;
    padding: 30px;
    border-radius: 0 30px 0 30px;
    display: flex;
    position: relative;
    grid-area: description;
}

.data-summary-T .statistics-plus-9 {
    flex-direction: column;
    display: flex;
    border-left: 5px solid rgb(191,208,197);
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
    padding: 25px 20px 25px 25px;
    background: rgba(255, 255, 255, 0.03);
}

.data-summary-T .statistics-plus-9:nth-child(2n)::before,
.data-summary-T .statistics-plus-9:nth-child(2n) {
    border-color: rgb(152,173,159);
}

.data-summary-T .statistics-plus-9:nth-child(2n) {
    border-left: 5px solid rgb(152,173,159);
}

.data-summary-T .statistics-plus-9:hover .statistics-upgrade-4 {
    transform: rotate(10deg);
    opacity: 1;
}

.data-summary-T .statistics-upgrade-4 svg path {
    fill: #ffffff;
}

.data-summary-T .statistics-plus-9 span {
    font-size: calc(43px * 1.1);
    position: relative;
    line-height: 1;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 700;
    color: #ffffff;
}

.data-summary-T .statistics-plus-9 p {
    z-index: 2;
    margin: 0;
    font-size: 14px;
    position: relative;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.8);
}

.data-summary-T .statistics-plus-9:nth-child(3) {
    animation: fadeInLeft 0.5s ease forwards 0.2s;
}

.teaching-experience-I {
    padding: 6rem 2rem;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(225,233,228) 0%, rgb(191,208,197,0.5) 100%);
}

.teaching-experience-I::after {
    left: -5%;
    position: absolute;
    filter: blur(15px);
    transform: rotate(15deg) translateZ(0);
    z-index: 0;
    bottom: -5%;
    background: rgb(191,208,197,0.5);
    width: 25%;
    content: "";
    height: 25%;
}

.teaching-experience-I .review-highlights-Z:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12), 
                0 40px 80px rgba(0, 0, 0, 0.08);
    transform: perspective(1000px) rotateX(0deg);
}

.teaching-experience-I .review-highlights-Z > div:first-child {
    overflow: hidden;
    position: relative;
}

.teaching-experience-I .img-card-i {
    width: 100%;
    transform: scale(1.05);
    height: 300px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
}

.teaching-experience-I .review-highlights-Z > div:nth-child(2)::before {
    top: 50%;
    content: "";
    transform: translateY(-50%);
    position: absolute;
    width: 4px;
    left: 0;
    height: 70%;
    background: linear-gradient(to bottom, rgb(191,208,197), rgb(152,173,159));
}

.teaching-experience-I .review-highlights-Z:hover .name::after {
    width: 100%;
}

.teaching-experience-I .review-highlights-Z > div:nth-child(2) > div {
    font-size: calc(14px - 2px);
    color: rgb(152,173,159);
    font-weight: 600;
    letter-spacing: 0.5px;
    opacity: 0.9;
}

.teaching-experience-I .job-progress-f::before {
    color: rgb(191,208,197,0.5);
    font-size: 5rem;
    top: -0.5rem;
    content: "";
    position: absolute;
    line-height: 1;
    font-family: serif;
    opacity: 0.2;
    left: 0.5rem;
}

.program-information-p {
    background: rgb(225,233,228);
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}

.program-information-p::after {
    opacity: 0.08;
    bottom: -100px;
    height: 300px;
    border-radius: 50%;
    width: 300px;
    position: absolute;
    background: rgb(152,173,159);
    left: -100px;
    z-index: 1;
    content: "";
}

.program-information-p .learn-explore-p {
    transform: translateY(0);
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    gap: 40px;
    grid-template-columns: 1fr;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.05);
    display: grid;
    background: #ffffff;
}

.program-information-p .text-box-wrapper-x {
    background: linear-gradient(to bottom right, 
        #ffffff 0%, 
        rgba(255, 255, 255, 0.95) 100%);
    padding: 40px;
    position: relative;
}

.program-information-p .text-box-wrapper-x::before {
    transition: transform 0.5s ease;
    position: absolute;
    top: 0;
    transform-origin: top;
    height: 60px;
    content: "";
    transform: scaleY(0);
    width: 4px;
    background: rgb(191,208,197);
    left: 0;
}

.program-information-p h3::after {
    content: "";
    left: 0;
    transition: width 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    position: absolute;
    height: 2px;
    background: rgb(152,173,159);
    bottom: 0;
    width: 60px;
}

.program-information-p span.description {
    display: none;
}

.welcome-board-m {
    overflow: hidden;
    height: 100vh;
    background-color: rgb(225,233,228);
    min-height: 600px;
    width: 100%;
    perspective: 1200px;
    position: relative;
}

.welcome-board-m::before {
    position: absolute;
    content: "";
    width: 100%;
    z-index: 1;
    animation: gridMove 30s infinite linear;
    background-size: 20px 20px;
    background-image: 
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    top: 0;
    left: 0;
    height: 100%;
}

.welcome-board-m .learn-intro-7 {
    overflow: hidden;
    left: 0;
    width: 100%;
    z-index: 1;
    top: 0;
    position: absolute;
    height: 100%;
}

.welcome-board-m .study-tech-M {
    overflow: hidden;
    height: 100%;
    transform-style: preserve-3d;
    width: 100vw;
    position: relative;
}

.welcome-board-m .study-tech-M img {
    width: 100%;
    height: 100%;
    filter: brightness(0.9) contrast(1.1) saturate(1.1);
    object-fit: cover;
    transform-origin: center;
    animation: zoomPan 20s infinite alternate ease-in-out;
}

.welcome-board-m .text-box-wrapper-x {
    margin-right: 10%;
    z-index: 4;
    backdrop-filter: blur(10px);
    position: relative;
    animation: textReveal 1.2s ease-out forwards;
    padding: 2.5rem 3rem;
    background: rgba(255, 255, 255, 0.1);
    max-width: 550px;
    margin-left: auto;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.2),
        inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    border-radius: 10px;
}

.welcome-board-m .text-box-wrapper-x h1 {
    color: #ffffff;
    font-weight: 700;
    padding-bottom: 15px;
    position: relative;
    font-size: 39px;
    margin-bottom: 1.5rem;
    letter-spacing: 1px;
}

.welcome-board-m .text-box-wrapper-x h1::after {
    height: 3px;
    width: 20px;
    background-color: rgb(191,208,197);
    content: "";
    left: 55px;
    bottom: 0;
    animation: pulseWidth 2s infinite alternate;
    position: absolute;
}

.welcome-board-m .text-box-wrapper-x .feedback-info-f {
    transition: all 0.3s ease;
    z-index: 1;
    color: #ffffff;
    padding: 1rem 2.5rem;
    border: none;
    justify-content: center;
    clip-path: polygon(
        0 0,
        90% 0,
        100% 50%,
        90% 100%,
        0 100%
    );
    display: inline-flex;
    font-size: 19px;
    overflow: hidden;
    font-weight: 600;
    position: relative;
    align-items: center;
    background: linear-gradient(
        90deg,
        rgb(191,208,197) 0%,
        rgb(152,173,159) 100%
    );
    text-decoration: none;
    border-radius: 0;
}

.welcome-board-m .learn-guides-W::before {
    z-index: 2;
    border: 1px solid rgba(255, 255, 255, 0.1);
    animation: rotate 20s linear infinite;
    top: 30%;
    position: absolute;
    width: 150px;
    height: 150px;
    content: "";
    border-radius: 50%;
    left: 5%;
}

.confidential-hearth-d {
    width: 100%;
    height: auto;
    padding: 50px;
    overflow: hidden;
    background-color: #ffffff;
    z-index: 1;
    margin: auto;
    position: relative;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.confidential-hearth-d::after {
    left: 20px;
    z-index: -1;
    bottom: 20px;
    top: 20px;
    border: 1px dashed rgb(152,173,159);
    position: absolute;
    border-radius: 10px;
    right: 20px;
    content: '';
}

.confidential-hearth-d h2 {
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px dashed rgb(152,173,159);
    font-family: Arial, sans-serif;
    text-align: left;
    margin-top: 30px;
    font-size: 38px;
    color: rgb(152,173,159);
}

.confidential-hearth-d ul, .confidential-hearth-d ol {
    color: #000000;
    list-style: none;
    font-size: 16px;
    font-family: Arial, sans-serif;
    padding-left: 0;
    padding-left: 20px;
    border-left: 2px solid rgba(0, 0, 0, 0.5);
    margin: 0;
    list-style-position: inside;
    padding: 15px 0;
}

.confidential-hearth-d section {
    background: none;
}

.confidential-hearth-d p, .confidential-hearth-d span, .confidential-hearth-d div {
    color: #000000;
    font-size: 16px;
    font-family: Arial, sans-serif;
    margin-bottom: 20px;
    line-height: 1.75;
    padding-bottom: 10px;
}

header .container {
    max-width: 100%;
    z-index: 1;
    padding: 0;
    width: 100%;
    position: relative;
    margin: 0;
}

header .nav-tutor-n {
    width: 35%;
    position: relative;
    padding: 1.2rem 0;
    align-items: center;
    justify-content: center;
    display: flex;
    text-decoration: none;
}

header .nav-tutor-n:hover svg {
    transform: scale(1.05);
}

header .top-pagewrap-j::before {
    top: 0;
    background: linear-gradient(to bottom, transparent, rgb(191,208,197,0.5), transparent);
    left: 0;
    width: 1px;
    height: 100%;
    content: '';
    position: absolute;
}

header .top-lead-v::before {
    position: absolute;
    width: 100%;
    transition: opacity 0.3s ease;
    left: 0;
    opacity: 0;
    height: 100%;
    background: linear-gradient(135deg, rgb(191,208,197,0.5), rgb(152,173,159,0.5));
    z-index: -1;
    border-radius: 10px;
    top: 0;
    content: '';
}

header .top-lead-v:hover::before {
    opacity: 1;
}

.tariff-plan-F {
    overflow: hidden;
    padding: 120px 0;
    background: rgb(225,233,228);
    position: relative;
}

.tariff-plan-F::after {
    background: linear-gradient(225deg, rgb(152,173,159,0.5), rgb(191,208,197,0.5));
    width: 500px;
    left: -10%;
    bottom: -15%;
    content: "";
    opacity: 0.1;
    position: absolute;
    height: 500px;
    z-index: 0;
    filter: blur(100px);
}

.tariff-plan-F .pricing-offers-J {
    flex-direction: column;
    gap: 60px;
    display: flex;
}

.tariff-plan-F .class-rates-E h2 {
    color: #000000;
    font-size: 36px;
    -webkit-background-clip: text !important;
    background: linear-gradient(90deg, #000000, rgb(191,208,197));
    transform: perspective(1000px) rotateX(0deg);
    background-clip: text !important;
    transition: transform 0.5s ease;
    margin-bottom: 15px;
    color: transparent;
    font-weight: 700;
}

.tariff-plan-F .class-rates-E:hover .pricing-deals-B {
    transform: translateY(3px);
}

.tariff-plan-F .deal-grid-Z {
    transform-style: preserve-3d;
    position: relative;
    display: block;
    height: 100%;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    overflow: hidden;
    transform: translateZ(0) scale(1);
    text-decoration: none;
}

.tariff-plan-F .deal-grid-Z:hover .learn-packs-3 {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 0 0 0 1px rgb(191,208,197,0.5);
}

.tariff-plan-F .learn-packs-3::before {
    transform-origin: left;
    content: "";
    height: 5px;
    left: 0;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    right: 0;
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(191,208,197), rgb(152,173,159));
    top: 0;
}

.tariff-plan-F .price-choices-s h3 {
    margin-bottom: 15px;
    font-size: calc(18px + 2px);
    color: #000000;
    font-weight: 600;
    transition: transform 0.4s ease, color 0.3s ease;
    position: relative;
    word-break: break-word;
    transform: translateY(0);
    overflow-wrap: break-word;
}

.tariff-plan-F .deal-grid-Z:hover .price-choices-s .learn-rates-2 {
    transform: scale(1.05);
}

.tariff-plan-F .price-choices-s .learn-rates-2::after {
    transition: width 0.4s ease;
    bottom: -10px;
    left: 0;
    position: absolute;
    content: "";
    height: 2px;
    width: 50px;
    background: rgb(152,173,159,0.5);
}

.tariff-plan-F .deal-grid-Z:hover .price-choices-s p {
    opacity: 1;
}

.tariff-plan-F .deal-grid-Z .img-card-i {
    height: 220px;
    width: 100%;
    overflow: hidden;
    transition: height 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
}

.tariff-plan-F .deal-grid-Z:hover .img-card-i::after {
    opacity: 1;
}

.tariff-plan-F .deal-grid-Z:nth-child(odd) .learn-packs-3 {
    flex-direction: column-reverse;
}

.subscribe-to-newsletter-A {
    z-index: 1;
    background: linear-gradient(135deg, rgb(225,233,228) 0%, rgb(191,208,197,0.5) 100%);
    overflow: hidden;
    padding: 4rem 2rem;
    position: relative;
}

.subscribe-to-newsletter-A::after {
    top: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(191,208,197,0.5) 0,
        rgb(191,208,197,0.5) 1px,
        transparent 1px,
        transparent 10px
    );
    height: 100%;
    width: 100%;
    content: "";
    opacity: 0.05;
    right: 0;
    z-index: -1;
    position: absolute;
}

.subscribe-to-newsletter-A .learn-guides-W::before {
    left: 0;
    top: 0;
    opacity: 0.9;
    z-index: -1;
    transform-origin: left bottom;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ffffff;
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.subscribe-to-newsletter-A .learn-guides-W:hover h4 {
    transform: translateY(-5px);
}

.subscribe-to-newsletter-A h4::after {
    bottom: -10px;
    transition: width 0.3s ease;
    height: 3px;
    background: rgb(191,208,197);
    content: "";
    left: 0;
    width: 50px;
    position: absolute;
}

.subscribe-to-newsletter-A .input_holder {
    flex-direction: column;
    position: relative;
    display: flex;
    gap: 1rem;
}

.subscribe-to-newsletter-A .input_holder input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgb(191,208,197,0.5);
    border-color: rgb(191,208,197);
}

.subscribe-to-newsletter-A .input_holder input[type="email"]::placeholder {
    color: #000000;
    opacity: 0.6;
    transition: opacity 0.3s ease;
}

.subscribe-to-newsletter-A .input_holder input[type="email"]:focus::placeholder {
    opacity: 0.3;
}

.subscribe-to-newsletter-A .input_holder input[type="submit"]::before {
    top: 0;
    width: 100%;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    height: 100%;
    position: absolute;
    content: "";
    transition: left 0.6s ease;
}

.subscribe-to-newsletter-A .input_holder input[type="submit"]:hover {
    background: rgb(152,173,159);
    box-shadow: 0 5px 15px rgb(191,208,197,0.5);
    transform: translateY(-2px);
}

.contacts-s {
    overflow: hidden;
    padding: 90px 0;
    background: linear-gradient(135deg, rgb(191,208,197,0.5) 0%, rgb(225,233,228) 40%, rgb(225,233,228) 60%, rgb(152,173,159,0.5) 100%);
    position: relative;
}

.contacts-s::after {
    position: absolute;
    top: 0;
    animation: patternShift 60s linear infinite;
    z-index: 1;
    background-size: 100px 100px;
    left: 0;
    background-image: 
        linear-gradient(45deg, rgb(225,233,228) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(225,233,228) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(225,233,228) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(225,233,228) 75%);
    opacity: 0.03;
    background-position: 0 0, 0 50px, 50px -50px, -50px 0px;
    width: 100%;
    content: '';
    height: 100%;
}

.contacts-s h3 {
    font-weight: 700;
    margin-bottom: 15px;
    padding-bottom: 15px;
    color: #000000;
    text-align: center;
    font-family: Arial, sans-serif;
    position: relative;
    font-size: 35px;
}

.contacts-s .edu-help-j {
    color: #000000;
    text-align: center;
    line-height: 1.6;
    font-size: 12px;
    margin: 0 auto 50px;
    max-width: 700px;
}

.contacts-s .contact-ask-X > span {
    z-index: 1;
    transform-style: preserve-3d;
    position: relative;
    padding-left: 70px;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    max-width: 350px;
    flex: 1 1 calc(33.333% - 20px);
    display: flex;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    min-width: 250px;
    border-radius: 0 0  17px 17px;
    padding: 25px;
    flex-direction: column;
}

.contacts-s .contact-ask-X > span p {
    color: rgb(191,208,197);
    letter-spacing: 0.5px;
    font-size: calc(12px - 1px);
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.contacts-s .contact-ask-X > span > span {
    font-weight: 600;
    color: #000000;
    font-size: 12px;
}

.contacts-s .contact-ask-X > span a {
    color: #000000;
    position: relative;
    z-index: 2;
    transition: color 0.3s ease;
    text-decoration: none;
}

.contacts-s .contact-ask-X > span:nth-child(2n) svg {
    stroke: rgb(152,173,159);
}

.contacts-s .contact-ask-X > span:hover svg {
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
    transform: translateZ(15px) scale(1.2);
}

.contacts-s .contact-ask-X > span svg path {
    transition: stroke-dasharray 0.5s ease, stroke-dashoffset 0.5s ease;
    stroke-dasharray: 0;
    stroke-dashoffset: 0;
}

.contacts-s .request-form-c::before {
    left: 0;
    width: 100%;
    content: '';
    background: linear-gradient(135deg, rgb(191,208,197,0.5) 0%, transparent 70%);
    z-index: 0;
    height: 100%;
    top: 0;
    opacity: 0.1;
    position: absolute;
}

.contacts-s .request-form-c h4 svg {
    width: 24px;
    stroke-width: 2px;
    fill: none;
    stroke: rgb(191,208,197);
    stroke-linecap: round;
    height: 24px;
    stroke-linejoin: round;
}

.contacts-s .request-form-c h4::after {
    bottom: -10px;
    height: 2px;
    content: '';
    transform: translateX(-50%);
    background: rgb(152,173,159);
    width: 30px;
    position: absolute;
    left: 50%;
}

.contacts-s .request-form-c span svg {
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2px;
    width: 16px;
    transition: transform 0.3s ease;
    margin-right: 8px;
    fill: none;
    stroke: rgb(152,173,159);
    height: 16px;
}

.contacts-s .request-form-c span:hover svg {
    transform: rotate(360deg);
}

.contacts-s .contact-ask-X > span:nth-child(3n+2) {
    animation-delay: 1.3s;
    animation: floatAnimation 4s ease-in-out infinite;
}

.get-in-touch-D {
    padding: 100px 0;
    background-color: rgb(225,233,228);
    position: relative;
    overflow: hidden;
}

.get-in-touch-D::after {
    right: 0;
    bottom: 0;
    opacity: 0.1;
    position: absolute;
    height: 70%;
    content: "";
    background: linear-gradient(240deg, rgb(152,173,159,0.5) 0%, transparent 70%);
    width: 70%;
}

.get-in-touch-D h2 {
    font-family: Arial, sans-serif;
    position: relative;
    color: #000000;
    margin-bottom: 15px;
    font-size: 38px;
    font-weight: 700;
    text-align: center;
}

.get-in-touch-D .img-card-i {
    overflow: hidden;
    position: relative;
    flex: 0 0 40%;
    min-height: 500px;
}

.get-in-touch-D .img-card-i::after {
    background: linear-gradient(to bottom, transparent 30%, rgba(0, 0, 0, 0.4));
    bottom: 0;
    right: 0;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
}

.get-in-touch-D form {
    width: 100%;
    padding-left: 25px;
}

.get-in-touch-D form h3 {
    font-size: 20px;
    margin-bottom: 35px;
    font-weight: 600;
    font-family: Arial, sans-serif;
    color: #000000;
}

.get-in-touch-D form input[type="text"]:focus {
    background: rgba(rgb(191,208,197), 0.05);
    box-shadow: 0 0 0 2px rgb(191,208,197,0.5);
    outline: none;
}

.get-in-touch-D form input[type="text"]::placeholder {
    color: rgba(#000000, 0.4);
}

.get-in-touch-D .request-help-U {
    align-items: flex-start;
    margin: 10px 0 30px;
    display: flex;
}

.get-in-touch-D .request-help-U label::before {
    transition: all 0.2s ease;
    height: 22px;
    left: 0;
    border-radius: 10px;
    content: "";
    border: 2px solid rgb(191,208,197,0.5);
    width: 22px;
    top: 2px;
    position: absolute;
}

.get-in-touch-D .request-help-U input[type="checkbox"]:checked + label::after {
    top: 9px;
    border-bottom: 2px solid #ffffff;
    left: 8px;
    width: 6px;
    position: absolute;
    height: 11px;
    transform: rotate(45deg);
    content: "";
    border-right: 2px solid #ffffff;
}

.get-in-touch-D form .feedback-info-f {
    transition: all 0.3s ease;
    overflow: hidden;
    padding: 15px 35px;
    position: relative;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    font-weight: 600;
    background: linear-gradient(45deg, rgb(191,208,197), rgb(152,173,159));
    cursor: pointer;
    color: #ffffff;
    display: inline-block;
    border: none;
    font-size: 14px;
}

.get-in-touch-D form .feedback-info-f:hover::before {
    transform: rotate(45deg) translateX(200%);
}

.get-in-touch-D svg path {
    fill: rgb(191,208,197);
    transition: fill 0.3s ease;
}

.our-team-Z::before {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    background: linear-gradient(135deg, 
        rgb(191,208,197,0.5) 0%, 
        rgba(255, 255, 255, 0.9) 40%, 
        rgba(255, 255, 255, 0.85) 65%, 
        rgb(152,173,159,0.5) 100%);
    bottom: 0;
    z-index: 1;
    left: 0;
    backdrop-filter: blur(3px);
}

.our-team-Z .text-box-wrapper-x {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08), 
                0 6px 20px rgba(0, 0, 0, 0.04),
                0 0 0 1px rgba(0, 0, 0, 0.02);
    animation: slide-up 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    position: relative;
    width: 70%;
    padding: 40px;
    background: rgba(255, 255, 255, 0.9);
    transform: translateY(20px);
}

.our-team-Z h1::after {
    left: 0;
    transform: scaleX(0);
    bottom: -10px;
    position: absolute;
    content: "";
    animation: scale-in 0.5s ease forwards 0.7s;
    width: 60px;
    height: 3px;
    transform-origin: left;
    background: rgb(152,173,159);
}

.our-team-Z li:last-child {
    animation-delay: 0.7s;
}

.our-team-Z h4 {
    letter-spacing: 0.5px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #000000;
    position: relative;
    font-size: 20px;
    display: inline-block;
}

.our-team-Z span {
    display: block;
    color: #000000;
    line-height: 1.8;
    column-gap: 40px;
    font-size: 18px;
    position: relative;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    column-count: 2;
    padding-left: 15px;
}

.course-benefits-x::before {
    content: "";
    top: 0;
    background-image: radial-gradient(circle at 10% 20%, rgba(rgb(191,208,197,0.5), 0.05) 0%, transparent 60%);
    position: absolute;
    width: 100%;
    z-index: 1;
    height: 100%;
    left: 0;
}

.course-benefits-x .container {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 1400px;
    z-index: 2;
    padding: 0 20px;
    gap: 40px;
    display: grid;
    position: relative;
}

.course-benefits-x .img-card-i:hover {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15), 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg) translateY(-10px);
}

.course-benefits-x .learn-guides-W {
    flex-direction: column;
    justify-content: center;
    display: flex;
}

.course-benefits-x .text-box-wrapper-x::before {
    left: 0;
    transform: scaleY(0);
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform-origin: top;
    width: 5px;
    background: linear-gradient(to bottom, rgb(191,208,197), rgb(152,173,159));
}

.course-benefits-x h1 {
    transform: translateY(20px);
    position: relative;
    margin-bottom: 30px;
    font-size: 46px;
    font-weight: 700;
    animation: fadeInUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.3s;
    opacity: 0;
    color: #000000;
    line-height: 1.2;
}

.course-benefits-x li:nth-child(1) {
    --i: 1;
}

.course-benefits-x li:nth-child(2) {
    --i: 2;
}

.course-benefits-x li:nth-child(3) {
    --i: 3;
}

.course-benefits-x li:nth-child(5) {
    --i: 5;
}

.course-benefits-x li:hover p {
    transform: translateX(5px);
}

.course-benefits-x li svg {
    top: 50%;
    height: 28px;
    width: 28px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    left: 0;
    position: absolute;
    transform: translateY(-50%);
}

.course-benefits-x li:hover svg path {
    fill: rgb(152,173,159);
}

.program-information-p .description::-webkit-scrollbar {
    width: 4px;
}

.program-information-p .description::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
}

.program-information-p .description::-webkit-scrollbar-thumb {
    background: rgb(152,173,159,0.5);
    border-radius: 10px;
}



@media (max-width: 768px) {.skill-links-N {
    padding: 40px 0 20px;
}.skill-links-N .nav-master-3 {
    flex-direction: column;
}.skill-links-N .top-pagewrap-j {
    margin-bottom: 20px;
    flex: 0 0 100%;
}.skill-links-N .company_holder h3 {
    font-size: calc(31px * 0.8);
}.skill-links-N .top-pagewrap-j h5 {
    font-size: calc(24px * 0.9);
}.donate-btn-P .collab-space-I {
    font-size: calc(16px * 0.9);
}
}



@media (max-width: 991px) {.operation-process-X {
    padding: 80px 0;
}.operation-process-X .container.learn-guides-W > div {
    padding: 30px;
}.operation-process-X h3 {
    font-size: calc(29px * 0.9);
}
}



@media (max-width: 767px) {.operation-process-X {
    padding: 60px 0;
}.operation-process-X .container.learn-guides-W {
    padding: 0 15px;
}.operation-process-X .container.learn-guides-W > div {
    transform: translateZ(0) rotateX(0);
    padding: 25px;
}.operation-process-X h3 {
    font-size: calc(29px * 0.8);
    margin-bottom: 25px;
}.operation-process-X h3::after {
    width: 60px;
    height: 3px;
}.operation-process-X p {
    font-size: calc(14px * 0.95);
}.operation-process-X .container.learn-guides-W::before,
    .operation-process-X .container.learn-guides-W::after {
    width: 80px;
    height: 80px;
}
}



@media (min-width: 992px) {.user-feedback-T {
    padding: 7rem 0;
}.user-feedback-T h2 {
    margin-bottom: 4rem;
    transform: translateX(4vw);
    font-size: calc(33px * 1.2);
}.user-feedback-T .review-spot-W {
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}.user-feedback-T .review-highlights-Z {
    padding: 2.5rem 2rem;
}.user-feedback-T .review-highlights-Z:nth-child(odd) {
    transform: translateY(25px);
}.user-feedback-T .review-highlights-Z:nth-child(even) {
    transform: translateY(-15px);
}.user-feedback-T .review-highlights-Z:hover {
    transform: translateY(-10px);
}
}



@media (max-width: 991px) {.user-feedback-T {
    padding: 4rem 0;
}.user-feedback-T h2 {
    text-align: center;
    transform: translateX(0);
    font-size: calc(33px * 1.05);
}.user-feedback-T h2::after {
    transform: translateX(-50%);
    left: 50%;
}.user-feedback-T .review-spot-W {
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}
}



@media (max-width: 767px) {.user-feedback-T {
    padding: 3rem 0;
}.user-feedback-T h2 {
    font-size: 33px;
    margin-bottom: 2.5rem;
}.user-feedback-T .review-spot-W {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.user-feedback-T .review-highlights-Z {
    padding: 1.5rem;
}
}



@media (max-width: 480px) {.user-feedback-T h2 {
    font-size: calc(33px * 0.85);
    margin-bottom: 2rem;
}.user-feedback-T .review-highlights-Z {
    padding: 1.25rem;
}.user-feedback-T .review-highlights-Z h3 {
    font-size: 18px;
}.user-feedback-T .review-highlights-Z .description {
    font-size: calc(14px * 0.95);
}}



@media (max-width: 992px) {.appSpace-T {
    padding: 90px 0;
}.appSpace-T .learn-guides-W {
    padding: 50px 40px;
    transform: perspective(1000px) rotateX(1deg);
}.appSpace-T h5 {
    font-size: calc(18px - 0.1rem);
}
}



@media (hover: none) {.appSpace-T .learn-guides-W:hover {
    transform: none;
    box-shadow: 
            0 10px 30px rgba(0, 0, 0, 0.08),
            0 1px 0 rgba(255, 255, 255, 0.8) inset,
            0 -1px 0 rgba(0, 0, 0, 0.05) inset;
}.appSpace-T .learn-guides-W:hover::before {
    filter: blur(8px);
    opacity: 0.6;
}.appSpace-T a:hover {
    transform: none;
}}



@media screen and (max-width: 767px) {.data-summary-T {
    padding: 80px 0;
}.data-summary-T .statistics-experts-W {
    grid-template-rows: auto auto auto 1fr;
    gap: 20px;
    grid-template-areas:
            "image"
            "header"
            "description"
            "future-skills-R";
    grid-template-columns: 1fr;
}.data-summary-T .learn-statistics-4 {
    position: relative;
    justify-self: center;
    margin: 0 auto 10px;
    border-radius: 20px;
}.data-summary-T .statistics-gain-h {
    padding: 10px 0;
    text-align: center;
    justify-content: center;
}.data-summary-T .statistics-gain-h::before {
    display: none;
}.data-summary-T .statistics-edge-c {
    text-align: center;
    border-radius: 20px;
    padding: 20px;
}.data-summary-T .statistics-edge-c::before {
    display: none;
}.data-summary-T .expert-statistics-3 {
    grid-template-columns: 1fr;
}.data-summary-T .statistics-plus-9:nth-child(even) {
    animation: fadeInLeft 0.5s ease forwards 0.1s;
}
}



@media (min-width: 1024px) {.teaching-experience-I {
    padding: 10rem 4rem;
}.teaching-experience-I .review-highlights-Z {
    gap: 4rem 5rem;
    grid-template-columns: minmax(300px, 400px) 1fr;
    padding: 5rem;
}.teaching-experience-I .name {
    font-size: calc(19px + 2px);
}.teaching-experience-I .review-highlights-Z > div:nth-child(2) > div {
    font-size: 14px;
}.teaching-experience-I .job-progress-f {
    line-height: 1.8;
}.teaching-experience-I .review-highlights-Z::after {
    background: linear-gradient(135deg, transparent 50%, rgb(191,208,197,0.5) 50%);
    opacity: 0.1;
    width: 150px;
    height: 150px;
    transition: opacity 0.3s ease;
    position: absolute;
    content: "";
    right: 0;
    top: 0;
}.teaching-experience-I .review-highlights-Z:hover::after {
    opacity: 0.2;
}
}



@media (min-width: 992px) {.program-information-p {
    padding: 140px 0;
}.program-information-p .learn-explore-p {
    grid-template-columns: 1fr 1.3fr;
}.program-information-p .img-card-i {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
}.program-information-p .text-box-wrapper-x {
    padding: 80px 80px 80px 100px;
    margin-left: -80px;
}.program-information-p h3 {
    margin-bottom: 30px;
    font-size: 37px;
}.program-information-p .description {
    max-height: 380px;
    font-size: calc(17px * 1.05);
    line-height: 1.8;
}
}



@media (max-width: 480px) {.program-information-p {
    padding: 60px 0;
}.program-information-p .img-card-i {
    height: 200px;
}.program-information-p .text-box-wrapper-x {
    padding: 25px 20px;
}.program-information-p h3 {
    font-size: calc(20px * 0.95);
    margin-bottom: 15px;
    padding-bottom: 10px;
}
}



@media screen and (max-width: 992px) {.welcome-board-m .learn-guides-W {
    grid-template-columns: 1fr;
}.welcome-board-m .text-box-wrapper-x {
    max-width: 80%;
    margin: 0 auto;
    padding: 2rem;
}.welcome-board-m .text-box-wrapper-x h1 {
    font-size: calc(39px * 0.9);
}.welcome-board-m .learn-guides-W::before,
    .welcome-board-m .learn-guides-W::after {
    width: 100px;
    height: 100px;
    left: 10%;
}
}



@media screen and (max-width: 576px) {.welcome-board-m .text-box-wrapper-x {
    margin-top: 25%;
    padding: 1.5rem;
    max-width: 92%;
}.welcome-board-m .text-box-wrapper-x h1 {
    margin-bottom: 1rem;
    font-size: calc(39px * 0.7);
}.welcome-board-m .text-box-wrapper-x p {
    margin-bottom: 1.5rem;
    font-size: calc(15px * 0.9);
}.welcome-board-m .text-box-wrapper-x .feedback-info-f {
    font-size: calc(19px * 0.9);
    padding: 0.8rem 2rem;
}}



@media (max-width: 991px) {header::before {
    width: 30%;
}header .nav-tutor-n {
    width: 30%;
    padding: 1rem 0;
}header .nav-tutor-n svg {
    width: 130px;
}header .top-pagewrap-j {
    gap: 0.5rem;
    padding: 1rem 2.5%;
    width: 70%;
}header .top-lead-v {
    padding: 0.5rem 1rem;
    font-size: calc(17px);
}
}



@media (max-width: 480px) {header .nav-tutor-n {
    padding: 0.7rem 0;
}header .nav-tutor-n svg {
    width: 110px;
}header .top-pagewrap-j {
    width: 100%;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 0.7rem 2%;
}header .top-pagewrap-j::-webkit-scrollbar {
    height: 3px;
}header .top-pagewrap-j::-webkit-scrollbar-thumb {
    background: rgb(191,208,197);
    border-radius: 10px;
}header .top-lead-v {
    white-space: nowrap;
    flex-shrink: 0;
    margin-right: 2px;
    padding: 0.45rem 0.9rem;
    font-size: calc(17px - 1px);
}}



@media (min-width: 992px) {.tariff-plan-F {
    padding: 140px 0;
}.tariff-plan-F .pricing-offers-J {
    align-items: flex-start;
    flex-direction: row;
}.tariff-plan-F .class-rates-E {
    margin-right: 70px;
    width: 30%;
    top: 100px;
    align-self: flex-start;
    transform: translateX(0);
    position: sticky;
    order: 0;
}.tariff-plan-F .learn-fees-4 {
    grid-template-columns: repeat(2, 1fr);
    width: 70%;
}
}



@media (max-width: 767px) {.tariff-plan-F {
    padding: 60px 0;
}.tariff-plan-F .learn-fees-4 {
    grid-template-columns: 1fr;
}.tariff-plan-F .price-choices-s {
    padding: 25px 20px;
}.tariff-plan-F .deal-grid-Z .img-card-i {
    height: 180px;
}.tariff-plan-F .class-rates-E h2 {
    font-size: calc(36px - 2px);
}
}



@media (min-width: 768px) {.subscribe-to-newsletter-A {
    padding: 5rem 3rem;
}.subscribe-to-newsletter-A .learn-guides-W {
    padding: 3rem;
    align-items: center;
    gap: 3rem;
    grid-template-columns: 1fr 1fr;
}.subscribe-to-newsletter-A h4 {
    margin: 0;
    font-size: 21px;
}.subscribe-to-newsletter-A .input_holder {
    flex-direction: row;
    align-items: stretch;
}.subscribe-to-newsletter-A .input_holder span:first-child {
    flex: 1;
}
}



@media (max-width: 767px) {.subscribe-to-newsletter-A::before {
    width: 100%;
    left: -50%;
}.subscribe-to-newsletter-A .learn-guides-W {
    padding: 1.5rem;
}.subscribe-to-newsletter-A h4 {
    text-align: center;
    margin-bottom: 1.5rem;
}.subscribe-to-newsletter-A h4::after {
    transform: translateX(-50%);
    left: 50%;
}.subscribe-to-newsletter-A .input_holder span:last-child {
    align-self: stretch;
}.subscribe-to-newsletter-A .input_holder input[type="submit"] {
    width: 100%;
}
}


@media (max-width: 767px) {.contacts-s {
    padding: 60px 0;
}.contacts-s h3 {
    font-size: calc(35px - 4px);
}.contacts-s .edu-help-j {
    margin-bottom: 30px;
}.contacts-s .contact-ask-X {
    gap: 15px;
}.contacts-s .contact-ask-X > span {
    max-width: 100%;
    padding: 20px;
    padding-left: 60px;
    flex: 1 1 100%;
}.contacts-s .request-form-c {
    padding: 25px;
    margin-top: 30px;
}.contacts-s .request-form-c span {
    padding: 8px 15px;
}.contacts-s .contact-ask-X > span:nth-child(n) {
    animation: none;
}.contacts-s .contact-ask-X > span svg {
    left: 20px;
    top: 20px;
    height: 24px;
    width: 24px;
}.contacts-s .request-form-c h4 svg {
    width: 20px;
    height: 20px;
}.contacts-s .request-form-c span svg {
    height: 14px;
    margin-right: 6px;
    width: 14px;
}
}


@media (hover: none) {.contacts-s .contact-ask-X > span:hover,
    .contacts-s .request-form-c span:hover {
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transform: none;
}.contacts-s .request-form-c span:hover {
    color: #000000;
    background: rgba(0, 0, 0, 0.03);
}.contacts-s .contact-ask-X > span a:hover {
    color: #000000;
}.contacts-s .contact-ask-X > span:hover svg {
    transform: translateZ(5px);
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}.contacts-s .contact-ask-X > span:hover svg path {
    stroke-dasharray: 0;
    animation: none;
}.contacts-s .request-form-c span:hover svg {
    transform: none;
}}



@media screen and (max-width: 767px) {.get-in-touch-D {
    padding: 70px 0;
}.get-in-touch-D .img-card-i {
    min-height: 250px;
}.get-in-touch-D .help-reach-v {
    padding: 40px 30px;
}.get-in-touch-D .help-reach-v::before {
    left: 30px;
    width: calc(100% - 60px);
}
}



@media screen and (max-width: 1200px) {.our-team-Z {
    padding: 100px 20px;
}.our-team-Z .container {
    max-width: 100%;
}.our-team-Z .text-box-wrapper-x {
    width: 80%;
}
}



@media screen and (max-width: 992px) {.our-team-Z {
    padding: 80px 20px;
}.our-team-Z .container {
    justify-content: center;
}.our-team-Z .text-box-wrapper-x {
    width: 90%;
    padding: 30px;
}.our-team-Z span {
    column-count: 1;
}
}



@media screen and (max-width: 576px) {.our-team-Z {
    padding: 50px 10px;
}.our-team-Z .text-box-wrapper-x {
    padding: 20px;
}.our-team-Z h1 {
    font-size: calc(38px * 0.75);
    margin-bottom: 20px;
}.our-team-Z h1::after {
    height: 2px;
    width: 50px;
}.our-team-Z h4 {
    font-size: calc(20px * 0.85);
}.our-team-Z span {
    font-size: calc(18px * 0.9);
    line-height: 1.6;
}}



@media (min-width: 992px) {.course-benefits-x {
    padding: 150px 0;
}.course-benefits-x .container {
    gap: 80px;
}.course-benefits-x .img-card-i {
    max-height: 600px;
    height: 100%;
}.course-benefits-x .text-box-wrapper-x {
    padding: 50px;
}.course-benefits-x h1 {
    font-size: calc(46px * 1.1);
}
}



@media (max-width: 480px) {.course-benefits-x {
    padding: 60px 0;
}.course-benefits-x .text-box-wrapper-x {
    padding: 25px 20px;
}.course-benefits-x h1 {
    font-size: calc(46px * 0.75);
}.course-benefits-x li p {
    font-size: calc(15px * 0.9);
    padding-left: 32px;
}.course-benefits-x li svg {
    width: 22px;
    height: 22px;
}
}

@keyframes pulseLine {
    0%, 100% {
        opacity: 0.6;
    }
    50% {
        opacity: 1;
    }
}



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



@keyframes lightPulse {
    0%, 100% { 
        opacity: 0.15; 
        transform: translate(-50%, -50%) scale(1); 
    }
    50% { 
        opacity: 0.2; 
        transform: translate(-50%, -50%) scale(1.1); 
    }
}



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



@keyframes carouselSlide {
    0%, 16% {
        transform: translateX(0);
    }
    20%, 36% {
        transform: translateX(-100vw);
    }
    40%, 56% {
        transform: translateX(-200vw);
    }
    60%, 76% {
        transform: translateX(-300vw);
    }
    80%, 96% {
        transform: translateX(-400vw);
    }
    100% {
        transform: translateX(0);
    }
}



@keyframes buttonScan {
    0% {
        left: -100%;
    }
    50% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}



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



@keyframes pulseWidth {
    0% {
        width: 20px;
    }
    100% {
        width: 40px;
    }
}


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



@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.05;
    }
    50% {
        opacity: 0.1;
    }
}



@keyframes fade-in-right {
    0% {
        opacity: 0;
        transform: translateX(-10px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}



@keyframes scale-in {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}



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

