﻿* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}header,footer {
    width: 100%;
}.FajQ-wrapper-capsule {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
}.Ehaf-head-site {
    flex: 1 0 auto;
}svg {
    width: 30px;
    height: 30px;
}a {
    color: inherit;
    text-decoration: none;
}::-webkit-scrollbar {
    width: 13px;
}::-webkit-scrollbar-track {
    background: radial-gradient(circle at top right, rgb(255, 255, 255, 0.5) 57%, rgb(173,164,152) 24%, rgb(208,201,191,0.5) 81%);
    margin: 4px 0;
    border: 1px dashed #ffffff;
    border-radius: 13px;
}::-webkit-scrollbar-thumb {
    background: #ffffff;
    border: 1px double rgb(208,201,191);
    border-radius: 17.7em;
}::-webkit-scrollbar-thumb:hover {
    background: rgb(208,201,191);
    transform: scale(1.05);
}::-webkit-scrollbar-thumb:active {
    box-shadow: inset -2px -5px 11px 2px rgba(0, 0, 0, 0.5);
    background: rgb(173,164,152,0.5);
    transform: scale(0.95);
}::-webkit-scrollbar-corner {
    border-radius: 3px;
    background: rgb(208,201,191);
    border: 1px dashed rgb(255, 255, 255, 0.5);
}* {
    scrollbar-color: #ffffff rgb(255, 255, 255, 0.5);
}.wpBY-footer-edu {
    flex: 0 0 auto;
}.container {
    margin: auto;
    width: 1249px;
    max-width: 100%;
}html,body {
    height: 100%;
    scroll-behavior: smooth;
    color: #000000;
    min-height: 100%;
    font-family: Arial, sans-serif;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.Izeg-course-program-details {
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(233,230,225) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
    overflow: hidden;
}.Izeg-course-program-details::before {
    background: linear-gradient(225deg, rgb(208,201,191) 0%, transparent 70%);
    transform: rotate(15deg);
    content: "";
    top: -5%;
    opacity: 0.15;
    right: -5%;
    z-index: 1;
    height: 20vw;
    position: absolute;
    width: 20vw;
}.Izeg-course-program-details::after {
    transform: rotate(-10deg);
    content: "";
    z-index: 1;
    bottom: -5%;
    opacity: 0.1;
    background: linear-gradient(45deg, rgb(173,164,152) 0%, transparent 70%);
    left: -5%;
    height: 15vw;
    width: 15vw;
    position: absolute;
}.Izeg-course-program-details .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    position: relative;
    padding: 0 2rem;
}.Izeg-course-program-details h2 {
    margin-bottom: 3rem;
    line-height: 1.3;
    max-width: 90%;
    font-size: 33px;
    position: relative;
    font-weight: 700;
    transform: translateX(-0.5rem);
    color: #000000;
}.Izeg-course-program-details h2::after {
    left: 0;
    bottom: -1rem;
    width: 6rem;
    position: absolute;
    content: "";
    height: 0.35rem;
    transform-origin: left center;
    animation: expandWidth 4s ease-in-out infinite alternate;
    background: rgb(208,201,191);
}.Izeg-course-program-details .xBXk-training {
    position: relative;
    gap: 2rem;
    display: grid;
    grid-template-columns: 1fr;
}.Izeg-course-program-details .XgNm-img-center {
    width: 100%;
    position: relative;
    box-shadow: 0 15px 25px rgba(0,0,0,0.1);
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.5s ease;
    height: 350px;
    clip-path: polygon(0 0, 100% 0, 100% 92%, 93% 100%, 0 100%);
}.Izeg-course-program-details .XgNm-img-center:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 30px rgba(0,0,0,0.15);
}.Izeg-course-program-details .XgNm-img-center::before {
    content: "";
    top: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(to bottom, transparent 70%, rgba(0,0,0,0.5));
    height: 100%;
    width: 100%;
    position: absolute;
}.Izeg-course-program-details .UCjV-text-body-wrap {
    padding: 0.5rem 0;
    position: relative;
}.Izeg-course-program-details .UCjV-text-body-wrap::before {
    height: 100%;
    position: absolute;
    left: -2rem;
    width: 0.3rem;
    opacity: 0.5;
    background: rgb(173,164,152);
    content: "";
    top: 0;
}.Izeg-course-program-details .description {
    padding-right: 1rem;
    font-size: 14px;
    line-height: 1.7;
    color: #000000;
    max-height: 300px;
    margin-bottom: 1.5rem;
    overflow-y: auto;
    position: relative;
}.Izeg-course-program-details .description::-webkit-scrollbar {
    width: 6px;
}.Izeg-course-program-details .description::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgb(233,230,225);
}.Izeg-course-program-details .description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(208,201,191,0.5);
}.Izeg-course-program-details .description::-webkit-scrollbar-thumb:hover {
    background: rgb(208,201,191);
}.Izeg-course-program-details .description:first-of-type::first-letter {
    float: left;
    margin-right: 0.5rem;
    color: rgb(208,201,191);
    line-height: 1;
    font-size: 1.5rem;
    background: rgb(233,230,225);
    padding: 0.5rem;
    font-weight: 700;
    border-radius: 10px;
}.Izeg-course-program-details .description:last-child {
    margin-bottom: 0;
}

@keyframes expandWidth {
  0% {
    width: 6rem;
  }
  50% {
    width: 10rem;
  }
  100% {
    width: 6rem;
  }
}

@media screen and (min-width: 768px) {.Izeg-course-program-details {
    padding: 7rem 0;
}.Izeg-course-program-details h2 {
    font-size: calc(33px * 1.1);
    max-width: 70%;
}.Izeg-course-program-details .xBXk-training {
    align-items: start;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
}.Izeg-course-program-details .XgNm-img-center {
    height: 450px;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 90% 100%, 0 100%);
}.Izeg-course-program-details .UCjV-text-body-wrap {
    padding: 1rem 0;
}.Izeg-course-program-details .description {
    padding-right: 1.5rem;
    max-height: 450px;
}
}

@media screen and (min-width: 992px) {.Izeg-course-program-details {
    padding: 8rem 0;
}.Izeg-course-program-details h2 {
    max-width: 60%;
    margin-bottom: 4rem;
    font-size: calc(33px * 1.2);
}.Izeg-course-program-details .XgNm-img-center {
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.7s ease;
    height: 500px;
}.Izeg-course-program-details .xBXk-training {
    gap: 4rem;
}.Izeg-course-program-details .UCjV-text-body-wrap::before {
    width: 0.4rem;
    left: -3rem;
}.Izeg-course-program-details .description {
    max-height: 500px;
    line-height: 1.8;
    padding-right: 2rem;
    font-size: calc(14px * 1.05);
}.Izeg-course-program-details .description:first-of-type::first-letter {
    padding: 0.7rem;
    font-size: 2rem;
}
}

@media screen and (min-width: 1200px) {.Izeg-course-program-details h2 {
    transform: translateX(-1rem);
}.Izeg-course-program-details .xBXk-training {
    gap: 5rem;
}.Izeg-course-program-details .XgNm-img-center {
    clip-path: polygon(0 0, 100% 0, 100% 80%, 85% 100%, 0 100%);
    height: 550px;
}.Izeg-course-program-details .description {
    max-height: 550px;
}
}

@media (hover: hover) {.Izeg-course-program-details .XgNm-img-center {
    cursor: pointer;
}
}

