﻿* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.segment-wrapper-561 {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    height: 100%;
}

.head-main-062 {
    flex: 1 0 auto;
}

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

.program-overview-419::before {
    background: linear-gradient(135deg, transparent 0%, rgba(rgb(172,179,195,0.5), 0.05) 100%);
    right: 0;
    top: 0;
    height: 100%;
    transform: skewX(-15deg) translateX(10%);
    z-index: -1;
    width: 60%;
    position: absolute;
    content: "";
}

.program-overview-419 h2 {
    font-size: 34px;
    transform-origin: left center;
    margin-bottom: 50px;
    font-weight: 700;
    color: #000000;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    transform: perspective(1000px) rotateX(0deg);
}

.program-overview-419 .pic-border-071::before {
    content: "";
    left: 0;
    background: linear-gradient(
        to bottom,
        transparent 70%,
        rgba(rgba(0, 0, 0, 0.5), 0.1) 100%
    );
    top: 0;
    bottom: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
    right: 0;
    position: absolute;
}

.program-overview-419 .text-content-469::before {
    width: 5px;
    position: absolute;
    height: 0;
    transition: height 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    left: 0;
    background: linear-gradient(to bottom, rgb(172,179,195), rgb(123,110,160));
    top: 0;
}

.program-overview-419 .description::first-letter {
    font-size: 1.2em;
    font-weight: 600;
    color: rgb(172,179,195);
}

.program-overview-419 .description:nth-child(2) {
    opacity: 0;
    animation: fadeText 0.8s 0.3s ease forwards;
}

header::before {
    position: absolute;
    width: 100%;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgb(172,179,195,0.5) 10px,
        rgb(172,179,195,0.5) 11px
    );
    opacity: 0.1;
    z-index: -1;
}

header .nav-info-598 .header-train-389:hover::before {
    opacity: 1;
}

header .nav-info-598 .header-train-389 .main-edu-037 {
    transition: transform 0.3s ease;
    display: block;
}

header .nav-info-598 .header-train-389 .main-edu-037 svg {
    width: auto;
    height: 45px;
    filter: drop-shadow(0 0 5px rgb(123,110,160,0.5));
}

header .nav-info-598 .nav-master-192 .main-pro-317 {
    margin: 0;
    position: relative;
}

header .nav-info-598 .nav-master-192 .main-pro-317::after {
    transition: width 0.3s ease, left 0.3s ease;
    left: 50%;
    height: 2px;
    background: rgb(172,179,195);
    content: '';
    bottom: -5px;
    width: 0;
    position: absolute;
    box-shadow: 0 0 8px rgb(172,179,195);
}

.program-assets-517 {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(255,255,255,0.92), rgba(248,249,250,0.97));
    padding: 5rem 0;
}

.program-assets-517 .container {
    grid-template-columns: 1fr;
    display: grid;
    padding: 0 1.5rem;
    z-index: 1;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    gap: 3rem;
}

.program-assets-517 .pic-border-071:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-10px);
}

.program-assets-517 .teach-style-492 {
    position: relative;
}

.program-assets-517 .text-content-469::before {
    height: 100%;
    width: 100%;
    opacity: 0.1;
    position: absolute;
    left: 0;
    content: "";
    z-index: -1;
    background: linear-gradient(45deg, rgb(172,179,195,0.5) 0%, transparent 100%);
    top: 0;
}

.program-assets-517 ul {
    margin: 0;
    display: grid;
    gap: 1.2rem;
    padding: 0;
    list-style: none;
    grid-template-columns: 1fr;
}

.program-assets-517 li:hover {
    transform: translateX(5px);
}

.program-assets-517 li:hover svg {
    transform: scale(1.1) rotate(5deg);
}

.program-assets-517 svg path {
    transition: fill 0.3s ease;
    fill: rgb(172,179,195);
}

.ty-note-760::before {
    opacity: 0.2;
    background: radial-gradient(circle at center, rgb(172,179,195,0.5) 0%, transparent 70%);
    animation: rotateGradient 30s infinite linear;
    top: -50%;
    width: 200%;
    content: "";
    height: 200%;
    position: absolute;
    left: -50%;
}

.ty-note-760 .teach-style-492 {
    display: flex;
    gap: 2.5rem;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateZ(0);
    padding: 3rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
    flex-direction: column;
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    backdrop-filter: blur(10px);
    position: relative;
}

