header,footer {
    width: 100%;
}

header {
    background: #ffffff;
    width: 100%;
    position: relative;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
    z-index: 100;
    padding: 0;
}

.wrapper-canvas-p {
    min-height: 100%;
    height: 100%;
    flex-direction: column;
    display: flex;
}

.top-pro-g {
    flex: 1 0 auto;
}

html,body {
    font-family: Arial, sans-serif;
    min-height: 100%;
    color: #000000;
    height: 100%;
}

.skill-links-N .company_holder {
    padding-right: 30px;
    position: relative;
    flex: 0 0 30%;
}

.skill-links-N .company_holder h3 {
    display: inline-block;
    margin-bottom: 20px;
    color: #ffffff;
    font-size: calc(31px * 0.9);
    font-weight: 700;
    position: relative;
    text-shadow: 0 0 10px rgb(191,208,197,0.5);
}

.skill-links-N .company_holder h3 {
    position: relative;
    overflow: hidden;
}

.skill-links-N .company_holder h3:hover::after {
    width: 100%;
}

.skill-links-N .music-edu-o {
    padding: 15px;
    background: rgba(255, 255, 255, 0.08);
    transform: translateZ(0);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    color: #ffffff;
    border-radius: 10px;
    line-height: 1.6;
    font-size: 17px;
    transition: all 0.3s ease;
    margin-top: 15px;
}

.skill-links-N .nav-master-3 {
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    display: flex;
}

.skill-links-N .top-pagewrap-j::before {
    z-index: -1;
    background: linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    content: '';
    inset: 0;
    position: absolute;
    transform: translateX(-100%);
    transition: transform 0.6s ease;
}

.skill-links-N .top-pagewrap-j h5 {
    color: #ffffff;
    position: relative;
    margin-bottom: 20px;
    font-weight: 600;
    padding-bottom: 10px;
    font-size: 24px;
}

.skill-links-N .top-pagewrap-j:hover h5::after {
    box-shadow: 0 0 8px rgb(191,208,197), 0 0 16px rgb(191,208,197,0.5);
    width: 70px;
}

.skill-links-N .top-pagewrap-j .nav-master-3 a {
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    font-size: calc(17px * 0.95);
    opacity: 0.85;
    transition: all 0.3s ease;
    position: relative;
    padding-left: 0;
}

.skill-links-N .top-pagewrap-j .nav-master-3 a:hover {
    color: #ffffff;
    opacity: 1;
    padding-left: 5px;
}

.donate-btn-P {
    backdrop-filter: blur(10px);
    background: rgba(0, 0, 0, 0.5);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
    padding: 15px 0;
}

.donate-btn-P .container {
    align-items: center;
    justify-content: center;
    display: flex;
}

.donate-btn-P .collab-space-I {
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 0.5px;
    text-align: center;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.skill-links-N .company_holder h3::before {
    left: -100%;
    top: 0;
    transition: 0.5s;
    pointer-events: none;
    height: 100%;
    content: '';
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}

.skill-links-N .company_holder h3:hover::before {
    left: 100%;
}

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

.operation-process-X::before {
    height: 100%;
    left: 0;
    z-index: 1;
    top: 0;
    width: 100%;
    content: "";
    background: 
        radial-gradient(circle at 10% 30%, rgba(rgb(191,208,197,0.5), 0.1) 0%, transparent 50%),
        radial-gradient(circle at 90% 70%, rgba(rgb(152,173,159,0.5), 0.05) 0%, transparent 40%);
    position: absolute;
}

.operation-process-X .container.learn-guides-W {
    padding: 0 25px;
    z-index: 2;
    position: relative;
    transform-style: preserve-3d;
    margin: 0 auto;
    perspective: 1000px;
    max-width: 1200px;
}

.operation-process-X .container.learn-guides-W > div:hover {
    transform: translateZ(20px) rotateX(0);
    box-shadow: 
        0 30px 60px rgba(rgba(0, 0, 0, 0.5), 0.12),
        0 10px 20px rgba(rgba(0, 0, 0, 0.5), 0.08);
}

.operation-process-X h3 {
    margin-bottom: 30px;
    transform: translateZ(10px);
    color: #000000;
    font-weight: 700;
    position: relative;
    font-size: 29px;
}

.operation-process-X .container.learn-guides-W > div:hover h3::after {
    width: 120px;
}

.operation-process-X p {
    position: relative;
    font-size: 14px;
    margin-bottom: 0;
    color: #000000;
    transform: translateZ(5px);
    line-height: 1.7;
}

.operation-process-X p span::before {
    content: "";
    border-radius: 50%;
    background: rgba(rgb(191,208,197,0.5), 0.05);
    height: 60px;
    opacity: 0;
    top: -20px;
    width: 60px;
    right: -20px;
    transform: scale(0);
    position: absolute;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                opacity 0.6s ease;
}

.operation-process-X .container.learn-guides-W::after {
    background: linear-gradient(45deg, rgb(152,173,159) 0%, rgba(rgb(152,173,159,0.5), 0.6) 100%);
    height: 120px;
    transform: rotate(-10deg) translateZ(-20px);
    content: "";
    width: 120px;
    z-index: -1;
    bottom: -40px;
    position: absolute;
    opacity: 0.08;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    right: 40px;
}

.user-feedback-T::after {
    z-index: 0;
    background: rgb(191,208,197,0.5);
    transform: rotate(-15deg) skew(10deg);
    content: "";
    position: absolute;
    opacity: 0.03;
    width: 40%;
    right: -5%;
    top: -5%;
    height: 40%;
}

.user-feedback-T h2 {
    z-index: 2;
    font-weight: 700;
    text-align: left;
    margin-bottom: 3.5rem;
    color: #000000;
    transform: translateX(2vw);
    position: relative;
    font-size: calc(33px * 1.1);
}

.user-feedback-T h2:hover::after {
    transform: scaleX(1.2);
}

.user-feedback-T .container {
    z-index: 1;
    padding: 0 1.5rem;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}

.user-feedback-T .review-spot-W {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2.5rem;
    position: relative;
    display: grid;
}

.user-feedback-T .review-highlights-Z::before {
    font-size: 8rem;
    right: 1rem;
    opacity: 0.07;
    color: rgb(191,208,197);
    line-height: 1;
    content: "";
    z-index: -1;
    font-family: Arial, sans-serif;
    position: absolute;
    top: -2rem;
}

.user-feedback-T .review-highlights-Z:hover {
    box-shadow: 0 15px 40px rgba(var(--primary-color-rgb), 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    transform: translateY(-10px);
}

.user-feedback-T .review-highlights-Z h3 {
    color: rgb(191,208,197);
    letter-spacing: 0.02em;
    font-size: calc(18px * 1.05);
    font-weight: 600;
    margin: 0 0 0.75rem;
}

.user-feedback-T .review-highlights-Z div {
    border-radius: 50%;
    height: 3.5rem;
    border: 2px solid rgba(var(--primary-color-rgb), 0.1);
    margin-top: auto;
    transition: transform 0.4s ease;
    position: relative;
    transform: rotate(-3deg);
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    width: 3.5rem;
}

.privacySettingsModal-k {
    bottom: 0;
    transition: all 0.3s ease-in-out;
    background: rgb(152,173,159);
    position: fixed;
    border-top: 2px solid rgb(191,208,197);
    padding: 20px 0;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px 0px;
    z-index: 90;
    width: 100%;
}

.privacySettingsModal-k p {
    max-width: 500px;
    color: #ffffff;
    font-size: 13px;
}

.cookie-gate-h svg, .cookie-gate-h svg path {
    transition: transform 0.3s ease-in-out;
    width: 80px;
    height: 80px;
    fill: rgb(191,208,197);
}

.cookie_button.data-control-3 {
    background: rgb(191,208,197);
}

.cookie_button.cookie-comply-e {
    background: rgb(152,173,159);
}

.online-cookies-b:hover {
    transform: scale(1.05);
    box-shadow: rgb(191,208,197,0.5) 0px 6px 15px 0px;
}

.privacySettingsModal-k p a {
    transition: color 0.3s ease-in-out;
    font-weight: 600;
    text-decoration: none;
    color: rgb(191,208,197);
}

.wrapper-canvas-p .online-cookies-b {
    border: none;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    background: rgb(191,208,197);
    color: #ffffff;
    padding: 10px;
    margin-left: 30px;
    border-radius: 10px;
    font-size: 19px;
    font-weight: 400;
}

#cookieWarningPanel-4:checked ~ .privacySettingsModal-k {
    opacity: 0;
    visibility: hidden;
}

.appSpace-T::before {
    top: 0;
    background-size: 60px 60px;
    opacity: 0.1;
    left: 0;
    z-index: 1;
    background-image: 
        linear-gradient(30deg, rgb(191,208,197,0.5) 1px, transparent 1px),
        linear-gradient(120deg, rgb(191,208,197,0.5) 1px, transparent 1px);
    position: absolute;
    height: 100%;
    content: "";
    animation: patternShift 30s infinite linear;
    width: 100%;
}

.appSpace-T .container {
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
    z-index: 2;
    margin: 0 auto;
}

.appSpace-T .learn-guides-W::before {
    top: -5px;
    transition: opacity 0.6s ease, filter 0.6s ease;
    z-index: -1;
    left: -5px;
    right: -5px;
    filter: blur(8px);
    bottom: -5px;
    border-radius: calc(10px + 5px);
    background: linear-gradient(45deg, 
        rgb(191,208,197) 0%, 
        transparent 30%, 
        transparent 70%, 
        rgb(152,173,159) 100%);
    position: absolute;
    opacity: 0.6;
    content: "";
}

.appSpace-T .learn-guides-W:hover {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.12),
        0 1px 0 rgba(255, 255, 255, 0.9) inset,
        0 -1px 0 rgba(0, 0, 0, 0.08) inset;
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}

