* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}header,footer {
    width: 100%;
}svg {
    height: 30px;
    width: 30px;
}.header-master-30 {
    flex: 1 0 auto;
}.milestone-cta-6g {
    flex: 0 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}.grid-container-qj {
    flex-direction: column;
    min-height: 100%;
    display: flex;
    height: 100%;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1271px;
}html,body {
    height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
    min-height: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.homepage-Py {
    background: linear-gradient(135deg, rgb(198,210,212,0.5), rgb(234,238,239));
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    display: flex;
}.homepage-Py::before {
    left: 0;
    content: "";
    z-index: 1;
    top: 0;
    height: 100%;
    background: 
    radial-gradient(circle at 20% 30%, rgb(161,175,179,0.5) 0%, transparent 40%),
    radial-gradient(circle at 80% 70%, rgb(198,210,212,0.5) 0%, transparent 40%);
    position: absolute;
    pointer-events: none;
    width: 100%;
}.homepage-Py::after {
    z-index: 0;
    top: -50%;
    height: 100%;
    transform: rotate(-15deg);
    content: "";
    filter: blur(60px);
    right: -50%;
    width: 100%;
    position: absolute;
    background: rgb(255, 255, 255, 0.5);
}.homepage-Py .main-title-u2 {
    position: relative;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 
    20px 20px 60px rgba(0, 0, 0, 0.1),
    -20px -20px 60px rgba(255, 255, 255, 0.1),
    inset 5px 5px 10px rgba(255, 255, 255, 0.05),
    inset -5px -5px 10px rgba(0, 0, 0, 0.05);
    border-radius: 21px;
    width: 90%;
    grid-template-columns: 1fr;
    display: grid;
    max-width: 1200px;
    padding: 3rem 2rem;
    transform: perspective(1000px) rotateX(2deg);
    backdrop-filter: blur(10px);
    z-index: 2;
    gap: 3rem;
}.homepage-Py .main-title-u2:hover {
    transform: perspective(1000px) rotateX(0deg);
}.homepage-Py h3 {
    transition: transform 0.6s ease-out, opacity 0.6s ease-out;
    opacity: 1;
    position: relative;
    font-weight: 600;
    transform: translateY(0);
    max-width: 100%;
    padding-left: 1.5rem;
    line-height: 1.4;
    color: #000000;
    margin-bottom: 1.5rem;
    font-size: calc(19px * 1.1);
}.homepage-Py h3::before {
    height: calc(100% - 0.5em);
    left: 0;
    border-radius: 10px;
    content: "";
    background: linear-gradient(to bottom, rgb(198,210,212), rgb(161,175,179));
    position: absolute;
    top: 0.25em;
    width: 5px;
}.homepage-Py h1 {
    position: relative;
    color: rgb(198,210,212);
    margin-bottom: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
    transform: translateX(0);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    font-size: 46px;
}.homepage-Py h1::after {
    height: 4px;
    transform: scaleX(0.7);
    left: 0;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    bottom: -0.5rem;
    content: "";
    transform-origin: left;
    background: linear-gradient(90deg, rgb(198,210,212), rgb(161,175,179));
    width: 80px;
    border-radius: 10px;
    position: absolute;
}.homepage-Py h1:hover::after {
    transform: scaleX(1);
}.homepage-Py .skill-training-rT {
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
}.homepage-Py .skill-training-rT > div {
    border-radius: 21px;
    box-shadow: 
    10px 10px 30px rgba(0, 0, 0, 0.1),
    -10px -10px 30px rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.5s ease;
}.homepage-Py .skill-training-rT > div::before {
    mix-blend-mode: overlay;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
    background: linear-gradient(135deg, rgb(198,210,212,0.5), transparent);
    content: "";
    left: 0;
}.homepage-Py .skill-training-rT > div:hover {
    box-shadow: 
    15px 15px 40px rgba(0, 0, 0, 0.15),
    -15px -15px 40px rgba(255, 255, 255, 0.15);
    transform: translateY(-5px);
}.homepage-Py p {
    background: rgba(0, 0, 0, 0.4);
    font-size: calc(13px * 1.1);
    z-index: 2;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    line-height: 1.6;
    position: relative;
    color: #ffffff;
    padding: 2.5rem;
    backdrop-filter: blur(3px);
    margin: 0;
}

@media (min-width: 768px) {.homepage-Py .main-title-u2 {
    grid-template-columns: 0.8fr 1.2fr;
    padding: 4rem;
    transform: perspective(1500px) rotateX(3deg) rotateY(-2deg);
    gap: 2rem;
}.homepage-Py .main-title-u2:hover {
    transform: perspective(1500px) rotateX(0deg) rotateY(0deg);
}.homepage-Py h3 {
    transform: translateY(2rem);
    opacity: 0.8;
    padding-left: 2rem;
    font-size: calc(19px * 1.2);
}.homepage-Py .main-title-u2:hover h3 {
    transform: translateY(0);
    opacity: 1;
}.homepage-Py h3::before {
    width: 8px;
    border-radius: 10px;
}.homepage-Py h1 {
    font-size: calc(46px * 1.1);
    transform: translateX(-2rem);
}.homepage-Py .main-title-u2:hover h1 {
    transform: translateX(0);
}.homepage-Py h1::after {
    width: 100px;
    height: 6px;
}.homepage-Py p {
    padding: 3rem;
    font-size: calc(13px * 1.2);
}
}

@media (min-width: 992px) {.homepage-Py .main-title-u2 {
    padding: 5rem;
    grid-template-columns: 0.7fr 1.3fr;
    gap: 4rem;
}.homepage-Py h3 {
    font-size: calc(19px * 1.3);
}.homepage-Py h1 {
    letter-spacing: -0.03em;
    font-size: calc(46px * 1.2);
}.homepage-Py p {
    font-size: calc(13px * 1.3);
}.homepage-Py .skill-training-rT > div {
    will-change: transform, box-shadow;
    transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.7s ease;
}
}

@media (min-width: 1200px) {.homepage-Py {
    animation: gradientAnimation 15s ease infinite;
    background: linear-gradient(150deg, rgb(198,210,212,0.5), rgb(234,238,239), rgb(161,175,179,0.5));
    background-size: 300% 300%;
}@keyframes gradientAnimation {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
  }
  
  .homepage-Py .main-title-u2 {
    transform: perspective(2000px) rotateX(4deg) rotateY(-3deg);
}.homepage-Py .main-title-u2:hover {
    transform: perspective(2000px) rotateX(0) rotateY(0);
}.homepage-Py .skill-training-rT {
    transform: translateY(20px);
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.8s ease;
    opacity: 0.9;
}.homepage-Py .main-title-u2:hover .skill-training-rT {
    transform: translateY(0);
    opacity: 1;
}}.statistics-information-ri {
    display: flex;
    padding: 0;
    background-color: #000000;
    flex-direction: column;
    overflow: hidden;
    position: relative;
}.statistics-information-ri::after {
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.03) 10px, rgba(255, 255, 255, 0.03) 12px),
        repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.03) 10px, rgba(255, 255, 255, 0.03) 12px);
    width: 100%;
    z-index: 2;
    content: "";
    pointer-events: none;
    top: 0;
    height: 100%;
    position: absolute;
    left: 0;
}.statistics-information-ri::before {
    background-size: auto, auto, auto, 100px 100px, 50px 50px, 50px 50px;
    z-index: 1;
    background: 
        linear-gradient(90deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.6) 100%),
        radial-gradient(circle at 15% 50%, rgb(198,210,212,0.5) 0%, transparent 25%),
        radial-gradient(circle at 85% 30%, rgb(161,175,179,0.5) 0%, transparent 25%),
        linear-gradient(0deg, transparent 24%, rgba(255, 255, 255, 0.02) 25%, rgba(255, 255, 255, 0.02) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, 0.02) 75%, rgba(255, 255, 255, 0.02) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, rgba(255, 255, 255, 0.02) 25%, rgba(255, 255, 255, 0.02) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, 0.02) 75%, rgba(255, 255, 255, 0.02) 76%, transparent 77%, transparent);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
}.statistics-information-ri .container {
    width: 100%;
    z-index: 2;
    position: relative;
    padding: 0;
    max-width: 100%;
}.statistics-information-ri .pro-extra-Yi {
    color: #ffffff;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    z-index: 3;
    background-image: 
        linear-gradient(135deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%),
        linear-gradient(225deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%),
        linear-gradient(315deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%),
        linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%);
    position: relative;
    padding: 60px 15% 60px 15%;
    background-color: rgb(198,210,212);
    margin-bottom: -50px;
    background-position: 0 0, 15px 0, 15px -15px, 0px 15px;
    width: 100%;
    background-size: 30px 30px;
}.statistics-information-ri .statistics-elevation-RV {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}.statistics-information-ri .pro-statistics-ib {
    font-size: 18px;
    max-width: 800px;
    line-height: 1.7;
}.statistics-information-ri .statistics-boosters-UQ {
    position: relative;
    background-color: rgb(234,238,239);
    background-size: 20px 20px;
    background-position: center center;
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    flex-wrap: wrap;
    padding: 100px 5% 50px;
    z-index: 2;
    display: flex;
}.statistics-information-ri .statistics-value-8q {
    margin-bottom: 50px;
    padding: 0 15px;
    width: 25%;
    position: relative;
    counter-increment: stat-counter;
}.statistics-information-ri .statistics-value-8q::before {
    font-weight: 700;
    opacity: 0.1;
    z-index: -1;
    color: rgb(198,210,212);
    top: -30px;
    content: counter(stat-counter);
    left: 15px;
    font-size: 6rem;
    position: absolute;
}.statistics-information-ri .statistics-value-8q h4 {
    font-size: 2.5rem;
    color: #000000;
    position: relative;
    font-weight: 700;
    margin-bottom: 15px;
}.statistics-information-ri .statistics-value-8q span {
    padding-bottom: 20px;
    position: relative;
    font-size: 18px;
    display: block;
    color: #000000;
}.statistics-information-ri .statistics-value-8q span::after {
    content: "";
    left: 0;
    bottom: 0;
    height: 3px;
    position: absolute;
    width: 40px;
    background-color: rgb(198,210,212);
}.statistics-information-ri .statistics-value-8q:hover span::after {
    transition: width 0.3s ease;
    width: 60px;
}.statistics-information-ri svg {
    opacity: 0.1;
    bottom: 20px;
    z-index: 1;
    height: 120px;
    width: 120px;
    right: 20px;
    position: absolute;
}.statistics-information-ri svg path {
    fill: #ffffff;
}

@media (max-width: 1200px) {.statistics-information-ri .pro-extra-Yi {
    padding: 50px 10% 60px 10%;
}.statistics-information-ri .statistics-value-8q {
    width: 33.333%;
}
}

