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

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

html,body {
    height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
    min-height: 100%;
    scroll-behavior: smooth;
}


.course-program-info-03 {
    background: linear-gradient(145deg, rgb(229,225,233) 0%, rgba(245, 245, 250, 0.95) 100%);
    position: relative;
    padding: 120px 0 80px;
    overflow: hidden;
}

.course-program-info-03 .container {
    margin: 0 auto;
    padding: 0 20px;
    z-index: 1;
    max-width: 1200px;
    position: relative;
}

.course-program-info-03 h2 {
    font-size: 37px;
    line-height: 1.3;
    max-width: 90%;
    position: relative;
    transform: translateX(-8px);
    margin-bottom: 40px;
    font-weight: 700;
    color: #000000;
}

.course-program-info-03 .img-overlay-box-53::before {
    left: 0;
    background: linear-gradient(
        135deg,
        rgba(rgb(199,191,208,0.5), 0.2) 0%,
        transparent 40%,
        transparent 60%,
        rgba(rgba(0, 0, 0, 0.5), 0.2) 100%
    );
    z-index: 1;
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
}

.course-program-info-03 .description {
    border-left: 2px solid rgba(rgb(199,191,208,0.5), 0.3);
    position: relative;
    color: #000000;
    padding-left: 15px;
    font-size: 13px;
    line-height: 1.7;
    margin-bottom: 20px;
}

.user-reviews-71 {
    background: linear-gradient(135deg, rgb(229,225,233) 0%, #ffffff 100%);
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
}

.user-reviews-71 .container {
    z-index: 2;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
}

.user-reviews-71 h2 {
    letter-spacing: -0.02em;
    transform: perspective(1000px) rotateX(2deg);
    color: #000000;
    text-align: center;
    font-weight: 700;
    position: relative;
    font-size: 36px;
    margin-bottom: 3rem;
}

.user-reviews-71 .review-track-81 {
    padding: 2rem;
    background: #ffffff;
    position: relative;
    z-index: 1;
    border: 1px solid rgba(0, 0, 0, 0.05);
    transform: translateY(0);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.user-reviews-71 .review-track-81 div {
    align-items: center;
    display: flex;
    margin-bottom: 1.2rem;
}

.user-reviews-71 .review-track-81 h4 {
    margin: 0;
    font-weight: 600;
    transition: all 0.3s ease;
    color: #000000;
    font-size: 23px;
}

.user-reviews-71 .review-track-81 .description {
    color: #000000;
    font-size: 18px;
    z-index: 2;
    line-height: 1.6;
    font-style: italic;
    margin: 0;
    position: relative;
}

.user-reviews-71 a:hover {
    transform: translateX(-50%) translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.contacts-39 {
    background: linear-gradient(120deg, rgb(229,225,233) 0%, rgb(199,191,208,0.5) 30%, rgb(229,225,233) 70%);
    overflow: hidden;
    z-index: 1;
    padding: 8rem 0;
    position: relative;
}

.contacts-39 .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 1.5rem;
    z-index: 2;
}

.contacts-39 .edu-input-34 {
    grid-template-areas: 
        "info photo details"
        "info photo details";
    display: grid;
    grid-template-columns: 1fr 1.2fr 1fr;
    position: relative;
    gap: 1.5rem;
    grid-template-rows: auto auto;
}

.contacts-39 .edu-ask-50:first-child {
    padding: 3rem;
    grid-area: info;
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
    box-shadow: -10px 10px 30px rgba(0, 0, 0, 0.15);
    border-radius: 20px 0 0 20px;
}

.contacts-39 .contact_tile.online-contact-38 {
    grid-area: details;
    clip-path: polygon(8% 0, 100% 0, 100% 100%, 0% 100%);
    padding: 3rem;
    border-radius: 0 20px 20px 0;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.15);
}

.contacts-39 .message-info-41 {
    margin-bottom: 2rem;
    color: #000000;
    border-left: 2px solid rgb(199,191,208,0.5);
    line-height: 1.8;
    padding-left: 15px;
    position: relative;
}

.contacts-39 .contact-card-84::before {
    position: absolute;
    border-radius: 0 10px 10px 0;
    width: 5px;
    right: 0;
    content: "";
    bottom: 0;
    background: linear-gradient(to bottom, rgb(199,191,208) 0%, transparent 100%);
    top: 0;
}

.contacts-39 .help-form-26 span {
    position: relative;
    display: flex;
    color: #000000;
    padding: 0.6rem 1rem;
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    font-size: calc(12px * 0.9);
    border-radius: 10px;
    overflow: hidden;
    align-items: center;
}

.contacts-39 .edu-ask-50 .img-overlay-box-53::before {
    left: 0;
    height: 100%;
    content: "";
    width: 100%;
    background: linear-gradient(135deg, rgb(199,191,208,0.5) 0%, transparent 100%);
    top: 0;
    position: absolute;
    z-index: 1;
}

.contacts-39 .online-contact-38 a::before {
    width: 3px;
    position: absolute;
    transition: all 0.3s ease;
    right: -3px;
    content: "";
    height: 100%;
    top: 0;
    background: rgb(199,191,208);
}

.contacts-39 .online-contact-38 a:hover::after {
    width: 100%;
}

.contacts-39 .online-contact-38 a:hover {
    transform: translateX(-10px);
}

.contacts-39 .online-contact-38 a p {
    font-size: calc(12px * 1.1);
    margin-bottom: 0;
    font-weight: 600;
    transition: all 0.3s ease;
    color: #ffffff;
}

.contacts-39 svg {
    width: 22px;
    transition: all 0.3s ease;
    height: 22px;
    fill: none;
}

.contacts-39 .online-contact-38 a:hover svg path {
    stroke: rgb(163,152,173);
}

.cookieWarningContainer-14 h5 {
    font-size: 22px;
    margin-bottom: 6px;
}

.cookie-check-08 {
    flex-shrink: 0;
    margin-right: 10px;
}

.cookieWarningContainer-14 p a {
    text-decoration: none;
    color: rgb(199,191,208);
}

#cookie-panel-popup-50 {
    display: none;
}