.appSpace-T .learn-guides-W > div:first-child::after {
    bottom: -10px;
    animation: lineExtend 1.5s ease-out forwards;
    width: 80px;
    background: linear-gradient(90deg, rgb(191,208,197), rgb(152,173,159));
    content: "";
    transform-origin: left center;
    height: 4px;
    position: absolute;
    left: 0;
    border-radius: 2px;
}

.appSpace-T .learn-guides-W > div:first-child::after {
    width: 60px;
}

.appSpace-T .learn-guides-W > div:first-child::after {
    width: 50px;
    height: 3px;
}

.appSpace-T .learn-guides-W > div:last-child {
    overflow: hidden;
    position: relative;
}

.appSpace-T a:hover {
    transform: translateX(5px);
}

.appSpace-T p {
    font-family: Arial, sans-serif;
    margin: 0;
    font-weight: 400;
    color: #000000;
    padding: 0;
    animation: fadeIn 1s 0.5s ease-out forwards;
    opacity: 0;
    font-size: 14px;
    line-height: 1.8;
}

.appSpace-T p {
    line-height: 1.7;
    font-size: calc(14px - 0.05rem);
}

.appSpace-T p {
    line-height: 1.6;
    font-size: calc(14px - 0.1rem);
}

.data-summary-T .container {
    margin: 0 auto;
    z-index: 5;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
}

.data-summary-T .statistics-experts-W {
    gap: 40px 30px;
    grid-template-columns: 65% 35%;
    display: grid;
    grid-template-areas:
        "image header"
        "items description";
    position: relative;
    grid-template-rows: auto 1fr;
}

.data-summary-T .learn-statistics-4 svg {
    width: 100%;
    height: 100%;
    fill: #ffffff;
}

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

.data-summary-T .statistics-gain-h {
    border-bottom: 3px solid rgb(152,173,159);
    align-items: center;
    font-size: 38px;
    grid-area: header;
    position: relative;
    margin: 0;
    align-self: start;
    display: flex;
    padding: 15px 0 15px 20px;
    font-weight: 700;
}

.data-summary-T .statistics-edge-c::before {
    opacity: 0.1;
    bottom: 0;
    width: 80px;
    z-index: -1;
    background: rgb(152,173,159);
    border-radius: 0 0 30px 0;
    right: 0;
    position: absolute;
    height: 80px;
    content: "";
}

.data-summary-T .expert-statistics-3 {
    gap: 20px;
    grid-area: items;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
}

.data-summary-T .statistics-plus-9:hover {
    background: rgba(255, 255, 255, 0.07);
    transform: translateX(5px);
}

.data-summary-T .statistics-plus-9::before {
    height: 100%;
    position: absolute;
    background: rgb(191,208,197);
    left: 0;
    width: 5px;
    content: "";
    top: 0;
    transition: all 0.3s ease;
}

.data-summary-T .statistics-upgrade-4 {
    transition: all 0.3s ease;
    position: absolute;
    top: 15px;
    opacity: 0.7;
    height: 30px;
    right: 15px;
    width: 30px;
}

.data-summary-T .statistics-upgrade-4 svg {
    fill: #ffffff;
    height: 100%;
    width: 100%;
}