.ty-note-760 h5 {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    position: relative;
    font-size: calc(20px * 1.1);
    display: inline-block;
    color: rgb(172,179,195);
}

.ty-note-760 a {
    backdrop-filter: blur(5px);
    display: block;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    background: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    position: relative;
    padding: 1.5rem;
    overflow: hidden;
    border-radius: 6px;
}

.pricing-set-813::before {
    z-index: 1;
    top: 0;
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    background: linear-gradient(120deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0) 70%);
    height: 100%;
}

.pricing-set-813 .learn-price-439 {
    box-shadow: 0 15px 35px rgba(0,0,0,0.05);
    transform: translateY(20px);
    animation: fadeInUp 0.8s forwards 0.2s;
    background: linear-gradient(145deg, #ffffff, rgb(255, 255, 255, 0.5));
    text-align: center;
    order: 1;
    opacity: 0;
    padding: 2rem;
}

.pricing-set-813 .plan-deals-780 {
    display: grid;
    grid-template-columns: 1fr;
    order: 2;
    gap: 2rem;
}

.pricing-set-813 .pricing-deals-841:nth-child(2) {
    --i: 2;
}

.pricing-set-813 .pricing-deals-841:nth-child(4) {
    --i: 4;
}

.pricing-set-813 .rate-choices-928 {
    box-shadow: 0 10px 30px rgba(0,0,0,0.07);
    display: flex;
    transition: all 0.4s ease;
    background: #ffffff;
    flex-direction: column;
    overflow: hidden;
    height: 100%;
    position: relative;
}

.pricing-set-813 .pricing-deals-841:hover .indv-sub-936::before {
    opacity: 0.7;
    transform: translate(0, 0);
}

.pricing-set-813 .pricing-deals-841:hover h3 {
    color: rgb(172,179,195);
}

.pricing-set-813 .bundle-rate-561 {
    position: relative;
    font-weight: 700;
    display: inline-block;
    color: rgb(172,179,195);
    margin-bottom: 1.5rem;
    font-size: calc(22px + 0.8rem);
}

.pricing-set-813 .pic-border-071 {
    transition: transform 0.5s ease;
    position: relative;
    height: 200px;
    overflow: hidden;
}

.pricing-set-813 .pricing-deals-841:hover .pic-border-071 {
    transform: scale(1.05);
}

.academic-experience-291 {
    position: relative;
    background: linear-gradient(135deg, rgb(214,217,225) 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 6rem 0;
    overflow: hidden;
}

.academic-experience-291 .testimonials-hub-532:hover {
    transform: perspective(1000px) rotateX(0);
}

.academic-experience-291 .pic-border-071 {
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.5);
    min-height: 350px;
    transition: transform 0.3s ease;
    height: 100%;
    transform: translateZ(20px);
    grid-area: photo;
    border-radius: 30px;
}

.academic-experience-291 .testimonials-hub-532 span:not(.name) {
    font-size: 21px;
    margin-bottom: 1rem;
    grid-area: job;
    font-weight: 600;
    color: rgb(123,110,160);
    transform: translateZ(5px);
}

.cookieNotificationBox-497 {
    position: fixed;
    width: 100%;
    border-top: 2px solid rgb(172,179,195);
    background: rgb(214,217,225);
    z-index: 90;
    bottom: 0;
}

.cookies-tech-971 {
    justify-content: space-between;
    display: flex;
    align-items: center;
    padding: 20px 0;
}

.cookie-lock-780 {
    line-height: 35px;
    font-size: 24px;
    margin-left: 10px;
    color: rgb(172,179,195);
    flex-shrink: 0;
    border-bottom: 2px solid rgb(172,179,195);
    white-space: nowrap;
    text-align: center;
    text-decoration: none;
    min-width: 120px;
    cursor: pointer;
}

.opening-board-679 .study-sessions-048 {
    width: 100%;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.08);
    border-left: 1px solid rgba(255, 255, 255, 0.25);
    position: relative;
    z-index: 2;
    border: 1px solid rgba(255, 255, 255, 0.1);
    animation: float 6s ease-in-out infinite;
    box-shadow: 
    20px 20px 60px rgba(0, 0, 0, 0.2),
    -20px -20px 60px rgba(255, 255, 255, 0.05),
    inset 5px 5px 15px rgba(255, 255, 255, 0.1),
    inset -5px -5px 15px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateX(2deg);
    padding: 3.5rem;
    max-width: 1100px;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.opening-board-679 p::before {
    position: absolute;
    top: 50%;
    box-shadow: 0 0 15px rgb(123,110,160);
    animation: pulse 2s infinite;
    background: rgb(123,110,160);
    content: "";
    left: 0;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    transform: translateY(-50%);
}

.connect-form-125::before {
    top: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgb(172,179,195,0.5),
        rgb(172,179,195,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    position: absolute;
    opacity: 0.03;
    height: 100%;
    left: 0;
    width: 100%;
    content: "";
}

.connect-form-125 .request-request-105 {
    padding: 50px;
    width: 100%;
    position: relative;
}

.connect-form-125 form input[type="text"] {
    transition: all 0.3s ease;
    background: rgb(214,217,225);
    margin-bottom: 20px;
    width: 100%;
    font-size: 14px;
    font-family: Arial, sans-serif;
    border: 2px solid transparent;
    color: #000000;
    border-radius: 10px;
    padding: 15px 20px;
}

.connect-form-125 .message-map-036 label {
    font-size: 13px;
    position: relative;
    cursor: pointer;
    line-height: 1.6;
    padding-left: 35px;
    color: #000000;
}

.connect-form-125 .message-map-036 input[type="checkbox"]:checked + label::after {
    border-right: 2px solid #ffffff;
    width: 6px;
    top: 5px;
    left: 8px;
    transform: rotate(45deg);
    height: 12px;
    border-bottom: 2px solid #ffffff;
    content: "";
    position: absolute;
}

.connect-form-125 svg {
    height: 20px;
    width: 20px;
    fill: rgb(172,179,195);
}

footer {
    position: relative;
    z-index: 1;
}

footer {
    background-size: cover !important;
    background-position: center !important;
}

.subscr-info-763::before {
    top: 0;
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 96% 100%, 4% 100%);
    content: "";
    width: 100%;
    background: rgb(172,179,195);
    height: 15px;
    left: 0;
}

.subscr-info-763 .company_holder h3 {
    transform: skewX(-10deg);
    padding-bottom: 1rem;
    letter-spacing: 1px;
    font-weight: 700;
    margin: 0 0 1.5rem;
    text-transform: uppercase;
    font-size: 34px;
    color: #ffffff;
    position: relative;
}

.subscr-info-763 .footer-social-190 {
    display: flex;
    flex: 0 0 60%;
    flex-wrap: wrap;
    gap: 0;
}

.subscr-info-763 .nav-master-192 h5 {
    color: #ffffff;
    position: relative;
    margin: 0 0 1.5rem;
    font-size: 19px;
    padding-left: 1rem;
    transform: skewX(-5deg);
    font-weight: 600;
}

.subscr-info-763 .nav-master-192 .nav-sitebar-051 a {
    transform: skewX(-5deg);
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
    display: block;
    text-decoration: none;
    position: relative;
    color: #ffffff;
    font-size: 17px;
    padding: 0.7rem 1rem;
    transition: all 0.3s ease;
}

.leaderboard-709 .access-cta-234 {
    text-align: center;
    font-size: 16px;
    transform: skewX(-5deg);
    color: #ffffff;
    width: 100%;
}

.find-support-423::before {
    z-index: -1;
    width: 100%;
    top: 0;
    content: "";
    background: linear-gradient(45deg, rgba(rgb(172,179,195,0.5), 0.05) 0%, rgba(rgb(123,110,160,0.5), 0.03) 100%);
    left: 0;
    transform: skewY(-3deg);
    position: absolute;
    transform-origin: top left;
    height: 100%;
}

.find-support-423 h1::after {
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, rgb(172,179,195), transparent);
    width: 120px;
    content: "";
    height: 3px;
    position: absolute;
    left: 50%;
    bottom: -10px;
}