@media (prefers-reduced-motion: reduce) {.Izeg-course-program-details h2::after {
    animation: none;
}.Izeg-course-program-details .XgNm-img-center {
    transition: none;
}}.zTCi-thanks-note {
    background: linear-gradient(135deg, rgb(208,201,191,0.5) 0%, rgb(233,230,225) 50%, rgb(173,164,152,0.5) 100%);
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
}.zTCi-thanks-note::before {
    opacity: 0.6;
    top: 0;
    z-index: 1;
    width: 100%;
    position: absolute;
    background: 
        radial-gradient(circle at 10% 20%, rgb(208,201,191,0.5) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgb(173,164,152,0.5) 0%, transparent 50%);
    left: 0;
    height: 100%;
    content: "";
    pointer-events: none;
}.zTCi-thanks-note::after {
    background: rgb(208,201,191,0.5);
    z-index: 0;
    position: absolute;
    width: 50%;
    transform: rotate(-15deg);
    filter: blur(80px);
    top: -10%;
    height: 50%;
    content: "";
    animation: float 15s ease-in-out infinite alternate;
    right: -10%;
}.zTCi-thanks-note .container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}.zTCi-thanks-note .iSyY-smart-learning {
    gap: 2.5rem;
    flex-direction: column;
    display: flex;
    backdrop-filter: blur(10px);
    clip-path: polygon(
        0 5%, 
        5% 0, 
        95% 0, 
        100% 5%, 
        100% 95%, 
        95% 100%, 
        5% 100%, 
        0 95%
    );
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 10px 15px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    padding: 3.5rem;
    position: relative;
    background: rgba(255, 255, 255, 0.85);
    transition: transform 0.5s cubic-bezier(0.2, 0.85, 0.4, 1);
}.zTCi-thanks-note .iSyY-smart-learning:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15), 
                0 15px 20px rgba(0, 0, 0, 0.08),
                0 0 0 1px rgba(255, 255, 255, 0.25) inset;
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.zTCi-thanks-note .iSyY-smart-learning > div:first-child {
    animation: slideDown 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    border-bottom: 2px solid rgb(208,201,191,0.5);
    animation-fill-mode: both;
    padding-bottom: 1.5rem;
    transform: translateY(-20px);
    position: relative;
    opacity: 0;
}.zTCi-thanks-note .iSyY-smart-learning > div:first-child::after {
    height: 2px;
    width: 35%;
    left: 0;
    bottom: -2px;
    position: absolute;
    background: rgb(208,201,191);
    animation: expandWidth 1.5s cubic-bezier(0.25, 1, 0.5, 1) 0.5s forwards;
    content: "";
}.zTCi-thanks-note h5 {
    display: inline-block;
    color: #000000;
    line-height: 1.4;
    margin: 0;
    font-size: 21px;
    position: relative;
    font-weight: 700;
}.zTCi-thanks-note h5::before {
    top: 50%;
    opacity: 0;
    content: "";
    height: 80%;
    background: rgb(208,201,191);
    position: absolute;
    left: -1.5rem;
    width: 0.5rem;
    transform: translateY(-50%);
    animation: fadeIn 0.5s ease 1.2s forwards;
}.zTCi-thanks-note .iSyY-smart-learning > div:last-child {
    opacity: 0;
    animation: slideUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.3s forwards;
    transform: translateY(20px);
    animation-fill-mode: both;
}.zTCi-thanks-note a {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    text-decoration: none;
    border-radius: 10px;
    display: block;
    background: linear-gradient(to right, 
                rgba(#ffffff, 0.4) 0%, 
                rgba(#ffffff, 0.8) 50%, 
                rgba(#ffffff, 0.4) 100%);
    position: relative;
    transition: all 0.4s cubic-bezier(0.2, 0.85, 0.4, 1);
    overflow: hidden;
    padding: 1rem 1.5rem;
}.zTCi-thanks-note a::before {
    position: absolute;
    transition: left 0.7s cubic-bezier(0.25, 1, 0.5, 1);
    top: 0;
    left: -100%;
    width: 100%;
    content: "";
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    height: 100%;
}.zTCi-thanks-note a:hover::before {
    left: 100%;
}.zTCi-thanks-note a:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}.zTCi-thanks-note p {
    position: relative;
    color: #000000;
    margin: 0;
    line-height: 1.8;
    font-size: 14px;
    z-index: 1;
}

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

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

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes expandWidth {
    from {
        width: 0;
    }
    to {
        width: 35%;
    }
}

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

@media (max-width: 992px) {.zTCi-thanks-note {
    padding: 5rem 0;
}.zTCi-thanks-note .iSyY-smart-learning {
    gap: 2rem;
    padding: 2.5rem;
}.zTCi-thanks-note h5 {
    font-size: calc(21px * 0.9);
}
}

@media (max-width: 768px) {.zTCi-thanks-note {
    padding: 4rem 0;
}.zTCi-thanks-note .iSyY-smart-learning {
    clip-path: polygon(
            0 3%, 
            3% 0, 
            97% 0, 
            100% 3%, 
            100% 97%, 
            97% 100%, 
            3% 100%, 
            0 97%
        );
    gap: 1.8rem;
    padding: 2rem;
}.zTCi-thanks-note h5 {
    font-size: calc(21px * 0.85);
}.zTCi-thanks-note p {
    font-size: calc(14px * 0.95);
}
}

@media (max-width: 576px) {.zTCi-thanks-note {
    padding: 3rem 0;
}.zTCi-thanks-note .iSyY-smart-learning {
    gap: 1.5rem;
    transform: perspective(1000px) rotateX(1deg);
    padding: 1.5rem;
}.zTCi-thanks-note h5 {
    font-size: calc(21px * 0.8);
}.zTCi-thanks-note h5::before {
    left: -1rem;
    width: 0.3rem;
}.zTCi-thanks-note a {
    padding: 0.8rem 1rem;
}.zTCi-thanks-note p {
    line-height: 1.6;
    font-size: calc(14px * 0.9);
}}.LSFh-privacy-area {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(233,230,225) 0%, rgba(250, 250, 255, 0.95) 100%);
    padding: 5rem 2rem;
}.LSFh-privacy-area::before {
    height: 100%;
    top: 0;
    background: radial-gradient(circle at 10% 30%, rgb(173,164,152,0.5) 0%, transparent 60%);
    content: "";
    position: absolute;
    left: 0;
    z-index: 0;
    opacity: 0.15;
    width: 100%;
}.LSFh-privacy-area::after {
    height: 40%;
    width: 50%;
    content: "";
    right: -10px;
    transform: skewY(-5deg);
    z-index: 0;
    opacity: 0.1;
    bottom: -10px;
    position: absolute;
    background: linear-gradient(45deg, transparent 40%, rgb(208,201,191,0.5) 100%);
}.LSFh-privacy-area .container {
    transform-style: preserve-3d;
    perspective: 1000px;
    z-index: 1;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.LSFh-privacy-area h1 {
    font-size: 40px;
    border-bottom: 3px solid rgb(173,164,152,0.5);
    letter-spacing: -0.02em;
    font-weight: 700;
    margin-bottom: 2.5rem;
    color: rgb(208,201,191);
    transform: translateZ(10px);
    position: relative;
    display: inline-block;
    padding-bottom: 0.5rem;
}.LSFh-privacy-area h1::after {
    height: 3px;
    animation: lineGrow 1.5s ease-out forwards;
    bottom: -3px;
    position: absolute;
    background: rgb(208,201,191);
    width: 60%;
    transform-origin: left;
    content: "";
    left: 0;
}.LSFh-privacy-area h2 {
    position: relative;
    font-size: 28px;
    color: #000000;
    margin-top: 3rem;
    padding-left: 1.5rem;
    transform: translateZ(5px);
    font-weight: 600;
    margin-bottom: 1.25rem;
}.LSFh-privacy-area h2::before {
    left: 0;
    height: 0.75rem;
    transform: translateY(-50%) rotate(45deg);
    width: 0.75rem;
    background: rgb(173,164,152);
    content: "";
    position: absolute;
    top: 50%;
}.LSFh-privacy-area h3 {
    margin-top: 2.5rem;
    margin-bottom: 1.25rem;
    font-weight: 600;
    position: relative;
    color: #000000;
    padding-left: 1.25rem;
    font-size: calc(28px * 0.85);
}.LSFh-privacy-area h3::before {
    top: 50%;
    width: 0.6rem;
    content: "";
    transform: translateY(-50%) rotate(45deg);
    background: rgb(173,164,152,0.5);
    left: 0;
    position: absolute;
    height: 0.6rem;
}.LSFh-privacy-area h4 {
    color: #000000;
    font-weight: 600;
    padding-left: 1rem;
    margin-bottom: 1rem;
    font-size: calc(28px * 0.7);
    margin-top: 2rem;
    position: relative;
}.LSFh-privacy-area h4::before {
    left: 0;
    content: "";
    background: rgb(173,164,152,0.5);
    position: absolute;
    opacity: 0.7;
    top: 50%;
    height: 0.5rem;
    width: 0.5rem;
    transform: translateY(-50%) rotate(45deg);
}.LSFh-privacy-area p {
    margin-bottom: 1.5rem;
    position: relative;
    color: #000000;
    line-height: 1.7;
    font-size: 13px;
    padding-right: 1rem;
    transform: translateZ(0);
    max-width: 90ch;
}.LSFh-privacy-area p strong {
    display: inline-block;
    color: #000000;
    font-weight: 600;
    position: relative;
}.LSFh-privacy-area p strong::after {
    left: 0;
    height: 2px;
    transform: scaleX(0.9);
    content: "";
    background: rgb(173,164,152,0.5);
    transform-origin: left;
    bottom: -2px;
    width: 100%;
    position: absolute;
}.LSFh-privacy-area ul {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0 2.5rem 1.5rem;
    position: relative;
}.LSFh-privacy-area ul::before {
    top: 0;
    left: -1rem;
    width: 2px;
    height: 100%;
    content: "";
    position: absolute;
    background: linear-gradient(to bottom, rgb(173,164,152,0.5), transparent);
}.LSFh-privacy-area li {
    font-size: 13px;
    margin-bottom: 1rem;
    transform: translateZ(0);
    line-height: 1.6;
    padding-left: 1.5rem;
    color: #000000;
    position: relative;
    transition: transform 0.3s ease;
}.LSFh-privacy-area li::before {
    top: 0.6em;
    border: 2px solid rgb(173,164,152);
    border-radius: 10px;
    transform: rotate(45deg);
    position: absolute;
    left: 0;
    width: 0.5rem;
    content: "";
    height: 0.5rem;
}.LSFh-privacy-area li:hover {
    transform: translateX(5px) translateZ(0);
}.LSFh-privacy-area span {
    transform: translateZ(0);
    transition: all 0.3s ease;
    color: #000000;
    line-height: 1.7;
    box-shadow: 0 5px 15px rgba(0,0,0,0.03);
    margin-bottom: 2rem;
    font-size: 13px;
    border-left: 3px solid rgb(173,164,152);
    display: block;
    padding: 1.25rem;
    background: rgba(255,255,255,0.7);
}.LSFh-privacy-area span:hover {
    box-shadow: 0 8px 20px rgba(0,0,0,0.06);
    transform: translateY(-3px) translateZ(0);
    background: rgba(255,255,255,0.9);
}

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

@media (min-width: 768px) {.LSFh-privacy-area {
    padding: 6rem 3rem;
}.LSFh-privacy-area .container {
    padding: 0 2rem;
}.LSFh-privacy-area h1 {
    margin-bottom: 3rem;
    font-size: calc(40px * 1.1);
}.LSFh-privacy-area h2 {
    font-size: calc(28px * 1.05);
    margin-top: 4rem;
}.LSFh-privacy-area ul {
    margin-left: 2.5rem;
}
}

@media (min-width: 992px) {.LSFh-privacy-area {
    padding: 7rem 4rem;
}.LSFh-privacy-area h1 {
    transform: translateX(2rem) translateZ(10px);
}.LSFh-privacy-area span {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: calc(100% - 4rem);
    margin-left: 2rem;
}.LSFh-privacy-area span:hover {
    transform: translateY(-5px) translateX(5px) translateZ(0);
}.LSFh-privacy-area p, .LSFh-privacy-area li {
    font-size: calc(13px * 1.05);
}
}

@media (max-width: 767px) {.LSFh-privacy-area {
    padding: 4rem 1.5rem;
}.LSFh-privacy-area h1 {
    font-size: calc(40px * 0.9);
    margin-bottom: 2rem;
}.LSFh-privacy-area h2 {
    padding-left: 1.25rem;
    font-size: calc(28px * 0.9);
    margin-top: 2.5rem;
}.LSFh-privacy-area h3, .LSFh-privacy-area h4 {
    padding-left: 1rem;
}.LSFh-privacy-area p, .LSFh-privacy-area li, .LSFh-privacy-area span {
    font-size: calc(13px * 0.95);
}.LSFh-privacy-area ul {
    margin-left: 0.5rem;
}.LSFh-privacy-area li {
    padding-left: 1.25rem;
}.LSFh-privacy-area span {
    padding: 1rem;
}}.tUIw-tariff-box {
    padding: 100px 0;
    background: linear-gradient(135deg, rgb(233,230,225) 0%, rgb(208,201,191,0.5) 100%);
    position: relative;
    overflow: hidden;
}.tUIw-tariff-box::before {
    content: "";
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    height: 100%;
    position: absolute;
    background: radial-gradient(circle at 30% 70%, rgb(173,164,152,0.5) 0%, transparent 60%);
    pointer-events: none;
}.tUIw-tariff-box .container {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    max-width: 1320px;
    padding: 0 15px;
}.tUIw-tariff-box .cZgx-trial-pricing {
    position: relative;
    gap: 60px;
    flex-direction: column-reverse;
    display: flex;
}.tUIw-tariff-box .Xepa-cost-levels {
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 90%);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    position: relative;
    transform: perspective(1000px) rotateX(0deg);
    max-width: 100%;
    padding: 30px;
    border-left: 3px solid rgb(208,201,191);
}.tUIw-tariff-box .Xepa-cost-levels:hover {
    transform: perspective(1000px) rotateX(2deg);
}.tUIw-tariff-box .Xepa-cost-levels h2 {
    color: transparent;
    transform: translateZ(0);
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    background: linear-gradient(90deg, rgb(208,201,191), rgb(173,164,152));
    -webkit-background-clip: text !important;
    background-clip: text !important;
    line-height: 1.3;
    letter-spacing: -0.02em;
}.tUIw-tariff-box .Xepa-cost-levels .uGXQ-pricing-rates {
    margin-bottom: 0;
    overflow-wrap: break-word;
    word-break: break-word;
    font-size: 13px;
    line-height: 1.6;
    color: #000000;
    max-width: 700px;
}.tUIw-tariff-box .xunY-pricing-offers {
    position: relative;
    gap: 30px;
    display: grid;
    grid-template-columns: 1fr;
}.tUIw-tariff-box .nZwX-price-opts {
    text-decoration: none;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    display: block;
    overflow: hidden;
    border-radius: 4px;
    position: relative;
    transform: translateY(0);
}.tUIw-tariff-box .nZwX-price-opts:hover {
    transform: translateY(-10px);
    z-index: 5;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.tUIw-tariff-box .FPns-study-offers {
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 95%);
    overflow: hidden;
    position: relative;
    display: flex;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    height: 100%;
    flex-direction: column;
}.tUIw-tariff-box .FPns-study-offers::before {
    transform: scaleX(0.8);
    top: 0;
    left: 0;
    transform-origin: left;
    width: 100%;
    content: "";
    height: 5px;
    transition: transform 0.4s ease-out;
    position: absolute;
    background: linear-gradient(90deg, rgb(208,201,191), rgb(173,164,152));
}.tUIw-tariff-box .nZwX-price-opts:hover .FPns-study-offers::before {
    transform: scaleX(1);
}.tUIw-tariff-box .lxmr-fee-plan {
    flex-direction: column;
    z-index: 1;
    display: flex;
    position: relative;
    flex: 1;
    padding: 30px;
}.tUIw-tariff-box .lxmr-fee-plan h3 {
    overflow: hidden;
    position: relative;
    font-size: calc(23px + 2px);
    color: #000000;
    transform-origin: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: transform 0.3s ease;
    margin-bottom: 15px;
    font-weight: 700;
}.tUIw-tariff-box .nZwX-price-opts:hover .lxmr-fee-plan h3 {
    transform: translateX(5px) scale(1.03);
    color: rgb(208,201,191);
}.tUIw-tariff-box .vAEl-learn-pricing {
    position: relative;
    color: rgb(173,164,152);
    display: inline-block;
    font-size: calc(23px + 4px);
    font-weight: 700;
    margin-bottom: 20px;
}.tUIw-tariff-box .vAEl-learn-pricing::after {
    background: rgb(208,201,191);
    position: absolute;
    bottom: -5px;
    width: 50px;
    transform-origin: left;
    content: "";
    transform: scaleX(0.5);
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    height: 3px;
    left: 0;
}.tUIw-tariff-box .nZwX-price-opts:hover .vAEl-learn-pricing::after {
    transform: scaleX(1);
}.tUIw-tariff-box .lxmr-fee-plan p {
    overflow-wrap: break-word;
    overflow: hidden;
    color: #000000;
    flex: 1;
    word-break: break-word;
    margin-bottom: 0;
    font-size: 13px;
    -webkit-line-clamp: 5;
    line-height: 1.6;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}.tUIw-tariff-box .XgNm-img-center {
    overflow: hidden;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    height: 200px;
    position: relative;
}.tUIw-tariff-box .XgNm-img-center::after {
    left: 0;
    height: 100%;
    top: 0;
    position: absolute;
    width: 100%;
    pointer-events: none;
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.3) 100%);
    content: "";
}.tUIw-tariff-box .nZwX-price-opts:hover .XgNm-img-center {
    transform: scale(1.05);
}

@media (min-width: 768px) {.tUIw-tariff-box .xunY-pricing-offers {
    grid-template-columns: repeat(2, 1fr);
}.tUIw-tariff-box .Xepa-cost-levels {
    padding: 40px;
}.tUIw-tariff-box .lxmr-fee-plan {
    padding: 30px 35px;
}.tUIw-tariff-box .XgNm-img-center {
    height: 240px;
}
}

@media (min-width: 992px) {.tUIw-tariff-box .cZgx-trial-pricing {
    align-items: stretch;
    gap: 40px;
    flex-direction: row;
}.tUIw-tariff-box .Xepa-cost-levels {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 30%;
    padding: 50px 40px;
}.tUIw-tariff-box .xunY-pricing-offers {
    width: 70%;
    grid-template-columns: repeat(2, 1fr);
}.tUIw-tariff-box .lxmr-fee-plan {
    padding: 30px;
}.tUIw-tariff-box .lxmr-fee-plan p {
    -webkit-line-clamp: 6;
}
}

@media (min-width: 1200px) {.tUIw-tariff-box {
    padding: 120px 0;
}.tUIw-tariff-box .xunY-pricing-offers {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}.tUIw-tariff-box .Xepa-cost-levels h2 {
    font-size: calc(28px + 4px);
}.tUIw-tariff-box .lxmr-fee-plan h3 {
    font-size: calc(23px + 4px);
}.tUIw-tariff-box .vAEl-learn-pricing {
    font-size: calc(23px + 8px);
}.tUIw-tariff-box .XgNm-img-center {
    height: 280px;
}
}