.data-summary-T .statistics-plus-9 span::after {
    opacity: 0.3;
    position: absolute;
    content: "";
    left: 0;
    background: #ffffff;
    width: 40px;
    bottom: -5px;
    height: 2px;
}

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

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

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

.teaching-experience-I::before {
    width: 30%;
    right: -5%;
    height: 30%;
    transform: rotate(-15deg) translateZ(0);
    filter: blur(20px);
    content: "";
    background: rgb(152,173,159,0.5);
    z-index: 0;
    position: absolute;
    top: -5%;
}

.teaching-experience-I .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 1;
}

.teaching-experience-I .review-highlights-Z {
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), 
                box-shadow 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    background: #ffffff;
    gap: 2.5rem;
    padding: 3rem;
    display: grid;
    grid-template-columns: 1fr;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08), 
                0 30px 60px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
}

.teaching-experience-I .review-highlights-Z:hover .img-card-i {
    transform: scale(1);
}

.teaching-experience-I .review-highlights-Z > div:nth-child(2) {
    gap: 0.5rem;
    padding-left: 2rem;
    display: flex;
    flex-direction: column;
    position: relative;
}

.teaching-experience-I .name {
    color: #000000;
    font-size: 19px;
    position: relative;
    display: inline-block;
    font-weight: 700;
    margin: 0;
}

.teaching-experience-I .name::after {
    transition: width 0.4s ease-out;
    left: 0;
    content: "";
    height: 2px;
    width: 0;
    background: rgb(191,208,197);
    bottom: -5px;
    position: absolute;
}

.teaching-experience-I .review-highlights-Z > div:nth-child(3) {
    position: relative;
}

.teaching-experience-I .job-progress-f {
    margin: 0;
    border-left: 3px solid rgb(191,208,197,0.5);
    font-size: 14px;
    padding: 1.5rem;
    line-height: 1.7;
    position: relative;
    background: linear-gradient(to right, rgba(rgb(225,233,228), 0.05), rgba(rgb(225,233,228), 0.02));
    color: #000000;
}

.program-information-p::before {
    height: 200px;
    z-index: 1;
    transform: rotate(45deg);
    content: "";
    width: 200px;
    right: -50px;
    opacity: 0.1;
    position: absolute;
    top: -50px;
    background: rgb(191,208,197);
}

.program-information-p .container {
    position: relative;
    max-width: 1200px;
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
}

.program-information-p .learn-explore-p:hover {
    transform: translateY(-6px);
}

.program-information-p .img-card-i {
    position: relative;
    height: 300px;
    overflow: hidden;
}

.program-information-p .img-card-i::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: linear-gradient(135deg, 
        rgb(191,208,197,0.5) 0%, 
        transparent 40%, 
        rgb(152,173,159,0.5) 100%);
    bottom: 0;
    z-index: 1;
    right: 0;
}

.program-information-p .learn-explore-p:hover .text-box-wrapper-x::before {
    transform: scaleY(1);
}

.program-information-p h3 {
    font-weight: 700;
    margin-bottom: 24px;
    padding-bottom: 12px;
    font-family: Arial, sans-serif;
    line-height: 1.4;
    position: relative;
    font-size: calc(21px * 1.1);
    transition: color 0.3s ease;
    color: #000000;
}

.program-information-p .learn-explore-p:hover h3::after {
    width: 100px;
}

.program-information-p .description {
    margin-bottom: 20px;
    padding-right: 10px;
    position: relative;
    line-height: 1.7;
    font-size: 17px;
    font-family: Arial, sans-serif;
    overflow-y: auto;
    max-height: 300px;
    color: #000000;
}

.welcome-board-m::after {
    position: absolute;
    background: 
        linear-gradient(135deg, rgb(191,208,197,0.5) 0%, transparent 70%),
        linear-gradient(225deg, rgb(152,173,159,0.5) 0%, transparent 70%);
    content: "";
    left: 0;
    width: 100%;
    z-index: 1;
    top: 0;
    mix-blend-mode: soft-light;
    height: 100%;
}

.welcome-board-m .learn-guides-W {
    grid-template-columns: 1fr 1fr;
    display: grid;
    height: 100%;
    align-items: center;
    z-index: 3;
    width: 100%;
    position: relative;
}

.welcome-board-m .page-first-i {
    display: flex;
    width: fit-content;
    height: 100%;
    animation: carouselSlide 25s cubic-bezier(0.33, 1, 0.68, 1) infinite;
}

.welcome-board-m .study-tech-M::before {
    background: linear-gradient(
        135deg,
        rgba(0, 0, 0, 0.5) 0%,
        rgba(0, 0, 0, 0.4) 50%,
        rgba(0, 0, 0, 0.5) 100%
    );
    height: 100%;
    z-index: 2;
    content: "";
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.welcome-board-m .text-box-wrapper-x::before {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    animation: blinkPulse 2s infinite alternate;
    content: "";
    opacity: 0.8;
    position: absolute;
    background-color: rgb(191,208,197);
    right: 15px;
    top: 15px;
}

.welcome-board-m .text-box-wrapper-x::after {
    position: absolute;
    top: 30px;
    width: 6px;
    content: "";
    animation: blinkPulse 3s infinite alternate;
    right: 15px;
    border-radius: 50%;
    opacity: 0.8;
    height: 6px;
    background-color: rgb(152,173,159);
}

.welcome-board-m .text-box-wrapper-x h1::before {
    height: 3px;
    content: "";
    width: 50px;
    background: linear-gradient(90deg, rgb(191,208,197), transparent);
    bottom: 0;
    position: absolute;
    left: 0;
}

.welcome-board-m .text-box-wrapper-x p {
    margin-bottom: 2.5rem;
    font-size: 15px;
    line-height: 1.7;
    color: #ffffff;
    letter-spacing: 0.3px;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

.welcome-board-m .text-box-wrapper-x .feedback-info-f::before {
    left: -100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    width: 100%;
    z-index: -1;
    content: "";
    animation: buttonScan 3s infinite;
    position: absolute;
    top: 0;
}

.welcome-board-m .text-box-wrapper-x .feedback-info-f:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
    filter: brightness(1.1);
}

.welcome-board-m .learn-guides-W::after {
    left: 5%;
    position: absolute;
    width: 150px;
    border: 1px dashed rgb(191,208,197,0.5);
    animation: rotate 30s linear infinite reverse;
    height: 150px;
    z-index: 2;
    top: 30%;
    content: "";
    border-radius: 50%;
}

.confidential-hearth-d::before {
    border: 1px solid rgb(191,208,197);
    top: -10px;
    left: -10px;
    position: absolute;
    bottom: -10px;
    right: -10px;
    content: '';
    z-index: -1;
}

.confidential-hearth-d h1 {
    margin-bottom: 30px;
    text-align: center;
    font-weight: 700;
    border-bottom: 3px double rgb(191,208,197);
    font-family: Arial, sans-serif;
    margin-top: 40px;
    letter-spacing: 1px;
    padding-bottom: 15px;
    color: rgb(191,208,197);
    font-size: 38px;
}

.confidential-hearth-d h3, .confidential-hearth-d h4, .confidential-hearth-d h5, .confidential-hearth-d h6 {
    font-size: 22px;
    border-left: 4px solid #000000;
    padding-left: 10px;
    color: #000000;
    margin-bottom: 15px;
    font-weight: 400;
    margin-top: 25px;
    font-family: Arial, sans-serif;
}

.confidential-hearth-d li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
}

