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

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

.program-overview-LjCZeR::before {
    background: 
        radial-gradient(circle at left bottom, rgb(207,178,206,0.5) 0%, transparent 30%),
        radial-gradient(circle at right top, rgb(179,124,175,0.5) 0%, transparent 30%);
    position: absolute;
    z-index: 2;
    opacity: 0.4;
    width: 100%;
    left: 0;
    content: "";
    pointer-events: none;
    height: 100%;
    top: 0;
}

.program-overview-LjCZeR .container {
    z-index: 4;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    display: flex;
    height: 100%;
    max-width: 1320px;
    padding: 0;
    position: relative;
}

.program-overview-LjCZeR .study-track-fZkHpm .contact-message-QP9Un3::before {
    width: 0;
    left: 0;
    background: rgb(207,178,206);
    top: 0;
    transition: width 0.4s ease;
    height: 100%;
    z-index: -1;
    content: "";
    position: absolute;
}

.program-overview-LjCZeR .future-skills-1uScIz:nth-child(2)::after {
    animation-delay: 1s;
    top: 60%;
}

.program-overview-LjCZeR .future-skills-1uScIz:nth-child(3)::after {
    top: 45%;
    animation-delay: 2s;
}

.program-overview-LjCZeR .future-skills-1uScIz:nth-child(4)::after {
    animation-delay: 3s;
    top: 75%;
}




.program-overview-LjCZeR .founders-team-0anSyK::before {
    bottom: 0;
    height: 1px;
    width: 100%;
    opacity: 0.3;
    background: linear-gradient(90deg, 
                transparent 0%, 
                #ffffff 50%, 
                transparent 100%);
    left: 0;
    content: "";
    position: absolute;
}

.potential-enrollees-A7f2r0 h4 {
    font-weight: 700;
    position: relative;
    margin-bottom: 50px;
    text-align: center;
    font-size: 37px;
    color: #000000;
}

.potential-enrollees-A7f2r0 div p {
    position: relative;
    line-height: 1.6;
    padding: 25px;
    border-radius: 10px;
    display: flex;
    font-size: 18px;
    flex: 1 1 calc(33.333% - 20px);
    margin: 0;
    background: rgb(244,239,244);
    overflow: hidden;
    min-width: 250px;
    color: #000000;
    align-items: center;
    box-shadow: 
        8px 8px 16px rgba(0, 0, 0, 0.05),
        -8px -8px 16px rgba(255, 255, 255, 0.8),
        inset 1px 1px 1px rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
}

.our-background-vRz5h9 .container {
    position: relative;
    z-index: 3;
    padding: 0 15px;
    max-width: 1200px;
    margin: 0 auto;
}

.our-background-vRz5h9 .text-capsule-oM3eU1:hover {
    transform: perspective(1000px) rotateX(0deg);
}

.our-background-vRz5h9 .text-capsule-oM3eU1 > div:first-child::before {
    left: -60px;
    background: linear-gradient(90deg, transparent, rgb(179,124,175), transparent);
    width: 40px;
    transform: translateY(-50%);
    position: absolute;
    height: 1px;
    top: 50%;
    content: "";
}

.our-background-vRz5h9 h5::after {
    height: 2px;
    animation: pulse 2s ease-in-out infinite;
    content: "";
    transform-origin: center;
    width: 100%;
    bottom: -8px;
    background: linear-gradient(90deg, transparent, rgb(207,178,206), transparent);
    position: absolute;
    left: 0;
}

.subscribe-to-newsletter-8VrYIa {
    position: relative;
    background: linear-gradient(135deg, rgb(179,124,175,0.5), rgb(207,178,206));
    padding: 5rem 2rem;
    z-index: 1;
    overflow: hidden;
}

.subscribe-to-newsletter-8VrYIa .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
}

.subscribe-to-newsletter-8VrYIa .founders-team-0anSyK:hover {
    transform: perspective(1000px) rotateX(0deg) translateZ(0) scale(1.01);
}

.subscribe-to-newsletter-8VrYIa h4::before {
    position: absolute;
    transform-origin: top;
    left: 0;
    animation: scaleIn 0.6s 0.2s cubic-bezier(0.43, 0.13, 0.23, 0.96) forwards;
    background: linear-gradient(to bottom, rgb(207,178,206), rgb(179,124,175));
    bottom: 0.5rem;
    width: 5px;
    transform: scaleY(0);
    content: "";
    top: 0.5rem;
}