@media (min-width: 1400px) {.tUIw-tariff-box .xunY-pricing-offers {
    grid-template-columns: repeat(2, 1fr);
}.tUIw-tariff-box .lxmr-fee-plan p {
    -webkit-line-clamp: 7;
}
}

@media (hover: hover) {.tUIw-tariff-box .nZwX-price-opts {
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.tUIw-tariff-box .nZwX-price-opts:hover {
    transform: translateY(-10px) scale(1.02);
}}.ruxE-connect-form {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(233,230,225) 0%, rgba(16, 22, 47, 0.95) 100%);
    padding: 120px 0;
    position: relative;
}.ruxE-connect-form::before {
    position: absolute;
    animation: gridMove 20s linear infinite;
    left: 0;
    content: "";
    background: 
        linear-gradient(90deg, transparent 0%, rgba(rgb(208,201,191), 0.03) 50%, transparent 100%),
        linear-gradient(180deg, transparent 0%, rgba(rgb(173,164,152), 0.04) 50%, transparent 100%);
    width: 100%;
    height: 100%;
    background-size: 20px 20px, 20px 20px;
    top: 0;
}.ruxE-connect-form::after {
    top: 0;
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    background: radial-gradient(
        circle at 20% 30%, 
        rgba(rgb(208,201,191), 0.15) 0%, 
        transparent 50%
    ), radial-gradient(
        circle at 80% 70%, 
        rgba(rgb(173,164,152), 0.15) 0%, 
        transparent 50%
    );
    height: 100%;
    z-index: 0;
    opacity: 0.6;
}@keyframes gridMove {
    0% {
        background-position: 0 0, 0 0;
    }
    100% {
        background-position: 40px 0, 0 40px;
    }
}

.ruxE-connect-form .container {
    max-width: 1200px;
    z-index: 2;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
}.ruxE-connect-form h2 {
    position: relative;
    margin-bottom: 15px;
    font-size: 38px;
    color: #ffffff;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-family: Arial, sans-serif;
}.ruxE-connect-form h2::after {
    content: "";
    height: 3px;
    bottom: -15px;
    background: linear-gradient(90deg, rgb(208,201,191), rgb(173,164,152));
    position: absolute;
    left: 50%;
    width: 80px;
    border-radius: 1.5px;
    transform: translateX(-50%);
}.ruxE-connect-form .HkXL-request-help {
    gap: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
    margin-top: 60px;
}.ruxE-connect-form .HkXL-request-help::before {
    position: absolute;
    border: 1px solid rgba(rgb(208,201,191), 0.2);
    height: 100%;
    z-index: -1;
    top: -8px;
    left: -8px;
    content: "";
    width: 100%;
    border-radius: 18px;
}.ruxE-connect-form .HkXL-request-help::after {
    width: 100%;
    content: "";
    border-radius: 18px;
    z-index: -1;
    bottom: -8px;
    position: absolute;
    height: 100%;
    right: -8px;
    border: 1px solid rgba(rgb(173,164,152), 0.2);
}.ruxE-connect-form .XgNm-img-center {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    min-height: 550px;
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    height: 100%;
}.ruxE-connect-form .XgNm-img-center::before {
    content: "";
    z-index: 1;
    background: linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, 0.6));
    left: 0;
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
}.ruxE-connect-form .XgNm-img-center::after {
    position: absolute;
    border-right: 2px solid rgba(rgb(208,201,191), 0.6);
    content: "";
    top: 20px;
    right: 20px;
    border-top: 2px solid rgba(rgb(208,201,191), 0.6);
    z-index: 2;
    width: 60px;
    height: 60px;
}.ruxE-connect-form .azQw-reach-box {
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.03);
    padding: 50px;
    backdrop-filter: blur(10px);
    position: relative;
    border-radius: 18px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.ruxE-connect-form .azQw-reach-box::before {
    border-bottom: 2px solid rgba(rgb(173,164,152), 0.6);
    height: 60px;
    bottom: 20px;
    position: absolute;
    content: "";
    width: 60px;
    border-left: 2px solid rgba(rgb(173,164,152), 0.6);
    left: 20px;
}.ruxE-connect-form form {
    width: 100%;
}.ruxE-connect-form form h3 {
    margin-bottom: 30px;
    position: relative;
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    font-family: Arial, sans-serif;
    padding-left: 20px;
}.ruxE-connect-form form h3::before {
    border-radius: 10px;
    position: absolute;
    height: 100%;
    background: rgb(208,201,191);
    content: "";
    width: 3px;
    left: 0;
    top: 0;
}.ruxE-connect-form form input[type="text"] {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-size: 14px;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
    font-family: Arial, sans-serif;
    border-radius: 10px;
    padding: 18px 25px;
    margin-bottom: 25px;
}.ruxE-connect-form form input[type="text"]:focus {
    outline: none;
    box-shadow: 0 0 15px rgba(rgb(208,201,191), 0.2);
    border-color: rgb(208,201,191);
    background: rgba(255, 255, 255, 0.08);
}.ruxE-connect-form form input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}.ruxE-connect-form .NjUI-contact-request {
    display: flex;
    margin-bottom: 30px;
    align-items: flex-start;
}.ruxE-connect-form .NjUI-contact-request input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.ruxE-connect-form .NjUI-contact-request label {
    font-size: 15px;
    position: relative;
    padding-left: 35px;
    line-height: 1.5;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.7);
}.ruxE-connect-form .NjUI-contact-request label::before {
    border-radius: 10px;
    width: 22px;
    content: "";
    top: 2px;
    height: 22px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    left: 0;
    position: absolute;
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
}.ruxE-connect-form .NjUI-contact-request input[type="checkbox"]:checked + label::before {
    background: rgb(208,201,191);
    border-color: rgb(208,201,191);
}.ruxE-connect-form .NjUI-contact-request input[type="checkbox"]:checked + label::after {
    transform: rotate(45deg);
    border-bottom: 2px solid #ffffff;
    content: "";
    height: 10px;
    width: 6px;
    position: absolute;
    left: 8px;
    border-right: 2px solid #ffffff;
    top: 6px;
}.ruxE-connect-form .NjUI-contact-request label a {
    text-decoration: none;
    position: relative;
    font-weight: 600;
    color: rgb(208,201,191);
    transition: all 0.3s ease;
}.ruxE-connect-form .NjUI-contact-request label a:hover {
    color: rgb(173,164,152);
}.ruxE-connect-form form .jNBb-feedback-form {
    background: linear-gradient(45deg, rgb(208,201,191), rgb(173,164,152));
    border-radius: 10px;
    z-index: 1;
    cursor: pointer;
    transition: all 0.4s ease;
    border: none;
    overflow: hidden;
    position: relative;
    font-weight: 600;
    display: inline-block;
    color: #ffffff;
    padding: 16px 40px;
    font-size: 14px;
    font-family: Arial, sans-serif;
}.ruxE-connect-form form .jNBb-feedback-form::before {
    background: linear-gradient(45deg, rgb(173,164,152), rgb(208,201,191));
    width: 100%;
    content: "";
    transition: all 0.4s ease;
    position: absolute;
    top: 0;
    z-index: -1;
    height: 100%;
    left: -100%;
}.ruxE-connect-form form .jNBb-feedback-form:hover::before {
    left: 0;
}.ruxE-connect-form form .jNBb-feedback-form:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
}.ruxE-connect-form svg {
    height: 22px;
    fill: rgb(208,201,191);
    width: 22px;
}.ruxE-connect-form svg path {
    fill: rgb(208,201,191);
    transition: fill 0.3s ease;
}

@media screen and (max-width: 991px) {.ruxE-connect-form {
    padding: 90px 0;
}.ruxE-connect-form .HkXL-request-help {
    grid-template-columns: 1fr;
    gap: 40px;
}.ruxE-connect-form .XgNm-img-center {
    min-height: 400px;
}.ruxE-connect-form .azQw-reach-box {
    padding: 40px 30px;
}
}

@media screen and (max-width: 767px) {.ruxE-connect-form {
    padding: 70px 0;
}.ruxE-connect-form h2 {
    font-size: calc(38px * 0.9);
}.ruxE-connect-form .XgNm-img-center {
    min-height: 350px;
}.ruxE-connect-form .XgNm-img-center::after,
    .ruxE-connect-form .azQw-reach-box::before {
    width: 40px;
    height: 40px;
}
}

@media screen and (max-width: 576px) {.ruxE-connect-form {
    padding: 50px 0;
}.ruxE-connect-form h2 {
    font-size: calc(38px * 0.8);
}.ruxE-connect-form .HkXL-request-help {
    margin-top: 40px;
}.ruxE-connect-form .XgNm-img-center {
    min-height: 250px;
}.ruxE-connect-form .azQw-reach-box {
    padding: 30px 20px;
}.ruxE-connect-form form h3 {
    font-size: calc(20px * 0.9);
    margin-bottom: 25px;
}.ruxE-connect-form form input[type="text"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}.ruxE-connect-form form .jNBb-feedback-form {
    width: 100%;
    padding: 15px 20px;
}}.RSqX-client-comments {
    padding: 80px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(233,230,225) 0%, rgb(208,201,191,0.5) 100%);
    overflow: hidden;
}.RSqX-client-comments::before {
    width: 150%;
    z-index: 1;
    top: -30%;
    transform: rotate(-15deg);
    background: rgb(173,164,152,0.5);
    left: -25%;
    position: absolute;
    height: 100%;
    content: "";
}.RSqX-client-comments .iSyY-smart-learning {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
}.RSqX-client-comments h4 {
    color: #000000;
    position: relative;
    display: inline-block;
    font-size: 36px;
    transform: skewX(-5deg);
    font-weight: 700;
    margin-bottom: 50px;
}.RSqX-client-comments h4::after {
    transform: skewX(15deg);
    left: 0;
    content: "";
    position: absolute;
    width: 70%;
    height: 4px;
    background: rgb(208,201,191);
    bottom: -10px;
}.RSqX-client-comments .sqND-feedback-testimonials {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 40px;
    transform: perspective(1000px) rotateX(2deg);
}.RSqX-client-comments .Ttqg-learner-quotes {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    transform: translateY(0) rotate(0);
    padding: 30px 25px 25px;
    border-radius: 26px;
    background: #ffffff;
    overflow: hidden;
    position: relative;
}.RSqX-client-comments .Ttqg-learner-quotes:nth-child(odd) {
    transform: translateY(20px) rotate(-1deg);
}.RSqX-client-comments .Ttqg-learner-quotes:nth-child(even) {
    transform: translateY(-10px) rotate(1deg);
}.RSqX-client-comments .Ttqg-learner-quotes:hover {
    transform: translateY(-5px) rotate(0);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.RSqX-client-comments .Ttqg-learner-quotes::before {
    left: 0;
    background: linear-gradient(90deg, rgb(208,201,191) 0%, rgb(173,164,152) 100%);
    top: 0;
    content: "";
    width: 100%;
    height: 5px;
    position: absolute;
}.RSqX-client-comments .Ttqg-learner-quotes::after {
    width: 80px;
    border-radius: 50%;
    position: absolute;
    z-index: 0;
    content: "";
    height: 80px;
    transform: translate(50%, 50%);
    background: rgb(173,164,152,0.5);
    bottom: 0;
    right: 0;
}.RSqX-client-comments .XgNm-img-center {
    margin-bottom: 15px;
    border: 3px solid #ffffff;
    transform: rotate(-5deg);
    width: 80px;
    height: 80px;
    border-radius: 20% 40% 30% 50%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    transition: all 0.4s ease;
}.RSqX-client-comments .Ttqg-learner-quotes:hover .XgNm-img-center {
    border-radius: 30% 50% 40% 30%;
    transform: rotate(0) scale(1.05);
}.RSqX-client-comments .Ttqg-learner-quotes span {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
    display: block;
    position: relative;
    font-family: Arial, sans-serif;
    z-index: 1;
    color: rgb(208,201,191);
}.RSqX-client-comments .Ttqg-learner-quotes p {
    font-weight: 400;
    position: relative;
    z-index: 1;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    font-size: 16px;
    font-style: italic;
    color: #000000;
}

@media (max-width: 767px) {.RSqX-client-comments {
    padding: 50px 0;
}.RSqX-client-comments::before {
    transform: rotate(-10deg);
    left: -50%;
    width: 200%;
}.RSqX-client-comments h4 {
    font-size: calc(36px * 0.85);
    margin-bottom: 30px;
}.RSqX-client-comments .sqND-feedback-testimonials {
    transform: none;
    grid-template-columns: 1fr;
    gap: 30px;
}.RSqX-client-comments .Ttqg-learner-quotes,
    .RSqX-client-comments .Ttqg-learner-quotes:nth-child(odd),
    .RSqX-client-comments .Ttqg-learner-quotes:nth-child(even) {
    padding: 25px 20px 20px;
    transform: none;
}.RSqX-client-comments .XgNm-img-center {
    height: 70px;
    width: 70px;
}}.Fouq-learning-outcomes {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(233,230,225) 0%, rgba(0, 0, 0, 0.5) 20%);
}.Fouq-learning-outcomes::before {
    background-size: 30px 30px;
    left: 0;
    animation: pulse 8s infinite alternate;
    width: 100%;
    position: absolute;
    opacity: 0.3;
    background-image: radial-gradient(rgb(173,164,152,0.5) 1px, transparent 1px);
    top: 0;
    content: '';
    height: 100%;
}.Fouq-learning-outcomes::after {
    width: 80%;
    filter: blur(60px);
    height: 200%;
    right: -50%;
    top: -50%;
    background: linear-gradient(45deg, rgb(208,201,191,0.5) 0%, transparent 70%);
    position: absolute;
    z-index: 0;
    transform: rotate(-30deg);
    content: '';
}.Fouq-learning-outcomes .iSyY-smart-learning {
    margin: 0 auto;
    gap: 60px;
    padding: 0 20px;
    z-index: 1;
    max-width: 1280px;
    display: flex;
    position: relative;
}.Fouq-learning-outcomes .XgNm-img-center {
    flex: 1;
    border-radius: 22px;
    overflow: hidden;
    min-height: 500px;
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.2),
                -20px -20px 40px rgba(255, 255, 255, 0.05);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    position: relative;
}.Fouq-learning-outcomes .XgNm-img-center::before {
    background: linear-gradient(135deg, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    content: '';
    top: 0;
    z-index: 1;
}.Fouq-learning-outcomes .XgNm-img-center::after {
    position: absolute;
    right: 0;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    bottom: 0;
    height: 40%;
    z-index: 2;
    content: '';
    width: 40%;
    background: linear-gradient(225deg, rgb(208,201,191,0.5) 0%, transparent 100%);
}.Fouq-learning-outcomes .XgNm-img-center:hover {
    transform: translateY(-10px);
    box-shadow: 25px 25px 50px rgba(0, 0, 0, 0.25),
                -25px -25px 50px rgba(255, 255, 255, 0.07);
}.Fouq-learning-outcomes .UCjV-text-body-wrap {
    justify-content: center;
    flex: 1;
    display: flex;
    flex-direction: column;
}.Fouq-learning-outcomes h2 {
    padding-bottom: 15px;
    color: #ffffff;
    margin-bottom: 40px;
    font-weight: 700;
    position: relative;
    font-size: 35px;
}.Fouq-learning-outcomes h2::after {
    content: '';
    position: absolute;
    background: linear-gradient(90deg, rgb(208,201,191) 0%, rgb(173,164,152) 100%);
    bottom: 0;
    left: 0;
    width: 80px;
    height: 4px;
    border-radius: 10px;
}.Fouq-learning-outcomes .text_main_holder {
    display: flex;
    gap: 25px;
    flex-direction: column;
}.Fouq-learning-outcomes .text_main_holder > div {
    display: flex;
    opacity: 0;
    padding: 20px;
    animation: slideIn 0.5s forwards;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.03);
    align-items: flex-start;
    backdrop-filter: blur(5px);
    transform: translateX(-20px);
    gap: 20px;
    box-shadow: inset 5px 5px 15px rgba(0, 0, 0, 0.1),
                inset -5px -5px 15px rgba(255, 255, 255, 0.05);
    animation-delay: calc(var(--i, 0) * 0.1s);
}.Fouq-learning-outcomes .text_main_holder > div:nth-child(1) {
    --i: 1;
}.Fouq-learning-outcomes .text_main_holder > div:nth-child(2) {
    --i: 2;
}.Fouq-learning-outcomes .text_main_holder > div:nth-child(3) {
    --i: 3;
}.Fouq-learning-outcomes .text_main_holder > div:nth-child(4) {
    --i: 4;
}.Fouq-learning-outcomes .text_main_holder > div:nth-child(5) {
    --i: 5;
}.Fouq-learning-outcomes .text_main_holder > div:nth-child(6) {
    --i: 6;
}.Fouq-learning-outcomes .text_main_holder svg {
    height: 30px;
    flex-shrink: 0;
    width: 30px;
    filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.3));
}.Fouq-learning-outcomes .text_main_holder svg path {
    fill: rgb(208,201,191);
    transition: fill 0.3s ease;
}.Fouq-learning-outcomes .text_main_holder > div:hover svg path {
    fill: rgb(173,164,152);
}.Fouq-learning-outcomes .text_main_holder p {
    font-size: 18px;
    color: #ffffff;
    line-height: 1.6;
    margin: 0;
}