@media (max-width: 992px) {.statistics-information-ri .pro-extra-Yi {
    padding: 50px 7% 70px 7%;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}.statistics-information-ri .statistics-boosters-UQ {
    padding: 100px 5% 40px;
}.statistics-information-ri .statistics-value-8q {
    width: 50%;
}.statistics-information-ri .statistics-value-8q::before {
    top: -25px;
    font-size: 5rem;
}.statistics-information-ri .statistics-value-8q h4 {
    font-size: 2.2rem;
}
}

@media (max-width: 767px) {.statistics-information-ri .pro-extra-Yi {
    padding: 40px 5% 60px 5%;
}.statistics-information-ri .statistics-elevation-RV {
    font-size: calc(32px * 0.9);
}.statistics-information-ri .statistics-boosters-UQ {
    padding: 80px 5% 30px;
}.statistics-information-ri .statistics-value-8q {
    width: 100%;
    margin-bottom: 40px;
}.statistics-information-ri .statistics-value-8q::before {
    font-size: 4.5rem;
}.statistics-information-ri svg {
    width: 80px;
    height: 80px;
}
}

@media (max-width: 576px) {.statistics-information-ri .pro-extra-Yi {
    margin-bottom: -25px;
    padding: 30px 5% 50px 5%;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
}.statistics-information-ri .statistics-elevation-RV {
    font-size: calc(32px * 0.8);
    margin-bottom: 15px;
}.statistics-information-ri .pro-statistics-ib {
    font-size: calc(18px * 0.95);
}.statistics-information-ri .statistics-boosters-UQ {
    padding: 60px 5% 20px;
}.statistics-information-ri .statistics-value-8q::before {
    font-size: 4rem;
    top: -20px;
}.statistics-information-ri .statistics-value-8q h4 {
    font-size: 2rem;
}.statistics-information-ri svg {
    right: 10px;
    bottom: 10px;
    width: 60px;
    height: 60px;
}}.training-method-x5 {
    padding: 170px 0 150px;
    position: relative;
    background: linear-gradient(135deg, rgb(234,238,239) 0%, rgb(161,175,179,0.5) 120%);
    overflow: visible;
}.training-method-x5::before {
    top: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    content: '';
    left: 0;
    opacity: 0.05;
    position: absolute;
    background: rgb(198,210,212,0.5);
}.training-method-x5 .knowledge-hub-Gr {
    max-width: 1200px;
    padding: 0 20px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
}.training-method-x5 .text-holder-item-2i {
    position: relative;
    width: 100%;
    transform: perspective(1000px) rotateX(2deg);
}.training-method-x5 .text-holder-item-2i h2 {
    backdrop-filter: blur(10px);
    z-index: 4;
    font-size: 38px;
    width: 40%;
    position: relative;
    background: rgb(198,210,212,0.5);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    text-align: center;
    color: #ffffff;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    padding: 35px 40px;
    font-weight: 700;
    margin: 0 auto 80px;
}.training-method-x5 .text-holder-item-2i p {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    font-size: 13px;
    width: 70%;
    padding: 50px 60px;
    backdrop-filter: blur(15px);
    background: rgba(255, 255, 255, 0.07);
    color: #ffffff;
    position: relative;
    margin: 0 auto;
    border-radius: 25px;
    line-height: 1.8;
    z-index: 3;
}.training-method-x5 .text-holder-item-2i::before {
    background: linear-gradient(to bottom, rgb(198,210,212), transparent);
    height: 60px;
    z-index: 3;
    position: absolute;
    top: calc(38px * 2 + 70px);
    width: 2px;
    content: '';
    left: 50%;
}.training-method-x5 .text-holder-item-2i::after {
    width: 200px;
    right: 10%;
    top: -100px;
    background: rgb(198,210,212);
    border-radius: 50%;
    position: absolute;
    filter: blur(70px);
    height: 200px;
    opacity: 0.03;
    content: '';
    animation: pulse-subtle 15s infinite alternate;
}.training-method-x5 .text-holder-item-2i h2::before {
    position: absolute;
    left: -20%;
    width: 140%;
    opacity: 0.2;
    content: '';
    bottom: -5px;
    height: 10px;
    background: rgb(198,210,212);
    filter: blur(10px);
}.training-method-x5 .text-holder-item-2i h2::after {
    margin-left: -10px;
    opacity: 0.7;
    width: 20px;
    bottom: -40px;
    content: '';
    background: rgb(198,210,212);
    z-index: 5;
    position: absolute;
    box-shadow: 0 0 15px rgb(198,210,212,0.5);
    border-radius: 50%;
    height: 20px;
    left: 50%;
}.training-method-x5 .text-holder-item-2i p::before {
    content: '';
    opacity: 0.3;
    left: 5%;
    width: 90%;
    height: 1px;
    position: absolute;
    top: 20px;
    background: linear-gradient(90deg, transparent, rgb(198,210,212,0.5), transparent);
}.training-method-x5 .text-holder-item-2i p::after {
    content: '';
    bottom: 20px;
    left: 15%;
    background: linear-gradient(90deg, transparent, rgb(198,210,212,0.5), transparent);
    position: absolute;
    height: 1px;
    width: 70%;
    opacity: 0.3;
}.training-method-x5::after {
    content: '';
    width: 1px;
    background: linear-gradient(to top, rgb(198,210,212,0.5), transparent);
    opacity: 0.3;
    height: 200px;
    bottom: 0;
    z-index: 1;
    left: 50%;
    position: absolute;
}.training-method-x5 .knowledge-hub-Gr::before {
    position: absolute;
    height: 2px;
    opacity: 0.2;
    content: '';
    background: rgb(198,210,212,0.5);
    top: 40%;
    transform-origin: right center;
    left: -125px;
    z-index: 0;
    width: 250px;
    transform: rotate(30deg);
}.training-method-x5 .knowledge-hub-Gr::after {
    content: '';
    top: 40%;
    z-index: 0;
    right: -125px;
    width: 250px;
    opacity: 0.2;
    background: rgb(198,210,212,0.5);
    transform-origin: left center;
    transform: rotate(-30deg);
    position: absolute;
    height: 2px;
}

@keyframes pulse-subtle {
    0%, 100% {
        opacity: 0.03;
        transform: scale(1);
    }
    50% {
        opacity: 0.05;
        transform: scale(1.2);
    }
}

@media screen and (max-width: 1200px) {.training-method-x5 .text-holder-item-2i h2 {
    width: 50%;
}.training-method-x5 .text-holder-item-2i p {
    width: 80%;
}
}

@media screen and (max-width: 992px) {.training-method-x5 {
    padding: 140px 0 120px;
}.training-method-x5 .text-holder-item-2i h2 {
    padding: 30px 35px;
    width: 60%;
    margin-bottom: 60px;
}.training-method-x5 .text-holder-item-2i p {
    padding: 40px 50px;
    width: 90%;
}.training-method-x5 .text-holder-item-2i::before {
    height: 40px;
}
}

@media screen and (max-width: 768px) {.training-method-x5 {
    padding: 120px 0 100px;
    overflow: hidden;
}.training-method-x5 .text-holder-item-2i {
    transform: none;
}.training-method-x5 .text-holder-item-2i h2 {
    width: 80%;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    margin-bottom: 40px;
    font-size: calc(38px * 0.9);
}.training-method-x5 .text-holder-item-2i p {
    width: 100%;
    padding: 30px 40px;
}.training-method-x5 .text-holder-item-2i::before {
    height: 30px;
}.training-method-x5 .text-holder-item-2i::after,
    .training-method-x5::after,
    .training-method-x5 .knowledge-hub-Gr::before,
    .training-method-x5 .knowledge-hub-Gr::after {
    display: none;
}
}

