.edu-links-872 {
    flex: 0 0 auto;
}

.edu-links-872 {
    z-index: 1;
    color: #ffffff;
    position: relative;
    font-family: Arial, sans-serif;
    padding: 80px 0 40px;
}

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

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


.leadership-profile-865 {
    position: relative;
    overflow: hidden;
    perspective: 1000px;
    padding: 7rem 2rem 5rem;
    background: linear-gradient(135deg, rgb(202,192,221) 0%, rgb(159,140,202,0.5) 100%);
}

.leadership-profile-865 .user-quotes-380 {
    display: flex;
    transform-style: preserve-3d;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    align-items: center;
    max-width: 1000px;
    justify-content: center;
}

.leadership-profile-865 .past-experience-759 {
    background: #ffffff;
    box-shadow: 15px 15px 30px -5px rgba(0, 0, 0, 0.5);
    transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    padding: 2.5rem 2.5rem 2.5rem 8rem;
    transform: 
        translateZ(30px) 
        rotateY(-10deg) 
        rotateX(3deg);
    border-radius: 13px;
    z-index: 2;
    width: 550px;
    margin-left: auto;
    position: relative;
}

.leadership-profile-865 .past-experience-759:hover::before {
    top: 8px;
    opacity: 0.5;
    left: 8px;
}

.leadership-profile-865 .past-experience-759 > div:nth-child(2) {
    transform: translateY(30px);
    position: relative;
    opacity: 0;
    font-weight: 600;
    z-index: 2;
    color: rgb(85,85,180);
    font-size: 21px;
    animation: slide-up 0.7s forwards 0.4s;
    margin-bottom: 2rem;
}



.leadership-profile-865 .user-quotes-380:hover .image-wrapper-379 {
    animation: floating 6s ease-in-out infinite;
}

.cookie-layer-269 {
    align-items: center;
    display: flex;
    z-index: 1;
    flex-direction: column;
}

.track-manage-039 svg, .track-manage-039 svg path, .track-manage-039 img {
    fill: rgb(159,140,202);
    height: 80px;
    width: 80px;
}

.cookieNotificationBanner-210 p {
    color: #000000;
    font-size: 17px;
    margin-bottom: 20px;
}

.track-prefs-637:hover {
    background: rgb(85,85,180);
    transform: translateY(-3px);
}

.cookie_button.consent-edu-725:hover {
    background: rgb(85,85,180,0.5);
}

.cookieNotificationBanner-210 p a:hover {
    color: rgb(85,85,180);
}


#cookiePolicyPrompt-537 {
    display: none;
}

header::before {
    top: 0;
    width: 100%;
    position: absolute;
    left: 0;
    height: 100%;
    content: "";
    z-index: -1;
    background: linear-gradient(145deg, rgb(85,85,180,0.5) 0%, transparent 70%);
}

header .nav-top-627 .top-skill-091 .header-edu-359 {
    display: inline-block;
}

header .nav-top-627 .head-main-254::before {
    transform: rotate(-2deg) scale(1.03);
    background: linear-gradient(135deg, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    border-radius: 14px;
    content: "";
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1;
    width: 100%;
}

header .nav-top-627 .head-main-254 .top-pro-306:hover a::after {
    transform: translateX(0);
}

.appPanel-839 {
    padding: 7rem 0;
    background: linear-gradient(135deg, rgb(202,192,221) 0%, rgb(159,140,202,0.5) 100%);
    position: relative;
    overflow: hidden;
}

.appPanel-839::after {
    right: -10%;
    background: rgb(159,140,202,0.5);
    position: absolute;
    opacity: 0.2;
    filter: blur(120px);
    top: -10%;
    content: "";
    z-index: 0;
    height: 40%;
    width: 40%;
    animation: floatElement 15s infinite alternate ease-in-out;
}

.appPanel-839 h2::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 4px;
    transform-origin: left center;
    background: linear-gradient(90deg, rgb(159,140,202) 0%, rgb(85,85,180) 100%);
    transition: width 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    width: 120px;
}

