.container {
    margin: auto;
    width: 1213px;
    max-width: 100%;
}

a {
    text-decoration: none;
    color: inherit;
}

svg {
    width: 30px;
    height: 30px;
}

.nav-lead-RaXu {
    flex: 1 0 auto;
}

footer::before {
    content: '';
    top: 0;
    left: 0;
    opacity: 0.95;
    z-index: 1;
    background: linear-gradient(125deg, #000000 0%, rgb(131,142,186) 100%);
    bottom: 0;
    right: 0;
    position: absolute;
}

.volunteer-h2i3 .sample-docs-BdPJ {
    flex: 0 0 100%;
    margin-top: 20px;
}

.volunteer-h2i3 .nav-learn-4giZ {
    padding: 20px;
    border-radius: 13px;
    max-width: calc(50% - 30px);
    background: rgba(255, 255, 255, 0.05);
    flex: 0 0 calc(50% - 30px);
    transition: all 0.3s ease;
}

.volunteer-h2i3 .nav-learn-4giZ .top-teach-pM8r a:hover {
    color: #ffffff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.15);
}

.footer-address-O2vB .container {
    justify-content: center;
    display: flex;
}

.find-support-UM3d {
    position: relative;
    padding: 5rem 0;
    font-family: Arial, sans-serif;
    overflow: hidden;
    background: rgb(213,216,234);
}

.find-support-UM3d .container {
    margin: 0 auto;
    padding: 0 2rem;
    max-width: 1200px;
    z-index: 1;
    position: relative;
}

.find-support-UM3d .message-request-MIXV {
    transform: translateY(0);
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    overflow: hidden;
    box-shadow: 
        0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.08),
        0 1px 3px rgba(rgba(0, 0, 0, 0.5), 0.05);
    border-radius: 10px;
    background: #ffffff;
    position: relative;
    padding: 3rem;
}



.find-support-UM3d h5 {
    margin-bottom: 0.5rem;
    opacity: 0;
    animation: fadeUpIn 0.6s ease forwards 0.6s;
    font-size: 21px;
    display: flex;
    color: #000000;
    font-weight: 600;
    align-items: center;
    transform: translateY(10px);
}

.find-support-UM3d .get-connected-w6M9 li:nth-child(3) {
    animation-delay: 1.2s;
}

.find-support-UM3d .assist-grid-htzK:hover::before {
    transform: translateX(0);
}

.find-support-UM3d .assist-grid-htzK svg {
    z-index: 1;
    position: relative;
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
}

.find-support-UM3d .assist-grid-htzK:hover svg path {
    fill: rgb(173,186,209);
}