@media screen and (max-width: 480px) {.training-method-x5 {
    padding: 100px 0 80px;
}.training-method-x5 .text-holder-item-2i h2 {
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
    padding: 25px 30px;
    font-size: calc(38px * 0.8);
    width: 100%;
}.training-method-x5 .text-holder-item-2i p {
    padding: 25px 30px;
    font-size: calc(13px * 0.9);
}.training-method-x5 .text-holder-item-2i::before {
    height: 20px;
}.training-method-x5 .text-holder-item-2i h2::after {
    width: 15px;
    margin-left: -7.5px;
    bottom: -25px;
    height: 15px;
}}.cookie-dialog-banner-Wp {
    display: flex;
    width: 100%;
    background: rgb(234,238,239);
    z-index: 100;
    position: fixed;
    border-top: 3px solid rgb(198,210,212);
    padding: 20px 0;
    bottom: 0;
    justify-content: center;
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.5);
}.privacy-ack-Ce {
    margin: auto;
    justify-content: space-between;
    display: flex;
    max-width: 1200px;
    border-radius: 13px;
    width: 90%;
    background: rgba(0, 0, 0, 0.5);
    border: 2px solid rgb(198,210,212);
    padding: 20px;
    align-items: center;
}.cookie-rules-PN {
    flex-shrink: 0;
    margin-right: 20px;
}.cookie-rules-PN svg {
    height: 50px;
    width: 50px;
    fill: rgb(198,210,212);
}.data-consent-8Y {
    flex-grow: 1;
    color: #ffffff;
    text-align: left;
}.data-consent-8Y h5 {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    color: rgb(198,210,212);
    margin-bottom: 10px;
    font-size: 23px;
}.data-consent-8Y p {
    color: #ffffff;
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
}.data-consent-8Y p a {
    color: rgb(198,210,212);
    text-decoration: underline;
}.cookies-terms-et {
    cursor: pointer;
    text-align: center;
    flex-shrink: 0;
    text-decoration: none;
    padding: 10px 20px;
    background: rgb(198,210,212);
    font-size: 15px;
    color: #ffffff;
    min-width: 120px;
    border-radius: 10px;
    border: none;
}.cookie_button.privacy-ctrl-yt {
    margin-right: 10px;
}#cookiePolicyBanner-B6 {
    display: none;
}#cookiePolicyBanner-B6:checked ~ .cookie-dialog-banner-Wp {
    opacity: 0;
    visibility: hidden;
}
@media only screen and (max-width: 1200px) {.privacy-ack-Ce {
    text-align: center;
    flex-direction: column;
    align-items: center;
}.cookie-rules-PN {
    margin-right: 0;
    margin-bottom: 20px;
}.cookies-terms-et {
    max-width: 250px;
    width: 100%;
    margin: 10px 0;
}}
header {
    background: linear-gradient(135deg, rgb(198,210,212,0.5) 0%, rgb(234,238,239) 100%);
    position: relative;
    z-index: 100;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
    overflow: visible;
    padding: 0;
    margin-top: 0;
}header::before {
    position: absolute;
    z-index: 0;
    background-image: 
        radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.3) 0%, transparent 8%),
        radial-gradient(circle at 70% 60%, rgba(255, 255, 255, 0.3) 0%, transparent 12%),
        radial-gradient(circle at 40% 80%, rgba(255, 255, 255, 0.3) 0%, transparent 10%),
        radial-gradient(circle at 80% 30%, rgba(255, 255, 255, 0.3) 0%, transparent 15%),
        radial-gradient(circle at 10% 70%, rgba(255, 255, 255, 0.3) 0%, transparent 8%);
    opacity: 0.4;
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}header::after {
    position: absolute;
    bottom: 0;
    content: '';
    background: linear-gradient(90deg, 
        transparent, 
        rgb(198,210,212,0.5), 
        transparent
    );
    width: 100%;
    opacity: 0.6;
    left: 0;
    height: 10px;
}header .head-pro-Xx {
    padding: 1.3rem 3rem;
    justify-content: space-between;
    display: flex;
    z-index: 5;
    position: relative;
    align-items: center;
}header .head-nav-rB {
    background: rgba(255, 255, 255, 0.15);
    box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.5);
    padding: 1rem;
    margin-right: 2rem;
    border-radius: 50% 30% 60% 40% / 40% 50% 30% 50%;
    transition: all 0.6s ease;
    flex: 0 0 auto;
    overflow: hidden;
    position: relative;
}header .head-nav-rB:hover {
    transform: translateY(-5px);
    box-shadow: inset 0 0 15px rgba(255, 255, 255, 0.7), 0 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 60% 40% 30% 70% / 50% 30% 60% 40%;
}header .nav-class-Rc {
    transition: all 0.4s ease;
    position: relative;
    display: block;
}header .nav-class-Rc img {
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.1));
    max-height: 38px;
}header .main-page-Y4 {
    padding: 0;
    z-index: 2;
    margin: 0;
    position: relative;
    list-style: none;
    display: flex;
}header .main-page-Y4::before {
    opacity: 0.1;
    top: -5%;
    left: -5%;
    transition: all 0.6s ease;
    border-radius: 70% 30% 50% 40% / 40% 60% 30% 50%;
    background: linear-gradient(135deg, rgb(198,210,212,0.5) 0%, transparent 100%);
    width: 110%;
    z-index: -1;
    content: '';
    height: 110%;
    position: absolute;
}header .main-page-Y4:hover::before {
    opacity: 0.2;
    border-radius: 40% 60% 30% 70% / 60% 30% 70% 40%;
}header .top-header-1a {
    position: relative;
    margin: 0 0.5rem;
}header .top-header-1a a {
    color: #000000;
    display: flex;
    justify-content: center;
    font-size: 18px;
    align-items: center;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.4s ease;
    border-radius: 60% 40% 40% 60% / 40% 50% 50% 60%;
    background: rgba(255, 255, 255, 0.1);
    z-index: 1;
    padding: 0.8rem 1.3rem;
    overflow: hidden;
    position: relative;
}header .top-header-1a a::before {
    background: linear-gradient(135deg, rgb(198,210,212,0.5) 0%, rgb(161,175,179,0.5) 100%);
    top: 0;
    position: absolute;
    left: 0;
    transition: opacity 0.4s ease;
    border-radius: inherit;
    width: 100%;
    opacity: 0;
    height: 100%;
    transform: scale(1.1);
    z-index: -1;
    content: '';
}header .top-header-1a a:hover {
    color: #ffffff;
    border-radius: 40% 60% 60% 40% / 60% 40% 60% 40%;
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}header .top-header-1a a:hover::before {
    transform: scale(1);
    opacity: 1;
}header .top-header-1a::after {
    transform: translateX(-50%) scale(0);
    bottom: -8px;
    width: 6px;
    height: 6px;
    transition: transform 0.4s ease;
    border-radius: 50%;
    left: 50%;
    opacity: 0.7;
    content: '';
    background: rgb(198,210,212);
    position: absolute;
}header .top-header-1a:hover::after {
    transform: translateX(-50%) scale(1);
}header .head-pro-Xx::before {
    width: 200px;
    opacity: 0.1;
    background: radial-gradient(circle, rgb(198,210,212,0.5) 0%, transparent 70%);
    position: absolute;
    filter: blur(30px);
    content: '';
    top: -100px;
    border-radius: 50%;
    right: -100px;
    height: 200px;
}header .head-pro-Xx::after {
    content: '';
    position: absolute;
    width: 150px;
    opacity: 0.1;
    border-radius: 50%;
    bottom: -75px;
    left: -75px;
    filter: blur(30px);
    height: 150px;
    background: radial-gradient(circle, rgb(161,175,179,0.5) 0%, transparent 70%);
}.header-master-30 {
    position: relative;
    z-index: 1;
    padding-top: 2rem;
    background: rgb(234,238,239);
}

@keyframes morphing {
    0%, 100% { border-radius: 60% 40% 30% 70% / 50% 30% 60% 40%; }
    33% { border-radius: 40% 60% 70% 30% / 30% 40% 30% 70%; }
    66% { border-radius: 30% 60% 70% 40% / 60% 30% 70% 40%; }
}

@media (min-width: 1400px) {header .head-pro-Xx {
    max-width: 1320px;
    margin: 0 auto;
}header .top-header-1a {
    margin: 0 0.7rem;
}header .top-header-1a a {
    padding: 0.8rem 1.6rem;
}
}

@media (max-width: 991px) {header .head-pro-Xx {
    padding: 1rem 2rem;
    flex-wrap: wrap;
}header .head-nav-rB {
    margin-bottom: 0;
    padding: 0.7rem;
    margin-right: 0;
}header .main-page-Y4 {
    flex-basis: 100%;
    justify-content: flex-end;
    margin-top: 1rem;
}header .top-header-1a a {
    padding: 0.6rem 1rem;
    font-size: calc(18px - 1px);
}header .main-page-Y4::before {
    display: none;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .head-pro-Xx {
    padding: 0.8rem 1.5rem;
}header .head-nav-rB {
    max-width: 140px;
    padding: 0.6rem;
    border-radius: 40% 60% 50% 50% / 40% 50% 50% 40%;
}header .nav-class-Rc img {
    max-height: 35px;
}header .main-page-Y4 {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    scrollbar-width: thin;
    padding-bottom: 0.5rem;
    margin-top: 0.8rem;
    justify-content: flex-start;
}header .main-page-Y4::-webkit-scrollbar {
    height: 3px;
}header .main-page-Y4::-webkit-scrollbar-thumb {
    background: rgb(198,210,212,0.5);
    border-radius: 10px;
}header .top-header-1a {
    flex: 0 0 auto;
    margin: 0 0.2rem;
}header .top-header-1a a {
    font-size: calc(18px - 2px);
    padding: 0.5rem 0.8rem;
    border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
    white-space: nowrap;
}header .top-header-1a::after {
    display: none;
}header::after {
    height: 5px;
}
}

@media (max-width: 479px) {header .head-pro-Xx {
    padding: 0.7rem 1.2rem;
}header .head-nav-rB {
    max-width: 120px;
    padding: 0.5rem;
}header .top-header-1a a {
    font-size: calc(18px - 3px);
    padding: 0.4rem 0.6rem;
}}.price-offer-Q9 {
    --card-hover-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    padding: 120px 0 80px;
    overflow: hidden;
    --card-transition: 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    --card-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    position: relative;
    --card-border: linear-gradient(135deg, rgb(198,210,212), rgb(161,175,179));
    --card-bg: #ffffff;
    background-color: var(--pricing-bg);
    --card-accent: rgb(198,210,212);
    --pricing-bg: #f5f7fa;
}.price-offer-Q9::before {
    content: "";
    top: -10%;
    position: absolute;
    transform: rotate(-15deg);
    z-index: 1;
    right: -5%;
    width: 35%;
    filter: blur(60px);
    opacity: 0.5;
    background: linear-gradient(135deg, rgb(198,210,212,0.5), rgb(161,175,179,0.5));
    height: 50%;
}.price-offer-Q9::after {
    bottom: -10%;
    content: "";
    left: -5%;
    filter: blur(50px);
    transform: rotate(15deg);
    z-index: 1;
    height: 40%;
    background: linear-gradient(225deg, rgb(161,175,179,0.5), rgb(198,210,212,0.5));
    position: absolute;
    width: 30%;
    opacity: 0.4;
}.price-offer-Q9 .container {
    padding: 0 20px;
    z-index: 2;
    margin: 0 auto;
    max-width: 1400px;
    position: relative;
}.price-offer-Q9 .tuition-table-aK {
    display: flex;
    flex-direction: column;
}.price-offer-Q9 .payment-plan-2E {
    margin-bottom: 60px;
    margin-left: auto;
    text-align: center;
    order: -1;
    margin-right: auto;
    max-width: 800px;
}.price-offer-Q9 .payment-plan-2E h2 {
    font-weight: 700;
    display: inline-block;
    color: #000000;
    position: relative;
    margin-bottom: 20px;
    font-size: 36px;
}.price-offer-Q9 .payment-plan-2E h2::after {
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(to right, rgb(198,210,212), rgb(161,175,179));
    position: absolute;
    content: "";
    bottom: -10px;
    width: 80px;
    height: 3px;
}.price-offer-Q9 .learn-pricing-yn {
    white-space: normal;
    line-height: 1.6;
    font-size: calc(15px + 2px);
    word-wrap: break-word;
    margin: 0 auto;
    overflow-wrap: break-word;
    max-width: 700px;
    color: #000000;
}.price-offer-Q9 .fee-deals-An {
    width: 100%;
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}.price-offer-Q9 .study-fees-AP {
    display: block;
    transform: translateY(0);
    height: 100%;
    color: inherit;
    text-decoration: none;
    transition: transform var(--card-transition);
}.price-offer-Q9 .study-fees-AP:hover {
    transform: translateY(-10px);
}.price-offer-Q9 .pricing-block-Cb {
    transition: box-shadow var(--card-transition);
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    background-color: var(--card-bg);
    box-shadow: var(--card-shadow);
    border-radius: 21px;
    overflow: hidden;
}.price-offer-Q9 .study-fees-AP:hover .pricing-block-Cb {
    box-shadow: var(--card-hover-shadow);
}.price-offer-Q9 .pricing-block-Cb::before {
    position: absolute;
    height: 5px;
    transition: transform 0.5s ease;
    transform-origin: left;
    content: "";
    left: 0;
    background: var(--card-border);
    top: 0;
    width: 100%;
    transform: scaleX(0);
}.price-offer-Q9 .study-fees-AP:hover .pricing-block-Cb::before {
    transform: scaleX(1);
}.price-offer-Q9 .payment-plans-KP {
    display: flex;
    flex-direction: column;
    z-index: 1;
    padding: 35px 30px;
    position: relative;
    flex-grow: 1;
}.price-offer-Q9 .payment-plans-KP h3 {
    margin-bottom: 15px;
    font-size: calc(19px + 2px);
    transition: color 0.3s ease;
    font-weight: 700;
    display: inline-block;
    position: relative;
    color: #000000;
}.price-offer-Q9 .study-fees-AP:hover .payment-plans-KP h3 {
    color: var(--card-accent);
}.price-offer-Q9 .package-rates-wk {
    color: var(--card-accent);
    margin-bottom: 20px;
    display: inline-block;
    font-weight: 700;
    font-size: calc(19px + 6px);
    position: relative;
}.price-offer-Q9 .package-rates-wk::after {
    bottom: -10px;
    width: 40px;
    height: 2px;
    left: 0;
    transition: width 0.3s ease;
    content: "";
    position: absolute;
    background-color: var(--card-accent);
}.price-offer-Q9 .study-fees-AP:hover .package-rates-wk::after {
    width: 60px;
}.price-offer-Q9 .payment-plans-KP p {
    font-size: 15px;
    flex-grow: 1;
    white-space: normal;
    margin-top: 15px;
    word-wrap: break-word;
    hyphens: auto;
    overflow-wrap: break-word;
    color: #000000;
    line-height: 1.6;
}.price-offer-Q9 .pic-strip-zx {
    position: relative;
    width: 100%;
    height: 200px;
    transition: transform 0.6s ease;
    overflow: hidden;
}.price-offer-Q9 .pic-strip-zx::after {
    content: "";
    position: absolute;
    left: 0;
    opacity: 0;
    top: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.3), transparent);
    transition: opacity 0.4s ease;
    right: 0;
    bottom: 0;
}.price-offer-Q9 .study-fees-AP:hover .pic-strip-zx::after {
    opacity: 1;
}.price-offer-Q9 .study-fees-AP:hover .pic-strip-zx {
    transform: scale(1.05);
}