.appPanel-839 ul {
    position: relative;
    list-style: none;
    margin: 0;
    z-index: 1;
    padding: 0;
}

.appPanel-839 li {
    position: relative;
    padding-left: 2rem;
}

.appPanel-839 li::before {
    animation: rotateDiamond 8s infinite linear;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    position: absolute;
    width: 12px;
    top: 0.5rem;
    height: 12px;
    content: "";
    left: 0;
    background: rgb(159,140,202);
}

.connect-823::before {
    right: -5%;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    width: 300px;
    content: '';
    height: 300px;
    transform: rotate(-15deg);
    opacity: 0.04;
    position: absolute;
    z-index: 0;
    background: rgb(85,85,180,0.5);
    top: -10%;
}

.connect-823 .contact-ask-192 {
    transform: perspective(1000px) rotateX(2deg);
    margin: 0 auto;
    background: #ffffff;
    position: relative;
    border: 1px solid rgba(200,200,200,0.1);
    padding: 40px;
    max-width: 800px;
    box-shadow: 12px 12px 24px rgba(0,0,0,0.03), 
               -12px -12px 24px rgba(255,255,255,0.8);
}

.connect-823 h3:hover::after {
    transform: scaleX(1.5);
}

.connect-823 h5 {
    display: flex;
    font-weight: 600;
    color: #000000;
    text-transform: capitalize;
    align-items: center;
    font-size: 23px;
    margin-bottom: 10px;
}

.connect-823 svg:hover {
    transform: scale(1.2);
}

.connect-823 .send-request-897 li {
    transform: translateX(0);
    margin-bottom: 5px;
    transition: transform 0.3s ease;
}

.connect-823 .quick-help-583:hover svg path {
    fill: rgb(159,140,202);
}

.course-highlights-380 {
    position: relative;
    background-image: 
        radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.15) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgba(255, 255, 255, 0.15) 0%, transparent 20%),
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.08) 0%, transparent 30%),
        repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 15px),
        repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 15px);
    background: rgb(202,192,221);
    overflow: hidden;
    padding: 120px 0;
}

.course-highlights-380 .new-study-936::before {
    border-radius: 11px;
    top: -30px;
    left: -30px;
    transform-style: preserve-3d;
    z-index: -1;
    border: 1px solid rgb(159,140,202,0.5);
    position: absolute;
    animation: borderPulse 4s infinite alternate;
    transform: rotateY(5deg) rotateX(2deg);
    content: "";
    width: calc(100% + 60px);
    height: calc(100% + 60px);
}

.course-highlights-380 .reading-block-760 .description {
    font-size: 13px;
    border-radius: 10px;
    transition: all 0.5s ease;
    padding: 18px;
    position: relative;
    color: #000000;
    background: rgba(255, 255, 255, 0.07);
    text-align: justify;
    font-weight: 400;
    z-index: 2;
    transform: translateZ(0);
    margin-bottom: 25px;
    border-left: 3px solid rgb(159,140,202,0.5);
    line-height: 1.9;
    backdrop-filter: blur(4px);
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    letter-spacing: 0.5px;
}

.course-highlights-380 .image-wrapper-379 {
    align-self: flex-start;
    animation: floatImage 6s ease-in-out infinite alternate;
    overflow: hidden;
    height: 450px;
    transform-style: preserve-3d;
    z-index: 4;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.1);
    background-size: cover;
    transform: translateZ(0) rotateY(-5deg);
    position: relative;
    border-radius: 11px;
    background-position: center;
    transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1);
}

.program-outcomes-037 h2::after {
    width: 100px;
    position: absolute;
    border-radius: 10px;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    background: rgb(85,85,180);
    bottom: 0;
    height: 4px;
}

