* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}a {
    text-decoration: none;
    color: inherit;
}html,body {
    scroll-behavior: auto;
    height: 100%;
    min-height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
}header,footer {
    width: 100%;
}.wrapper-capsule {
    flex-direction: column;
    height: 100%;
    min-height: 100%;
    display: flex;
}.head-wrap {
    flex: 1 0 auto;
}svg {
    width: 30px;
    height: 30px;
}.play-market {
    flex: 0 0 auto;
}.container {
    max-width: 100%;
    width: 1270px;
    margin: auto;
}

@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.academic-expertise {
    padding: 6rem 0;
    perspective: 1000px;
    background: linear-gradient(135deg, rgb(238,234,239) 0%, rgb(208,198,212,0.5) 100%);
    position: relative;
    overflow: hidden;
}.academic-expertise::before {
    position: absolute;
    left: 0;
    content: "";
    height: 100%;
    opacity: 0.4;
    animation: rotateBackground 15s linear infinite;
    top: 0;
    background: conic-gradient(from 225deg at 50% 50%, rgb(173,161,179,0.5) 0%, transparent 25%, rgb(208,198,212,0.5) 50%, transparent 75%, rgb(173,161,179,0.5) 100%);
    width: 100%;
}.academic-expertise .container {
    margin: 0 auto;
    z-index: 1;
    max-width: 1200px;
    padding: 0 2rem;
    position: relative;
}.academic-expertise .success-stories {
    backdrop-filter: blur(10px);
    display: grid;
    transform: rotateY(-5deg);
    transition: transform 0.5s ease;
    border-radius: 26px;
    gap: 1.5rem;
    padding: 3rem;
    grid-template-columns: 300px 1fr;
    grid-template-areas:
        "photo quote"
        "info quote";
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5),
                0 0 0 1px rgb(173,161,179,0.5),
                0 10px 0 -5px rgb(208,198,212,0.5);
    background: linear-gradient(120deg, #ffffff 0%, rgba(255, 255, 255, 0.9) 100%);
    position: relative;
    grid-template-rows: auto auto;
}.academic-expertise .success-stories:hover {
    transform: rotateY(0);
}.academic-expertise .post-image-grid {
    width: 220px;
    grid-area: photo;
    height: 220px;
    transition: all 0.4s ease;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5),
                0 0 0 10px rgb(208,198,212,0.5);
    border: 5px solid #ffffff;
    border-radius: 50%;
    transform: translateZ(30px);
}.academic-expertise .success-stories:hover .post-image-grid {
    transform: translateZ(50px) scale(1.05);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5),
                0 0 0 10px rgb(208,198,212);
}.academic-expertise .name {
    font-size: 28px;
    margin-top: 1rem;
    display: block;
    font-weight: 700;
    grid-area: info;
    color: #000000;
    margin-bottom: 0.5rem;
    transform: translateZ(20px);
}.academic-expertise .success-stories span:not(.name) {
    font-size: 15px;
    transform: translateZ(15px);
    margin-top: 3.5rem;
    grid-area: info;
    color: rgb(208,198,212);
    display: block;
    font-weight: 600;
}.academic-expertise .work-section {
    line-height: 1.6;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    font-size: calc(15px * 1.1);
    position: relative;
    color: #000000;
    transform: translateZ(10px);
    padding: 1.5rem 2rem;
    font-weight: 400;
    border-radius: 0 26px 26px 0;
    border-left: 4px solid rgb(173,161,179);
    background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0.8));
    grid-area: quote;
}.academic-expertise .work-section::before {
    opacity: 0.2;
    left: 0;
    mix-blend-mode: overlay;
    content: "";
    top: 0;
    animation: shimmer 3s infinite linear;
    background: linear-gradient(45deg, transparent 40%, rgb(173,161,179,0.5) 40%, rgb(173,161,179,0.5) 60%, transparent 60%);
    height: 100%;
    background-size: 200% 200%;
    width: 100%;
    position: absolute;
}