.confidential-hearth-d li::before {
    top: 50%;
    content: "";
    height: 10px;
    left: 0;
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: rgb(191,208,197);
    position: absolute;
    width: 10px;
}

header::before {
    content: '';
    top: 0;
    background: linear-gradient(135deg, rgb(191,208,197), rgb(152,173,159));
    position: absolute;
    z-index: 0;
    height: 100%;
    width: 35%;
    left: 0;
}

header .site-navbar-z {
    display: flex;
    height: 100%;
    align-items: stretch;
}

header .nav-tutor-n svg {
    width: 150px;
    transition: all 0.3s ease;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
    height: auto;
}

header .top-pagewrap-j {
    width: 65%;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    padding: 1.2rem 3%;
    display: flex;
    gap: 0.5rem;
}

header .top-lead-v {
    text-decoration: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    font-family: Arial, sans-serif;
    border-radius: 10px;
    color: #000000;
    transition: all 0.3s ease;
    overflow: hidden;
    position: relative;
    font-size: 17px;
    z-index: 1;
    padding: 0.6rem 1.2rem;
    background: #ffffff;
    font-weight: 600;
}

header .top-lead-v:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    color: #ffffff;
}

.tariff-plan-F::before {
    background: linear-gradient(135deg, rgb(191,208,197,0.5), rgb(152,173,159,0.5));
    top: -15%;
    right: -10%;
    opacity: 0.15;
    content: "";
    width: 600px;
    z-index: 0;
    position: absolute;
    height: 600px;
    filter: blur(80px);
}

.tariff-plan-F .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

.tariff-plan-F .class-rates-E {
    order: -1;
    transform: translateX(5%);
    z-index: 2;
    margin-bottom: 20px;
    position: relative;
}

.tariff-plan-F .class-rates-E .pricing-deals-B {
    transition: transform 0.4s ease;
    color: #000000;
    margin-left: 5px;
    line-height: 1.6;
    font-size: 15px;
    transform: translateY(0);
    max-width: 700px;
}

.tariff-plan-F .class-rates-E:hover h2 {
    transform: perspective(1000px) rotateX(5deg);
}

.tariff-plan-F .learn-fees-4 {
    gap: 30px;
    perspective: 1000px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

.tariff-plan-F .deal-grid-Z:hover {
    transform: translateZ(20px) scale(1.02);
    z-index: 5;
}

.tariff-plan-F .learn-packs-3 {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
    height: 100%;
    flex-direction: column;
    overflow: hidden;
    display: flex;
    position: relative;
    background: #ffffff;
    transition: box-shadow 0.5s ease;
}

.tariff-plan-F .deal-grid-Z:hover .learn-packs-3::before {
    transform: scaleX(1);
}

.tariff-plan-F .price-choices-s {
    z-index: 2;
    padding: 35px 30px;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    overflow: hidden;
}

.tariff-plan-F .deal-grid-Z:hover .price-choices-s h3 {
    transform: translateY(-2px);
    color: rgb(191,208,197);
}

.tariff-plan-F .price-choices-s .learn-rates-2 {
    font-weight: 700;
    margin: 5px 0 20px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    overflow-wrap: break-word;
    color: rgb(191,208,197);
    font-size: calc(18px + 6px);
    word-break: break-word;
    display: block;
    position: relative;
}

.tariff-plan-F .deal-grid-Z:hover .price-choices-s .learn-rates-2::after {
    width: 80px;
}

.tariff-plan-F .price-choices-s p {
    line-height: 1.7;
    transition: opacity 0.3s ease;
    overflow-wrap: break-word;
    white-space: normal;
    word-break: break-word;
    margin-top: 10px;
    color: #000000;
    flex-grow: 1;
    font-size: 15px;
    opacity: 0.85;
}

.tariff-plan-F .deal-grid-Z:hover .img-card-i {
    height: 240px;
}

.tariff-plan-F .deal-grid-Z .img-card-i::after {
    background: linear-gradient(to top, rgba(0,0,0,0.3), transparent);
    left: 0;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    bottom: 0;
    transition: opacity 0.4s ease;
}

.subscribe-to-newsletter-A::before {
    top: -50%;
    left: -10%;
    transform: rotate(-15deg);
    position: absolute;
    height: 200%;
    content: "";
    z-index: -1;
    width: 70%;
    background: rgb(152,173,159,0.5);
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0 85%);
}

.subscribe-to-newsletter-A .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.subscribe-to-newsletter-A .learn-guides-W {
    gap: 2rem;
    position: relative;
    transform: translateZ(0);
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    backdrop-filter: blur(5px);
    display: grid;
    padding: 2rem;
    grid-template-columns: 1fr;
}

.subscribe-to-newsletter-A .learn-guides-W:hover::before {
    transform: scale(1.01);
}

.subscribe-to-newsletter-A h4 {
    color: #000000;
    position: relative;
    line-height: 1.4;
    font-size: calc(21px * 0.9);
    font-weight: 600;
    font-family: Arial, sans-serif;
    margin: 0 0 1rem;
    transition: transform 0.3s ease;
    transform: translateY(0);
}

.subscribe-to-newsletter-A .learn-guides-W:hover h4::after {
    width: 100px;
}

.subscribe-to-newsletter-A .input_holder span {
    display: block;
    position: relative;
}

.subscribe-to-newsletter-A .input_holder input[type="email"] {
    background: #ffffff;
    font-size: 18px;
    padding: 1rem 1.2rem;
    border: 1px solid rgba(0,0,0,0.1);
    outline: none;
    border-radius: 10px;
    transition: all 0.3s ease;
    color: #000000;
    font-family: Arial, sans-serif;
    width: 100%;
}