.program-outcomes-037 .image-wrapper-379::before {
    background: linear-gradient(45deg, rgb(159,140,202,0.5) 0%, transparent 60%);
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    content: '';
}

.program-outcomes-037 .reading-block-760::before {
    left: -30px;
    opacity: 0.3;
    z-index: -1;
    position: absolute;
    content: '';
    transform: rotate(45deg);
    height: 120px;
    border-radius: 22px;
    bottom: -30px;
    width: 120px;
    border: 2px solid rgb(85,85,180,0.5);
}

.program-outcomes-037 .text_main_holder > div::after {
    left: 0;
    background: linear-gradient(135deg, rgb(85,85,180,0.5) 0%, transparent 100%);
    content: '';
    opacity: 0.05;
    width: 100%;
    z-index: -1;
    position: absolute;
    height: 100%;
    top: 0;
}

.program-outcomes-037 .text_main_holder svg path {
    transition: fill 0.3s ease;
    fill: rgb(159,140,202);
}

.program-outcomes-037 .text_main_holder p {
    margin: 0;
    font-size: 16px;
    color: #ffffff;
    line-height: 1.6;
}

.edu-links-872 .company_holder::after {
    position: absolute;
    background: linear-gradient(to bottom, transparent, rgb(159,140,202), transparent);
    right: 0;
    height: 80%;
    content: '';
    top: 10%;
    width: 1px;
}

.edu-links-872 .company_holder h3:hover::after {
    width: 100%;
}

.edu-links-872 .pitch-comp-498:hover {
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px) translateZ(0);
}

.edu-links-872 .main-nav-720 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

.edu-links-872 .head-main-254::before {
    transform: translateX(-100%);
    z-index: -1;
    position: absolute;
    transition: transform 0.6s ease;
    content: '';
    background: linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    inset: 0;
}

.edu-links-872 .head-main-254 .main-nav-720 {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.edu-links-872 .head-main-254 .main-nav-720 a {
    color: #ffffff;
    display: inline-block;
    padding-left: 0;
    font-size: calc(15px * 0.95);
    position: relative;
    transition: all 0.3s ease;
    opacity: 0.85;
    text-decoration: none;
}

.press-room-140 {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    padding: 15px 0;
}

.press-room-140 .cheat-sheet-142:hover {
    opacity: 1;
}




footer {
    position: relative;
}

.edu-links-872 .company_holder h3::before {
    position: absolute;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    pointer-events: none;
    left: -100%;
    content: '';
    width: 100%;
    height: 100%;
    transition: 0.5s;
}

.connect-form-702::before {
    width: 100%;
    z-index: 0;
    position: absolute;
    content: "";
    background: 
        radial-gradient(circle at 20% 20%, rgba(0, 0, 0, 0.02) 0%, transparent 20%),
        radial-gradient(circle at 80% 80%, rgba(0, 0, 0, 0.02) 0%, transparent 20%);
    background-size: 60px 60px;
    height: 100%;
    top: 0;
    left: 0;
}

.connect-form-702 .connect-map-930::before {
    left: 0;
    content: "";
    background: linear-gradient(90deg, rgb(159,140,202), rgb(85,85,180));
    top: 0;
    height: 5px;
    width: 100%;
    position: absolute;
}

.connect-form-702 .support-support-514 {
    background: #ffffff;
    flex: 0 0 50%;
    position: relative;
    padding: 60px 50px;
}

.connect-form-702 #contact {
    gap: 30px;
    display: flex;
    flex-direction: column;
}

.connect-form-702 h3::after {
    width: 100%;
    bottom: 0;
    position: absolute;
    content: "";
    height: 2px;
    left: 0;
    background: rgb(159,140,202,0.5);
}

.connect-form-702 input[type="text"]::placeholder {
    opacity: 0.6;
    color: #000000;
}

.connect-form-702 .help-info-395 {
    align-items: flex-start;
    gap: 12px;
    margin-top: 10px;
    display: flex;
}