.subscribe-to-newsletter-8VrYIa .input_holder input[type="email"]::placeholder {
    transition: opacity 0.3s;
    color: rgba(var(--dark-color-rgb), 0.6);
}

.subscribe-to-newsletter-8VrYIa .input_holder .news-block-MRLy9h {
    letter-spacing: 1px;
    font-family: Arial, sans-serif;
    width: 100%;
    position: relative;
    text-transform: uppercase;
    color: #ffffff;
    background: linear-gradient(135deg, rgb(207,178,206), rgb(179,124,175));
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    font-weight: 600;
    border: none;
    padding: 1rem 1.5rem;
    overflow: hidden;
    font-size: 20px;
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    cursor: pointer;
}

.cookie-banner-dialog-V1Lx8o p {
    line-height: 1.5;
    font-size: 18px;
    font-family: Arial, sans-serif;
    color: #000000;
}

#approve-cookie-collection-bTolrh {
    background: rgb(207,178,206);
}

.cookie-banner-dialog-V1Lx8o p a:hover {
    color: rgb(179,124,175);
}

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

header .main-guide-ne94F2 {
    justify-content: center;
    position: relative;
    display: flex;
    padding: 0 0 1rem 0;
    text-decoration: none;
}

header .main-guide-ne94F2::after {
    left: 20%;
    position: absolute;
    height: 1px;
    background: linear-gradient(to right, transparent, rgb(207,178,206,0.5), rgb(179,124,175,0.5), rgb(207,178,206,0.5), transparent);
    content: '';
    width: 60%;
    bottom: 0;
}

header .main-primary-6RkUNB:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
    color: rgb(207,178,206);
}

.secure-safehouse-JZ8zxA h1 {
    margin-top: 0;
    border-bottom: 3px solid rgb(207,178,206);
    font-size: 41px;
    margin-bottom: 40px;
    padding-bottom: 15px;
    font-weight: 700;
    color: rgb(207,178,206);
    text-transform: uppercase;
}

.secure-safehouse-JZ8zxA ul li::before {
    color: rgb(179,124,175);
    display: inline-block;
    content: '•';
    margin-left: -1em;
    width: 1em;
}

.secure-safehouse-JZ8zxA li {
    margin-bottom: 10px;
    padding-left: 5px;
}

.secure-safehouse-JZ8zxA p, .secure-safehouse-JZ8zxA span, .secure-safehouse-JZ8zxA div {
    margin-bottom: 20px;
    line-height: 1.8;
    color: #000000;
    font-size: 16px;
}

.academic-experience-c3GpUT .pic-wrapper-kEPQa7 {
    position: relative;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    height: 450px;
    transition: all 0.4s ease;
    width: 40%;
    flex-shrink: 0;
}

.academic-experience-c3GpUT .job-profile-xXyW1K {
    position: relative;
    padding: 3rem;
    width: 60%;
}