.wrapper-segment-34 .data-opt-14 {
    justify-content: flex-end;
}

.wrapper-segment-34 .accept-cookies-06 {
    padding: 10px;
    margin-left: 30px;
    background: rgb(199,191,208);
    font-size: 20px;
    color: #ffffff;
}

.thxWrapper-36::after {
    content: "";
    z-index: -1;
    background: linear-gradient(45deg, rgb(163,152,173) 0%, transparent 70%);
    transform: rotate(15deg) translateZ(0);
    animation: float 18s ease-in-out infinite alternate-reverse;
    height: 35%;
    left: -5%;
    bottom: -5%;
    position: absolute;
    opacity: 0.15;
    filter: blur(20px);
    width: 35%;
}

.thxWrapper-36 .learn-learn-63 > div:first-child {
    padding-bottom: 1.5rem;
    position: relative;
}

.thxWrapper-36 .learn-learn-63 > div:first-child::after {
    transform-origin: left center;
    height: 3px;
    animation: expandLine 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.2s;
    transform: scaleX(0);
    content: "";
    left: 0;
    bottom: 0;
    position: absolute;
    width: 80%;
    background: linear-gradient(90deg, rgb(199,191,208) 0%, transparent 100%);
}

.thxWrapper-36 .learn-learn-63 > div:last-child::before {
    position: absolute;
    height: 80px;
    transform: translateZ(0);
    animation: pulse 6s ease-in-out infinite alternate;
    top: -10px;
    z-index: -1;
    border-radius: 50%;
    right: -40px;
    background: linear-gradient(135deg, rgb(163,152,173) 0%, transparent 80%);
    width: 80px;
    opacity: 0.2;
    content: "";
}

.thxWrapper-36 a:hover::after {
    transform: scaleX(1);
    opacity: 1;
}