.connect-form-702 .help-info-395 input[type="checkbox"]:checked::after {
    width: 6px;
    content: "";
    border-right: 2px solid #ffffff;
    position: absolute;
    height: 10px;
    left: 8px;
    top: 5px;
    border-bottom: 2px solid #ffffff;
    transform: rotate(45deg);
}

.connect-form-702 .request-block-096::before {
    content: "";
    height: 100%;
    width: 100%;
    left: -100%;
    top: 0;
    transition: all 0.6s ease;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
}

.connect-form-702 svg path {
    fill: rgb(159,140,202);
    transition: all 0.3s ease;
}

.connect-form-702 svg:hover path {
    fill: rgb(85,85,180);
}

.privacy-sanctum-712 h1 {
    font-size: 39px;
    padding-bottom: 15px;
    color: rgb(159,140,202);
    margin-bottom: 40px;
    grid-column: span 2;
    font-weight: 700;
    border-bottom: 3px solid rgb(85,85,180);
    text-align: center;
}

.privacy-sanctum-712 p, .privacy-sanctum-712 span, .privacy-sanctum-712 div {
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
}

.our-mission-231::after {
    animation: pulse 12s infinite alternate-reverse;
    border-radius: 50%;
    width: 400px;
    z-index: -1;
    background: linear-gradient(225deg, rgb(85,85,180,0.5) 0%, transparent 70%);
    bottom: -100px;
    height: 400px;
    left: -100px;
    content: '';
    position: absolute;
}

.our-mission-231 .expert-sessions-123 {
    border-radius: 28px;
    padding: 30px;
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr 1fr;
    background: #ffffff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    position: relative;
}

.our-mission-231 .expert-sessions-123 .image-wrapper-379 {
    min-height: 300px;
    grid-row: 1 / 3;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateY(-5deg);
    border-radius: 28px;
    position: relative;
    transition: transform 0.5s ease;
    grid-column: 2 / 3;
}

.our-mission-231 .approach-edu-896:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.our-mission-231 .approach-edu-896 .learn-legacy-493 {
    transform: perspective(1000px) rotateY(-5deg);
    overflow: hidden;
    position: relative;
    transition: transform 0.5s ease;
    height: 100%;
    grid-column: 2 / 3;
    border-radius: 28px;
    min-height: 300px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.our-mission-231 .approach-edu-896 .learn-legacy-493:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.our-mission-231 .expert-sessions-123::after,
.our-mission-231 .approach-edu-896::after {
    z-index: 3;
    width: 20px;
    border-radius: 50%;
    background: #ffffff;
    content: '';
    transform: translateX(-50%);
    height: 20px;
    border: 3px solid rgb(159,140,202);
    left: 50%;
    position: absolute;
}

.our-mission-231 .expert-sessions-123::after {
    bottom: -40px;
}

.pricing-menu-671 .cert-cost-805 {
    flex-direction: column;
    align-items: center;
    display: flex;
}

.pricing-menu-671 h2 {
    opacity: 0;
    transform: translateY(20px);
    color: #ffffff;
    position: relative;
    font-size: 34px;
    margin-bottom: 20px;
    font-weight: 700;
    text-align: center;
    animation: fadeInUp 0.8s ease-out forwards;
}

.pricing-menu-671 .plan-details-970 li {
    transform: translateY(30px);
    animation: fadeInUp 0.8s ease-out forwards;
    opacity: 0;
}

.pricing-menu-671 .pricing-catalog-895 {
    position: relative;
    height: 100%;
    display: block;
    text-decoration: none;
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.pricing-menu-671 .pricing-catalog-895:hover .cost-matrix-897 {
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}

.pricing-menu-671 .cost-matrix-897::after {
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, rgb(159,140,202), rgb(85,85,180));
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
    top: 0;
    transform-origin: left;
    transform: scaleX(0);
    height: 5px;
    position: absolute;
    content: '';
}

.pricing-menu-671 .skill-pricing-835 h4 {
    transition: transform 0.3s ease;
    color: rgb(159,140,202);
    position: relative;
    font-weight: 700;
    padding-bottom: 15px;
    font-size: 21px;
    margin: 0 0 20px;
}

.pricing-menu-671 .class-rates-798 {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    font-size: calc(21px + 4px);
    padding: 10px 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    font-weight: 700;
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    display: inline-block;
    margin-top: auto;
    align-self: flex-start;
    background: linear-gradient(135deg, rgb(159,140,202) 0%, rgb(159,140,202,0.5) 100%);
}

.join-now-956::before {
    left: 0;
    position: absolute;
    top: 0;
    background-image: repeating-linear-gradient(
    45deg,
    rgba(255,255,255,0.05) 0,
    rgba(255,255,255,0.05) 2px,
    transparent 2px,
    transparent 8px
  );
    width: 100%;
    z-index: 1;
    content: "";
    height: 100%;
}

.join-now-956:hover h2 {
    transform: translateY(-5px);
}

.join-now-956:hover h2::after {
    transform: scaleX(1.5);
}

.join-now-956 .virtual-study-420 {
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    position: relative;
    transform: translateY(0);
    gap: 25px;
    display: flex;
    background: rgba(255, 255, 255, 0.9);
    align-items: center;
    backdrop-filter: blur(10px);
    border-left: 3px solid rgb(159,140,202);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.5s ease;
    padding: 30px;
}

.join-now-956 .virtual-study-420 div {
    justify-content: flex-end;
    display: flex;
    flex-grow: 1;
}

.join-now-956 .request-block-096:hover {
    color: rgb(159,140,202);
    border-color: rgb(159,140,202);
}

.join-now-956 .request-block-096:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}