@media (min-width: 992px) {.price-offer-Q9 .tuition-table-aK {
    align-items: center;
    flex-direction: row;
    gap: 60px;
}.price-offer-Q9 .payment-plan-2E {
    order: 0;
    width: 30%;
    text-align: left;
    margin: 0;
}.price-offer-Q9 .payment-plan-2E h2 {
    text-align: left;
    display: block;
}.price-offer-Q9 .payment-plan-2E h2::after {
    left: 0;
    transform: none;
}.price-offer-Q9 .learn-pricing-yn {
    text-align: left;
    margin: 0;
}.price-offer-Q9 .fee-deals-An {
    width: 70%;
}
}

@media (max-width: 991px) {.price-offer-Q9 {
    padding: 80px 0 60px;
}.price-offer-Q9 .fee-deals-An {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 25px;
}
}

@media (max-width: 767px) {.price-offer-Q9 {
    padding: 60px 0 40px;
}.price-offer-Q9 .payment-plan-2E {
    margin-bottom: 40px;
}.price-offer-Q9 .fee-deals-An {
    max-width: 450px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.price-offer-Q9 .payment-plans-KP {
    padding: 25px 20px;
}.price-offer-Q9 .payment-plans-KP h3 {
    font-size: 19px;
}.price-offer-Q9 .package-rates-wk {
    font-size: calc(19px + 2px);
}.price-offer-Q9 .payment-plans-KP p {
    font-size: calc(15px - 1px);
}.price-offer-Q9 .pic-strip-zx {
    height: 180px;
}
}

@media (max-width: 480px) {.price-offer-Q9 {
    padding: 50px 0 30px;
}.price-offer-Q9 .payment-plan-2E h2 {
    font-size: calc(36px - 4px);
}.price-offer-Q9 .learn-pricing-yn {
    font-size: 15px;
}.price-offer-Q9 .payment-plans-KP {
    padding: 20px 15px;
}.price-offer-Q9 .pic-strip-zx {
    height: 160px;
}}.get-in-touch-c1 {
    padding: 120px 0 80px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(234,238,239) 0%, rgb(198,210,212,0.5) 100%);
}.get-in-touch-c1::before {
    width: 100%;
    animation: gradientMove 20s linear infinite;
    content: "";
    left: 0;
    opacity: 0.05;
    background: linear-gradient(45deg, 
        rgb(198,210,212,0.5) 25%, 
        transparent 25%, 
        transparent 50%, 
        rgb(198,210,212,0.5) 50%, 
        rgb(198,210,212,0.5) 75%, 
        transparent 75%, 
        transparent);
    top: 0;
    height: 100%;
    background-size: 60px 60px;
    position: absolute;
}@keyframes gradientMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 60px 60px;
    }
}

.get-in-touch-c1 .container {
    z-index: 2;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
}.get-in-touch-c1 h2 {
    position: relative;
    color: rgb(198,210,212);
    letter-spacing: 2px;
    font-size: 29px;
    margin-bottom: 60px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}.get-in-touch-c1 h2::after {
    position: absolute;
    background: rgb(198,210,212);
    transform: translateX(-50%);
    left: 50%;
    width: 60px;
    bottom: -15px;
    content: "";
    height: 4px;
}.get-in-touch-c1 .query-info-0K {
    gap: 0;
    max-width: 1000px;
    grid-template-columns: 1fr 1fr;
    position: relative;
    display: grid;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    margin: 0 auto;
    overflow: hidden;
    border-radius: 18px;
}.get-in-touch-c1 .pic-strip-zx {
    order: 2;
    height: 100%;
    position: relative;
    min-height: 600px;
}.get-in-touch-c1 .inquiry-support-jH {
    background: #ffffff;
    flex-direction: column;
    order: 1;
    justify-content: center;
    position: relative;
    display: flex;
    padding: 60px;
}.get-in-touch-c1 .inquiry-support-jH::before {
    width: 10px;
    right: 0;
    top: 0;
    height: 100%;
    content: "";
    position: absolute;
    background: linear-gradient(to bottom, rgb(198,210,212), rgb(161,175,179));
}.get-in-touch-c1 form {
    position: relative;
    width: 100%;
}.get-in-touch-c1 form h3 {
    margin-bottom: 40px;
    font-weight: 700;
    font-family: Arial, sans-serif;
    font-size: 23px;
    position: relative;
    color: #000000;
    padding-bottom: 15px;
    border-bottom: 2px solid rgb(161,175,179,0.5);
}.get-in-touch-c1 form input[type="text"] {
    border: none;
    font-size: 17px;
    transition: all 0.3s ease;
    background: rgb(234,238,239);
    margin-bottom: 25px;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    color: #000000;
    position: relative;
    padding: 16px 20px 16px 50px;
    width: 100%;
}.get-in-touch-c1 form input[type="text"]:focus {
    background: #ffffff;
    box-shadow: 0 0 0 2px rgb(198,210,212);
    outline: none;
}.get-in-touch-c1 form input[type="text"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
}.get-in-touch-c1 form input#name {
    position: relative;
}.get-in-touch-c1 form input#name::before {
    position: absolute;
    top: 50%;
    width: 20px;
    height: 20px;
    content: "";
    left: 20px;
    transform: translateY(-50%);
    background: rgb(198,210,212);
    border-radius: 50%;
}.get-in-touch-c1 .inquiry-message-VG {
    align-items: flex-start;
    margin-bottom: 30px;
    display: flex;
}.get-in-touch-c1 .inquiry-message-VG input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.get-in-touch-c1 .inquiry-message-VG label {
    cursor: pointer;
    position: relative;
    line-height: 1.5;
    padding-left: 35px;
    color: #000000;
    font-size: 15px;
}.get-in-touch-c1 .inquiry-message-VG label::before {
    height: 24px;
    border-radius: 10px;
    transition: all 0.3s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    content: "";
    background: rgb(234,238,239);
}.get-in-touch-c1 .inquiry-message-VG input[type="checkbox"]:checked + label::before {
    background: rgb(198,210,212);
}.get-in-touch-c1 .inquiry-message-VG input[type="checkbox"]:checked + label::after {
    transform: rotate(45deg);
    top: 4px;
    width: 8px;
    content: "";
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    height: 14px;
    position: absolute;
    left: 8px;
}.get-in-touch-c1 .inquiry-message-VG label a {
    color: rgb(198,210,212);
    transition: all 0.3s ease;
    position: relative;
    font-weight: 600;
    text-decoration: none;
}.get-in-touch-c1 .inquiry-message-VG label a::after {
    content: "";
    position: absolute;
    transition: width 0.3s ease;
    height: 1px;
    background: rgb(198,210,212);
    left: 0;
    bottom: -2px;
    width: 0;
}.get-in-touch-c1 .inquiry-message-VG label a:hover::after {
    width: 100%;
}.get-in-touch-c1 form .reach-request-iV {
    font-weight: 700;
    letter-spacing: 1px;
    border: none;
    text-transform: uppercase;
    font-size: 18px;
    display: inline-block;
    font-family: Arial, sans-serif;
    overflow: hidden;
    transition: all 0.3s ease;
    border-radius: 50px;
    cursor: pointer;
    color: #ffffff;
    padding: 16px 40px;
    z-index: 1;
    background: rgb(198,210,212);
    position: relative;
}.get-in-touch-c1 form .reach-request-iV::before {
    content: "";
    background: rgb(161,175,179);
    left: 0;
    z-index: -1;
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    transition: width 0.3s ease;
}.get-in-touch-c1 form .reach-request-iV:hover::before {
    width: 100%;
}.get-in-touch-c1 form .reach-request-iV:hover {
    box-shadow: 0 10px 20px -10px rgb(198,210,212);
    transform: translateY(-3px);
}.get-in-touch-c1 svg {
    width: 20px;
    fill: rgb(198,210,212);
    transform: translateY(-50%);
    left: 20px;
    position: absolute;
    top: 50%;
    height: 20px;
}.get-in-touch-c1 svg path {
    fill: rgb(198,210,212);
    transition: fill 0.3s ease;
}.get-in-touch-c1 form #name,
.get-in-touch-c1 form #phone {
    position: relative;
}

@media screen and (max-width: 1024px) {.get-in-touch-c1 .query-info-0K {
    max-width: 800px;
}.get-in-touch-c1 .inquiry-support-jH {
    padding: 40px;
}
}

@media screen and (max-width: 768px) {.get-in-touch-c1 {
    padding: 80px 0 60px;
}.get-in-touch-c1 .query-info-0K {
    grid-template-columns: 1fr;
}.get-in-touch-c1 .pic-strip-zx {
    order: 1;
    clip-path: none;
    min-height: 300px;
}.get-in-touch-c1 .inquiry-support-jH {
    order: 2;
    padding: 40px 30px;
}.get-in-touch-c1 .inquiry-support-jH::before {
    width: 100%;
    right: 0;
    height: 6px;
    background: linear-gradient(to right, rgb(198,210,212), rgb(161,175,179));
    top: 0;
}.get-in-touch-c1 h2 {
    margin-bottom: 40px;
}
}

