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

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

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

.header-pro-wi {
    flex: 1 0 auto;
}

.header-pro-wi {
    padding-top: 2rem;
    z-index: 1;
    background: #ffffff;
    position: relative;
}


.statistics-information-Nz {
    z-index: 1;
    background-color: #000000;
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}

.statistics-information-Nz .container {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0.05) 100%);
    margin: 0 auto;
    border: 1px solid rgba(255, 255, 255, 0.05);
    z-index: 1;
    max-width: 1200px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    position: relative;
    backdrop-filter: blur(10px);
    padding: 30px;
    border-radius: 12px;
}

.statistics-information-Nz ul::before {
    content: "";
    background: linear-gradient(90deg, transparent, rgb(182,159,198,0.5), transparent);
    position: absolute;
    height: 1px;
    top: -30px;
    width: 100%;
    left: 0;
}

.statistics-information-Nz .statistics-experts-qA::after {
    background: linear-gradient(135deg, rgba(rgb(182,159,198,0.5), 0.1) 0%, transparent 100%);
    top: 0;
    z-index: -1;
    position: absolute;
    height: 100%;
    content: "";
    left: 0;
    width: 100%;
}

.statistics-information-Nz .statistics-experts-qA p::after {
    content: "";
    transform: scaleX(0);
    background: rgb(182,159,198,0.5);
    bottom: -15px;
    transform-origin: center;
    position: absolute;
    width: 100%;
    height: 2px;
    transition: transform 0.4s ease;
    left: 0;
}

.statistics-information-Nz svg path {
    fill: rgb(182,159,198);
}

.statistics-information-Nz ul:has(.statistics-experts-qA:only-child) .statistics-experts-qA {
    grid-template-columns: 120px 1fr;
    padding: 40px;
}

.statistics-information-Nz ul:has(.statistics-experts-qA:nth-child(3):last-child) {
    grid-template-columns: repeat(3, 1fr);
}

.statistics-information-Nz ul:has(.statistics-experts-qA:nth-child(4):last-child) .statistics-experts-qA p {
    margin-bottom: 15px;
    grid-row: 1;
    grid-column: 1;
}

.statistics-information-Nz ul:has(.statistics-experts-qA:nth-child(5):nth-last-child(-n+1)) .statistics-experts-qA {
    padding: 30px 15px;
    text-align: center;
    grid-template-columns: 1fr;
}