.join-now-956 .request-block-096::after {
    margin-left: -15px;
    transition: opacity 0.3s ease, margin-left 0.3s ease;
    opacity: 0;
    content: "→";
}

.title-section-435::before {
    bottom: 0;
    z-index: 1;
    background: linear-gradient(135deg, 
    rgba(0, 0, 0, 0.8) 0%, 
    rgba(0, 0, 0, 0.6) 50%, 
    rgba(0, 0, 0, 0.4) 100%);
    content: "";
    left: 0;
    right: 0;
    position: absolute;
    top: 0;
}

.title-section-435 > div > div:first-child {
    padding-left: 4vw;
    position: relative;
}

.title-section-435 > div > div:first-child::before {
    height: 120%;
    transform-origin: top;
    transform: translateY(-50%) scaleY(0);
    left: 0;
    position: absolute;
    content: "";
    animation: lineReveal 1.2s 0.3s forwards cubic-bezier(0.19, 1, 0.22, 1);
    width: 8px;
    background: linear-gradient(to bottom, rgb(159,140,202), rgb(85,85,180));
    top: 50%;
}

.title-section-435 .knowledge-classes-863 h3 {
    margin: 0 0 0.5rem;
    color: #ffffff;
    line-height: 1.4;
    padding-bottom: 1rem;
    font-weight: 600;
    font-size: clamp(1.2rem, 3vw, 23px);
    position: relative;
}

.title-section-435 .main-intro-956 p {
    margin: 0;
    animation: fadeIn 1s 1.5s forwards ease-out;
    font-weight: 400;
    font-size: clamp(1rem, 2vw, 17px);
    line-height: 1.5;
    opacity: 0;
    color: #ffffff;
    position: relative;
}


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


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}


@media only screen and (max-width: 600px) {.cookieNotificationBanner-210 {
    border-radius: 0;
    left: 0;
    bottom: 0;
    transform: none;
    width: 100%;
}.cookie-layer-269 {
    padding: 15px;
}.track-manage-039 svg {
    height: 50px;
    width: 50px;
}.cookieNotificationBanner-210 h5 {
    font-size: calc(22px - 2px);
}.cookieNotificationBanner-210 p {
    font-size: calc(17px - 2px);
}.track-prefs-637 {
    font-size: calc(19px - 2px);
    width: calc(100% - 10px);
    padding: 8px 16px;
}}