.subscribe-to-newsletter-A .input_holder input[type="submit"] {
    border-radius: 10px;
    transform: translateZ(0);
    border: none;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
    padding: 1rem 1.5rem;
    font-weight: 600;
    background: rgb(191,208,197);
    font-size: 16px;
    position: relative;
    overflow: hidden;
    font-family: Arial, sans-serif;
}

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

.subscribe-to-newsletter-A .input_holder span:last-child {
    align-self: flex-start;
}

.contacts-s::before {
    background: 
        radial-gradient(circle at 15% 15%, rgb(191,208,197,0.5) 0%, transparent 25%),
        radial-gradient(circle at 85% 85%, rgb(152,173,159,0.5) 0%, transparent 25%),
        radial-gradient(circle at 75% 25%, rgb(191,208,197,0.5) 0%, transparent 15%),
        radial-gradient(circle at 25% 65%, rgb(152,173,159,0.5) 0%, transparent 20%);
    z-index: 1;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    content: '';
    height: 100%;
}

.contacts-s .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 0 20px;
}

.contacts-s .support-info-d {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
}

.contacts-s h3::after {
    height: 3px;
    width: 50px;
    left: 50%;
    bottom: 0;
    position: absolute;
    transform: translateX(-50%);
    background: rgb(191,208,197);
    content: '';
}

.contacts-s .contact-ask-X {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    display: flex;
    perspective: 1000px;
    width: 100%;
}

.contacts-s .contact-ask-X > span:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px) rotateY(5deg);
}

.contacts-s .contact-ask-X > span::before {
    content: '';
    left: 0;
    right: 0;
    transform: translateZ(1px);
    background: linear-gradient(to right, rgb(191,208,197), rgb(152,173,159));
    height: 5px;
    position: absolute;
    top: 0;
}

.contacts-s .contact-ask-X > span::after {
    height: 40px;
    background: #ffffff;
    transform: translateZ(1px) scale(0);
    content: '';
    width: 40px;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    left: 25px;
    z-index: -1;
    position: absolute;
    opacity: 0;
    top: 5px;
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.contacts-s .contact-ask-X > span a:hover {
    color: rgb(191,208,197);
}

.contacts-s .contact-ask-X > span svg {
    fill: none;
    stroke: rgb(191,208,197);
    z-index: 2;
    height: 30px;
    position: absolute;
    width: 30px;
    transition: transform 0.5s ease, filter 0.5s ease;
    left: 25px;
    stroke-linecap: round;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    transform-style: preserve-3d;
    transform: translateZ(5px);
    top: 25px;
    stroke-width: 2px;
    stroke-linejoin: round;
}

.contacts-s .request-form-c {
    margin-top: 50px;
    border-radius: 17px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    background: #ffffff;
    overflow: hidden;
    width: 100%;
}

.contacts-s .request-form-c h4 {
    z-index: 1;
    align-items: center;
    color: #000000;
    justify-content: center;
    font-weight: 700;
    position: relative;
    gap: 10px;
    font-size: 18px;
    display: flex;
    margin-bottom: 25px;
    text-align: center;
}

.contacts-s .request-form-c span {
    padding: 10px 20px;
    font-size: 12px;
    margin: 5px;
    position: relative;
    color: #000000;
    z-index: 1;
    background: rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
    border-radius: 10px;
    align-items: center;
    display: inline-flex;
}

.contacts-s .request-form-c span:hover {
    color: #000000;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    background: rgb(191,208,197,0.5);
}


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

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

.get-in-touch-D::before {
    height: 100%;
    position: absolute;
    width: 100%;
    background: linear-gradient(120deg, rgb(191,208,197,0.5) 0%, transparent 75%);
    top: 0;
    content: "";
    left: 0;
    opacity: 0.15;
}

.get-in-touch-D .container {
    position: relative;
    z-index: 1;
    padding: 0 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.get-in-touch-D .request-form-L {
    border-radius: 17px;
    overflow: hidden;
    display: flex;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    margin-top: 50px;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}

.get-in-touch-D .help-reach-v {
    flex: 0 0 60%;
    position: relative;
    padding: 60px;
}

.get-in-touch-D .help-reach-v::before {
    background: linear-gradient(to bottom, rgb(191,208,197), rgb(152,173,159));
    height: calc(100% - 80px);
    border-radius: 2.5px;
    left: 0;
    top: 40px;
    content: "";
    position: absolute;
    width: 5px;
}

.get-in-touch-D form input[type="text"] {
    padding: 18px 25px;
    width: 100%;
    color: #000000;
    background: rgb(225,233,228);
    border: none;
    margin-bottom: 20px;
    border-radius: 10px;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    font-size: 15px;
}

.get-in-touch-D .request-help-U input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.get-in-touch-D .request-help-U label {
    position: relative;
    cursor: pointer;
    line-height: 1.5;
    color: #000000;
    font-size: 13px;
    padding-left: 35px;
}

.get-in-touch-D .request-help-U input[type="checkbox"]:checked + label::before {
    background-color: rgb(191,208,197);
    border-color: rgb(191,208,197);
}

.get-in-touch-D .request-help-U label a {
    color: rgb(191,208,197);
    text-decoration: none;
    transition: all 0.3s ease;
}

.get-in-touch-D .request-help-U label a:hover {
    text-decoration: underline;
    color: rgb(152,173,159);
}

.get-in-touch-D form .feedback-info-f::before {
    top: -10%;
    transform: rotate(45deg) translateX(-200%);
    position: absolute;
    width: 120%;
    background: rgba(255, 255, 255, 0.2);
    content: "";
    transition: all 0.4s ease;
    height: 120%;
    left: -10%;
}

.get-in-touch-D form .feedback-info-f:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 15px rgba(rgb(191,208,197), 0.3);
}

.get-in-touch-D svg {
    fill: rgb(191,208,197);
    height: 22px;
    width: 22px;
}

.our-team-Z {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}

.our-team-Z::after {
    content: "";
    opacity: 0.05;
    background: rgb(152,173,159);
    z-index: 0;
    position: absolute;
    width: 120%;
    top: -100px;
    left: -10%;
    transform: rotate(-2deg);
    height: 200px;
}

.our-team-Z .container {
    margin: 0 auto;
    justify-content: flex-end;
    display: flex;
    max-width: 1200px;
    z-index: 2;
    position: relative;
}

.our-team-Z .text-box-wrapper-x::before {
    width: 40px;
    transform: skewY(45deg);
    background: rgb(191,208,197);
    height: 85%;
    opacity: 0.1;
    top: 40px;
    left: -20px;
    position: absolute;
    content: "";
}

.our-team-Z h1 {
    font-weight: 700;
    margin-bottom: 30px;
    animation: fade-in-right 0.5s ease forwards 0.3s;
    position: relative;
    font-size: 38px;
    opacity: 0;
    transform: translateX(-10px);
    color: rgb(191,208,197);
}

.our-team-Z ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.our-team-Z li {
    transform: translateY(20px);
    animation: fade-in-up 0.5s ease forwards 0.5s;
    opacity: 0;
    margin-bottom: 20px;
}

.our-team-Z h4::before {
    position: absolute;
    background: rgb(152,173,159);
    content: "";
    height: 8px;
    top: 50%;
    left: -15px;
    border-radius: 50%;
    transform: translateY(-50%) scale(0);
    width: 8px;
    animation: scale-in 0.4s ease forwards 0.9s;
}

.course-benefits-x {
    position: relative;
    background: linear-gradient(135deg, rgb(225,233,228) 0%, rgba(247, 248, 252, 0.9) 100%);
    overflow: hidden;
    padding: 120px 0;
}

.course-benefits-x::after {
    background: linear-gradient(145deg, rgba(rgb(191,208,197,0.5), 0.08) 0%, rgba(rgb(152,173,159,0.5), 0.04) 100%);
    transform: rotate(15deg);
    z-index: 0;
    position: absolute;
    content: "";
    border-left: 1px solid rgba(rgb(191,208,197,0.5), 0.1);
    height: 140%;
    top: -50%;
    width: 70%;
    right: -20%;
}

.course-benefits-x .img-card-i {
    transition: transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 0 10px 20px rgba(0, 0, 0, 0.08);
    width: 100%;
    transform: perspective(1000px) rotateY(-2deg) rotateX(2deg);
    height: auto;
    filter: saturate(1.05);
    object-fit: cover;
    will-change: transform;
}

.course-benefits-x .text-box-wrapper-x {
    position: relative;
    transform: translateZ(0);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.07);
    backdrop-filter: blur(10px);
    padding: 30px;
}