.find-support-423 .edu-query-180 > div::before {
    content: "";
    transition: transform 0.3s ease;
    left: 0;
    transform: translateY(-100%);
    height: 5px;
    top: 0;
    background: linear-gradient(90deg, rgb(172,179,195), rgb(123,110,160));
    position: absolute;
    z-index: 2;
    width: 100%;
}

.find-support-423 h6 svg {
    transition: transform 0.3s ease;
    margin-left: 10px;
}

.find-support-423 .assist-experts-678 {
    gap: 20px;
    display: flex;
    flex-direction: column;
}

.find-support-423 .ask-question-836 {
    font-weight: 400;
    transition: color 0.3s ease;
    position: relative;
    display: flex;
    font-size: 16px;
    color: #000000;
    text-decoration: none;
    align-items: center;
}

.find-support-423 .ask-question-836:hover svg {
    transform: translateX(3px) scale(1.1);
}

.find-support-423 svg path {
    transition: fill 0.3s ease;
}

.find-support-423 h6:hover svg {
    transform: scale(1.1) rotate(5deg);
}

.sign-up-246::after {
    content: "";
    z-index: -1;
    background: rgb(123,110,160,0.5);
    position: absolute;
    clip-path: polygon(0 38.2%, 100% 0, 100% 100%, 0 100%);
    height: 61.8%;
    width: 38.2%;
    opacity: 0.08;
    left: 0;
    bottom: 0;
}