.our-story-gvMP .virtual-study-276Z {
    gap: 40px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.our-story-gvMP .img-caption-FXGD {
    width: 220px;
    z-index: 3;
    overflow: hidden;
    border: 8px solid #ffffff;
    border-radius: 50%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    position: relative;
    margin: 0 auto 25px;
    height: 220px;
}

.our-story-gvMP .description-card-wWAM::after {
    right: 30px;
    border-right: 4px solid rgb(131,142,186,0.5);
    opacity: 0.5;
    border-bottom: 4px solid rgb(131,142,186,0.5);
    position: absolute;
    content: '';
    bottom: 30px;
    width: 60px;
    height: 60px;
}

.our-story-gvMP h2::after {
    height: 3px;
    left: 0;
    position: absolute;
    bottom: 0;
    background: rgb(173,186,209);
    width: 70px;
    content: '';
}

.privacy-fortress-bHQs h3,
.privacy-fortress-bHQs h4,
.privacy-fortress-bHQs h5,
.privacy-fortress-bHQs h6 {
    color: rgb(131,142,186,0.5);
    font-weight: 400;
    -webkit-text-fill-color: transparent;
    margin-top: 20px;
    -webkit-background-clip: text !important;
    background: linear-gradient(to right, rgb(131,142,186), rgb(131,142,186,0.5));
}

.privacy-fortress-bHQs ol li:before {
    width: 25px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 25px;
    display: flex;
    content: counter(li);
    background-color: rgb(173,186,209);
    left: 10px;
    counter-increment: li;
    color: #ffffff;
}

.course-overview-6mdq .training-plan-cPIe {
    top: 0;
    transition: transform 1s ease;
    height: 100%;
    position: absolute;
    transform: scale(1.1);
    width: 100%;
    left: 0;
    opacity: 0;
    animation: fade-slides 30s infinite;
}

.course-overview-6mdq .training-plan-cPIe img {
    filter: saturate(0.8) brightness(0.7);
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.course-overview-6mdq .future-class-Ap81::before {
    background: conic-gradient(
        from 0deg,
        transparent 0deg,
        rgb(173,186,209,0.5) 90deg,
        transparent 180deg,
        rgb(131,142,186,0.5) 270deg,
        transparent 360deg
    );
    opacity: 0.7;
    border-radius: 50%;
    content: "";
    top: -5px;
    left: -5px;
    position: absolute;
    animation: rotate-border 15s linear infinite;
    right: -5px;
    bottom: -5px;
    z-index: -1;
}

.course-overview-6mdq .future-class-Ap81::before,
.course-overview-6mdq .future-class-Ap81::after {
    position: absolute;
    content: "";
    border-radius: 50%;
}

.course-overview-6mdq::after {
    transform: translateX(-50%);
    display: flex;
    bottom: 15%;
    left: 50%;
    position: absolute;
    z-index: 100;
    content: "";
    gap: 15px;
}

.course-overview-6mdq::after {
    background: repeating-linear-gradient(
        90deg,
        #ffffff,
        #ffffff 10px,
        transparent 10px,
        transparent 25px
    );
    opacity: 0.3;
    width: 100px;
    height: 10px;
}

.course-overview-6mdq .study-track-u6zE:has(.training-plan-cPIe:nth-child(4):last-child) .training-plan-cPIe:nth-child(4) {
    animation-delay: -22.5s;
}



.follow-z6Iy .virtual-study-276Z {
    margin: 0 auto;
    position: relative;
    display: grid;
    max-width: 1200px;
    grid-template-columns: 1fr;
    z-index: 2;
}

.follow-z6Iy .request-support-hbRQ::before {
    left: -2px;
    top: -2px;
    content: "";
    filter: blur(15px);
    z-index: -1;
    animation: glow 3s ease-in-out infinite alternate;
    background: linear-gradient(45deg, rgb(173,186,209), transparent, rgb(131,142,186));
    right: -2px;
    bottom: -2px;
    position: absolute;
    opacity: 0.7;
}

.follow-z6Iy input[type="email"] {
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
    font-size: 16px;
    font-family: Arial, sans-serif;
    color: #ffffff;
    padding: 1.3rem 1.5rem;
    border-right: 1px solid rgb(173,186,209,0.5);
    flex-grow: 1;
    border: none;
    background: rgba(255, 255, 255, 0.1);
}

.contact-form-section-XvJl {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background: linear-gradient(90deg, #ffffff 50%, rgb(213,216,234) 50%);
}

.contact-form-section-XvJl h2 {
    position: relative;
    color: rgb(173,186,209);
    text-align: center;
    margin-bottom: 60px;
    font-size: 35px;
    font-weight: 700;
}

.contact-form-section-XvJl .message-help-BfSz::before {
    top: 0;
    left: 0;
    height: 5px;
    position: absolute;
    width: 100%;
    content: "";
    background: linear-gradient(90deg, rgb(173,186,209), rgb(131,142,186));
}

.contact-form-section-XvJl .contact-query-kHPR::before {
    background: rgb(213,216,234);
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    width: 10px;
}

.contact-form-section-XvJl input[type="text"]:focus {
    outline: none;
    border-color: rgb(173,186,209);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.contact-form-section-XvJl .help-help-r5Fa input[type="checkbox"]:checked {
    border-color: rgb(173,186,209);
    background: rgb(173,186,209);
}

.contact-form-section-XvJl .help-help-r5Fa a {
    color: rgb(173,186,209);
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.contact-form-section-XvJl .support-block-UroV:hover {
    background: rgb(131,142,186);
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgb(131,142,186,0.5);
}

.contact-form-section-XvJl svg path {
    transition: all 0.3s ease;
    fill: rgb(173,186,209);
}

header::before {
    top: 2px;
    right: 2px;
    bottom: 2px;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05) 0px,
        rgba(255, 255, 255, 0.05) 1px,
        transparent 1px,
        transparent 10px
    );
    position: absolute;
    left: 2px;
    z-index: -1;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 15px), 
        calc(100% - 15px) 100%, 
        15px 100%, 
        0 calc(100% - 15px)
    );
    content: '';
}

header .head-mentor-VjUq a {
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    font-weight: 600;
    color: #ffffff;
    justify-content: center;
    border: 1px solid transparent;
    transition: all 0.3s ease;
    clip-path: polygon(
        10px 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% calc(100% - 10px),
        calc(100% - 10px) 100%,
        10px 100%,
        0 calc(100% - 10px),
        0 10px
    );
    text-decoration: none;
    height: 40px;
    overflow: hidden;
    position: relative;
    align-items: center;
    padding: 0 1.2rem;
    font-size: 14px;
}

.plan-deck-bGZ5::after {
    z-index: 0;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    transform: rotate(-10deg);
    bottom: -5rem;
    width: 18rem;
    background: linear-gradient(45deg, rgb(131,142,186), rgb(173,186,209,0.5));
    position: absolute;
    content: "";
    left: -5rem;
    height: 18rem;
    opacity: 0.05;
}

.plan-deck-bGZ5 .premium-plan-XlY0 {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    display: grid;
    width: 100%;
}

.plan-deck-bGZ5 .pro-rates-XqJg:hover .package-deals-OJID {
    box-shadow: 0 12px 30px rgba(0,0,0,0.1);
    transform: translateY(-5px);
}

.plan-deck-bGZ5 .class-rates-nf7Q h3 {
    margin-bottom: 0.5rem;
    position: relative;
    color: #000000;
    transition: color 0.3s ease;
    font-size: calc(24px + 0.1rem);
    font-weight: 600;
    display: inline-block;
}

.plan-deck-bGZ5 .class-rates-nf7Q p {
    font-size: calc(16px - 0.1rem);
    margin-bottom: 1.5rem;
    color: #000000;
    flex-grow: 1;
    word-break: break-word;
    line-height: 1.6;
    overflow-wrap: break-word;
}

.plan-deck-bGZ5 .package-deals-OJID::before {
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    content: "";
    top: 0;
    left: 0;
    background: linear-gradient(90deg, rgb(173,186,209), rgb(131,142,186));
    transform-origin: left;
    position: absolute;
    transform: scaleX(0);
    width: 100%;
    height: 5px;
}

.welcome-Cr7u > div > div:first-child {
    position: relative;
    transform: translateX(-1rem) translateZ(50px);
    animation: slideInFromLeft 1.2s cubic-bezier(0.23, 1, 0.32, 1);
}

.welcome-Cr7u .learn-head-YXBt {
    padding: 2rem;
    display: flex;
    position: relative;
    box-shadow: 20px 20px 40px rgba(0,0,0,0.2), 
              inset 0 0 30px rgba(255,255,255,0.05);
    animation: slideInFromRight 1.4s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateX(1rem) translateZ(20px);
    gap: 2rem;
    backdrop-filter: blur(8px);
    border-left: 4px solid rgb(131,142,186);
    background: linear-gradient(
    to right,
    rgba(255,255,255,0.05) 0%,
    rgba(255,255,255,0.1) 100%
  );
    flex-direction: column;
}

.welcome-Cr7u .title_style_header:hover::after {
    animation: lineShift 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

header .top_plank .header-toolbar-Bluy div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 24px;
}

.cookie-warning-panel-qAgf {
    border-top: 3px solid rgb(173,186,209);
    background: rgb(131,142,186);
    position: fixed;
    width: 100%;
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.5);
    bottom: 0;
    z-index: 90;
    padding: 20px 0;
    font-family: Arial, sans-serif;
}