.course-benefits-x .text-box-wrapper-x:hover::before {
    transform: scaleY(1);
}

.course-benefits-x ul {
    grid-template-columns: 1fr;
    margin: 0;
    display: grid;
    gap: 18px;
    list-style: none;
    padding: 0;
}

.course-benefits-x li {
    opacity: 0;
    position: relative;
    padding: 8px 0;
    animation: fadeInRight 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    transform: translateX(20px);
    animation-delay: calc(0.2s + (var(--i, 0) * 0.1s));
}

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

.course-benefits-x li p {
    transition: transform 0.3s ease;
    font-size: 15px;
    position: relative;
    padding-left: 40px;
    margin: 0;
    line-height: 1.6;
    color: #000000;
    display: flex;
    align-items: center;
}

.course-benefits-x li:hover svg {
    transform: translateY(-50%) scale(1.15);
}

.course-benefits-x svg path {
    transition: fill 0.3s ease;
    fill: rgb(191,208,197);
}


@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media (max-width: 991px) {.skill-links-N {
    padding: 60px 0 30px;
}.skill-links-N .container {
    flex-direction: column;
}.skill-links-N .company_holder {
    margin-bottom: 40px;
    flex: 0 0 100%;
    padding-right: 0;
}.skill-links-N .company_holder::after {
    display: none;
}.skill-links-N .terms-legal-9 {
    flex: 0 0 100%;
}.skill-links-N .top-pagewrap-j {
    margin-bottom: 20px;
    flex: 0 0 calc(50% - 20px);
}
}



@media (max-width: 576px) {.skill-links-N {
    padding: 30px 0 15px;
}.skill-links-N .company_holder {
    margin-bottom: 30px;
}.skill-links-N .company_holder h3 {
    font-size: calc(31px * 0.7);
}.skill-links-N .top-pagewrap-j h5 {
    font-size: calc(24px * 0.8);
}.donate-btn-P {
    padding: 10px 0;
}.donate-btn-P .collab-space-I {
    font-size: calc(16px * 0.8);
}}



@media (max-width: 576px) {.operation-process-X {
    padding: 50px 0;
}.operation-process-X .container.learn-guides-W > div {
    border-left-width: 3px;
    padding: 20px;
}.operation-process-X h3 {
    margin-bottom: 20px;
    font-size: calc(29px * 0.7);
}.operation-process-X p {
    font-size: calc(14px * 0.9);
    line-height: 1.6;
}.operation-process-X .container.learn-guides-W::before,
    .operation-process-X .container.learn-guides-W::after {
    display: none;
}
}



@media (hover: none) {.operation-process-X .container.learn-guides-W > div,
    .operation-process-X .container.learn-guides-W > div:hover {
    box-shadow: 0 10px 20px rgba(rgba(0, 0, 0, 0.5), 0.08);
    transform: none;
}.operation-process-X h3::after,
    .operation-process-X .container.learn-guides-W > div:hover h3::after {
    width: 70px;
}.operation-process-X p span::before {
    display: none;
}}



@media (min-width: 1200px) {.user-feedback-T h2 {
    transform: translateX(6vw);
    margin-bottom: 5rem;
}.user-feedback-T .review-spot-W {
    gap: 2.5rem;
}.user-feedback-T .review-highlights-Z {
    height: calc(100% - 20px);
}.user-feedback-T .review-highlights-Z:nth-child(1) {
    transform: translateY(0);
}.user-feedback-T .review-highlights-Z:nth-child(2) {
    transform: translateY(40px);
}.user-feedback-T .review-highlights-Z:nth-child(3) {
    transform: translateY(20px);
}.user-feedback-T .review-highlights-Z:nth-child(4) {
    transform: translateY(60px);
}.user-feedback-T .review-highlights-Z:nth-child(5) {
    transform: translateY(10px);
}.user-feedback-T .review-highlights-Z:nth-child(6) {
    transform: translateY(50px);
}.user-feedback-T .review-highlights-Z:nth-child(7) {
    transform: translateY(30px);
}.user-feedback-T .review-highlights-Z:hover {
    transform: translateY(calc(var(--translateY) - 15px));
}
}


@media only screen and (max-width: 1200px) {.privacySettingsModal-k {
    padding: 20px;
}
}


@media only screen and (max-width: 800px) {.cookie-gate-h {
    display: none;
}.learn-agree-F {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}.privacySettingsModal-k h5 {
    text-align: center;
}.privacySettingsModal-k p {
    text-align: center;
}.track-edu-C {
    text-align: center;
    margin-bottom: 20px;
}.online-cookies-b {
    margin-top: 10px;
    margin-left: 0;
    max-width: 300px;
    width: 100%;
}}