@keyframes rotateBackground {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes shimmer {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

@media (max-width: 992px) {.academic-expertise .success-stories {
    grid-template-areas:
            "post-image-grid"
            "help-message"
            "work-section";
    padding: 2rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
}.academic-expertise .post-image-grid {
    width: 180px;
    height: 180px;
    margin: 0 auto;
}.academic-expertise .name,
    .academic-expertise .success-stories span:not(.name) {
    text-align: center;
    margin-top: 1rem;
}.academic-expertise .success-stories span:not(.name) {
    margin-top: 0;
}
}

@media (max-width: 576px) {.academic-expertise {
    padding: 4rem 0;
}.academic-expertise .success-stories {
    padding: 1.5rem;
    transform: none;
}.academic-expertise .post-image-grid {
    width: 140px;
    height: 140px;
}.academic-expertise .work-section {
    font-size: 15px;
    padding: 1rem;
}}header {
    overflow: visible;
    background: rgb(238,234,239);
    width: 100%;
    position: relative;
    z-index: 99;
}header::before {
    content: "";
    opacity: 0.15;
    top: 0;
    z-index: -1;
    width: 100%;
    left: 0;
    background: linear-gradient(90deg, rgb(208,198,212,0.5) 0%, transparent 50%, rgb(208,198,212,0.5) 100%);
    position: absolute;
    height: 100%;
}header .header-lead {
    gap: 15px;
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    padding: 20px;
    grid-template-rows: auto auto;
}header .header-lead::after {
    top: 50%;
    background: linear-gradient(90deg, transparent, rgb(208,198,212,0.5), transparent);
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    height: 1px;
}header .header-lead .top-pagewrap {
    z-index: 10;
    position: relative;
    padding: 5px 20px 15px;
    justify-self: center;
}header .header-lead .top-pagewrap::before,
header .header-lead .top-pagewrap::after {
    height: 90%;
    border-radius: 10px;
    position: absolute;
    content: "";
    width: 90%;
}header .header-lead .top-pagewrap::before {
    left: -5px;
    top: -5px;
    transform-origin: top left;
    border-top: 2px solid rgb(208,198,212);
    transform: scale(0);
    transition: transform 0.3s ease;
    border-left: 2px solid rgb(208,198,212);
}header .header-lead .top-pagewrap::after {
    border-right: 2px solid rgb(173,161,179);
    transform-origin: bottom right;
    transform: scale(0);
    bottom: -5px;
    transition: transform 0.3s ease;
    right: -5px;
    border-bottom: 2px solid rgb(173,161,179);
}header .header-lead .top-pagewrap:hover::before,
header .header-lead .top-pagewrap:hover::after {
    transform: scale(1);
}header .header-lead .top-pagewrap .nav-pro {
    transition: transform 0.3s ease;
    display: block;
}header .header-lead .top-pagewrap .nav-pro svg {
    width: auto;
    height: 60px;
}header .header-lead .top-main {
    list-style: none;
    margin: 0;
    position: relative;
    background: linear-gradient(180deg, transparent, rgb(173,161,179) 15%, rgba(0, 0, 0, 0.5) 85%, transparent 50%);
    flex-wrap: wrap;
    padding: 20px 0 10px;
    justify-content: center;
    display: flex;
}header .header-lead .top-main::before,
header .header-lead .top-main::after {
    height: 70%;
    position: absolute;
    top: 15%;
    width: 2px;
    content: "";
    background: rgb(208,198,212,0.5);
}header .header-lead .top-main::before {
    left: 0;
}header .header-lead .top-main::after {
    right: 0;
}header .header-lead .top-main .head-learn {
    margin: 0;
    transition: transform 0.3s ease;
    position: relative;
    padding: 0 15px;
}header .header-lead .top-main .head-learn:not(:last-child)::after {
    background: rgb(173,161,179,0.5);
    position: absolute;
    content: "";
    height: 60%;
    right: 0;
    top: 20%;
    width: 1px;
}header .header-lead .top-main .head-learn:hover {
    transform: translateY(-3px);
}header .header-lead .top-main .head-learn a {
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    position: relative;
    font-family: Arial, sans-serif;
    padding: 10px 5px;
    text-decoration: none;
    color: #000000;
    display: block;
    transition: color 0.3s ease;
}header .header-lead .top-main .head-learn a:hover {
    color: rgb(208,198,212);
}header .header-lead .top-main .head-learn a::before {
    content: "";
    bottom: 5px;
    transform: scaleX(0);
    height: 2px;
    background: rgb(173,161,179);
    position: absolute;
    width: 100%;
    transition: transform 0.3s ease;
    left: 0;
}header .header-lead .top-main .head-learn a:hover::before {
    transform: scaleX(1);
}

@media (min-width: 993px) {header .header-lead {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding: 15px 30px;
}header .header-lead .top-main {
    padding: 20px 10px 10px;
}
}

@media (max-width: 992px) {header .header-lead {
    padding: 15px;
    gap: 10px;
    grid-template-rows: auto auto;
}header .header-lead .top-pagewrap {
    padding: 5px 10px;
}header .header-lead .top-pagewrap .nav-pro svg {
    height: 45px;
}header .header-lead .top-main {
    padding: 15px 0 10px;
}header .header-lead .top-main .head-learn {
    padding: 0 10px;
}header .header-lead .top-main .head-learn a {
    font-size: calc(12px - 1px);
    padding: 8px 3px;
}
}

@media (max-width: 767px) {header .header-lead .top-main {
    flex-wrap: wrap;
    justify-content: center;
}header .header-lead .top-main .head-learn {
    margin: 3px 0;
}header .header-lead .top-main .head-learn:not(:last-child)::after {
    display: none;
}}footer {
    width: 100%;
    position: relative;
}.play-market {
    font-family: Arial, sans-serif;
    padding: 80px 0 30px;
    position: relative;
    color: #000000;
    background-color: #ffffff;
}.play-market::before {
    left: 0;
    width: 100%;
    height: 1px;
    bottom: 0;
    background-image: repeating-linear-gradient(
        to right,
        rgb(208,198,212),
        rgb(208,198,212) 10px,
        transparent 10px,
        transparent 20px
    );
    position: absolute;
    content: "";
}footer .fellow-prog {
    position: relative;
    z-index: 1;
}footer .talk-experts {
    justify-content: space-between;
    display: flex;
    position: relative;
    height: 100px;
    margin-bottom: 70px;
    flex-wrap: wrap;
    overflow: hidden;
}footer .info_item {
    position: relative;
    align-items: center;
    flex: 1;
    height: 100px;
    overflow: hidden;
    background-color: rgb(173,161,179);
    cursor: pointer;
    padding: 0 25px;
    transition: all 0.5s ease;
    min-width: 250px;
    margin-right: 1px;
    display: flex;
}footer .info_item:last-child {
    margin-right: 0;
}footer .info_item:hover {
    background-color: rgb(208,198,212);
    flex: 1.5;
}footer .info_item::after {
    content: "";
    position: absolute;
    background-color: rgba(255, 255, 255, 0.1);
    width: 1px;
    right: 0;
    height: 100%;
    top: 0;
}footer .info_item:last-child::after {
    display: none;
}footer .info_item svg {
    z-index: 2;
    position: relative;
    fill: #ffffff;
    height: 24px;
    flex-shrink: 0;
    width: 24px;
    margin-right: 15px;
}footer .info_item p,
footer .info_item a {
    text-decoration: none;
    font-size: 14px;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    z-index: 2;
    color: #ffffff;
    position: relative;
    text-overflow: ellipsis;
}footer .info_item::before {
    transition: opacity 0.5s ease;
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    opacity: 0;
    top: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 100%);
}footer .info_item:hover::before {
    opacity: 1;
}footer .text_main_holder {
    -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-snap-type: x mandatory;
    gap: 0;
    margin: 0 -20px;
    padding: 0 20px;
    display: flex;
}footer .text_main_holder::-webkit-scrollbar {
    display: none;
}footer .top-pagewrap, footer .top-main, footer .subscribe_holder {
    padding: 30px;
    max-width: 500px;
    height: 450px;
    transition: all 0.4s ease;
    position: relative;
    margin-right: 30px;
    scroll-snap-align: start;
    min-width: 280px;
    flex: 0 0 100%;
    border-radius: 11px;
}footer .top-pagewrap {
    background-color: rgb(238,234,239);
    justify-content: center;
    flex-direction: column;
    display: flex;
    text-align: center;
    align-items: center;
}footer .top-pagewrap svg {
    width: auto;
    margin-bottom: 30px;
    height: 50px;
}footer .footer-classes {
    font-size: 14px;
    line-height: 1.6;
    color: #000000;
    max-width: 300px;
}footer .top-main {
    display: flex;
    background-color: rgb(173,161,179);
    overflow: hidden;
    color: #ffffff;
    justify-content: center;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(173,161,179,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(208,198,212,0.5) 0%, transparent 40%);
    position: relative;
    flex-direction: column;
}footer .top-main::after {
    pointer-events: none;
    top: 0;
    opacity: 0.3;
    background-image: 
        linear-gradient(45deg, transparent 92%, rgba(255, 255, 255, 0.05) 93%, transparent 94%),
        linear-gradient(135deg, transparent 92%, rgba(255, 255, 255, 0.05) 93%, transparent 94%);
    position: absolute;
    background-size: 30px 30px;
    content: "";
    bottom: 0;
    right: 0;
    left: 0;
}footer .top-main h5 {
    margin-bottom: 30px;
    display: inline-block;
    color: #ffffff;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 1px;
}footer .top-main h5::after {
    height: 2px;
    background-color: rgb(208,198,212);
    content: "";
    width: 30px;
    left: 0;
    bottom: -10px;
    position: absolute;
}footer .nav-mainbar {
    position: relative;
    overflow: hidden;
    max-height: 280px;
    margin-bottom: 20px;
    height: auto;
}footer .nav-mainbar a {
    font-size: 14px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding: 10px 0;
    color: rgba(255, 255, 255, 0.7);
}footer .nav-mainbar a:hover {
    padding-left: 10px;
    color: #ffffff;
    border-bottom-color: rgb(208,198,212);
}footer .subscribe_holder {
    justify-content: center;
    flex-direction: column;
    color: #ffffff;
    display: flex;
    background-color: rgb(208,198,212);
}footer .subscribe_holder h5 {
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 22px;
}footer .subscribe_holder p {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    margin-bottom: 30px;
    font-size: 14px;
}footer .input_holder {
    flex-direction: column;
    display: flex;
    gap: 15px;
}footer .input_holder input[type="email"] {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 15px;
    border: none;
    font-size: 14px;
    transition: all 0.3s ease;
    color: #ffffff;
}footer .input_holder input[type="email"]:focus {
    background-color: rgba(255, 255, 255, 0.2);
    outline: none;
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}footer .news-signup {
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
    text-align: center;
    border: none;
    background-color: rgb(173,161,179);
    color: #ffffff;
    padding: 15px;
    cursor: pointer;
    border-radius: 10px;
}footer .news-signup:hover {
    background-color: rgb(173,161,179,0.5);
}footer .lecture-ref {
    padding-top: 20px;
    margin-top: 40px;
    position: relative;
}footer .lecture-ref::before {
    content: "";
    left: 20%;
    right: 20%;
    height: 1px;
    position: absolute;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.5), transparent);
}footer .search-foot {
    color: #000000;
    text-align: center;
    font-size: 14px;
}

@media (min-width: 992px) {footer .text_main_holder {
    overflow-x: visible;
    padding: 0;
    scroll-snap-type: none;
    gap: 30px;
    margin: 0;
    flex-wrap: wrap;
}footer .top-pagewrap, footer .top-main, footer .subscribe_holder {
    height: 500px;
    flex: 1;
    margin-right: 0;
    min-width: 0;
}
}

@media (max-width: 991px) {footer .info_item {
    min-width: 200px;
}footer .top-pagewrap::before,
    footer .top-main::before,
    footer .subscribe_holder::before {
    font-size: 3rem;
}
}

@media (max-width: 767px) {footer .play-market {
    padding: 60px 0 30px;
}footer .talk-experts {
    margin-bottom: 40px;
    flex-direction: column;
    height: auto;
}footer .info_item {
    margin-right: 0;
    margin-bottom: 1px;
    width: 100%;
}footer .info_item:hover {
    flex: 1;
    padding-left: 35px;
}footer .top-pagewrap, footer .top-main, footer .subscribe_holder {
    padding: 25px 20px;
    height: auto;
    min-height: 350px;
}
}