.data-approval-TX1f:hover {
    box-shadow: 0 0 10px rgb(131,142,186);
    background-color: rgb(131,142,186);
}

.cookie_button.edu-cookies-kHrC:hover {
    box-shadow: 0 0 10px rgb(131,142,186);
}


.thanksSpace-T5wq {
    position: relative;
    background: linear-gradient(135deg, rgb(213,216,234) 0%, rgb(173,186,209,0.5) 100%);
    overflow: hidden;
    padding: 6rem 0;
}

.thanksSpace-T5wq .container {
    margin: 0 auto;
    transform: perspective(1000px) rotateX(1deg);
    max-width: 1200px;
    position: relative;
    padding: 0 2rem;
    z-index: 10;
}

.thanksSpace-T5wq .virtual-study-276Z {
    overflow: hidden;
    position: relative;
    animation: fadeInUp 0.6s 0.4s both;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.85) 100%);
    transform: translateY(0);
    border-left: 4px solid rgb(131,142,186);
    transition: transform 0.4s ease-out;
    border-radius: 10px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 2.5rem;
}

.teaching-experience-8L45::before {
    background: radial-gradient(ellipse at center, transparent 0%, transparent 50%, #000000 100%), 
              repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0px, rgba(0, 0, 0, 0.5) 1px, transparent 1px, transparent 10px);
    content: "";
    position: absolute;
    animation: backgroundMovement 30s linear infinite alternate;
    width: 150%;
    top: -25%;
    left: -25%;
    opacity: 0.3;
    height: 150%;
}