@media screen and (max-width: 991px) {.data-summary-T {
    padding: 100px 0;
}.data-summary-T .statistics-experts-W {
    gap: 30px 20px;
    grid-template-columns: 60% 40%;
}.data-summary-T .expert-statistics-3 {
    gap: 15px;
}.data-summary-T .statistics-plus-9 {
    padding: 20px 15px 20px 20px;
}.data-summary-T .statistics-plus-9 span {
    font-size: 43px;
}.data-summary-T .statistics-edge-c {
    font-size: calc(14px - 1px);
    padding: 25px;
}
}



@media screen and (max-width: 576px) {.data-summary-T {
    padding: 60px 0;
}.data-summary-T .container {
    padding: 0 15px;
}.data-summary-T .statistics-gain-h {
    font-size: calc(38px - 4px);
}.data-summary-T .statistics-plus-9 {
    padding: 15px 15px 15px 20px;
}.data-summary-T .statistics-plus-9 span {
    font-size: calc(43px - 5px);
}.data-summary-T .statistics-plus-9 p {
    font-size: calc(14px - 2px);
}.data-summary-T .statistics-upgrade-4 {
    width: 25px;
    right: 10px;
    top: 10px;
    height: 25px;
}}



@media (min-width: 768px) {.teaching-experience-I {
    padding: 8rem 3rem;
}.teaching-experience-I .review-highlights-Z {
    grid-template-rows: auto 1fr;
    padding: 4rem;
    gap: 3rem 4rem;
    grid-template-columns: minmax(200px, 300px) 1fr;
}.teaching-experience-I .review-highlights-Z > div:first-child {
    grid-row: span 2;
}.teaching-experience-I .img-card-i {
    height: 100%;
}.teaching-experience-I .review-highlights-Z > div:nth-child(2) {
    padding-left: 3rem;
}.teaching-experience-I .job-progress-f {
    font-size: calc(14px + 1px);
    padding: 2rem;
}
}



@media (max-width: 767px) {.teaching-experience-I {
    padding: 4rem 1.5rem;
}.teaching-experience-I .review-highlights-Z {
    padding: 2rem;
    gap: 2rem;
}.teaching-experience-I .img-card-i {
    height: 250px;
}.teaching-experience-I .name {
    font-size: calc(19px - 1px);
}.teaching-experience-I .review-highlights-Z > div:nth-child(2) > div {
    font-size: calc(14px - 3px);
}.teaching-experience-I .job-progress-f {
    padding: 1rem;
    font-size: calc(14px - 1px);
}}



@media (min-width: 768px) {.program-information-p .learn-explore-p {
    grid-template-columns: 1fr 1.5fr;
    gap: 0;
}.program-information-p .img-card-i {
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
    height: auto;
}.program-information-p .text-box-wrapper-x {
    z-index: 2;
    margin-left: -60px;
    padding: 60px 60px 60px 80px;
}
}



@media (max-width: 767px) {.program-information-p {
    padding: 80px 0;
}.program-information-p .text-box-wrapper-x {
    padding: 30px;
}.program-information-p h3 {
    margin-bottom: 20px;
    font-size: 20px;
}.program-information-p .description {
    font-size: calc(17px * 0.95);
    max-height: 250px;
    line-height: 1.6;
}
}



@media (prefers-reduced-motion: reduce) {.program-information-p .learn-explore-p,
    .program-information-p .text-box-wrapper-x::before,
    .program-information-p h3::after {
    transition: none;
}}



@media screen and (max-width: 1200px) {.welcome-board-m .text-box-wrapper-x {
    max-width: 500px;
    margin-right: 5%;
}.welcome-board-m .learn-guides-W::before,
    .welcome-board-m .learn-guides-W::after {
    height: 120px;
    width: 120px;
}
}



@media screen and (max-width: 768px) {.welcome-board-m {
    height: 100vh;
}.welcome-board-m .text-box-wrapper-x {
    padding: 1.8rem;
    margin-top: 20%;
    max-width: 90%;
}.welcome-board-m .text-box-wrapper-x h1 {
    font-size: calc(39px * 0.8);
}.welcome-board-m .text-box-wrapper-x p {
    font-size: calc(15px * 0.95);
}.welcome-board-m .learn-guides-W::before,
    .welcome-board-m .learn-guides-W::after {
    display: none;
}
}



@media only screen and (max-width: 800px) {.confidential-hearth-d {
    width: 100%;
    padding: 30px;
}.confidential-hearth-d h1 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: calc(22px - 6px);
}.confidential-hearth-d h2 {
    margin-bottom: 15px;
    font-size: calc(22px - 6px);
    margin-top: 20px;
}.confidential-hearth-d ul, .confidential-hearth-d ol {
    padding-left: 15px;
}.confidential-hearth-d li {
    padding-left: 20px;
}.confidential-hearth-d p, .confidential-hearth-d span, .confidential-hearth-d div {
    margin-bottom: 15px;
    padding-bottom: 8px;
}}



@media (max-width: 767px) {header {
    background: rgb(225,233,228);
}header::before {
    bottom: 50%;
    height: auto;
    top: 0;
    width: 100%;
}header .site-navbar-z {
    flex-direction: column;
    align-items: center;
}header .nav-tutor-n {
    width: 100%;
    padding: 0.8rem 0;
}header .nav-tutor-n svg {
    width: 120px;
}header .top-pagewrap-j {
    flex-wrap: wrap;
    padding: 0.8rem 0;
    gap: 0.6rem;
    justify-content: center;
    width: 95%;
}header .top-pagewrap-j::before {
    left: 0;
    width: 100%;
    top: 0;
    height: 1px;
    background: linear-gradient(to right, transparent, rgb(191,208,197,0.5), transparent);
}header .top-lead-v {
    padding: 0.5rem 0.9rem;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
}
}



