* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}.viewport-container-Fi7XQ10 {
    min-height: 100%;
    flex-direction: column;
    display: flex;
    height: 100%;
}.head-sitebar-cwvYeF8 {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}svg {
    height: 30px;
    width: 30px;
}.facebook-cta-5Sp0MXF {
    flex: 0 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}html,body {
    font-family: Arial, sans-serif;
    height: 100%;
    scroll-behavior: auto;
    min-height: 100%;
    color: #000000;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1222px;
}

@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.our-background-aWGcZ9q {
    position: relative;
    background: rgb(224,220,237);
    padding: 120px 0;
    overflow: hidden;
}.our-background-aWGcZ9q::before {
    z-index: 1;
    top: 0;
    width: 100%;
    left: 0;
    content: "";
    animation: gridMove 40s linear infinite;
    opacity: 0.2;
    height: 100%;
    background-size: 30px 30px;
    background: 
        linear-gradient(90deg, transparent 95%, rgb(193,188,216,0.5) 95%),
        linear-gradient(0deg, transparent 95%, rgb(193,188,216,0.5) 95%);
    position: absolute;
}@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 30px;
    }
}

.our-background-aWGcZ9q::after {
    content: "";
    opacity: 0.3;
    width: 100%;
    top: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(193,188,216,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(160,155,192,0.5) 0%, transparent 50%);
    position: absolute;
    z-index: 1;
    left: 0;
    filter: blur(60px);
    height: 100%;
    animation: bgPulse 20s infinite alternate;
}@keyframes bgPulse {
    0% {
        opacity: 0.2;
        filter: blur(60px);
    }
    50% {
        opacity: 0.3;
        filter: blur(80px);
    }
    100% {
        opacity: 0.2;
        filter: blur(60px);
    }
}

.our-background-aWGcZ9q .container {
    position: relative;
    z-index: 2;
}.our-background-aWGcZ9q .master-track-3C75lOf {
    position: relative;
}.our-background-aWGcZ9q h3 {
    border-radius: 0 30px 30px 0;
    border-left: 4px solid rgb(193,188,216);
    margin-bottom: 60px;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.05);
    padding: 20px 30px;
    display: inline-block;
    font-size: 30px;
    background: rgba(255, 255, 255, 0.8);
    color: #000000;
    backdrop-filter: blur(10px);
    font-weight: 700;
    position: relative;
}.our-background-aWGcZ9q h3::before {
    position: absolute;
    left: -2px;
    animation: pulseHeight 3s infinite alternate;
    top: 20px;
    height: calc(100% - 40px);
    content: "";
    background: rgb(160,155,192);
    width: 4px;
}@keyframes pulseHeight {
    0% {
        height: calc(100% - 40px);
        top: 20px;
    }
    100% {
        height: calc(100% - 60px);
        top: 30px;
    }
}

.our-background-aWGcZ9q .pro-program-EN3Xvrf {
    gap: 30px;
    margin-bottom: 70px;
    position: relative;
    grid-template-columns: 1fr 1fr;
    display: grid;
}.our-background-aWGcZ9q .pro-program-EN3Xvrf span {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-50%);
    border-radius: 10px;
    background: rgb(193,188,216);
    z-index: 5;
    font-weight: 600;
    left: 0;
    color: #ffffff;
    position: absolute;
    padding: 10px 20px;
    font-size: 20px;
    top: -40px;
}.our-background-aWGcZ9q .pro-program-EN3Xvrf p {
    border-left: 3px solid rgb(193,188,216);
    display: flex;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    font-size: 14px;
    color: #000000;
    align-items: center;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.8);
    border-radius: 30px;
    line-height: 1.8;
    padding: 40px;
    height: 100%;
}.our-background-aWGcZ9q .pro-program-EN3Xvrf .portfolio-image-3uGIpT0 {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    height: 450px;
}.our-background-aWGcZ9q .pro-program-EN3Xvrf .portfolio-image-3uGIpT0::before {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
    height: 100%;
    z-index: 2;
    content: "";
}.our-background-aWGcZ9q .learn-experts-2J5mCte {
    gap: 30px;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
}.our-background-aWGcZ9q .learn-experts-2J5mCte::before {
    left: calc(50% - 100px);
    content: "";
    background: linear-gradient(to right, rgb(193,188,216,0.5), rgb(160,155,192,0.5));
    position: absolute;
    width: 200px;
    height: 1px;
    top: -35px;
}.our-background-aWGcZ9q .learn-experts-2J5mCte p {
    display: flex;
    line-height: 1.8;
    border-radius: 30px;
    border-right: 3px solid rgb(160,155,192);
    height: 100%;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    align-items: center;
    color: #000000;
    font-size: 14px;
    padding: 40px;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
}.our-background-aWGcZ9q .learn-experts-2J5mCte .fast-track-kFJ9UQq {
    height: 450px;
    position: relative;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%, 0 15%);
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
}.our-background-aWGcZ9q .learn-experts-2J5mCte .fast-track-kFJ9UQq::before {
    width: 100%;
    height: 100%;
    background: linear-gradient(225deg, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
    position: absolute;
    z-index: 2;
    left: 0;
    content: "";
    top: 0;
}.our-background-aWGcZ9q .learn-experts-2J5mCte .fast-track-kFJ9UQq::after {
    transform: skewX(-25deg);
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    left: -100%;
    top: 0;
    content: "";
    animation: shine 6s infinite;
    height: 100%;
    z-index: 3;
    width: 50%;
}@keyframes shine {
    0% {
        left: -100%;
    }
    20%, 100% {
        left: 200%;
    }
}

.our-background-aWGcZ9q .pro-program-EN3Xvrf::after,
.our-background-aWGcZ9q .learn-experts-2J5mCte::after {
    opacity: 0.7;
    content: "";
    width: 50px;
    position: absolute;
    animation: rotateFadeIn 10s infinite linear;
    height: 50px;
    border: 1px solid rgb(193,188,216,0.5);
    z-index: -1;
    border-radius: 10px;
}@keyframes rotateFadeIn {
    0% {
        transform: rotate(0deg) scale(1);
        opacity: 0.3;
    }
    50% {
        transform: rotate(180deg) scale(1.5);
        opacity: 0.7;
    }
    100% {
        transform: rotate(360deg) scale(1);
        opacity: 0.3;
    }
}

.our-background-aWGcZ9q .pro-program-EN3Xvrf::after {
    top: -25px;
    border-color: rgb(193,188,216,0.5);
    right: -25px;
}.our-background-aWGcZ9q .learn-experts-2J5mCte::after {
    bottom: -25px;
    border-color: rgb(160,155,192,0.5);
    left: -25px;
}.our-background-aWGcZ9q .master-track-3C75lOf::before,
.our-background-aWGcZ9q .master-track-3C75lOf::after {
    position: absolute;
    content: "";
    height: 120px;
    z-index: -1;
    filter: blur(40px);
    animation: floatAnimation 15s infinite alternate ease-in-out;
    border-radius: 50%;
    opacity: 0.15;
    width: 120px;
}@keyframes floatAnimation {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(20px, -20px);
    }
    100% {
        transform: translate(-20px, 20px);
    }
}

.our-background-aWGcZ9q .master-track-3C75lOf::before {
    top: 20%;
    left: -60px;
    background: rgb(193,188,216);
}.our-background-aWGcZ9q .master-track-3C75lOf::after {
    background: rgb(160,155,192);
    right: -60px;
    animation-delay: 2s;
    bottom: 20%;
}

@media screen and (max-width: 1199px) {.our-background-aWGcZ9q {
    padding: 100px 0;
}.our-background-aWGcZ9q h3 {
    font-size: calc(30px - 0.2rem);
    margin-bottom: 50px;
    padding: 15px 25px;
}.our-background-aWGcZ9q .pro-program-EN3Xvrf {
    margin-bottom: 60px;
}.our-background-aWGcZ9q .pro-program-EN3Xvrf p,
    .our-background-aWGcZ9q .learn-experts-2J5mCte p {
    padding: 30px;
}.our-background-aWGcZ9q .pro-program-EN3Xvrf .portfolio-image-3uGIpT0,
    .our-background-aWGcZ9q .learn-experts-2J5mCte .fast-track-kFJ9UQq {
    height: 400px;
}
}

@media screen and (max-width: 991px) {.our-background-aWGcZ9q {
    padding: 80px 0;
}.our-background-aWGcZ9q h3 {
    margin-bottom: 40px;
    font-size: calc(30px - 0.4rem);
    padding: 12px 20px;
}.our-background-aWGcZ9q .pro-program-EN3Xvrf,
    .our-background-aWGcZ9q .learn-experts-2J5mCte {
    gap: 25px;
}.our-background-aWGcZ9q .pro-program-EN3Xvrf {
    margin-bottom: 50px;
}.our-background-aWGcZ9q .pro-program-EN3Xvrf span {
    top: -35px;
    font-size: calc(20px - 0.2rem);
    padding: 8px 15px;
}.our-background-aWGcZ9q .pro-program-EN3Xvrf p,
    .our-background-aWGcZ9q .learn-experts-2J5mCte p {
    font-size: calc(14px - 0.1rem);
    padding: 25px;
}.our-background-aWGcZ9q .pro-program-EN3Xvrf .portfolio-image-3uGIpT0,
    .our-background-aWGcZ9q .learn-experts-2J5mCte .fast-track-kFJ9UQq {
    height: 350px;
}.our-background-aWGcZ9q .pro-program-EN3Xvrf::after,
    .our-background-aWGcZ9q .learn-experts-2J5mCte::after {
    width: 40px;
    height: 40px;
}.our-background-aWGcZ9q .master-track-3C75lOf::before,
    .our-background-aWGcZ9q .master-track-3C75lOf::after {
    height: 80px;
    filter: blur(30px);
    width: 80px;
}
}

@media screen and (max-width: 767px) {.our-background-aWGcZ9q {
    padding: 60px 0;
}.our-background-aWGcZ9q::before {
    background-size: 20px 20px;
}.our-background-aWGcZ9q h3 {
    text-align: center;
    width: 100%;
    font-size: calc(30px - 0.6rem);
    border-radius: 30px;
    margin-bottom: 40px;
}.our-background-aWGcZ9q .pro-program-EN3Xvrf,
    .our-background-aWGcZ9q .learn-experts-2J5mCte {
    gap: 20px;
    grid-template-columns: 1fr;
}.our-background-aWGcZ9q .pro-program-EN3Xvrf {
    margin-bottom: 40px;
}.our-background-aWGcZ9q .pro-program-EN3Xvrf span {
    left: 20px;
}.our-background-aWGcZ9q .pro-program-EN3Xvrf p,
    .our-background-aWGcZ9q .learn-experts-2J5mCte p {
    padding: 20px;
    border-width: 2px;
}.our-background-aWGcZ9q .pro-program-EN3Xvrf .portfolio-image-3uGIpT0,
    .our-background-aWGcZ9q .learn-experts-2J5mCte .fast-track-kFJ9UQq {
    height: 300px;
}.our-background-aWGcZ9q .learn-experts-2J5mCte p {
    order: 2;
}.our-background-aWGcZ9q .learn-experts-2J5mCte .fast-track-kFJ9UQq {
    order: 1;
}.our-background-aWGcZ9q .master-track-3C75lOf::before,
    .our-background-aWGcZ9q .master-track-3C75lOf::after {
    filter: blur(20px);
    height: 60px;
    width: 60px;
}.our-background-aWGcZ9q::after {
    filter: blur(40px);
}
}

@media screen and (max-width: 575px) {.our-background-aWGcZ9q {
    padding: 50px 0;
}.our-background-aWGcZ9q::before {
    background-size: 15px 15px;
}.our-background-aWGcZ9q h3 {
    padding: 10px 15px;
    margin-bottom: 35px;
    font-size: calc(30px - 0.8rem);
}.our-background-aWGcZ9q h3::before {
    width: 2px;
    left: -1px;
}.our-background-aWGcZ9q .pro-program-EN3Xvrf span {
    left: 10px;
    padding: 6px 12px;
    font-size: calc(20px - 0.4rem);
    top: -30px;
}.our-background-aWGcZ9q .pro-program-EN3Xvrf,
    .our-background-aWGcZ9q .learn-experts-2J5mCte {
    gap: 15px;
}.our-background-aWGcZ9q .pro-program-EN3Xvrf {
    margin-bottom: 35px;
}.our-background-aWGcZ9q .pro-program-EN3Xvrf p,
    .our-background-aWGcZ9q .learn-experts-2J5mCte p {
    font-size: calc(14px - 0.2rem);
    padding: 15px;
}.our-background-aWGcZ9q .pro-program-EN3Xvrf .portfolio-image-3uGIpT0,
    .our-background-aWGcZ9q .learn-experts-2J5mCte .fast-track-kFJ9UQq {
    height: 250px;
}.our-background-aWGcZ9q .pro-program-EN3Xvrf .portfolio-image-3uGIpT0 {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 90% 100%, 0 100%);
}.our-background-aWGcZ9q .learn-experts-2J5mCte .fast-track-kFJ9UQq {
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%, 0 10%);
}.our-background-aWGcZ9q .pro-program-EN3Xvrf::after,
    .our-background-aWGcZ9q .learn-experts-2J5mCte::after {
    height: 30px;
    width: 30px;
}
}