@media (max-width: 576px) {footer .play-market {
    padding: 50px 0 20px;
}footer .top-pagewrap::before,
    footer .top-main::before,
    footer .subscribe_holder::before {
    font-size: 2rem;
    top: 15px;
    left: 15px;
}footer .nav-mainbar {
    height: auto;
    max-height: 220px;
}footer .top-pagewrap, footer .top-main, footer .subscribe_holder {
    min-height: 300px;
    padding: 20px 15px;
}footer .top-main h5, footer .subscribe_holder h5 {
    margin-bottom: 15px;
    font-size: calc(22px - 2px);
}footer .subscribe_holder p {
    margin-bottom: 20px;
}footer .input_holder input[type="email"],
    footer .news-signup {
    padding: 12px;
}}.stay-informed {
    z-index: 1;
    position: relative;
    padding: 3.5rem 2rem;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(208,198,212,0.5), rgb(173,161,179));
}.stay-informed::before {
    width: 30%;
    content: '';
    filter: blur(15px);
    position: absolute;
    top: -10%;
    right: -5%;
    height: 50%;
    transform: rotate(-15deg) skew(15deg);
    z-index: -1;
    background: rgb(173,161,179,0.5);
}.stay-informed::after {
    left: -5%;
    height: 40%;
    position: absolute;
    width: 35%;
    content: '';
    background: rgb(208,198,212,0.5);
    z-index: -1;
    bottom: -10%;
    transform: rotate(20deg) skew(-15deg);
    filter: blur(20px);
}.stay-informed .container {
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    position: relative;
}.stay-informed .learning-experts {
    position: relative;
    padding: 3rem 2.5rem;
    border-left: 3px solid rgb(208,198,212);
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.09);
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}.stay-informed .learning-experts::before {
    width: 100%;
    position: absolute;
    left: 0;
    opacity: 0.1;
    background-size: 20px 20px;
    z-index: -1;
    background: linear-gradient(45deg, transparent 49.5%, rgb(208,198,212,0.5) 49.5%, rgb(208,198,212,0.5) 50.5%, transparent 50.5%);
    content: '';
    height: 100%;
    top: 0;
}.stay-informed h3 {
    font-weight: 600;
    margin-bottom: 2rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    line-height: 1.4;
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    transform: translateZ(30px);
    color: #ffffff;
    letter-spacing: 0.01em;
}.stay-informed .input_holder {
    max-width: 100%;
    position: relative;
    flex-direction: column;
    display: flex;
    gap: 1.25rem;
}.stay-informed .input_holder div {
    position: relative;
    width: 100%;
}.stay-informed input[type="email"] {
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #ffffff;
    border-left: 3px solid rgb(173,161,179);
    border: none;
    outline: none;
    padding: 1.25rem 1.5rem;
    background: rgba(255, 255, 255, 0.12);
    transition: all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 100%;
}.stay-informed input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.7);
    transition: opacity 0.3s ease, transform 0.3s ease;
}.stay-informed input[type="email"]:focus::placeholder {
    opacity: 0.5;
    transform: translateX(5px);
}.stay-informed input[type="email"]:focus {
    border-left-width: 6px;
    background: rgba(255, 255, 255, 0.18);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}.stay-informed .news-signup {
    position: relative;
    transition: all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
    cursor: pointer;
    overflow: hidden;
    align-self: flex-start;
    border: none;
    font-family: Arial, sans-serif;
    color: #ffffff;
    background: rgb(208,198,212);
    display: inline-block;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    padding: 1.25rem 2.5rem;
    font-size: 18px;
    font-weight: 600;
}.stay-informed .news-signup:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px) scale(1.02);
    background: rgb(173,161,179);
}.stay-informed .news-signup:active {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(0) scale(0.98);
}.stay-informed .news-signup::before {
    transition: left 0.7s ease;
    height: 100%;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    content: '';
    position: absolute;
    width: 100%;
    left: -100%;
}.stay-informed .news-signup:hover::before {
    left: 100%;
}

@media (min-width: 768px) {.stay-informed {
    padding: 5rem 3rem;
}.stay-informed .learning-experts {
    padding: 4rem 3.5rem;
}.stay-informed .input_holder {
    align-items: stretch;
    flex-direction: row;
}.stay-informed .input_holder div {
    flex: 1;
}.stay-informed input[type="email"] {
    height: 100%;
}.stay-informed .news-signup {
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
}
}

@media (min-width: 992px) {.stay-informed {
    padding: 6rem 4rem;
}.stay-informed .learning-experts {
    transform: perspective(1000px) rotateX(1deg);
    padding: 5rem 4.5rem;
}.stay-informed h3 {
    margin-bottom: 2.5rem;
    max-width: 80%;
}.stay-informed .input_holder {
    max-width: 85%;
}
}

@media (max-width: 767px) {.stay-informed .learning-experts {
    padding: 2.5rem 1.5rem;
}.stay-informed h3 {
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
}.stay-informed input[type="email"] {
    padding: 1rem 1.25rem;
}.stay-informed .news-signup {
    margin-top: 0.5rem;
    width: 100%;
    padding: 1rem 1.5rem;
}
}

@media (prefers-reduced-motion: reduce) {.stay-informed .learning-experts, 
    .stay-informed input[type="email"],
    .stay-informed .news-signup,
    .stay-informed .news-signup::before {
    transform: none;
    animation: none;
    transition: none;
}
}

@media (hover: none) {.stay-informed .news-signup:hover {
    box-shadow: none;
    transform: none;
}.stay-informed .news-signup::before {
    display: none;
}}.course-highlights {
    overflow: hidden;
    padding: 7rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(238,234,239) 0%, rgb(173,161,179,0.5) 100%);
}.course-highlights::before {
    z-index: 1;
    border-radius: 40% 60% 65% 35% / 40% 45% 55% 60%;
    background: linear-gradient(225deg, rgb(208,198,212) 0%, rgb(208,198,212,0.5) 70%);
    content: "";
    opacity: 0.1;
    right: -5%;
    height: 300px;
    width: 300px;
    transform: rotate(-15deg);
    position: absolute;
    top: -5%;
    animation: floatElement 15s infinite ease-in-out;
}.course-highlights::after {
    width: 250px;
    height: 250px;
    background: linear-gradient(45deg, rgb(173,161,179) 0%, rgb(173,161,179,0.5) 70%);
    z-index: 1;
    border-radius: 30% 70% 70% 30% / 30% 52% 48% 70%;
    left: -3%;
    transform: rotate(10deg);
    content: "";
    animation: floatElement 18s infinite ease-in-out reverse;
    bottom: -8%;
    opacity: 0.1;
    position: absolute;
}.course-highlights .container {
    max-width: 1200px;
    position: relative;
    padding: 0 2rem;
    margin: 0 auto;
    z-index: 2;
}.course-highlights .lesson-map {
    gap: 3rem;
    grid-template-columns: 1fr;
    position: relative;
    display: grid;
}.course-highlights .post-image-grid {
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    height: 350px;
    transform: perspective(1000px) rotateY(2deg);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}.course-highlights .post-image-grid::before {
    content: "";
    height: 100%;
    z-index: 1;
    top: 0;
    background: linear-gradient(
        to bottom,
        transparent 50%,
        rgba(#000000, 0.2) 100%
    );
    width: 100%;
    position: absolute;
    left: 0;
}.course-highlights .post-image-grid::after {
    border-top: 4px solid rgb(208,198,212);
    border-right: 4px solid rgb(208,198,212);
    width: 60px;
    opacity: 0.7;
    height: 60px;
    z-index: 2;
    right: -15px;
    position: absolute;
    content: "";
    top: -15px;
}.course-highlights .post-image-grid:hover {
    transform: perspective(1000px) rotateY(0);
}.course-highlights .text-wrap {
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
}.course-highlights .text-wrap::before {
    transform-origin: top;
    width: 5px;
    height: 80%;
    top: 10%;
    position: absolute;
    transform: scaleY(0);
    content: "";
    left: -20px;
    animation: lineGrow 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.5s;
    background: linear-gradient(to bottom, rgb(208,198,212), rgb(173,161,179));
}.course-highlights h3 {
    padding-left: 1rem;
    font-weight: 700;
    font-size: calc(18px * 1.1);
    color: rgb(208,198,212);
    position: relative;
    opacity: 0;
    transform: translateY(20px);
    margin-bottom: 1.5rem;
    animation: fadeSlideUp 0.8s forwards 0.3s;
}.course-highlights h3::before {
    top: 50%;
    background-color: rgb(173,161,179);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    height: 0.4rem;
    content: "";
    width: 0.4rem;
    position: absolute;
    left: 0;
    transform: translateY(-50%);
}.course-highlights .description {
    margin-bottom: 1.2rem;
    animation: fadeSlideUp 0.8s forwards 0.5s;
    transform: translateY(20px);
    line-height: 1.8;
    opacity: 0;
    position: relative;
    font-size: 13px;
    color: #000000;
}.course-highlights p.description {
    scrollbar-width: thin;
    display: block;
    max-height: 400px;
    position: relative;
    padding-right: 1rem;
    overflow-y: auto;
    scrollbar-color: rgb(173,161,179) transparent;
}.course-highlights p.description::-webkit-scrollbar {
    width: 6px;
}.course-highlights p.description::-webkit-scrollbar-track {
    background: transparent;
}.course-highlights p.description::-webkit-scrollbar-thumb {
    background-color: rgb(173,161,179,0.5);
    border-radius: 10px;
}.course-highlights span.description {
    display: none;
}

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

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

@keyframes floatElement {
    0%, 100% {
        transform: translate(0, 0) rotate(-15deg);
    }
    25% {
        transform: translate(-10px, 15px) rotate(-10deg);
    }
    50% {
        transform: translate(10px, 5px) rotate(-20deg);
    }
    75% {
        transform: translate(15px, -10px) rotate(-12deg);
    }
}

@media (min-width: 768px) {.course-highlights .lesson-map {
    gap: 4rem;
    grid-template-columns: 1fr 1fr;
}.course-highlights .post-image-grid {
    height: 450px;
}.course-highlights h3 {
    padding-left: 1.5rem;
    font-size: calc(18px * 1.2);
}.course-highlights h3::before {
    width: 0.6rem;
    height: 0.6rem;
}.course-highlights .text-wrap::before {
    left: -30px;
}
}

@media (min-width: 992px) {.course-highlights {
    padding: 9rem 0;
}.course-highlights .post-image-grid {
    height: 500px;
}.course-highlights .text-wrap {
    padding-right: 2rem;
}.course-highlights .text-wrap::before {
    left: -40px;
}.course-highlights h3 {
    margin-bottom: 2rem;
    font-size: calc(35px * 0.7);
}.course-highlights .description {
    font-size: calc(13px * 1.05);
}.course-highlights p.description {
    max-height: 450px;
}
}

@media (min-width: 1200px) {.course-highlights .lesson-map {
    gap: 6rem;
}.course-highlights .post-image-grid {
    transform: perspective(1500px) rotateY(3deg);
    height: 550px;
}.course-highlights .post-image-grid:hover {
    transform: perspective(1500px) rotateY(0);
}.course-highlights h3 {
    font-size: calc(35px * 0.8);
}.course-highlights p.description {
    max-height: 500px;
}
}

@media (max-width: 767px) {.course-highlights {
    padding: 5rem 0;
}.course-highlights .post-image-grid {
    margin-bottom: 1rem;
    height: 280px;
}.course-highlights h3 {
    margin-bottom: 1rem;
    font-size: calc(18px * 1);
}.course-highlights .text-wrap::before {
    left: -15px;
}.course-highlights p.description {
    max-height: 350px;
}}.privacy-bunker {
    padding: 4rem 2rem;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(238,234,239) 0%, rgba(245, 245, 250, 0.95) 100%);
    position: relative;
}.privacy-bunker::before {
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    position: absolute;
    z-index: 1;
    height: 100%;
    opacity: 0.1;
    right: 0;
    width: 30%;
    content: "";
    background: linear-gradient(45deg, transparent, rgb(173,161,179,0.5));
    top: 0;
}.privacy-bunker::after {
    left: 0;
    clip-path: polygon(0 30%, 100% 100%, 0 100%);
    position: absolute;
    content: "";
    opacity: 0.05;
    height: 100%;
    width: 40%;
    background: linear-gradient(-45deg, rgb(208,198,212,0.5), transparent);
    z-index: 1;
    bottom: 0;
}.privacy-bunker .container {
    border-top: 4px solid rgb(208,198,212);
    margin: 0 auto;
    position: relative;
    max-width: 1140px;
    z-index: 2;
    transform: perspective(1000px) rotateX(0.5deg);
    background: #ffffff;
    padding: 3rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}.privacy-bunker h1 {
    font-size: 47px;
    position: relative;
    transform: translateZ(5px);
    font-weight: 700;
    padding-bottom: 1rem;
    color: #000000;
    margin-bottom: 2rem;
}.privacy-bunker h1::after {
    width: 80px;
    height: 4px;
    position: absolute;
    content: "";
    bottom: 0;
    transition: width 0.3s ease;
    left: 0;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(208,198,212), rgb(173,161,179));
}.privacy-bunker h2 {
    color: #000000;
    font-weight: 600;
    border-left: 3px solid rgb(173,161,179);
    padding-left: 1rem;
    font-size: 34px;
    margin: 2.5rem 0 1rem;
    position: relative;
}.privacy-bunker h3 {
    padding-bottom: 0.5rem;
    color: #000000;
    font-weight: 600;
    margin: 2rem 0 1rem;
    border-bottom: 1px dashed rgb(173,161,179,0.5);
    font-size: calc(34px * 0.85);
}.privacy-bunker h4 {
    color: #000000;
    font-weight: 600;
    display: inline-block;
    margin: 1.5rem 0 0.75rem;
    position: relative;
    font-size: calc(34px * 0.7);
}.privacy-bunker h4::after {
    left: 0;
    transform: scaleX(0.7);
    transition: transform 0.3s ease;
    height: 2px;
    width: 100%;
    background: rgb(173,161,179,0.5);
    bottom: -5px;
    position: absolute;
    content: "";
    transform-origin: left;
}.privacy-bunker p {
    max-width: 90ch;
    color: #000000;
    line-height: 1.7;
    font-size: 16px;
    transition: color 0.3s ease;
    margin-bottom: 1.5rem;
}.privacy-bunker p strong {
    color: rgb(208,198,212);
    display: inline-block;
    font-weight: 600;
    position: relative;
}.privacy-bunker p strong::after {
    opacity: 0.3;
    content: "";
    position: absolute;
    left: 0;
    background: currentColor;
    bottom: -2px;
    width: 100%;
    height: 1px;
}.privacy-bunker span {
    font-size: 16px;
    display: block;
    border-left: 1px solid rgb(173,161,179,0.5);
    padding-left: 1rem;
    max-width: 90ch;
    margin-bottom: 1.5rem;
    line-height: 1.7;
    color: #000000;
}.privacy-bunker ul {
    padding-left: 1.5rem;
    margin: 1.5rem 0 2rem;
    list-style: none;
}.privacy-bunker li {
    line-height: 1.7;
    padding-left: 1.5rem;
    color: #000000;
    position: relative;
    margin-bottom: 1rem;
    font-size: 16px;
}.privacy-bunker li::before {
    background: rgb(173,161,179);
    width: 8px;
    top: 0.65rem;
    position: absolute;
    content: "";
    transform: rotate(45deg);
    height: 8px;
    transition: transform 0.3s ease;
    left: 0;
}.privacy-bunker li:hover::before {
    transform: rotate(135deg);
}.privacy-bunker div.container:hover h1::after {
    width: 120px;
}.privacy-bunker div.container:hover h4::after {
    transform: scaleX(1);
}