.teaching-experience-8L45 .client-ratings-Huwm .name {
    font-size: 36px;
    grid-row: 1 / 2;
    text-shadow: 0 0 10px rgb(173,186,209,0.5), 0 0 20px rgb(173,186,209,0.5);
    padding: 3.5rem 2rem 0.5rem 3rem;
    z-index: 2;
    grid-column: 2 / 3;
    font-weight: 700;
    animation: neonPulse 4s infinite alternate;
    color: #ffffff;
    position: relative;
    letter-spacing: 2px;
}

.customer-feedback-jMVX h2 {
    background-clip: text;
    max-width: 90%;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    color: transparent;
    letter-spacing: -0.02em;
    background: linear-gradient(90deg, rgb(173,186,209), rgb(131,142,186));
    font-weight: 700;
    position: relative;
    -webkit-background-clip: text;
    margin-bottom: 3rem;
    font-size: calc(35px * 1.1);
}

.customer-feedback-jMVX .client-ratings-Huwm::after {
    line-height: 1;
    content: "";
    z-index: -1;
    font-size: 80px;
    opacity: 0.15;
    right: 20px;
    font-family: serif;
    position: absolute;
    color: rgb(131,142,186,0.5);
    top: 15px;
}

.customer-feedback-jMVX .client-ratings-Huwm h3 {
    font-size: calc(18px * 1.05);
    margin-bottom: 0.75rem;
    position: relative;
    color: #000000;
    display: inline-block;
    font-weight: 600;
}

.customer-feedback-jMVX .client-ratings-Huwm:hover div {
    transform: scale(1.1) translateZ(0);
}

.customer-feedback-jMVX .client-ratings-Huwm:hover div::before {
    opacity: 0.4;
}

.customer-feedback-jMVX .client-ratings-Huwm:hover div img {
    transform: scale(1.15);
}

.customer-feedback-jMVX .client-ratings-Huwm:nth-child(odd):hover {
    transform: translateY(-8px) translateZ(10px) rotate(0deg);
}

.future-attendees-xRBj {
    position: relative;
    padding: 120px 0 100px;
    background: rgb(213,216,234);
    overflow: hidden;
}

.future-attendees-xRBj .virtual-study-276Z {
    position: relative;
    overflow: hidden;
    background: #ffffff;
    border-radius: 28px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
    padding: 60px 40px;
}