@media screen and (min-width: 1400px) {.our-background-aWGcZ9q .pro-program-EN3Xvrf .portfolio-image-3uGIpT0,
    .our-background-aWGcZ9q .learn-experts-2J5mCte .fast-track-kFJ9UQq {
    height: 500px;
}.our-background-aWGcZ9q .pro-program-EN3Xvrf p,
    .our-background-aWGcZ9q .learn-experts-2J5mCte p {
    padding: 50px;
}}.education-history-WyCatAH {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(224,220,237), rgb(193,188,216,0.5));
    padding: 5rem 2rem;
}.education-history-WyCatAH::before {
    position: absolute;
    width: 100%;
    opacity: 0.1;
    left: 0;
    top: 0;
    z-index: 1;
    background: repeating-linear-gradient(45deg, rgb(160,155,192,0.5) 0px, transparent 2px, transparent 10px);
    content: "";
    height: 100%;
}.education-history-WyCatAH .review-spot-EDI6iW3 {
    gap: 4rem;
    border-radius: 13px;
    z-index: 2;
    max-width: 1200px;
    padding: 0;
    overflow: hidden;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    background: #ffffff;
    align-items: center;
    display: flex;
}.education-history-WyCatAH .portfolio-image-3uGIpT0 {
    transition: all 0.4s ease;
    flex-shrink: 0;
    height: 450px;
    width: 40%;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
}.education-history-WyCatAH .portfolio-image-3uGIpT0::after {
    content: "";
    opacity: 0.5;
    left: 0;
    background: linear-gradient(135deg, rgb(193,188,216,0.5), transparent);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}.education-history-WyCatAH .emp-section-IlE5OW1 {
    position: relative;
    width: 60%;
    padding: 3rem;
}.education-history-WyCatAH .name {
    margin-bottom: 0.5rem;
    display: inline-block;
    position: relative;
    font-size: 32px;
    font-weight: 700;
    color: #000000;
}.education-history-WyCatAH .name::after {
    position: absolute;
    content: "";
    bottom: -8px;
    transition: width 0.3s ease;
    left: 0;
    background: rgb(193,188,216);
    width: 50%;
    height: 3px;
}.education-history-WyCatAH .emp-section-IlE5OW1 > div:nth-child(2) {
    margin-bottom: 1.5rem;
    font-weight: 600;
    color: rgb(160,155,192);
    font-size: 21px;
    padding-left: 2px;
}.education-history-WyCatAH .career-container-XuKVOco {
    position: relative;
    font-size: 16px;
    color: #000000;
    padding-left: 1.5rem;
    font-family: Arial, sans-serif;
    line-height: 1.6;
}.education-history-WyCatAH .career-container-XuKVOco::before {
    position: absolute;
    top: -2rem;
    opacity: 0.4;
    content: "";
    color: rgb(193,188,216,0.5);
    left: -1rem;
    font-size: 4rem;
}.education-history-WyCatAH .review-spot-EDI6iW3:hover .portfolio-image-3uGIpT0 {
    transform: scale(1.03);
}.education-history-WyCatAH .review-spot-EDI6iW3:hover .name::after {
    width: 100%;
}

@media (max-width: 992px) {.education-history-WyCatAH .review-spot-EDI6iW3 {
    gap: 2rem;
    flex-direction: column;
}.education-history-WyCatAH .portfolio-image-3uGIpT0 {
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    height: 350px;
}.education-history-WyCatAH .emp-section-IlE5OW1 {
    width: 100%;
    padding: 0 2rem 2rem;
}
}

@media (max-width: 576px) {.education-history-WyCatAH {
    padding: 3rem 1rem;
}.education-history-WyCatAH .portfolio-image-3uGIpT0 {
    height: 280px;
}.education-history-WyCatAH .emp-section-IlE5OW1 {
    padding: 0 1.5rem 1.5rem;
}.education-history-WyCatAH .name {
    font-size: calc(32px * 0.85);
}.education-history-WyCatAH .career-container-XuKVOco {
    font-size: calc(16px * 0.95);
}}.opening-board-Rx5XKk2 {
    overflow: hidden;
    align-items: center;
    min-height: 100vh;
    display: flex;
    position: relative;
    justify-content: center;
    padding: 3rem 1.5rem;
}.opening-board-Rx5XKk2::before {
    right: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(135deg, 
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.65) 50%,
    rgba(0, 0, 0, 0.75) 100%);
    top: 0;
    z-index: 1;
    bottom: 0;
    content: "";
}.opening-board-Rx5XKk2::after {
    position: absolute;
    opacity: 0.06;
    bottom: 0;
    pointer-events: none;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    background-image: repeating-linear-gradient(
    45deg,
    rgb(193,188,216,0.5) 0px,
    transparent 1px,
    transparent 10px,
    rgb(193,188,216,0.5) 11px,
    transparent 12px
  );
    z-index: 2;
}.opening-board-Rx5XKk2 > div {
    z-index: 3;
    max-width: 1200px;
    gap: 3rem;
    position: relative;
    animation: slide-up 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    display: flex;
    transform: translateY(20px);
    flex-direction: column;
    width: 100%;
}.opening-board-Rx5XKk2 > div > div:first-child {
    padding-left: 1rem;
    position: relative;
}.opening-board-Rx5XKk2 > div > div:first-child::before {
    top: 0;
    height: 100%;
    transform: scaleY(0);
    left: 0;
    background: linear-gradient(to bottom, 
    rgb(193,188,216), 
    rgb(160,155,192));
    width: 6px;
    position: absolute;
    transform-origin: top;
    animation: line-grow 1s cubic-bezier(0.22, 1, 0.36, 1) 0.3s forwards;
    content: "";
}.opening-board-Rx5XKk2 .title_style_header {
    position: relative;
    color: #ffffff;
    font-size: clamp(2.5rem, 5vw, 42px);
    opacity: 0;
    transform: translateX(-10px);
    margin: 0;
    font-weight: 700;
    text-shadow: 0 4px 12px rgba(0,0,0,0.3);
    animation: fade-in-slide 1s cubic-bezier(0.22, 1, 0.36, 1) 0.5s forwards;
    line-height: 1.2;
}.opening-board-Rx5XKk2 .edu-first-CN5Pbzf {
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.2),
    0 4px 12px rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);
    transform: translateY(30px);
    display: flex;
    padding: 2.5rem;
    background: linear-gradient(135deg, 
    rgba(255, 255, 255, 0.03) 0%, 
    rgba(255, 255, 255, 0.1) 100%);
    flex-direction: column;
    -webkit-backdrop-filter: blur(8px);
    opacity: 0;
    gap: 2rem;
    animation: fade-in-up 1s cubic-bezier(0.22, 1, 0.36, 1) 0.8s forwards;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}.opening-board-Rx5XKk2 .learn-pro-njNtEFO {
    animation: fade-in 1s ease 1.1s forwards;
    position: relative;
    opacity: 0;
}.opening-board-Rx5XKk2 .learn-pro-njNtEFO::before {
    position: absolute;
    width: 40px;
    z-index: -1;
    opacity: 0.1;
    transform: rotate(45deg);
    background: rgb(160,155,192);
    left: -20px;
    animation: rotate-accent 30s linear infinite;
    top: -10px;
    height: 40px;
    content: "";
}.opening-board-Rx5XKk2 .learn-pro-njNtEFO h3 {
    margin: 0;
    font-weight: 600;
    color: #ffffff;
    font-size: clamp(1.2rem, 2.5vw, 1.6rem);
    line-height: 1.4;
}.opening-board-Rx5XKk2 .edu-first-CN5Pbzf > div:last-child {
    position: relative;
    display: flex;
    opacity: 0;
    align-items: center;
    animation: fade-in 1s ease 1.4s forwards;
}.opening-board-Rx5XKk2 .edu-first-CN5Pbzf > div:last-child::before {
    position: absolute;
    height: 1px;
    content: "";
    top: -15px;
    width: 50px;
    left: 0;
    background: linear-gradient(to right, rgb(193,188,216), transparent);
}.opening-board-Rx5XKk2 .edu-first-CN5Pbzf p {
    padding-left: 1rem;
    font-size: clamp(1rem, 2vw, 1.25rem);
    line-height: 1.6;
    position: relative;
    color: #ffffff;
    margin: 0;
}.opening-board-Rx5XKk2 .edu-first-CN5Pbzf p::before {
    left: 0;
    width: 6px;
    background-color: rgb(193,188,216);
    top: 50%;
    animation: pulse 3s ease infinite;
    content: "";
    position: absolute;
    border-radius: 10px;
    height: 6px;
    transform: translateY(-50%);
}

@keyframes slide-up {
  from {
    transform: translateY(20px);
  }
  to {
    transform: translateY(0);
  }
}

@keyframes fade-in-slide {
  from {
    opacity: 0;
    transform: translateX(-10px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fade-in-up {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes line-grow {
  from {
    transform: scaleY(0);
  }
  to {
    transform: scaleY(1);
  }
}

@keyframes pulse {
  0%, 100% {
    transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translateY(-50%) scale(1.5);
    opacity: 0.7;
  }
}

@keyframes rotate-accent {
  from {
    transform: rotate(45deg);
  }
  to {
    transform: rotate(405deg);
  }
}

@media (min-width: 768px) {.opening-board-Rx5XKk2 {
    padding: 5rem 2rem;
}.opening-board-Rx5XKk2 > div {
    gap: 4rem;
}.opening-board-Rx5XKk2 > div > div:first-child {
    padding-left: 2rem;
}.opening-board-Rx5XKk2 > div > div:first-child::before {
    width: 8px;
}.opening-board-Rx5XKk2 .edu-first-CN5Pbzf {
    padding: 3.5rem;
}.opening-board-Rx5XKk2 .learn-pro-njNtEFO::before {
    width: 60px;
    left: -30px;
    top: -15px;
    height: 60px;
}
}

@media (min-width: 1024px) {.opening-board-Rx5XKk2 > div {
    gap: 5rem;
}.opening-board-Rx5XKk2 .edu-first-CN5Pbzf {
    transform: perspective(1000px) rotateX(2deg);
    transform-origin: center bottom;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}.opening-board-Rx5XKk2 .edu-first-CN5Pbzf:hover {
    transform: perspective(1000px) rotateX(0deg);
}.opening-board-Rx5XKk2 > div > div:first-child {
    padding-left: 3rem;
}.opening-board-Rx5XKk2 > div > div:first-child::before {
    width: 10px;
}
}

@media (max-width: 480px) {.opening-board-Rx5XKk2 {
    padding: 2rem 1rem;
}.opening-board-Rx5XKk2 > div {
    gap: 2rem;
}.opening-board-Rx5XKk2 .edu-first-CN5Pbzf {
    padding: 1.5rem;
}.opening-board-Rx5XKk2 .learn-pro-njNtEFO h3 {
    font-size: 1.1rem;
}.opening-board-Rx5XKk2 .edu-first-CN5Pbzf p {
    font-size: 0.95rem;
}}.appSpot-eDMRtoS {
    z-index: 1;
    background: linear-gradient(135deg, rgb(193,188,216,0.5), rgb(160,155,192,0.5) 70%);
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
}.appSpot-eDMRtoS::before {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    z-index: -1;
    content: '';
    background-image: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.03) 10px,
        rgba(255, 255, 255, 0.03) 20px
    );
}.appSpot-eDMRtoS::after {
    animation: pulse 15s infinite alternate ease-in-out;
    right: -50%;
    position: absolute;
    z-index: -1;
    height: 100%;
    background: radial-gradient(circle, rgb(160,155,192,0.5) 0%, transparent 70%);
    opacity: 0.4;
    width: 100%;
    top: -50%;
    content: '';
    transform: scale(1.5);
}.appSpot-eDMRtoS .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 0 2rem;
}.appSpot-eDMRtoS .master-track-3C75lOf {
    padding: 3.5rem;
    max-width: 900px;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(255, 255, 255, 0.1);
    flex-direction: column;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.9);
    position: relative;
    display: flex;
    z-index: 2;
}.appSpot-eDMRtoS .master-track-3C75lOf:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12), 
                0 10px 20px rgba(0, 0, 0, 0.07),
                0 0 0 1px rgba(255, 255, 255, 0.15);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.appSpot-eDMRtoS .master-track-3C75lOf > div:first-child {
    margin-bottom: 2rem;
    position: relative;
}.appSpot-eDMRtoS .master-track-3C75lOf > div:first-child::before {
    left: -3.5rem;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    width: 1.5rem;
    height: 60px;
    background: rgb(193,188,216);
    position: absolute;
}.appSpot-eDMRtoS h5 {
    line-height: 1.4;
    font-size: 21px;
    border-left: 3px solid rgb(160,155,192);
    font-weight: 700;
    margin: 0;
    position: relative;
    padding-left: 1rem;
    color: #000000;
}.appSpot-eDMRtoS a {
    transition: all 0.4s ease;
    overflow: hidden;
    position: relative;
    transform-origin: left center;
    text-decoration: none;
    display: block;
}.appSpot-eDMRtoS a::before {
    position: absolute;
    background: linear-gradient(90deg, rgb(193,188,216,0.5) 0%, transparent 100%);
    width: 100%;
    z-index: -1;
    height: 100%;
    transition: opacity 0.5s ease;
    opacity: 0;
    content: '';
}.appSpot-eDMRtoS a:hover::before {
    opacity: 0.1;
}.appSpot-eDMRtoS p {
    margin: 0;
    line-height: 1.7;
    color: #000000;
    transition: transform 0.3s ease, color 0.3s ease;
    font-size: 16px;
}.appSpot-eDMRtoS a:hover p {
    transform: translateX(5px);
    color: rgb(193,188,216);
}.appSpot-eDMRtoS .master-track-3C75lOf > div:last-child {
    position: relative;
    padding-top: 2rem;
}.appSpot-eDMRtoS .master-track-3C75lOf > div:last-child::before {
    height: 1px;
    width: 100%;
    left: 0;
    top: 0;
    content: '';
    background: linear-gradient(90deg, rgb(193,188,216,0.5), transparent 80%);
    position: absolute;
}

@keyframes pulse {
    0% { transform: scale(1.5); opacity: 0.4; }
    50% { transform: scale(1.7); opacity: 0.5; }
    100% { transform: scale(1.5); opacity: 0.4; }
}

@media (max-width: 992px) {.appSpot-eDMRtoS {
    padding: 4rem 0;
}.appSpot-eDMRtoS .master-track-3C75lOf {
    padding: 2.5rem;
    transform: perspective(800px) rotateX(1deg);
}.appSpot-eDMRtoS .master-track-3C75lOf > div:first-child::before {
    left: -2.5rem;
    width: 1rem;
    height: 50px;
}.appSpot-eDMRtoS h5 {
    font-size: calc(21px - 0.1rem);
}
}