.education-framework-47::before {
    opacity: 0.3;
    left: -50%;
    position: absolute;
    z-index: 0;
    height: 200%;
    width: 200%;
    background-position: 0 0, 30px 30px;
    top: -50%;
    transform: rotate(15deg);
    background-image: 
        radial-gradient(
            rgb(163,152,173,0.5) 20%, 
            transparent 21%
        ), 
        radial-gradient(
            rgb(199,191,208,0.5) 20%, 
            transparent 21%
        );
    content: "";
    animation: shiftPattern 60s linear infinite;
    background-size: 60px 60px;
}

.education-framework-47 h3::before {
    background: 
        linear-gradient(
            rgba(255, 255, 255, 0.2) 1px, 
            transparent 1px
        ),
        linear-gradient(
            90deg, 
            rgba(255, 255, 255, 0.2) 1px, 
            transparent 1px
        );
    opacity: 0.3;
    bottom: 0;
    right: 0;
    animation: moveGrid 20s linear infinite;
    left: 0;
    content: "";
    background-size: 20px 20px;
    top: 0;
    position: absolute;
}

.education-framework-47 span::after {
    position: absolute;
    left: 50%;
    box-shadow: 0 0 15px rgb(199,191,208,0.5);
    background: rgb(199,191,208);
    content: "";
    height: 20px;
    border-radius: 50%;
    width: 20px;
    transform: translateX(-50%);
    animation: pulse 3s infinite;
    top: -20px;
}

.tariff-wrapper-05 .learn-price-92 {
    position: relative;
}

.tariff-wrapper-05 h2 {
    position: relative;
    display: inline-block;
    transform: translateX(-5%);
    font-size: 29px;
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: 700;
}

.tariff-wrapper-05 h2::after {
    content: "";
    bottom: -8px;
    left: 0;
    width: 60%;
    background: linear-gradient(90deg, rgb(199,191,208) 0%, rgb(163,152,173) 100%);
    height: 3px;
    position: absolute;
}

.tariff-wrapper-05 .price-panel-31 li {
    perspective: 1000px;
    transform-style: preserve-3d;
    transition: transform 0.4s ease;
}

.tariff-wrapper-05 .price-deals-84 {
    border-radius: 8px;
    background: linear-gradient(145deg, 
        rgba(255,255,255,0.12) 0%, 
        rgba(255,255,255,0.05) 100%);
    box-shadow: 0 15px 25px rgba(0,0,0,0.2), 
                0 5px 10px rgba(0,0,0,0.1), 
                inset 0 1px 1px rgba(255,255,255,0.1);
    transition: all 0.3s ease;
    padding: 5px;
    position: relative;
    backdrop-filter: blur(10px);
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.1);
    height: 100%;
}

.tariff-wrapper-05 .package-deal-16:hover .pricing-fees-16 h4::after {
    opacity: 1;
    height: 100%;
}

.tariff-wrapper-05 .learning-packages-27 {
    display: inline-block;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    padding: 5px 10px;
    font-size: calc(22px * 1.3);
    margin-top: auto;
    transition: all 0.3s ease;
    align-self: flex-start;
    font-weight: 700;
    color: #ffffff;
    border-radius: 4px;
    background: linear-gradient(135deg, 
        rgb(199,191,208,0.5) 0%, 
        rgb(163,152,173,0.5) 100%);
    position: relative;
}



.contact-information-59 .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 0 30px;
}

.contact-information-59 h2 {
    margin-bottom: 50px;
    color: #000000;
    position: relative;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    letter-spacing: 2px;
}

.contact-information-59 .connect-inquiry-51 {
    position: relative;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgb(199,191,208,0.5);
    display: flex;
    overflow: hidden;
    border-radius: 12px;
}

.contact-information-59 .img-overlay-box-53 {
    position: relative;
    flex: 0 0 45%;
    overflow: hidden;
    min-height: 550px;
}