@media screen and (max-width: 480px) {.get-in-touch-c1 {
    padding: 60px 0 40px;
}.get-in-touch-c1 h2 {
    margin-bottom: 30px;
    font-size: calc(29px * 0.8);
}.get-in-touch-c1 .pic-strip-zx {
    min-height: 200px;
}.get-in-touch-c1 .inquiry-support-jH {
    padding: 30px 20px;
}.get-in-touch-c1 form h3 {
    font-size: calc(23px * 0.9);
    margin-bottom: 30px;
}.get-in-touch-c1 form .reach-request-iV {
    padding: 14px 20px;
    width: 100%;
}}.our-background-Te {
    padding: 120px 0 80px;
    overflow: hidden;
    perspective: 1000px;
    background: linear-gradient(145deg, rgb(234,238,239), #f0f4f8);
    position: relative;
}.our-background-Te::before {
    top: -10%;
    filter: blur(40px);
    transform: rotate(-15deg) skewX(5deg);
    content: "";
    right: -5%;
    background: linear-gradient(135deg, rgb(198,210,212,0.5), rgb(161,175,179,0.5));
    width: 40%;
    opacity: 0.7;
    z-index: 1;
    position: absolute;
    height: 70%;
}.our-background-Te::after {
    z-index: 1;
    position: absolute;
    bottom: -10%;
    content: "";
    background: linear-gradient(225deg, rgb(161,175,179,0.5), rgb(198,210,212,0.5));
    width: 50%;
    opacity: 0.5;
    left: -5%;
    height: 60%;
    filter: blur(60px);
    transform: rotate(10deg) skewX(-5deg);
}.our-background-Te .container {
    position: relative;
    margin: 0 auto;
    z-index: 2;
    transform-style: preserve-3d;
    max-width: 1200px;
    padding: 0 20px;
}.our-background-Te h1 {
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 50px;
    position: relative;
    transform: translateZ(30px);
    text-shadow: 0px 2px 3px rgba(0,0,0,0.1);
    font-size: 48px;
    color: #000000;
}.our-background-Te h1::after {
    transform: translateZ(40px);
    width: 80px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    left: 0;
    bottom: -15px;
    height: 4px;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgb(198,210,212), rgb(161,175,179));
}.our-background-Te .training-track-qV {
    transform-style: preserve-3d;
    position: relative;
}.our-background-Te .training-track-qV ul {
    list-style-type: none;
    display: grid;
    grid-template-columns: 1fr;
    padding: 0;
    gap: 50px;
    margin: 0;
    transform-style: preserve-3d;
}.our-background-Te .quick-classes-uQ {
    border-radius: 10px;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    background: #ffffff;
    transform: translateZ(10px) rotateX(2deg);
    position: relative;
    padding: 40px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0,0,0,0.08), 0 5px 15px rgba(0,0,0,0.05);
}.our-background-Te .quick-classes-uQ:hover {
    transform: translateZ(25px) rotateX(0deg);
    box-shadow: 0 25px 50px rgba(0,0,0,0.12), 0 10px 25px rgba(0,0,0,0.08);
}.our-background-Te .quick-classes-uQ::before {
    width: 6px;
    position: absolute;
    top: 0;
    content: "";
    height: 100%;
    left: 0;
    transform: translateZ(5px);
    background: linear-gradient(180deg, rgb(198,210,212), rgb(161,175,179));
}.our-background-Te .quick-classes-uQ h4 {
    font-size: calc(21px + 2px);
    font-weight: 600;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 15px;
    color: rgb(198,210,212);
    margin-top: 0;
    letter-spacing: 0.5px;
}.our-background-Te .quick-classes-uQ h4::after {
    bottom: 0;
    background: rgb(161,175,179);
    position: absolute;
    width: 40px;
    height: 3px;
    content: "";
    left: 0;
}.our-background-Te .quick-classes-uQ div {
    color: #000000;
    line-height: 1.7;
    max-height: 300px;
    position: relative;
    overflow-y: auto;
    font-size: 15px;
    margin: 0;
    font-weight: 400;
    padding-right: 10px;
    font-family: Arial, sans-serif;
}.our-background-Te .quick-classes-uQ div::-webkit-scrollbar {
    width: 6px;
}.our-background-Te .quick-classes-uQ div::-webkit-scrollbar-track {
    background: rgba(0,0,0,0.05);
    border-radius: 10px;
}.our-background-Te .quick-classes-uQ div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: linear-gradient(rgb(198,210,212,0.5), rgb(161,175,179));
}

@media (min-width: 768px) {.our-background-Te {
    padding: 150px 0 100px;
}.our-background-Te h1 {
    margin-bottom: 70px;
    font-size: calc(48px + 10px);
}.our-background-Te h1::after {
    width: 120px;
    height: 5px;
}.our-background-Te .training-track-qV ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
}.our-background-Te .quick-classes-uQ {
    padding: 50px;
    transform: translateZ(20px) rotateX(2deg) rotateY(-1deg);
    backdrop-filter: blur(5px);
}.our-background-Te .quick-classes-uQ:hover {
    transform: translateZ(40px) rotateX(0deg) rotateY(0deg);
}.our-background-Te .quick-classes-uQ:nth-child(even) {
    transform: translateZ(20px) rotateX(2deg) rotateY(1deg);
}.our-background-Te .quick-classes-uQ:nth-child(even):hover {
    transform: translateZ(40px) rotateX(0deg) rotateY(0deg);
}.our-background-Te .quick-classes-uQ::before {
    width: 8px;
}.our-background-Te .quick-classes-uQ div {
    max-height: 350px;
}.our-background-Te .quick-classes-uQ:first-child {
    transform: translateZ(20px) translateX(20px) rotateX(2deg) rotateY(-1deg);
}.our-background-Te .quick-classes-uQ:first-child:hover {
    transform: translateZ(40px) translateX(20px) rotateX(0deg) rotateY(0deg);
}.our-background-Te .quick-classes-uQ:last-child {
    transform: translateZ(20px) translateX(-20px) rotateX(2deg) rotateY(1deg);
}.our-background-Te .quick-classes-uQ:last-child:hover {
    transform: translateZ(40px) translateX(-20px) rotateX(0deg) rotateY(0deg);
}
}

@media (min-width: 1024px) {.our-background-Te {
    padding: 180px 0 120px;
}.our-background-Te::before {
    width: 50%;
    height: 80%;
}.our-background-Te::after {
    width: 60%;
    height: 70%;
}.our-background-Te h1 {
    margin-bottom: 90px;
    font-size: calc(48px + 16px);
    transform: translateZ(50px);
}.our-background-Te h1::after {
    height: 6px;
    width: 150px;
    transform: translateZ(60px);
}.our-background-Te .training-track-qV ul {
    gap: 80px;
}.our-background-Te .quick-classes-uQ {
    padding: 60px;
    transform: translateZ(30px) rotateX(3deg) rotateY(-2deg);
}.our-background-Te .quick-classes-uQ:hover {
    transform: translateZ(60px) rotateX(0deg) rotateY(0deg);
}.our-background-Te .quick-classes-uQ:nth-child(even) {
    transform: translateZ(30px) rotateX(3deg) rotateY(2deg);
}.our-background-Te .quick-classes-uQ:nth-child(even):hover {
    transform: translateZ(60px) rotateX(0deg) rotateY(0deg);
}.our-background-Te .quick-classes-uQ::before {
    width: 10px;
}.our-background-Te .quick-classes-uQ h4 {
    margin-bottom: 30px;
    font-size: calc(21px + 4px);
}.our-background-Te .quick-classes-uQ h4::after {
    width: 50px;
    height: 4px;
}.our-background-Te .quick-classes-uQ div {
    max-height: 400px;
    line-height: 1.8;
    font-size: calc(15px + 1px);
}.our-background-Te .quick-classes-uQ:first-child {
    transform: translateZ(30px) translateX(40px) rotateX(3deg) rotateY(-2deg);
}.our-background-Te .quick-classes-uQ:first-child:hover {
    transform: translateZ(60px) translateX(40px) rotateX(0deg) rotateY(0deg);
}.our-background-Te .quick-classes-uQ:last-child {
    transform: translateZ(30px) translateX(-40px) rotateX(3deg) rotateY(2deg);
}.our-background-Te .quick-classes-uQ:last-child:hover {
    transform: translateZ(60px) translateX(-40px) rotateX(0deg) rotateY(0deg);
}
}

@media (max-width: 767px) {.our-background-Te {
    padding: 80px 0 60px;
}.our-background-Te h1 {
    font-size: calc(48px - 2px);
    margin-bottom: 40px;
}.our-background-Te .quick-classes-uQ {
    padding: 30px;
    margin-bottom: 30px;
}.our-background-Te .quick-classes-uQ h4 {
    margin-bottom: 15px;
    font-size: 21px;
    padding-bottom: 10px;
}.our-background-Te .quick-classes-uQ div {
    line-height: 1.6;
    max-height: 250px;
    font-size: calc(15px - 1px);
}}.thanksField-LD {
    padding: 120px 0 80px;
    perspective: 1000px;
    background: linear-gradient(135deg, rgb(234,238,239) 0%, rgb(161,175,179,0.5) 100%);
    position: relative;
    overflow: hidden;
}.thanksField-LD::before {
    opacity: 0.07;
    position: absolute;
    content: "";
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    background-image: repeating-linear-gradient(
        45deg,
        rgb(161,175,179,0.5) 0px,
        rgb(161,175,179,0.5) 1px,
        transparent 1px,
        transparent 12px
    );
    height: 100%;
    transform: translateZ(-10px);
}.thanksField-LD::after {
    background: radial-gradient(circle, rgb(198,210,212,0.5) 0%, transparent 70%);
    right: -50px;
    animation: floating 8s infinite ease-in-out;
    bottom: -50px;
    opacity: 0.4;
    width: 200px;
    content: "";
    height: 200px;
    filter: blur(40px);
    position: absolute;
}.thanksField-LD .container {
    padding: 0 15px;
    transform-style: preserve-3d;
    margin: 0 auto;
    max-width: 1140px;
    z-index: 2;
    position: relative;
}.thanksField-LD h2 {
    transform: translateZ(20px);
    text-shadow: 0 1px 0 rgba(255,255,255,0.6);
    letter-spacing: -0.01em;
    font-weight: 700;
    margin-bottom: 40px;
    position: relative;
    line-height: 1.3;
    animation: slideIn 0.8s ease-out forwards;
    font-size: 37px;
    color: #000000;
}.thanksField-LD h2::after {
    position: absolute;
    animation: lineExpand 1.2s 0.4s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    bottom: -12px;
    transform: scaleX(0);
    transform-origin: left;
    width: 120px;
    height: 4px;
    content: "";
    left: 0;
    background: linear-gradient(90deg, rgb(198,210,212) 0%, rgb(161,175,179) 100%);
}.thanksField-LD .knowledge-hub-Gr {
    animation: fadeIn 1s 0.3s both;
    background: #ffffff;
    border-left: 5px solid rgb(198,210,212);
    padding: 40px;
    transform: translateZ(10px) rotateX(2deg);
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    transition: transform 0.5s ease;
    position: relative;
}.thanksField-LD .knowledge-hub-Gr:hover {
    transform: translateZ(15px) rotateX(0deg);
    box-shadow: 0 20px 50px rgba(0,0,0,0.12);
}.thanksField-LD ul {
    margin: 0;
    list-style: none;
    padding: 0;
}.thanksField-LD li {
    position: relative;
    padding-left: 30px;
}.thanksField-LD li::before {
    box-shadow: 0 0 0 4px rgb(161,175,179,0.5);
    left: 0;
    height: 8px;
    content: "";
    background-color: rgb(161,175,179);
    width: 8px;
    top: 8px;
    animation: pulse 3s infinite;
    border-radius: 50%;
    position: absolute;
}.thanksField-LD span {
    line-height: 1.8;
    font-family: Arial, sans-serif;
    font-size: 16px;
    color: #000000;
    display: block;
    transition: all 0.3s;
}.thanksField-LD .knowledge-hub-Gr::after {
    height: 60px;
    right: 30px;
    transform: rotate(15deg);
    opacity: 0.9;
    content: "";
    animation: float 6s infinite ease-in-out;
    background: linear-gradient(135deg, rgb(198,210,212) 0%, rgb(161,175,179) 100%);
    top: -10px;
    border-radius: 10px;
    z-index: -1;
    width: 60px;
    position: absolute;
}

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

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateZ(10px) rotateX(5deg) translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateZ(10px) rotateX(2deg) translateY(0);
    }
}

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

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(161,175,179,0.5);
    }
    70% {
        box-shadow: 0 0 0 8px rgba(rgb(161,175,179), 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(rgb(161,175,179), 0);
    }
}

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