@media (min-width: 1200px) {.tariff-plan-F .learn-fees-4 {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.tariff-plan-F .class-rates-E h2 {
    font-size: calc(36px + 5px);
}
}



@media (max-width: 991px) {.tariff-plan-F {
    padding: 80px 0;
}.tariff-plan-F .class-rates-E {
    transform: translateX(0);
    text-align: center;
}.tariff-plan-F .class-rates-E .pricing-deals-B {
    margin: 0 auto;
}
}



@media (max-width: 480px) {.tariff-plan-F {
    padding: 50px 0;
}.tariff-plan-F .price-choices-s h3 {
    font-size: 18px;
}.tariff-plan-F .price-choices-s .learn-rates-2 {
    font-size: calc(18px + 2px);
}.tariff-plan-F .price-choices-s p {
    font-size: calc(15px - 1px);
}}



@media (min-width: 992px) {.subscribe-to-newsletter-A {
    padding: 6rem 4rem;
}.subscribe-to-newsletter-A .learn-guides-W {
    grid-template-columns: 1.5fr 1fr;
    padding: 4rem;
}.subscribe-to-newsletter-A h4 {
    font-size: calc(21px * 1.1);
}.subscribe-to-newsletter-A .input_holder {
    margin-left: auto;
    max-width: 500px;
}.subscribe-to-newsletter-A .input_holder input[type="email"] {
    padding: 1.2rem 1.5rem;
}.subscribe-to-newsletter-A .input_holder input[type="submit"] {
    padding: 1.2rem 2rem;
}
}



@media (max-width: 480px) {.subscribe-to-newsletter-A {
    padding: 3rem 1rem;
}.subscribe-to-newsletter-A .learn-guides-W {
    padding: 1.25rem;
}.subscribe-to-newsletter-A h4 {
    font-size: calc(21px * 0.8);
}}


@media (max-width: 991px) {.contacts-s {
    padding: 70px 0;
}.contacts-s h3 {
    font-size: calc(35px - 2px);
}.contacts-s .edu-help-j {
    margin-bottom: 40px;
}.contacts-s .contact-ask-X > span {
    flex: 1 1 calc(50% - 20px);
}.contacts-s .contact-ask-X > span svg {
    height: 28px;
    width: 28px;
}.contacts-s .request-form-c h4 svg {
    height: 22px;
    width: 22px;
}
}


@media (max-width: 479px) {.contacts-s {
    padding: 50px 0;
}.contacts-s h3 {
    font-size: calc(35px - 6px);
}.contacts-s .edu-help-j {
    margin-bottom: 25px;
    font-size: calc(12px - 1px);
}.contacts-s .contact-ask-X > span {
    padding: 15px;
    padding-left: 50px;
}.contacts-s .contact-ask-X > span svg {
    height: 20px;
    width: 20px;
    left: 15px;
    top: 15px;
}.contacts-s .request-form-c {
    padding: 20px 15px;
}.contacts-s .request-form-c h4 {
    margin-bottom: 20px;
    font-size: calc(18px - 2px);
}.contacts-s .request-form-c h4 svg {
    height: 18px;
    width: 18px;
}.contacts-s .request-form-c span {
    font-size: calc(12px - 1px);
    padding: 6px 12px;
    margin: 3px;
}.contacts-s .request-form-c span svg {
    margin-right: 4px;
    width: 12px;
    height: 12px;
}
}



@media screen and (max-width: 1024px) {.get-in-touch-D .help-reach-v {
    padding: 50px 40px;
}
}



@media screen and (max-width: 991px) {.get-in-touch-D .img-card-i {
    flex: 0 0 100%;
    min-height: 300px;
}.get-in-touch-D .help-reach-v {
    flex: 0 0 100%;
}.get-in-touch-D .help-reach-v::before {
    height: 5px;
    width: calc(100% - 80px);
    background: linear-gradient(to right, rgb(191,208,197), rgb(152,173,159));
    left: 40px;
    top: 0;
}.get-in-touch-D form {
    padding-top: 25px;
    padding-left: 0;
}
}



@media screen and (max-width: 480px) {.get-in-touch-D {
    padding: 50px 0;
}.get-in-touch-D h2 {
    font-size: calc(38px * 0.8);
}.get-in-touch-D .img-card-i {
    min-height: 200px;
}.get-in-touch-D .help-reach-v {
    padding: 30px 20px;
}.get-in-touch-D .help-reach-v::before {
    left: 20px;
    width: calc(100% - 40px);
}.get-in-touch-D form h3 {
    margin-bottom: 25px;
    font-size: calc(20px * 0.9);
}.get-in-touch-D form input[type="text"] {
    padding: 15px 20px;
}.get-in-touch-D form .feedback-info-f {
    text-align: center;
    width: 100%;
}}



@media screen and (max-width: 768px) {.our-team-Z {
    padding: 60px 15px;
}.our-team-Z .text-box-wrapper-x {
    width: 100%;
    padding: 25px;
}.our-team-Z .text-box-wrapper-x::before {
    display: none;
}.our-team-Z h1 {
    font-size: calc(38px * 0.85);
    margin-bottom: 25px;
}.our-team-Z h4 {
    font-size: calc(20px * 0.9);
}.our-team-Z span {
    line-height: 1.7;
    font-size: calc(18px * 0.95);
    padding-left: 10px;
}
}



@media (min-width: 768px) {.course-benefits-x .container {
    gap: 60px;
    grid-template-columns: 1fr 1fr;
}.course-benefits-x .text-box-wrapper-x {
    padding: 40px;
}.course-benefits-x ul {
    grid-template-columns: 1fr;
}
}



@media (max-width: 767px) {.course-benefits-x {
    padding: 80px 0;
}.course-benefits-x .img-card-i {
    max-height: 400px;
    object-position: center;
}.course-benefits-x h1 {
    font-size: calc(46px * 0.85);
    margin-bottom: 20px;
}.course-benefits-x li {
    padding: 6px 0;
}.course-benefits-x li p {
    padding-left: 35px;
    font-size: calc(15px * 0.95);
}.course-benefits-x li svg {
    height: 24px;
    width: 24px;
}
}



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



@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}



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


    
    @keyframes lineExtend {
        100% { width: 60px; }
    }


    
    @keyframes lineExtend {
        100% { width: 50px; }
    }



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



@keyframes zoomPan {
    0% {
        transform: scale(1) translate(0, 0);
    }
    25% {
        transform: scale(1.05) translate(-1%, -1%);
    }
    50% {
        transform: scale(1.08) translate(1%, 0);
    }
    75% {
        transform: scale(1.05) translate(0, 1%);
    }
    100% {
        transform: scale(1) translate(0, 0);
    }
}



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



@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}



@keyframes blinkPulse {
    0% {
        opacity: 0.3;
    }
    100% {
        opacity: 1;
    }
}

@keyframes patternShift {
    0% {
        background-position: 0 0, 0 50px, 50px -50px, -50px 0px;
    }
    100% {
        background-position: 500px 500px, 500px 550px, 550px 450px, 450px 500px;
    }
}



@keyframes slide-up {
    0% {
        transform: translateY(40px);
    }
    100% {
        transform: translateY(0);
    }
}



@keyframes fade-in-up {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}



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