@keyframes pulse {
    0% {
        opacity: 0.2;
    }
    100% {
        opacity: 0.5;
    }
}

@keyframes slideIn {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@media (max-width: 992px) {.Fouq-learning-outcomes .iSyY-smart-learning {
    flex-direction: column;
    gap: 40px;
}.Fouq-learning-outcomes .XgNm-img-center {
    min-height: 400px;
}.Fouq-learning-outcomes h2 {
    text-align: center;
    margin-bottom: 30px;
}.Fouq-learning-outcomes h2::after {
    left: 50%;
    transform: translateX(-50%);
}
}

@media (max-width: 768px) {.Fouq-learning-outcomes {
    padding: 80px 0;
}.Fouq-learning-outcomes .iSyY-smart-learning {
    gap: 30px;
}.Fouq-learning-outcomes .XgNm-img-center {
    min-height: 300px;
}.Fouq-learning-outcomes .text_main_holder > div {
    gap: 15px;
    padding: 15px;
}.Fouq-learning-outcomes .text_main_holder svg {
    height: 24px;
    width: 24px;
}
}

@media (max-width: 576px) {.Fouq-learning-outcomes {
    padding: 60px 0;
}.Fouq-learning-outcomes .XgNm-img-center {
    min-height: 250px;
}.Fouq-learning-outcomes h2 {
    font-size: calc(35px * 0.85);
}.Fouq-learning-outcomes .text_main_holder > div {
    gap: 12px;
    padding: 12px;
}.Fouq-learning-outcomes .text_main_holder svg {
    width: 20px;
    height: 20px;
}}.pIPv-mentorship-profile {
    padding: 6rem 2rem;
    background: linear-gradient(135deg, rgb(233,230,225) 0%, rgb(208,201,191,0.5) 100%);
    overflow: hidden;
    position: relative;
}.pIPv-mentorship-profile::before {
    filter: blur(20px);
    position: absolute;
    height: 30%;
    z-index: 0;
    transform: rotate(-15deg) translateZ(0);
    content: "";
    top: -5%;
    width: 30%;
    background: rgb(173,164,152,0.5);
    right: -5%;
}.pIPv-mentorship-profile::after {
    z-index: 0;
    height: 25%;
    content: "";
    transform: rotate(15deg) translateZ(0);
    left: -5%;
    filter: blur(15px);
    position: absolute;
    background: rgb(208,201,191,0.5);
    width: 25%;
    bottom: -5%;
}.pIPv-mentorship-profile .container {
    z-index: 1;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.pIPv-mentorship-profile .Ttqg-learner-quotes {
    display: grid;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08), 
                0 30px 60px rgba(0, 0, 0, 0.05);
    gap: 2.5rem;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), 
                box-shadow 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    grid-template-columns: 1fr;
    transform: perspective(1000px) rotateX(2deg);
    padding: 3rem;
    background: #ffffff;
}.pIPv-mentorship-profile .Ttqg-learner-quotes:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12), 
                0 40px 80px rgba(0, 0, 0, 0.08);
}.pIPv-mentorship-profile .Ttqg-learner-quotes > div:first-child {
    position: relative;
    overflow: hidden;
}.pIPv-mentorship-profile .XgNm-img-center {
    width: 100%;
    transform: scale(1.05);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
    height: 300px;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
}.pIPv-mentorship-profile .Ttqg-learner-quotes:hover .XgNm-img-center {
    transform: scale(1);
}.pIPv-mentorship-profile .Ttqg-learner-quotes > div:nth-child(2) {
    position: relative;
    gap: 0.5rem;
    padding-left: 2rem;
    display: flex;
    flex-direction: column;
}.pIPv-mentorship-profile .Ttqg-learner-quotes > div:nth-child(2)::before {
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    width: 4px;
    background: linear-gradient(to bottom, rgb(208,201,191), rgb(173,164,152));
    height: 70%;
}.pIPv-mentorship-profile .name {
    margin: 0;
    color: #000000;
    font-size: 23px;
    display: inline-block;
    position: relative;
    font-weight: 700;
}.pIPv-mentorship-profile .name::after {
    bottom: -5px;
    content: "";
    left: 0;
    position: absolute;
    width: 0;
    height: 2px;
    transition: width 0.4s ease-out;
    background: rgb(208,201,191);
}.pIPv-mentorship-profile .Ttqg-learner-quotes:hover .name::after {
    width: 100%;
}.pIPv-mentorship-profile .Ttqg-learner-quotes > div:nth-child(2) > div {
    color: rgb(173,164,152);
    letter-spacing: 0.5px;
    font-weight: 600;
    font-size: calc(12px - 2px);
    opacity: 0.9;
}.pIPv-mentorship-profile .Ttqg-learner-quotes > div:nth-child(3) {
    position: relative;
}.pIPv-mentorship-profile .MkfH-experience-path {
    position: relative;
    margin: 0;
    font-size: 12px;
    padding: 1.5rem;
    color: #000000;
    background: linear-gradient(to right, rgba(rgb(233,230,225), 0.05), rgba(rgb(233,230,225), 0.02));
    border-left: 3px solid rgb(208,201,191,0.5);
    line-height: 1.7;
}.pIPv-mentorship-profile .MkfH-experience-path::before {
    font-size: 5rem;
    top: -0.5rem;
    left: 0.5rem;
    opacity: 0.2;
    content: "";
    color: rgb(208,201,191,0.5);
    position: absolute;
    font-family: serif;
    line-height: 1;
}

@media (min-width: 768px) {.pIPv-mentorship-profile {
    padding: 8rem 3rem;
}.pIPv-mentorship-profile .Ttqg-learner-quotes {
    grid-template-rows: auto 1fr;
    padding: 4rem;
    grid-template-columns: minmax(200px, 300px) 1fr;
    gap: 3rem 4rem;
}.pIPv-mentorship-profile .Ttqg-learner-quotes > div:first-child {
    grid-row: span 2;
}.pIPv-mentorship-profile .XgNm-img-center {
    height: 100%;
}.pIPv-mentorship-profile .Ttqg-learner-quotes > div:nth-child(2) {
    padding-left: 3rem;
}.pIPv-mentorship-profile .MkfH-experience-path {
    padding: 2rem;
    font-size: calc(12px + 1px);
}
}

@media (min-width: 1024px) {.pIPv-mentorship-profile {
    padding: 10rem 4rem;
}.pIPv-mentorship-profile .Ttqg-learner-quotes {
    padding: 5rem;
    gap: 4rem 5rem;
    grid-template-columns: minmax(300px, 400px) 1fr;
}.pIPv-mentorship-profile .name {
    font-size: calc(23px + 2px);
}.pIPv-mentorship-profile .Ttqg-learner-quotes > div:nth-child(2) > div {
    font-size: 12px;
}.pIPv-mentorship-profile .MkfH-experience-path {
    line-height: 1.8;
}.pIPv-mentorship-profile .Ttqg-learner-quotes::after {
    position: absolute;
    width: 150px;
    transition: opacity 0.3s ease;
    opacity: 0.1;
    right: 0;
    content: "";
    height: 150px;
    top: 0;
    background: linear-gradient(135deg, transparent 50%, rgb(208,201,191,0.5) 50%);
}.pIPv-mentorship-profile .Ttqg-learner-quotes:hover::after {
    opacity: 0.2;
}
}