@keyframes floating {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.05);
    }
}

@media (max-width: 991px) {.thanksField-LD {
    padding: 80px 0 60px;
}.thanksField-LD h2 {
    margin-bottom: 30px;
    font-size: calc(37px * 0.9);
}.thanksField-LD .knowledge-hub-Gr {
    padding: 30px;
}.thanksField-LD h2::after {
    width: 100px;
}
}

@media (max-width: 767px) {.thanksField-LD {
    padding: 60px 0 40px;
}.thanksField-LD h2 {
    font-size: calc(37px * 0.8);
    margin-bottom: 25px;
}.thanksField-LD .knowledge-hub-Gr {
    transform: translateZ(5px) rotateX(1deg);
    padding: 25px 20px;
}.thanksField-LD .knowledge-hub-Gr:hover {
    transform: translateZ(8px) rotateX(0deg);
}.thanksField-LD li {
    padding-left: 25px;
}.thanksField-LD span {
    font-size: calc(16px * 0.95);
    line-height: 1.7;
}.thanksField-LD .knowledge-hub-Gr::after {
    width: 40px;
    height: 40px;
    top: -5px;
    right: 20px;
}
}

@media (max-width: 575px) {.thanksField-LD {
    padding: 50px 0 30px;
}.thanksField-LD h2 {
    font-size: calc(37px * 0.7);
    line-height: 1.4;
    margin-bottom: 20px;
}.thanksField-LD h2::after {
    width: 80px;
    height: 3px;
}.thanksField-LD .knowledge-hub-Gr {
    transform: none;
    padding: 20px 15px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.07);
}.thanksField-LD .knowledge-hub-Gr:hover {
    transform: translateY(-3px);
}.thanksField-LD li {
    padding-left: 20px;
}.thanksField-LD li::before {
    top: 7px;
    height: 6px;
    width: 6px;
}.thanksField-LD span {
    font-size: calc(16px * 0.9);
    line-height: 1.6;
}.thanksField-LD .knowledge-hub-Gr::after {
    display: none;
}}footer {
    width: 100%;
    position: relative;
}footer .milestone-cta-6g {
    position: relative;
    font-family: Arial, sans-serif;
    background:rgb(161,175,179);
    color: #ffffff;
    padding: 250px 0 30px;
}footer .milestone-cta-6g::before {
    width: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, rgb(198,210,212) 25%, rgb(161,175,179) 25%, rgb(161,175,179) 50%, rgb(198,210,212) 50%, rgb(198,210,212) 75%, rgb(161,175,179) 75%);
    top: 0;
    height: 20px;
    content: "";
}footer .honor-cta-KF {
    z-index: 1;
    position: relative;
}footer .message-section-ct {
    overflow: hidden;
    border-radius: 22px;
    background-color: #ffffff;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    left: 0;
    flex-wrap: wrap;
    right: 0;
    justify-content: space-between;
    position: absolute;
    display: flex;
    top: -120px;
    padding: 0;
    margin-bottom: 50px;
}footer .info_item {
    position: relative;
    justify-content: flex-start;
    align-items: center;
    padding: 25px;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    flex: 1 1 250px;
    transition: all 0.3s ease;
    display: flex;
}footer .info_item:last-child {
    border-right: none;
}footer .info_item::after {
    bottom: 0;
    background-color: rgb(198,210,212);
    content: "";
    height: 3px;
    transition: width 0.3s ease;
    width: 0;
    position: absolute;
    left: 0;
}footer .info_item:hover::after {
    width: 100%;
}footer .info_item svg {
    height: 22px;
    width: 22px;
    margin-right: 15px;
    flex-shrink: 0;
    fill: rgb(198,210,212);
}footer .info_item p,
footer .info_item a {
    transition: all 0.3s ease;
    font-size: 18px;
    text-decoration: none;
    color: #000000;
}footer .info_item a:hover {
    color: rgb(198,210,212);
}footer .text_main_holder {
    display: grid;
    gap: 20px;
    margin-top: 100px;
    grid-template-columns: 1fr;
}footer .head-nav-rB {
    position: relative;
    padding: 0 25px;
}footer .head-nav-rB svg {
    width: auto;
    height: 45px;
    filter: brightness(0) invert(1);
    margin-bottom: 20px;
}footer .award-show-U6 {
    font-size: 14px;
    line-height: 1.6;
    max-width: 350px;
    color: rgba(255, 255, 255, 0.8);
}footer .main-page-Y4 {
    position: relative;
    padding: 0 25px;
}footer .main-page-Y4 h5 {
    font-size: 22px;
    position: relative;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 25px;
    color: #ffffff;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}footer .main-page-Y4 h5::after {
    content: "";
    left: 0;
    bottom: -2px;
    background-color: rgb(198,210,212);
    height: 2px;
    position: absolute;
    width: 60px;
}footer .header-start-ce {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}footer .header-start-ce a {
    margin: 5px 8px 5px 0;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
    text-decoration: none;
    padding: 8px 16px;
    font-size: 18px;
}footer .header-start-ce a:hover {
    background-color: rgb(198,210,212);
    transform: translateY(-3px);
    color: #ffffff;
}footer .subscribe_holder {
    position: relative;
    padding: 30px 25px;
    border-radius: 22px;
    background-color: rgb(161,175,179,0.5);
}footer .subscribe_holder h5 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #ffffff;
    font-weight: 600;
}footer .subscribe_holder p {
    font-size: 18px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 25px;
}footer .input_holder {
    display: flex;
    gap: 15px;
    position: relative;
    flex-direction: column;
}footer .input_holder::before {
    top: -10px;
    right: -10px;
    background-color: rgb(198,210,212);
    height: 50px;
    position: absolute;
    width: 50px;
    border-radius: 50%;
    content: "";
    z-index: -1;
    opacity: 0.1;
}footer .input_holder::after {
    border-radius: 50%;
    height: 70px;
    bottom: -20px;
    content: "";
    width: 70px;
    z-index: -1;
    position: absolute;
    left: -10px;
    background-color: rgb(161,175,179);
    opacity: 0.1;
}footer .input_holder input[type="email"] {
    background-color: rgba(255, 255, 255, 0.9);
    transition: all 0.3s ease;
    font-size: 18px;
    padding: 15px;
    border-radius: 10px;
    color: rgb(161,175,179);
    border: none;
}footer .input_holder input[type="email"]:focus {
    outline: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}footer .input_holder input[type="email"]::placeholder {
    color: #000000;
    opacity: 0.6;
}footer .newsletter-box-H2 {
    padding: 15px;
    color: #ffffff;
    border: none;
    background-color: rgb(198,210,212);
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    font-size: 15px;
    border-radius: 10px;
    overflow: hidden;
}footer .newsletter-box-H2::before {
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
    transition: left 0.7s ease;
    width: 100%;
    top: 0;
    position: absolute;
    content: "";
}footer .newsletter-box-H2:hover {
    background-color: rgb(161,175,179);
}footer .newsletter-box-H2:hover::before {
    left: 100%;
}footer .footer-edu-jI {
    margin-top: 50px;
    text-align: center;
    padding-top: 20px;
    border-top: 1px dashed rgba(255, 255, 255, 0.1);
}footer .program-foot-TN {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
}