.sign-up-246 .teach-style-492::after {
    background: rgb(172,179,195);
    opacity: 0.05;
    position: absolute;
    height: 120px;
    z-index: -1;
    width: 120px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    bottom: -60px;
    left: 38.2%;
    animation: rotateDiamond 15s linear infinite;
    content: "";
}

.sign-up-246 .input_holder {
    position: relative;
    padding-left: 2rem;
    align-items: center;
    display: flex;
}

.sign-up-246 .input_holder::before {
    width: 100%;
    z-index: -1;
    position: absolute;
    background: transparent;
    height: 100%;
    opacity: 0.05;
    top: -8px;
    left: 8px;
    content: "";
    transition: all 0.3s ease;
    pointer-events: none;
    border: 1px solid #000000;
}

.sign-up-246 .support-list-210::before {
    background: rgb(172,179,195);
    transition: all 0.3s ease;
    position: absolute;
    top: 0;
    z-index: -1;
    height: 100%;
    content: "";
    width: 100%;
    left: -100%;
}

.future-attendees-839 {
    padding: 5rem 0;
    z-index: 1;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.5) 0%, 
        rgb(123,110,160,0.5) 100%);
}

.future-attendees-839 .teach-style-492 {
    flex-direction: column;
    display: flex;
    padding: 0 2rem;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
}