.statistics-information-Nz ul:has(.statistics-experts-qA:nth-child(n+6):nth-child(-n+10)) {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.client-opinions-Eh::after {
    border-radius: 50%;
    filter: blur(80px);
    width: 200px;
    background: rgb(182,159,198);
    right: -50px;
    top: -50px;
    height: 200px;
    opacity: 0.1;
    animation: floating 15s infinite ease-in-out;
    content: "";
    position: absolute;
}

.client-opinions-Eh .container.skill-classes-l1 {
    position: relative;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
}

.client-opinions-Eh .learner-quotes-r3 {
    background: #ffffff;
    animation: revealReview 0.8s forwards cubic-bezier(0.23, 1, 0.32, 1);
    opacity: 0;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    border-radius: 14px;
    position: relative;
    padding: 30px;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    overflow: hidden;
    transform: translateY(30px);
    animation-delay: calc(var(--i, 0) * 0.1s);
}

.client-opinions-Eh .learner-quotes-r3 h3 {
    margin-bottom: 15px;
    font-weight: 600;
    position: relative;
    display: inline-block;
    color: #000000;
    font-size: calc(19px - 2px);
}

.client-opinions-Eh .learner-quotes-r3:hover h3::after {
    width: 100%;
}

.client-opinions-Eh .learner-quotes-r3 .description::before {
    content: "";
    top: -20px;
    color: rgb(182,159,198,0.5);
    position: absolute;
    font-size: 80px;
    opacity: 0.1;
    z-index: -1;
    left: -10px;
}

.education-framework-CB::before {
    top: 0;
    height: 100%;
    position: absolute;
    background: radial-gradient(ellipse at 70% 20%, rgb(117,117,169,0.5) 0%, transparent 70%);
    content: '';
    opacity: 0.2;
    z-index: 1;
    left: 0;
    width: 100%;
}

.education-framework-CB .body-content-9f p {
    background: rgba(255, 255, 255, 0.08);
    line-height: 1.8;
    backdrop-filter: blur(15px);
    font-size: 14px;
    color: #ffffff;
    z-index: 3;
    transform: translateY(30px) rotate(2deg);
    border-radius: 30px;
    box-shadow: 15px 20px 40px rgba(0, 0, 0, 0.15);
    padding: 40px;
    order: 2;
    position: relative;
    width: 50%;
}

.education-framework-CB .body-content-9f::after {
    height: 3px;
    width: 80%;
    position: absolute;
    bottom: -20px;
    content: '';
    z-index: 2;
    background: linear-gradient(90deg, transparent, rgb(182,159,198), transparent);
    left: 10%;
    opacity: 0.2;
}

.education-framework-CB::after {
    z-index: 1;
    position: absolute;
    background: linear-gradient(90deg, rgb(182,159,198,0.5), transparent, rgb(182,159,198,0.5));
    bottom: 50px;
    content: '';
    opacity: 0.2;
    left: 0;
    width: 100%;
    height: 3px;
}

.education-framework-CB .skill-classes-l1::after {
    left: -40px;
    background: rgb(117,117,169);
    top: 20%;
    height: 80px;
    animation: float-rotate 15s infinite ease-in-out alternate;
    filter: blur(20px);
    width: 80px;
    opacity: 0.05;
    content: '';
    position: absolute;
    border-radius: 30px;
    transform: rotate(15deg);
}

.take-a-spin-5q .skill-classes-l1 {
    overflow: hidden;
    position: relative;
    align-items: center;
    z-index: 10;
    display: flex;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    border-radius: 13px;
    background: #ffffff;
}

.take-a-spin-5q .container p::after {
    background: linear-gradient(to right, rgb(182,159,198), rgb(117,117,169));
    width: 60px;
    left: 60px;
    content: '';
    height: 4px;
    border-radius: 10px;
    position: absolute;
    bottom: 40px;
}

.take-a-spin-5q .help-help-7K:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

.take-a-spin-5q .skill-classes-l1::before {
    top: 0;
    width: 100%;
    position: absolute;
    height: 6px;
    z-index: 2;
    left: 0;
    content: '';
    background: linear-gradient(to right, rgb(182,159,198), rgb(117,117,169));
}

.instructor-history-Cj::before {
    right: -10%;
    top: -5%;
    height: 40vw;
    opacity: 0.15;
    width: 40vw;
    transform: translateZ(0);
    position: absolute;
    background: radial-gradient(circle, rgb(182,159,198,0.5) 0%, transparent 70%);
    content: "";
}

.instructor-history-Cj .learner-quotes-r3 {
    gap: 2rem;
    grid-template-columns: 1fr;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.05),
        0 1px 3px rgba(0, 0, 0, 0.03),
        0 0 80px rgba(rgb(182,159,198), 0.03) inset;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100%);
    padding: 2.5rem;
    display: grid;
    backdrop-filter: blur(10px);
    position: relative;
    transform: translateZ(0);
}

.instructor-history-Cj .name::after {
    position: absolute;
    height: 3px;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(117,117,169) 0%, transparent 100%);
    transform: scaleX(0.8);
    content: "";
    width: 60%;
    bottom: -8px;
    left: 0;
    transition: transform 0.4s ease;
}

.instructor-history-Cj .exp-table-3o::before {
    font-family: serif;
    opacity: 0.15;
    top: -2rem;
    z-index: -1;
    position: absolute;
    font-size: 6rem;
    color: rgb(182,159,198,0.5);
    left: -1rem;
    content: "";
}