.contact-information-59 .img-overlay-box-53::after {
    content: "";
    opacity: 0.7;
    background: 
        linear-gradient(135deg, transparent 0%, rgb(199,191,208,0.5) 100%);
    inset: 0;
    position: absolute;
    z-index: 2;
}

.contact-information-59 form {
    z-index: 2;
    position: relative;
}

.contact-information-59 form h3 {
    color: #000000;
    font-weight: 700;
    position: relative;
    margin-bottom: 40px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 19px;
}

.contact-information-59 form input[type="text"]:focus {
    border-color: rgb(199,191,208);
    outline: none;
    box-shadow: 
        0 0 0 1px rgb(199,191,208),
        0 0 5px rgb(199,191,208,0.5);
}

.contact-information-59 .help-links-67 {
    position: relative;
    margin-bottom: 35px;
}

.contact-information-59 .help-links-67 label::before {
    height: 22px;
    transition: all 0.3s ease;
    top: 0;
    left: 0;
    position: absolute;
    border: 1px solid rgb(199,191,208,0.5);
    content: "";
    border-radius: 4px;
    background: rgb(229,225,233);
    width: 22px;
}

.contact-information-59 .help-links-67 label a::after {
    height: 1px;
    transition: transform 0.3s ease;
    transform-origin: right;
    transform: scaleX(0);
    content: "";
    left: 0;
    bottom: -1px;
    position: absolute;
    background: rgb(199,191,208);
    width: 100%;
}

.contact-information-59 .inquiry-section-13:hover {
    box-shadow: 
        0 5px 20px rgb(163,152,173,0.5),
        0 0 0 1px rgb(163,152,173);
}

.contact-information-59 .inquiry-section-13:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}

.contact-information-59 svg path {
    transition: all 0.3s ease;
    fill: rgb(199,191,208);
}

.join-our-mailing-list-39 {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(199,191,208,0.5) 0%, rgb(229,225,233) 100%);
    padding: 4rem 2rem;
}

.join-our-mailing-list-39 .feedback-box-17 {
    margin-left: auto;
    display: flex;
    max-width: 600px;
    background: linear-gradient(110deg, #ffffff 0%, rgb(229,225,233) 100%);
    transform: skewX(-10deg);
    position: relative;
    padding: 3rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
    border-radius: 22px;
    flex-direction: column;
}

.join-our-mailing-list-39 h3::before {
    width: 5px;
    content: "";
    top: 0;
    height: 100%;
    background: rgb(199,191,208);
    left: 0;
    position: absolute;
    transform: skewY(45deg);
}

.join-our-mailing-list-39 input[type="submit"] {
    align-self: flex-end;
    font-size: 19px;
    background: linear-gradient(90deg, rgb(199,191,208) 0%, rgb(163,152,173) 100%);
    padding: 0.8rem 2rem;
    cursor: pointer;
    font-weight: 600;
    border-radius: 10px;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    color: #ffffff;
    transform: translateY(0);
    border: none;
}

.leadership-profile-15::after {
    animation: float 6s ease-in-out infinite reverse;
    left: -30px;
    background: rgb(199,191,208,0.5);
    position: absolute;
    width: 150px;
    z-index: 0;
    filter: blur(30px);
    border-radius: 50%;
    content: "";
    height: 150px;
    bottom: -30px;
}

.leadership-profile-15 .img-overlay-box-53 {
    border-radius: 27px;
    position: relative;
    transform: translateY(20px);
    box-shadow: 15px 15px 0 rgb(163,152,173,0.5);
    transition: all 0.4s ease;
    width: 280px;
    clip-path: polygon(0 0, 100% 10%, 85% 100%, 0% 90%);
    height: 350px;
}

.leadership-profile-15 .name {
    margin-bottom: 10px;
    position: relative;
    padding-bottom: 15px;
    color: rgb(199,191,208);
    font-size: 37px;
    font-weight: 700;
}

.leadership-profile-15 .experience-data-13 {
    font-style: italic;
    position: relative;
    border-left: 3px solid rgb(163,152,173,0.5);
    line-height: 1.6;
    color: #000000;
    padding-left: 20px;
    font-size: calc(13px + 2px);
}

.take-a-spin-93::before {
    width: 100%;
    top: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(199,191,208,0.5),
        rgb(199,191,208,0.5) 10px,
        transparent 10px,
        transparent 20px
    );
    opacity: 0.1;
    position: absolute;
    content: "";
    z-index: -1;
    height: 100%;
    left: 0;
}