@media (max-width: 768px) {.appSpot-eDMRtoS {
    padding: 3rem 0;
}.appSpot-eDMRtoS .master-track-3C75lOf {
    padding: 2rem;
    transform: none;
}.appSpot-eDMRtoS .master-track-3C75lOf:hover {
    transform: translateY(-5px);
}.appSpot-eDMRtoS .master-track-3C75lOf > div:first-child::before {
    height: 40px;
    width: 0.7rem;
    left: -2rem;
}.appSpot-eDMRtoS h5 {
    font-size: calc(21px - 0.2rem);
    padding-left: 0.7rem;
}
}

@media (max-width: 576px) {.appSpot-eDMRtoS {
    padding: 2.5rem 0;
}.appSpot-eDMRtoS .container {
    padding: 0 1.5rem;
}.appSpot-eDMRtoS .master-track-3C75lOf {
    padding: 1.5rem;
}.appSpot-eDMRtoS .master-track-3C75lOf > div:first-child {
    margin-bottom: 1.5rem;
}.appSpot-eDMRtoS .master-track-3C75lOf > div:first-child::before {
    left: -1.5rem;
    width: 0.5rem;
    height: 30px;
}.appSpot-eDMRtoS h5 {
    font-size: calc(21px - 0.3rem);
    padding-left: 0.5rem;
}.appSpot-eDMRtoS p {
    line-height: 1.6;
    font-size: calc(16px - 0.1rem);
}.appSpot-eDMRtoS .master-track-3C75lOf > div:last-child {
    padding-top: 1.5rem;
}}.course-demographic-JCzFu86 {
    overflow: hidden;
    padding: 120px 0 100px;
    background: rgb(224,220,237);
    position: relative;
}.course-demographic-JCzFu86::before {
    background: rgb(193,188,216,0.5);
    transform: rotate(35deg);
    height: 100%;
    content: "";
    right: -50%;
    position: absolute;
    width: 100%;
    top: -50%;
    z-index: 1;
}.course-demographic-JCzFu86::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    bottom: -50%;
    background: rgb(160,155,192,0.5);
    transform: rotate(-35deg);
    left: -50%;
    z-index: 1;
}.course-demographic-JCzFu86 .container {
    max-width: 1140px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
    padding: 0 15px;
}.course-demographic-JCzFu86 .master-track-3C75lOf {
    border-radius: 28px;
    overflow: hidden;
    padding: 60px 40px;
    position: relative;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
    background: #ffffff;
}.course-demographic-JCzFu86 .master-track-3C75lOf::before {
    left: 0;
    width: 100%;
    content: "";
    height: 6px;
    background: linear-gradient(90deg, rgb(193,188,216), rgb(160,155,192));
    position: absolute;
    top: 0;
}.course-demographic-JCzFu86 .master-track-3C75lOf::after {
    top: 20px;
    z-index: -1;
    content: "";
    border: 2px solid rgb(193,188,216,0.5);
    right: 20px;
    border-radius: 50%;
    opacity: 0.5;
    width: 120px;
    position: absolute;
    height: 120px;
}.course-demographic-JCzFu86 h4 {
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
    font-size: 38px;
    position: relative;
    color: #000000;
}.course-demographic-JCzFu86 h4::before {
    content: "";
    border-radius: 10px;
    position: absolute;
    width: 40px;
    background: rgb(193,188,216);
    height: 4px;
    transform: translateX(-50%);
    left: 50%;
    bottom: -20px;
}.course-demographic-JCzFu86 h4::after {
    transform: translateX(-20px);
    height: 4px;
    background: rgb(160,155,192,0.5);
    bottom: -20px;
    left: 50%;
    width: 80px;
    border-radius: 10px;
    content: "";
    position: absolute;
}.course-demographic-JCzFu86 div > div {
    display: grid;
    gap: 30px;
    position: relative;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}.course-demographic-JCzFu86 div > div::before {
    opacity: 0.5;
    content: "";
    position: absolute;
    left: 0;
    height: 1px;
    z-index: -1;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(160,155,192,0.5) 20%, 
        rgb(160,155,192,0.5) 80%, 
        transparent 100%);
    width: 100%;
    top: 50%;
}.course-demographic-JCzFu86 p {
    z-index: 1;
    font-size: 12px;
    display: flex;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    margin: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    align-items: center;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    color: #000000;
    position: relative;
    padding: 24px;
}.course-demographic-JCzFu86 p::before {
    left: 0;
    transition: opacity 0.4s ease;
    opacity: 0;
    content: "";
    background: linear-gradient(135deg, #ffffff 0%, rgb(224,220,237) 100%);
    z-index: -1;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    border-radius: 10px;
}.course-demographic-JCzFu86 p:hover {
    transform: translateY(-10px) scale(1.02);
    border-color: rgb(193,188,216,0.5);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}.course-demographic-JCzFu86 p:hover::before {
    opacity: 1;
}.course-demographic-JCzFu86 p svg {
    flex-shrink: 0;
    transition: all 0.4s ease;
    width: 28px;
    margin-right: 18px;
    height: 28px;
}.course-demographic-JCzFu86 p svg path {
    fill: rgb(193,188,216);
    transition: fill 0.3s ease;
}.course-demographic-JCzFu86 p:hover svg {
    transform: rotate(10deg) scale(1.2);
}.course-demographic-JCzFu86 p:hover svg path {
    fill: rgb(160,155,192);
}@keyframes dotAnimation {
    0% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.5);
    }
    100% {
        transform: translateY(0) scale(1);
    }
}

.course-demographic-JCzFu86 .master-track-3C75lOf::before {
    animation: dotAnimation 8s infinite;
}@keyframes fadeSlideIn {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.course-demographic-JCzFu86 .master-track-3C75lOf > div p {
    opacity: 0;
    animation: fadeSlideIn 0.6s ease forwards;
}.course-demographic-JCzFu86 .master-track-3C75lOf > div p:nth-child(1) {
    animation-delay: 0.1s;
}.course-demographic-JCzFu86 .master-track-3C75lOf > div p:nth-child(2) {
    animation-delay: 0.3s;
}.course-demographic-JCzFu86 .master-track-3C75lOf > div p:nth-child(3) {
    animation-delay: 0.5s;
}.course-demographic-JCzFu86 .master-track-3C75lOf > div p:nth-child(4) {
    animation-delay: 0.7s;
}.course-demographic-JCzFu86 .master-track-3C75lOf > div p:nth-child(5) {
    animation-delay: 0.9s;
}.course-demographic-JCzFu86 .master-track-3C75lOf > div p:nth-child(6) {
    animation-delay: 1.1s;
}.course-demographic-JCzFu86 p::after {
    z-index: -1;
    position: absolute;
    transition: all 0.4s ease;
    width: 30px;
    border-radius: 50%;
    right: 10px;
    content: "";
    bottom: 10px;
    height: 30px;
    background: rgb(160,155,192,0.5);
    opacity: 0;
}.course-demographic-JCzFu86 p:hover::after {
    opacity: 0.3;
    transform: scale(2);
}

@media (max-width: 991px) {.course-demographic-JCzFu86 {
    padding: 90px 0 80px;
}.course-demographic-JCzFu86 .master-track-3C75lOf {
    padding: 50px 30px;
}.course-demographic-JCzFu86 h4 {
    margin-bottom: 40px;
    font-size: calc(38px * 0.9);
}.course-demographic-JCzFu86 div > div {
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.course-demographic-JCzFu86 p {
    padding: 20px;
}.course-demographic-JCzFu86 .master-track-3C75lOf::after {
    width: 100px;
    height: 100px;
}
}

@media (max-width: 768px) {.course-demographic-JCzFu86 {
    padding: 80px 0 70px;
}.course-demographic-JCzFu86 .master-track-3C75lOf {
    padding: 40px 25px;
}.course-demographic-JCzFu86 h4 {
    font-size: calc(38px * 0.8);
    margin-bottom: 35px;
}.course-demographic-JCzFu86 div > div {
    grid-template-columns: 1fr;
    gap: 20px;
}.course-demographic-JCzFu86 div > div::before {
    display: none;
}.course-demographic-JCzFu86 p {
    padding: 18px;
}.course-demographic-JCzFu86 p svg {
    width: 24px;
    margin-right: 15px;
    height: 24px;
}.course-demographic-JCzFu86 .master-track-3C75lOf::after {
    left: 20px;
    width: 80px;
    height: 80px;
    right: auto;
    top: auto;
    bottom: 20px;
}
}

@media (max-width: 576px) {.course-demographic-JCzFu86 {
    padding: 60px 0 50px;
}.course-demographic-JCzFu86 .master-track-3C75lOf {
    padding: 35px 20px;
}.course-demographic-JCzFu86 h4 {
    font-size: calc(38px * 0.7);
    margin-bottom: 30px;
}.course-demographic-JCzFu86 h4::before {
    height: 3px;
    width: 30px;
}.course-demographic-JCzFu86 h4::after {
    width: 60px;
    height: 3px;
}.course-demographic-JCzFu86 p {
    padding: 15px;
    font-size: calc(12px * 0.9);
}.course-demographic-JCzFu86 p svg {
    margin-right: 12px;
    width: 20px;
    height: 20px;
}.course-demographic-JCzFu86 p:hover {
    transform: translateY(-5px) scale(1.01);
}.course-demographic-JCzFu86 .master-track-3C75lOf::after {
    height: 60px;
    width: 60px;
}}footer {
    position: relative;
}footer::before {
    top: 0;
    bottom: 0;
    z-index: 1;
    content: '';
    right: 0;
    position: absolute;
    left: 0;
    background: linear-gradient(45deg, rgb(160,155,192,0.5) 0%, rgb(193,188,216,0.5) 100%);
}.facebook-cta-5Sp0MXF {
    font-family: Arial, sans-serif;
    position: relative;
    padding: 80px 0 40px;
    color: #ffffff;
    z-index: 2;
}.facebook-cta-5Sp0MXF .container {
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 30px;
    display: grid;
}.facebook-cta-5Sp0MXF .company_holder {
    position: relative;
    grid-column: 1 / 5;
    z-index: 3;
}.facebook-cta-5Sp0MXF .company_holder h3 {
    position: relative;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 1px;
    font-weight: 700;
    padding-bottom: 10px;
    color: #ffffff;
    font-size: 37px;
    display: inline-block;
}.facebook-cta-5Sp0MXF .company_holder h3::after {
    width: 40px;
    position: absolute;
    background: rgb(193,188,216);
    border-radius: 10px;
    left: 0;
    bottom: 0;
    height: 4px;
    content: '';
}.facebook-cta-5Sp0MXF .design-res-gjNAZb5 {
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    line-height: 1.6;
    margin-top: 25px;
    padding: 20px;
    font-size: 14px;
    background: rgba(255, 255, 255, 0.1);
    border-left: 4px solid rgb(193,188,216);
    border-radius: 18px;
    transform: translateZ(0);
}.facebook-cta-5Sp0MXF .cert-block-ChSP0nT {
    position: relative;
    grid-column: 5 / 13;
}.facebook-cta-5Sp0MXF .site-start-Y9svmK6 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
}.facebook-cta-5Sp0MXF .header-top-IKLcS9a {
    position: relative;
}.facebook-cta-5Sp0MXF .header-top-IKLcS9a h5 {
    margin-bottom: 25px;
    font-size: 18px;
    position: relative;
    font-weight: 600;
    display: inline-block;
    color: #ffffff;
}.facebook-cta-5Sp0MXF .header-top-IKLcS9a h5::before {
    top: 50%;
    content: '';
    background: rgb(193,188,216);
    height: 8px;
    border-radius: 50%;
    left: -15px;
    position: absolute;
    transform: translateY(-50%);
    width: 8px;
}.facebook-cta-5Sp0MXF .header-top-IKLcS9a .site-start-Y9svmK6 {
    gap: 15px;
    flex-direction: column;
    display: flex;
}.facebook-cta-5Sp0MXF .header-top-IKLcS9a .site-start-Y9svmK6 a {
    z-index: 1;
    position: relative;
    color: #ffffff;
    transition: all 0.3s ease;
    padding: 8px 15px;
    text-decoration: none;
    font-size: 14px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    overflow: hidden;
}.facebook-cta-5Sp0MXF .header-top-IKLcS9a .site-start-Y9svmK6 a::before {
    content: '';
    transition: all 0.3s ease;
    width: 3px;
    height: 100%;
    position: absolute;
    left: 0;
    z-index: -1;
    top: 0;
    background: rgb(193,188,216);
}.facebook-cta-5Sp0MXF .header-top-IKLcS9a .site-start-Y9svmK6 a:hover {
    transform: translateX(5px);
    background: rgba(255, 255, 255, 0.1);
}.facebook-cta-5Sp0MXF .header-top-IKLcS9a .site-start-Y9svmK6 a:hover::before {
    width: 100%;
    background: rgb(193,188,216,0.5);
}.subscr-info-0xzlpry {
    margin-top: 60px;
    position: relative;
    background: rgba(0, 0, 0, 0.3);
    padding: 20px 0;
    z-index: 2;
}.subscr-info-0xzlpry::before {
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    right: 15%;
    left: 15%;
    height: 1px;
    opacity: 0.2;
    position: absolute;
    content: '';
    top: 0;
}.subscr-info-0xzlpry .container {
    display: flex;
    align-items: center;
    justify-content: center;
}.subscr-info-0xzlpry .green-edu-8QLYUlc {
    text-align: center;
    font-size: 13px;
    color: #ffffff;
    letter-spacing: 0.5px;
    opacity: 0.8;
}@keyframes floatAnimation {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

footer::after {
    z-index: 1;
    top: 0;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.02) 10px,
        rgba(255, 255, 255, 0.02) 20px
    );
    right: 0;
    bottom: 0;
    position: absolute;
    left: 0;
    content: '';
}