.privacy-concealment-mx h2 {
    text-shadow: 0 0 5px rgb(117,117,169,0.5);
    font-size: 34px;
    font-weight: 600;
    color: rgb(182,159,198);
    margin-top: 40px;
    margin-bottom: 20px;
}

.privacy-concealment-mx h5 {
    font-weight: 400;
    font-size: 22px;
    text-shadow: 0 0 3px rgb(182,159,198,0.5);
}

.privacy-concealment-mx li {
    font-size: 16px;
    margin-bottom: 15px;
    padding-left: 15px;
    line-height: 1.7;
    position: relative;
}

.privacy-concealment-mx p {
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.8;
}

.privacy-concealment-mx div {
    margin-bottom: 25px;
}

.cookie-compl-Z4 {
    flex-shrink: 0;
    margin-right: 20px;
}

.cookie-compl-Z4 svg {
    fill: rgb(182,159,198);
    width: 50px;
    height: 50px;
}

.trackingSettingsPopup-RH h5 {
    font-weight: 700;
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 24px;
}

.visitor-settings-IL:hover {
    border-color: rgb(182,159,198,0.5);
    background: rgb(182,159,198,0.5);
}

.trackingSettingsPopup-RH p a:hover {
    border-bottom-color: rgb(117,117,169);
    color: rgb(117,117,169);
}

#cookieDialogNotice-Py:checked ~ .trackingSettingsPopup-RH {
    opacity: 0;
    visibility: hidden;
}

header:hover::after {
    transform: scaleX(1);
}

header .main-train-s4 {
    justify-content: space-between;
    display: flex;
    z-index: 5;
    align-items: center;
    padding: 1.3rem 2.5rem;
    position: relative;
}

header .head-sitebar-CQ {
    position: relative;
    perspective: 800px;
    margin-right: 2rem;
    flex: 0 0 auto;
}

header .top-pagewrap-ip:hover {
    transform: rotateY(10deg) rotateX(5deg);
}

header .top-pagewrap-ip::before {
    top: 0;
    filter: blur(10px);
    left: 0;
    background: rgb(182,159,198);
    transform: translateZ(-10px);
    height: 100%;
    width: 100%;
    content: '';
    opacity: 0.1;
    position: absolute;
}

header .nav-pagebar-JI {
    position: relative;
    margin: 0 0.3rem;
    transform-style: preserve-3d;
}

header .nav-pagebar-JI a::before {
    width: 100%;
    left: 0;
    border-radius: 10px;
    content: '';
    height: 100%;
    top: 0;
    opacity: 0;
    background: linear-gradient(135deg, 
        rgb(182,159,198,0.5) 0%, 
        rgb(117,117,169,0.5) 100%
    );
    transform: translateZ(-5px);
    position: absolute;
    transition: opacity 0.4s ease;
}

header .main-train-s4::before {
    left: 35%;
    content: '';
    position: absolute;
    background: linear-gradient(to right, 
        transparent, 
        rgb(182,159,198), 
        transparent
    );
    height: 1px;
    top: 0;
    width: 30%;
}

.tariff-plan-f7 .container {
    z-index: 1;
    max-width: 1320px;
    padding: 0 15px;
    position: relative;
    margin: 0 auto;
}

.tariff-plan-f7 .premium-plan-Sb {
    margin: 0 auto;
    max-width: 800px;
    padding: 0 20px;
    text-align: center;
}

.tariff-plan-f7 .cost-fee-yG {
    line-height: 1.7;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    color: #000000;
    font-size: 18px;
    max-width: 600px;
}

.tariff-plan-f7 .study-costs-EX {
    position: relative;
    z-index: 1;
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    display: block;
}

.tariff-plan-f7 .study-offers-uf {
    flex: 1;
    position: relative;
    padding: 30px;
    z-index: 2;
}