.take-a-spin-93 h6 {
    font-weight: 600;
    text-align: center;
    max-width: 800px;
    transform: translateY(0);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    color: #ffffff;
    animation: textFloat 5s infinite alternate ease-in-out;
    position: relative;
    line-height: 1.5;
    letter-spacing: 0.5px;
    margin-bottom: 2.5rem;
    font-size: 23px;
}

.take-a-spin-93 .inquiry-section-13::before {
    width: 100%;
    opacity: 0;
    background: linear-gradient(45deg, transparent 0%, rgb(163,152,173,0.5) 100%);
    height: 100%;
    z-index: -1;
    content: "";
    position: absolute;
    transition: opacity 0.4s ease;
    left: 0;
    top: 0;
}

.take-a-spin-93 .inquiry-section-13 span {
    position: relative;
    transition: all 0.3s ease;
    z-index: 3;
}

.take-a-spin-93 .inquiry-section-13:hover {
    transform: translateY(-5px);
    color: rgb(163,152,173);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
}

.take-a-spin-93 .inquiry-section-13:hover span {
    transform: scale(1.05);
}

.title-screen-01 {
    padding: 6rem 2rem;
    align-items: center;
    display: flex;
    min-height: 100vh;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(229,225,233) 0%, rgb(163,152,173,0.5) 100%);
    position: relative;
}

.title-screen-01 h1.start-page-74 {
    animation: slide-in 0.8s ease-out forwards;
    font-size: 39px;
    font-weight: 700;
    transform: translateX(-1rem);
    opacity: 0;
    color: #000000;
    margin-bottom: 1.5rem;
    position: relative;
}

.title-screen-01 .learn-title-79 {
    width: 100%;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(2rem);
    margin-top: 2rem;
    opacity: 0;
    animation: fade-up 1s 0.6s ease-out forwards;
    border-radius: 30px;
}

.title-screen-01 .learning-studio-83 span {
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    position: absolute;
    padding: 2rem;
    transition: transform 0.4s ease;
}

.secure-sanctuary-49::before {
    height: 120px;
    top: 0;
    border-radius: 50%;
    width: 120px;
    position: absolute;
    left: 50%;
    background-color: rgb(199,191,208);
    content: '';
    z-index: -1;
    transform: translateX(-50%);
}

.secure-sanctuary-49 h2 {
    margin-bottom: 15px;
    font-weight: 700;
    font-size: calc(18px * 1.2);
    font-family: Arial, sans-serif;
    color: rgb(163,152,173);
}

.secure-sanctuary-49 li::before {
    position: absolute;
    content: "\2022";
    color: rgb(199,191,208);
    left: 0;
}

.digital-res-58::after {
    top: 0;
    content: "";
    background-size: 30px 30px;
    width: 100%;
    z-index: -1;
    animation: gridAnimate 15s linear infinite;
    opacity: 0.15;
    background-position: center;
    height: 100%;
    position: absolute;
    background: 
        linear-gradient(rgba(rgb(199,191,208), 0.2) 1px, transparent 1px),
        linear-gradient(90deg, rgba(rgb(199,191,208), 0.2) 1px, transparent 1px);
    left: 0;
}

.digital-res-58 .qna-board-23 {
    color: #ffffff;
    opacity: 0.8;
    font-size: 18px;
    line-height: 1.6;
    margin-top: 1.5rem;
}

.digital-res-58 .pitch-comp-20 {
    grid-column: 6 / 13;
    grid-row: 1;
    display: flex;
    justify-content: flex-end;
}