@media (max-width: 992px) {header .nav-top-627 {
    align-items: center;
    flex-direction: column;
}header .nav-top-627 .top-skill-091 {
    margin-bottom: 15px;
    margin-right: 0;
}header .nav-top-627 .head-main-254 {
    justify-content: center;
    padding: 15px;
    width: 100%;
}header .nav-top-627 .head-main-254 .top-pro-306 {
    margin: 5px 15px 5px 0;
}header .nav-top-627 .head-main-254 .top-pro-306 a {
    padding: 5px;
    font-size: calc(14px - 2px);
}}



@media (min-width: 768px) {.connect-823 .contact-ask-192 {
    gap: 30px;
    grid-template-columns: 1fr 1fr;
    display: grid;
}.connect-823 h3 {
    grid-column: 1 / -1;
}.connect-823 .send-request-897 {
    align-self: start;
    grid-column: 2;
    margin-top: 0;
    grid-row: 2 / 4;
}
}



@media (max-width: 480px) {.connect-823 {
    padding: 40px 0;
}.connect-823 .contact-ask-192 {
    padding: 20px;
    transform: none;
    box-shadow: 8px 8px 16px rgba(0,0,0,0.03), 
                   -8px -8px 16px rgba(255,255,255,0.7);
}.connect-823 h3 {
    font-size: calc(33px * 0.7);
}.connect-823 p {
    font-size: calc(14px * 0.95);
    margin-bottom: 20px;
}.connect-823 svg {
    height: 18px;
    width: 18px;
}}



@media screen and (max-width: 767px) {.course-highlights-380 {
    padding: 60px 0;
}.course-highlights-380 .new-study-936 {
    gap: 30px;
}.course-highlights-380 .reading-block-760 {
    gap: 20px;
    padding: 25px;
}.course-highlights-380 .reading-block-760 h2 {
    margin-bottom: 15px;
    padding: 10px 15px;
    font-size: calc(32px * 0.8);
}.course-highlights-380 .reading-block-760 .description {
    padding: 12px;
    font-size: calc(13px * 0.95);
    margin-bottom: 15px;
    line-height: 1.7;
}.course-highlights-380 .image-wrapper-379 {
    min-height: 350px;
}.course-highlights-380 .new-study-936::before {
    display: none;
}
}



@media (max-width: 991px) {.program-outcomes-037 .virtual-study-420 > div:not(.text_holder):not(.text_main_holder):not(.photo) {
    flex-direction: column;
    gap: 40px;
}.program-outcomes-037 .image-wrapper-379 {
    min-height: 350px;
}.program-outcomes-037 h2 {
    margin-bottom: 50px;
}
}



@media (max-width: 991px) {.edu-links-872 {
    padding: 60px 0 30px;
}.edu-links-872 .container {
    flex-direction: column;
}.edu-links-872 .company_holder {
    flex: 0 0 100%;
    margin-bottom: 40px;
    padding-right: 0;
}.edu-links-872 .company_holder::after {
    display: none;
}.edu-links-872 .diversity-195 {
    flex: 0 0 100%;
}.edu-links-872 .head-main-254 {
    flex: 0 0 calc(50% - 20px);
    margin-bottom: 20px;
}
}



@media (max-width: 1200px) {.connect-form-702 {
    background: #ffffff;
}
}



@media (max-width: 768px) {.connect-form-702 {
    padding: 60px 0;
}.connect-form-702 h2 {
    margin-bottom: 40px;
    font-size: calc(32px - 4px);
}.connect-form-702 .support-support-514 {
    padding: 40px 30px;
}.connect-form-702 #contact {
    gap: 25px;
}.connect-form-702 .image-wrapper-379 {
    min-height: 300px;
}
}