@media (min-width: 768px) {footer .milestone-cta-6g {
    padding-top: 60px;
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .newsletter-box-H2 {
    white-space: nowrap;
}
}

@media (max-width: 991px) {footer .message-section-ct {
    position: relative;
    margin-bottom: 80px;
    top: 0;
}footer .milestone-cta-6g {
    padding: 120px 0 30px;
}footer .text_main_holder {
    margin-top: 40px;
}
}

@media (max-width: 767px) {footer .info_item {
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}footer .info_item:last-child {
    border-bottom: none;
}footer .main-page-Y4, footer .subscribe_holder, footer .head-nav-rB {
    padding: 20px;
}footer .footer-edu-jI {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .main-page-Y4 h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
    font-size: calc(22px - 2px);
}footer .header-start-ce a {
    padding: 6px 12px;
    font-size: calc(18px - 1px);
}footer .input_holder input[type="email"],
    footer .newsletter-box-H2 {
    padding: 12px;
}}.course-program-details-eb {
    background: rgb(234,238,239);
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.course-program-details-eb::before {
    height: 100%;
    background: radial-gradient(circle at 30% 30%, rgb(198,210,212,0.5) 0%, transparent 40%);
    width: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
}.course-program-details-eb::after {
    right: 0;
    z-index: 1;
    height: 100%;
    background: radial-gradient(circle at 70% 80%, rgb(161,175,179,0.5) 0%, transparent 40%);
    bottom: 0;
    content: "";
    position: absolute;
    width: 100%;
}.course-program-details-eb .container {
    position: relative;
    padding: 0 30px;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
}.course-program-details-eb .knowledge-hub-Gr {
    position: relative;
    background: #ffffff;
    display: grid;
    border-radius: 12px;
    gap: 50px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    grid-template-columns: 1fr;
}.course-program-details-eb .knowledge-hub-Gr::before {
    position: absolute;
    content: "";
    width: 100%;
    z-index: 1;
    left: 0;
    background: linear-gradient(to right, rgb(198,210,212), rgb(161,175,179));
    top: 0;
    height: 5px;
}.course-program-details-eb .education-guide-3Z {
    padding: 60px 50px;
    display: flex;
    position: relative;
    justify-content: center;
    flex-direction: column;
}.course-program-details-eb .education-guide-3Z::before {
    position: absolute;
    border: 2px solid rgb(198,210,212,0.5);
    z-index: -1;
    left: 40px;
    content: "";
    opacity: 0.5;
    animation: float 8s ease-in-out infinite;
    height: 80px;
    border-radius: 10px;
    top: 40px;
    width: 80px;
}.course-program-details-eb .education-guide-3Z::after {
    opacity: 0.3;
    position: absolute;
    animation: pulse 6s ease-in-out infinite;
    bottom: 40px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgb(161,175,179,0.5);
    content: "";
    z-index: -1;
    right: 40px;
}.course-program-details-eb .head-nav-rB {
    position: relative;
    padding: 15px;
    margin-bottom: 35px;
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.05), 
              -8px -8px 16px rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    background: linear-gradient(145deg, rgb(234,238,239), #ffffff);
    transition: all 0.3s ease;
    display: inline-block;
}.course-program-details-eb .head-nav-rB:hover {
    transform: translateY(-5px);
    box-shadow: 12px 12px 20px rgba(0, 0, 0, 0.07), 
              -12px -12px 20px rgba(255, 255, 255, 0.9);
}.course-program-details-eb .head-nav-rB svg {
    transition: all 0.3s ease;
    max-height: 50px;
    max-width: 140px;
}.course-program-details-eb .head-nav-rB svg path {
    transition: fill 0.3s ease;
    fill: rgb(198,210,212);
}.course-program-details-eb .head-nav-rB:hover svg path {
    fill: rgb(161,175,179);
}.course-program-details-eb h3 {
    font-size: 33px;
    color: #000000;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 25px;
    position: relative;
}.course-program-details-eb h3::after {
    background: linear-gradient(to right, rgb(198,210,212), rgb(161,175,179));
    height: 3px;
    bottom: -12px;
    position: absolute;
    content: "";
    border-radius: 10px;
    width: 70px;
    left: 0;
}.course-program-details-eb p {
    font-family: Arial, sans-serif;
    position: relative;
    font-size: 18px;
    line-height: 1.8;
    color: #000000;
    font-weight: 400;
}.course-program-details-eb .pic-strip-zx {
    min-height: 500px;
    height: 100%;
    position: relative;
    transition: all 0.5s ease;
}.course-program-details-eb .pic-strip-zx::before {
    z-index: 1;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: linear-gradient(
    135deg,
    rgb(198,210,212,0.5) 0%,
    transparent 60%
  );
    position: absolute;
}.course-program-details-eb .pic-strip-zx::after {
    border-radius: 50%;
    height: 20px;
    z-index: 2;
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3);
    border: 2px solid #ffffff;
    animation: pulseCircle 3s infinite;
    content: "";
    right: 30px;
    position: absolute;
    top: 30px;
    width: 20px;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.3;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.5;
  }
}