@media (max-width: 992px) {.facebook-cta-5Sp0MXF .container {
    grid-template-columns: repeat(1, 1fr);
}.facebook-cta-5Sp0MXF .company_holder {
    grid-column: 1 / -1;
    margin-bottom: 40px;
}.facebook-cta-5Sp0MXF .cert-block-ChSP0nT {
    grid-column: 1 / -1;
}.facebook-cta-5Sp0MXF .site-start-Y9svmK6 {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 768px) {.facebook-cta-5Sp0MXF {
    padding: 60px 0 30px;
}.facebook-cta-5Sp0MXF .site-start-Y9svmK6 {
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr);
}.facebook-cta-5Sp0MXF .header-top-IKLcS9a {
    padding: 0;
}}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.facebook-cta-5Sp0MXF::before {
    position: absolute;
    height: 5px;
    left: 0;
    top: 0;
    content: '';
    animation: gradientShift 5s infinite;
    background-size: 200% 200%;
    width: 100%;
    background: linear-gradient(90deg, rgb(193,188,216), rgb(160,155,192), rgb(193,188,216));
}.facebook-cta-5Sp0MXF .company_holder::after {
    right: -50px;
    opacity: 0.4;
    top: 40px;
    z-index: -1;
    background: rgb(193,188,216,0.5);
    filter: blur(60px);
    position: absolute;
    width: 150px;
    content: '';
    border-radius: 50%;
    height: 150px;
}.facebook-cta-5Sp0MXF .company_holder::before {
    height: 100px;
    z-index: -1;
    background: rgb(160,155,192,0.5);
    width: 100px;
    filter: blur(40px);
    content: '';
    left: -30px;
    bottom: 0;
    opacity: 0.3;
    position: absolute;
    border-radius: 50%;
}.facebook-cta-5Sp0MXF .cert-block-ChSP0nT::after {
    z-index: -1;
    border-radius: 50%;
    height: 120px;
    width: 120px;
    filter: blur(50px);
    right: 100px;
    opacity: 0.2;
    content: '';
    top: -20px;
    background: rgb(193,188,216,0.5);
    position: absolute;
}.facebook-cta-5Sp0MXF .cert-block-ChSP0nT::before {
    height: 180px;
    bottom: -50px;
    background: rgb(160,155,192,0.5);
    border-radius: 50%;
    content: '';
    opacity: 0.25;
    left: 80px;
    position: absolute;
    width: 180px;
    z-index: -1;
    filter: blur(70px);
}@keyframes borderPulse {
    0%, 100% {
        border-color: rgba(255, 255, 255, 0.1);
    }
    50% {
        border-color: rgba(255, 255, 255, 0.3);
    }
}

.facebook-cta-5Sp0MXF .header-top-IKLcS9a {
    animation: borderPulse 4s infinite;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
}.facebook-cta-5Sp0MXF .header-top-IKLcS9a h5 {
    letter-spacing: 0.5px;
}.facebook-cta-5Sp0MXF .header-top-IKLcS9a h5::after {
    bottom: -5px;
    position: absolute;
    height: 2px;
    left: 0;
    background: rgb(160,155,192);
    content: '';
    width: 30px;
}@keyframes movingGradient {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

.subscr-info-0xzlpry {
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.6) 0%, 
        rgba(0, 0, 0, 0.3) 50%, 
        rgba(0, 0, 0, 0.6) 100%);
    background-size: 200% 200%;
    animation: movingGradient 10s ease infinite;
}.privacy-widget-Ctslr1p {
    background: linear-gradient(145deg, rgb(224,220,237), rgba(248, 249, 250, 0.97));
    font-family: Arial, sans-serif;
    position: relative;
    padding: 6rem 2rem;
    overflow: hidden;
    color: #000000;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}.privacy-widget-Ctslr1p::before {
    opacity: 0.05;
    height: 100%;
    width: 100%;
    left: 0;
    background: radial-gradient(circle at 15% 85%, rgb(193,188,216,0.5) 0%, transparent 25%);
    content: "";
    position: absolute;
    pointer-events: none;
    z-index: 0;
    top: 0;
    animation: pulse 15s infinite alternate ease-in-out;
}.privacy-widget-Ctslr1p::after {
    background: linear-gradient(135deg, transparent 0%, rgb(160,155,192,0.5) 100%);
    height: 100%;
    top: 0;
    right: 0;
    content: "";
    opacity: 0.03;
    pointer-events: none;
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 50% 0);
    position: absolute;
    z-index: 0;
    width: 40%;
}.privacy-widget-Ctslr1p .container {
    z-index: 1;
    transform: perspective(1000px) rotateY(0.5deg);
    border-left: 3px solid rgb(193,188,216);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    backdrop-filter: blur(8px);
    margin: 0 auto;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.05);
    position: relative;
    max-width: 1140px;
    padding: 3rem;
}.privacy-widget-Ctslr1p .container:hover {
    transform: perspective(1000px) rotateY(0deg);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}.privacy-widget-Ctslr1p h1 {
    margin-bottom: 2.5rem;
    letter-spacing: -0.5px;
    font-weight: 700;
    position: relative;
    transform: translateX(-0.5rem);
    color: #000000;
    padding-bottom: 1rem;
    font-size: 46px;
}.privacy-widget-Ctslr1p h1::after {
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(193,188,216), rgb(193,188,216,0.5));
    height: 4px;
    content: "";
    bottom: 0;
    transition: width 0.4s ease;
    width: 6rem;
    border-radius: 10px;
}.privacy-widget-Ctslr1p h1:hover::after {
    width: 10rem;
}.privacy-widget-Ctslr1p h2 {
    transition: all 0.3s ease;
    border-left: 2px solid rgb(193,188,216);
    padding-left: 1rem;
    color: #000000;
    font-size: 29px;
    font-weight: 600;
    margin: 3rem 0 1.5rem;
}.privacy-widget-Ctslr1p h2:hover {
    color: rgb(193,188,216);
    padding-left: 1.5rem;
}.privacy-widget-Ctslr1p h3 {
    border-left: 1px solid rgb(193,188,216,0.5);
    font-size: calc(20px + 0.1rem);
    padding-left: 0.8rem;
    color: #000000;
    margin: 2.5rem 0 1rem;
    font-weight: 600;
}.privacy-widget-Ctslr1p h4 {
    font-size: 20px;
    margin: 2rem 0 1rem;
    padding-left: 0.5rem;
    border-left: 1px dashed rgb(193,188,216,0.5);
    font-weight: 400;
    color: #000000;
}.privacy-widget-Ctslr1p p {
    font-size: 18px;
    transition: transform 0.3s ease;
    margin-bottom: 1.5rem;
    position: relative;
    line-height: 1.8;
}.privacy-widget-Ctslr1p p:hover {
    transform: translateX(5px);
}.privacy-widget-Ctslr1p strong {
    font-weight: 600;
    position: relative;
    color: #000000;
}.privacy-widget-Ctslr1p strong::after {
    left: 0;
    transform-origin: left;
    background-color: rgb(193,188,216,0.5);
    position: absolute;
    transition: transform 0.3s ease;
    bottom: -2px;
    transform: scaleX(0.8);
    content: "";
    width: 100%;
    height: 1px;
}.privacy-widget-Ctslr1p strong:hover::after {
    transform: scaleX(1);
}.privacy-widget-Ctslr1p ul {
    margin: 1.5rem 0 2rem 1.5rem;
    list-style-type: none;
}.privacy-widget-Ctslr1p li {
    position: relative;
    line-height: 1.7;
    transition: all 0.3s ease;
    padding-left: 1.5rem;
    font-size: 18px;
    margin-bottom: 1rem;
}.privacy-widget-Ctslr1p li::before {
    height: 8px;
    content: "";
    transform: rotate(45deg);
    position: absolute;
    border: 1px solid rgb(193,188,216);
    opacity: 0.8;
    left: 0;
    top: 0.7rem;
    width: 8px;
    transition: all 0.3s ease;
}.privacy-widget-Ctslr1p li:hover {
    padding-left: 1.8rem;
}.privacy-widget-Ctslr1p li:hover::before {
    background-color: rgb(193,188,216,0.5);
    transform: rotate(135deg);
}.privacy-widget-Ctslr1p span {
    margin-bottom: 1.5rem;
    font-style: italic;
    padding-left: 1rem;
    border-left: 1px solid rgb(160,155,192,0.5);
    display: block;
    opacity: 0.9;
    font-size: 18px;
    color: #000000;
    line-height: 1.8;
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.03;
    }
    50% {
        opacity: 0.08;
    }
}

@media (max-width: 992px) {.privacy-widget-Ctslr1p {
    padding: 5rem 1.5rem;
}.privacy-widget-Ctslr1p .container {
    padding: 2.5rem;
    transform: perspective(800px) rotateY(0.3deg);
}.privacy-widget-Ctslr1p h1 {
    font-size: calc(46px - 0.2rem);
}.privacy-widget-Ctslr1p h2 {
    font-size: calc(29px - 0.1rem);
}
}

@media (max-width: 768px) {.privacy-widget-Ctslr1p {
    padding: 4rem 1rem;
}.privacy-widget-Ctslr1p .container {
    transform: none;
    padding: 2rem 1.5rem;
    border-left-width: 2px;
}.privacy-widget-Ctslr1p::before,
    .privacy-widget-Ctslr1p::after {
    opacity: 0.02;
}.privacy-widget-Ctslr1p h1 {
    font-size: calc(46px - 0.4rem);
    margin-bottom: 2rem;
}.privacy-widget-Ctslr1p h2 {
    margin: 2.5rem 0 1rem;
    font-size: calc(29px - 0.3rem);
}.privacy-widget-Ctslr1p h3, 
    .privacy-widget-Ctslr1p h4 {
    font-size: calc(20px - 0.1rem);
}.privacy-widget-Ctslr1p p, 
    .privacy-widget-Ctslr1p li, 
    .privacy-widget-Ctslr1p span {
    line-height: 1.6;
    font-size: calc(18px - 0.05rem);
}.privacy-widget-Ctslr1p ul {
    margin-left: 0.5rem;
}.privacy-widget-Ctslr1p p:hover {
    transform: translateX(3px);
}
}

@media (max-width: 576px) {.privacy-widget-Ctslr1p {
    padding: 3rem 0.8rem;
}.privacy-widget-Ctslr1p .container {
    padding: 1.5rem 1rem;
    border-left-width: 1px;
}.privacy-widget-Ctslr1p h1 {
    margin-bottom: 1.5rem;
    transform: none;
    font-size: calc(46px - 0.6rem);
}.privacy-widget-Ctslr1p h1::after {
    width: 4rem;
    height: 3px;
}.privacy-widget-Ctslr1p h2 {
    font-size: calc(29px - 0.5rem);
    padding-left: 0.7rem;
}.privacy-widget-Ctslr1p h3, 
    .privacy-widget-Ctslr1p h4 {
    padding-left: 0.5rem;
}.privacy-widget-Ctslr1p li {
    padding-left: 1.2rem;
}.privacy-widget-Ctslr1p li:hover {
    padding-left: 1.4rem;
}.privacy-widget-Ctslr1p p:hover,
    .privacy-widget-Ctslr1p li:hover,
    .privacy-widget-Ctslr1p h2:hover {
    transform: none;
    padding-left: 0.7rem;
}.privacy-widget-Ctslr1p span {
    padding-left: 0.5rem;
}}.offer-package-Hn8VlWc {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background-color: rgb(224,220,237);
}.offer-package-Hn8VlWc::before {
    height: 120%;
    content: "";
    left: -5%;
    top: -10%;
    z-index: 0;
    transform: rotate(-3deg);
    width: 110%;
    position: absolute;
    background: linear-gradient(135deg, 
        rgba(var(--secondary-color-rgb), 0.03) 0%,
        rgba(var(--secondary-color-rgb), 0.01) 40%, 
        rgba(var(--primary-color-rgb), 0.02) 60%, 
        rgba(var(--primary-color-rgb), 0.05) 100%);
}.offer-package-Hn8VlWc .container {
    z-index: 1;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
}.offer-package-Hn8VlWc .fee-struct-2pvmGDc {
    display: flex;
    flex-direction: column;
}.offer-package-Hn8VlWc .fee-plan-BQGHNjc {
    position: relative;
    order: 1;
    text-align: center;
    margin-bottom: 50px;
}.offer-package-Hn8VlWc .fee-plan-BQGHNjc h2 {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    color: #000000;
    background: linear-gradient(120deg, rgb(160,155,192), rgb(193,188,216));
    font-size: 36px;
    margin-bottom: 15px;
    font-weight: 700;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    transform: translateY(0);
}.offer-package-Hn8VlWc .fee-plan-BQGHNjc:hover h2 {
    transform: translateY(-5px);
}.offer-package-Hn8VlWc .learn-price-GojqR6c {
    color: #000000;
    font-size: 17px;
    max-width: 700px;
    line-height: 1.6;
    margin: 0 auto;
    position: relative;
}.offer-package-Hn8VlWc .learn-price-GojqR6c::after {
    background: linear-gradient(90deg, rgb(160,155,192), rgb(193,188,216));
    position: absolute;
    content: "";
    transform: translateX(-50%) scaleX(0.7);
    transition: transform 0.5s ease;
    left: 50%;
    height: 3px;
    bottom: -15px;
    width: 100px;
}.offer-package-Hn8VlWc .fee-plan-BQGHNjc:hover .learn-price-GojqR6c::after {
    transform: translateX(-50%) scaleX(1);
}.offer-package-Hn8VlWc .price-plan-IBNDCgA {
    grid-template-columns: repeat(1, 1fr);
    order: 2;
    gap: 30px;
    width: 100%;
    display: grid;
}.offer-package-Hn8VlWc .rate-choices-wX6qILv {
    display: block;
    transform-style: preserve-3d;
    border-radius: 11px;
    text-decoration: none;
    background-color: #ffffff;
    z-index: 1;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), 
                box-shadow 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    overflow: hidden;
    position: relative;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    perspective: 1000px;
}.offer-package-Hn8VlWc .rate-choices-wX6qILv::before {
    background: linear-gradient(90deg, rgb(160,155,192), rgb(193,188,216));
    content: "";
    transform: scaleX(0.85);
    left: 0;
    width: 100%;
    transform-origin: left;
    top: 0;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    height: 5px;
    position: absolute;
    z-index: 2;
}.offer-package-Hn8VlWc .rate-choices-wX6qILv:hover {
    box-shadow: 0 15px 30px rgba(var(--secondary-color-rgb), 0.12);
    transform: translateY(-10px);
}.offer-package-Hn8VlWc .rate-choices-wX6qILv:hover::before {
    transform: scaleX(1);
}.offer-package-Hn8VlWc .fee-deals-DJuAjcq {
    height: 100%;
    flex-direction: column;
    display: flex;
}.offer-package-Hn8VlWc .price-opts-DBlkcT2 {
    display: flex;
    overflow: hidden;
    z-index: 1;
    position: relative;
    flex-direction: column;
    padding: 30px;
    flex-grow: 1;
}.offer-package-Hn8VlWc .price-opts-DBlkcT2::before {
    width: 100%;
    left: 0;
    content: "";
    height: 100%;
    top: 0;
    position: absolute;
    background: linear-gradient(135deg, 
        rgba(var(--white-color-rgb), 0.7) 0%, 
        rgba(var(--white-color-rgb), 1) 60%);
    z-index: -1;
}.offer-package-Hn8VlWc .price-opts-DBlkcT2 h3 {
    font-weight: 700;
    transition: transform 0.4s ease;
    margin-bottom: 15px;
    color: #000000;
    font-size: calc(21px + 2px);
    position: relative;
}.offer-package-Hn8VlWc .rate-choices-wX6qILv:hover .price-opts-DBlkcT2 h3 {
    transform: translateX(5px);
}.offer-package-Hn8VlWc .edu-deals-sRvYJQk {
    transition: transform 0.4s ease, color 0.4s ease;
    color: rgb(193,188,216);
    font-size: calc(21px + 8px);
    margin-bottom: 20px;
    display: inline-block;
    padding: 5px 10px;
    font-weight: 700;
    position: relative;
}.offer-package-Hn8VlWc .edu-deals-sRvYJQk::before {
    left: 0;
    transform: scaleX(0.3);
    height: 2px;
    background: linear-gradient(90deg, rgb(160,155,192), rgb(193,188,216));
    bottom: 0;
    width: 100%;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: left;
    position: absolute;
    content: "";
}.offer-package-Hn8VlWc .rate-choices-wX6qILv:hover .edu-deals-sRvYJQk {
    transform: translateY(-5px);
    color: rgb(160,155,192);
}.offer-package-Hn8VlWc .rate-choices-wX6qILv:hover .edu-deals-sRvYJQk::before {
    transform: scaleX(1);
}.offer-package-Hn8VlWc .price-opts-DBlkcT2 p {
    flex-grow: 1;
    line-height: 1.6;
    color: #000000;
    hyphens: auto;
    max-width: 100%;
    margin-bottom: 0;
    font-size: 17px;
    word-wrap: break-word;
    overflow-wrap: break-word;
}.offer-package-Hn8VlWc .portfolio-image-3uGIpT0 {
    height: 200px;
    position: relative;
    width: 100%;
    transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    overflow: hidden;
}.offer-package-Hn8VlWc .portfolio-image-3uGIpT0::after {
    position: absolute;
    content: "";
    background: linear-gradient(0deg, 
        rgba(var(--dark-color-rgb), 0.4) 0%, 
        rgba(var(--dark-color-rgb), 0) 40%);
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
}.offer-package-Hn8VlWc .rate-choices-wX6qILv:hover .portfolio-image-3uGIpT0 {
    transform: scale(1.05);
}