@media (max-width: 767px) {.pIPv-mentorship-profile {
    padding: 4rem 1.5rem;
}.pIPv-mentorship-profile .Ttqg-learner-quotes {
    padding: 2rem;
    gap: 2rem;
}.pIPv-mentorship-profile .XgNm-img-center {
    height: 250px;
}.pIPv-mentorship-profile .name {
    font-size: calc(23px - 1px);
}.pIPv-mentorship-profile .Ttqg-learner-quotes > div:nth-child(2) > div {
    font-size: calc(12px - 3px);
}.pIPv-mentorship-profile .MkfH-experience-path {
    padding: 1rem;
    font-size: calc(12px - 1px);
}}.ryUC-company-overview {
    overflow: hidden;
    position: relative;
    padding: 80px 0;
    background: linear-gradient(135deg, rgb(233,230,225) 0%, rgb(208,201,191,0.5) 100%);
}.ryUC-company-overview::before {
    background-image: linear-gradient(30deg, transparent 90%, rgb(173,164,152,0.5) 92%),
                     linear-gradient(150deg, transparent 90%, rgb(173,164,152,0.5) 92%);
    opacity: 0.15;
    content: '';
    left: 0;
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    z-index: 1;
}.ryUC-company-overview::after {
    height: 60%;
    width: 40%;
    bottom: -10%;
    background: linear-gradient(120deg, rgb(208,201,191,0.5) 10%, rgb(173,164,152) 90%);
    position: absolute;
    content: '';
    opacity: 0.08;
    filter: blur(30px);
    z-index: 0;
    transform: rotate(-15deg);
    right: -5%;
}.ryUC-company-overview .container {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 2;
    position: relative;
}.ryUC-company-overview h1 {
    font-weight: 700;
    position: relative;
    color: #000000;
    margin-bottom: 40px;
    font-size: 41px;
    font-family: Arial, sans-serif;
    display: inline-block;
}.ryUC-company-overview h1::after {
    left: 0;
    animation: expandWidth 0.8s ease-out forwards;
    height: 4px;
    width: 80px;
    background: linear-gradient(90deg, rgb(208,201,191) 0%, rgb(173,164,152) 100%);
    position: absolute;
    bottom: -10px;
    transform-origin: left;
    content: '';
}.ryUC-company-overview .JHeF-corp-culture {
    margin-top: 30px;
    position: relative;
}.ryUC-company-overview .JHeF-corp-culture ul {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    margin: 0;
    gap: 40px;
    padding: 0;
    display: grid;
    list-style: none;
}.ryUC-company-overview .JuQO-fast-classes {
    animation-delay: calc(var(--i, 0) * 0.2s);
    animation: fadeInUp 0.8s ease-out forwards;
    padding: 30px;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    opacity: 0;
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 100%);
    border-left: 4px solid rgb(208,201,191);
    transform: translateY(20px);
}.ryUC-company-overview .JuQO-fast-classes:nth-child(1) {
    --i: 1;
}.ryUC-company-overview .JuQO-fast-classes:nth-child(2) {
    border-left-color: rgb(173,164,152);
    --i: 2;
}.ryUC-company-overview .JuQO-fast-classes:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 
                0 8px 20px rgba(0, 0, 0, 0.08);
}.ryUC-company-overview .JuQO-fast-classes h4 {
    margin-top: 0;
    color: #000000;
    font-family: Arial, sans-serif;
    position: relative;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: calc(23px * 1.1);
    margin-bottom: 15px;
}.ryUC-company-overview .JuQO-fast-classes:nth-child(1) h4::before {
    position: absolute;
    height: 25px;
    top: -8px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    background: rgb(208,201,191,0.5);
    content: '';
    z-index: -1;
    left: -30px;
    width: 25px;
    opacity: 0.2;
}.ryUC-company-overview .JuQO-fast-classes:nth-child(2) h4::before {
    top: -8px;
    width: 25px;
    left: -30px;
    position: absolute;
    z-index: -1;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    content: '';
    background: rgb(173,164,152,0.5);
    opacity: 0.2;
    height: 25px;
}.ryUC-company-overview .JuQO-fast-classes div {
    font-size: 12px;
    padding-right: 15px;
    font-weight: 400;
    overflow-y: auto;
    letter-spacing: 0.2px;
    font-family: Arial, sans-serif;
    color: #000000;
    max-height: 300px;
    line-height: 1.7;
}.ryUC-company-overview .JuQO-fast-classes div::-webkit-scrollbar {
    width: 5px;
}.ryUC-company-overview .JuQO-fast-classes div::-webkit-scrollbar-track {
    background: rgb(255, 255, 255, 0.5);
    border-radius: 10px;
}.ryUC-company-overview .JuQO-fast-classes div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: linear-gradient(to bottom, rgb(208,201,191,0.5), rgb(173,164,152,0.5));
}

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

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


@media screen and (max-width: 992px) {.ryUC-company-overview {
    padding: 60px 0;
}.ryUC-company-overview h1 {
    font-size: calc(41px * 0.9);
}.ryUC-company-overview .JHeF-corp-culture ul {
    gap: 30px;
    grid-template-columns: 1fr;
}.ryUC-company-overview .JuQO-fast-classes {
    max-width: 100%;
}
}

@media screen and (max-width: 768px) {.ryUC-company-overview {
    padding: 50px 0;
}.ryUC-company-overview h1 {
    margin-bottom: 30px;
    font-size: calc(41px * 0.85);
}.ryUC-company-overview h1::after {
    height: 3px;
}.ryUC-company-overview .JuQO-fast-classes {
    padding: 25px 20px;
}.ryUC-company-overview .JuQO-fast-classes h4 {
    font-size: 23px;
}.ryUC-company-overview .JuQO-fast-classes div {
    max-height: 250px;
    font-size: calc(12px * 0.95);
}
}

@media screen and (max-width: 576px) {.ryUC-company-overview {
    padding: 40px 0;
}.ryUC-company-overview h1 {
    font-size: calc(41px * 0.8);
    margin-bottom: 25px;
}.ryUC-company-overview .JHeF-corp-culture {
    margin-top: 20px;
}.ryUC-company-overview .JHeF-corp-culture ul {
    gap: 25px;
}.ryUC-company-overview .JuQO-fast-classes {
    padding: 20px 15px;
}.ryUC-company-overview .JuQO-fast-classes h4 {
    margin-bottom: 12px;
    font-size: calc(23px * 0.95);
}.ryUC-company-overview .JuQO-fast-classes div {
    line-height: 1.6;
    max-height: 200px;
    font-size: calc(12px * 0.9);
}}footer {
    z-index: 1;
    position: relative;
}footer::before {
    right: 0;
    content: "";
    left: 0;
    top: 0;
    background: linear-gradient(135deg, rgb(208,201,191,0.5) 0%, rgb(173,164,152,0.5) 100%);
    opacity: 0.92;
    bottom: 0;
    position: absolute;
    z-index: -1;
}footer {
    background-size: cover !important;
    background-position: center !important;
}.wpBY-footer-edu {
    padding: 5rem 0 2rem;
    color: #ffffff;
    position: relative;
}.wpBY-footer-edu::before {
    background: rgb(208,201,191);
    position: absolute;
    top: 0;
    content: "";
    clip-path: polygon(0 0, 100% 0, 96% 100%, 4% 100%);
    width: 100%;
    height: 15px;
    left: 0;
}.wpBY-footer-edu .container {
    flex-wrap: wrap;
    position: relative;
    display: flex;
    gap: 0;
}.wpBY-footer-edu .company_holder {
    flex: 0 0 40%;
    position: relative;
    padding: 0 3rem 2rem 0;
    margin-bottom: 2rem;
}.wpBY-footer-edu .company_holder::after {
    opacity: 0.3;
    content: "";
    height: 100%;
    width: 1px;
    top: 0;
    position: absolute;
    background: linear-gradient(to bottom, #ffffff, transparent);
    right: 1.5rem;
}.wpBY-footer-edu .company_holder h3 {
    color: #ffffff;
    margin: 0 0 1.5rem;
    font-size: 34px;
    position: relative;
    font-weight: 700;
    letter-spacing: 1px;
    padding-bottom: 1rem;
    text-transform: uppercase;
    transform: skewX(-10deg);
}.wpBY-footer-edu .company_holder h3::after {
    bottom: 0;
    width: 80px;
    height: 3px;
    content: "";
    box-shadow: 0 0 10px rgb(208,201,191);
    left: 0;
    background: rgb(208,201,191);
    position: absolute;
}.wpBY-footer-edu .MguR-diploma-cta {
    border-left: 3px solid rgb(208,201,191);
    background: rgba(0, 0, 0, 0.2);
    line-height: 1.6;
    transform-origin: left top;
    font-size: 14px;
    color: #ffffff;
    transform: skewX(-5deg);
    padding: 1.5rem;
}.wpBY-footer-edu .ztYj-knowl-base {
    flex: 0 0 60%;
    flex-wrap: wrap;
    display: flex;
    gap: 0;
}.wpBY-footer-edu .ncYW-main-mainwrap {
    gap: 0;
    display: flex;
    flex: 1;
    flex-wrap: wrap;
}.wpBY-footer-edu .LZnO-head-master {
    flex: 0 0 50%;
    position: relative;
    padding: 0 1rem 2rem 1rem;
}.wpBY-footer-edu .LZnO-head-master h5 {
    font-weight: 600;
    transform: skewX(-5deg);
    font-size: 23px;
    padding-left: 1rem;
    color: #ffffff;
    margin: 0 0 1.5rem;
    position: relative;
}.wpBY-footer-edu .LZnO-head-master h5::before {
    top: 0;
    transform: skewX(5deg);
    position: absolute;
    content: "";
    background: rgb(208,201,191);
    left: 0;
    width: 3px;
    bottom: 0;
}.wpBY-footer-edu .LZnO-head-master .ncYW-main-mainwrap {
    flex-direction: column;
    display: flex;
    gap: 0.8rem;
}.wpBY-footer-edu .LZnO-head-master .ncYW-main-mainwrap a {
    overflow: hidden;
    font-size: 14px;
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    position: relative;
    transform: skewX(-5deg);
    padding: 0.7rem 1rem;
    text-decoration: none;
    transition: all 0.3s ease;
    display: block;
}.wpBY-footer-edu .LZnO-head-master .ncYW-main-mainwrap a::before {
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    position: absolute;
    left: -100%;
    width: 100%;
    transition: all 0.5s ease;
    height: 100%;
    content: "";
}.wpBY-footer-edu .LZnO-head-master .ncYW-main-mainwrap a:hover {
    color: #ffffff;
    padding-left: 1.5rem;
    transform: skewX(-5deg) translateX(5px);
    background: rgba(255, 255, 255, 0.1);
}.wpBY-footer-edu .LZnO-head-master .ncYW-main-mainwrap a:hover::before {
    left: 100%;
}.bavu-intern-ship {
    position: relative;
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
    padding: 1.5rem 0;
    margin-top: 2rem;
    background: rgba(0, 0, 0, 0.15);
}.bavu-intern-ship .container {
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
    display: flex;
    align-items: center;
}.bavu-intern-ship .KrGO-tiktok-edu {
    color: #ffffff;
    transform: skewX(-5deg);
    text-align: center;
    font-size: 16px;
    width: 100%;
}

@media (max-width: 1200px) {.wpBY-footer-edu .company_holder {
    flex: 0 0 35%;
    padding-right: 2rem;
}.wpBY-footer-edu .ztYj-knowl-base {
    flex: 0 0 65%;
}
}

@media (max-width: 992px) {.wpBY-footer-edu {
    padding: 4rem 0 2rem;
}.wpBY-footer-edu .container {
    flex-direction: column;
}.wpBY-footer-edu .company_holder {
    flex: 0 0 100%;
    margin-bottom: 3rem;
    padding-right: 0;
}.wpBY-footer-edu .company_holder::after {
    display: none;
}.wpBY-footer-edu .ztYj-knowl-base {
    flex: 0 0 100%;
}.wpBY-footer-edu .LZnO-head-master {
    padding-bottom: 1.5rem;
}
}

@media (max-width: 768px) {.wpBY-footer-edu {
    padding: 3.5rem 0 1.5rem;
}.wpBY-footer-edu::before {
    height: 10px;
}.wpBY-footer-edu .company_holder h3 {
    font-size: calc(34px - 2px);
}.wpBY-footer-edu .MguR-diploma-cta {
    transform: skewX(-3deg);
    padding: 1.2rem;
}.wpBY-footer-edu .LZnO-head-master h5, 
    .wpBY-footer-edu .LZnO-head-master .ncYW-main-mainwrap a {
    transform: skewX(-3deg);
}.wpBY-footer-edu .LZnO-head-master .ncYW-main-mainwrap a:hover {
    transform: skewX(-3deg) translateX(5px);
}.bavu-intern-ship {
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
}.bavu-intern-ship .KrGO-tiktok-edu {
    transform: skewX(-3deg);
}
}

@media (max-width: 576px) {.wpBY-footer-edu {
    padding: 3rem 0 1rem;
}.wpBY-footer-edu::before {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}.wpBY-footer-edu .LZnO-head-master {
    padding: 0 0 2rem 0;
    flex: 0 0 100%;
}.wpBY-footer-edu .company_holder {
    margin-bottom: 2rem;
}.wpBY-footer-edu .LZnO-head-master .ncYW-main-mainwrap a {
    padding: 0.6rem 0.8rem;
}.wpBY-footer-edu .LZnO-head-master .ncYW-main-mainwrap a:hover {
    padding-left: 1.2rem;
}.bavu-intern-ship {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    margin-top: 1rem;
}
}

@media (max-width: 420px) {.wpBY-footer-edu .company_holder h3 {
    transform: skewX(-5deg);
}.wpBY-footer-edu .company_holder h3::after {
    width: 60px;
}.wpBY-footer-edu .MguR-diploma-cta {
    transform: none;
}.wpBY-footer-edu .LZnO-head-master h5 {
    transform: none;
}.wpBY-footer-edu .LZnO-head-master h5::before {
    transform: none;
}.wpBY-footer-edu .LZnO-head-master .ncYW-main-mainwrap a,
    .wpBY-footer-edu .LZnO-head-master .ncYW-main-mainwrap a:hover,
    .bavu-intern-ship .KrGO-tiktok-edu {
    transform: none;
}}.LbVB-data-analysis {
    padding: 130px 0 160px;
    isolation: isolate;
    position: relative;
    color: #ffffff;
    overflow: hidden;
}.LbVB-data-analysis::before {
    height: 100%;
    position: absolute;
    top: 0;
    content: '';
    width: 100%;
    z-index: -3;
    background-color: #000000;
    opacity: 0.92;
    left: 0;
}.LbVB-data-analysis::after {
    opacity: 0.4;
    content: '';
    position: absolute;
    background: radial-gradient(ellipse at bottom right, rgb(208,201,191,0.5) 0%, transparent 60%),
                radial-gradient(ellipse at top left, rgb(173,164,152,0.5) 0%, transparent 60%);
    z-index: -2;
    width: 100%;
    top: 0;
    height: 100%;
    left: 0;
}.LbVB-data-analysis .container {
    position: relative;
    padding: 0 20px;
    max-width: 1400px;
    margin: 0 auto;
}.LbVB-data-analysis .KGZm-class-statistics {
    display: flex;
    flex-direction: column;
    z-index: 1;
    position: relative;
}.LbVB-data-analysis .qbjO-edu-wins {
    z-index: 2;
    position: relative;
}.LbVB-data-analysis .qbjO-edu-wins svg {
    height: 100px;
    fill: rgb(208,201,191);
    filter: drop-shadow(0 0 15px rgb(208,201,191,0.5));
    width: 100px;
}.LbVB-data-analysis .qbjO-edu-wins svg path {
    fill: rgb(208,201,191);
    stroke-width: 0.5;
    stroke: #ffffff;
}.LbVB-data-analysis .cAnj-study-edge {
    position: relative;
    font-weight: 700;
    color: #ffffff;
    padding-bottom: 20px;
    font-size: 28px;
    margin-bottom: 20px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}.LbVB-data-analysis .cAnj-study-edge::after {
    content: '';
    border-radius: 3px;
    height: 3px;
    background: linear-gradient(to right, rgb(208,201,191), rgb(173,164,152));
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
}.LbVB-data-analysis .XkVQ-career-statistics {
    opacity: 0.9;
    font-size: 18px;
    position: relative;
    max-width: 90%;
    color: #ffffff;
    line-height: 1.7;
    margin-bottom: 0;
}.LbVB-data-analysis .zWse-study-gain {
    flex-wrap: wrap;
    z-index: 2;
    position: relative;
    display: flex;
}.LbVB-data-analysis .UIdb-statistics-pluses {
    transition: all 0.4s ease;
    position: relative;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin: 10px;
    transform: translateY(0);
    overflow: hidden;
    min-width: 220px;
    backdrop-filter: blur(5px);
    padding: 30px;
    border-radius: 30px 30px 30px 0;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
    flex: 1 1 calc(25% - 20px);
}.LbVB-data-analysis .UIdb-statistics-pluses:nth-child(even) {
    border-radius: 30px 30px 0 30px;
}.LbVB-data-analysis .UIdb-statistics-pluses:hover {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}.LbVB-data-analysis .UIdb-statistics-pluses::before {
    background: linear-gradient(to right, rgb(208,201,191,0.5), transparent);
    opacity: 0.2;
    border-radius: 50%;
    position: absolute;
    height: 100px;
    transition: all 0.4s ease;
    top: -50px;
    content: '';
    width: 100px;
    right: -50px;
}.LbVB-data-analysis .UIdb-statistics-pluses:hover::before {
    opacity: 0.4;
    transform: scale(1.2);
}.LbVB-data-analysis .xGnT-statistics-wins {
    margin-bottom: 20px;
}.LbVB-data-analysis .xGnT-statistics-wins svg {
    filter: drop-shadow(0 0 5px rgb(208,201,191,0.5));
    fill: rgb(208,201,191);
    height: 40px;
    width: 40px;
}.LbVB-data-analysis .xGnT-statistics-wins svg path {
    stroke-width: 0.5;
    stroke: #ffffff;
    fill: rgb(208,201,191);
}.LbVB-data-analysis .UIdb-statistics-pluses span {
    font-weight: 700;
    position: relative;
    font-size: 23px;
    color: #ffffff;
    margin-bottom: 10px;
    display: block;
}.LbVB-data-analysis .UIdb-statistics-pluses p {
    opacity: 0.9;
    margin: 0;
    color: #ffffff;
    font-size: calc(18px * 0.9);
    line-height: 1.4;
}.LbVB-data-analysis .zWse-study-gain::after {
    background: rgb(208,201,191,0.5);
    height: 120px;
    border-radius: 50%;
    left: -10%;
    width: 120%;
    content: '';
    opacity: 0.05;
    position: absolute;
}.LbVB-data-analysis .zWse-study-gain::after {
    top: -70px;
    background: rgb(173,164,152,0.5);
}

@media screen and (max-width: 992px) {.LbVB-data-analysis {
    padding: 100px 0 120px;
}.LbVB-data-analysis .cAnj-study-edge {
    text-align: center;
}.LbVB-data-analysis .cAnj-study-edge::after {
    transform: translateX(-50%);
    left: 50%;
}.LbVB-data-analysis .XkVQ-career-statistics {
    text-align: center;
    max-width: 100%;
}
}

@media screen and (max-width: 768px) {.LbVB-data-analysis {
    padding: 80px 0 100px;
}.LbVB-data-analysis .qbjO-edu-wins svg {
    height: 80px;
    width: 80px;
}.LbVB-data-analysis .cAnj-study-edge {
    margin-bottom: 15px;
    font-size: calc(28px * 0.9);
    padding-bottom: 15px;
}.LbVB-data-analysis .XkVQ-career-statistics {
    font-size: calc(18px * 0.95);
}.LbVB-data-analysis .UIdb-statistics-pluses {
    min-width: 200px;
    flex: 1 1 calc(50% - 20px);
}
}

@media screen and (max-width: 576px) {.LbVB-data-analysis {
    padding: 60px 0 80px;
}.LbVB-data-analysis .qbjO-edu-wins svg {
    height: 70px;
    width: 70px;
}.LbVB-data-analysis .cAnj-study-edge {
    font-size: calc(28px * 0.8);
}.LbVB-data-analysis .UIdb-statistics-pluses {
    margin: 7px 0;
    flex: 1 1 100%;
}.LbVB-data-analysis .UIdb-statistics-pluses span {
    font-size: calc(23px * 0.95);
}}

.LbVB-data-analysis .UIdb-statistics-pluses::after {
    transition: all 0.4s ease;
    height: 30px;
    border-radius: 50%;
    left: -15px;
    opacity: 0.2;
    position: absolute;
    bottom: -15px;
    background: linear-gradient(to right, rgb(173,164,152,0.5), transparent);
    content: '';
    width: 30px;
}.LbVB-data-analysis .UIdb-statistics-pluses:hover::after {
    opacity: 0.4;
    transform: scale(1.2);
}.LbVB-data-analysis .UIdb-statistics-pluses:nth-child(1) {
    transform: rotate(-2deg);
}.LbVB-data-analysis .UIdb-statistics-pluses:nth-child(2) {
    transform: rotate(1deg);
}.LbVB-data-analysis .UIdb-statistics-pluses:nth-child(3) {
    transform: rotate(-1deg);
}.LbVB-data-analysis .UIdb-statistics-pluses:nth-child(4) {
    transform: rotate(2deg);
}.LbVB-data-analysis .UIdb-statistics-pluses:hover {
    transform: translateY(-10px) rotate(0deg);
}.LbVB-data-analysis .stat_item_inner {
    transform: rotate(0deg);
}.NTLb-cookieAlertPromptPanel {
    background: rgb(233,230,225);
    border-top: 2px solid rgb(208,201,191);
    bottom: 0;
    z-index: 90;
    position: fixed;
    width: 100%;
}.wPcf-user-tracker {
    justify-content: space-between;
    padding: 20px 0;
    align-items: center;
    display: flex;
}.NTLb-cookieAlertPromptPanel h5 {
    margin-bottom: 6px;
    font-size: 22px;
}#MdcI-trackingPolicyBox {
    display: none;
}#MdcI-trackingPolicyBox:checked ~ .NTLb-cookieAlertPromptPanel {
    visibility: hidden;
    opacity: 0;
}.NTLb-cookieAlertPromptPanel p {
    font-size: 18px;
}.FGAM-tracking-policy {
    margin-right: 10px;
    flex-shrink: 0;
}.FGAM-tracking-policy svg, .FGAM-tracking-policy svg path, .FGAM-tracking-policy img {
    width: 100px;
    fill: rgb(208,201,191);
    height: 100px;
}.OXhx-data-accept {
    cursor: pointer;
    text-align: center;
    min-width: 120px;
    line-height: 35px;
    white-space: nowrap;
    color: rgb(208,201,191);
    font-size: 24px;
    text-decoration: none;
    flex-shrink: 0;
    margin-left: 10px;
    border-bottom: 2px solid rgb(208,201,191);
}.NTLb-cookieAlertPromptPanel p a {
    text-decoration: none;
    color: rgb(208,201,191);
}
@media only screen and (max-width: 1200px) {.NTLb-cookieAlertPromptPanel {
    padding: 20px;
}}