@keyframes pulseCircle {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@media screen and (max-width: 1024px) {.course-program-details-eb {
    padding: 90px 0;
}.course-program-details-eb .education-guide-3Z {
    padding: 50px 40px;
}
}

@media screen and (max-width: 992px) {.course-program-details-eb .knowledge-hub-Gr {
    grid-template-columns: 1fr;
}.course-program-details-eb .pic-strip-zx {
    order: -1;
    min-height: 400px;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}.course-program-details-eb .education-guide-3Z {
    padding: 40px;
}.course-program-details-eb .education-guide-3Z::before,
  .course-program-details-eb .education-guide-3Z::after {
    display: none;
}.course-program-details-eb .head-nav-rB {
    margin-bottom: 25px;
}
}

@media screen and (max-width: 768px) {.course-program-details-eb {
    padding: 70px 0;
}.course-program-details-eb .education-guide-3Z {
    padding: 30px;
}.course-program-details-eb h3 {
    font-size: calc(33px - 4px);
}.course-program-details-eb .pic-strip-zx {
    min-height: 350px;
}.course-program-details-eb .head-nav-rB {
    padding: 12px;
}.course-program-details-eb .head-nav-rB svg {
    max-width: 120px;
}
}

@media screen and (max-width: 576px) {.course-program-details-eb {
    padding: 50px 0;
}.course-program-details-eb .container {
    padding: 0 20px;
}.course-program-details-eb .knowledge-hub-Gr {
    border-radius: 10px;
}.course-program-details-eb .education-guide-3Z {
    padding: 25px 20px;
}.course-program-details-eb h3 {
    font-size: calc(33px - 6px);
    margin-bottom: 20px;
}.course-program-details-eb p {
    font-size: calc(18px - 1px);
}.course-program-details-eb .head-nav-rB {
    padding: 10px;
    margin-bottom: 20px;
}.course-program-details-eb .head-nav-rB svg {
    max-width: 100px;
}.course-program-details-eb .pic-strip-zx {
    min-height: 280px;
}.course-program-details-eb .pic-strip-zx::after {
    right: 20px;
    top: 20px;
    height: 15px;
    width: 15px;
}}.academic-experience-Oa {
    position: relative;
    background: linear-gradient(135deg, #000000 0%, rgb(234,238,239) 100%);
    overflow: hidden;
    padding: 140px 0;
}.academic-experience-Oa::before {
    left: 0;
    width: 100%;
    background: 
    radial-gradient(circle at 25% 25%, rgb(198,210,212,0.5) 0%, transparent 40%),
    radial-gradient(circle at 75% 75%, rgb(161,175,179,0.5) 0%, transparent 40%);
    mix-blend-mode: screen;
    content: "";
    top: 0;
    position: absolute;
    animation: morphBackground 15s infinite alternate ease-in-out;
    height: 100%;
}.academic-experience-Oa .container {
    max-width: 1200px;
    z-index: 2;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
}.academic-experience-Oa .client-testimonials-KW {
    grid-template-areas:
    "photo name"
    "photo job"
    "quote quote";
    position: relative;
    gap: 20px 40px;
    grid-template-columns: 35% 1fr;
    grid-template-rows: auto auto 1fr;
    display: grid;
}.academic-experience-Oa .pic-strip-zx {
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    grid-area: photo;
    border-radius: 25px;
    box-shadow: 
    20px 20px 30px rgba(0, 0, 0, 0.5),
    -10px -10px 30px rgb(198,210,212,0.5);
    height: 420px;
    transform: perspective(1000px) rotateY(-8deg);
    position: relative;
    clip-path: polygon(0 0, 100% 10%, 90% 100%, 0 90%);
    z-index: 3;
}.academic-experience-Oa .pic-strip-zx::before {
    content: "";
    background: linear-gradient(135deg, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    position: absolute;
    mix-blend-mode: multiply;
    border-radius: 25px;
    inset: 0;
}.academic-experience-Oa .client-testimonials-KW:hover .pic-strip-zx {
    transform: perspective(1000px) rotateY(-4deg) translateZ(20px);
}.academic-experience-Oa .name {
    margin: 0;
    align-self: end;
    grid-area: name;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    position: relative;
    transform-origin: left center;
    font-size: 33px;
    font-weight: 700;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    color: #ffffff;
    transform: perspective(1000px) rotateY(5deg);
    padding-left: 20px;
}.academic-experience-Oa .name::after {
    bottom: -8px;
    transition: transform 0.5s ease;
    width: 60px;
    background: rgb(198,210,212);
    content: "";
    position: absolute;
    transform: scaleX(0.6);
    transform-origin: left;
    height: 4px;
    left: 20px;
}.academic-experience-Oa .client-testimonials-KW:hover .name {
    transform: perspective(1000px) rotateY(2deg) translateZ(15px);
}.academic-experience-Oa .client-testimonials-KW:hover .name::after {
    transform: scaleX(1);
}.academic-experience-Oa .client-testimonials-KW > span:not(.name) {
    grid-area: job;
    transform-origin: left center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgb(161,175,179);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform: perspective(1000px) rotateY(5deg);
    font-size: 20px;
    padding-left: 20px;
    font-weight: 600;
    margin-top: 5px;
}.academic-experience-Oa .client-testimonials-KW:hover > span:not(.name) {
    transform: perspective(1000px) rotateY(2deg) translateZ(10px);
}.academic-experience-Oa .work-tasks-Ew {
    z-index: 2;
    border-radius: 25px;
    margin: 30px 0 0;
    border-left: 4px solid rgb(198,210,212);
    font-weight: 300;
    font-size: 15px;
    color: #ffffff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    padding: 35px;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    line-height: 1.7;
    backdrop-filter: blur(10px);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateY(0);
    position: relative;
    grid-area: quote;
}.academic-experience-Oa .work-tasks-Ew::before {
    position: absolute;
    color: rgb(198,210,212);
    left: 25px;
    content: "";
    top: -15px;
    opacity: 0.7;
    font-size: calc(41px * 2);
}.academic-experience-Oa .client-testimonials-KW:hover .work-tasks-Ew {
    transform: translateY(-10px);
}

@keyframes morphBackground {
  0%, 100% {
    opacity: 0.7;
    transform: scale(1) rotate(0deg);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.1) rotate(5deg);
  }
}

@media (max-width: 992px) {.academic-experience-Oa {
    padding: 80px 0;
}.academic-experience-Oa .client-testimonials-KW {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
    grid-template-areas:
      "pic-strip-zx"
      "name"
      "job-skills-Fu"
      "work-tasks-Ew";
    gap: 15px;
}.academic-experience-Oa .pic-strip-zx {
    transform: none;
    height: 320px;
    max-width: 320px;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    margin: 0 auto;
}.academic-experience-Oa .name,
  .academic-experience-Oa .client-testimonials-KW > span:not(.name) {
    padding-left: 0;
    transform: none;
    text-align: center;
}.academic-experience-Oa .name::after {
    left: 50%;
    transform: translateX(-50%) scaleX(0.6);
}.academic-experience-Oa .client-testimonials-KW:hover .name::after {
    transform: translateX(-50%) scaleX(1);
}.academic-experience-Oa .work-tasks-Ew {
    margin-top: 20px;
}.academic-experience-Oa .client-testimonials-KW:hover .pic-strip-zx,
  .academic-experience-Oa .client-testimonials-KW:hover .name,
  .academic-experience-Oa .client-testimonials-KW:hover > span:not(.name),
  .academic-experience-Oa .client-testimonials-KW:hover .work-tasks-Ew {
    transform: none;
}
}

@media (max-width: 576px) {.academic-experience-Oa {
    padding: 60px 0;
}.academic-experience-Oa .pic-strip-zx {
    max-width: 250px;
    height: 250px;
}.academic-experience-Oa .name {
    font-size: 20px;
}.academic-experience-Oa .work-tasks-Ew {
    font-size: calc(15px * 0.95);
    padding: 25px 20px;
}}.privacy-safeguard-vl {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    z-index: 1;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    color: #ffffff;
    height: auto;
    background: rgba(0, 0, 0, 0.5);
    padding: 40px;
    width: 100%;
}.privacy-safeguard-vl::before {
    top: 10px;
    right: 10px;
    bottom: 10px;
    z-index: -1;
    left: 10px;
    position: absolute;
    content: '';
}.privacy-safeguard-vl h1 {
    font-weight: 700;
    margin-top: 30px;
    color: rgb(198,210,212);
    border-bottom: 2px solid rgb(198,210,212);
    text-align: center;
    margin-bottom: 20px;
    font-size: 42px;
    font-family: Arial, sans-serif;
    padding-bottom: 10px;
}.privacy-safeguard-vl h2 {
    border-left: 4px solid rgb(161,175,179);
    font-family: Arial, sans-serif;
    font-weight: 600;
    padding-left: 15px;
    margin-bottom: 15px;
    font-size: 37px;
    color: rgb(161,175,179);
    text-align: left;
    margin-top: 25px;
}.privacy-safeguard-vl h3, .privacy-safeguard-vl h4, .privacy-safeguard-vl h5, .privacy-safeguard-vl h6 {
    margin-top: 20px;
    font-size: 23px;
    color: rgb(198,210,212);
    font-weight: 400;
    margin-bottom: 10px;
    font-family: Arial, sans-serif;
}.privacy-safeguard-vl ul, .privacy-safeguard-vl ol {
    margin: 0;
    padding: 15px 0;
    color: #ffffff;
    font-size: 17px;
    list-style: none;
    padding-left: 0;
    font-family: Arial, sans-serif;
}.privacy-safeguard-vl li {
    padding-left: 30px;
    margin-bottom: 15px;
    position: relative;
}.privacy-safeguard-vl li::before {
    color: rgb(198,210,212);
    left: 0;
    line-height: 1em;
    top: 50%;
    content: ">";
    transform: translateY(-50%);
    font-size: 1.2em;
    position: absolute;
}.privacy-safeguard-vl section {
    background: #000000;
    margin-bottom: 20px;
    padding: 20px;
    border: 1px solid rgb(161,175,179,0.5);
    border-radius: 10px;
}.privacy-safeguard-vl p, .privacy-safeguard-vl span, .privacy-safeguard-vl div {
    font-family: Arial, sans-serif;
    font-size: 17px;
    border-left: 3px solid rgb(198,210,212);
    line-height: 1.6;
    padding-left: 15px;
    color: #ffffff;
    margin-bottom: 20px;
}

@media only screen and (max-width: 800px) {.privacy-safeguard-vl {
    padding: 20px;
    width: 95%;
}.privacy-safeguard-vl h1 {
    margin-bottom: 15px;
    margin-top: 20px;
    font-size: calc(23px - 6px);
}.privacy-safeguard-vl h2 {
    margin-bottom: 10px;
    font-size: calc(23px - 6px);
    margin-top: 20px;
}.privacy-safeguard-vl ul, .privacy-safeguard-vl ol {
    padding-left: 15px;
}.privacy-safeguard-vl li {
    padding-left: 20px;
}.privacy-safeguard-vl p, .privacy-safeguard-vl span, .privacy-safeguard-vl div {
    margin-bottom: 15px;
    padding-left: 10px;
}}.program-outcomes-Jg {
    background: rgb(198,210,212);
    overflow: hidden;
    padding: 120px 0 160px;
    position: relative;
}.program-outcomes-Jg::before {
    left: 0;
    top: 0;
    background-image: linear-gradient(0deg, transparent 24%, rgb(198,210,212,0.5) 25%, rgb(198,210,212,0.5) 26%, transparent 27%, transparent 74%, rgb(198,210,212,0.5) 75%, rgb(198,210,212,0.5) 76%, transparent 77%, transparent),
    linear-gradient(90deg, transparent 24%, rgb(198,210,212,0.5) 25%, rgb(198,210,212,0.5) 26%, transparent 27%, transparent 74%, rgb(198,210,212,0.5) 75%, rgb(198,210,212,0.5) 76%, transparent 77%, transparent);
    width: 100%;
    background-size: 60px 60px;
    position: absolute;
    height: 100%;
    animation: gridShift 25s linear infinite;
    content: '';
    opacity: 0.07;
}.program-outcomes-Jg::after {
    height: 200px;
    z-index: 1;
    background: linear-gradient(to top, #000000, transparent);
    left: 0;
    bottom: 0;
    width: 100%;
    content: '';
    position: absolute;
}.program-outcomes-Jg .knowledge-hub-Gr {
    align-items: center;
    display: flex;
    margin: 0 auto;
    flex-direction: column;
    max-width: 1280px;
    position: relative;
    z-index: 2;
    padding: 0 20px;
}.program-outcomes-Jg h2 {
    padding-bottom: 25px;
    letter-spacing: 2px;
    font-size: 44px;
    font-weight: 700;
    color: #ffffff;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 50px;
    text-align: center;
}.program-outcomes-Jg h2::after {
    content: '';
    position: absolute;
    background: linear-gradient(to right, rgb(198,210,212), rgb(161,175,179));
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
}.program-outcomes-Jg h2::before {
    height: 1px;
    left: 50%;
    background: #ffffff;
    position: absolute;
    opacity: 0.3;
    bottom: -5px;
    width: 80px;
    content: '';
    transform: translateX(-50%);
}.program-outcomes-Jg .pic-strip-zx {
    height: 400px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25);
    width: 100%;
    position: relative;
    border-radius: 16px;
    margin-bottom: 80px;
    overflow: hidden;
    transform: perspective(1000px) rotateX(5deg);
}.program-outcomes-Jg .pic-strip-zx::before {
    background: linear-gradient(45deg, rgb(198,210,212,0.5) 0%, transparent 40%);
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
}.program-outcomes-Jg .pic-strip-zx::after {
    right: 0;
    position: absolute;
    width: 100%;
    bottom: 0;
    content: '';
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    height: 40%;
    z-index: 2;
}.program-outcomes-Jg .text_main_holder {
    width: 100%;
    position: relative;
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    gap: 30px;
}.program-outcomes-Jg .text_main_holder::before {
    position: absolute;
    height: 40px;
    width: 2px;
    transform: translateX(-50%);
    content: '';
    top: -60px;
    background: rgb(161,175,179);
    left: 50%;
    opacity: 0.8;
}.program-outcomes-Jg .text_main_holder::after {
    top: -80px;
    position: absolute;
    height: 20px;
    transform: translateX(-50%) rotate(45deg);
    left: 50%;
    width: 20px;
    border: 2px solid rgb(161,175,179);
    content: '';
    opacity: 0.8;
}.program-outcomes-Jg .text_main_holder > div {
    background: rgba(0, 0, 0, 0.3);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    animation: floatUp 0.6s forwards;
    text-align: center;
    gap: 20px;
    align-items: center;
    position: relative;
    border-radius: 10px;
    animation-delay: calc(var(--i, 0) * 0.15s);
    display: flex;
    padding: 25px;
    transform: translateY(50px);
    border: 1px solid rgb(161,175,179,0.5);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    opacity: 0;
    flex-direction: column;
    backdrop-filter: blur(10px);
}.program-outcomes-Jg .text_main_holder > div:nth-child(1) {
    --i: 1;
}.program-outcomes-Jg .text_main_holder > div:nth-child(2) {
    --i: 2;
}.program-outcomes-Jg .text_main_holder > div:nth-child(3) {
    --i: 3;
}.program-outcomes-Jg .text_main_holder > div:nth-child(4) {
    --i: 4;
}.program-outcomes-Jg .text_main_holder > div:nth-child(5) {
    --i: 5;
}.program-outcomes-Jg .text_main_holder > div:nth-child(6) {
    --i: 6;
}.program-outcomes-Jg .text_main_holder > div::before {
    opacity: 0;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, rgb(198,210,212,0.5) 0%, transparent 20%, transparent 80%, rgb(161,175,179,0.5) 100%);
    content: '';
    transition: opacity 0.3s ease;
    top: -2px;
    z-index: -1;
    left: -2px;
    border-radius: calc(10px + 1px);
    position: absolute;
}.program-outcomes-Jg .text_main_holder > div:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}.program-outcomes-Jg .text_main_holder > div:hover::before {
    opacity: 1;
}.program-outcomes-Jg .text_main_holder svg {
    width: 50px;
    border: 1px solid rgb(198,210,212,0.5);
    padding: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2),
                0 0 15px rgb(198,210,212,0.5);
    border-radius: 50%;
    height: 50px;
    background: rgba(0, 0, 0, 0.4);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}.program-outcomes-Jg .text_main_holder > div:hover svg {
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.3),
                0 0 20px rgb(198,210,212);
    transform: scale(1.1);
}.program-outcomes-Jg .text_main_holder svg path {
    transition: fill 0.3s ease;
    fill: rgb(161,175,179);
}.program-outcomes-Jg .text_main_holder > div:hover svg path {
    fill: rgb(198,210,212);
}.program-outcomes-Jg .text_main_holder p {
    color: #ffffff;
    line-height: 1.5;
    font-size: 18px;
    margin: 0;
    position: relative;
}

@keyframes gridShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 60px 60px;
    }
}

@keyframes floatUp {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@media (max-width: 992px) {.program-outcomes-Jg .text_main_holder {
    grid-template-columns: repeat(2, 1fr);
}.program-outcomes-Jg .pic-strip-zx {
    height: 350px;
    margin-bottom: 60px;
}
}

@media (max-width: 768px) {.program-outcomes-Jg {
    padding: 80px 0 120px;
}.program-outcomes-Jg h2 {
    margin-bottom: 40px;
    font-size: calc(44px * 0.8);
}.program-outcomes-Jg .pic-strip-zx {
    margin-bottom: 50px;
    height: 300px;
}
}

@media (max-width: 576px) {.program-outcomes-Jg {
    padding: 60px 0 100px;
}.program-outcomes-Jg .text_main_holder {
    gap: 25px;
    grid-template-columns: 1fr;
}.program-outcomes-Jg .pic-strip-zx {
    margin-bottom: 40px;
    height: 250px;
}.program-outcomes-Jg h2 {
    font-size: 36px;
    padding-bottom: 20px;
}.program-outcomes-Jg .text_main_holder svg {
    padding: 8px;
    height: 45px;
    width: 45px;
}
}