.future-attendees-839 h3 {
    text-align: right;
    background: rgba(rgb(172,179,195,0.5), 0.2);
    margin-bottom: 3rem;
    border-radius: 10px 0 0 10px;
    color: #ffffff;
    padding: 1rem 0;
    display: inline-block;
    align-self: flex-end;
    padding: 0.8rem 2rem;
    position: relative;
    font-size: 28px;
    font-weight: 600;
    box-shadow: inset 0 0 0 1px rgba(#ffffff, 0.1);
}

.future-attendees-839 ul {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 0;
    grid-template-rows: repeat(2, auto);
    list-style: none;
    gap: 1.5rem;
}

.future-attendees-839 li::after {
    top: 0;
    content: "";
    right: 0;
    width: 30px;
    background: 
        linear-gradient(135deg, transparent 50%, rgba(rgb(172,179,195,0.5), 0.2) 50%);
    position: absolute;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s ease;
    height: 30px;
}

.future-attendees-839 li:hover {
    transform: translateY(-5px);
    border-color: rgba(rgb(172,179,195,0.5), 0.3);
    box-shadow: 
        0 8px 20px rgba(0, 0, 0, 0.15),
        inset 0 1px 0 rgba(#ffffff, 0.1);
}

.future-attendees-839 li:hover svg {
    transform: scale(1.2);
}

.secure-bolt-814 {
    display: flex;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    flex-direction: column;
    border: 2px solid rgb(172,179,195);
    color: #ffffff;
    align-items: center;
    height: auto;
    padding: 60px;
    width: 100%;
    overflow: hidden;
}

.secure-bolt-814 li {
    padding-left: 20px;
    margin-bottom: 15px;
    border-left: 3px solid rgb(172,179,195);
    color: #000000;
    padding-left: 10px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6;
    position: relative;
}

.our-mission-761 {
    overflow: hidden;
    position: relative;
}

.our-mission-761 .container {
    margin: 0 auto;
    z-index: 2;
    perspective: 1000px;
    padding: 8rem 2rem;
    position: relative;
    max-width: 1200px;
}

.our-mission-761 .text-content-469 {
    padding: 3.5rem;
    overflow: hidden;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
    position: relative;
    transform: translateY(0);
    background: linear-gradient(165deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
}

.our-mission-761 .text-content-469 > div:nth-child(2) {
    margin-bottom: 2rem;
}

.our-mission-761 p {
    font-size: calc(18px * 1.5);
    margin: 0;
    color: #000000;
    line-height: 1.5;
    font-weight: 400;
}

.our-mission-761 .text-content-469:hover p b::after {
    transform: scaleX(1);
}

.our-mission-761 ol {
    margin: 0;
    list-style: none;
    padding: 0;
    counter-reset: about-counter;
}

.our-mission-761 ol li::before {
    display: none;
}



.our-mission-761 .text-content-469::after {
    border-right: 2px solid rgb(172,179,195,0.5);
    height: 60px;
    top: 20px;
    position: absolute;
    width: 60px;
    content: "";
    right: 20px;
    border-top: 2px solid rgb(172,179,195,0.5);
    opacity: 0.7;
}


@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}




@media (min-width: 768px) {.program-overview-419 {
    padding: 150px 0 130px;
}.program-overview-419 .knowledge-track-213 {
    gap: 60px;
    grid-template-columns: 1fr 1.2fr;
    align-items: center;
}.program-overview-419 h2 {
    font-size: calc(34px * 1.1);
    max-width: 80%;
}.program-overview-419 .pic-border-071 {
    height: 500px;
}.program-overview-419 .text-content-469 {
    padding: 50px 40px;
}
}



@media (min-width: 768px) {.program-assets-517 {
    padding: 6rem 0;
}.program-assets-517 .container {
    align-items: center;
    grid-template-columns: 1fr 1fr;
}.program-assets-517 .pic-border-071 {
    height: 100%;
    max-height: 600px;
}.program-assets-517 ul {
    grid-template-columns: repeat(2, 1fr);
}.program-assets-517 .text-content-469 {
    padding: 3rem;
}
}



@media (hover: hover) {.program-assets-517 .container:hover .pic-border-071 {
    transform: perspective(1000px) rotateY(-5deg) translateY(-10px);
}}



@media (max-width: 991px) {.ty-note-760 {
    padding: 5rem 0;
}.ty-note-760 .teach-style-492 {
    gap: 2rem;
    padding: 2.5rem;
}.ty-note-760 h5 {
    font-size: 20px;
}.ty-note-760 p {
    line-height: 1.6;
    font-size: calc(16px * 0.95);
}
}



@media (hover: none) {.ty-note-760 .teach-style-492:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1),
                   0 0 0 1px rgba(255, 255, 255, 0.1),
                   0 5px 15px rgba(0, 0, 0, 0.05);
    transform: none;
}.ty-note-760 a:hover {
    transform: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}.ty-note-760 a:hover p {
    transform: none;
}}



@media (max-width: 767px) {.pricing-set-813 {
    padding: 4rem 0;
}.pricing-set-813 .learn-price-439 h2 {
    font-size: calc(30px - 0.2rem);
}.pricing-set-813 .learn-price-439 .learn-pricing-418 {
    font-size: calc(14px - 0.1rem);
    max-width: 100%;
}.pricing-set-813 .pricing-deals-841 h3 {
    font-size: 19px;
}.pricing-set-813 .bundle-rate-561 {
    font-size: calc(22px + 0.5rem);
}.pricing-set-813 .pic-border-071 {
    height: 160px;
}}



@media (max-width: 767px) {.academic-experience-291 {
    padding: 3rem 0;
}.academic-experience-291 .testimonials-hub-532 {
    grid-template-areas:
            "pic-border-071"
            "name"
            "work-exp-687"
            "exp-projects-381";
    padding: 2rem;
    grid-template-columns: 1fr;
}.academic-experience-291 .pic-border-071 {
    min-height: 250px;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
}}