@media (min-width: 768px) {.offer-package-Hn8VlWc .price-plan-IBNDCgA {
    grid-template-columns: repeat(2, 1fr);
}.offer-package-Hn8VlWc .price-opts-DBlkcT2 {
    padding: 35px;
}.offer-package-Hn8VlWc .portfolio-image-3uGIpT0 {
    height: 220px;
}
}

@media (min-width: 992px) {.offer-package-Hn8VlWc .fee-struct-2pvmGDc {
    flex-direction: row;
    gap: 60px;
    align-items: center;
}.offer-package-Hn8VlWc .fee-plan-BQGHNjc {
    order: 2;
    margin-bottom: 0;
    flex: 0 0 30%;
    text-align: left;
}.offer-package-Hn8VlWc .price-plan-IBNDCgA {
    flex: 0 0 65%;
    grid-template-columns: repeat(2, 1fr);
    order: 1;
}.offer-package-Hn8VlWc .learn-price-GojqR6c::after {
    transform: translateX(0) scaleX(0.7);
    left: 0;
}.offer-package-Hn8VlWc .fee-plan-BQGHNjc:hover .learn-price-GojqR6c::after {
    transform: translateX(0) scaleX(1);
}
}

@media (min-width: 1200px) {.offer-package-Hn8VlWc {
    padding: 150px 0;
}.offer-package-Hn8VlWc .price-plan-IBNDCgA {
    gap: 40px;
}.offer-package-Hn8VlWc .rate-choices-wX6qILv {
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), 
                    box-shadow 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}.offer-package-Hn8VlWc .rate-choices-wX6qILv:hover {
    transform: translateY(-15px) scale(1.02);
}.offer-package-Hn8VlWc .rate-choices-wX6qILv:nth-child(even) {
    transform: translateY(15px);
}.offer-package-Hn8VlWc .rate-choices-wX6qILv:nth-child(even):hover {
    transform: translateY(0) scale(1.02);
}.offer-package-Hn8VlWc .portfolio-image-3uGIpT0 {
    height: 250px;
}}.course-highlights-MeaDLA2 {
    padding: 120px 0;
    background: rgb(224,220,237);
    position: relative;
    overflow: hidden;
}.course-highlights-MeaDLA2::before {
    position: absolute;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 2px, rgb(160,155,192,0.5) 2px, rgb(160,155,192,0.5) 4px),
        repeating-linear-gradient(-45deg, transparent, transparent 2px, rgb(193,188,216,0.5) 2px, rgb(193,188,216,0.5) 4px);
    bottom: 0;
    z-index: 0;
    opacity: 0.03;
    left: 0;
    content: "";
    right: 0;
    top: 0;
}.course-highlights-MeaDLA2::after {
    top: 5%;
    width: 90%;
    filter: blur(40px);
    z-index: 0;
    position: absolute;
    animation: ambientLight 15s infinite alternate ease-in-out;
    height: 90%;
    left: 5%;
    background: 
        radial-gradient(ellipse at top left, rgb(193,188,216,0.5) 0%, transparent 60%),
        radial-gradient(ellipse at bottom right, rgb(160,155,192,0.5) 0%, transparent 60%);
    content: "";
}.course-highlights-MeaDLA2 .container {
    z-index: 1;
    position: relative;
}.course-highlights-MeaDLA2 .master-track-3C75lOf {
    background: transparent;
    display: flex;
    flex-direction: column;
    overflow: visible;
    max-width: 100%;
    position: relative;
    border-radius: 12px;
}.course-highlights-MeaDLA2 .portfolio-image-3uGIpT0 {
    position: absolute;
    height: 100%;
    overflow: hidden;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 5px 15px rgba(0, 0, 0, 0.1);
    z-index: 0;
    filter: saturate(0.8) contrast(1.1);
    width: 100%;
    transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    top: 0;
    border-radius: 12px;
    transform: translateZ(0);
}.course-highlights-MeaDLA2 .portfolio-image-3uGIpT0::before {
    height: 100%;
    width: 100%;
    content: "";
    z-index: 1;
    left: 0;
    top: 0;
    position: absolute;
    mix-blend-mode: multiply;
    background: linear-gradient(
        135deg,
        rgba(0, 0, 0, 0.5) 0%,
        transparent 30%,
        transparent 70%,
        rgba(0, 0, 0, 0.5) 100%
    );
}.course-highlights-MeaDLA2 .portfolio-image-3uGIpT0::after {
    opacity: 0.7;
    background: 
        linear-gradient(to right, #000000 0%, transparent 20%, transparent 80%, #000000 100%),
        linear-gradient(to bottom, #000000 0%, transparent 20%, transparent 80%, #000000 100%);
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    height: 100%;
    z-index: 2;
}.course-highlights-MeaDLA2 .master-track-3C75lOf:hover .portfolio-image-3uGIpT0 {
    filter: saturate(1.1) contrast(1.2);
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 100%, 
        65% 100%, 
        60% 85%, 
        40% 85%, 
        35% 100%, 
        0% 100%
    );
}.course-highlights-MeaDLA2 .career-progress-OqYI6gC {
    border-radius: 12px;
    backdrop-filter: blur(10px);
    margin: 40px auto;
    box-shadow:
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(255, 255, 255, 0.1);
    position: relative;
    width: 85%;
    transition: all 0.6s ease;
    background: rgba(255, 255, 255, 0.9);
    transform: perspective(1000px) rotateX(2deg);
    padding: 80px 60px;
    z-index: 3;
}.course-highlights-MeaDLA2 .career-progress-OqYI6gC::before {
    transition: opacity 0.6s ease;
    position: absolute;
    background: linear-gradient(
        45deg,
        rgb(193,188,216) 0%,
        transparent 30%,
        transparent 70%,
        rgb(160,155,192) 100%
    );
    right: -2px;
    border-radius: calc(12px + 2px);
    top: -2px;
    z-index: -1;
    content: "";
    bottom: -2px;
    left: -2px;
    opacity: 0.7;
}.course-highlights-MeaDLA2 .career-progress-OqYI6gC::after {
    bottom: 10px;
    z-index: -1;
    border-radius: 10px;
    opacity: 0.5;
    border: 1px dashed rgb(193,188,216,0.5);
    left: 10px;
    transition: all 0.4s ease;
    content: "";
    top: 10px;
    position: absolute;
    right: 10px;
}.course-highlights-MeaDLA2 .master-track-3C75lOf:hover .career-progress-OqYI6gC {
    box-shadow:
        0 20px 45px rgba(0, 0, 0, 0.15),
        0 10px 25px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.2);
    transform: perspective(1000px) rotateX(0deg);
}.course-highlights-MeaDLA2 .master-track-3C75lOf:hover .career-progress-OqYI6gC::before {
    opacity: 1;
}.course-highlights-MeaDLA2 .master-track-3C75lOf:hover .career-progress-OqYI6gC::after {
    opacity: 0.7;
    top: 15px;
    bottom: 15px;
    left: 15px;
    right: 15px;
}.course-highlights-MeaDLA2 .top-section-zJcwGg1 {
    top: -35px;
    justify-content: center;
    display: flex;
    z-index: 5;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: #ffffff;
    position: absolute;
    border-radius: 50%;
    left: 50%;
    align-items: center;
    height: 70px;
    width: 70px;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.1),
        0 4px 8px rgba(0, 0, 0, 0.05),
        0 0 0 5px rgb(193,188,216,0.5);
    transform: translateX(-50%);
}.course-highlights-MeaDLA2 .top-section-zJcwGg1::before {
    border-radius: 50%;
    animation: rotateConic 10s linear infinite;
    content: "";
    bottom: -10px;
    position: absolute;
    transition: opacity 0.5s ease;
    opacity: 0.5;
    top: -10px;
    z-index: -1;
    background: 
        conic-gradient(
            rgb(193,188,216) 0deg, 
            rgb(193,188,216) 90deg, 
            transparent 90deg, 
            transparent 180deg, 
            rgb(160,155,192) 180deg, 
            rgb(160,155,192) 270deg, 
            transparent 270deg, 
            transparent 360deg
        );
    right: -10px;
    left: -10px;
}.course-highlights-MeaDLA2 .top-section-zJcwGg1:hover {
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.15),
        0 6px 12px rgba(0, 0, 0, 0.08),
        0 0 0 5px rgb(160,155,192,0.5);
    transform: translateX(-50%) scale(1.1);
}.course-highlights-MeaDLA2 .top-section-zJcwGg1:hover::before {
    opacity: 0.8;
}.course-highlights-MeaDLA2 .top-section-zJcwGg1 svg {
    width: 40px;
    height: 40px;
    transition: transform 0.5s ease;
}.course-highlights-MeaDLA2 .top-section-zJcwGg1:hover svg {
    transform: rotate(15deg);
}.course-highlights-MeaDLA2 .top-section-zJcwGg1 svg path {
    fill: rgb(193,188,216);
    transition: fill 0.5s ease;
}.course-highlights-MeaDLA2 .top-section-zJcwGg1:hover svg path {
    fill: rgb(160,155,192);
}.course-highlights-MeaDLA2 h3 {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    padding-bottom: 20px;
    position: relative;
    margin-top: 20px;
    letter-spacing: 1px;
    color: #000000;
    margin-bottom: 30px;
}.course-highlights-MeaDLA2 h3::before {
    left: 50%;
    transition: width 0.5s ease;
    transform: translateX(-50%);
    position: absolute;
    content: "";
    bottom: 0;
    background: rgb(193,188,216);
    width: 50px;
    height: 2px;
}.course-highlights-MeaDLA2 h3::after {
    background: rgb(160,155,192,0.5);
    left: 50%;
    position: absolute;
    content: "";
    transform: translateX(-50%);
    transition: width 0.5s ease;
    bottom: -5px;
    width: 100px;
    height: 1px;
}.course-highlights-MeaDLA2 .career-progress-OqYI6gC:hover h3::before {
    width: 100px;
}.course-highlights-MeaDLA2 .career-progress-OqYI6gC:hover h3::after {
    width: 150px;
}.course-highlights-MeaDLA2 p {
    max-width: 90%;
    margin: 0 auto;
    font-size: 18px;
    text-align: center;
    color: #000000;
    position: relative;
    line-height: 1.8;
}.course-highlights-MeaDLA2 p::before, 
.course-highlights-MeaDLA2 p::after {
    content: "";
    width: 20px;
    position: absolute;
    height: 20px;
    opacity: 0.3;
    transition: all 0.5s ease;
}.course-highlights-MeaDLA2 p::before {
    top: -10px;
    left: -10px;
    border-top: 2px solid rgb(193,188,216);
    border-left: 2px solid rgb(193,188,216);
}.course-highlights-MeaDLA2 p::after {
    right: -10px;
    bottom: -10px;
    border-bottom: 2px solid rgb(160,155,192);
    border-right: 2px solid rgb(160,155,192);
}.course-highlights-MeaDLA2 .career-progress-OqYI6gC:hover p::before,
.course-highlights-MeaDLA2 .career-progress-OqYI6gC:hover p::after {
    opacity: 0.6;
    height: 40px;
    width: 40px;
}