.academic-experience-c3GpUT .job-profile-xXyW1K > div:nth-child(2) {
    font-size: 21px;
    color: rgb(179,124,175);
    padding-left: 2px;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.academic-experience-c3GpUT .user-stories-Gze1LY:hover .pic-wrapper-kEPQa7 {
    transform: scale(1.03);
}

.welcome-q1yaBD::after {
    right: -10%;
    opacity: 0.7;
    width: 60%;
    background: rgb(179,124,175,0.5);
    z-index: -1;
    transform: rotate(-15deg);
    content: '';
    height: 80%;
    position: absolute;
    top: -10%;
    clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.welcome-q1yaBD .study-pro-tX15OH {
    margin-bottom: 1.5rem;
}

.welcome-q1yaBD .study-pro-tX15OH h3 {
    font-size: clamp(1.25rem, 3vw, 22px);
    font-weight: 600;
    margin: 0 0 1rem 0;
    padding-left: 1.5rem;
    color: #ffffff;
    position: relative;
    line-height: 1.4;
}

.leaderboard-prwfWM::before {
    left: 0;
    opacity: 0.85;
    height: 100%;
    width: 100%;
    content: "";
    z-index: -1;
    top: 0;
    background: #000000;
    position: absolute;
}

.leaderboard-prwfWM .company_holder {
    position: relative;
    grid-column: 1 / 5;
    grid-row: 1;
}

.leaderboard-prwfWM .company_holder h3 {
    margin-bottom: 1.5rem;
    font-weight: 700;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    font-size: 34px;
    background: linear-gradient(90deg, #ffffff, rgb(207,178,206));
    position: relative;
}

.leaderboard-prwfWM .main-train-yMYoaj {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    gap: 3rem;
}

.leaderboard-prwfWM .header-train-o8mGlW:hover::before {
    height: 100%;
}

.leaderboard-prwfWM .header-train-o8mGlW h5 {
    padding-left: 1rem;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 1.5rem;
    position: relative;
    letter-spacing: 1px;
    color: rgb(179,124,175);
}

.leaderboard-prwfWM .header-train-o8mGlW .main-train-yMYoaj a::before {
    content: "";
    left: 0;
    transform: translateX(-100%);
    position: absolute;
    top: 0;
    height: 100%;
    z-index: -1;
    transition: transform 0.3s ease;
    width: 100%;
    background: linear-gradient(90deg, rgba(rgb(207,178,206,0.5), 0.1), transparent);
}

.guide-section-jl5MPQ .qna-board-qWBTI5 {
    color: #ffffff;
    font-size: 12px;
    letter-spacing: 0.5px;
    opacity: 0.7;
    text-align: center;
}

.gratSection-Y6S0te::after {
    content: "";
    pointer-events: none;
    width: 40%;
    height: 80%;
    background: rgb(179,124,175);
    opacity: 0.05;
    transform: rotate(25deg) skew(-15deg);
    bottom: -10%;
    right: -5%;
    position: absolute;
}

.gratSection-Y6S0te .founders-team-0anSyK:hover::before {
    transform: scaleY(1);
}

.gratSection-Y6S0te h5 {
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    color: #000000;
    font-weight: 700;
    font-size: 20px;
    margin: 0;
    line-height: 1.4;
    transform: translateY(0);
}

.gratSection-Y6S0te p {
    font-family: Arial, sans-serif;
    color: #000000;
    position: relative;
    margin: 0;
    font-weight: 400;
    transition: color 0.3s ease;
    font-size: 17px;
    line-height: 1.8;
}

.connect-form-LcRJTe::after {
    background: 
        linear-gradient(90deg, transparent 95%, rgb(207,178,206,0.5) 95.5%, transparent 96%),
        linear-gradient(0deg, transparent 95%, rgb(179,124,175,0.5) 95.5%, transparent 96%);
    opacity: 0.1;
    content: '';
    width: 100%;
    z-index: 1;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    background-size: 20px 20px;
}

.connect-form-LcRJTe h3 {
    text-align: center;
    margin-bottom: 60px;
    font-size: 33px;
    font-weight: 700;
    letter-spacing: 3px;
    color: #ffffff;
    font-family: Arial, sans-serif;
    text-shadow: 
        0 0 5px rgb(207,178,206),
        0 0 10px rgb(207,178,206),
        0 0 15px rgb(207,178,206);
    text-transform: uppercase;
}

.connect-form-LcRJTe input[type="text"]::placeholder,
.connect-form-LcRJTe textarea::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.connect-form-LcRJTe .contact-request-UaJbIT {
    margin-bottom: 25px;
    position: relative;
    align-items: flex-start;
    display: flex;
}

.connect-form-LcRJTe .contact-request-UaJbIT input[type="checkbox"]:checked + label::after {
    content: '';
    width: 6px;
    transform: rotate(45deg);
    left: 7px;
    border: solid #ffffff;
    height: 12px;
    border-width: 0 2px 2px 0;
    top: 5px;
    position: absolute;
}

.connect-form-LcRJTe .contact-message-QP9Un3:hover::before {
    left: 100%;
}

.connect-form-LcRJTe .feedback-request-2eiCs7 {
    justify-content: center;
    flex: 2;
    backdrop-filter: blur(5px);
    position: relative;
    flex-direction: column;
    display: flex;
    padding: 50px;
    background: rgba(0, 0, 0, 0.4);
}

.connect-form-LcRJTe .feedback-request-2eiCs7 h4::after {
    bottom: -10px;
    content: '';
    height: 2px;
    width: 50px;
    position: absolute;
    background: rgb(207,178,206);
    left: 0;
    box-shadow: 0 0 5px rgb(207,178,206);
}

.connect-form-LcRJTe .request-box-nlkhsz svg path {
    filter: drop-shadow(0 0 3px rgb(207,178,206));
    transition: fill 0.3s ease;
    fill: rgb(207,178,206);
}

.client-experience-0u3iNB {
    padding: 120px 0 80px;
    perspective: 1000px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(244,239,244) 0%, rgba(rgb(207,178,206,0.5), 0.05) 100%);
}

.client-experience-0u3iNB h2::after {
    transform: scaleX(1);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    bottom: -15px;
    height: 3px;
    content: "";
    width: 80px;
    left: 0;
    background: rgb(207,178,206);
    transform-origin: left;
    position: absolute;
}

.client-experience-0u3iNB .user-stories-Gze1LY:hover {
    transform: perspective(1000px) translateZ(15px) translateY(-5px);
    box-shadow: 0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.1);
}

.client-experience-0u3iNB .user-stories-Gze1LY div::after {
    top: -40px;
    color: rgb(207,178,206);
    opacity: 0.08;
    right: 0;
    position: absolute;
    z-index: -1;
    font-family: serif;
    content: "";
    transform: rotate(10deg);
    font-size: 120px;
    line-height: 1;
}

.client-experience-0u3iNB .user-stories-Gze1LY:hover h4::after {
    width: 100%;
}

.client-experience-0u3iNB a {
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    font-size: 15px;
    transform: translateZ(0);
    border: none;
    background: linear-gradient(45deg, rgb(207,178,206), rgb(179,124,175));
    box-shadow: 0 8px 20px rgba(rgb(207,178,206,0.5), 0.3);
    color: #ffffff;
    display: inline-block;
    margin-top: 40px;
    font-weight: 600;
    padding: 12px 30px;
    position: relative;
    text-decoration: none;
    overflow: hidden;
}

.price-pack-rjfxqs .lesson-plans-VUCkwu li {
    opacity: 0;
    transform: translateZ(0) rotateY(5deg) translateX(20px);
    animation: fadeInStagger 0.8s ease-out forwards;
}

.price-pack-rjfxqs .lesson-plans-VUCkwu li:nth-child(2) {
    animation-delay: 0.5s;
}

.price-pack-rjfxqs .pricing-pack-LZyY6N {
    overflow: hidden;
    backdrop-filter: blur(10px);
    height: 100%;
    position: relative;
    transform: translateZ(0);
    border-radius: 8px;
    transition: all 0.4s ease;
    border: 1px solid rgba(255,255,255,0.1);
    background: linear-gradient(145deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.05) 100%);
    box-shadow: 0 15px 35px rgba(0,0,0,0.2), 0 5px 15px rgba(0,0,0,0.1);
}