.future-attendees-xRBj h4::before {
    border-radius: 10px;
    left: 50%;
    content: "";
    position: absolute;
    height: 4px;
    background: rgb(173,186,209);
    width: 40px;
    bottom: -20px;
    transform: translateX(-50%);
}

.future-attendees-xRBj p {
    border: 1px solid rgba(0, 0, 0, 0.05);
    background: #ffffff;
    margin: 0;
    border-radius: 10px;
    padding: 24px;
    z-index: 1;
    color: #000000;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: flex;
    align-items: center;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    font-size: 15px;
}

.future-attendees-xRBj p:hover svg {
    transform: rotate(10deg) scale(1.2);
}

.future-attendees-xRBj .virtual-study-276Z > div p:nth-child(3) {
    animation-delay: 0.5s;
}

.future-attendees-xRBj p::after {
    z-index: -1;
    right: 10px;
    width: 30px;
    background: rgb(131,142,186,0.5);
    border-radius: 50%;
    bottom: 10px;
    transition: all 0.4s ease;
    height: 30px;
    content: "";
    opacity: 0;
    position: absolute;
}



@media (min-width: 768px) {.find-support-UM3d .message-request-MIXV {
    padding: 3.5rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}.find-support-UM3d .get-connected-w6M9 {
    flex-wrap: wrap;
    gap: 1.5rem;
    flex-direction: row;
}.find-support-UM3d .get-connected-w6M9 li {
    min-width: 200px;
    flex: 1;
}.find-support-UM3d h3 {
    font-size: calc(30px * 1.1);
}
}



@media (max-width: 768px) {.our-story-gvMP {
    padding: 60px 0;
}.our-story-gvMP .img-caption-FXGD {
    width: 180px;
    height: 180px;
    border-width: 6px;
}.our-story-gvMP .description-card-wWAM {
    padding: 30px;
}.our-story-gvMP h2 {
    margin-bottom: 20px;
    font-size: calc(38px * 0.9);
}.our-story-gvMP .description-card-wWAM::before,
    .our-story-gvMP .description-card-wWAM::after {
    width: 30px;
    height: 30px;
}
}



@media screen and (max-width: 992px) {.course-overview-6mdq .future-class-Ap81 {
    padding: 3rem;
    max-width: 800px;
}
}



@media screen and (max-width: 576px) {.course-overview-6mdq .future-class-Ap81 {
    max-width: 90%;
    aspect-ratio: auto;
    min-height: auto;
    padding: 2rem 1.5rem;
    border-radius: 15px;
}.course-overview-6mdq .future-class-Ap81::before {
    border-radius: 15px;
}.course-overview-6mdq .future-class-Ap81 h3 {
    font-size: calc(37px * 0.8);
}.course-overview-6mdq .future-class-Ap81 p {
    -webkit-line-clamp: 4;
    font-size: calc(14px * 0.9);
    margin-bottom: 1.5rem;
}.course-overview-6mdq .support-block-UroV {
    padding: 0.7rem 1.8rem;
    font-size: calc(15px * 0.9);
}.course-overview-6mdq::after {
    bottom: 10%;
}}



@media (max-width: 768px) {.contact-form-section-XvJl {
    padding: 60px 0;
}.contact-form-section-XvJl h2 {
    margin-bottom: 40px;
    font-size: calc(35px - 4px);
}.contact-form-section-XvJl .contact-query-kHPR {
    padding: 40px 30px;
}.contact-form-section-XvJl #contact {
    gap: 25px;
}.contact-form-section-XvJl .img-caption-FXGD {
    min-height: 300px;
}
}