.FajQ-wrapper-capsule .NTLb-cookieAlertPromptPanel {
    border: none;
    padding: 40px 0;
    background: rgb(173,164,152);
    box-shadow: rgb(173,164,152,0.5) 0px 0px 40px 39px;
}.FajQ-wrapper-capsule .OXhx-data-accept {
    color: #ffffff;
    background: rgb(208,201,191);
    font-weight: 400;
    border: none;
    padding: 10px;
    margin-left: 30px;
    font-size: 20px;
}.FajQ-wrapper-capsule .VMSt-cookie-panel h5, .FajQ-wrapper-capsule .VMSt-cookie-panel p {
    color: #ffffff;
}
@media only screen and (max-width: 800px) {.FGAM-tracking-policy {
    display: none;
}.wPcf-user-tracker {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.NTLb-cookieAlertPromptPanel h5 {
    text-align: center;
}.NTLb-cookieAlertPromptPanel p {
    text-align: center;
}.VMSt-cookie-panel {
    margin-bottom: 20px;
}body .FajQ-wrapper-capsule .OXhx-data-accept {
    margin-bottom: 10px;
    margin-left: 0;
}}header .top_plank {
    background: rgb(208,201,191);
    color:  #ffffff;
}header .top_plank .bnWK-top-classes div svg, header .top_plank .bnWK-top-classes div svg path {
    fill: #ffffff;
}header .top_plank .bnWK-top-classes div span {
    color: #ffffff;
}header .top_plank .bnWK-top-classes {
    flex-wrap: wrap;
    justify-content: flex-start;
    font-size: 16px;
    display: flex;
    align-items: center;
    width: 100%;
    line-height: 21px;
    padding: 15px 0 10px 0;
}header .top_plank .bnWK-top-classes div {
    justify-content: flex-start;
    margin-right: 24px;
    align-items: center;
    display: flex;
}header .top_plank .bnWK-top-classes div img, header .top_plank .bnWK-top-classes div svg {
    height: 16px;
    margin-right: 8px;
    width: 16px;
}header {
    margin-top: 0;
    position: relative;
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    background: linear-gradient(135deg, rgb(208,201,191,0.5) 0%, rgb(173,164,152,0.5) 100%);
    backdrop-filter: blur(10px);
    padding: 0;
    z-index: 100;
}header::before {
    width: 100%;
    height: 100%;
    top: 0;
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgb(208,201,191,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(173,164,152,0.5) 0%, transparent 30%);
    opacity: 0.5;
}header .kNTJ-head-info {
    padding: 1.2rem 2.5rem;
    z-index: 5;
    align-items: center;
    justify-content: space-between;
    display: flex;
    position: relative;
}header .eqsa-nav-pagebar {
    -webkit-backdrop-filter: blur(5px);
    transition: all 0.4s ease;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    flex: 0 0 auto;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 17px;
    padding: 0.8rem 1.2rem;
    z-index: 2;
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.15);
}header .eqsa-nav-pagebar:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.25);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}header .WyoJ-head-base {
    display: block;
    transition: all 0.3s ease;
}header .WyoJ-head-base img {
    max-height: 40px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}header .LZnO-head-master {
    padding: 0;
    margin: 0;
    position: relative;
    list-style: none;
    display: flex;
    z-index: 2;
}header .HGjY-site-start {
    margin: 0 0.3rem;
    position: relative;
}header .HGjY-site-start a {
    font-size: 18px;
    position: relative;
    padding: 0.8rem 1.2rem;
    color: #ffffff;
    display: block;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    z-index: 1;
    transition: all 0.3s ease;
    font-weight: 600;
    border-radius: 17px;
    -webkit-backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.1);
    text-decoration: none;
}header .HGjY-site-start a:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.2);
}header .HGjY-site-start a::before {
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.1), 
        rgba(255, 255, 255, 0.05)
    );
    opacity: 0;
    transition: opacity 0.3s ease;
    content: '';
    position: absolute;
    border-radius: 17px;
}header .HGjY-site-start a:hover::before {
    opacity: 1;
}header .HGjY-site-start::after {
    width: 0;
    position: absolute;
    bottom: -3px;
    opacity: 0.7;
    height: 3px;
    transform: translateX(-50%);
    transition: width 0.3s ease;
    content: '';
    background: #ffffff;
    left: 50%;
    border-radius: 10px;
}header .HGjY-site-start:hover::after {
    width: 70%;
}header .kNTJ-head-info::before {
    background: rgb(208,201,191,0.5);
    width: 100px;
    right: -20px;
    height: 100px;
    position: absolute;
    content: '';
    filter: blur(40px);
    opacity: 0.5;
    z-index: -1;
    border-radius: 50%;
    top: -20px;
}header .kNTJ-head-info::after {
    border-radius: 50%;
    background: rgb(173,164,152,0.5);
    z-index: -1;
    position: absolute;
    left: -20px;
    filter: blur(30px);
    opacity: 0.5;
    width: 80px;
    height: 80px;
    content: '';
    bottom: -20px;
}header .Ehaf-head-site {
    background: rgb(233,230,225);
    position: relative;
    padding-top: 2rem;
    z-index: 1;
}@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

header .eqsa-nav-pagebar::after {
    height: 20px;
    content: '';
    bottom: -20px;
    position: absolute;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.1) 0%, transparent 70%);
    width: 100%;
    opacity: 0.5;
    left: 0;
    transition: all 0.4s ease;
}header .eqsa-nav-pagebar:hover::after {
    opacity: 0.7;
    transform: scaleX(0.9);
}