.digital-res-58 .top-start-05:hover {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.02) 100%);
    transform: translateY(-5px);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
}

.digital-res-58 .top-start-05:hover::before {
    height: 100%;
}

.digital-res-58 .top-start-05 h5 {
    padding-left: 1rem;
    letter-spacing: 1px;
    position: relative;
    color: rgb(163,152,173);
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.digital-res-58 .top-start-05 .first-lesson-67 a::before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    transition: transform 0.3s ease;
    transform: translateX(-100%);
    content: "";
    background: linear-gradient(90deg, rgba(rgb(199,191,208,0.5), 0.1), transparent);
    height: 100%;
}

.enroll-info-79 .container {
    align-items: center;
    display: flex;
    justify-content: center;
}

.enroll-info-79 .intern-opp-32 {
    letter-spacing: 0.5px;
    font-size: 15px;
    opacity: 0.7;
    color: #ffffff;
    text-align: center;
}

.company-info-82 h4 {
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 2px;
    transition: transform 0.5s ease;
    text-align: center;
    text-transform: uppercase;
    transform: translateY(0);
    position: relative;
    margin-bottom: 40px;
    font-size: 34px;
}

.company-info-82 .editorial-wrap-84 {
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    border-left: 5px solid rgb(199,191,208);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    padding: 50px 40px;
    position: relative;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.95);
    transform: translateY(0);
}

.company-info-82 .editorial-wrap-84 h6::after {
    width: 60px;
    bottom: 0;
    background: rgb(163,152,173);
    transform-origin: left;
    height: 2px;
    position: absolute;
    transform: scaleX(1);
    transition: transform 0.4s ease;
    content: "";
    left: 0;
}

header .container {
    max-width: 100%;
    z-index: 1;
    margin: 0;
    position: relative;
    padding: 0 2%;
    width: 100%;
}

header .top-core-49::before {
    height: 5px;
    background: linear-gradient(to right, rgb(199,191,208), rgb(163,152,173));
    width: 100%;
    left: 0;
    top: 0;
    content: '';
    position: absolute;
}

header .main-start-08::after {
    left: 20%;
    width: 60%;
    position: absolute;
    height: 1px;
    content: '';
    bottom: 0;
    background: linear-gradient(to right, transparent, rgb(199,191,208,0.5), rgb(163,152,173,0.5), rgb(199,191,208,0.5), transparent);
}

header .main-master-93::before {
    bottom: 0;
    content: '';
    width: 100%;
    transition: height 0.3s ease;
    z-index: -1;
    left: 0;
    height: 0;
    position: absolute;
    background: linear-gradient(to top, rgb(199,191,208,0.5), transparent);
}


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


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



@media (min-width: 992px) {.course-program-info-03 {
    padding: 180px 0 120px;
}.course-program-info-03 h2 {
    max-width: 60%;
    transform: translateX(-20px);
    font-size: calc(37px * 1.2);
}.course-program-info-03 h2::before {
    width: 8px;
    left: -30px;
}.course-program-info-03 .education-46 {
    gap: 80px;
}.course-program-info-03 .img-overlay-box-53 {
    height: 520px;
}.course-program-info-03 .editorial-wrap-84 {
    max-height: 520px;
    padding: 40px;
}.course-program-info-03 .description {
    font-size: calc(13px * 1.05);
    padding-left: 25px;
}
}