.tariff-plan-f7 .study-offers-uf h3::after {
    transition: width 0.3s ease;
    height: 3px;
    left: 0;
    background: rgb(182,159,198);
    position: absolute;
    border-radius: 2px;
    content: "";
    bottom: 0;
    width: 40px;
}

.tariff-plan-f7 .study-offers-uf p {
    word-break: break-word;
    position: relative;
    line-height: 1.6;
    font-size: calc(18px - 2px);
    color: #000000;
    margin-bottom: 20px;
    overflow-wrap: break-word;
}

.tariff-plan-f7 .snap-cI {
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
    height: 220px;
    width: 100%;
    border-radius: 0 0 12px 12px;
}

.who-we-are-rd::before {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    opacity: 0.85;
    background: #000000;
    content: "";
    left: 0;
}

.who-we-are-rd h2 {
    color: #ffffff;
    position: relative;
    font-weight: 700;
    letter-spacing: 2px;
    display: inline-block;
    font-size: 36px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.who-we-are-rd:hover h2::after {
    width: 100%;
}

.who-we-are-rd .body-content-9f {
    box-shadow: 
        inset 2px 2px 5px rgba(255, 255, 255, 0.05),
        inset -2px -2px 5px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    transform: translateY(0);
    background: rgba(255, 255, 255, 0.03);
    display: flex;
}

.who-we-are-rd .body-content-9f div div {
    color: rgb(255, 255, 255, 0.5);
    line-height: 1.8;
    text-align: justify;
    border-radius: 10px;
    padding: 20px;
    position: relative;
    font-size: 18px;
    box-shadow: 
        inset 5px 5px 10px rgba(0, 0, 0, 0.2),
        inset -5px -5px 10px rgba(255, 255, 255, 0.05);
    background: rgba(0, 0, 0, 0.2);
}

.course-structure-2l .learn-plan-Me {
    grid-template-columns: 1fr;
    position: relative;
    gap: 0;
    display: grid;
}

.course-structure-2l .body-content-9f:hover {
    transform: translateY(-10px);
}

.course-structure-2l .body-content-9f h2 {
    color: rgb(182,159,198);
    font-size: 33px;
    display: inline-block;
    font-weight: 700;
    animation: fadeInUp 0.8s ease forwards;
    position: relative;
    margin-bottom: 2rem;
}

.course-structure-2l .body-content-9f:hover h2::after {
    width: 100%;
}

.course-structure-2l .body-content-9f .description:last-of-type {
    margin-bottom: 0;
    font-weight: 600;
    animation-delay: 0.4s;
}

.course-structure-2l .snap-cI {
    height: 320px;
    z-index: 2;
    position: relative;
    transition: transform 0.5s ease;
    border-radius: 0;
    margin-top: -2rem;
    transform: perspective(1000px) rotateX(5deg) rotateY(-5deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
}

footer {
    position: relative;
}

.honor-cta-Gz .company_holder {
    position: relative;
    padding-right: 40px;
}

.honor-cta-Gz .company_holder::after {
    width: 1px;
    top: 20%;
    content: "";
    background: linear-gradient(to bottom, 
        transparent, 
        rgb(117,117,169,0.5), 
        transparent);
    height: 60%;
    position: absolute;
    right: 0;
}

.honor-cta-Gz .footer-account-Ap {
    justify-content: flex-end;
    display: flex;
}

.honor-cta-Gz .top-edu-ej {
    position: relative;
}

.honor-cta-Gz .top-edu-ej .head-bar-xA {
    display: flex;
    gap: 15px;
    flex-direction: column;
}

.honor-cta-Gz .top-edu-ej .head-bar-xA a::before {
    position: absolute;
    opacity: 0;
    left: 0;
    background: rgb(182,159,198);
    height: 1px;
    width: 0;
    top: 50%;
    content: "";
    transform: translateY(-50%);
    transition: all 0.3s ease;
}

.review-block-Wv .container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.honor-cta-Gz::after {
    box-shadow: 0 0 40px rgb(182,159,198,0.5);
}

.honor-cta-Gz .top-edu-ej::before {
    border-radius: 50%;
    left: -15px;
    opacity: 0.7;
    height: 5px;
    content: "";
    position: absolute;
    background: rgb(182,159,198);
    top: 10px;
    width: 5px;
}



.honor-cta-Gz .top-edu-ej .head-bar-xA a::after {
    bottom: -2px;
    width: 0;
    left: 0;
    content: "";
    position: absolute;
    height: 1px;
    background: rgb(182,159,198);
    transition: width 0.3s ease;
}



.honor-cta-Gz .company_holder h3::before {
    background: rgb(182,159,198);
    content: "";
    position: absolute;
    opacity: 0.7;
    width: 20px;
    height: 1px;
    left: -30px;
    top: 50%;
}

.review-block-Wv .credit-info-41:hover {
    opacity: 1;
    letter-spacing: 0.7px;
}

.contact-panel-39::before {
    background: repeating-linear-gradient(
        45deg,
        rgb(117,117,169,0.5),
        rgb(117,117,169,0.5) 1px,
        transparent 1px,
        transparent 10px
    );
    width: 100%;
    position: absolute;
    left: 0;
    content: '';
    height: 100%;
    top: 0;
    opacity: 0.05;
}

.contact-panel-39 h3 {
    color: rgb(182,159,198);
    font-family: Arial, sans-serif;
    font-size: 37px;
    text-align: center;
    margin-bottom: 50px;
    font-weight: 700;
}

.contact-panel-39 input[type="text"],
.contact-panel-39 textarea {
    margin-bottom: 20px;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #ffffff;
    border-radius: 10px;
    padding: 15px;
    font-size: 12px;
    color: #000000;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
}

.contact-panel-39 .feedback-help-C9 input[type="checkbox"]:checked + label::before {
    background: rgb(182,159,198);
    border-color: rgb(182,159,198);
}

.contact-panel-39 .feedback-help-C9 a {
    transition: all 0.3s ease;
    color: rgb(182,159,198);
    text-decoration: none;
}

.contact-panel-39 .help-help-7K {
    font-family: Arial, sans-serif;
    cursor: pointer;
    padding: 15px 40px;
    transition: all 0.3s ease;
    background: rgb(182,159,198);
    border: none;
    border-radius: 10px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
    display: inline-block;
}

.contact-panel-39 .inquiry-list-xC h4::after {
    width: 40px;
    content: '';
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 3px;
    background: #ffffff;
}

.contact-panel-39 .request-section-Hh li {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.contact-panel-39 .request-section-Hh a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: #ffffff;
}

.opening-page-Fa .learn-first-U1::before {
    background: linear-gradient(135deg, 
        rgba(#000000, 0.85) 0%,
        rgba(rgb(117,117,169), 0.75) 50%,
        rgba(rgb(182,159,198), 0.65) 100%);
    position: absolute;
    right: 0;
    content: "";
    left: 0;
    top: 0;
    z-index: 1;
    bottom: 0;
}

.opening-page-Fa .academy-cult-Dn > div:last-child {
    position: relative;
    animation: slideInFromRight 0.8s ease-out forwards 0.4s;
    opacity: 0;
    transform: translateX(20px);
}

.opening-page-Fa h3 {
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    padding-left: 1rem;
    font-size: clamp(1.25rem, 3vw, 23px);
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 1.5rem;
    position: relative;
}

.opening-page-Fa p {
    color: rgba(#ffffff, 0.9);
    line-height: 1.6;
    max-width: 90%;
    font-size: clamp(1rem, 2vw, 13px);
    margin-top: 1.5rem;
    font-weight: 400;
    padding-bottom: 0.5rem;
    position: relative;
}

.id-thankdiv-WS {
    isolation: isolate;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(220,213,225) 0%, rgba(rgb(182,159,198,0.5), 0.1) 100%);
    padding: 5rem 0;
}

.id-thankdiv-WS::after {
    content: "";
    filter: blur(20px);
    opacity: 0.15;
    animation: float 18s ease-in-out infinite alternate-reverse;
    background: linear-gradient(45deg, rgb(117,117,169) 0%, transparent 70%);
    z-index: -1;
    position: absolute;
    left: -5%;
    transform: rotate(15deg) translateZ(0);
    bottom: -5%;
    width: 35%;
    height: 35%;
}

.id-thankdiv-WS .skill-classes-l1 > div:first-child {
    position: relative;
    padding-bottom: 1.5rem;
}

.id-thankdiv-WS h5 {
    letter-spacing: -0.01em;
    margin: 0;
    transform: translateY(20px);
    font-weight: 700;
    font-size: clamp(calc(22px * 0.8), 4vw, 22px);
    color: #000000;
    opacity: 0;
    animation: fadeUpIn 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    line-height: 1.4;
}

.id-thankdiv-WS .skill-classes-l1 > div:last-child {
    opacity: 0;
    animation: fadeUpIn 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.3s;
    position: relative;
}

.id-thankdiv-WS a {
    position: relative;
    display: block;
    overflow: hidden;
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 0.5rem 0;
    text-decoration: none;
}

.id-thankdiv-WS a::after {
    left: 0;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    opacity: 0.5;
    content: "";
    height: 1px;
    width: 100%;
    bottom: 0;
    background: linear-gradient(90deg, rgb(117,117,169) 0%, transparent 100%);
    transform: scaleX(0.3);
    transform-origin: left center;
}



@media screen and (max-width: 991px) {.statistics-information-Nz {
    padding: 80px 0;
}.statistics-information-Nz h2 {
    margin-bottom: 50px;
    font-size: calc(43px * 0.9);
}.statistics-information-Nz ul {
    gap: 20px;
}.statistics-information-Nz ul:has(.statistics-experts-qA:nth-child(3):last-child), 
    .statistics-information-Nz ul:has(.statistics-experts-qA:nth-child(4):last-child), 
    .statistics-information-Nz ul:has(.statistics-experts-qA:nth-child(5):nth-last-child(-n+1)) {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}.statistics-information-Nz .statistics-experts-qA {
    padding: 25px;
    grid-template-columns: 60px 1fr;
    min-height: 150px;
}.statistics-information-Nz .statistics-experts-qA p {
    font-size: 2.2rem;
}.statistics-information-Nz svg {
    height: 35px;
    right: 15px;
    width: 35px;
    bottom: 15px;
}
}



@media (max-width: 992px) {.client-opinions-Eh {
    padding: 80px 0;
}.client-opinions-Eh h2 {
    font-size: calc(37px - 4px);
    margin-bottom: 40px;
}.client-opinions-Eh .feedback-showcase-G4 {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 25px;
}
}



@media (max-width: 768px) {.client-opinions-Eh {
    padding: 60px 0;
}.client-opinions-Eh h2 {
    font-size: calc(37px - 6px);
    margin-bottom: 30px;
}.client-opinions-Eh h2::after {
    height: 3px;
    width: 60px;
}.client-opinions-Eh .feedback-showcase-G4 {
    grid-template-columns: 1fr;
    gap: 20px;
}.client-opinions-Eh .learner-quotes-r3 {
    padding: 25px;
}
}



@media screen and (max-width: 1200px) {.education-framework-CB .body-content-9f h2 {
    width: 45%;
}.education-framework-CB .body-content-9f p {
    width: 45%;
}.education-framework-CB .body-content-9f::before {
    left: 25%;
}
}



@media screen and (max-width: 768px) {.education-framework-CB {
    overflow: hidden;
    padding: 120px 0 100px;
}.education-framework-CB .body-content-9f {
    align-items: center;
    flex-direction: column;
}.education-framework-CB .body-content-9f h2 {
    margin-bottom: 20px;
    font-size: calc(30px * 0.9);
    order: 1;
    transform: none;
    width: 90%;
}.education-framework-CB .body-content-9f p {
    transform: none;
    width: 90%;
    order: 2;
}.education-framework-CB .body-content-9f::before,
    .education-framework-CB .body-content-9f::after,
    .education-framework-CB::after,
    .education-framework-CB .skill-classes-l1::before,
    .education-framework-CB .skill-classes-l1::after {
    display: none;
}
}



@media (min-width: 768px) {.instructor-history-Cj {
    padding: 8rem 0;
}.instructor-history-Cj .learner-quotes-r3 {
    grid-template-rows: auto 1fr;
    gap: 2.5rem 3rem;
    grid-template-columns: auto 1fr;
    padding: 3rem;
}.instructor-history-Cj .learner-quotes-r3 > div:first-child {
    grid-row: span 2;
}.instructor-history-Cj .snap-cI {
    height: 260px;
    width: 260px;
}.instructor-history-Cj .name {
    font-size: calc(22px + 0.2rem);
}.instructor-history-Cj .exp-table-3o {
    font-size: calc(17px + 0.05rem);
}
}


@media only screen and (max-width: 800px) {.privacy-concealment-mx {
    padding: 30px;
    border-radius: 10px;
}.privacy-concealment-mx h1 {
    font-size: calc(22px - 8px);
}.privacy-concealment-mx h2 {
    font-size: calc(22px - 6px);
}.privacy-concealment-mx ul, .privacy-concealment-mx ol {
    padding-left: 20px;
}.privacy-concealment-mx li {
    font-size: calc(16px - 1px);
}.privacy-concealment-mx p {
    font-size: calc(16px - 1px);
}}



@media (max-width: 767px) {header {
    padding: 0;
}header .main-train-s4 {
    padding: 0.8rem 1.5rem;
}header .head-sitebar-CQ {
    max-width: 140px;
}header .top-pagewrap-ip img {
    max-height: 35px;
}header .top-edu-ej {
    scrollbar-width: thin;
    overflow-x: auto;
    padding-bottom: 0.5rem;
    -webkit-overflow-scrolling: touch;
    justify-content: flex-start;
    margin-top: 0.8rem;
}header .top-edu-ej::-webkit-scrollbar {
    height: 3px;
}header .top-edu-ej::-webkit-scrollbar-thumb {
    background: rgb(182,159,198,0.5);
    border-radius: 10px;
}header .nav-pagebar-JI {
    flex: 0 0 auto;
    margin: 0 0.2rem;
}header .nav-pagebar-JI a {
    white-space: nowrap;
    font-size: calc(14px - 2px);
    padding: 0.5rem 0.8rem;
}
}



@media (prefers-reduced-motion: no-preference) {.tariff-plan-f7 .study-costs-EX:active .indv-cost-hM {
    transform: scale(0.98);
    transition: transform 0.2s ease;
}
}



@media (min-width: 768px) {.who-we-are-rd {
    padding: 150px 0;
}.who-we-are-rd .container {
    transform: perspective(1000px) rotateX(2deg);
    padding: 60px;
}.who-we-are-rd h2 {
    margin-bottom: 50px;
    font-size: calc(36px * 1.2);
}.who-we-are-rd .body-content-9f {
    flex-direction: row;
    display: flex;
    box-shadow: 
            inset 3px 3px 7px rgba(255, 255, 255, 0.05),
            inset -3px -3px 7px rgba(0, 0, 0, 0.25),
            10px 10px 20px rgba(0, 0, 0, 0.1);
}.who-we-are-rd .body-content-9f > div {
    padding: 40px;
}.who-we-are-rd .body-content-9f p {
    font-size: calc(18px * 1.8);
    margin-bottom: 30px;
}.who-we-are-rd .body-content-9f div div {
    column-gap: 40px;
    column-rule: 1px solid rgba(255, 255, 255, 0.1);
    column-count: 2;
    padding: 30px;
}
}



@media (max-width: 767px) {.course-structure-2l {
    padding: 4rem 0;
}.course-structure-2l .snap-cI {
    transform: perspective(1000px) rotateX(3deg) rotateY(-3deg);
    margin-bottom: 2rem;
}}



@media (max-width: 991px) {.honor-cta-Gz {
    padding: 60px 0 30px;
}.honor-cta-Gz .container {
    grid-template-columns: 1fr;
    gap: 50px;
}.honor-cta-Gz .company_holder {
    margin: 0 auto;
    padding-right: 0;
    text-align: center;
    max-width: 600px;
}.honor-cta-Gz .company_holder::after {
    display: none;
}.honor-cta-Gz .company_holder h3 {
    margin-right: auto;
    margin-left: auto;
}.honor-cta-Gz .company_holder h3::after {
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
}.honor-cta-Gz .partner-logo-Ed {
    text-align: center;
    max-width: 100%;
}.honor-cta-Gz .footer-account-Ap {
    justify-content: center;
}
}



@media (min-width: 992px) {footer::after {
    left: 0;
    position: absolute;
    height: 1px;
    content: "";
    background: linear-gradient(90deg, 
            transparent, 
            rgb(117,117,169,0.5), 
            transparent);
    top: 0;
    right: 0;
}.honor-cta-Gz::before {
    background-blend-mode: overlay;
}}



@media (max-width: 576px) {.contact-panel-39 {
    padding: 40px 0;
}.contact-panel-39 h3 {
    font-size: calc(37px * 0.8);
    margin-bottom: 30px;
}.contact-panel-39 .support-grid-Uc,
    .contact-panel-39 .inquiry-list-xC {
    padding: 30px 20px;
}.contact-panel-39 form h3,
    .contact-panel-39 .inquiry-list-xC h4 {
    margin-bottom: 25px;
    font-size: calc(23px * 0.9);
}.contact-panel-39 input[type="text"],
    .contact-panel-39 textarea {
    padding: 12px;
    margin-bottom: 15px;
}.contact-panel-39 textarea {
    height: 120px;
}.contact-panel-39 .help-help-7K {
    width: 100%;
    padding: 12px;
}.contact-panel-39 .request-section-Hh li {
    margin-bottom: 20px;
}}



@media (min-width: 992px) {.id-thankdiv-WS .skill-classes-l1 {
    gap: 6rem;
}.id-thankdiv-WS h5 {
    font-size: 22px;
}.id-thankdiv-WS p {
    font-size: 15px;
}
}



@media (prefers-reduced-motion: reduce) {.id-thankdiv-WS::before,
    .id-thankdiv-WS::after,
    .id-thankdiv-WS .skill-classes-l1,
    .id-thankdiv-WS .skill-classes-l1 > div:first-child::after,
    .id-thankdiv-WS h5,
    .id-thankdiv-WS .skill-classes-l1 > div:last-child,
    .id-thankdiv-WS .skill-classes-l1 > div:last-child::before,
    .id-thankdiv-WS a,
    .id-thankdiv-WS a::after {
    animation: none;
    transition: opacity 0.3s ease;
}.id-thankdiv-WS .skill-classes-l1 > div:first-child::after,
    .id-thankdiv-WS a::after {
    transform: none;
}
}



@keyframes float-rotate {
    0% {
        transform: rotate(-15deg) translateY(0);
    }
    100% {
        transform: rotate(15deg) translateY(-30px);
    }
}



@keyframes pulse-subtle {
    0%, 100% {
        opacity: 0.05;
        transform: scale(1);
    }
    50% {
        opacity: 0.08;
        transform: scale(1.1);
    }
}

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



@keyframes glow {
    0%, 100% {
        box-shadow: 0 0 5px rgb(182,159,198,0.5);
    }
    50% {
        box-shadow: 0 0 15px rgb(182,159,198);
    }
}



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



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



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