.price-pack-rjfxqs .study-price-dHtK82:hover .pricing-pack-LZyY6N {
    border-color: rgba(255,255,255,0.2);
    box-shadow: 0 20px 40px rgba(0,0,0,0.3), 0 15px 20px rgba(0,0,0,0.2);
}

.price-pack-rjfxqs .study-price-dHtK82:hover .edu-packages-AMk15X h4::after {
    width: 100px;
}


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



@media (max-width: 1100px) {.potential-enrollees-A7f2r0 div p {
    flex: 1 1 calc(50% - 15px);
}
}



@media (max-width: 767px) {.potential-enrollees-A7f2r0 {
    padding: 60px 0;
}.potential-enrollees-A7f2r0 .founders-team-0anSyK {
    padding: 30px 20px;
}.potential-enrollees-A7f2r0 h4 {
    font-size: calc(37px - 4px);
    margin-bottom: 35px;
}.potential-enrollees-A7f2r0 div p {
    flex: 1 1 100%;
    padding: 18px;
}.potential-enrollees-A7f2r0 div p svg {
    padding: 6px;
    margin-right: 15px;
    width: 30px;
    min-width: 30px;
    height: 30px;
}
}



@media (max-width: 991px) {.our-background-vRz5h9 {
    padding: 80px 0;
}.our-background-vRz5h9 .text-capsule-oM3eU1 {
    transform: perspective(1000px) rotateX(1deg);
    padding: 30px;
}.our-background-vRz5h9 h5 {
    font-size: calc(20px * 0.9);
}
}



@media (max-width: 992px) {.subscribe-to-newsletter-8VrYIa {
    padding: 4rem 1.5rem;
}.subscribe-to-newsletter-8VrYIa .founders-team-0anSyK {
    padding: 2.5rem;
}.subscribe-to-newsletter-8VrYIa h4 {
    font-size: calc(17px + 2px);
}
}