@media (max-width: 767px) {header {
    padding: 0;
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 5px), 
            calc(100% - 5px) 100%, 
            5px 100%, 
            0 calc(100% - 5px)
        );
}header .head-mainbar-ryPq {
    padding: 0.8rem 1.5rem;
}header .top-info-BmFX {
    clip-path: polygon(
            0 0,
            calc(100% - 5px) 0,
            100% 5px,
            100% 100%,
            5px 100%,
            0 calc(100% - 5px)
        );
    padding: 0.5rem 0.8rem;
}header .head-learning-lIyw img {
    max-height: 35px;
}header .nav-learn-4giZ {
    padding-bottom: 0.5rem;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    margin-top: 0.8rem;
    justify-content: flex-start;
    scrollbar-width: thin;
}header .nav-learn-4giZ::-webkit-scrollbar {
    height: 3px;
}header .nav-learn-4giZ::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
}header .head-mentor-VjUq {
    margin: 0 0.25rem;
    flex: 0 0 auto;
}header .head-mentor-VjUq a {
    clip-path: polygon(
            5px 0,
            calc(100% - 5px) 0,
            100% 5px,
            100% calc(100% - 5px),
            calc(100% - 5px) 100%,
            5px 100%,
            0 calc(100% - 5px),
            0 5px
        );
    white-space: nowrap;
    height: 32px;
    padding: 0 0.8rem;
    font-size: calc(14px - 2px);
}header .head-mentor-VjUq::after {
    display: none;
}header::after {
    top: 10px;
    width: 5px;
    height: 5px;
    right: 10px;
}.nav-lead-RaXu {
    margin-top: -5px;
}
}



@media (max-width: 576px) {.thanksSpace-T5wq {
    padding: 3rem 0;
}.thanksSpace-T5wq .container {
    transform: perspective(1000px) rotateX(0deg);
    padding: 0 1.5rem;
}.thanksSpace-T5wq h2 {
    margin-bottom: 1.75rem;
    font-size: calc(31px * 0.7);
}.thanksSpace-T5wq .virtual-study-276Z {
    padding: 1.5rem;
}.thanksSpace-T5wq li {
    padding-left: 1.25rem;
}.thanksSpace-T5wq li::before {
    height: 6px;
    width: 6px;
    top: 0.65rem;
}.thanksSpace-T5wq span {
    line-height: 1.6;
    font-size: calc(18px * 0.9);
}}



@media (min-width: 992px) and (max-width: 1199px) {.customer-feedback-jMVX {
    padding: 7rem 0;
}.customer-feedback-jMVX .user-voices-jZ81 {
    grid-template-columns: repeat(3, 1fr);
}
}



@media (max-width: 576px) {.customer-feedback-jMVX {
    padding: 4rem 0;
}.customer-feedback-jMVX h2 {
    font-size: calc(35px * 0.8);
    letter-spacing: -0.01em;
}.customer-feedback-jMVX h2::after {
    width: 60px;
    bottom: -10px;
}.customer-feedback-jMVX .client-ratings-Huwm div {
    width: 50px;
    height: 50px;
}
}



@media (max-width: 991px) {.future-attendees-xRBj {
    padding: 90px 0 80px;
}.future-attendees-xRBj .virtual-study-276Z {
    padding: 50px 30px;
}.future-attendees-xRBj h4 {
    font-size: calc(29px * 0.9);
    margin-bottom: 40px;
}.future-attendees-xRBj div > div {
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.future-attendees-xRBj p {
    padding: 20px;
}.future-attendees-xRBj .virtual-study-276Z::after {
    height: 100px;
    width: 100px;
}
}

@keyframes progressLine {
    to { height: 100%; }
}

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



@keyframes fade-slides {
    0%, 16% {
        opacity: 1;
        z-index: 5;
    }
    20%, 96% {
        opacity: 0;
        z-index: 0;
    }
    100% {
        opacity: 1;
        z-index: 5;
    }
}

@keyframes glow {
    0% {
        opacity: 0.5;
        filter: blur(15px);
    }
    100% {
        opacity: 0.9;
        filter: blur(20px);
    }
}



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



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



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



@keyframes popIn {
  0% {
    transform: scale(0);
  }
  70% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes dotAnimation {
    0% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.5);
    }
    100% {
        transform: translateY(0) scale(1);
    }
}