@keyframes ambientLight {
    0% {
        opacity: 0.3;
        transform: scale(0.95) rotate(0deg);
    }
    50% {
        opacity: 0.5;
        transform: scale(1) rotate(5deg);
    }
    100% {
        opacity: 0.3;
        transform: scale(0.95) rotate(0deg);
    }
}

@keyframes rotateConic {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (min-width: 992px) and (max-width: 1199px) {.course-highlights-MeaDLA2 {
    padding: 100px 0;
}.course-highlights-MeaDLA2 .career-progress-OqYI6gC {
    width: 90%;
    padding: 70px 50px;
}.course-highlights-MeaDLA2 h3 {
    font-size: calc(36px - 2px);
}
}

@media (min-width: 768px) and (max-width: 991px) {.course-highlights-MeaDLA2 {
    padding: 80px 0;
}.course-highlights-MeaDLA2 .career-progress-OqYI6gC {
    width: 90%;
    margin: 30px auto;
    padding: 60px 40px;
}.course-highlights-MeaDLA2 .top-section-zJcwGg1 {
    height: 60px;
    width: 60px;
    top: -30px;
}.course-highlights-MeaDLA2 .top-section-zJcwGg1 svg {
    height: 35px;
    width: 35px;
}.course-highlights-MeaDLA2 h3 {
    font-size: calc(36px - 4px);
    margin-bottom: 25px;
    padding-bottom: 15px;
}.course-highlights-MeaDLA2 p {
    line-height: 1.7;
    font-size: calc(18px - 1px);
}
}

@media (max-width: 767px) {.course-highlights-MeaDLA2 {
    padding: 60px 0;
}.course-highlights-MeaDLA2 .career-progress-OqYI6gC {
    transform: none;
    width: 95%;
    padding: 50px 30px;
    margin: 25px auto;
}.course-highlights-MeaDLA2 .top-section-zJcwGg1 {
    top: -25px;
    width: 50px;
    height: 50px;
}.course-highlights-MeaDLA2 .top-section-zJcwGg1 svg {
    width: 30px;
    height: 30px;
}.course-highlights-MeaDLA2 .top-section-zJcwGg1::before {
    display: none;
}.course-highlights-MeaDLA2 h3 {
    margin-bottom: 20px;
    padding-bottom: 12px;
    font-size: calc(36px - 6px);
}.course-highlights-MeaDLA2 p {
    max-width: 100%;
    font-size: calc(18px - 2px);
    line-height: 1.6;
}.course-highlights-MeaDLA2 p::before, 
    .course-highlights-MeaDLA2 p::after {
    height: 15px;
    width: 15px;
}.course-highlights-MeaDLA2 .career-progress-OqYI6gC:hover p::before,
    .course-highlights-MeaDLA2 .career-progress-OqYI6gC:hover p::after {
    height: 25px;
    width: 25px;
}.course-highlights-MeaDLA2 h3::before {
    width: 40px;
}.course-highlights-MeaDLA2 h3::after {
    width: 80px;
}.course-highlights-MeaDLA2 .career-progress-OqYI6gC:hover h3::before {
    width: 70px;
}.course-highlights-MeaDLA2 .career-progress-OqYI6gC:hover h3::after {
    width: 110px;
}.course-highlights-MeaDLA2 .portfolio-image-3uGIpT0 {
    clip-path: polygon(
            0% 0%, 
            100% 0%, 
            100% 100%, 
            60% 100%, 
            50% 95%, 
            40% 95%, 
            30% 100%, 
            0% 100%
        );
}.course-highlights-MeaDLA2 .master-track-3C75lOf:hover .portfolio-image-3uGIpT0 {
    clip-path: polygon(
            0% 0%, 
            100% 0%, 
            100% 100%, 
            65% 100%, 
            55% 92%, 
            35% 92%, 
            25% 100%, 
            0% 100%
        );
}.course-highlights-MeaDLA2 .career-progress-OqYI6gC::after {
    display: none;
}}.contact-YJMqpXz {
    background: rgb(224,220,237);
    position: relative;
    overflow: hidden;
    padding: 80px 0;
}.contact-YJMqpXz::before {
    width: 300px;
    z-index: 0;
    content: "";
    right: -100px;
    height: 300px;
    position: absolute;
    background: linear-gradient(45deg, rgb(193,188,216,0.5), transparent);
    filter: blur(60px);
    top: -100px;
    border-radius: 50%;
}.contact-YJMqpXz .container {
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}.contact-YJMqpXz .query-form-qolv3Ue {
    transition: all 0.4s ease;
    border-radius: 29px;
    box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.1),
              -12px -12px 24px rgba(255, 255, 255, 0.6);
    position: relative;
    background: rgb(224,220,237);
    padding: 50px;
}.contact-YJMqpXz .query-form-qolv3Ue:hover {
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.12),
              -15px -15px 30px rgba(255, 255, 255, 0.7);
}.contact-YJMqpXz h2 {
    margin-bottom: 30px;
    color: #000000;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
    font-size: 36px;
}.contact-YJMqpXz h2::after {
    bottom: 0;
    width: 60px;
    background: linear-gradient(90deg, rgb(193,188,216), transparent);
    content: "";
    border-radius: 2px;
    position: absolute;
    height: 4px;
    left: 0;
}.contact-YJMqpXz p {
    line-height: 1.7;
    margin-bottom: 25px;
    font-size: 14px;
    color: #000000;
}.contact-YJMqpXz .contact-us-mzQd0x8 {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    gap: 20px;
}.contact-YJMqpXz .learn-ask-j1OBzbm {
    background: rgb(224,220,237);
    text-decoration: none;
    font-size: 14px;
    display: flex;
    color: #000000;
    align-items: center;
    border-radius: 10px;
    position: relative;
    transition: all 0.3s ease;
    padding: 15px 25px;
    font-weight: 600;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1),
              -5px -5px 10px rgba(255, 255, 255, 0.7);
}.contact-YJMqpXz .learn-ask-j1OBzbm:hover {
    transform: translateY(-3px);
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.12),
              -8px -8px 16px rgba(255, 255, 255, 0.8);
}.contact-YJMqpXz .learn-ask-j1OBzbm:active {
    transform: translateY(0);
    box-shadow: inset 3px 3px 6px rgba(0, 0, 0, 0.1),
              inset -3px -3px 6px rgba(255, 255, 255, 0.7);
}.contact-YJMqpXz .learn-ask-j1OBzbm svg {
    width: 22px;
    transition: transform 0.3s ease;
    height: 22px;
}.contact-YJMqpXz .learn-ask-j1OBzbm:hover svg {
    transform: scale(1.1) rotate(5deg);
}.contact-YJMqpXz .learn-ask-j1OBzbm svg path {
    transition: fill 0.3s ease;
    fill: rgb(193,188,216);
}.contact-YJMqpXz .learn-ask-j1OBzbm:hover svg path {
    fill: rgb(160,155,192);
}.contact-YJMqpXz p svg {
    margin-right: 10px;
    height: 22px;
    vertical-align: middle;
    width: 22px;
}.contact-YJMqpXz p svg path {
    transition: fill 0.3s ease;
    fill: rgb(193,188,216);
}.contact-YJMqpXz p:nth-last-child(2) {
    display: flex;
    background: rgb(224,220,237);
    box-shadow: inset 3px 3px 6px rgba(0, 0, 0, 0.05),
              inset -3px -3px 6px rgba(255, 255, 255, 0.7);
    border-radius: 10px;
    padding: 12px 20px;
    width: fit-content;
    align-items: center;
}.contact-YJMqpXz p:nth-last-child(2):hover svg path {
    fill: rgb(160,155,192);
}.contact-YJMqpXz .query-form-qolv3Ue::before {
    filter: blur(30px);
    width: 100px;
    opacity: 0.4;
    z-index: -1;
    position: absolute;
    left: -30px;
    content: "";
    top: -30px;
    border-radius: 50%;
    height: 100px;
    background: rgb(193,188,216,0.5);
}.contact-YJMqpXz .query-form-qolv3Ue::after {
    z-index: -1;
    bottom: -20px;
    opacity: 0.4;
    content: "";
    height: 80px;
    filter: blur(25px);
    position: absolute;
    width: 80px;
    border-radius: 50%;
    right: -20px;
    background: rgb(160,155,192,0.5);
}@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.contact-YJMqpXz .learn-ask-j1OBzbm:nth-child(1) {
    animation: float 5s ease-in-out infinite;
}.contact-YJMqpXz .learn-ask-j1OBzbm:nth-child(2) {
    animation-delay: 0.5s;
    animation: float 5s ease-in-out infinite;
}.contact-YJMqpXz .learn-ask-j1OBzbm:nth-child(3) {
    animation-delay: 1s;
    animation: float 5s ease-in-out infinite;
}

@media (max-width: 991px) {.contact-YJMqpXz {
    padding: 60px 0;
}.contact-YJMqpXz .query-form-qolv3Ue {
    padding: 40px 30px;
}.contact-YJMqpXz .contact-us-mzQd0x8 {
    gap: 15px;
}.contact-YJMqpXz .learn-ask-j1OBzbm {
    padding: 12px 20px;
}
}

@media (max-width: 767px) {.contact-YJMqpXz {
    padding: 50px 0;
}.contact-YJMqpXz .query-form-qolv3Ue {
    padding: 30px 20px;
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.1),
                -8px -8px 16px rgba(255, 255, 255, 0.6);
}.contact-YJMqpXz h2 {
    margin-bottom: 25px;
    font-size: calc(36px * 0.9);
}.contact-YJMqpXz p {
    margin-bottom: 20px;
    font-size: calc(14px * 0.95);
}.contact-YJMqpXz .contact-us-mzQd0x8 {
    flex-direction: column;
    margin-top: 30px;
    gap: 15px;
}.contact-YJMqpXz .learn-ask-j1OBzbm {
    width: 100%;
    padding: 12px 20px;
}.contact-YJMqpXz .learn-ask-j1OBzbm svg {
    margin-right: 10px;
    width: 20px;
    height: 20px;
}.contact-YJMqpXz .query-form-qolv3Ue::before,
  .contact-YJMqpXz .query-form-qolv3Ue::after {
    display: none;
}.contact-YJMqpXz .learn-ask-j1OBzbm:nth-child(n) {
    animation: none;
}}.learning-impact-25RpCIG {
    padding: 70px 0;
    background: linear-gradient(110deg, rgb(224,220,237) 0%, #ffffff 100%);
    position: relative;
    font-family: Arial, sans-serif;
    overflow: hidden;
}.learning-impact-25RpCIG::before {
    top: 0;
    height: 400px;
    width: 400px;
    animation: float 15s ease-in-out infinite alternate;
    background: radial-gradient(circle, rgb(193,188,216,0.5) 0%, transparent 70%);
    position: absolute;
    transform: translate(30%, -30%);
    filter: blur(60px);
    right: 0;
    content: "";
    opacity: 0.4;
}.learning-impact-25RpCIG::after {
    height: 400px;
    transform: translate(-30%, 30%);
    position: absolute;
    content: "";
    filter: blur(60px);
    opacity: 0.4;
    animation: float 20s ease-in-out infinite alternate-reverse;
    background: radial-gradient(circle, rgb(160,155,192,0.5) 0%, transparent 70%);
    left: 0;
    bottom: 0;
    width: 400px;
}@keyframes float {
  0% {
    transform: translate(-30%, 30%) scale(1);
    opacity: 0.3;
  }
  100% {
    transform: translate(-20%, 20%) scale(1.1);
    opacity: 0.5;
  }
}

.learning-impact-25RpCIG .container {
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 1;
}.learning-impact-25RpCIG .master-track-3C75lOf {
    display: grid;
    position: relative;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 30px;
}.learning-impact-25RpCIG .portfolio-image-3uGIpT0 {
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    transform: rotate(-1deg);
    max-height: 400px;
    width: 100%;
    height: auto;
    z-index: 1;
    object-fit: cover;
    box-shadow: 
    15px 15px 30px rgba(0, 0, 0, 0.1),
    -5px -5px 20px rgba(255, 255, 255, 0.6);
    border-radius: 15px;
}.learning-impact-25RpCIG .portfolio-image-3uGIpT0:hover {
    transform: rotate(0) scale(1.02);
    box-shadow: 
    20px 20px 40px rgba(0, 0, 0, 0.15),
    -8px -8px 25px rgba(255, 255, 255, 0.8);
}.learning-impact-25RpCIG .text-element-rO7k5Nn {
    border-radius: 15px;
    padding: 30px 25px;
    position: relative;
    z-index: 2;
    box-shadow: 
    10px 10px 30px rgba(0, 0, 0, 0.08),
    -5px -5px 20px rgba(255, 255, 255, 0.6);
    transform: translateY(10px);
    background: #ffffff;
}.learning-impact-25RpCIG .text-element-rO7k5Nn::before {
    filter: blur(10px);
    background: linear-gradient(135deg, rgb(193,188,216,0.5), rgb(160,155,192,0.5));
    z-index: -1;
    left: -5px;
    position: absolute;
    content: "";
    border-radius: 20px;
    top: -5px;
    opacity: 0.3;
    bottom: -5px;
    right: -5px;
}.learning-impact-25RpCIG h3 {
    border-bottom: 2px dashed rgb(193,188,216,0.5);
    margin-bottom: 25px;
    font-weight: 700;
    padding-bottom: 10px;
    font-size: 33px;
    color: rgb(193,188,216);
    position: relative;
}.learning-impact-25RpCIG h3::after {
    width: 30px;
    border-radius: 50%;
    content: "";
    top: -15px;
    right: -15px;
    background: rgb(160,155,192,0.5);
    position: absolute;
    z-index: -1;
    opacity: 0.3;
    height: 30px;
}.learning-impact-25RpCIG ul {
    padding: 0;
    list-style: none;
    margin: 0;
}.learning-impact-25RpCIG li {
    position: relative;
    margin-bottom: 15px;
    transition: all 0.3s ease;
    transform: translateX(0);
}.learning-impact-25RpCIG li:last-child {
    margin-bottom: 0;
}.learning-impact-25RpCIG li::before {
    left: -10px;
    position: absolute;
    border-radius: 3px;
    height: 0;
    content: "";
    background: linear-gradient(to bottom, rgb(193,188,216), rgb(160,155,192));
    transition: height 0.3s ease;
    top: 0;
    width: 3px;
}.learning-impact-25RpCIG li:hover {
    transform: translateX(8px);
}.learning-impact-25RpCIG li:hover::before {
    height: 100%;
}.learning-impact-25RpCIG li p {
    box-shadow: 
    3px 3px 10px rgba(0, 0, 0, 0.03),
    -2px -2px 5px rgba(255, 255, 255, 0.8);
    font-size: 14px;
    display: flex;
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.4));
    margin: 0;
    gap: 12px;
    align-items: center;
    color: #000000;
    transition: all 0.3s ease;
    padding: 10px 12px;
}.learning-impact-25RpCIG li:hover p {
    box-shadow: 
    5px 5px 15px rgba(0, 0, 0, 0.05),
    -3px -3px 8px rgba(255, 255, 255, 1);
}.learning-impact-25RpCIG svg {
    width: 20px;
    flex-shrink: 0;
    background: #ffffff;
    transition: all 0.3s ease;
    height: 20px;
    border-radius: 10px;
    padding: 8px;
    border: 1px solid rgb(193,188,216,0.5);
}.learning-impact-25RpCIG svg path {
    fill: rgb(193,188,216);
    transition: fill 0.3s ease;
}.learning-impact-25RpCIG li:hover svg {
    background: linear-gradient(135deg, rgb(193,188,216), rgb(160,155,192));
    border-color: transparent;
    transform: rotate(10deg);
}.learning-impact-25RpCIG li:hover svg path {
    fill: #ffffff;
}