@media (max-width: 992px) {.privacy-bunker {
    padding: 3rem 1.5rem;
}.privacy-bunker .container {
    transform: perspective(1000px) rotateX(0.3deg);
    padding: 2.5rem 2rem;
}.privacy-bunker h1 {
    font-size: calc(47px * 0.9);
}.privacy-bunker h2 {
    padding-left: 0.8rem;
    font-size: calc(34px * 0.9);
}
}

@media (max-width: 768px) {.privacy-bunker {
    padding: 2rem 1rem;
}.privacy-bunker .container {
    transform: none;
    padding: 2rem 1.5rem;
}.privacy-bunker h1 {
    margin-bottom: 1.5rem;
    font-size: calc(47px * 0.8);
}.privacy-bunker h2 {
    font-size: calc(34px * 0.8);
    margin: 2rem 0 0.8rem;
}.privacy-bunker h3 {
    font-size: calc(34px * 0.7);
}.privacy-bunker h4 {
    font-size: calc(34px * 0.6);
}.privacy-bunker p, 
    .privacy-bunker span, 
    .privacy-bunker li {
    line-height: 1.6;
    font-size: calc(16px * 0.95);
}.privacy-bunker ul {
    padding-left: 0.5rem;
}.privacy-bunker li {
    padding-left: 1.2rem;
}
}

@media (max-width: 576px) {.privacy-bunker {
    padding: 1.5rem 0.75rem;
}.privacy-bunker .container {
    padding: 1.5rem 1rem;
}.privacy-bunker h1 {
    padding-bottom: 0.7rem;
    font-size: calc(47px * 0.7);
}.privacy-bunker h1::after {
    height: 3px;
    width: 60px;
}.privacy-bunker h2 {
    padding-left: 0.7rem;
    font-size: calc(34px * 0.7);
    border-left: 2px solid rgb(173,161,179);
}.privacy-bunker h3 {
    font-size: calc(34px * 0.6);
}.privacy-bunker h4 {
    font-size: calc(34px * 0.55);
}.privacy-bunker p, 
    .privacy-bunker span, 
    .privacy-bunker li {
    line-height: 1.5;
    font-size: calc(16px * 0.9);
    margin-bottom: 1.2rem;
}.privacy-bunker span {
    padding-left: 0.7rem;
}.privacy-bunker li::before {
    height: 6px;
    width: 6px;
}}.our-background {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.our-background::before {
    backdrop-filter: blur(3px) saturate(120%);
    z-index: 1;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    background: linear-gradient(135deg, rgb(208,198,212,0.5), rgb(173,161,179,0.5), rgba(20, 30, 40, 0.85));
}.our-background .container {
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
}.our-background .text-wrap {
    clip-path: polygon(0 0, 100% 0, 98% 100%, 0 100%);
    backdrop-filter: blur(10px);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
    transform: perspective(1000px) rotateY(-2deg);
    border-left: 4px solid rgb(173,161,179);
    position: relative;
    padding: 40px 50px;
}.our-background .text-wrap:hover {
    transform: perspective(1000px) rotateY(0deg);
}.our-background .text-wrap::before {
    width: 50px;
    left: 25px;
    background: rgb(173,161,179);
    top: -10px;
    content: "";
    position: absolute;
    transform: skewX(-25deg);
    height: 5px;
}.our-background .text-wrap::after {
    transform: skewX(-25deg);
    width: 70px;
    background: rgb(208,198,212);
    right: 45px;
    content: "";
    position: absolute;
    height: 5px;
    bottom: -10px;
}.our-background h5 {
    color: transparent;
    font-size: 20px;
    background: linear-gradient(90deg, rgb(173,161,179), rgb(208,198,212));
    color: #ffffff;
    text-transform: uppercase;
    background-clip: text !important;
    text-shadow: 0 2px 10px rgba(0,0,0,0.1);
    letter-spacing: 1.5px;
    display: inline-block;
    position: relative;
    -webkit-background-clip: text !important;
    margin-bottom: 20px;
    font-weight: 700;
}.our-background h5::after {
    width: 100%;
    transition: transform 0.4s ease;
    left: 0;
    position: absolute;
    transform-origin: left;
    bottom: -8px;
    background: linear-gradient(90deg, rgb(173,161,179), transparent);
    transform: scaleX(0.6);
    content: "";
    height: 2px;
}.our-background .text-wrap:hover h5::after {
    transform: scaleX(1);
}.our-background p {
    letter-spacing: 0.5px;
    font-size: calc(12px * 1.2);
    font-weight: 600;
    z-index: 1;
    color: #ffffff;
    position: relative;
    margin-bottom: 25px;
}.our-background p b {
    letter-spacing: 1px;
    z-index: 1;
    position: relative;
    font-weight: 700;
}.our-background p b::after {
    z-index: -1;
    left: 0;
    transform: scaleX(0);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    bottom: -2px;
    content: "";
    width: 100%;
    height: 3px;
    transform-origin: left;
    position: absolute;
    background: rgb(173,161,179);
}.our-background .text-wrap:hover p b::after {
    transform: scaleX(1);
}.our-background ol {
    margin: 0;
    list-style: none;
    position: relative;
    padding: 0;
}.our-background ol li {
    font-size: 12px;
    scrollbar-width: thin;
    text-align: justify;
    color: #ffffff;
    text-shadow: 0 1px 1px rgba(0,0,0,0.1);
    scrollbar-color: rgb(173,161,179) transparent;
    line-height: 1.8;
    padding-left: 10px;
    max-height: 60vh;
    position: relative;
    overflow-y: auto;
}.our-background ol li::-webkit-scrollbar {
    width: 6px;
}.our-background ol li::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(255,255,255,0.05);
}.our-background ol li::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(173,161,179);
}.our-background ol li::before {
    width: 3px;
    left: -10px;
    background: linear-gradient(to bottom, rgb(173,161,179), transparent);
    height: 100%;
    top: 0;
    opacity: 0.6;
    transition: all 0.5s ease;
    content: "";
    position: absolute;
    transform: scaleY(0.9);
}.our-background .text-wrap:hover ol li::before {
    opacity: 1;
    transform: scaleY(1);
}