@media (max-width: 991px) {.user-reviews-71 {
    padding: 4rem 0;
}.user-reviews-71 h2 {
    font-size: calc(36px * 0.9);
    margin-bottom: 2.5rem;
}.user-reviews-71 .learn-reviews-46 {
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}



@media (max-width: 767px) {.user-reviews-71 {
    padding: 3rem 0;
}.user-reviews-71 h2 {
    font-size: calc(36px * 0.8);
    margin-bottom: 2rem;
}.user-reviews-71 .learn-reviews-46 {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.user-reviews-71 .review-track-81 {
    padding: 1.5rem;
}.user-reviews-71 .review-track-81:nth-child(odd) {
    transform: translateY(0);
}.user-reviews-71 .review-track-81:hover,
    .user-reviews-71 .review-track-81:nth-child(odd):hover {
    transform: translateY(-5px);
}.user-reviews-71 a {
    margin-top: 2rem;
    padding: 0.7rem 1.8rem;
}
}



@media (max-width: 767px) {.contacts-39 {
    padding: 4rem 0;
}.contacts-39 .edu-input-34 {
    grid-template-rows: auto auto auto;
    grid-template-areas: 
            "help-info-14"
            "img-overlay-box-53"
            "details";
    grid-template-columns: 1fr;
}.contacts-39 .edu-ask-50:first-child {
    border-radius: 20px 20px 0 0;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 0% 100%);
}.contacts-39 .edu-ask-50:nth-child(2) {
    min-height: 250px;
    border-radius: 0;
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0% 100%);
}.contacts-39 .contact_tile.online-contact-38 {
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 0% 100%);
    border-radius: 0 0 20px 20px;
}.contacts-39 .online-contact-38 a {
    margin-bottom: 1rem;
}.contacts-39 .help-form-26 {
    grid-template-columns: 1fr;
}
}



@media (min-width: 768px) {.thxWrapper-36 {
    padding: 7rem 0;
}.thxWrapper-36 .learn-learn-63 {
    padding: clamp(3rem, 6vw, 5rem);
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 4rem;
}.thxWrapper-36 .learn-learn-63 > div:first-child {
    padding-bottom: 0;
    padding-right: 2rem;
}.thxWrapper-36 .learn-learn-63 > div:first-child::after {
    bottom: auto;
    transform-origin: top center;
    background: linear-gradient(180deg, rgb(199,191,208) 0%, transparent 100%);
    transform: scaleY(0);
    width: 3px;
    height: 70%;
    right: 0;
    left: auto;
    animation: expandVertLine 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.2s;
    top: 15%;
}.thxWrapper-36 h5 {
    text-align: left;
}
}



@media (max-width: 768px) {.education-framework-47 {
    padding: 4rem 1rem;
}.education-framework-47::before {
    background-position: 0 0, 20px 20px;
    background-size: 40px 40px;
}.education-framework-47 h3 {
    padding-bottom: 3rem;
    padding: 1.5rem;
    font-size: calc(31px * 0.8);
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% 80%, 
            50% 100%, 
            0 80%
        );
}.education-framework-47 span {
    padding: 2.5rem 1.5rem 1.5rem;
    font-size: calc(18px * 0.95);
}.education-framework-47 span::before {
    top: -30px;
    width: 60px;
    height: 60px;
}.education-framework-47 span::after {
    top: -18px;
    height: 16px;
    width: 16px;
}}



@media (max-width: 768px) {.contact-information-59 {
    padding: 60px 0;
}.contact-information-59 h2 {
    font-size: calc(40px * 0.8);
    margin-bottom: 40px;
}.contact-information-59 .connect-inquiry-51 {
    flex-direction: column;
}.contact-information-59 .img-overlay-box-53 {
    width: 100%;
    min-height: 300px;
}.contact-information-59 .help-block-19 {
    width: 100%;
    padding: 40px 30px;
}.contact-information-59 form h3 {
    margin-bottom: 30px;
}.contact-information-59 form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.contact-information-59 .help-links-67 {
    margin-bottom: 25px;
}.contact-information-59 .inquiry-section-13 {
    padding: 15px 25px;
}
}



@media (max-width: 480px) {.join-our-mailing-list-39 {
    padding: 2rem 0.8rem;
}.join-our-mailing-list-39 .feedback-box-17 {
    transform: none;
    padding: 1.5rem;
}.join-our-mailing-list-39 h3 {
    font-size: calc(21px * 0.8);
    transform: none;
    text-align: center;
    padding-left: 0;
}.join-our-mailing-list-39 h3::before {
    top: -10px;
    left: 50%;
    width: 50px;
    transform: translateX(-50%);
    height: 5px;
}.join-our-mailing-list-39 .input_holder {
    transform: none;
}.join-our-mailing-list-39 input[type="email"] {
    transform: none;
}}