@media (max-width: 992px) {.learning-impact-25RpCIG {
    padding: 60px 0;
}.learning-impact-25RpCIG .master-track-3C75lOf {
    gap: 20px;
    grid-template-columns: 1fr;
}.learning-impact-25RpCIG .portfolio-image-3uGIpT0 {
    width: 100%;
    transform: rotate(0);
    object-fit: cover;
    max-height: 350px;
}.learning-impact-25RpCIG .text-element-rO7k5Nn {
    transform: translateY(0);
}
}

@media (max-width: 768px) {.learning-impact-25RpCIG {
    padding: 50px 0;
}.learning-impact-25RpCIG .portfolio-image-3uGIpT0 {
    max-height: 280px;
}.learning-impact-25RpCIG h3 {
    font-size: calc(33px * 0.9);
}
}

@media (max-width: 576px) {.learning-impact-25RpCIG {
    padding: 40px 0;
}.learning-impact-25RpCIG .portfolio-image-3uGIpT0 {
    max-height: 220px;
}.learning-impact-25RpCIG .text-element-rO7k5Nn {
    padding: 20px 15px;
}.learning-impact-25RpCIG h3 {
    font-size: calc(33px * 0.85);
    margin-bottom: 20px;
}.learning-impact-25RpCIG li {
    margin-bottom: 12px;
}.learning-impact-25RpCIG li p {
    font-size: calc(14px * 0.95);
    padding: 8px 10px;
    gap: 10px;
}.learning-impact-25RpCIG svg {
    padding: 6px;
    width: 18px;
    height: 18px;
}}.contact-information-rF9MqjH {
    position: relative;
    overflow: hidden;
    background: linear-gradient(120deg, rgb(224,220,237) 0%, #1a1e2e 100%);
    padding: 90px 0;
}.contact-information-rF9MqjH::before {
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 0;
    position: absolute;
    content: "";
    background: 
        radial-gradient(circle at 20% 50%, rgba(0, 0, 0, 0.4) 0%, transparent 40%),
        linear-gradient(0deg, transparent 80%, rgba(rgb(193,188,216), 0.05) 100%);
}.contact-information-rF9MqjH::after {
    content: "";
    bottom: 0;
    height: 100px;
    width: 100%;
    background: 
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 20px);
    left: 0;
    z-index: 1;
    position: absolute;
}.contact-information-rF9MqjH .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 0 20px;
}.contact-information-rF9MqjH h2 {
    margin-bottom: 70px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #ffffff;
    text-align: center;
    font-size: 35px;
    position: relative;
}.contact-information-rF9MqjH h2::before {
    left: calc(50% - 50px);
    width: 30px;
    height: 2px;
    background: rgb(193,188,216);
    position: absolute;
    bottom: -20px;
    content: "";
}.contact-information-rF9MqjH h2::after {
    width: 70px;
    bottom: -20px;
    content: "";
    height: 2px;
    left: calc(50% - 10px);
    position: absolute;
    background: rgb(193,188,216);
}.contact-information-rF9MqjH .reach-card-keCgfBZ {
    background: rgba(0, 0, 0, 0.2);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.05);
    grid-template-columns: 6fr 4fr;
    border-radius: 20px;
    display: grid;
    backdrop-filter: blur(10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
}.contact-information-rF9MqjH .portfolio-image-3uGIpT0 {
    position: relative;
    min-height: 100%;
}.contact-information-rF9MqjH .portfolio-image-3uGIpT0::before {
    left: 0;
    content: "";
    height: 100%;
    top: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
    position: absolute;
    z-index: 1;
    width: 100%;
}.contact-information-rF9MqjH .portfolio-image-3uGIpT0::after {
    z-index: 2;
    animation: scanLines 5s linear infinite;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(rgb(193,188,216), 0.1) 10px, rgba(rgb(193,188,216), 0.1) 11px);
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}@keyframes scanLines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.contact-information-rF9MqjH .query-support-DWi1zS9 {
    padding: 50px;
    position: relative;
}.contact-information-rF9MqjH .query-support-DWi1zS9::before {
    height: 100%;
    background: radial-gradient(circle at 50% 30%, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
    z-index: -1;
    position: absolute;
    width: 100%;
    content: "";
    top: 0;
    left: 0;
}.contact-information-rF9MqjH #contact {
    display: flex;
    flex-direction: column;
    gap: 25px;
}.contact-information-rF9MqjH h3 {
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 20px;
    position: relative;
    margin-bottom: 30px;
    letter-spacing: 1px;
}.contact-information-rF9MqjH h3::after {
    height: 2px;
    background: rgb(193,188,216);
    position: absolute;
    bottom: -10px;
    width: 50px;
    left: 0;
    content: "";
}.contact-information-rF9MqjH input[type="text"] {
    padding: 16px 20px;
    font-size: 12px;
    width: 100%;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    background: rgba(0, 0, 0, 0.2);
    color: #ffffff;
    transition: all 0.3s ease;
}.contact-information-rF9MqjH input[type="text"]:focus {
    outline: none;
    border-color: rgb(193,188,216);
    background: rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 15px rgba(rgb(193,188,216), 0.2);
}.contact-information-rF9MqjH input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}.contact-information-rF9MqjH .query-feedback-KgLd47x {
    align-items: flex-start;
    margin-top: 5px;
    gap: 12px;
    display: flex;
}.contact-information-rF9MqjH .query-feedback-KgLd47x input[type="checkbox"] {
    height: 24px;
    background: rgba(0, 0, 0, 0.2);
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 24px;
    border-radius: 3px;
    appearance: none;
    margin-top: 2px;
    position: relative;
}.contact-information-rF9MqjH .query-feedback-KgLd47x input[type="checkbox"]:checked {
    background: rgb(193,188,216);
    border-color: rgb(193,188,216);
}.contact-information-rF9MqjH .query-feedback-KgLd47x input[type="checkbox"]:checked::after {
    top: 6px;
    height: 10px;
    left: 9px;
    content: "";
    border: solid #ffffff;
    transform: rotate(45deg);
    position: absolute;
    border-width: 0 2px 2px 0;
    width: 6px;
}.contact-information-rF9MqjH .query-feedback-KgLd47x label {
    line-height: 1.5;
    font-size: calc(12px - 2px);
    color: rgba(255, 255, 255, 0.7);
}.contact-information-rF9MqjH .query-feedback-KgLd47x a {
    color: rgb(193,188,216);
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
}.contact-information-rF9MqjH .query-feedback-KgLd47x a:hover {
    color: #ffffff;
}.contact-information-rF9MqjH .query-feedback-KgLd47x a::after {
    transition: all 0.3s ease;
    background: rgb(193,188,216);
    content: "";
    bottom: -2px;
    left: 0;
    width: 100%;
    position: absolute;
    height: 1px;
}.contact-information-rF9MqjH .query-feedback-KgLd47x a:hover::after {
    background: #ffffff;
}.contact-information-rF9MqjH .help-block-2mvL5fU {
    border-radius: 10px;
    border: none;
    position: relative;
    font-size: 14px;
    letter-spacing: 1px;
    color: #ffffff;
    text-transform: uppercase;
    margin-top: 10px;
    font-weight: 600;
    align-self: flex-start;
    overflow: hidden;
    padding: 16px 35px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    background: rgb(193,188,216);
    transition: all 0.3s ease;
}.contact-information-rF9MqjH .help-block-2mvL5fU::before {
    width: 100%;
    transition: all 0.5s ease;
    top: 0;
    height: 100%;
    position: absolute;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    content: "";
}.contact-information-rF9MqjH .help-block-2mvL5fU:hover {
    transform: translateY(-3px);
    background: rgb(160,155,192);
}.contact-information-rF9MqjH .help-block-2mvL5fU:hover::before {
    left: 100%;
}.contact-information-rF9MqjH svg {
    width: 22px;
    filter: drop-shadow(0 0 5px rgba(rgb(193,188,216), 0.5));
    fill: rgb(193,188,216);
    transition: all 0.3s ease;
    height: 22px;
}.contact-information-rF9MqjH svg path {
    fill: rgb(193,188,216);
    transition: all 0.3s ease;
}.contact-information-rF9MqjH svg:hover {
    fill: #ffffff;
    transform: scale(1.1);
}.contact-information-rF9MqjH svg:hover path {
    fill: #ffffff;
}

@media (max-width: 992px) {.contact-information-rF9MqjH {
    padding: 70px 0;
}.contact-information-rF9MqjH .reach-card-keCgfBZ {
    grid-template-columns: 1fr;
}.contact-information-rF9MqjH .portfolio-image-3uGIpT0 {
    min-height: 300px;
}.contact-information-rF9MqjH .query-support-DWi1zS9 {
    padding: 40px 30px 50px;
}
}

@media (max-width: 768px) {.contact-information-rF9MqjH {
    padding: 50px 0;
}.contact-information-rF9MqjH h2 {
    font-size: calc(35px - 4px);
    margin-bottom: 50px;
}.contact-information-rF9MqjH .portfolio-image-3uGIpT0 {
    min-height: 250px;
}
}

@media (max-width: 576px) {.contact-information-rF9MqjH {
    padding: 40px 0;
}.contact-information-rF9MqjH .container {
    padding: 0 15px;
}.contact-information-rF9MqjH h2 {
    margin-bottom: 40px;
    font-size: calc(35px - 6px);
}.contact-information-rF9MqjH h2::before {
    width: 20px;
    left: calc(50% - 35px);
}.contact-information-rF9MqjH h2::after {
    width: 50px;
}.contact-information-rF9MqjH .query-support-DWi1zS9 {
    padding: 30px 20px 40px;
}.contact-information-rF9MqjH #contact {
    gap: 20px;
}.contact-information-rF9MqjH .help-block-2mvL5fU {
    width: 100%;
}.contact-information-rF9MqjH .portfolio-image-3uGIpT0 {
    min-height: 200px;
}}.cookie-notice-banner-u05sxVG {
    font-family: Arial, sans-serif;
    z-index: 1050;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    width: 90%;
    position: fixed;
    max-width: 600px;
    transform: translateX(-50%);
    bottom: 20px;
    flex-direction: column;
    background: rgb(224,220,237);
    border-radius: 15px;
    display: flex;
    overflow: hidden;
    align-items: center;
    text-align: center;
    left: 50%;
}.visitor-acceptance-QC4u3nm {
    display: flex;
    align-items: center;
    flex-direction: column;
    z-index: 1;
}.track-edu-Irg9MKC {
    margin-bottom: 20px;
    animation: bounce 2s infinite;
}.track-edu-Irg9MKC svg, .track-edu-Irg9MKC svg path, .track-edu-Irg9MKC img {
    fill: rgb(193,188,216);
    height: 80px;
    width: 80px;
}@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-15px);
    }
    60% {
        transform: translateY(-10px);
    }
}
.cookie-notice-banner-u05sxVG h5 {
    margin-bottom: 10px;
    font-size: 20px;
    color: rgb(193,188,216);
    font-weight: 700;
}.cookie-notice-banner-u05sxVG p {
    font-size: 17px;
    color: #000000;
    margin-bottom: 20px;
}.data-approval-flzUakb {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    font-size: 20px;
    display: inline-block;
    background: rgb(193,188,216);
    margin: 5px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    border-radius: 10px;
    padding: 10px 20px;
    color: #ffffff;
    transition: background 0.3s ease-in-out, transform 0.2s ease-in-out;
    width: calc(50% - 10px);
}.data-approval-flzUakb:hover {
    transform: translateY(-3px);
    background: rgb(160,155,192);
}.cookie_button.cookies-terms-tbjrYH6 {
    background: rgba(0, 0, 0, 0.5);
}.cookie_button.cookies-terms-tbjrYH6:hover {
    background: rgb(160,155,192,0.5);
}.cookie-notice-banner-u05sxVG p a {
    color: rgb(193,188,216);
    transition: color 0.3s ease-in-out;
    text-decoration: underline;
}.cookie-notice-banner-u05sxVG p a:hover {
    color: rgb(160,155,192);
}
@media only screen and (max-width: 600px) {.cookie-notice-banner-u05sxVG {
    left: 0;
    bottom: 0;
    transform: none;
    width: 100%;
    border-radius: 0;
}.visitor-acceptance-QC4u3nm {
    padding: 15px;
}.track-edu-Irg9MKC svg {
    height: 50px;
    width: 50px;
}.cookie-notice-banner-u05sxVG h5 {
    font-size: calc(20px - 2px);
}.cookie-notice-banner-u05sxVG p {
    font-size: calc(17px - 2px);
}.data-approval-flzUakb {
    font-size: calc(20px - 2px);
    width: calc(100% - 10px);
    padding: 8px 16px;
}}
#cookie-message-box-NKYzySH {
    display: none;
}#cookie-message-box-NKYzySH:checked ~ .cookie-notice-banner-u05sxVG {
    visibility: hidden;
    opacity: 0;
}header {
    background: linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
    margin-top: 0;
    z-index: 100;
    padding: 0;
    overflow: visible;
}header::before {
    z-index: 0;
    left: 0;
    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);
    position: absolute;
    top: 0;
    background-size: 20px 20px;
    height: 100%;
    content: '';
    width: 100%;
}header::after {
    left: 0;
    background-size: 200% auto;
    background: linear-gradient(90deg, 
        rgb(193,188,216) 0%,
        rgb(160,155,192) 50%,
        rgb(193,188,216) 100%
    );
    width: 100%;
    position: absolute;
    animation: gradientSlide 5s linear infinite;
    bottom: 0;
    height: 4px;
    content: '';
}@keyframes gradientSlide {
    0% { background-position: 0% center; }
    100% { background-position: 200% center; }
}