@media (max-width: 992px) {.our-background {
    padding: 80px 0;
}.our-background .text-wrap {
    transform: perspective(1000px) rotateY(-1deg);
    padding: 30px 35px;
}.our-background h5 {
    font-size: calc(20px * 0.95);
}.our-background p {
    font-size: 12px;
}.our-background ol li {
    max-height: 50vh;
    font-size: calc(12px * 0.95);
}
}

@media (max-width: 768px) {.our-background {
    padding: 60px 0;
}.our-background .text-wrap {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    transform: none;
    padding: 25px;
}.our-background .text-wrap::before,
    .our-background .text-wrap::after {
    width: 40px;
}.our-background h5 {
    font-size: calc(20px * 0.9);
}.our-background p {
    font-size: calc(12px * 0.95);
}.our-background ol li {
    font-size: calc(12px * 0.9);
    max-height: 40vh;
    line-height: 1.7;
}
}

@media (max-width: 576px) {.our-background {
    padding: 50px 0;
}.our-background .text-wrap {
    padding: 20px 15px;
    border-left-width: 3px;
}.our-background .text-wrap::before,
    .our-background .text-wrap::after {
    height: 3px;
    width: 30px;
}.our-background h5 {
    font-size: calc(20px * 0.85);
    margin-bottom: 15px;
}.our-background p {
    margin-bottom: 15px;
    font-size: calc(12px * 0.9);
}.our-background ol li {
    max-height: 35vh;
    font-size: calc(12px * 0.85);
    line-height: 1.6;
}
}

@media (prefers-reduced-motion: reduce) {.our-background .text-wrap,
    .our-background .text-wrap:hover,
    .our-background h5::after,
    .our-background .text-wrap:hover h5::after,
    .our-background p b::after,
    .our-background .text-wrap:hover p b::after,
    .our-background ol li::before,
    .our-background .text-wrap:hover ol li::before {
    transition: none;
    transform: none;
}}.plan-display {
    position: relative;
    background: rgb(238,234,239);
    padding: 120px 0;
    overflow: hidden;
}.plan-display::before {
    top: -15%;
    height: 600px;
    z-index: 0;
    content: "";
    background: linear-gradient(135deg, rgb(208,198,212,0.5), rgb(173,161,179,0.5));
    opacity: 0.15;
    right: -10%;
    width: 600px;
    position: absolute;
    filter: blur(80px);
}.plan-display::after {
    width: 500px;
    position: absolute;
    background: linear-gradient(225deg, rgb(173,161,179,0.5), rgb(208,198,212,0.5));
    left: -10%;
    opacity: 0.1;
    height: 500px;
    z-index: 0;
    content: "";
    bottom: -15%;
    filter: blur(100px);
}.plan-display .container {
    z-index: 1;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
}.plan-display .program-fees {
    gap: 60px;
    flex-direction: column;
    display: flex;
}.plan-display .access-rates {
    margin-bottom: 20px;
    position: relative;
    transform: translateX(5%);
    z-index: 2;
    order: -1;
}.plan-display .access-rates h2 {
    color: transparent;
    transform: perspective(1000px) rotateX(0deg);
    font-weight: 700;
    background: linear-gradient(90deg, #000000, rgb(208,198,212));
    transition: transform 0.5s ease;
    font-size: 36px;
    -webkit-background-clip: text !important;
    color: #000000;
    background-clip: text !important;
    margin-bottom: 15px;
}.plan-display .access-rates .group-rates {
    margin-left: 5px;
    max-width: 700px;
    line-height: 1.6;
    transform: translateY(0);
    transition: transform 0.4s ease;
    font-size: 12px;
    color: #000000;
}.plan-display .access-rates:hover h2 {
    transform: perspective(1000px) rotateX(5deg);
}.plan-display .access-rates:hover .group-rates {
    transform: translateY(3px);
}.plan-display .rate-card {
    perspective: 1000px;
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}.plan-display .tuition-table {
    display: block;
    transform-style: preserve-3d;
    transform: translateZ(0) scale(1);
    position: relative;
    text-decoration: none;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 100%;
    overflow: hidden;
}.plan-display .tuition-table:hover {
    z-index: 5;
    transform: translateZ(20px) scale(1.02);
}.plan-display .learning-fee {
    flex-direction: column;
    transition: box-shadow 0.5s ease;
    background: #ffffff;
    overflow: hidden;
    display: flex;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
    height: 100%;
    position: relative;
}.plan-display .tuition-table:hover .learning-fee {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 0 0 0 1px rgb(208,198,212,0.5);
}.plan-display .learning-fee::before {
    background: linear-gradient(90deg, rgb(208,198,212), rgb(173,161,179));
    position: absolute;
    content: "";
    top: 0;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    height: 5px;
    transform: scaleX(0);
    transform-origin: left;
    right: 0;
    left: 0;
}.plan-display .tuition-table:hover .learning-fee::before {
    transform: scaleX(1);
}.plan-display .cost-card {
    z-index: 2;
    overflow: hidden;
    padding: 35px 30px;
    flex-grow: 1;
    position: relative;
    display: flex;
    flex-direction: column;
}.plan-display .cost-card h3 {
    transition: transform 0.4s ease, color 0.3s ease;
    transform: translateY(0);
    font-weight: 600;
    font-size: calc(23px + 2px);
    margin-bottom: 15px;
    word-break: break-word;
    overflow-wrap: break-word;
    color: #000000;
    position: relative;
}.plan-display .tuition-table:hover .cost-card h3 {
    color: rgb(208,198,212);
    transform: translateY(-2px);
}.plan-display .cost-card .learn-price {
    margin: 5px 0 20px;
    overflow-wrap: break-word;
    word-break: break-word;
    display: block;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    font-weight: 700;
    color: rgb(208,198,212);
    position: relative;
    font-size: calc(23px + 6px);
}.plan-display .tuition-table:hover .cost-card .learn-price {
    transform: scale(1.05);
}.plan-display .cost-card .learn-price::after {
    left: 0;
    position: absolute;
    height: 2px;
    transition: width 0.4s ease;
    width: 50px;
    background: rgb(173,161,179,0.5);
    content: "";
    bottom: -10px;
}.plan-display .tuition-table:hover .cost-card .learn-price::after {
    width: 80px;
}.plan-display .cost-card p {
    line-height: 1.7;
    margin-top: 10px;
    flex-grow: 1;
    word-break: break-word;
    transition: opacity 0.3s ease;
    color: #000000;
    opacity: 0.85;
    white-space: normal;
    font-size: 12px;
    overflow-wrap: break-word;
}.plan-display .tuition-table:hover .cost-card p {
    opacity: 1;
}.plan-display .tuition-table .post-image-grid {
    transition: height 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
    overflow: hidden;
    height: 220px;
    position: relative;
}.plan-display .tuition-table:hover .post-image-grid {
    height: 240px;
}.plan-display .tuition-table .post-image-grid::after {
    left: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.3), transparent);
    opacity: 0;
    top: 0;
    position: absolute;
    right: 0;
    content: "";
    transition: opacity 0.4s ease;
    bottom: 0;
}.plan-display .tuition-table:hover .post-image-grid::after {
    opacity: 1;
}.plan-display .tuition-table:nth-child(odd) .learning-fee {
    flex-direction: column-reverse;
}