@media (min-width: 1400px) {header .kNTJ-head-info {
    margin: 0 auto;
    max-width: 1320px;
}header .HGjY-site-start {
    margin: 0 0.5rem;
}header .HGjY-site-start a {
    padding: 0.8rem 1.5rem;
}
}

@media (max-width: 991px) {header {
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}header .kNTJ-head-info {
    flex-wrap: wrap;
    padding: 1rem 1.5rem;
}header .eqsa-nav-pagebar {
    padding: 0.6rem 1rem;
    border-radius: 10px;
    margin-bottom: 0;
}header .LZnO-head-master {
    justify-content: flex-end;
    flex-basis: 100%;
    margin-top: 1rem;
}header .HGjY-site-start a {
    border-radius: 10px;
    padding: 0.6rem 1rem;
    font-size: calc(18px - 1px);
}header .kNTJ-head-info::before,
    header .kNTJ-head-info::after {
    display: none;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .kNTJ-head-info {
    padding: 0.8rem 1.2rem;
}header .eqsa-nav-pagebar {
    max-width: 140px;
    padding: 0.5rem 0.8rem;
}header .WyoJ-head-base img {
    max-height: 35px;
}header .LZnO-head-master {
    justify-content: flex-start;
    padding-bottom: 0.5rem;
    overflow-x: auto;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
    margin-top: 0.8rem;
}header .LZnO-head-master::-webkit-scrollbar {
    height: 3px;
}header .LZnO-head-master::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
}header .HGjY-site-start {
    flex: 0 0 auto;
    margin: 0 0.15rem;
}header .HGjY-site-start a {
    white-space: nowrap;
    font-size: calc(18px - 2px);
    padding: 0.5rem 0.8rem;
}header .HGjY-site-start::after {
    display: none;
}header .eqsa-nav-pagebar::after {
    display: none;
}
}