header .head-study-iEQPVNX {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
    z-index: 5;
    padding: 1.3rem 2rem;
}header .top-section-zJcwGg1 {
    position: relative;
    z-index: 5;
    flex: 0 0 auto;
}header .head-expert-lfGm8V5 {
    align-items: center;
    position: relative;
    z-index: 2;
    text-decoration: none;
    padding: 0.5rem;
    transition: all 0.3s ease;
    display: flex;
}header .head-expert-lfGm8V5:hover {
    transform: translateY(-3px) scale(1.02);
}header .head-expert-lfGm8V5 img {
    max-height: 40px;
    filter: brightness(1.2) drop-shadow(0 0 8px rgba(255, 255, 255, 0.3));
}header .top-section-zJcwGg1::before {
    border: 1px solid rgb(193,188,216);
    right: -8px;
    transform: skew(-3deg);
    content: '';
    bottom: -8px;
    left: -8px;
    border-radius: 10px;
    opacity: 0.3;
    top: -8px;
    position: absolute;
    transition: all 0.3s ease;
}header .top-section-zJcwGg1:hover::before {
    transform: skew(-5deg) scale(1.05);
    opacity: 0.7;
    box-shadow: 0 0 15px rgb(193,188,216,0.5);
}header .header-top-IKLcS9a {
    display: flex;
    padding: 0;
    z-index: 5;
    margin: 0;
    list-style: none;
    position: relative;
}header .nav-base-Cn7SZQy {
    margin: 0 0.3rem;
    perspective: 800px;
    position: relative;
}header .nav-base-Cn7SZQy a {
    position: relative;
    text-decoration: none;
    border: 1px solid transparent;
    display: block;
    color: #ffffff;
    transition: all 0.4s ease;
    letter-spacing: 0.5px;
    font-weight: 600;
    z-index: 1;
    font-size: 16px;
    padding: 0.8rem 1.2rem;
}header .nav-base-Cn7SZQy a::before {
    content: '';
    opacity: 0.7;
    transition: transform 0.3s ease;
    position: absolute;
    height: 1px;
    left: 10%;
    background: rgb(193,188,216);
    bottom: 5px;
    width: 80%;
    transform: scaleX(0);
}header .nav-base-Cn7SZQy a:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 255, 255, 0.1);
    transform: translateZ(10px);
    color: rgb(193,188,216);
}header .nav-base-Cn7SZQy a:hover::before {
    transform: scaleX(1);
}header .nav-base-Cn7SZQy::after {
    pointer-events: none;
    left: 0;
    content: '';
    opacity: 0;
    width: 100%;
    transition: opacity 0.3s ease;
    top: 0;
    z-index: -1;
    background: radial-gradient(circle at center, rgb(193,188,216,0.5) 0%, transparent 70%);
    position: absolute;
    height: 100%;
}header .nav-base-Cn7SZQy:hover::after {
    opacity: 0.4;
}header .head-study-iEQPVNX::before {
    left: 35%;
    width: 30%;
    position: absolute;
    top: 0;
    content: '';
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(193,188,216), transparent);
}header .head-study-iEQPVNX::after {
    height: 1px;
    position: absolute;
    left: 20%;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    opacity: 0.1;
    content: '';
    width: 60%;
    bottom: 0;
}.head-sitebar-cwvYeF8 {
    z-index: 1;
    position: relative;
    margin-top: 0;
    padding-top: 2rem;
    background: rgb(224,220,237);
}

@media (min-width: 1400px) {header .head-study-iEQPVNX {
    margin: 0 auto;
    max-width: 1300px;
}header .nav-base-Cn7SZQy {
    margin: 0 0.5rem;
}header .nav-base-Cn7SZQy a {
    padding: 0.8rem 1.5rem;
}
}

@media (max-width: 991px) {header {
    padding: 0;
}header .head-study-iEQPVNX {
    padding: 1rem 1.5rem;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}header .top-section-zJcwGg1 {
    margin-bottom: 0;
}header .header-top-IKLcS9a {
    flex: 1 0 100%;
    justify-content: center;
    margin-top: 1rem;
}header .nav-base-Cn7SZQy {
    margin: 0 0.2rem;
}header .nav-base-Cn7SZQy a {
    font-size: calc(16px - 1px);
    padding: 0.6rem 0.8rem;
}header .top-section-zJcwGg1::before {
    top: -5px;
    bottom: -5px;
    right: -5px;
    left: -5px;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .head-study-iEQPVNX {
    padding: 0.8rem 1.2rem;
}header .top-section-zJcwGg1 {
    max-width: 130px;
}header .top-section-zJcwGg1::before {
    display: none;
}header .header-top-IKLcS9a {
    scrollbar-width: thin;
    justify-content: flex-start;
    padding-bottom: 0.5rem;
    margin-top: 0.8rem;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
}header .header-top-IKLcS9a::-webkit-scrollbar {
    height: 2px;
}header .header-top-IKLcS9a::-webkit-scrollbar-thumb {
    background: rgb(193,188,216);
    border-radius: 10px;
}header .nav-base-Cn7SZQy {
    margin: 0 0.1rem;
    flex: 0 0 auto;
}header .nav-base-Cn7SZQy a {
    white-space: nowrap;
    letter-spacing: 0;
    font-size: calc(16px - 2px);
    padding: 0.5rem 0.7rem;
}header .nav-base-Cn7SZQy a::before {
    bottom: 3px;
}header::after {
    height: 2px;
}
}

@media (max-width: 479px) {header .head-study-iEQPVNX {
    padding: 0.7rem 1rem;
}header .top-section-zJcwGg1 {
    max-width: 110px;
}header .nav-base-Cn7SZQy a {
    font-size: calc(16px - 3px);
    padding: 0.4rem 0.6rem;
}}.data-summary-PLUmFzT {
    overflow: hidden;
    background: rgb(224,220,237);
    position: relative;
    background-image: linear-gradient(135deg, rgb(224,220,237) 0%, #ffffff 100%);
    margin: 60px 0;
    padding: 100px 0;
}.data-summary-PLUmFzT::before {
    z-index: 1;
    background: repeating-conic-gradient(
        rgb(224,220,237) 0%,
        rgba(240, 240, 240, 0.7) 0.5%,
        rgb(224,220,237) 1%
    );
    height: 100%;
    top: 0;
    position: absolute;
    animation: rotateBg 60s linear infinite;
    opacity: 0.3;
    width: 100%;
    content: '';
    left: 0;
}.data-summary-PLUmFzT::after {
    background: radial-gradient(circle at center, transparent 50%, rgb(224,220,237) 100%);
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
    bottom: 0;
    content: '';
    position: absolute;
}.data-summary-PLUmFzT .container {
    margin: 0 auto;
    grid-template-columns: 1fr 1fr;
    max-width: 1200px;
    gap: 50px;
    z-index: 10;
    display: grid;
    padding: 0 15px;
    position: relative;
}.data-summary-PLUmFzT .program-wins-iCyIwaY {
    display: grid;
    grid-template-columns: 1fr 1fr;
    order: 2;
    position: relative;
    gap: 25px;
}.data-summary-PLUmFzT .statistics-support-ecUtX9y {
    flex-direction: column;
    display: flex;
    order: 1;
    padding-right: 30px;
    justify-content: center;
    position: relative;
}.data-summary-PLUmFzT .statistics-support-ecUtX9y::before {
    width: 3px;
    content: '';
    border-radius: 10px;
    left: 0;
    height: 60%;
    background: linear-gradient(
        to bottom,
        rgb(193,188,216),
        rgb(160,155,192),
        transparent
    );
    position: absolute;
    top: 0;
}.data-summary-PLUmFzT .benefits-track-yLph8IW {
    color: #000000;
    font-size: 37px;
    line-height: 1.3;
    padding-left: 20px;
    margin-bottom: 30px;
    font-weight: 700;
    position: relative;
}.data-summary-PLUmFzT .study-statistics-cTM9DBy {
    opacity: 0.9;
    line-height: 1.8;
    margin-bottom: 0;
    padding-left: 20px;
    font-size: 13px;
    color: #000000;
}.data-summary-PLUmFzT .extra-study-rvhDioU {
    border-left: 3px solid rgb(193,188,216);
    overflow: hidden;
    justify-content: center;
    background: rgba(255, 255, 255, 0.8);
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 30px;
    transition: all 0.4s ease;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    border-radius: 22px;
}.data-summary-PLUmFzT .extra-study-rvhDioU:nth-child(even) {
    border-left: 3px solid rgb(160,155,192);
}.data-summary-PLUmFzT .extra-study-rvhDioU::before {
    left: 0;
    height: 100%;
    z-index: -1;
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgba(255, 255, 255, 0.03) 100%
    );
    top: 0;
    width: 100%;
    content: '';
    position: absolute;
}.data-summary-PLUmFzT .extra-study-rvhDioU::after {
    top: -40px;
    border-radius: 50%;
    background: rgb(193,188,216);
    content: '';
    width: 80px;
    position: absolute;
    opacity: 0.1;
    right: -40px;
    height: 80px;
    transition: all 0.5s ease;
}.data-summary-PLUmFzT .extra-study-rvhDioU:nth-child(even)::after {
    background: rgb(160,155,192);
}.data-summary-PLUmFzT .extra-study-rvhDioU:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}.data-summary-PLUmFzT .extra-study-rvhDioU:hover::after {
    transform: scale(1.2);
}.data-summary-PLUmFzT .extra-study-rvhDioU h4 {
    margin-bottom: 10px;
    color: #ffffff;
    position: relative;
    font-weight: 700;
    display: inline-block;
    font-size: calc(37px * 1.2);
}.data-summary-PLUmFzT .extra-study-rvhDioU:nth-child(odd) h4 {
    color: rgb(193,188,216);
}.data-summary-PLUmFzT .extra-study-rvhDioU:nth-child(even) h4 {
    color: rgb(160,155,192);
}.data-summary-PLUmFzT .extra-study-rvhDioU span {
    font-size: 13px;
    line-height: 1.5;
    opacity: 0.9;
    color: #000000;
    font-weight: 400;
}.data-summary-PLUmFzT svg {
    opacity: 0.3;
    right: 20px;
    position: absolute;
    bottom: 20px;
    height: 20px;
    transition: all 0.3s ease;
    width: 20px;
    fill: #000000;
}.data-summary-PLUmFzT svg path {
    fill: rgb(193,188,216);
}.data-summary-PLUmFzT .extra-study-rvhDioU:nth-child(even) svg path {
    fill: rgb(160,155,192);
}.data-summary-PLUmFzT .extra-study-rvhDioU:hover svg {
    opacity: 0.8;
    transform: translateX(5px);
}

@keyframes rotateBg {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 992px) {.data-summary-PLUmFzT .container {
    gap: 40px;
    grid-template-columns: 1fr;
}.data-summary-PLUmFzT .program-wins-iCyIwaY {
    order: 2;
}.data-summary-PLUmFzT .statistics-support-ecUtX9y {
    padding-right: 0;
    order: 1;
    align-items: center;
    text-align: center;
}.data-summary-PLUmFzT .statistics-support-ecUtX9y::before {
    background: linear-gradient(
            to right,
            transparent,
            rgb(193,188,216),
            rgb(160,155,192),
            transparent
        );
    transform: translateX(-50%);
    top: auto;
    left: 50%;
    bottom: -20px;
    height: 3px;
    width: 60%;
}.data-summary-PLUmFzT .benefits-track-yLph8IW,
    .data-summary-PLUmFzT .study-statistics-cTM9DBy {
    padding-left: 0;
}
}

@media screen and (max-width: 768px) {.data-summary-PLUmFzT {
    padding: 80px 0;
}.data-summary-PLUmFzT .program-wins-iCyIwaY {
    grid-template-columns: 1fr;
    gap: 20px;
}.data-summary-PLUmFzT .extra-study-rvhDioU {
    padding: 25px;
}.data-summary-PLUmFzT .extra-study-rvhDioU h4 {
    font-size: 37px;
}
}

@media screen and (max-width: 480px) {.data-summary-PLUmFzT {
    padding: 60px 0;
}.data-summary-PLUmFzT .extra-study-rvhDioU {
    padding: 20px;
}.data-summary-PLUmFzT .extra-study-rvhDioU h4 {
    font-size: calc(37px * 0.9);
}.data-summary-PLUmFzT .extra-study-rvhDioU span {
    font-size: calc(13px * 0.9);
}.data-summary-PLUmFzT .benefits-track-yLph8IW {
    font-size: calc(37px * 0.9);
    margin-bottom: 20px;
}.data-summary-PLUmFzT .study-statistics-cTM9DBy {
    line-height: 1.6;
    font-size: calc(13px * 0.9);
}
}