@media (min-width: 992px) {.plan-display {
    padding: 140px 0;
}.plan-display .program-fees {
    align-items: flex-start;
    flex-direction: row;
}.plan-display .access-rates {
    margin-right: 70px;
    top: 100px;
    transform: translateX(0);
    align-self: flex-start;
    width: 30%;
    position: sticky;
    order: 0;
}.plan-display .rate-card {
    grid-template-columns: repeat(2, 1fr);
    width: 70%;
}
}

@media (min-width: 1200px) {.plan-display .rate-card {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.plan-display .access-rates h2 {
    font-size: calc(36px + 5px);
}
}

@media (max-width: 991px) {.plan-display {
    padding: 80px 0;
}.plan-display .access-rates {
    transform: translateX(0);
    text-align: center;
}.plan-display .access-rates .group-rates {
    margin: 0 auto;
}
}

@media (max-width: 767px) {.plan-display {
    padding: 60px 0;
}.plan-display .rate-card {
    grid-template-columns: 1fr;
}.plan-display .cost-card {
    padding: 25px 20px;
}.plan-display .tuition-table .post-image-grid {
    height: 180px;
}.plan-display .access-rates h2 {
    font-size: calc(36px - 2px);
}
}

@media (max-width: 480px) {.plan-display {
    padding: 50px 0;
}.plan-display .cost-card h3 {
    font-size: 23px;
}.plan-display .cost-card .learn-price {
    font-size: calc(23px + 2px);
}.plan-display .cost-card p {
    font-size: calc(12px - 1px);
}}.user-comments {
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgb(238,234,239) 100%);
    overflow: hidden;
}.user-comments::before {
    width: 100%;
    content: "";
    position: absolute;
    height: 100%;
    background: radial-gradient(circle at 20% 30%, rgb(208,198,212,0.5) 0%, transparent 30%),
                radial-gradient(circle at 80% 70%, rgb(173,161,179,0.5) 0%, transparent 30%);
    opacity: 0.2;
    top: 0;
    left: 0;
}.user-comments .container {
    position: relative;
    z-index: 2;
}.user-comments h2 {
    left: 50%;
    font-weight: 700;
    position: relative;
    margin-bottom: 4rem;
    transform: translateX(-50%);
    padding: 0 2rem;
    font-size: 34px;
    letter-spacing: 3px;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    color: #000000;
}.user-comments h2::after {
    animation: glow 2s infinite;
    width: 100%;
    left: 0;
    background: linear-gradient(90deg, transparent, rgb(208,198,212), transparent);
    bottom: -15px;
    height: 2px;
    content: "";
    position: absolute;
}.user-comments .rating-voices {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    perspective: 1000px;
}.user-comments .success-stories {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    flex: 0 0 calc(33.333% - 2rem);
    position: relative;
    background: #ffffff;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-style: preserve-3d;
    border-radius: 10px;
    margin: 1rem;
}.user-comments .success-stories::before {
    opacity: 0.7;
    -webkit-mask-composite: xor;
    content: "";
    mask-composite: exclude;
    inset: 0;
    background: linear-gradient(45deg, rgb(208,198,212), rgb(173,161,179)) border-box;
    z-index: 1;
    border: 2px solid transparent;
    border-radius: 10px;
    position: absolute;
    -webkit-mask: 
        linear-gradient(#fff 0 0) padding-box, 
        linear-gradient(#fff 0 0);
}.user-comments .success-stories:hover {
    transform: translateY(-15px) rotateX(5deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2), 
                0 0 20px rgb(208,198,212,0.5), 
                0 0 30px rgb(173,161,179,0.5);
}.user-comments .success-stories:hover::before {
    animation: borderGlow 1.5s infinite alternate;
}.user-comments .success-stories img {
    filter: grayscale(20%);
    transition: filter 0.3s ease;
    height: 180px;
    width: 100%;
    object-fit: cover;
    border-bottom: 1px solid rgb(238,234,239);
}.user-comments .success-stories:hover img {
    filter: grayscale(0%);
}.user-comments .success-stories p {
    margin: 0;
    padding: 1rem 1.5rem 0;
    position: relative;
    color: #000000;
    font-size: calc(15px + 0.1rem);
    font-weight: 600;
}.user-comments .success-stories p::after {
    left: 1.5rem;
    width: 40px;
    background: rgb(208,198,212);
    bottom: -5px;
    content: "";
    height: 2px;
    position: absolute;
}.user-comments .success-stories .description {
    position: relative;
    font-weight: 400;
    color: #000000;
    padding: 1rem 1.5rem 1.5rem;
    font-size: 15px;
    line-height: 1.6;
}.user-comments .success-stories:nth-child(3n+1) {
    transform: translateZ(20px);
}.user-comments .success-stories:nth-child(3n+2) {
    transform: translateZ(10px);
}.user-comments .success-stories:nth-child(3n+3) {
    transform: translateZ(30px);
}

@keyframes glow {
    0%, 100% {
        box-shadow: 0 0 5px rgb(208,198,212), 0 0 10px rgb(208,198,212,0.5);
    }
    50% {
        box-shadow: 0 0 15px rgb(208,198,212), 0 0 20px rgb(208,198,212);
    }
}

@keyframes borderGlow {
    0% {
        opacity: 0.7;
    }
    100% {
        opacity: 1;
    }
}

@media (max-width: 991px) {.user-comments .success-stories {
    flex: 0 0 calc(50% - 2rem);
}
}

@media (max-width: 767px) {.user-comments {
    padding: 4rem 0;
}.user-comments h2 {
    font-size: calc(34px - 0.3rem);
    margin-bottom: 2.5rem;
}.user-comments .success-stories {
    flex: 0 0 100%;
    margin: 1rem 0;
    transform: none !important;
}.user-comments .success-stories:hover {
    transform: translateY(-10px) !important;
}}.appSpot {
    background: linear-gradient(135deg, rgb(238,234,239) 0%, rgb(208,198,212,0.5) 30%, rgb(238,234,239) 70%, rgb(173,161,179,0.5) 100%);
    overflow: hidden;
    padding: 100px 0;
    position: relative;
}.appSpot::before {
    height: 100%;
    position: absolute;
    content: "";
    width: 100%;
    animation: pulseGlow 10s ease-in-out infinite;
    z-index: 0;
    top: 0;
    background: radial-gradient(circle at 30% 50%, rgb(208,198,212,0.5) 0%, transparent 60%);
    left: 0;
}.appSpot::after {
    background: 
        radial-gradient(2px 2px at 85% 15%, #ffffff 50%, transparent 60%),
        radial-gradient(2px 2px at 10% 75%, #ffffff 50%, transparent 60%),
        radial-gradient(2px 2px at 20% 20%, #ffffff 50%, transparent 60%),
        radial-gradient(2px 2px at 70% 80%, #ffffff 50%, transparent 60%),
        radial-gradient(2px 2px at 90% 60%, #ffffff 50%, transparent 60%);
    z-index: 0;
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.7;
    top: 0;
}.appSpot .container {
    padding: 0 20px;
    z-index: 1;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.appSpot .learning-experts {
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
    display: flex;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.1),
        inset 0 0 30px rgba(255, 255, 255, 0.2);
    flex-direction: column;
    backdrop-filter: blur(10px);
    gap: 2.5rem;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100%);
    transform: perspective(1000px) rotateX(2deg);
    padding: 3.5rem;
}.appSpot .learning-experts::before {
    height: 10px;
    border-radius: 10px;
    width: 80%;
    top: -5px;
    position: absolute;
    opacity: 0.6;
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, rgb(208,198,212) 50%, transparent);
    left: 50%;
    content: "";
}.appSpot .learning-experts::after {
    position: absolute;
    opacity: 0.6;
    bottom: -5px;
    left: 50%;
    height: 10px;
    width: 80%;
    background: linear-gradient(90deg, transparent, rgb(173,161,179) 50%, transparent);
    content: "";
    border-radius: 10px;
    transform: translateX(-50%);
}.appSpot .learning-experts > div:first-child {
    padding-bottom: 1.5rem;
    position: relative;
}.appSpot .learning-experts > div:first-child::after {
    height: 3px;
    transform-origin: left;
    position: absolute;
    width: 60px;
    animation: expandLine 1.5s ease-out forwards;
    left: 0;
    content: "";
    bottom: 0;
    background: rgb(208,198,212);
}.appSpot h5 {
    color: #000000;
    font-weight: 700;
    position: relative;
    transform: translateY(0);
    line-height: 1.4;
    transition: transform 0.3s ease;
    margin: 0;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    font-size: 20px;
}.appSpot a {
    transition: all 0.3s ease;
    position: relative;
    display: block;
    overflow: hidden;
    text-decoration: none;
}.appSpot a::before {
    transition: opacity 0.3s ease;
    width: 10px;
    animation: shine 3s infinite;
    height: 100%;
    position: absolute;
    opacity: 0;
    left: -30px;
    top: 0;
    transform: skewX(-20deg);
    content: "";
    background: linear-gradient(to right, transparent, rgb(208,198,212,0.5), transparent);
}.appSpot a:hover::before {
    opacity: 1;
}.appSpot p {
    padding: 0.5rem 1rem;
    line-height: 1.7;
    transition: all 0.3s ease;
    font-size: 12px;
    border-left: 3px solid rgb(173,161,179,0.5);
    position: relative;
    color: #000000;
    margin: 0;
}.appSpot a:hover p {
    transform: translateX(5px);
    color: rgb(208,198,212);
}.appSpot .learning-experts:hover {
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.2),
        inset 0 0 50px rgba(255, 255, 255, 0.3);
    transform: perspective(1000px) rotateX(0deg);
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.5;
        transform: scale(1.1);
    }
}

@keyframes expandLine {
    0% {
        width: 0;
    }
    100% {
        width: 60px;
    }
}

@keyframes shine {
    0% {
        left: -30px;
    }
    20% {
        left: 120%;
    }
    100% {
        left: 120%;
    }
}

@media (min-width: 768px) {.appSpot {
    padding: 150px 0;
}.appSpot .learning-experts {
    max-width: 85%;
    margin: 0 auto;
    padding: 4rem 5rem;
    transform: perspective(1000px) rotateX(2deg) rotateY(1deg);
}.appSpot .learning-experts:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg);
}.appSpot h5 {
    font-size: calc(20px * 1.2);
}.appSpot p {
    font-size: calc(12px * 1.1);
    padding: 1rem 1.5rem;
    line-height: 1.8;
}
}

@media (min-width: 992px) {.appSpot .learning-experts {
    max-width: 75%;
    gap: 3rem;
}.appSpot .learning-experts > div:first-child::after {
    width: 80px;
}
    
    @keyframes expandLine {
        0% {
            width: 0;
        }
        100% {
            width: 80px;
        }
    }
}

@media (max-width: 767px) {.appSpot {
    padding: 60px 0;
}.appSpot .learning-experts {
    gap: 1.5rem;
    padding: 2.5rem 1.5rem;
}.appSpot h5 {
    font-size: calc(20px * 0.9);
}.appSpot p {
    border-left-width: 2px;
    padding: 0.5rem;
}
}

@media (max-width: 480px) {.appSpot {
    padding: 40px 0;
}.appSpot .learning-experts {
    padding: 2rem 1.25rem;
    transform: perspective(1000px) rotateX(1deg);
}.appSpot h5 {
    font-size: calc(20px * 0.8);
}.appSpot p {
    line-height: 1.6;
    font-size: calc(12px * 0.9);
}}.cookieNotificationBar {
    position: fixed;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px 0px;
    transition: all 0.3s ease-in-out;
    border-top: 2px solid rgb(208,198,212);
    z-index: 90;
    background: rgb(173,161,179);
    bottom: 0;
    padding: 20px 0;
    width: 100%;
}.consent-box {
    max-width: 1200px;
    flex-wrap: wrap;
    margin: auto;
    padding: 20px 30px;
    justify-content: space-between;
    display: flex;
    align-items: center;
}.cookieNotificationBar h5 {
    color: #ffffff;
    font-size: 21px;
    margin-bottom: 6px;
    font-weight: 700;
    transition: color 0.3s ease-in-out;
}.cookieNotificationBar p {
    max-width: 500px;
    color: #ffffff;
    font-size: 15px;
}.consent-ack {
    flex-shrink: 0;
    margin-right: 20px;
}.consent-ack svg, .consent-ack svg path {
    width: 80px;
    transition: transform 0.3s ease-in-out;
    height: 80px;
    fill: rgb(208,198,212);
}.consent-ack:hover svg {
    transform: rotate(10deg);
}.cookie-confirm {
    padding: 10px 20px;
    color: #ffffff;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    font-size: 15px;
    box-shadow: rgb(208,198,212,0.5) 0px 4px 10px 0px;
    border-radius: 22px;
    margin-left: 20px;
    cursor: pointer;
    background: rgb(208,198,212);
    line-height: 35px;
    text-decoration: none;
}.cookie_button.user-tracker {
    background: rgb(208,198,212);
}.cookie_button.cookie-layer {
    background: rgb(173,161,179);
}.cookie-confirm:hover {
    transform: scale(1.05);
    box-shadow: rgb(208,198,212,0.5) 0px 6px 15px 0px;
}.cookieNotificationBar p a {
    color: rgb(208,198,212);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease-in-out;
}.cookieNotificationBar p a:hover {
    color: rgb(173,161,179);
}.wrapper-capsule .cookieNotificationBar {
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 40px 39px;
    background: rgb(173,161,179);
    border: none;
    padding: 40px 0;
}.wrapper-capsule .cookie-confirm {
    background: rgb(208,198,212);
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    border-radius: 10px;
    font-weight: 400;
    font-size: 15px;
    padding: 10px;
    border: none;
    color: #ffffff;
    margin-left: 30px;
}.wrapper-capsule .web-tracking h5, .wrapper-capsule .web-tracking p {
    color: #ffffff;
}
@media only screen and (max-width: 1200px) {.cookieNotificationBar {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.consent-ack {
    display: none;
}.consent-box {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}.cookieNotificationBar h5 {
    text-align: center;
}.cookieNotificationBar p {
    text-align: center;
}.web-tracking {
    text-align: center;
    margin-bottom: 20px;
}.cookie-confirm {
    width: 100%;
    margin-top: 10px;
    max-width: 300px;
    margin-left: 0;
}}
#cookiePolicyNotice {
    display: none;
}#cookiePolicyNotice:checked ~ .cookieNotificationBar {
    visibility: hidden;
    opacity: 0;
}.greeting-page {
    perspective: 1000px;
    overflow: hidden;
    justify-content: center;
    display: flex;
    min-height: 100vh;
    background-color: rgb(208,198,212,0.5);
    align-items: center;
    position: relative;
}.greeting-page::before {
    height: 100%;
    z-index: 1;
    position: absolute;
    opacity: 0.7;
    background: linear-gradient(135deg, rgb(173,161,179,0.5) 0%, rgba(255,255,255,0.1) 100%);
    top: 0;
    content: "";
    left: 0;
    width: 100%;
}.greeting-page::after {
    position: absolute;
    width: 100%;
    opacity: 0.1;
    right: -50%;
    top: -50%;
    height: 100%;
    content: "";
    animation: pulseBg 15s infinite alternate ease-in-out;
    background: radial-gradient(circle at center, rgb(208,198,212) 0%, transparent 70%);
    z-index: 0;
}.greeting-page .learning-experts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    transform-style: preserve-3d;
    gap: 2rem;
    padding: 2rem;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    position: relative;
}.greeting-page h1 {
    position: relative;
    line-height: 1.2;
    transform: translateZ(20px);
    grid-column: 1 / -1;
    font-family: Arial, sans-serif;
    font-weight: 700;
    color: #000000;
    font-size: 38px;
    letter-spacing: 0.5px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
    margin-bottom: 2rem;
}.greeting-page h1::after {
    border-radius: 10px;
    height: 4px;
    width: 80px;
    animation: expandLine 3s infinite alternate ease-in-out;
    background: linear-gradient(90deg, rgb(208,198,212), rgb(173,161,179));
    bottom: -10px;
    left: 0;
    position: absolute;
    content: "";
}.greeting-page .text-wrap {
    position: relative;
    transition: transform 0.5s ease;
    transform: translateZ(10px);
}.greeting-page .main-hero {
    backdrop-filter: blur(5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1), 0 5px 15px rgba(0,0,0,0.05);
    border-radius: 15px;
    background: linear-gradient(135deg, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.85) 100%);
    transform: translateY(0);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 2.5rem;
}.greeting-page .main-hero:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15), 0 10px 20px rgba(0,0,0,0.1);
}.greeting-page p {
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: calc(12px * 1.2);
    margin-bottom: 2rem;
    position: relative;
    line-height: 1.6;
}.greeting-page svg {
    width: 120px;
    transform: rotateY(0deg);
    display: block;
    transition: transform 1.5s ease;
    margin: 1rem auto 2rem;
    height: 120px;
    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.1));
}.greeting-page .main-hero:hover svg {
    transform: rotateY(360deg);
}.greeting-page svg path {
    transition: fill 0.3s ease;
    fill: rgb(208,198,212);
}.greeting-page svg text {
    transition: fill 0.3s ease, transform 0.3s ease;
    fill: rgb(208,198,212);
    font-weight: 700;
    font-family: Arial, sans-serif;
}.greeting-page svg:hover path {
    fill: rgb(173,161,179);
}.greeting-page svg:hover text {
    fill: rgb(173,161,179);
    transform: scale(1.05);
}.greeting-page .feedback-formPjvH {
    text-decoration: none;
    display: inline-block;
    font-family: Arial, sans-serif;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 1;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    background: linear-gradient(135deg, rgb(208,198,212) 0%, rgb(173,161,179) 100%);
    position: relative;
    color: #ffffff;
    font-size: 17px;
    letter-spacing: 0.5px;
    padding: 1rem 2rem;
    text-align: center;
    font-weight: 600;
}.greeting-page .feedback-formPjvH::before {
    transition: all 0.6s ease;
    height: 100%;
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    content: "";
    top: 0;
    left: -100%;
    z-index: -1;
}.greeting-page .feedback-formPjvH:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}.greeting-page .feedback-formPjvH:hover::before {
    left: 100%;
}.greeting-page .post-image-grid {
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateZ(5px) rotate(2deg);
    position: relative;
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
    border-radius: 15px;
    height: 400px;
    overflow: hidden;
}.greeting-page .post-image-grid::before {
    position: absolute;
    background: linear-gradient(to bottom, transparent 60%, rgb(208,198,212,0.5) 100%);
    left: 0;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}.greeting-page .post-image-grid::after {
    content: "";
    left: 0;
    height: 100%;
    position: absolute;
    opacity: 0.5;
    top: 0;
    z-index: 2;
    width: 100%;
    background: linear-gradient(45deg, rgb(173,161,179,0.5) 0%, transparent 50%);
}.greeting-page .post-image-grid:hover {
    transform: translateZ(15px) rotate(0);
}