@media (max-width: 992px) {.take-a-spin-93 {
    padding: 5rem 0;
}.take-a-spin-93 h6 {
    margin-bottom: 2rem;
    font-size: calc(16px * 1.1);
}.take-a-spin-93 .inquiry-section-13 {
    padding: 0.8rem 2.2rem;
}
}



@media (min-width: 768px) {.title-screen-01 {
    padding: 8rem 3rem;
}.title-screen-01 > div {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}.title-screen-01 h1.start-page-74 {
    font-size: calc(39px * 1.2);
}.title-screen-01 .learn-title-79 {
    margin-top: 0;
}.title-screen-01 .learning-studio-83 {
    height: 400px;
}.title-screen-01 .learning-studio-83::after {
    transition: opacity 0.5s ease;
    top: 0;
    position: absolute;
    height: 100%;
    z-index: 1;
    opacity: 0;
    content: "";
    width: 100%;
    left: 0;
    background: linear-gradient(45deg, rgb(199,191,208,0.5) 0%, transparent 100%);
}.title-screen-01 .learning-studio-83:hover::after {
    opacity: 0.2;
}
}



@media screen and (max-width: 992px) {.digital-res-58 .container {
    grid-template-columns: repeat(1, 1fr);
}.digital-res-58 .company_holder {
    grid-column: 1;
    grid-row: 1;
}.digital-res-58 .pitch-comp-20 {
    grid-column: 1;
    grid-row: 2;
    margin-top: 2rem;
}.enroll-info-79 {
    grid-row: 3;
    margin-top: 3rem;
}
}



@media screen and (min-width: 768px) {.company-info-82 {
    padding: 150px 0 100px;
}.company-info-82 h4 {
    font-size: calc(34px * 1.2);
    margin-bottom: 60px;
}.company-info-82 h4::after {
    width: 100px;
}.company-info-82 .editorial-wrap-84 {
    transition: all 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    padding: 60px 50px;
    transform: translateY(0) perspective(1000px) rotateY(0);
}.company-info-82 .editorial-wrap-84:hover {
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px) perspective(1000px) rotateY(2deg);
}.company-info-82 .editorial-wrap-84 h6 {
    margin-bottom: 40px;
    font-size: calc(23px * 1.5);
}.company-info-82 .editorial-wrap-84 span {
    column-count: 2;
}
}



@media (max-width: 480px) {header .top-core-49 {
    padding: 0.8rem 0;
    margin: 0.5rem 0;
}header .main-start-08 {
    padding: 0 0 0.6rem 0;
}header .main-start-08 svg {
    width: 120px;
}header .top-start-05 {
    justify-content: flex-start;
    overflow-x: auto;
    padding: 0.6rem 0.5rem 0;
    flex-wrap: nowrap;
}header .top-start-05::-webkit-scrollbar {
    height: 3px;
}header .top-start-05::-webkit-scrollbar-thumb {
    background: rgb(199,191,208);
    border-radius: 10px;
}header .main-master-93 {
    margin-right: 3px;
    white-space: nowrap;
    flex-shrink: 0;
}
}



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



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



@keyframes shiftPattern {
    0% {
        transform: rotate(15deg) translateY(0);
    }
    50% {
        transform: rotate(15deg) translateY(-30px);
    }
    100% {
        transform: rotate(15deg) translateY(0);
    }
}

@keyframes backgroundMove {
    0% {
        background-position: 0 0, 0 0, 0 0, 0 0;
    }
    100% {
        background-position: 60px 60px, 60px 60px, 0 0, 0 0;
    }
}



@keyframes slide-in {
  0% {
    transform: translateX(-1rem);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes gridAnimate {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 30px;
    }
}