@media (max-width: 479px) {header .kNTJ-head-info {
    padding: 0.7rem 1rem;
}header .eqsa-nav-pagebar {
    padding: 0.4rem 0.7rem;
    max-width: 120px;
}header .HGjY-site-start a {
    font-size: calc(18px - 3px);
    padding: 0.4rem 0.6rem;
}}.DtVm-service-info {
    padding: 100px 0;
    position: relative;
    background: linear-gradient(180deg, rgb(233,230,225) 0%, rgba(rgb(208,201,191), 0.03) 100%);
    overflow: hidden;
}.DtVm-service-info::before {
    left: 0;
    position: absolute;
    background: 
    radial-gradient(circle at 20% 30%, rgba(rgb(173,164,152), 0.07) 0%, transparent 25%),
    radial-gradient(circle at 80% 70%, rgba(rgb(208,201,191), 0.07) 0%, transparent 25%);
    bottom: 0;
    z-index: 1;
    content: "";
    top: 0;
    right: 0;
}.DtVm-service-info::after {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    background: 
    linear-gradient(45deg, transparent 49%, rgba(rgb(208,201,191), 0.03) 49%, rgba(rgb(208,201,191), 0.03) 51%, transparent 51%) 0 0 / 40px 40px,
    linear-gradient(-45deg, transparent 49%, rgba(rgb(173,164,152), 0.03) 49%, rgba(rgb(173,164,152), 0.03) 51%, transparent 51%) 0 0 / 40px 40px;
    width: 100%;
    z-index: 2;
    content: "";
    opacity: 0.6;
}.DtVm-service-info .container {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 10;
    position: relative;
}.DtVm-service-info .Djix-msg-block {
    display: grid;
    overflow: hidden;
    position: relative;
    background: #ffffff;
    border-radius: 18px;
    padding: 0;
    grid-gap: 40px;
    box-shadow: 0 20px 60px rgba(#000000, 0.08);
    grid-template-columns: repeat(12, 1fr);
}.DtVm-service-info h3 {
    padding: 30px 40px;
    grid-column: 1 / -1;
    font-size: 30px;
    margin: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: rgb(208,201,191);
    font-weight: 700;
    color: #ffffff;
    position: relative;
}.DtVm-service-info h3::after {
    background: linear-gradient(90deg, rgb(173,164,152), transparent);
    bottom: 0;
    height: 6px;
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
}.DtVm-service-info .CyFP-contact-now {
    grid-column: 1 / -1;
    padding-top: 40px;
    color: #000000;
    font-size: 13px;
    line-height: 1.6;
    padding: 0 40px;
    margin: 0;
}.DtVm-service-info .BguN-learn-form {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    padding: 0 40px 40px;
    grid-column: 1 / -1;
    display: grid;
    grid-gap: 20px;
}.DtVm-service-info .BguN-learn-form span {
    position: relative;
    border-radius: 10px;
    background: rgba(rgb(233,230,225), 0.5);
    display: flex;
    flex-direction: column;
    border-left: 4px solid transparent;
    padding: 25px 30px;
    transition: all 0.3s ease;
}.DtVm-service-info .BguN-learn-form span:hover {
    background: rgba(rgb(208,201,191), 0.05);
    transform: translateX(5px);
}.DtVm-service-info .BguN-learn-form span p {
    font-size: 13px;
    font-weight: 600;
    color: #000000;
    position: relative;
}.DtVm-service-info .BguN-learn-form span p::before {
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    height: 16px;
    opacity: 0.2;
    top: 50%;
    width: 16px;
    content: "";
    border-radius: 4px;
    background: rgb(208,201,191);
}.DtVm-service-info .BguN-learn-form span span {
    padding: 0;
    border: none;
    transform: none;
    background: transparent;
    font-weight: 400;
    display: inline-block;
    margin: 0;
}.DtVm-service-info .BguN-learn-form span span:hover {
    border-left: none;
    transform: none;
    background: transparent;
}.DtVm-service-info .BguN-learn-form span a {
    position: relative;
    font-weight: 600;
    display: inline-block;
    color: rgb(208,201,191);
    text-decoration: none;
    transition: all 0.3s ease;
}.DtVm-service-info .BguN-learn-form span a:hover {
    color: rgb(173,164,152);
}.DtVm-service-info .BguN-learn-form span a::after {
    left: 0;
    width: 100%;
    height: 1px;
    transition: all 0.3s ease;
    position: absolute;
    opacity: 0.5;
    bottom: -2px;
    background: rgb(208,201,191);
    content: "";
}.DtVm-service-info .BguN-learn-form span a:hover::after {
    background: rgb(173,164,152);
    opacity: 1;
    height: 2px;
}.DtVm-service-info .fkqC-quick-request {
    background: rgba(rgb(208,201,191), 0.03);
    border-radius: 10px;
    padding: 30px;
    grid-column: 1 / -1;
    margin: 20px 40px 40px;
}.DtVm-service-info .fkqC-quick-request h4 {
    position: relative;
    margin: 0 0 20px 0;
    border-bottom: 1px solid rgba(rgb(208,201,191), 0.1);
    font-weight: 700;
    color: rgb(208,201,191);
    padding-bottom: 10px;
    font-size: 18px;
}.DtVm-service-info .fkqC-quick-request h4::after {
    width: 100px;
    height: 2px;
    position: absolute;
    bottom: -1px;
    left: 0;
    background: rgb(208,201,191);
    content: "";
}.DtVm-service-info .fkqC-quick-request span {
    align-items: center;
    transform: none;
    background: transparent;
    grid-template-columns: 1fr auto;
    padding: 10px 0;
    transition: all 0.3s ease;
    display: grid;
    border-bottom: 1px dashed rgba(#000000, 0.1);
    color: #000000;
    border-left: none;
}.DtVm-service-info .fkqC-quick-request span:last-child {
    border-bottom: none;
}.DtVm-service-info .fkqC-quick-request span:hover {
    transform: none;
    background: rgba(rgb(208,201,191), 0.02);
    padding-left: 10px;
    border-left: none;
}@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

@keyframes pulse {
  0%, 100% {
    opacity: 0.5;
  }
  50% {
    opacity: 0.8;
  }
}

.DtVm-service-info .Djix-msg-block::before {
    animation: float 8s ease-in-out infinite, pulse 6s ease-in-out infinite;
    position: absolute;
    border-radius: 50%;
    opacity: 0.05;
    height: 200px;
    z-index: 1;
    content: "";
    background: rgb(208,201,191);
    top: -100px;
    width: 200px;
    right: -100px;
}.DtVm-service-info .Djix-msg-block::after {
    left: -75px;
    background: rgb(173,164,152);
    bottom: -75px;
    content: "";
    opacity: 0.05;
    width: 150px;
    z-index: 1;
    height: 150px;
    animation: float 8s ease-in-out infinite reverse, pulse 6s ease-in-out infinite reverse;
    border-radius: 50%;
    position: absolute;
}

@media (max-width: 1024px) {.DtVm-service-info {
    padding: 80px 0;
}.DtVm-service-info .Djix-msg-block {
    grid-gap: 30px;
}.DtVm-service-info h3 {
    padding: 25px 30px;
}.DtVm-service-info .CyFP-contact-now {
    padding-top: 30px;
    padding: 0 30px;
}.DtVm-service-info .BguN-learn-form {
    padding: 0 30px 30px;
}.DtVm-service-info .fkqC-quick-request {
    margin: 10px 30px 30px;
}
}

@media (max-width: 768px) {.DtVm-service-info {
    padding: 60px 0;
}.DtVm-service-info h3 {
    font-size: calc(30px - 2px);
    padding: 20px 25px;
}.DtVm-service-info .CyFP-contact-now {
    padding-top: 25px;
    padding: 0 25px;
}.DtVm-service-info .BguN-learn-form {
    padding: 0 25px 25px;
    grid-template-columns: 1fr;
}.DtVm-service-info .fkqC-quick-request {
    margin: 10px 25px 25px;
    padding: 20px;
}.DtVm-service-info .fkqC-quick-request span {
    padding: 8px 0;
}
}

@media (max-width: 576px) {.DtVm-service-info {
    padding: 50px 0;
}.DtVm-service-info h3 {
    padding: 15px 20px;
    font-size: calc(30px - 4px);
}.DtVm-service-info .CyFP-contact-now {
    padding: 0 20px;
    padding-top: 20px;
    font-size: calc(13px - 1px);
}.DtVm-service-info .BguN-learn-form {
    padding: 0 20px 20px;
    grid-gap: 15px;
}.DtVm-service-info .BguN-learn-form span {
    padding: 20px;
}.DtVm-service-info .fkqC-quick-request {
    padding: 15px;
    margin: 10px 20px 20px;
}.DtVm-service-info .fkqC-quick-request h4 {
    padding-bottom: 8px;
    font-size: calc(18px - 2px);
    margin-bottom: 15px;
}.DtVm-service-info .fkqC-quick-request span {
    font-size: calc(13px - 1px);
    padding: 6px 0;
}}

.DtVm-service-info .BguN-learn-form span::after {
    border-style: solid;
    top: 0;
    width: 0;
    border-color: transparent rgba(rgb(208,201,191), 0.1) transparent transparent;
    border-width: 0 20px 20px 0;
    height: 0;
    transition: all 0.3s ease;
    position: absolute;
    right: 0;
    content: "";
    opacity: 0;
}.DtVm-service-info .BguN-learn-form span:hover::after {
    opacity: 1;
}.DtVm-service-info .BguN-learn-form span:nth-child(odd) {
    transform: translateY(0) rotate(0);
    transition: all 0.5s ease;
}.DtVm-service-info .BguN-learn-form span:nth-child(odd):hover {
    transform: translateX(5px) translateY(-3px) rotate(0.5deg);
}.DtVm-service-info .BguN-learn-form span:nth-child(even) {
    transform: translateY(0) rotate(0);
    transition: all 0.5s ease;
}.DtVm-service-info .BguN-learn-form span:nth-child(even):hover {
    transform: translateX(5px) translateY(3px) rotate(-0.5deg);
}.DtVm-service-info .BguN-learn-form span svg {
    width: 20px;
    transition: all 0.3s ease;
    top: 50%;
    position: absolute;
    fill: rgb(208,201,191);
    height: 20px;
    opacity: 0.8;
    transform: translateY(-50%);
    left: 0;
}.DtVm-service-info .BguN-learn-form span svg path {
    fill: rgb(208,201,191);
}.DtVm-service-info .BguN-learn-form span:hover svg {
    transform: translateY(-50%) scale(1.1);
    fill: rgb(173,164,152);
}.DtVm-service-info .BguN-learn-form span svg path {
    transition: all 0.3s ease;
    stroke: #000000;
    stroke-width: 1;
    stroke-opacity: 0.2;
}.DtVm-service-info .BguN-learn-form span:hover svg path {
    stroke: rgb(173,164,152);
    stroke-opacity: 0.5;
}.DtVm-service-info .BguN-learn-form span p svg {
    top: 50%;
    left: 0;
    position: absolute;
    width: 16px;
    height: 16px;
    fill: rgb(208,201,191);
    transform: translateY(-50%);
}.DtVm-service-info .fkqC-quick-request h4 svg {
    vertical-align: middle;
    width: 18px;
    height: 18px;
    fill: rgb(208,201,191);
    margin-right: 8px;
}

@media (max-width: 768px) {.DtVm-service-info .BguN-learn-form span svg {
    width: 18px;
    height: 18px;
}.DtVm-service-info .BguN-learn-form span p svg {
    height: 14px;
    width: 14px;
}.DtVm-service-info .fkqC-quick-request h4 svg {
    width: 16px;
    margin-right: 6px;
    height: 16px;
}
}

@media (max-width: 576px) {.DtVm-service-info .BguN-learn-form span svg {
    height: 16px;
    width: 16px;
}.DtVm-service-info .BguN-learn-form span p svg {
    height: 12px;
    width: 12px;
}.DtVm-service-info .fkqC-quick-request h4 svg {
    height: 14px;
    width: 14px;
    margin-right: 5px;
}}.RpNy-instructional-approach {
    overflow: hidden;
    padding: 7rem 0;
    background: linear-gradient(135deg, rgb(233,230,225) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
}.RpNy-instructional-approach::before {
    animation: floatEffect 12s infinite alternate ease-in-out;
    opacity: 0.15;
    position: absolute;
    transform: rotate(-15deg) skewX(-15deg);
    border-radius: 10px;
    height: 70%;
    right: -5%;
    filter: blur(20px);
    background: linear-gradient(45deg, rgb(208,201,191,0.5) 0%, rgb(173,164,152) 100%);
    content: "";
    width: 40%;
    top: -10%;
}.RpNy-instructional-approach::after {
    filter: blur(15px);
    content: "";
    opacity: 0.1;
    position: absolute;
    width: 30%;
    transform: rotate(10deg) skewX(10deg);
    bottom: -5%;
    height: 60%;
    left: -5%;
    border-radius: 10px;
    background: linear-gradient(-45deg, rgb(208,201,191) 0%, rgb(173,164,152,0.5) 100%);
    animation: floatEffect 15s infinite alternate-reverse ease-in-out;
}.RpNy-instructional-approach .container.iSyY-smart-learning {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    backdrop-filter: blur(10px);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.98));
    padding: 3rem;
    z-index: 2;
    position: relative;
    max-width: 1140px;
    border-left: 4px solid rgb(208,201,191);
    margin: 0 auto;
    transform: perspective(1000px) rotateY(-2deg);
}.RpNy-instructional-approach .container.iSyY-smart-learning:hover {
    transform: perspective(1000px) rotateY(0deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 0 10px 20px rgba(0, 0, 0, 0.06);
}.RpNy-instructional-approach .container.iSyY-smart-learning > div {
    position: relative;
}.RpNy-instructional-approach h3 {
    transform: translateX(-10px);
    animation: slideIn 0.6s forwards 0.2s cubic-bezier(0.19, 1, 0.22, 1);
    color: #000000;
    margin-bottom: 1.5rem;
    font-size: calc(35px * 0.9);
    opacity: 0;
    position: relative;
    font-weight: 700;
}.RpNy-instructional-approach h3::after {
    content: "";
    animation: lineGrow 0.8s forwards 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    left: 0;
    background: linear-gradient(to right, rgb(208,201,191), rgb(173,164,152));
    bottom: -10px;
    height: 3px;
    position: absolute;
    transform-origin: left;
    transform: scaleX(0);
    width: 60px;
}.RpNy-instructional-approach p {
    opacity: 0;
    font-size: 15px;
    color: #000000;
    margin-top: 2rem;
    transform: translateY(20px);
    line-height: 1.8;
    position: relative;
    animation: fadeUp 0.8s forwards 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}.RpNy-instructional-approach p span {
    padding-left: 1rem;
    position: relative;
    display: inline-block;
}.RpNy-instructional-approach p span::before {
    position: absolute;
    background: linear-gradient(to bottom, rgb(208,201,191), transparent);
    left: 0;
    content: "";
    height: calc(100% - 1.2rem);
    top: 0.6rem;
    width: 2px;
}

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

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

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

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

@media (max-width: 991px) {.RpNy-instructional-approach {
    padding: 5rem 0;
}.RpNy-instructional-approach .container.iSyY-smart-learning {
    transform: perspective(1000px) rotateY(-1deg);
    padding: 2.5rem;
}.RpNy-instructional-approach h3 {
    font-size: calc(35px * 0.8);
}
}

@media (max-width: 767px) {.RpNy-instructional-approach {
    padding: 4rem 0;
}.RpNy-instructional-approach .container.iSyY-smart-learning {
    transform: none;
    padding: 2rem;
    border-left: 3px solid rgb(208,201,191);
}.RpNy-instructional-approach h3 {
    font-size: calc(35px * 0.7);
    margin-bottom: 1.2rem;
}.RpNy-instructional-approach h3::after {
    height: 2px;
    width: 50px;
}.RpNy-instructional-approach p {
    font-size: calc(15px * 0.95);
    margin-top: 1.5rem;
}
}

@media (max-width: 575px) {.RpNy-instructional-approach {
    padding: 3rem 0;
}.RpNy-instructional-approach .container.iSyY-smart-learning {
    padding: 1.5rem;
    margin: 0 1rem;
}.RpNy-instructional-approach h3 {
    margin-bottom: 1rem;
    font-size: calc(35px * 0.6);
}.RpNy-instructional-approach p {
    font-size: calc(15px * 0.9);
    line-height: 1.6;
    margin-top: 1.2rem;
}.RpNy-instructional-approach p span {
    padding-left: 0.8rem;
}.RpNy-instructional-approach p span::before {
    top: 0.5rem;
    width: 1px;
    height: calc(100% - 1rem);
}
}

@media (prefers-reduced-motion) {.RpNy-instructional-approach::before,
    .RpNy-instructional-approach::after,
    .RpNy-instructional-approach .container.iSyY-smart-learning,
    .RpNy-instructional-approach h3,
    .RpNy-instructional-approach h3::after,
    .RpNy-instructional-approach p {
    animation: none;
    transform: none;
    opacity: 1;
}.RpNy-instructional-approach .container.iSyY-smart-learning:hover {
    transform: none;
}
}

@media (hover: hover) {.RpNy-instructional-approach .container.iSyY-smart-learning {
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}.RpNy-instructional-approach .container.iSyY-smart-learning:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}}.Tpwc-title-section {
    overflow: hidden;
    padding: 80px 0;
    margin: 0;
    background: linear-gradient(135deg, rgb(233,230,225) 0%, rgba(94,170,168,0.1) 100%);
    position: relative;
}.Tpwc-title-section::before {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    background-image: 
        linear-gradient(30deg, rgba(94,170,168,0.03) 1px, transparent 1px),
        linear-gradient(120deg, rgba(94,170,168,0.03) 1px, transparent 1px);
    content: "";
    background-size: 60px 60px;
    left: 0;
    z-index: 1;
    opacity: 0.8;
}.Tpwc-title-section::after {
    width: 70%;
    transform: rotate(-15deg);
    content: "";
    background: radial-gradient(ellipse at center, rgba(94,170,168,0.15) 0%, transparent 70%);
    z-index: 1;
    top: -50%;
    height: 200%;
    right: -20%;
    position: absolute;
}.Tpwc-title-section .iSyY-smart-learning {
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
    display: flex;
    margin: 0 auto;
    flex-direction: column-reverse;
    z-index: 2;
}.Tpwc-title-section .UCjV-text-body-wrap {
    width: 100%;
    padding: 30px 0;
    transform: translateZ(0);
}.Tpwc-title-section h1 {
    font-size: 36px;
    line-height: 1.3;
    opacity: 0;
    color: rgb(208,201,191);
    position: relative;
    animation: slideInTitle 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.2s;
    font-weight: 700;
    transform: translateX(-5px);
    margin-bottom: 20px;
}.Tpwc-title-section h1::after {
    background: rgb(208,201,191);
    content: "";
    bottom: -10px;
    position: absolute;
    height: 3px;
    transform: scaleX(0);
    width: 60px;
    transform-origin: left;
    left: 0;
    animation: expandLine 0.6s ease-out forwards 0.8s;
}.Tpwc-title-section .HhOl-main-title {
    position: relative;
    opacity: 0;
    animation: fadeInUp 0.8s ease-out forwards 0.5s;
    margin-bottom: 30px;
    transform: translateY(20px);
}.Tpwc-title-section .HhOl-main-title p {
    color: #000000;
    font-size: calc(16px * 1.05);
    position: relative;
    line-height: 1.6;
    padding-left: 15px;
    border-left: 3px solid rgba(94,170,168,0.3);
    margin-top: 25px;
}.Tpwc-title-section .HhOl-main-title svg {
    height: 80px;
    width: 80px;
    margin-top: 10px;
    transform: translateZ(0);
    position: relative;
    filter: drop-shadow(0 4px 6px rgba(0,0,0,0.1));
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.Tpwc-title-section .HhOl-main-title svg:hover {
    transform: translateZ(0) scale(1.05) rotate(2deg);
}.Tpwc-title-section .HhOl-main-title svg g {
    transition: transform 0.4s ease;
}.Tpwc-title-section .HhOl-main-title svg:hover g {
    transform: translate(30.89265,30.89265) scale(0.75);
}.Tpwc-title-section .HhOl-main-title svg path {
    fill: rgb(94,170,168);
    transition: fill 0.3s ease;
}.Tpwc-title-section .HhOl-main-title svg:hover path {
    fill: rgba(94,170,168,0.9);
}.Tpwc-title-section .HhOl-main-title svg text {
    transition: fill 0.3s ease, font-weight 0.3s ease;
    font-family: Arial, sans-serif;
}.Tpwc-title-section .HhOl-main-title svg:hover text {
    fill: rgb(74,150,148);
}.Tpwc-title-section ul {
    animation: fadeInUp 0.8s ease-out forwards 0.7s;
    transform: translateY(20px);
    list-style: none;
    opacity: 0;
    padding: 0;
    margin: 30px 0 0 0;
}.Tpwc-title-section ul li {
    display: inline-block;
}.Tpwc-title-section .jNBb-feedback-form {
    font-size: 14px;
    display: inline-block;
    position: relative;
    border: none;
    padding: 14px 28px;
    background: rgb(208,201,191);
    color: #ffffff;
    box-shadow: 0 6px 15px -5px rgba(94,170,168,0.4);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    text-decoration: none;
    font-weight: 600;
    transform: perspective(1px) translateZ(0);
    overflow: hidden;
}.Tpwc-title-section .jNBb-feedback-form::before {
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
    position: absolute;
    content: "";
    background: linear-gradient(45deg, rgba(255,255,255,0.1), rgba(255,255,255,0));
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    bottom: 0;
    transform: translateX(-100%);
}.Tpwc-title-section .jNBb-feedback-form:hover {
    transform: translateY(-2px) translateZ(0);
    box-shadow: 0 8px 20px -4px rgba(94,170,168,0.6);
}.Tpwc-title-section .jNBb-feedback-form:hover::before {
    transform: translateX(100%);
}.Tpwc-title-section .XgNm-img-center {
    height: 300px;
    opacity: 0;
    position: relative;
    transform: translateY(20px) rotate(-2deg);
    animation: fadeInPhoto 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.3s;
    width: 100%;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
    border: 8px solid #ffffff;
}.Tpwc-title-section .XgNm-img-center::before {
    content: "";
    z-index: 1;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, 
        rgba(94,170,168,0.2) 0%,
        rgba(0,0,0,0) 40%,
        rgba(0,0,0,0.3) 100%);
    top: 0;
}.Tpwc-title-section .XgNm-img-center::after {
    position: absolute;
    z-index: 2;
    top: -30%;
    content: "";
    right: -30%;
    width: 100%;
    background: radial-gradient(circle, rgba(255,255,255,0.2) 0%, transparent 70%);
    height: 100%;
}

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

@keyframes expandLine {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}

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

@keyframes fadeInPhoto {
    from {
        opacity: 0;
        transform: translateY(30px) rotate(-2deg);
    }
    to {
        opacity: 1;
        transform: translateY(0) rotate(-2deg);
    }
}

@media (min-width: 768px) {.Tpwc-title-section {
    padding: 100px 0;
}.Tpwc-title-section .iSyY-smart-learning {
    align-items: center;
    gap: 40px;
    flex-direction: row;
}.Tpwc-title-section .UCjV-text-body-wrap {
    width: 50%;
    padding: 0;
}.Tpwc-title-section h1 {
    font-size: calc(36px * 1.1);
}.Tpwc-title-section .XgNm-img-center {
    transform: translateY(0) rotate(-2deg);
    height: 400px;
    width: 50%;
}.Tpwc-title-section .HhOl-main-title svg {
    width: 90px;
    height: 90px;
}
}

@media (min-width: 992px) {.Tpwc-title-section {
    padding: 120px 0;
}.Tpwc-title-section .iSyY-smart-learning {
    gap: 60px;
}.Tpwc-title-section h1 {
    font-size: calc(48px * 0.9);
    margin-bottom: 30px;
}.Tpwc-title-section .HhOl-main-title p {
    margin-top: 30px;
    font-size: calc(16px * 1.1);
}.Tpwc-title-section .XgNm-img-center {
    height: 450px;
    transform: translateY(0) rotate(-3deg);
}.Tpwc-title-section .HhOl-main-title svg {
    height: 100px;
    width: 100px;
}.Tpwc-title-section .jNBb-feedback-form {
    padding: 16px 32px;
}
}

@media (min-width: 1200px) {.Tpwc-title-section .iSyY-smart-learning {
    gap: 80px;
}.Tpwc-title-section h1 {
    font-size: 48px;
}.Tpwc-title-section .XgNm-img-center {
    transform: perspective(1000px) rotateY(-5deg) rotateX(2deg) rotate(-2deg);
    height: 500px;
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}.Tpwc-title-section .XgNm-img-center:hover {
    transform: perspective(1000px) rotateY(-2deg) rotateX(1deg) rotate(-1deg);
}
}