@keyframes pulseBg {
    0% {
        opacity: 0.05;
        transform: scale(1);
    }
    50% {
        opacity: 0.1;
        transform: scale(1.1);
    }
    100% {
        opacity: 0.05;
        transform: scale(1);
    }
}

@keyframes expandLine {
    0% {
        width: 80px;
    }
    100% {
        width: 120px;
    }
}

@media (min-width: 1200px) {.greeting-page .learning-experts {
    padding: 3rem;
    gap: 4rem;
}.greeting-page h1 {
    font-size: calc(38px * 1.2);
}.greeting-page .post-image-grid {
    height: 500px;
}.greeting-page svg {
    width: 150px;
    height: 150px;
}
}

@media (max-width: 991px) {.greeting-page .learning-experts {
    gap: 2rem;
    grid-template-columns: 1fr;
}.greeting-page h1 {
    font-size: 28px;
    text-align: center;
}.greeting-page h1::after {
    left: 50%;
    transform: translateX(-50%);
}.greeting-page .main-hero {
    padding: 2rem;
    text-align: center;
}.greeting-page .post-image-grid {
    order: -1;
    height: 350px;
    transform: translateZ(5px) rotate(0);
}
}

@media (max-width: 767px) {.greeting-page {
    min-height: auto;
    padding: 4rem 0;
}.greeting-page .learning-experts {
    padding: 1.5rem;
    gap: 1.5rem;
}.greeting-page h1 {
    margin-bottom: 1.5rem;
    font-size: calc(28px * 0.9);
}.greeting-page .post-image-grid {
    height: 250px;
}.greeting-page p {
    margin-bottom: 1.5rem;
    font-size: 12px;
}.greeting-page svg {
    width: 100px;
    height: 100px;
    margin: 0.5rem auto 1.5rem;
}.greeting-page .feedback-formPjvH {
    padding: 0.75rem 1.5rem;
    font-size: calc(17px * 0.9);
}
}