@media only screen and (max-width: 800px) {.privacy-sanctum-712 {
    padding: 30px 15px;
    grid-template-columns: 1fr;
}.privacy-sanctum-712 h1 {
    font-size: calc(20px - 10px);
}.privacy-sanctum-712 h2 {
    font-size: calc(20px - 8px);
}.privacy-sanctum-712 li {
    padding: 8px 15px;
    font-size: calc(16px - 2px);
}}



@media (max-width: 480px) {.our-mission-231 {
    padding: 30px 0;
}.our-mission-231 h3 {
    margin-bottom: 25px;
    padding-bottom: 15px;
    font-size: calc(30px * 0.8);
}.our-mission-231 h3::after {
    height: 3px;
    width: 60px;
}.our-mission-231 .virtual-study-420 {
    gap: 30px;
}.our-mission-231 .expert-sessions-123,
    .our-mission-231 .approach-edu-896 {
    gap: 20px;
    padding: 15px;
}.our-mission-231 .expert-sessions-123 .image-wrapper-379,
    .our-mission-231 .approach-edu-896 .learn-legacy-493 {
    min-height: 180px;
}.our-mission-231 .expert-sessions-123 span {
    margin-bottom: 10px;
}.our-mission-231 .expert-sessions-123 p,
    .our-mission-231 .approach-edu-896 p {
    padding-left: 10px;
}.our-mission-231 .expert-sessions-123::after,
    .our-mission-231 .approach-edu-896::after {
    width: 15px;
    height: 15px;
}.our-mission-231::before,
    .our-mission-231::after {
    width: 150px;
    height: 150px;
}}



@media (max-width: 991px) {.join-now-956 {
    padding: 80px 0 70px;
}.join-now-956 h2 {
    margin-bottom: 30px;
}.join-now-956 .virtual-study-420 {
    padding: 25px;
}
}



@media (max-width: 480px) {.join-now-956 {
    padding: 50px 0 40px;
}.join-now-956 h2 {
    font-size: 1.5rem;
}.join-now-956 .virtual-study-420 {
    padding: 20px 15px;
}.join-now-956 svg {
    height: 36px;
    width: 36px;
}.join-now-956 .request-block-096 {
    padding: 10px 20px;
}}



@media (min-width: 992px) {.title-section-435 {
    padding: 0;
}.title-section-435 > div {
    max-width: 1400px;
}.title-section-435 .main-intro-956 {
    padding: 4rem;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
}.title-section-435 .title_style_header {
    max-width: 80%;
}.title-section-435 .main-intro-956 div:last-child {
    position: relative;
    padding-left: 2rem;
}.title-section-435 .main-intro-956 div:last-child::before {
    width: 3px;
    background: rgb(159,140,202);
    top: 50%;
    content: "";
    left: 0;
    transform: translateY(-50%);
    position: absolute;
    height: 70%;
}
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-15px);
    }
    60% {
        transform: translateY(-10px);
    }
}



@keyframes floatElement {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    50% {
        transform: translate(-20px, 20px) rotate(3deg);
    }
    100% {
        transform: translate(20px, -20px) rotate(-3deg);
    }
}



@keyframes floatPanel {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}



@keyframes floatImage {
    0%, 100% {
        transform: translateZ(0) rotateY(-5deg) translateY(0);
    }
    50% {
        transform: translateZ(50px) rotateY(-3deg) translateY(-10px);
    }
}

@keyframes pulseLine {
    0%, 100% {
        opacity: 0.6;
    }
    50% {
        opacity: 1;
    }
}

@keyframes float {
    0% {
        transform: translateY(0) scale(1);
    }
    100% {
        transform: translateY(-20px) scale(1.1);
    }
}



@keyframes lineReveal {
  0% {
    transform: translateY(-50%) scaleY(0);
  }
  100% {
    transform: translateY(-50%) scaleY(1);
  }
}



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



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