@media (max-width: 576px) {.subscribe-to-newsletter-8VrYIa {
    padding: 2.5rem 0.8rem;
}.subscribe-to-newsletter-8VrYIa .founders-team-0anSyK {
    padding: 1.5rem;
    transform: none;
}.subscribe-to-newsletter-8VrYIa h4 {
    padding-left: 0.8rem;
    margin-bottom: 1.2rem;
    font-size: calc(13px + 2px);
}.subscribe-to-newsletter-8VrYIa .input_holder {
    gap: 0.6rem;
}.subscribe-to-newsletter-8VrYIa .input_holder input[type="email"],
    .subscribe-to-newsletter-8VrYIa .input_holder .news-block-MRLy9h {
    padding: 0.8rem 1rem;
}}



@media (max-width: 480px) {header .nav-teach-DG42aF {
    padding: 0.8rem 0;
    margin: 0.5rem 0;
}header .main-guide-ne94F2 {
    padding: 0 0 0.6rem 0;
}header .main-guide-ne94F2 svg {
    width: 120px;
}header .header-train-o8mGlW {
    overflow-x: auto;
    padding: 0.6rem 0.5rem 0;
    justify-content: flex-start;
    flex-wrap: nowrap;
}header .header-train-o8mGlW::-webkit-scrollbar {
    height: 3px;
}header .header-train-o8mGlW::-webkit-scrollbar-thumb {
    background: rgb(207,178,206);
    border-radius: 10px;
}header .main-primary-6RkUNB {
    flex-shrink: 0;
    white-space: nowrap;
    margin-right: 3px;
}}



@media (min-width: 1400px) {.welcome-q1yaBD .study-fast-dYWOey {
    padding: 3rem;
    transform: perspective(1200px) rotateY(-8deg);
}.welcome-q1yaBD .study-pro-tX15OH h3 {
    font-size: 22px;
}.welcome-q1yaBD p {
    font-size: 18px;
}}



@media screen and (max-width: 768px) {.leaderboard-prwfWM {
    padding: 4rem 0 3rem;
}.leaderboard-prwfWM .main-train-yMYoaj {
    grid-template-columns: 1fr;
    gap: 2rem;
}.leaderboard-prwfWM .header-train-o8mGlW {
    padding: 1.2rem;
}.leaderboard-prwfWM .header-train-o8mGlW h5 {
    font-size: calc(24px * 0.9);
}.leaderboard-prwfWM .company_holder::before,
    .leaderboard-prwfWM .company_holder::after {
    width: 40px;
    height: 40px;
}
}



@media (max-width: 767px) {.gratSection-Y6S0te {
    padding: 80px 0;
}.gratSection-Y6S0te .founders-team-0anSyK {
    padding: 40px 30px;
    transform: perspective(1000px) rotateX(1deg);
}.gratSection-Y6S0te h5 {
    font-size: calc(20px * 0.9);
}
}



@media (max-width: 576px) {.connect-form-LcRJTe {
    padding: 60px 0;
}.connect-form-LcRJTe h3 {
    margin-bottom: 30px;
    font-size: calc(33px * 0.8);
}.connect-form-LcRJTe .query-panel-JCciRw,
    .connect-form-LcRJTe .feedback-request-2eiCs7 {
    padding: 25px 20px;
}.connect-form-LcRJTe input[type="text"],
    .connect-form-LcRJTe textarea {
    margin-bottom: 15px;
    padding: 12px;
}.connect-form-LcRJTe .contact-message-QP9Un3 {
    padding: 12px;
    width: 100%;
}}



@media (max-width: 768px) {.price-pack-rjfxqs {
    padding: 60px 0;
}.price-pack-rjfxqs h2 {
    font-size: calc(30px * 0.9);
}.price-pack-rjfxqs .monthly-plan-i3b50v {
    font-size: calc(18px * 0.95);
    margin-bottom: 40px;
}.price-pack-rjfxqs .lesson-plans-VUCkwu {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
}.price-pack-rjfxqs .edu-packages-AMk15X {
    padding: 25px 20px;
    min-height: 350px;
}.price-pack-rjfxqs .edu-packages-AMk15X h4 {
    font-size: 21px;
}.price-pack-rjfxqs .basic-cost-wUTHi9 {
    font-size: calc(21px * 1.1);
}
}



@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}



@keyframes scaleIn {
    from {
        transform: scaleY(0);
    }
    to {
        transform: scaleY(1);
    }
}



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

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



@keyframes fadeInStagger {
    from {
        opacity: 0;
        transform: translateZ(-50px) rotateY(10deg) translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateZ(0) rotateY(0) translateX(0);
    }
}