@media (max-width: 480px) {.greeting-page {
    padding: 3rem 0;
}.greeting-page .learning-experts {
    padding: 1rem;
}.greeting-page h1 {
    font-size: calc(28px * 0.8);
}.greeting-page .post-image-grid {
    height: 200px;
}.greeting-page .main-hero {
    padding: 1.5rem;
}.greeting-page svg {
    height: 80px;
    width: 80px;
}}.connect-form {
    padding: 100px 0;
    position: relative;
}.connect-form::before {
    right: 0;
    background-color: rgb(238,234,239);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    top: 0;
    content: "";
}.connect-form .container {
    z-index: 2;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.connect-form .query-request {
    display: flex;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    position: relative;
    flex-wrap: wrap;
}.connect-form .help-info {
    background: rgb(208,198,212);
    padding: 60px 40px;
    overflow: hidden;
    width: 40%;
    position: relative;
}.connect-form .help-info::before {
    right: -10%;
    border-radius: 50%;
    width: 200px;
    content: "";
    top: -10%;
    height: 200px;
    position: absolute;
    opacity: 0.3;
    background: rgb(173,161,179);
}.connect-form .help-info::after {
    left: -10%;
    content: "";
    border-radius: 50%;
    height: 200px;
    opacity: 0.3;
    bottom: -10%;
    background: rgb(173,161,179);
    position: absolute;
    width: 200px;
}.connect-form .help-info h3 {
    color: #ffffff;
    z-index: 1;
    position: relative;
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 33px;
}.connect-form .help-info div {
    display: flex;
    padding-left: 15px;
    margin-bottom: 25px;
    border-left: 3px solid #ffffff;
    z-index: 1;
    transition: all 0.3s ease;
    position: relative;
    align-items: center;
}.connect-form .help-info div:hover {
    border-left-color: rgb(173,161,179);
    transform: translateX(5px);
}.connect-form .help-info div svg {
    height: 24px;
    margin-right: 15px;
    width: 24px;
}.connect-form .help-info div svg path {
    transition: fill 0.3s ease;
    fill: #ffffff;
}.connect-form .help-info div:hover svg path {
    fill: rgb(173,161,179);
}.connect-form .help-info div span {
    font-size: 15px;
    color: #ffffff;
}.connect-form .help-info div span a {
    text-decoration: none;
    color: #ffffff;
    transition: color 0.3s ease;
}.connect-form .help-info div span a:hover {
    color: rgb(173,161,179);
}.connect-form .query-card {
    padding: 60px 40px;
    width: 60%;
    background: #ffffff;
}.connect-form .query-card h3 {
    margin-bottom: 30px;
    font-weight: 600;
    color: #000000;
    font-size: 24px;
}.connect-form form {
    display: flex;
    flex-direction: column;
}.connect-form form input[type="text"],
.connect-form form input[type="email"] {
    padding: 15px 20px;
    border: 2px solid #EFEFEF;
    transition: all 0.3s ease;
    margin-bottom: 20px;
    font-size: 15px;
    border-radius: 10px;
}.connect-form form input[type="text"]:focus,
.connect-form form input[type="email"]:focus {
    border-color: rgb(208,198,212);
    outline: none;
}.connect-form form input::placeholder {
    color: #BBBBBB;
}.connect-form .query-panel {
    align-items: flex-start;
    display: flex;
    margin-bottom: 25px;
}.connect-form .query-panel input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.connect-form .query-panel label {
    line-height: 1.6;
    padding-left: 35px;
    position: relative;
    font-size: 14px;
    color: #000000;
    cursor: pointer;
}.connect-form .query-panel label::before {
    transition: all 0.3s ease;
    content: "";
    position: absolute;
    width: 20px;
    border-radius: 10px;
    top: 2px;
    left: 0;
    height: 20px;
    border: 2px solid #EFEFEF;
}.connect-form .query-panel input[type="checkbox"]:checked + label::before {
    background-color: rgb(208,198,212);
    border-color: rgb(208,198,212);
}.connect-form .query-panel input[type="checkbox"]:checked + label::after {
    border-width: 0 2px 2px 0;
    width: 6px;
    transform: rotate(45deg);
    height: 12px;
    content: "";
    top: 4px;
    left: 7px;
    border: solid white;
    position: absolute;
}.connect-form .query-panel label a {
    text-decoration: none;
    color: rgb(208,198,212);
    transition: all 0.3s ease;
}.connect-form .query-panel label a:hover {
    text-decoration: underline;
}.connect-form form .feedback-formPjvH {
    padding: 15px 30px;
    color: #ffffff;
    overflow: hidden;
    font-weight: 600;
    position: relative;
    font-size: 15px;
    background-color: rgb(208,198,212);
    border: none;
    transition: all 0.3s ease;
    border-radius: 10px;
    align-self: flex-start;
    cursor: pointer;
}.connect-form form .feedback-formPjvH::after {
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    width: 0;
    border-radius: 100%;
    transform: translate3d(-50%, -50%, 0);
    left: 50%;
    top: 50%;
    transform-style: flat;
    transition: width 0.3s ease, height 0.3s ease;
    height: 0;
    content: "";
}.connect-form form .feedback-formPjvH:hover {
    background-color: rgb(173,161,179);
}.connect-form form .feedback-formPjvH:active::after {
    height: 200px;
    width: 200px;
}@keyframes slideInLeft {
    from {
        transform: translateX(-20px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.connect-form .help-info div {
    animation: slideInLeft 0.5s forwards;
    opacity: 0;
}.connect-form .help-info div:nth-child(2) {
    animation-delay: 0.1s;
}.connect-form .help-info div:nth-child(3) {
    animation-delay: 0.2s;
}.connect-form .help-info div:nth-child(4) {
    animation-delay: 0.3s;
}.connect-form .help-info div:nth-child(5) {
    animation-delay: 0.4s;
}

@media screen and (max-width: 992px) {.connect-form .help-info,
    .connect-form .query-card {
    padding: 40px 30px;
    width: 100%;
}.connect-form .help-info {
    order: 2;
}.connect-form .query-card {
    order: 1;
}
}

@media screen and (max-width: 576px) {.connect-form {
    padding: 60px 0;
}.connect-form .container {
    width: 90%;
}.connect-form .help-info,
    .connect-form .query-card {
    padding: 30px 20px;
}.connect-form .help-info h3 {
    font-size: calc(33px * 0.8);
}.connect-form form .feedback-formPjvH {
    width: 100%;
}
}