@media (max-width: 767px) {.opening-board-679 .learn-main-932 {
    align-items: flex-start;
    padding-top: 20%;
    padding: 2rem 1rem;
}.opening-board-679 .study-sessions-048 {
    box-shadow: 
      10px 10px 30px rgba(0, 0, 0, 0.15),
      -10px -10px 30px rgba(255, 255, 255, 0.03),
      inset 3px 3px 10px rgba(255, 255, 255, 0.05),
      inset -3px -3px 10px rgba(0, 0, 0, 0.05);
    animation: none;
    padding: 2rem 1.5rem;
    transform: none;
}.opening-board-679 .study-sessions-048 > div:first-child {
    margin-bottom: 1.5rem;
}.opening-board-679 .study-sessions-048 > div:first-child::after {
    width: 60px;
    bottom: -0.75rem;
    height: 3px;
}.opening-board-679 h3 {
    margin-bottom: 1rem;
}.opening-board-679 p {
    padding-left: 15px;
}.opening-board-679 p::before {
    height: 8px;
    width: 8px;
}
}



@media (max-width: 576px) {.subscr-info-763 {
    padding: 3rem 0 1rem;
}.subscr-info-763::before {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}.subscr-info-763 .nav-master-192 {
    padding: 0 0 2rem 0;
    flex: 0 0 100%;
}.subscr-info-763 .company_holder {
    margin-bottom: 2rem;
}.subscr-info-763 .nav-master-192 .nav-sitebar-051 a {
    padding: 0.6rem 0.8rem;
}.subscr-info-763 .nav-master-192 .nav-sitebar-051 a:hover {
    padding-left: 1.2rem;
}.leaderboard-709 {
    margin-top: 1rem;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}
}



@media (min-width: 768px) {.find-support-423 {
    padding: 100px 40px;
}.find-support-423 .edu-query-180 {
    grid-template-columns: repeat(2, 1fr);
}.find-support-423 h1 {
    margin-bottom: 60px;
}
}



@media (hover: none) {.find-support-423 .edu-query-180 > div,
    .find-support-423 h1,
    .find-support-423 .assist-experts-678 > div {
    transform: none !important;
}.find-support-423 .edu-query-180 > div:hover,
    .find-support-423 h1:hover,
    .find-support-423 .assist-experts-678 > div:hover {
    transform: none !important;
}
}



@media (max-width: 768px) {.sign-up-246 {
    padding: 3.5rem 1.5rem;
}.sign-up-246 p {
    font-size: 24px;
}.sign-up-246 .input_holder {
    flex-direction: column;
    align-items: stretch;
}.sign-up-246 .sub-border-914 {
    border: 1px solid rgba(0, 0, 0, 0.5);
    margin-bottom: 1rem;
    width: 100%;
}.sign-up-246 .support-list-210 {
    width: 100%;
}.sign-up-246::before,
    .sign-up-246::after {
    opacity: 0.05;
}
}



@media (max-width: 991px) {.future-attendees-839 {
    padding: 4rem 0;
}.future-attendees-839 h3 {
    font-size: calc(28px * 0.9);
    margin-bottom: 2.5rem;
    padding: 0.7rem 1.5rem;
}.future-attendees-839 ul {
    gap: 1.2rem;
}
}



@media (max-width: 480px) {.future-attendees-839 {
    padding: 3rem 0;
}.future-attendees-839 .teach-style-492 {
    padding: 0 1rem;
}.future-attendees-839 h3 {
    font-size: calc(28px * 0.7);
    padding: 0.5rem 1.2rem;
    margin-bottom: 1.5rem;
}.future-attendees-839 li {
    padding: 1.2rem;
}.future-attendees-839 li svg {
    width: 28px;
    margin-right: 0.8rem;
    height: 28px;
}}



@media (min-width: 768px) {.our-mission-761 ol li {
    column-count: 2;
}.our-mission-761 .container {
    padding: 10rem 4rem;
}
}



@media (max-width: 767px) {.our-mission-761 .text-content-469 {
    padding: 2.5rem 1.5rem;
}.our-mission-761 .container {
    padding: 5rem 1.5rem;
}.our-mission-761 h5 {
    font-size: calc(19px * 0.9);
}.our-mission-761 p {
    font-size: calc(18px * 1.25);
}}



@keyframes slideInLeft {
    from {
        transform: translateX(-2rem);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}



@keyframes shimmer {
    0% {
        left: -100%;
    }
    20%, 100% {
        left: 100%;
    }
}



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



@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(rgb(123,110,160), 0.6);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(rgb(123,110,160), 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(rgb(123,110,160), 0);
  }
}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

