﻿* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}.warp-container2mo {
    height: 100%;
    flex-direction: column;
    min-height: 100%;
    display: flex;
}a {
    color: inherit;
    text-decoration: none;
}.campus_linksmcV {
    flex: 0 0 auto;
}html,body {
    auto
contain
touch-action: none;
    color: #000000;
    font-family: Arial, sans-serif;
    height: 100%;
    min-height: 100%;
    scroll-snap-type: none;
    auto
    scroll-behavior: smooth;
}.top_wrapJhy {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}svg {
    width: 30px;
    height: 30px;
}.container {
    max-width: 100%;
    width: 1208px;
    margin: auto;
}

@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.check_it_out_nowpSU {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    z-index: 1;
    overflow: hidden;
    padding: 4rem 2rem;
    position: relative;
    background: linear-gradient(135deg, rgb(217,200,215) 0%, rgb(185,164,182) 100%);
}.check_it_out_nowpSU::before {
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0.1;
    height: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(217,200,215,0.5) 0px,
        rgb(217,200,215,0.5) 10px,
        transparent 10px,
        transparent 20px
    );
    position: absolute;
    width: 100%;
    content: "";
}.check_it_out_nowpSU::after {
    z-index: -1;
    background: rgb(185,164,182);
    height: 200px;
    width: 200px;
    opacity: 0.2;
    border-radius: 50%;
    animation: pulse 8s infinite alternate ease-in-out;
    content: "";
    right: -50px;
    position: absolute;
    bottom: -50px;
    transform: translateZ(0);
}.check_it_out_nowpSU .container {
    max-width: 1140px;
    gap: 2.5rem;
    flex-direction: column;
    margin: 0 auto;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    transform: translateZ(0);
}.check_it_out_nowpSU h6 {
    text-align: center;
    transform: translateY(0);
    margin: 0;
    color: #ffffff;
    animation: slideInUp 0.8s ease-out forwards;
    font-size: 21px;
    position: relative;
    letter-spacing: 0.5px;
    max-width: 800px;
    font-weight: 600;
    line-height: 1.6;
}.check_it_out_nowpSU h6::after {
    left: 50%;
    content: "";
    height: 2px;
    position: absolute;
    background: #ffffff;
    bottom: -15px;
    transform: translateX(-50%);
    opacity: 0.7;
    width: 50px;
}.check_it_out_nowpSU div div {
    display: flex;
    animation: fadeInUp 0.8s ease-out 0.3s forwards;
    justify-content: center;
    opacity: 0;
    transform: translateY(20px);
}.check_it_out_nowpSU div span {
    position: relative;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: perspective(1000px) rotateX(0);
}.check_it_out_nowpSU div span:hover {
    transform: perspective(1000px) rotateX(10deg) translateY(-5px);
}.check_it_out_nowpSU .support_formm1r {
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
    display: inline-block;
    background: #ffffff;
    position: relative;
    padding: 15px 30px;
    font-weight: 600;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.4s ease;
    overflow: hidden;
    z-index: 1;
    color: rgb(217,200,215);
    font-size: 19px;
}.check_it_out_nowpSU .support_formm1r::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
    left: -100%;
    content: "";
    z-index: -1;
    width: 100%;
    height: 100%;
    transition: left 0.7s ease;
    position: absolute;
}.check_it_out_nowpSU .support_formm1r:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    color: rgb(185,164,182);
    transform: translateY(-2px);
}.check_it_out_nowpSU .support_formm1r:hover::before {
    left: 100%;
}.check_it_out_nowpSU .support_formm1r span {
    position: relative;
    transition: transform 0.3s ease;
    z-index: 2;
}.check_it_out_nowpSU .support_formm1r:hover span {
    transform: scale(1.05);
}.check_it_out_nowpSU .support_formm1r:active {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(1px);
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1) rotate(0deg);
    }
    50% {
        transform: scale(1.2) rotate(10deg);
    }
}

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

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

@media (max-width: 991px) {.check_it_out_nowpSU {
    padding: 3.5rem 1.5rem;
}.check_it_out_nowpSU h6 {
    font-size: calc(21px - 2px);
}
}

@media (max-width: 767px) {.check_it_out_nowpSU {
    padding: 3rem 1rem;
}.check_it_out_nowpSU .container {
    gap: 2rem;
}.check_it_out_nowpSU h6 {
    font-size: calc(21px - 4px);
}.check_it_out_nowpSU .support_formm1r {
    font-size: calc(19px - 1px);
    padding: 12px 25px;
}
}

@media (max-width: 575px) {.check_it_out_nowpSU {
    padding: 2.5rem 1rem;
}.check_it_out_nowpSU h6 {
    line-height: 1.5;
}.check_it_out_nowpSU h6::after {
    width: 40px;
    bottom: -10px;
}.check_it_out_nowpSU .support_formm1r {
    padding: 10px 20px;
}}.education_frameworkIMU {
    overflow: hidden;
    position: relative;
    padding: 130px 0;
    background: linear-gradient(210deg, rgb(242,231,240) 0%, rgba(0, 0, 0, 0.5) 100%);
}.education_frameworkIMU::before {
    left: 0;
    position: absolute;
    opacity: 0.4;
    top: 0;
    background: radial-gradient(ellipse at bottom right, rgb(217,200,215,0.5) 0%, transparent 70%);
    content: '';
    z-index: 1;
    width: 100%;
    height: 100%;
}.education_frameworkIMU .knowledge_learn9Mg {
    position: relative;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 2;
    display: flex;
    min-height: 400px;
    margin: 0 auto;
}.education_frameworkIMU .text_holder3bY {
    position: relative;
    width: 80%;
    flex-direction: column;
    display: flex;
    padding: 0;
}.education_frameworkIMU .text_holder3bY h2 {
    margin-bottom: 0;
    position: relative;
    font-size: 37px;
    transition: transform 0.3s ease;
    padding: 30px 50px;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-weight: 700;
    backdrop-filter: blur(10px);
    color: #ffffff;
    transform: translateY(10px);
    z-index: 3;
    border-radius: 14px 14px 0 0;
}.education_frameworkIMU .text_holder3bY:hover h2 {
    transform: translateY(5px);
}.education_frameworkIMU .text_holder3bY p {
    padding: 50px;
    background: rgba(255, 255, 255, 0.05);
    position: relative;
    font-size: 15px;
    z-index: 2;
    color: #ffffff;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(8px);
    line-height: 1.8;
    border-radius: 0 0 14px 14px;
}.education_frameworkIMU .text_holder3bY::before {
    opacity: 0.05;
    z-index: 0;
    border-radius: 14px;
    left: 0;
    filter: blur(5px);
    top: 0;
    position: absolute;
    content: '';
    height: 100%;
    background: linear-gradient(135deg, 
        rgb(217,200,215,0.5) 0%, 
        transparent 50%, 
        rgb(185,164,182,0.5) 100%
    );
    width: 100%;
    transform: scale(1.02);
}.education_frameworkIMU .text_holder3bY::after {
    filter: blur(20px);
    height: 60px;
    border-radius: 50%;
    z-index: 1;
    content: '';
    animation: pulse-subtle 6s infinite alternate;
    opacity: 0.15;
    background: rgb(217,200,215);
    width: 60px;
    position: absolute;
    top: 40px;
    right: -30px;
}.education_frameworkIMU .text_holder3bY h2::before {
    opacity: 0.2;
    background: rgb(217,200,215);
    border-radius: 50%;
    height: 30px;
    position: absolute;
    transform: translateY(-50%);
    width: 30px;
    left: 10px;
    content: '';
    top: 50%;
}.education_frameworkIMU .text_holder3bY h2::after {
    content: '';
    width: 50px;
    opacity: 0.7;
    background: rgb(217,200,215);
    height: 3px;
    bottom: 20px;
    position: absolute;
    left: 50px;
}.education_frameworkIMU .text_holder3bY p::before {
    z-index: -1;
    height: 50%;
    content: '';
    position: absolute;
    width: 100%;
    border-radius: 0 0 14px 14px;
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.05), transparent);
    left: 0;
}.education_frameworkIMU::after {
    z-index: 1;
    width: 100%;
    left: 0;
    position: absolute;
    height: 1px;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(217,200,215,0.5) 20%, 
        rgb(217,200,215,0.5) 80%, 
        transparent 100%
    );
    bottom: 80px;
    opacity: 0.6;
    content: '';
}.education_frameworkIMU .knowledge_learn9Mg::before {
    width: 150px;
    position: absolute;
    animation: float-rotate 20s infinite linear;
    top: 50px;
    content: '';
    transform: rotate(20deg);
    opacity: 0.15;
    height: 150px;
    border: 1px solid rgb(217,200,215,0.5);
    left: 10%;
    border-radius: 14px;
}.education_frameworkIMU .knowledge_learn9Mg::after {
    opacity: 0.1;
    border-radius: 50%;
    height: 180px;
    right: 10%;
    border: 1px solid rgb(185,164,182,0.5);
    bottom: 30px;
    animation: pulse-scale 15s infinite alternate;
    position: absolute;
    content: '';
    width: 180px;
}@keyframes pulse-subtle {
    0%, 100% {
        opacity: 0.15;
        transform: scale(1);
    }
    50% {
        opacity: 0.25;
        transform: scale(1.2);
    }
}

@keyframes float-rotate {
    0% {
        transform: rotate(20deg) translateY(0);
    }
    25% {
        transform: rotate(110deg) translateY(-10px);
    }
    50% {
        transform: rotate(200deg) translateY(0);
    }
    75% {
        transform: rotate(290deg) translateY(10px);
    }
    100% {
        transform: rotate(380deg) translateY(0);
    }
}

@keyframes pulse-scale {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

.education_frameworkIMU .text_holder3bY p::first-line {
    font-weight: 600;
    letter-spacing: 0.5px;
}

@media screen and (max-width: 992px) {.education_frameworkIMU {
    padding: 100px 0;
}.education_frameworkIMU .text_holder3bY {
    width: 90%;
}.education_frameworkIMU .text_holder3bY h2 {
    padding: 25px 40px;
}.education_frameworkIMU .text_holder3bY p {
    padding: 40px;
}.education_frameworkIMU .knowledge_learn9Mg::before,
    .education_frameworkIMU .knowledge_learn9Mg::after {
    height: 120px;
    width: 120px;
}
}

@media screen and (max-width: 768px) {.education_frameworkIMU {
    padding: 80px 0;
}.education_frameworkIMU .text_holder3bY {
    width: 100%;
}.education_frameworkIMU .text_holder3bY h2 {
    padding: 20px 30px;
    font-size: calc(37px * 0.9);
}.education_frameworkIMU .text_holder3bY h2::before {
    left: 5px;
    width: 20px;
    height: 20px;
}.education_frameworkIMU .text_holder3bY h2::after {
    left: 35px;
    width: 40px;
    bottom: 15px;
}.education_frameworkIMU .text_holder3bY p {
    padding: 30px;
}.education_frameworkIMU .knowledge_learn9Mg::before {
    top: 20px;
    left: 5%;
}.education_frameworkIMU .knowledge_learn9Mg::after {
    bottom: 20px;
    right: 5%;
}
}

@media screen and (max-width: 480px) {.education_frameworkIMU {
    padding: 60px 0;
}.education_frameworkIMU .text_holder3bY h2 {
    padding: 20px 25px 20px 35px;
    font-size: calc(37px * 0.8);
}.education_frameworkIMU .text_holder3bY p {
    padding: 25px;
    font-size: calc(15px * 0.9);
}.education_frameworkIMU .text_holder3bY::after {
    display: none;
}.education_frameworkIMU .knowledge_learn9Mg::before,
    .education_frameworkIMU .knowledge_learn9Mg::after {
    display: none;
}}.aspiring_learnersmkP {
    background: linear-gradient(135deg, rgb(242,231,240), rgb(217,200,215,0.5));
    z-index: 1;
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
}.aspiring_learnersmkP::before {
    animation: rotateRings 30s linear infinite;
    left: 0;
    bottom: 0;
    opacity: 0.3;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: 
        radial-gradient(circle at center, transparent 30%, rgb(185,164,182,0.5) 31%, transparent 32%) 0 0 / 80px 80px,
        radial-gradient(circle at center, transparent 20%, rgb(217,200,215,0.5) 21%, transparent 22%) 40px 40px / 80px 80px;
    z-index: -1;
}.aspiring_learnersmkP::after {
    animation: pulsateRing 10s ease-in-out infinite alternate;
    box-shadow: 0 0 80px 20px rgb(217,200,215,0.5);
    position: absolute;
    width: 500px;
    z-index: -2;
    height: 500px;
    border: 2px solid rgb(185,164,182,0.5);
    left: 50%;
    content: '';
    opacity: 0.2;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
}.aspiring_learnersmkP .knowledge_learn9Mg {
    position: relative;
    margin: 0 auto;
    padding: 0 2rem;
    z-index: 3;
    max-width: 1200px;
}.aspiring_learnersmkP h3 {
    margin-bottom: 3.5rem;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    font-size: 31px;
    position: relative;
    text-align: center;
    font-weight: 700;
}.aspiring_learnersmkP h3::before {
    bottom: -12px;
    width: 200px;
    background: rgb(217,200,215);
    box-shadow: 0 0 10px rgb(217,200,215), 0 0 20px rgb(217,200,215,0.5);
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    height: 3px;
    content: '';
    border-radius: 50px;
}.aspiring_learnersmkP h3::after {
    position: absolute;
    left: 50%;
    opacity: 0.6;
    width: 50px;
    bottom: -38px;
    border-radius: 50%;
    height: 50px;
    content: '';
    animation: orbitRotate 8s infinite linear;
    transform: translateX(-50%);
    border: 2px solid rgb(217,200,215,0.5);
}.aspiring_learnersmkP ul {
    margin: 0;
    list-style: none;
    padding: 0;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    display: grid;
    gap: 2.5rem;
}.aspiring_learnersmkP ul li {
    border-radius: 50px;
    display: flex;
    color: #ffffff;
    padding: 1.5rem 2rem;
    position: relative;
    background-color: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 18px;
    align-items: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    transition: all 0.4s ease;
    font-weight: 400;
}.aspiring_learnersmkP ul li:hover {
    transform: translateY(-5px);
    background-color: rgba(0, 0, 0, 0.3);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
}.aspiring_learnersmkP ul li::before {
    content: '';
    position: absolute;
    left: -50%;
    width: 100px;
    opacity: 0.5;
    height: 100px;
    z-index: -1;
    top: -50%;
    border-radius: 50%;
    animation: floatBubble 15s infinite ease-in-out alternate;
    background: radial-gradient(circle, rgb(185,164,182,0.5) 0%, transparent 70%);
}.aspiring_learnersmkP ul li::after {
    animation: pulsateBubble 5s infinite alternate;
    right: -30px;
    border: 2px solid rgb(217,200,215,0.5);
    position: absolute;
    content: '';
    border-radius: 50%;
    height: 80px;
    bottom: -30px;
    width: 80px;
    opacity: 0.3;
}.aspiring_learnersmkP ul li svg {
    flex-shrink: 0;
    transform: rotate(0deg);
    width: 38px;
    transition: transform 0.4s ease;
    margin-right: 1.5rem;
    height: 38px;
}.aspiring_learnersmkP ul li:hover svg {
    transform: rotate(15deg);
}.aspiring_learnersmkP ul li svg path {
    transition: fill 0.4s ease;
    fill: rgb(185,164,182);
}.aspiring_learnersmkP ul li:hover svg path {
    fill: rgb(217,200,215);
}

@keyframes rotateRings {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulsateRing {
    0% {
        transform: translate(-50%, -50%) scale(0.8);
        opacity: 0.1;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 0.3;
    }
}

@keyframes orbitRotate {
    0% {
        transform: translateX(-50%) rotate(0deg);
    }
    100% {
        transform: translateX(-50%) rotate(360deg);
    }
}

@keyframes floatBubble {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(50px, 50px);
    }
}

@keyframes pulsateBubble {
    0% {
        transform: scale(0.8);
        opacity: 0.2;
    }
    100% {
        transform: scale(1.2);
        opacity: 0.4;
    }
}

@media (max-width: 992px) {.aspiring_learnersmkP {
    padding: 4rem 0;
}.aspiring_learnersmkP h3 {
    font-size: calc(31px * 0.9);
}.aspiring_learnersmkP ul {
    gap: 2rem;
    grid-template-columns: 1fr 1fr;
}.aspiring_learnersmkP ul li {
    padding: 1.2rem 1.8rem;
    border-radius: 40px;
}
}

@media (max-width: 576px) {.aspiring_learnersmkP {
    padding: 3rem 0;
}.aspiring_learnersmkP h3 {
    margin-bottom: 3rem;
    font-size: calc(31px * 0.8);
}.aspiring_learnersmkP ul {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.aspiring_learnersmkP ul li {
    border-radius: 30px;
    padding: 1rem 1.5rem;
}.aspiring_learnersmkP ul li svg {
    margin-right: 1rem;
    height: 32px;
    width: 32px;
}}.program_outcomesj0s {
    padding: 120px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(242,231,240), rgba(245, 248, 255, 0.95));
    overflow: hidden;
}.program_outcomesj0s::before {
    z-index: 0;
    position: absolute;
    height: 300px;
    top: -10%;
    right: -5%;
    content: "";
    filter: blur(80px);
    width: 300px;
    background: linear-gradient(45deg, rgb(185,164,182,0.5), rgb(217,200,215,0.5));
    transform: rotate(-15deg);
    opacity: 0.2;
}.program_outcomesj0s::after {
    bottom: -10%;
    background: linear-gradient(135deg, rgb(217,200,215,0.5), rgb(185,164,182,0.5));
    z-index: 0;
    filter: blur(100px);
    height: 400px;
    transform: rotate(30deg);
    content: "";
    width: 400px;
    position: absolute;
    opacity: 0.15;
    left: -5%;
}.program_outcomesj0s .container {
    grid-template-columns: 1fr 1.5fr;
    position: relative;
    display: grid;
    align-items: center;
    z-index: 1;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    gap: 50px;
}.program_outcomesj0s .img_textKgM {
    transition: transform 0.7s ease-out, box-shadow 0.7s ease;
    clip-path: polygon(0 5%, 100% 0, 95% 95%, 5% 100%);
    height: auto;
    transform: perspective(1000px) rotateY(-5deg);
    width: 100%;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    object-fit: cover;
}.program_outcomesj0s .img_textKgM:hover {
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.2);
    transform: perspective(1000px) rotateY(-2deg) translateZ(10px);
}.program_outcomesj0s .knowledge_learn9Mg {
    position: relative;
    flex-direction: column;
    display: flex;
    justify-content: center;
}.program_outcomesj0s .text_holder3bY {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
    position: relative;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    transform: translateY(-10px);
    background: #ffffff;
    padding: 40px 30px;
}.program_outcomesj0s .text_holder3bY::before {
    top: 0;
    width: 5px;
    position: absolute;
    transition: height 0.7s ease;
    background: linear-gradient(to bottom, rgb(217,200,215), rgb(185,164,182));
    content: "";
    height: 0;
    left: 0;
}.program_outcomesj0s .text_holder3bY:hover::before {
    height: 100%;
}.program_outcomesj0s h1 {
    font-size: 45px;
    color: #000000;
    line-height: 1.3;
    transition: transform 0.5s ease;
    position: relative;
    margin-bottom: 30px;
    font-weight: 700;
}.program_outcomesj0s h1::after {
    content: "";
    transition: width 0.5s ease;
    height: 3px;
    background: rgb(185,164,182);
    width: 70px;
    bottom: -10px;
    position: absolute;
    left: 0;
}.program_outcomesj0s .text_holder3bY:hover h1::after {
    width: 120px;
}.program_outcomesj0s ul {
    list-style: none;
    display: grid;
    gap: 20px;
    padding: 0;
    grid-template-columns: 1fr;
}.program_outcomesj0s li {
    position: relative;
    transition: transform 0.4s ease;
}.program_outcomesj0s li:hover {
    transform: translateX(10px);
}.program_outcomesj0s li p {
    align-items: flex-start;
    font-size: 16px;
    padding-left: 35px;
    color: #000000;
    margin: 0;
    line-height: 1.6;
    position: relative;
    display: flex;
}.program_outcomesj0s li svg {
    width: 24px;
    position: absolute;
    left: 0;
    transition: transform 0.4s ease;
    top: 0;
    height: 24px;
}.program_outcomesj0s li:hover svg {
    transform: rotate(10deg) scale(1.1);
}.program_outcomesj0s li svg path {
    fill: rgb(185,164,182);
    transition: fill 0.3s ease;
}.program_outcomesj0s li:hover svg path {
    fill: rgb(217,200,215);
}

@media (max-width: 992px) {.program_outcomesj0s {
    padding: 80px 0;
}.program_outcomesj0s .container {
    grid-template-columns: 1fr;
    gap: 40px;
}.program_outcomesj0s .img_textKgM {
    max-width: 85%;
    clip-path: polygon(0 3%, 100% 0, 97% 97%, 3% 100%);
    margin: 0 auto;
}.program_outcomesj0s h1 {
    font-size: calc(45px * 0.9);
}
}

@media (max-width: 768px) {.program_outcomesj0s {
    padding: 60px 0;
}.program_outcomesj0s .text_holder3bY {
    padding: 30px 20px;
}.program_outcomesj0s h1 {
    margin-bottom: 25px;
    font-size: calc(45px * 0.8);
}.program_outcomesj0s ul {
    gap: 15px;
}.program_outcomesj0s li p {
    font-size: calc(16px * 0.95);
}
}

@media (max-width: 576px) {.program_outcomesj0s {
    padding: 50px 0;
}.program_outcomesj0s .container {
    padding: 0 15px;
}.program_outcomesj0s .img_textKgM {
    max-width: 100%;
    clip-path: polygon(0 2%, 100% 0, 98% 98%, 2% 100%);
}.program_outcomesj0s .text_holder3bY {
    padding: 25px 15px;
}.program_outcomesj0s h1 {
    margin-bottom: 20px;
    font-size: calc(45px * 0.7);
}.program_outcomesj0s h1::after {
    width: 50px;
    height: 2px;
}.program_outcomesj0s li {
    margin-bottom: 10px;
}.program_outcomesj0s li p {
    font-size: calc(16px * 0.9);
    padding-left: 30px;
}.program_outcomesj0s li svg {
    width: 20px;
    height: 20px;
}}.opening_board4aq {
    background: rgb(217,200,215);
    width: 100%;
    overflow: hidden;
    position: relative;
    min-height: 100vh;
}.opening_board4aq::before {
    width: 100%;
    background-size: 50px 50px;
    left: 0;
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    height: 100%;
    background: 
        linear-gradient(45deg, transparent 85%, rgb(217,200,215,0.5) 100%),
        linear-gradient(-45deg, transparent 85%, rgb(185,164,182,0.5) 100%),
        linear-gradient(135deg, transparent 85%, rgb(217,200,215,0.5) 100%),
        linear-gradient(-135deg, transparent 85%, rgb(185,164,182,0.5) 100%);
    opacity: 0.1;
}.opening_board4aq .knowledge_learn9Mg {
    height: 100vh;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
    width: 100%;
}.opening_board4aq .course_primaryBes {
    margin-top: 60px;
    align-items: center;
    display: flex;
    position: relative;
    justify-content: center;
    height: 65vh;
    width: 100%;
}.opening_board4aq .course_primaryBes input {
    display: none;
}.opening_board4aq .start_entryxnj {
    overflow: hidden;
    height: 100%;
    position: relative;
    width: 80%;
}.opening_board4aq .learn_leadzWX {
    width: 100%;
    opacity: 0;
    position: absolute;
    height: 100%;
    will-change: transform, opacity;
    transition: transform 0.8s cubic-bezier(0.7, 0, 0.3, 1), opacity 0.8s cubic-bezier(0.7, 0, 0.3, 1);
    transform: translateX(100%);
}.opening_board4aq .learn_leadzWX:nth-child(1) {
    opacity: 1;
    transform: translateX(0);
}.opening_board4aq .learn_leadzWX img {
    object-position: center;
    width: 100%;
    height: 100%;
    object-fit: cover;
}.opening_board4aq .course_primaryBes input:nth-child(1):checked ~ .start_entryxnj .learn_leadzWX:nth-child(1),
.opening_board4aq .course_primaryBes input:nth-child(2):checked ~ .start_entryxnj .learn_leadzWX:nth-child(2),
.opening_board4aq .course_primaryBes input:nth-child(3):checked ~ .start_entryxnj .learn_leadzWX:nth-child(3),
.opening_board4aq .course_primaryBes input:nth-child(4):checked ~ .start_entryxnj .learn_leadzWX:nth-child(4),
.opening_board4aq .course_primaryBes input:nth-child(5):checked ~ .start_entryxnj .learn_leadzWX:nth-child(5),
.opening_board4aq .course_primaryBes input:nth-child(6):checked ~ .start_entryxnj .learn_leadzWX:nth-child(6),
.opening_board4aq .course_primaryBes input:nth-child(7):checked ~ .start_entryxnj .learn_leadzWX:nth-child(7),
.opening_board4aq .course_primaryBes input:nth-child(8):checked ~ .start_entryxnj .learn_leadzWX:nth-child(8),
.opening_board4aq .course_primaryBes input:nth-child(9):checked ~ .start_entryxnj .learn_leadzWX:nth-child(9),
.opening_board4aq .course_primaryBes input:nth-child(10):checked ~ .start_entryxnj .learn_leadzWX:nth-child(10) {
    z-index: 2;
    opacity: 1;
    transform: translateX(0);
}.opening_board4aq .course_primaryBes input:nth-child(1):checked ~ .start_entryxnj .learn_leadzWX:nth-child(2),
.opening_board4aq .course_primaryBes input:nth-child(2):checked ~ .start_entryxnj .learn_leadzWX:nth-child(3),
.opening_board4aq .course_primaryBes input:nth-child(3):checked ~ .start_entryxnj .learn_leadzWX:nth-child(4),
.opening_board4aq .course_primaryBes input:nth-child(4):checked ~ .start_entryxnj .learn_leadzWX:nth-child(5),
.opening_board4aq .course_primaryBes input:nth-child(5):checked ~ .start_entryxnj .learn_leadzWX:nth-child(6),
.opening_board4aq .course_primaryBes input:nth-child(6):checked ~ .start_entryxnj .learn_leadzWX:nth-child(7),
.opening_board4aq .course_primaryBes input:nth-child(7):checked ~ .start_entryxnj .learn_leadzWX:nth-child(8),
.opening_board4aq .course_primaryBes input:nth-child(8):checked ~ .start_entryxnj .learn_leadzWX:nth-child(9),
.opening_board4aq .course_primaryBes input:nth-child(9):checked ~ .start_entryxnj .learn_leadzWX:nth-child(10),
.opening_board4aq .course_primaryBes input:nth-child(10):checked ~ .start_entryxnj .learn_leadzWX:nth-child(1) {
    transform: translateX(100%);
    opacity: 0;
    z-index: 1;
}.opening_board4aq .course_primaryBes input:nth-child(1):checked ~ .start_entryxnj .learn_leadzWX:nth-child(10),
.opening_board4aq .course_primaryBes input:nth-child(2):checked ~ .start_entryxnj .learn_leadzWX:nth-child(1),
.opening_board4aq .course_primaryBes input:nth-child(3):checked ~ .start_entryxnj .learn_leadzWX:nth-child(2),
.opening_board4aq .course_primaryBes input:nth-child(4):checked ~ .start_entryxnj .learn_leadzWX:nth-child(3),
.opening_board4aq .course_primaryBes input:nth-child(5):checked ~ .start_entryxnj .learn_leadzWX:nth-child(4),
.opening_board4aq .course_primaryBes input:nth-child(6):checked ~ .start_entryxnj .learn_leadzWX:nth-child(5),
.opening_board4aq .course_primaryBes input:nth-child(7):checked ~ .start_entryxnj .learn_leadzWX:nth-child(6),
.opening_board4aq .course_primaryBes input:nth-child(8):checked ~ .start_entryxnj .learn_leadzWX:nth-child(7),
.opening_board4aq .course_primaryBes input:nth-child(9):checked ~ .start_entryxnj .learn_leadzWX:nth-child(8),
.opening_board4aq .course_primaryBes input:nth-child(10):checked ~ .start_entryxnj .learn_leadzWX:nth-child(9) {
    transform: translateX(-100%);
    z-index: 1;
    opacity: 0;
}.opening_board4aq .learn_team93F {
    justify-content: center;
    position: absolute;
    display: flex;
    gap: 15px;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 3;
    padding: 15px 0;
}.opening_board4aq .learn_team93F label {
    width: 40px;
    cursor: pointer;
    position: relative;
    height: 4px;
    background: #ffffff;
    opacity: 0.4;
    transition: all 0.3s ease;
}.opening_board4aq .learn_team93F label::after {
    transform: translateX(-50%) scale(0);
    transition: transform 0.3s ease;
    border-radius: 50%;
    height: 6px;
    position: absolute;
    left: 50%;
    background: rgb(217,200,215);
    width: 6px;
    content: "";
    bottom: -10px;
}.opening_board4aq .course_primaryBes input:nth-child(1):checked ~ .learn_team93F label:nth-child(1)::after,
.opening_board4aq .course_primaryBes input:nth-child(2):checked ~ .learn_team93F label:nth-child(2)::after,
.opening_board4aq .course_primaryBes input:nth-child(3):checked ~ .learn_team93F label:nth-child(3)::after,
.opening_board4aq .course_primaryBes input:nth-child(4):checked ~ .learn_team93F label:nth-child(4)::after,
.opening_board4aq .course_primaryBes input:nth-child(5):checked ~ .learn_team93F label:nth-child(5)::after,
.opening_board4aq .course_primaryBes input:nth-child(6):checked ~ .learn_team93F label:nth-child(6)::after,
.opening_board4aq .course_primaryBes input:nth-child(7):checked ~ .learn_team93F label:nth-child(7)::after,
.opening_board4aq .course_primaryBes input:nth-child(8):checked ~ .learn_team93F label:nth-child(8)::after,
.opening_board4aq .course_primaryBes input:nth-child(9):checked ~ .learn_team93F label:nth-child(9)::after,
.opening_board4aq .course_primaryBes input:nth-child(10):checked ~ .learn_team93F label:nth-child(10)::after {
    transform: translateX(-50%) scale(1);
}.opening_board4aq .course_primaryBes input:nth-child(1):checked ~ .learn_team93F label:nth-child(1),
.opening_board4aq .course_primaryBes input:nth-child(2):checked ~ .learn_team93F label:nth-child(2),
.opening_board4aq .course_primaryBes input:nth-child(3):checked ~ .learn_team93F label:nth-child(3),
.opening_board4aq .course_primaryBes input:nth-child(4):checked ~ .learn_team93F label:nth-child(4),
.opening_board4aq .course_primaryBes input:nth-child(5):checked ~ .learn_team93F label:nth-child(5),
.opening_board4aq .course_primaryBes input:nth-child(6):checked ~ .learn_team93F label:nth-child(6),
.opening_board4aq .course_primaryBes input:nth-child(7):checked ~ .learn_team93F label:nth-child(7),
.opening_board4aq .course_primaryBes input:nth-child(8):checked ~ .learn_team93F label:nth-child(8),
.opening_board4aq .course_primaryBes input:nth-child(9):checked ~ .learn_team93F label:nth-child(9),
.opening_board4aq .course_primaryBes input:nth-child(10):checked ~ .learn_team93F label:nth-child(10) {
    background: rgb(217,200,215);
    opacity: 1;
    width: 60px;
}.opening_board4aq .text_holder3bY {
    bottom: 0;
    position: absolute;
    z-index: 2;
    width: 100%;
    background: linear-gradient(90deg, #000000 40%, transparent 100%);
}.opening_board4aq .text_holder3bY .container {
    padding: 40px;
    margin: 0 auto;
    flex-direction: column;
    max-width: 1140px;
    align-items: flex-start;
    position: relative;
    display: flex;
}.opening_board4aq .text_holder3bY .container::before {
    left: 0;
    content: "";
    top: 0;
    width: 100px;
    height: 4px;
    position: absolute;
    background: rgb(217,200,215);
}.opening_board4aq .text_holder3bY h1 {
    max-width: 70%;
    font-weight: 700;
    position: relative;
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 45px;
}.opening_board4aq .text_holder3bY h3 {
    color: rgb(217,200,215);
    font-weight: 600;
    max-width: 70%;
    font-size: 20px;
    margin-bottom: 25px;
}.opening_board4aq .text_holder3bY p {
    font-size: 14px;
    line-height: 1.7;
    opacity: 0.8;
    color: #ffffff;
    margin-bottom: 0;
    max-width: 60%;
}.opening_board4aq .start_entryxnj::before {
    content: "";
    inset: 0;
    position: absolute;
    pointer-events: none;
    box-shadow: inset 0 0 0 2px rgb(217,200,215,0.5);
    z-index: 3;
}.opening_board4aq .learn_leadzWX::after {
    z-index: 1;
    position: absolute;
    background: linear-gradient(to right, #000000 0%, transparent 50%);
    opacity: 0.7;
    left: 0;
    width: 100%;
    top: 0;
    content: "";
    height: 100%;
}@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.opening_board4aq .text_holder3bY h1 {
    animation-delay: 0.2s;
    opacity: 0;
    animation: fadeIn 0.8s ease forwards;
}.opening_board4aq .text_holder3bY h3 {
    animation-delay: 0.4s;
    opacity: 0;
    animation: fadeIn 0.8s ease forwards;
}.opening_board4aq .text_holder3bY p {
    animation-delay: 0.6s;
    opacity: 0;
    animation: fadeIn 0.8s ease forwards;
}

@media (max-width: 1200px) {.opening_board4aq .text_holder3bY .container {
    max-width: 960px;
}.opening_board4aq .text_holder3bY h1,
    .opening_board4aq .text_holder3bY h3,
    .opening_board4aq .text_holder3bY p {
    max-width: 80%;
}
}

@media (max-width: 992px) {.opening_board4aq {
    min-height: unset;
}.opening_board4aq .knowledge_learn9Mg {
    min-height: unset;
}.opening_board4aq .course_primaryBes {
    height: 55vh;
    margin-top: 40px;
}.opening_board4aq .start_entryxnj {
    width: 90%;
}.opening_board4aq .text_holder3bY .container {
    max-width: 720px;
    padding: 30px;
}.opening_board4aq .text_holder3bY h1 {
    font-size: calc(45px * 0.9);
}.opening_board4aq .text_holder3bY h1,
    .opening_board4aq .text_holder3bY h3,
    .opening_board4aq .text_holder3bY p {
    max-width: 90%;
}
}

@media (max-width: 768px) {.opening_board4aq .course_primaryBes {
    height: 50vh;
    margin-top: 30px;
}.opening_board4aq .start_entryxnj {
    width: 95%;
}.opening_board4aq .learn_team93F {
    gap: 10px;
}.opening_board4aq .learn_team93F label {
    width: 30px;
    height: 3px;
}.opening_board4aq .course_primaryBes input:checked ~ .learn_team93F label {
    width: 45px;
}.opening_board4aq .text_holder3bY .container {
    padding: 25px;
    max-width: 540px;
}.opening_board4aq .text_holder3bY h1 {
    margin-bottom: 15px;
    font-size: calc(45px * 0.8);
}.opening_board4aq .text_holder3bY h3 {
    margin-bottom: 20px;
    font-size: calc(20px * 0.9);
}.opening_board4aq .text_holder3bY h1,
    .opening_board4aq .text_holder3bY h3,
    .opening_board4aq .text_holder3bY p {
    max-width: 100%;
}
}

@media (max-width: 576px) {.opening_board4aq .course_primaryBes {
    height: 45vh;
    margin-top: 20px;
}.opening_board4aq .learn_team93F {
    gap: 8px;
}.opening_board4aq .learn_team93F label {
    width: 25px;
}.opening_board4aq .course_primaryBes input:checked ~ .learn_team93F label {
    width: 35px;
}.opening_board4aq .text_holder3bY .container {
    padding: 20px;
}.opening_board4aq .text_holder3bY h1 {
    margin-bottom: 10px;
    font-size: calc(45px * 0.7);
}.opening_board4aq .text_holder3bY h3 {
    font-size: calc(20px * 0.8);
    margin-bottom: 15px;
}.opening_board4aq .text_holder3bY p {
    font-size: calc(14px * 0.9);
    line-height: 1.5;
}}

.opening_board4aq .learn_leadzWX {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}.cookie_alert_overlay5N1 {
    bottom: 0;
    border-top: 3px solid rgb(217,200,215);
    background: rgb(242,231,240);
    z-index: 90;
    position: fixed;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease-in-out;
    width: 100%;
}.learn_agreeGoI {
    padding: 20px 15px;
    justify-content: space-between;
    display: flex;
    margin: 0 auto;
    max-width: 1200px;
    align-items: center;
}.user_statusMqa {
    margin-right: 15px;
    flex-shrink: 0;
}.user_statusMqa svg {
    transition: fill 0.3s ease;
    fill: rgb(217,200,215);
    width: 60px;
    height: 60px;
}.user_statusMqa svg:hover {
    fill: rgb(185,164,182);
}.cookie_alluhE {
    flex-grow: 1;
    margin-right: 15px;
    color: #000000;
}.cookie_alert_overlay5N1 h5 {
    font-weight: 600;
    font-size: 22px;
    font-family: Arial, sans-serif;
    margin-bottom: 8px;
    color: rgb(217,200,215);
}.cookie_alert_overlay5N1 p {
    color: #000000;
    font-family: Arial, sans-serif;
    line-height: 1.5;
    font-size: 16px;
}.data_approvalLkM {
    transition: background 0.3s ease, box-shadow 0.3s ease;
    padding: 10px 20px;
    background: rgb(217,200,215);
    text-align: center;
    cursor: pointer;
    margin-left: 10px;
    text-decoration: none;
    line-height: 35px;
    font-size: 15px;
    border-radius: 13px;
    color: #ffffff;
}.data_approvalLkM:hover {
    box-shadow: 0 0 10px rgb(185,164,182,0.5);
    background: rgb(185,164,182);
}#cookies_acceptance_actionUBN {
    background: rgb(217,200,215);
}#do_not_accept_cookies_usageBoY {
    background: rgba(0, 0, 0, 0.5);
}.cookie_alert_overlay5N1 p a {
    text-decoration: underline;
    color: rgb(217,200,215);
    transition: color 0.3s ease;
}.cookie_alert_overlay5N1 p a:hover {
    color: rgb(185,164,182);
}
@media only screen and (max-width: 1200px) {.learn_agreeGoI {
    flex-direction: column;
    align-items: center;
}.user_statusMqa {
    margin-bottom: 15px;
}.cookie_alluhE {
    text-align: center;
    margin-right: 0;
    margin-bottom: 15px;
}.data_approvalLkM {
    max-width: 200px;
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
}
}
@media only screen and (max-width: 800px) {.learn_agreeGoI {
    padding: 15px;
}.user_statusMqa {
    display: none;
}.cookie_alert_overlay5N1 h5 {
    font-size: 16px;
}.cookie_alert_overlay5N1 p {
    font-size: 16px;
}}
#cookie_panel_popupZzI {
    display: none;
}#cookie_panel_popupZzI:checked ~ .cookie_alert_overlay5N1 {
    opacity: 0;
    visibility: hidden;
}.contact_form_section0fe {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.contact_form_section0fe::before {
    width: 100%;
    height: 100%;
    background: rgb(185,164,182,0.5);
    left: 0;
    content: '';
    z-index: 1;
    position: absolute;
    top: 0;
}.contact_form_section0fe .container {
    position: relative;
    z-index: 2;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
}.contact_form_section0fe .query_mapcui {
    grid-template-rows: auto auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
}.contact_form_section0fe .request_mapMGL {
    grid-row: 2;
    border-radius: 0 0 28px 28px;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    padding: 60px 50px;
    background: #ffffff;
}.contact_form_section0fe .request_mapMGL h3 {
    color: #000000;
    position: relative;
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    margin-bottom: 40px;
    width: 100%;
}.contact_form_section0fe .request_mapMGL h3::after {
    height: 3px;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    background: rgb(217,200,215);
    position: absolute;
    width: 80px;
}.contact_form_section0fe .request_mapMGL div {
    padding: 20px;
    flex: 0 0 calc(50% - 20px);
    background: rgb(242,231,240);
    margin-bottom: 30px;
    align-items: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    border-radius: 10px;
}.contact_form_section0fe .request_mapMGL div:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}.contact_form_section0fe .request_mapMGL svg {
    height: 24px;
    width: 24px;
    margin-right: 15px;
}.contact_form_section0fe .request_mapMGL svg path {
    fill: rgb(217,200,215);
}.contact_form_section0fe .request_mapMGL span {
    color: #000000;
    font-size: 15px;
}.contact_form_section0fe .request_mapMGL a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: rgb(217,200,215);
}.contact_form_section0fe .request_mapMGL a:hover {
    color: rgb(185,164,182);
}.contact_form_section0fe .feedback_feedback8EZ {
    grid-row: 1;
    padding: 0;
    background: rgb(217,200,215);
    border-radius: 28px 28px 0 0;
    overflow: hidden;
    position: relative;
}.contact_form_section0fe .feedback_feedback8EZ::before {
    position: absolute;
    content: '';
    top: -50px;
    right: -50px;
    width: 150px;
    border-radius: 50%;
    height: 150px;
    opacity: 0.2;
    background: rgb(185,164,182);
}.contact_form_section0fe .feedback_feedback8EZ::after {
    height: 200px;
    position: absolute;
    width: 200px;
    bottom: -80px;
    left: -80px;
    border-radius: 50%;
    content: '';
    background: rgb(185,164,182);
    opacity: 0.1;
}.contact_form_section0fe form {
    padding: 60px 50px;
    position: relative;
    z-index: 1;
}.contact_form_section0fe form h3 {
    position: relative;
    color: #ffffff;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 40px;
}.contact_form_section0fe form h3::after {
    transform: translateX(-50%);
    width: 80px;
    background: #ffffff;
    position: absolute;
    content: '';
    bottom: -15px;
    height: 3px;
    left: 50%;
}.contact_form_section0fe form input[type="text"],
.contact_form_section0fe form input[type="email"] {
    border-radius: 10px;
    margin-bottom: 20px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    font-size: 15px;
    padding: 18px 20px;
    transition: all 0.3s ease;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.3);
}.contact_form_section0fe form input[type="text"]:focus,
.contact_form_section0fe form input[type="email"]:focus {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.5);
    outline: none;
}.contact_form_section0fe form input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}.contact_form_section0fe .message_map3OK {
    align-items: flex-start;
    display: flex;
    margin: 25px 0 30px;
}.contact_form_section0fe .message_map3OK input[type="checkbox"] {
    border-radius: 10px;
    width: 22px;
    appearance: none;
    transition: all 0.3s ease;
    cursor: pointer;
    margin-right: 15px;
    flex-shrink: 0;
    height: 22px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    position: relative;
    -webkit-appearance: none;
}.contact_form_section0fe .message_map3OK input[type="checkbox"]:checked {
    background-color: #ffffff;
    border-color: #ffffff;
}.contact_form_section0fe .message_map3OK input[type="checkbox"]:checked::before {
    border: solid rgb(217,200,215);
    position: absolute;
    transform: rotate(45deg);
    height: 10px;
    left: 7px;
    top: 4px;
    border-width: 0 2px 2px 0;
    width: 6px;
    content: '';
}.contact_form_section0fe .message_map3OK label {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
}.contact_form_section0fe .message_map3OK a {
    transition: opacity 0.3s ease;
    text-decoration: none;
    color: #ffffff;
    font-weight: 600;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
}.contact_form_section0fe .message_map3OK a:hover {
    opacity: 0.8;
    border-bottom-color: #ffffff;
}.contact_form_section0fe .support_formm1r {
    width: 100%;
    border-radius: 10px;
    border: none;
    padding: 18px 20px;
    font-weight: 700;
    background: #ffffff;
    cursor: pointer;
    font-size: 18px;
    transition: all 0.3s ease;
    color: rgb(217,200,215);
}.contact_form_section0fe .support_formm1r:hover {
    background: rgb(242,231,240);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}

@media (min-width: 992px) {.contact_form_section0fe form {
    gap: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}.contact_form_section0fe form h3 {
    grid-column: span 2;
}.contact_form_section0fe .message_map3OK {
    grid-column: span 2;
}.contact_form_section0fe .support_formm1r {
    grid-column: span 2;
}
}

@media (max-width: 992px) {.contact_form_section0fe {
    padding: 90px 0;
}.contact_form_section0fe .feedback_feedback8EZ,
    .contact_form_section0fe .request_mapMGL {
    padding: 50px 40px;
}
}

@media (max-width: 768px) {.contact_form_section0fe {
    padding: 70px 0;
}.contact_form_section0fe .request_mapMGL div {
    flex: 0 0 100%;
}.contact_form_section0fe .feedback_feedback8EZ,
    .contact_form_section0fe .request_mapMGL {
    padding: 40px 30px;
}.contact_form_section0fe .request_mapMGL h3,
    .contact_form_section0fe form h3 {
    margin-bottom: 35px;
    font-size: calc(30px * 0.9);
}
}

@media (max-width: 576px) {.contact_form_section0fe {
    padding: 50px 0;
}.contact_form_section0fe .feedback_feedback8EZ,
    .contact_form_section0fe .request_mapMGL {
    padding: 30px 25px;
}.contact_form_section0fe .request_mapMGL h3,
    .contact_form_section0fe form h3 {
    font-size: calc(30px * 0.85);
    margin-bottom: 30px;
}.contact_form_section0fe form input[type="text"],
    .contact_form_section0fe form input[type="email"] {
    padding: 15px;
}}.customer_commentsGdQ {
    position: relative;
    background: linear-gradient(135deg, rgb(242,231,240) 0%, #ffffff 100%);
    overflow: hidden;
    padding: 6rem 0;
}.customer_commentsGdQ::before {
    height: 70%;
    background: radial-gradient(ellipse at center, rgb(217,200,215,0.5) 0%, transparent 70%);
    right: -10%;
    z-index: 1;
    opacity: 0.2;
    width: 40%;
    position: absolute;
    content: "";
    top: -5%;
    transform: rotate(-15deg);
}.customer_commentsGdQ::after {
    left: -10%;
    width: 50%;
    content: "";
    background: radial-gradient(ellipse at center, rgb(185,164,182,0.5) 0%, transparent 70%);
    bottom: -5%;
    opacity: 0.15;
    z-index: 1;
    position: absolute;
    height: 70%;
    transform: rotate(15deg);
}.customer_commentsGdQ .container {
    z-index: 2;
    margin: 0 auto;
    padding: 0 1.5rem;
    max-width: 1200px;
    position: relative;
}.customer_commentsGdQ h2 {
    font-size: 34px;
    transform: translateX(1rem);
    margin-bottom: 3rem;
    font-weight: 700;
    position: relative;
    text-align: left;
    color: #000000;
}.customer_commentsGdQ h2::after {
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    height: 0.25rem;
    transform-origin: left;
    width: 6rem;
    background: linear-gradient(90deg, rgb(217,200,215) 0%, rgb(185,164,182) 100%);
    position: absolute;
    left: 0;
    transform: scaleX(1);
    content: "";
    bottom: -0.8rem;
}.customer_commentsGdQ .student_viewsQL2 {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 2rem;
    display: grid;
}.customer_commentsGdQ .user_feedback4pr {
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    height: 100%;
    padding: 2rem;
    position: relative;
    display: flex;
    background: #ffffff;
    flex-direction: column;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), 
                box-shadow 0.4s ease;
}.customer_commentsGdQ .user_feedback4pr::before {
    color: rgb(217,200,215,0.5);
    content: "";
    opacity: 0.1;
    right: 1rem;
    z-index: 0;
    font-family: serif;
    top: -2rem;
    position: absolute;
    font-size: 10rem;
    line-height: 1;
}.customer_commentsGdQ .user_feedback4pr:hover {
    transform: translateY(-0.5rem);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}.customer_commentsGdQ .user_feedback4pr div {
    z-index: 2;
    display: flex;
    position: relative;
    margin-bottom: 1.5rem;
    align-items: center;
}.customer_commentsGdQ .user_feedback4pr div::after {
    bottom: -0.75rem;
    width: 40%;
    position: absolute;
    left: 0;
    content: "";
    height: 2px;
    transition: width 0.3s ease;
    background: linear-gradient(90deg, rgb(185,164,182) 0%, transparent 100%);
}.customer_commentsGdQ .user_feedback4pr:hover div::after {
    width: 70%;
}.customer_commentsGdQ .user_feedback4pr img {
    border: 3px solid #ffffff;
    transition: transform 0.4s ease;
    margin-right: 1rem;
    border-radius: 50%;
    width: 60px;
    object-fit: cover;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    height: 60px;
}.customer_commentsGdQ .user_feedback4pr:hover img {
    transform: scale(1.05);
}.customer_commentsGdQ .user_feedback4pr h4 {
    color: #000000;
    transition: transform 0.3s ease;
    font-weight: 600;
    margin: 0;
    font-size: 18px;
}.customer_commentsGdQ .user_feedback4pr:hover h4 {
    transform: translateX(0.5rem);
    color: rgb(217,200,215);
}.customer_commentsGdQ .user_feedback4pr .description {
    z-index: 2;
    font-weight: 400;
    position: relative;
    line-height: 1.6;
    color: #000000;
    font-size: 18px;
    margin: 0;
}.customer_commentsGdQ a {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    background: transparent;
    overflow: hidden;
    margin-top: 3rem;
    z-index: 2;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    padding: 1rem 2rem;
    display: inline-block;
    border: 2px solid rgb(217,200,215);
    text-decoration: none;
    position: relative;
}.customer_commentsGdQ a::before {
    left: 0;
    height: 100%;
    transition: width 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: absolute;
    z-index: -1;
    background: rgb(217,200,215);
    content: "";
    top: 0;
    width: 0;
}.customer_commentsGdQ a:hover {
    color: #ffffff;
}.customer_commentsGdQ a:hover::before {
    width: 100%;
}

@media (max-width: 992px) {.customer_commentsGdQ {
    padding: 5rem 0;
}.customer_commentsGdQ .student_viewsQL2 {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1.5rem;
}.customer_commentsGdQ .user_feedback4pr {
    padding: 1.5rem;
}.customer_commentsGdQ h2 {
    transform: translateX(0);
    font-size: calc(34px * 0.9);
}
}

@media (max-width: 768px) {.customer_commentsGdQ {
    padding: 4rem 0;
}.customer_commentsGdQ .student_viewsQL2 {
    gap: 1.25rem;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.customer_commentsGdQ .user_feedback4pr {
    padding: 1.25rem;
}.customer_commentsGdQ .user_feedback4pr img {
    width: 50px;
    height: 50px;
}.customer_commentsGdQ h2 {
    margin-bottom: 2rem;
    font-size: calc(34px * 0.8);
}.customer_commentsGdQ h2::after {
    width: 5rem;
}
}

@media (max-width: 576px) {.customer_commentsGdQ {
    padding: 3rem 0;
}.customer_commentsGdQ .student_viewsQL2 {
    grid-template-columns: 1fr;
    gap: 1rem;
}.customer_commentsGdQ .user_feedback4pr {
    padding: 1.25rem;
}.customer_commentsGdQ .user_feedback4pr::before {
    font-size: 8rem;
}.customer_commentsGdQ .user_feedback4pr img {
    height: 45px;
    width: 45px;
}.customer_commentsGdQ h2 {
    text-align: center;
    font-size: calc(34px * 0.7);
    margin-bottom: 1.5rem;
}.customer_commentsGdQ h2::after {
    transform: translateX(-50%);
    left: 50%;
    width: 4rem;
}.customer_commentsGdQ a {
    width: 80%;
    margin: 2rem auto 0;
    text-align: center;
    display: block;
}}footer {
    z-index: 1;
    position: relative;
}footer::before {
    left: 0;
    content: "";
    top: 0;
    background: linear-gradient(135deg, rgb(217,200,215,0.5) 0%, rgb(185,164,182,0.5) 100%);
    bottom: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    opacity: 0.92;
}footer {
    background-position: center !important;
    background-size: cover !important;
}.campus_linksmcV {
    position: relative;
    padding: 5rem 0 2rem;
    color: #ffffff;
}.campus_linksmcV::before {
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 96% 100%, 4% 100%);
    width: 100%;
    content: "";
    top: 0;
    height: 15px;
    left: 0;
    background: rgb(217,200,215);
}.campus_linksmcV .container {
    position: relative;
    gap: 0;
    display: flex;
    flex-wrap: wrap;
}.campus_linksmcV .company_holder {
    position: relative;
    margin-bottom: 2rem;
    flex: 0 0 40%;
    padding: 0 3rem 2rem 0;
}.campus_linksmcV .company_holder::after {
    height: 100%;
    opacity: 0.3;
    background: linear-gradient(to bottom, #ffffff, transparent);
    width: 1px;
    right: 1.5rem;
    position: absolute;
    content: "";
    top: 0;
}.campus_linksmcV .company_holder h3 {
    transform: skewX(-10deg);
    padding-bottom: 1rem;
    position: relative;
    color: #ffffff;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0 0 1.5rem;
}.campus_linksmcV .company_holder h3::after {
    box-shadow: 0 0 10px rgb(217,200,215);
    bottom: 0;
    background: rgb(217,200,215);
    content: "";
    height: 3px;
    position: absolute;
    left: 0;
    width: 80px;
}.campus_linksmcV .cheat_sheetqdD {
    background: rgba(0, 0, 0, 0.2);
    padding: 1.5rem;
    transform-origin: left top;
    color: #ffffff;
    line-height: 1.6;
    font-size: 18px;
    transform: skewX(-5deg);
    border-left: 3px solid rgb(217,200,215);
}.campus_linksmcV .science_refNID {
    gap: 0;
    flex-wrap: wrap;
    flex: 0 0 60%;
    display: flex;
}.campus_linksmcV .nav_train3T8 {
    gap: 0;
    display: flex;
    flex-wrap: wrap;
    flex: 1;
}.campus_linksmcV .head_barIGz {
    flex: 0 0 50%;
    padding: 0 1rem 2rem 1rem;
    position: relative;
}.campus_linksmcV .head_barIGz h5 {
    position: relative;
    margin: 0 0 1.5rem;
    padding-left: 1rem;
    font-size: 21px;
    font-weight: 600;
    transform: skewX(-5deg);
    color: #ffffff;
}.campus_linksmcV .head_barIGz h5::before {
    transform: skewX(5deg);
    bottom: 0;
    position: absolute;
    top: 0;
    content: "";
    width: 3px;
    background: rgb(217,200,215);
    left: 0;
}.campus_linksmcV .head_barIGz .nav_train3T8 {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}.campus_linksmcV .head_barIGz .nav_train3T8 a {
    transform: skewX(-5deg);
    overflow: hidden;
    padding: 0.7rem 1rem;
    transition: all 0.3s ease;
    display: block;
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    text-decoration: none;
    position: relative;
    font-size: 18px;
}.campus_linksmcV .head_barIGz .nav_train3T8 a::before {
    height: 100%;
    width: 100%;
    content: "";
    position: absolute;
    left: -100%;
    top: 0;
    transition: all 0.5s ease;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
}.campus_linksmcV .head_barIGz .nav_train3T8 a:hover {
    transform: skewX(-5deg) translateX(5px);
    padding-left: 1.5rem;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
}.campus_linksmcV .head_barIGz .nav_train3T8 a:hover::before {
    left: 100%;
}.module_endvDC {
    position: relative;
    background: rgba(0, 0, 0, 0.15);
    padding: 1.5rem 0;
    margin-top: 2rem;
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
}.module_endvDC .container {
    gap: 1rem;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    display: flex;
}.module_endvDC .ranking_barRjA {
    font-size: 13px;
    text-align: center;
    transform: skewX(-5deg);
    color: #ffffff;
    width: 100%;
}

@media (max-width: 1200px) {.campus_linksmcV .company_holder {
    padding-right: 2rem;
    flex: 0 0 35%;
}.campus_linksmcV .science_refNID {
    flex: 0 0 65%;
}
}

@media (max-width: 992px) {.campus_linksmcV {
    padding: 4rem 0 2rem;
}.campus_linksmcV .container {
    flex-direction: column;
}.campus_linksmcV .company_holder {
    flex: 0 0 100%;
    padding-right: 0;
    margin-bottom: 3rem;
}.campus_linksmcV .company_holder::after {
    display: none;
}.campus_linksmcV .science_refNID {
    flex: 0 0 100%;
}.campus_linksmcV .head_barIGz {
    padding-bottom: 1.5rem;
}
}

@media (max-width: 768px) {.campus_linksmcV {
    padding: 3.5rem 0 1.5rem;
}.campus_linksmcV::before {
    height: 10px;
}.campus_linksmcV .company_holder h3 {
    font-size: calc(36px - 2px);
}.campus_linksmcV .cheat_sheetqdD {
    transform: skewX(-3deg);
    padding: 1.2rem;
}.campus_linksmcV .head_barIGz h5, 
    .campus_linksmcV .head_barIGz .nav_train3T8 a {
    transform: skewX(-3deg);
}.campus_linksmcV .head_barIGz .nav_train3T8 a:hover {
    transform: skewX(-3deg) translateX(5px);
}.module_endvDC {
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
}.module_endvDC .ranking_barRjA {
    transform: skewX(-3deg);
}
}

@media (max-width: 576px) {.campus_linksmcV {
    padding: 3rem 0 1rem;
}.campus_linksmcV::before {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}.campus_linksmcV .head_barIGz {
    padding: 0 0 2rem 0;
    flex: 0 0 100%;
}.campus_linksmcV .company_holder {
    margin-bottom: 2rem;
}.campus_linksmcV .head_barIGz .nav_train3T8 a {
    padding: 0.6rem 0.8rem;
}.campus_linksmcV .head_barIGz .nav_train3T8 a:hover {
    padding-left: 1.2rem;
}.module_endvDC {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    margin-top: 1rem;
}
}

@media (max-width: 420px) {.campus_linksmcV .company_holder h3 {
    transform: skewX(-5deg);
}.campus_linksmcV .company_holder h3::after {
    width: 60px;
}.campus_linksmcV .cheat_sheetqdD {
    transform: none;
}.campus_linksmcV .head_barIGz h5 {
    transform: none;
}.campus_linksmcV .head_barIGz h5::before {
    transform: none;
}.campus_linksmcV .head_barIGz .nav_train3T8 a,
    .campus_linksmcV .head_barIGz .nav_train3T8 a:hover,
    .module_endvDC .ranking_barRjA {
    transform: none;
}}.join_our_mailing_listF7c {
    position: relative;
    background: linear-gradient(135deg, rgb(217,200,215,0.5), rgb(185,164,182) 120%);
    z-index: 1;
    overflow: hidden;
    padding: 3.5rem 0;
}.join_our_mailing_listF7c::before {
    transform: rotate(-15deg);
    z-index: -1;
    top: -50%;
    background: radial-gradient(circle at center, rgba(255,255,255,0.1) 0%, transparent 60%);
    position: absolute;
    animation: orbitGlow 15s infinite alternate ease-in-out;
    content: '';
    height: 200%;
    left: -10%;
    width: 80%;
}.join_our_mailing_listF7c::after {
    position: absolute;
    top: 0;
    content: '';
    background-image: 
        radial-gradient(circle at 80% 20%, rgba(255,255,255,0.12) 0%, transparent 25%),
        radial-gradient(circle at 20% 80%, rgba(255,255,255,0.08) 0%, transparent 30%);
    width: 100%;
    z-index: -1;
    right: 0;
    height: 100%;
}.join_our_mailing_listF7c .container {
    padding: 0 15px;
    max-width: 1140px;
    margin: 0 auto;
}.join_our_mailing_listF7c .knowledge_learn9Mg {
    grid-gap: 2rem;
    z-index: 2;
    position: relative;
    grid-template-columns: 1fr;
    transform: perspective(1000px) rotateX(2deg);
    display: grid;
}.join_our_mailing_listF7c .knowledge_learn9Mg > div {
    z-index: 2;
    position: relative;
}.join_our_mailing_listF7c .knowledge_learn9Mg h4 {
    font-weight: 600;
    text-shadow: 0 2px 4px rgba(0,0,0,0.15);
    line-height: 1.4;
    color: #ffffff;
    animation: floatText 6s infinite alternate ease-in-out;
    margin: 0;
    font-size: 20px;
    transform: translateY(5px);
}.join_our_mailing_listF7c .input_holder {
    gap: 1rem;
    z-index: 3;
    display: flex;
    flex-direction: column;
    position: relative;
}.join_our_mailing_listF7c .input_holder span {
    display: block;
    position: relative;
    width: 100%;
}.join_our_mailing_listF7c .input_holder span:first-child::before {
    transform: translateY(-50%);
    border-radius: 50%;
    left: -20px;
    height: 10px;
    top: 50%;
    animation: pulseOrbit 4s infinite;
    content: '';
    position: absolute;
    opacity: 0.6;
    width: 10px;
    background-color: rgb(255, 255, 255, 0.5);
}.join_our_mailing_listF7c .input_holder span:last-child::after {
    transform: translateY(-50%);
    width: 6px;
    background-color: rgb(217,200,215);
    height: 6px;
    content: '';
    right: -15px;
    animation: pulseOrbit 3s infinite 1s;
    top: 50%;
    position: absolute;
    border-radius: 50%;
}.join_our_mailing_listF7c .input_holder input[type="email"] {
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
    width: 100%;
    backdrop-filter: blur(8px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.2);
    font-size: 17px;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    color: #ffffff;
    padding: 15px 20px;
}.join_our_mailing_listF7c .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.7);
}.join_our_mailing_listF7c .input_holder input[type="email"]:focus {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
    background-color: rgba(255, 255, 255, 0.25);
    border-color: rgb(217,200,215);
    outline: none;
}.join_our_mailing_listF7c .input_holder .achieve_successGFo {
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 15px 25px;
    border: none;
    overflow: hidden;
    width: 100%;
    font-weight: 600;
    position: relative;
    background: linear-gradient(135deg, rgb(185,164,182), rgb(217,200,215));
    border-radius: 10px;
    color: #ffffff;
    font-size: 14px;
}.join_our_mailing_listF7c .input_holder .achieve_successGFo:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    background: linear-gradient(135deg, rgb(217,200,215), rgb(185,164,182));
}.join_our_mailing_listF7c .input_holder .achieve_successGFo:active {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(1px);
}.join_our_mailing_listF7c .input_holder .achieve_successGFo::before {
    top: -50%;
    height: 200%;
    transform: rotate(45deg);
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    width: 200%;
    animation: shine 3s infinite;
    content: '';
    position: absolute;
    left: -50%;
}

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

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

@keyframes pulseOrbit {
    0%, 100% {
        transform: translateY(-50%) scale(1);
        opacity: 0.6;
    }
    50% {
        transform: translateY(-50%) scale(1.5);
        opacity: 0.3;
    }
}

@keyframes orbitGlow {
    0% {
        opacity: 0.3;
        transform: rotate(-15deg) translateX(0);
    }
    50% {
        opacity: 0.5;
        transform: rotate(-15deg) translateX(5%);
    }
    100% {
        opacity: 0.3;
        transform: rotate(-15deg) translateX(0);
    }
}

@media (min-width: 768px) {.join_our_mailing_listF7c {
    padding: 4rem 0;
}.join_our_mailing_listF7c .knowledge_learn9Mg {
    transform: perspective(1200px) rotateX(1deg);
    grid-template-columns: 1fr 1fr;
    align-items: center;
}.join_our_mailing_listF7c .knowledge_learn9Mg h4 {
    font-size: calc(20px * 1.1);
    max-width: 90%;
}.join_our_mailing_listF7c .input_holder {
    flex-direction: row;
    gap: 1.5rem;
}.join_our_mailing_listF7c .input_holder span:first-child {
    flex: 2;
}.join_our_mailing_listF7c .input_holder span:last-child {
    flex: 1;
    max-width: 200px;
}
}

@media (min-width: 992px) {.join_our_mailing_listF7c {
    padding: 5rem 0;
}.join_our_mailing_listF7c::before {
    width: 60%;
}.join_our_mailing_listF7c .knowledge_learn9Mg {
    transform: perspective(1500px) rotateX(1deg);
}.join_our_mailing_listF7c .knowledge_learn9Mg h4 {
    max-width: 85%;
    font-size: calc(20px * 1.2);
}.join_our_mailing_listF7c .input_holder {
    padding-left: 2rem;
}.join_our_mailing_listF7c .input_holder span:first-child::before {
    left: -30px;
    height: 12px;
    width: 12px;
}.join_our_mailing_listF7c .input_holder span:last-child::after {
    width: 8px;
    right: -25px;
    height: 8px;
}
}

@media (max-width: 767px) {.join_our_mailing_listF7c .knowledge_learn9Mg h4 {
    text-align: center;
    margin-bottom: 1rem;
}.join_our_mailing_listF7c .input_holder {
    margin-top: 0.5rem;
}.join_our_mailing_listF7c .input_holder span + span {
    margin-top: 0.75rem;
}}header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    z-index: 100;
    padding: 0;
    position: relative;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    margin-top: 0;
    background: rgb(242,231,240);
}header::before {
    content: '';
    top: 0;
    background: linear-gradient(90deg, 
        transparent 0%,
        rgba(rgb(217,200,215), 0.03) 25%, 
        rgba(rgb(217,200,215), 0.05) 50%,
        rgba(rgb(217,200,215), 0.03) 75%,
        transparent 100%
    );
    width: 100%;
    left: 0;
    height: 100%;
    position: absolute;
    pointer-events: none;
}header .site_mainEd5 {
    align-items: center;
    position: relative;
    z-index: 2;
    padding: 1.2rem 2rem;
    justify-content: space-between;
    display: flex;
}header .header_tutoraWm {
    max-width: 180px;
    margin-right: 2rem;
    position: relative;
    flex: 0 0 auto;
}header .top_primarywsE {
    display: block;
    position: relative;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}header .top_primarywsE:hover {
    transform: translateY(-3px);
}header .top_primarywsE img {
    filter: brightness(1.03);
    height: auto;
    display: block;
    max-width: 100%;
}header .top_primarywsE::before {
    content: '';
    width: 100%;
    transform: scaleX(0.7);
    border-radius: 10px;
    left: 0;
    opacity: 0;
    bottom: -15px;
    transition: all 0.3s ease;
    position: absolute;
    background: rgb(217,200,215);
    height: 10px;
}header .top_primarywsE:hover::before {
    opacity: 0.7;
    transform: scaleX(1);
}header .head_barIGz {
    padding: 0;
    display: flex;
    list-style: none;
    flex-wrap: nowrap;
    position: relative;
    margin: 0;
}header .head_barIGz::after {
    position: absolute;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(217,200,215,0.5), 
        transparent
    );
    height: 1px;
    width: 100%;
    bottom: -15px;
    left: 0;
    content: '';
}header .main_classt7c {
    margin: 0;
    position: relative;
}header .main_classt7c a {
    font-size: 15px;
    padding: 1rem 1.2rem;
    overflow: hidden;
    text-decoration: none;
    color: #000000;
    position: relative;
    display: block;
    font-weight: 600;
    transition: all 0.3s ease;
}header .main_classt7c a::before {
    bottom: 0;
    transition: transform 0.3s ease;
    background: rgb(217,200,215);
    transform: translateX(-100%);
    width: 100%;
    height: 3px;
    left: 0;
    position: absolute;
    content: '';
}header .main_classt7c a:hover {
    color: rgb(217,200,215);
}header .main_classt7c a:hover::before {
    transform: translateX(0);
}header .main_classt7c a::after {
    height: 100%;
    transition: all 0.3s ease;
    left: 0;
    background: rgb(217,200,215,0.5);
    content: '';
    width: 100%;
    position: absolute;
    pointer-events: none;
    opacity: 0;
    z-index: -1;
    transform: scale(0.8);
    top: 0;
    border-radius: 10px;
}header .main_classt7c a:hover::after {
    transform: scale(1);
    opacity: 0.15;
}header .site_mainEd5::before {
    z-index: -1;
    width: 30%;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: linear-gradient(-90deg, rgb(242,231,240), transparent);
    content: '';
}header .site_mainEd5::after {
    top: 0;
    z-index: -1;
    position: absolute;
    height: 100%;
    background: linear-gradient(90deg, rgb(242,231,240), transparent);
    left: 0;
    width: 30%;
    content: '';
}header .top_wrapJhy {
    z-index: 1;
    background: #ffffff;
    position: relative;
    padding-top: 2rem;
}

@media (min-width: 1400px) {header .site_mainEd5 {
    margin: 0 auto;
    max-width: 1300px;
}header .main_classt7c a {
    padding: 1rem 1.5rem;
}
}

@media (max-width: 991px) {header .site_mainEd5 {
    flex-wrap: wrap;
    flex-direction: row;
    padding: 1rem;
    justify-content: space-between;
}header .header_tutoraWm {
    margin-bottom: 0;
    margin-right: 0;
}header .head_barIGz {
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-top: 0;
    padding-top: 1rem;
    flex-basis: 100%;
}header .main_classt7c {
    margin-bottom: 0.5rem;
}header .main_classt7c a {
    font-size: calc(15px - 1px);
    padding: 0.7rem 1rem;
}
}

@media (max-width: 767px) {header {
    margin-top: 0;
}header .site_mainEd5 {
    padding: 1rem 1.5rem;
}header .header_tutoraWm {
    max-width: 150px;
    flex: 0 0 auto;
}header .head_barIGz {
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
    padding: 0.5rem 0;
    overflow-x: auto;
    scrollbar-width: thin;
    margin-top: 0.5rem;
    flex-wrap: nowrap;
    padding-bottom: 0.5rem;
}header .head_barIGz::-webkit-scrollbar {
    height: 3px;
}header .head_barIGz::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(217,200,215,0.5);
}header .main_classt7c {
    flex: 0 0 auto;
}header .main_classt7c a {
    font-size: calc(15px - 2px);
    white-space: nowrap;
    padding: 0.6rem 0.8rem;
}header .head_barIGz::after {
    bottom: 0;
}header .top_primarywsE::before {
    display: none;
}}.privacy_shellTyK {
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    font-family: Arial, sans-serif;
    margin: 0 auto;
    max-width: 1200px;
    padding: 60px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
}.privacy_shellTyK h1 {
    font-weight: 700;
    font-size: 41px;
    margin-bottom: 30px;
    border-bottom: 4px solid rgb(217,200,215);
    color: rgb(217,200,215);
    padding-bottom: 10px;
    margin-top: 20px;
}.privacy_shellTyK h2 {
    border-left: 6px solid rgb(185,164,182);
    margin-bottom: 20px;
    margin-top: 30px;
    font-size: 33px;
    color: rgb(185,164,182);
    padding-left: 20px;
    font-weight: 600;
}.privacy_shellTyK ul {
    padding-left: 0;
    margin: 20px 0;
    list-style-type: none;
}.privacy_shellTyK ul li::before {
    color: rgb(217,200,215);
    margin-left: -1em;
    font-size: 1.5em;
    content: "•";
    display: inline-block;
    width: 1em;
}.privacy_shellTyK li {
    line-height: 1.8;
    font-size: 16px;
    margin-bottom: 15px;
    border-left: 2px solid rgb(217,200,215,0.5);
    padding-left: 10px;
}.privacy_shellTyK p, .privacy_shellTyK span, .privacy_shellTyK div {
    font-size: 16px;
    margin-bottom: 20px;
    color: #ffffff;
    line-height: 1.8;
}.privacy_shellTyK h3, .privacy_shellTyK h4, .privacy_shellTyK h5, .privacy_shellTyK h6 {
    margin-top: 25px;
    color: rgb(217,200,215);
    font-size: 24px;
    font-weight: 600;
    padding-left: 15px;
    border-left: 5px solid rgb(217,200,215);
    margin-bottom: 15px;
}

@media only screen and (max-width: 800px) {.privacy_shellTyK {
    padding: 30px;
}.privacy_shellTyK h1 {
    font-size: calc(24px - 4px);
}.privacy_shellTyK h2 {
    font-size: calc(24px - 3px);
}.privacy_shellTyK h3, .privacy_shellTyK h4, .privacy_shellTyK h5, .privacy_shellTyK h6 {
    font-size: calc(24px - 2px);
}.privacy_shellTyK p, .privacy_shellTyK span, .privacy_shellTyK div, .privacy_shellTyK li {
    font-size: calc(16px - 2px);
}}.training_specialistVEt {
    background: linear-gradient(135deg, rgb(242,231,240) 0%, rgba(0, 0, 0, 0.5) 100%);
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
}.training_specialistVEt::before {
    position: absolute;
    height: 100%;
    left: 0;
    opacity: 0.2;
    width: 100%;
    content: "";
    background: conic-gradient(from 45deg at 50% 50%, transparent 0deg, rgb(217,200,215,0.5) 90deg, transparent 180deg, rgb(185,164,182,0.5) 270deg, transparent 360deg);
    animation: rotateBg 30s linear infinite;
    top: 0;
}@keyframes rotateBg {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.training_specialistVEt .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
    z-index: 1;
}.training_specialistVEt .user_feedback4pr {
    transform: perspective(1000px) rotateX(2deg);
    display: grid;
    backdrop-filter: blur(8px);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    padding: 3rem;
    grid-gap: 1.5rem;
    grid-template-columns: minmax(250px, 35%) 1fr;
    grid-template-areas:
        "photo quote"
        "photo name"
        "photo job";
    transition: transform 0.3s ease;
    border-radius: 12px;
    background-color: rgba(0, 0, 0, 0.5);
}.training_specialistVEt .user_feedback4pr:hover {
    transform: perspective(1000px) rotateX(0);
}.training_specialistVEt .img_textKgM {
    transform: translateZ(20px);
    transition: transform 0.3s ease;
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
    min-height: 350px;
    grid-area: photo;
    height: 100%;
    border-radius: 12px;
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.5);
}.training_specialistVEt .user_feedback4pr:hover .img_textKgM {
    transform: translateZ(30px);
}.training_specialistVEt .name {
    margin-bottom: 0.5rem;
    transform: translateZ(10px);
    font-size: 29px;
    grid-area: name;
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-weight: 700;
}.training_specialistVEt .user_feedback4pr span:not(.name) {
    font-weight: 600;
    font-size: 20px;
    grid-area: job;
    color: rgb(185,164,182);
    transform: translateZ(5px);
    margin-bottom: 1rem;
}.training_specialistVEt .work_arealL6 {
    border-left: 4px solid rgb(217,200,215);
    border-radius: 10px;
    grid-area: quote;
    font-size: 17px;
    position: relative;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
    transform: translateZ(15px);
    line-height: 1.6;
    padding: 1.5rem;
    color: #ffffff;
}.training_specialistVEt .work_arealL6::before {
    width: 100%;
    content: "";
    opacity: 0.1;
    border-radius: 10px;
    left: 0;
    height: 100%;
    position: absolute;
    background: linear-gradient(90deg, rgb(217,200,215,0.5) 0%, transparent 100%);
    top: 0;
    mix-blend-mode: overlay;
}

@media (max-width: 991px) {.training_specialistVEt .user_feedback4pr {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
            "photo photo"
            "name job"
            "quote quote";
}.training_specialistVEt .img_textKgM {
    min-height: 300px;
    clip-path: polygon(0 0, 100% 0, 95% 95%, 5% 95%);
}
}

@media (max-width: 767px) {.training_specialistVEt {
    padding: 3rem 0;
}.training_specialistVEt .user_feedback4pr {
    padding: 2rem;
    grid-template-areas:
            "img_textKgM"
            "name"
            "career_boxHuq"
            "work_arealL6";
    grid-template-columns: 1fr;
}.training_specialistVEt .img_textKgM {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    min-height: 250px;
}}.company_info5Dg {
    padding: 120px 0 100px;
    overflow: hidden;
    position: relative;
}.company_info5Dg::before {
    z-index: 1;
    bottom: 0;
    left: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.85) 100%);
    right: 0;
    top: 0;
    position: absolute;
    content: '';
}.company_info5Dg .container {
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    max-width: 1200px;
}.company_info5Dg h2 {
    color: #ffffff;
    position: relative;
    opacity: 0;
    animation: slideInTitle 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.2s;
    transform: translateX(-10px);
    font-size: 29px;
    margin-bottom: 60px;
    font-weight: 700;
}.company_info5Dg h2::after {
    transform-origin: left;
    height: 3px;
    bottom: -15px;
    width: 80px;
    position: absolute;
    left: 0;
    animation: expandLine 1s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.6s;
    transform: scaleX(0);
    background: rgb(217,200,215);
    content: '';
}.company_info5Dg .text_holder3bY {
    border-left: 3px solid rgb(217,200,215);
    -webkit-backdrop-filter: blur(10px);
    transform: translateY(20px);
    animation: fadeUp 1s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.4s;
    backdrop-filter: blur(10px);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.09) 0%, rgba(255, 255, 255, 0.05) 100%);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    position: relative;
    opacity: 0;
    padding: 40px;
}.company_info5Dg .text_holder3bY::before {
    opacity: 0.6;
    content: '';
    height: 100px;
    right: -5px;
    width: 100px;
    top: -5px;
    position: absolute;
    border-top: 2px solid rgb(185,164,182);
    border-right: 2px solid rgb(185,164,182);
}.company_info5Dg .text_holder3bY::after {
    border-left: 2px solid rgb(185,164,182);
    border-bottom: 2px solid rgb(185,164,182);
    width: 100px;
    opacity: 0.6;
    position: absolute;
    left: -5px;
    content: '';
    height: 100px;
    bottom: -5px;
}.company_info5Dg .text_holder3bY > div {
    grid-template-columns: 1fr;
    display: grid;
}.company_info5Dg .text_holder3bY p {
    font-size: calc(14px * 1.5);
    color: rgb(217,200,215);
    animation: slideInText 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.6s;
    margin-bottom: 20px;
    transform: translateX(-10px);
    font-weight: 700;
    position: relative;
    opacity: 0;
}.company_info5Dg .text_holder3bY p::after {
    background: rgb(217,200,215);
    width: 40px;
    animation: expandLine 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.8s;
    bottom: -10px;
    position: absolute;
    height: 2px;
    left: 0;
    transform-origin: left;
    content: '';
    transform: scaleX(0);
}.company_info5Dg .text_holder3bY div > div {
    font-size: 14px;
    animation: fadeUp 1s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.8s;
    padding-left: 20px;
    transform: translateY(10px);
    line-height: 1.8;
    text-align: justify;
    color: #ffffff;
    opacity: 0;
    position: relative;
}.company_info5Dg .text_holder3bY div > div::before {
    position: absolute;
    bottom: 0;
    animation: expandLine 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards 1s;
    transform: scaleY(0);
    background: linear-gradient(to bottom, rgb(217,200,215), transparent);
    content: '';
    width: 3px;
    top: 0;
    left: 0;
    transform-origin: top;
}

@keyframes slideInTitle {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideInText {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

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

@keyframes expandLine {
    to {
        transform: scaleX(1) scaleY(1);
    }
}

@media (min-width: 768px) {.company_info5Dg {
    padding: 150px 0 130px;
}.company_info5Dg h2 {
    font-size: calc(29px * 1.2);
    margin-bottom: 80px;
}.company_info5Dg h2::after {
    bottom: -20px;
    width: 120px;
}.company_info5Dg .text_holder3bY {
    padding: 60px;
    margin-left: 40px;
}.company_info5Dg .text_holder3bY > div {
    grid-template-columns: 1fr 3fr;
    align-items: flex-start;
    gap: 40px;
}.company_info5Dg .text_holder3bY p {
    font-size: calc(14px * 2);
    margin-bottom: 0;
    padding-right: 20px;
}.company_info5Dg .text_holder3bY p::after {
    display: none;
}.company_info5Dg .text_holder3bY div > div {
    border-left: none;
    padding-left: 0;
    position: relative;
}.company_info5Dg .text_holder3bY div > div::before {
    left: -20px;
    width: 2px;
}
}

@media (min-width: 992px) {.company_info5Dg {
    padding: 180px 0 160px;
}.company_info5Dg::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.65) 50%, rgba(0, 0, 0, 0.4) 100%);
}.company_info5Dg .container {
    padding: 0 40px;
}.company_info5Dg h2 {
    margin-bottom: 100px;
    font-size: calc(29px * 1.5);
    transform: translateX(-20px);
}.company_info5Dg h2::after {
    width: 150px;
    height: 4px;
}.company_info5Dg .text_holder3bY {
    margin-right: 80px;
    transform: translateY(30px);
    margin-left: 80px;
    padding: 80px;
}.company_info5Dg .text_holder3bY::before,
    .company_info5Dg .text_holder3bY::after {
    height: 150px;
    width: 150px;
}.company_info5Dg .text_holder3bY > div {
    grid-template-columns: 1fr 3fr;
    gap: 60px;
}.company_info5Dg .text_holder3bY p {
    font-size: calc(14px * 2.5);
}.company_info5Dg .text_holder3bY div > div {
    line-height: 1.9;
    transform: translateY(15px);
    font-size: calc(14px * 1.05);
}
}

@media (min-width: 1200px) {.company_info5Dg .text_holder3bY {
    transform: perspective(1000px) rotateY(-2deg);
    transition: transform 0.5s ease;
}.company_info5Dg .text_holder3bY:hover {
    transform: perspective(1000px) rotateY(0);
}.company_info5Dg .text_holder3bY > div {
    grid-template-columns: 1fr 4fr;
}
}

@media (max-width: 767px) {.company_info5Dg {
    padding: 80px 0 60px;
}.company_info5Dg h2 {
    margin-bottom: 40px;
    font-size: calc(29px * 0.9);
}.company_info5Dg .text_holder3bY {
    margin: 0 10px;
    padding: 30px 20px;
}.company_info5Dg .text_holder3bY::before,
    .company_info5Dg .text_holder3bY::after {
    height: 60px;
    width: 60px;
}.company_info5Dg .text_holder3bY div > div {
    padding-top: 15px;
    font-size: calc(14px * 0.95);
    line-height: 1.6;
}}header .top_plank {
    color:  #ffffff;
    background: rgb(217,200,215);
}header .top_plank .plank_section6d1 div svg, header .top_plank .plank_section6d1 div svg path {
    fill: #ffffff;
}header .top_plank .plank_section6d1 div span {
    color: #ffffff;
}header .top_plank .plank_section6d1 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 15px 0 10px 0;
    line-height: 21px;
    font-size: 16px;
    flex-wrap: wrap;
    display: flex;
}header .top_plank .plank_section6d1 div {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    margin-right: 24px;
}header .top_plank .plank_section6d1 div img, header .top_plank .plank_section6d1 div svg {
    height: 16px;
    width: 16px;
    margin-right: 8px;
}.pricing_columnUY7 {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    color: #ffffff;
}.pricing_columnUY7::before {
    left: 0;
    background-color: rgba(0, 20, 50, 0.85);
    content: "";
    bottom: 0;
    z-index: 0;
    backdrop-filter: blur(5px);
    position: absolute;
    top: 0;
    right: 0;
}.pricing_columnUY7 .container {
    max-width: 1320px;
    padding: 0 20px;
    z-index: 1;
    margin: 0 auto;
    position: relative;
}.pricing_columnUY7 .fee_board0BZ {
    perspective: 1200px;
}.pricing_columnUY7 h2 {
    text-shadow: 0 4px 12px rgba(0,0,0,0.2);
    text-align: center;
    letter-spacing: 0.5px;
    transform: translateZ(30px);
    font-size: 33px;
    position: relative;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1.5rem;
}.pricing_columnUY7 h2::after {
    height: 4px;
    bottom: -15px;
    left: 50%;
    content: "";
    transform: translateX(-50%);
    box-shadow: 0 2px 10px rgba(rgb(217,200,215,0.5), 0.5);
    background: linear-gradient(90deg, rgb(217,200,215), rgb(185,164,182));
    width: 80px;
    position: absolute;
}.pricing_columnUY7 .access_costMeN {
    text-align: center;
    max-width: 800px;
    transform: translateZ(20px);
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.6;
    margin: 0 auto 3rem;
    font-size: calc(12px * 1.1);
}.pricing_columnUY7 .pricing_tiersjYC {
    list-style: none;
    padding: 0;
    gap: 30px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    margin: 0;
    transform-style: preserve-3d;
}.pricing_columnUY7 .pricing_tiersjYC li {
    transform: perspective(1000px) rotateX(5deg);
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}.pricing_columnUY7 .pricing_tiersjYC li:hover {
    z-index: 2;
    transform: perspective(1000px) rotateX(0) translateY(-10px) scale(1.02);
}.pricing_columnUY7 .rate_plans12k {
    text-decoration: none;
    display: block;
    color: #ffffff;
    height: 100%;
    transform-style: preserve-3d;
}.pricing_columnUY7 .program_feeslcN {
    border-radius: 2px;
    height: 100%;
    transform-style: preserve-3d;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, 
        rgba(rgb(217,200,215,0.5), 0.2) 0%, 
        rgba(rgb(217,200,215,0.5), 0.3) 50%, 
        rgba(rgb(217,200,215,0.5), 0.18) 100%);
    transition: all 0.4s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    backdrop-filter: blur(8px);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.3),
        0 1px 0 rgba(255, 255, 255, 0.1) inset,
        0 -1px 0 rgba(0, 0, 0, 0.3) inset;
}.pricing_columnUY7 .program_feeslcN::before {
    position: absolute;
    left: 0;
    content: "";
    background: linear-gradient(90deg, 
        rgb(217,200,215), 
        rgb(185,164,182) 50%, 
        rgb(217,200,215));
    height: 5px;
    width: 100%;
    transform: translateZ(10px);
    top: 0;
}.pricing_columnUY7 .program_feeslcN::after {
    opacity: 0;
    content: "";
    left: -50%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 70%);
    transform: translateZ(5px);
    width: 200%;
    transition: opacity 0.5s ease;
    position: absolute;
    top: -50%;
    height: 200%;
}.pricing_columnUY7 .rate_plans12k:hover .program_feeslcN::after {
    opacity: 1;
}.pricing_columnUY7 .basic_cost6xy {
    transform-style: preserve-3d;
    padding: 30px 25px;
    z-index: 1;
    position: relative;
}.pricing_columnUY7 .basic_cost6xy h4 {
    transform: translateZ(20px);
    transition: transform 0.4s ease;
    color: #ffffff;
    margin-bottom: 15px;
    font-size: calc(24px * 1.1);
    position: relative;
    font-weight: 700;
}.pricing_columnUY7 .rate_plans12k:hover .basic_cost6xy h4 {
    transform: translateZ(25px);
    color: rgb(185,164,182);
}.pricing_columnUY7 .basic_cost6xy p {
    margin-bottom: 25px;
    position: relative;
    transform: translateZ(15px);
    font-size: 12px;
    line-height: 1.7;
    padding-right: 5px;
    overflow-y: auto;
    max-height: 220px;
    color: rgba(255, 255, 255, 0.8);
}.pricing_columnUY7 .basic_cost6xy p::-webkit-scrollbar {
    width: 3px;
}.pricing_columnUY7 .basic_cost6xy p::-webkit-scrollbar-thumb {
    background-color: rgba(rgb(185,164,182,0.5), 0.6);
    border-radius: 3px;
}.pricing_columnUY7 .basic_cost6xy p::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0.1);
}.pricing_columnUY7 .package_pricingRPT {
    font-weight: 700;
    border-radius: 2px;
    position: relative;
    font-size: calc(24px * 1.3);
    background: linear-gradient(rgba(rgb(217,200,215,0.5), 0.2), rgba(rgb(217,200,215,0.5), 0.4));
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    margin-top: 20px;
    transform: translateZ(25px);
    color: rgb(185,164,182);
    padding: 10px 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    text-align: center;
    display: block;
    transition: all 0.3s ease;
}.pricing_columnUY7 .rate_plans12k:hover .package_pricingRPT {
    transform: translateZ(30px) scale(1.05);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    background: linear-gradient(rgba(rgb(185,164,182,0.5), 0.4), rgba(rgb(185,164,182,0.5), 0.7));
    color: #ffffff;
}

@media (max-width: 1199px) {.pricing_columnUY7 {
    padding: 100px 0;
}.pricing_columnUY7 .pricing_tiersjYC {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 25px;
}
}

@media (max-width: 991px) {.pricing_columnUY7 {
    padding: 80px 0;
}.pricing_columnUY7 h2 {
    font-size: calc(33px * 0.9);
}.pricing_columnUY7 .access_costMeN {
    font-size: 12px;
    margin-bottom: 2.5rem;
}.pricing_columnUY7 .pricing_tiersjYC {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}.pricing_columnUY7 .basic_cost6xy {
    padding: 25px 20px;
}
}

@media (max-width: 767px) {.pricing_columnUY7 {
    padding: 60px 0;
}.pricing_columnUY7 h2 {
    font-size: calc(33px * 0.8);
}.pricing_columnUY7 .pricing_tiersjYC {
    grid-template-columns: 1fr;
    max-width: 450px;
    margin: 0 auto;
}.pricing_columnUY7 .pricing_tiersjYC li {
    transform: perspective(800px) rotateX(3deg);
}.pricing_columnUY7 .package_pricingRPT {
    font-size: calc(24px * 1.2);
}
}

@media (max-width: 575px) {.pricing_columnUY7 {
    padding: 50px 0;
}.pricing_columnUY7 h2 {
    font-size: calc(33px * 0.7);
}.pricing_columnUY7 .access_costMeN {
    margin-bottom: 2rem;
    font-size: calc(12px * 0.95);
}.pricing_columnUY7 .basic_cost6xy {
    padding: 20px 15px;
}.pricing_columnUY7 .basic_cost6xy h4 {
    font-size: 24px;
}.pricing_columnUY7 .basic_cost6xy p {
    font-size: calc(12px * 0.9);
    max-height: 180px;
}.pricing_columnUY7 .package_pricingRPT {
    padding: 8px 12px;
    font-size: 24px;
}}.thanks_pageKdq {
    position: relative;
    padding: 7rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(217,200,215,0.5), rgb(185,164,182) 120%);
}.thanks_pageKdq::before {
    opacity: 0.2;
    animation: float 8s ease-in-out infinite;
    width: 300px;
    content: "";
    height: 300px;
    background: radial-gradient(circle, rgb(255, 255, 255, 0.5) 10%, transparent 70%);
    right: -5%;
    position: absolute;
    transform: rotate(-15deg);
    top: -10%;
}.thanks_pageKdq::after {
    background: radial-gradient(circle, rgb(185,164,182) 10%, transparent 70%);
    opacity: 0.15;
    width: 250px;
    position: absolute;
    transform: rotate(15deg);
    left: -5%;
    content: "";
    animation: float 9s ease-in-out infinite reverse;
    height: 250px;
    bottom: -5%;
}.thanks_pageKdq .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
    padding: 0 1.5rem;
}.thanks_pageKdq .knowledge_learn9Mg {
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1), 0 10px 20px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(10px);
    padding: 3.5rem;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 95% 100%, 0 100%);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    transform: perspective(1000px) rotateX(1deg);
}.thanks_pageKdq .knowledge_learn9Mg:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12), 0 15px 25px rgba(0, 0, 0, 0.06);
}.thanks_pageKdq .knowledge_learn9Mg > div:first-child {
    margin-bottom: 2rem;
    position: relative;
}.thanks_pageKdq .knowledge_learn9Mg > div:first-child::before {
    left: -2rem;
    width: 0.5rem;
    height: 70%;
    background: linear-gradient(to bottom, rgb(217,200,215), rgb(185,164,182));
    position: absolute;
    transform: translateY(-50%);
    content: "";
    top: 50%;
}.thanks_pageKdq h5 {
    transition: transform 0.4s ease;
    font-size: 23px;
    padding-bottom: 0.5rem;
    margin: 0;
    position: relative;
    line-height: 1.4;
    transform: translateX(0);
    color: #000000;
    font-weight: 700;
}.thanks_pageKdq .knowledge_learn9Mg:hover h5 {
    transform: translateX(10px);
}.thanks_pageKdq h5::after {
    height: 3px;
    bottom: 0;
    content: "";
    left: 0;
    width: 80px;
    background: linear-gradient(to right, rgb(217,200,215), transparent);
    transition: width 0.4s ease;
    position: absolute;
}.thanks_pageKdq .knowledge_learn9Mg:hover h5::after {
    width: 120px;
}.thanks_pageKdq .knowledge_learn9Mg > div:last-child {
    position: relative;
    overflow: hidden;
}.thanks_pageKdq p {
    position: relative;
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
    transition: color 0.3s ease;
    color: #000000;
}.thanks_pageKdq a {
    text-decoration: none;
    display: block;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 0.5rem 0;
    transform: translateY(0);
}.thanks_pageKdq a::before {
    background: rgb(217,200,215);
    width: 0;
    transition: width 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    bottom: 0;
    height: 1px;
    position: absolute;
    left: 0;
}.thanks_pageKdq a:hover {
    transform: translateY(-3px);
}.thanks_pageKdq a:hover::before {
    width: 100%;
}.thanks_pageKdq a:hover p {
    color: rgb(217,200,215);
}.thanks_pageKdq a:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgb(217,200,215,0.5);
}

@keyframes float {
    0%, 100% {
        transform: translate(0, 0) rotate(-15deg);
    }
    50% {
        transform: translate(15px, -15px) rotate(5deg);
    }
}

@media screen and (max-width: 992px) {.thanks_pageKdq {
    padding: 5rem 0;
}.thanks_pageKdq .knowledge_learn9Mg {
    padding: 2.5rem;
}.thanks_pageKdq h5 {
    font-size: calc(23px * 0.95);
}
}

@media screen and (max-width: 768px) {.thanks_pageKdq {
    padding: 4rem 0;
}.thanks_pageKdq .knowledge_learn9Mg {
    padding: 2rem;
    clip-path: polygon(0 0, 100% 0, 100% 97%, 97% 100%, 0 100%);
}.thanks_pageKdq .knowledge_learn9Mg > div:first-child::before {
    left: -1.5rem;
    width: 0.3rem;
}.thanks_pageKdq h5 {
    font-size: calc(23px * 0.9);
}
}

@media screen and (max-width: 576px) {.thanks_pageKdq {
    padding: 3rem 0;
}.thanks_pageKdq .knowledge_learn9Mg {
    padding: 1.75rem;
    clip-path: polygon(0 0, 100% 0, 100% 98%, 98% 100%, 0 100%);
}.thanks_pageKdq .knowledge_learn9Mg > div:first-child {
    margin-bottom: 1.5rem;
}.thanks_pageKdq .knowledge_learn9Mg > div:first-child::before {
    height: 60%;
    left: -1.2rem;
}.thanks_pageKdq h5 {
    font-size: calc(23px * 0.85);
}.thanks_pageKdq p {
    font-size: calc(16px * 0.95);
    line-height: 1.6;
}}.program_structureVBu {
    background: linear-gradient(135deg, rgb(242,231,240) 0%, rgba(245, 247, 250, 0.95) 100%);
    overflow: hidden;
    position: relative;
    padding: 5rem 0;
}.program_structureVBu::before {
    background: linear-gradient(225deg, rgb(217,200,215) 0%, rgb(217,200,215,0.5) 70%);
    opacity: 0.1;
    position: absolute;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    width: 250px;
    height: 250px;
    top: -5%;
    content: "";
    transform: rotate(15deg);
    z-index: 0;
    animation: float 12s ease-in-out infinite;
    right: -5%;
}.program_structureVBu::after {
    opacity: 0.1;
    transform: rotate(-15deg);
    bottom: -3%;
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    width: 200px;
    content: "";
    height: 200px;
    position: absolute;
    left: -3%;
    animation: float 15s ease-in-out infinite reverse;
    background: linear-gradient(135deg, rgb(185,164,182) 0%, rgb(185,164,182,0.5) 80%);
    z-index: 0;
}.program_structureVBu .container {
    max-width: 1200px;
    z-index: 1;
    position: relative;
    padding: 0 1.5rem;
    margin: 0 auto;
}.program_structureVBu h2 {
    color: #000000;
    font-size: 29px;
    font-weight: 700;
    transform: perspective(1000px) rotateX(0deg);
    margin-bottom: 3rem;
    text-align: center;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
}.program_structureVBu h2::after {
    background: linear-gradient(90deg, rgb(217,200,215) 0%, rgb(185,164,182) 100%);
    position: absolute;
    transform: translateX(-50%);
    height: 3px;
    width: 80px;
    content: "";
    bottom: -0.75rem;
    left: 50%;
}.program_structureVBu h2:hover {
    transform: perspective(1000px) rotateX(2deg) translateY(-5px);
}.program_structureVBu .next_skillenK {
    gap: 2.5rem;
    background: #ffffff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    overflow: hidden;
    display: grid;
    transform: translateY(0);
    grid-template-columns: 1fr;
    border-radius: 5px;
}.program_structureVBu .next_skillenK:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}.program_structureVBu .img_textKgM {
    position: relative;
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
    overflow: hidden;
    transform: scale(1);
    height: 350px;
}.program_structureVBu .img_textKgM::after {
    content: "";
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    background: linear-gradient(180deg, transparent 70%, rgba(0, 0, 0, 0.2) 100%);
    width: 100%;
    top: 0;
}.program_structureVBu .img_textKgM:hover {
    transform: scale(1.03);
}.program_structureVBu .text_holder3bY {
    position: relative;
    padding: 2rem 2.5rem 2.5rem;
}.program_structureVBu .text_holder3bY::before {
    position: absolute;
    left: 50%;
    top: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(185,164,182,0.5), transparent);
    content: "";
    width: 90%;
    transform: translateX(-50%);
}.program_structureVBu .description {
    padding-right: 15px;
    position: relative;
    max-height: 340px;
    color: #000000;
    font-size: 15px;
    overflow-y: auto;
    margin-bottom: 1.5rem;
    line-height: 1.8;
}.program_structureVBu .description:last-child {
    margin-bottom: 0;
}.program_structureVBu .description::-webkit-scrollbar {
    width: 4px;
}.program_structureVBu .description::-webkit-scrollbar-track {
    background: rgb(242,231,240);
    border-radius: 10px;
}.program_structureVBu .description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(217,200,215,0.5);
}.program_structureVBu .description::-webkit-scrollbar-thumb:hover {
    background: rgb(217,200,215);
}.program_structureVBu .description::first-letter {
    color: rgb(217,200,215);
    font-weight: 600;
    font-size: 1.5em;
}

@media (min-width: 768px) {.program_structureVBu {
    padding: 6rem 0;
}.program_structureVBu .next_skillenK {
    gap: 0;
    grid-template-columns: 1fr 1.5fr;
}.program_structureVBu .img_textKgM {
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
    height: 100%;
}.program_structureVBu .text_holder3bY {
    padding: 3rem 3.5rem;
}.program_structureVBu .text_holder3bY::before {
    transform: translateY(-50%);
    background: linear-gradient(180deg, transparent, rgb(185,164,182,0.5), transparent);
    left: 0;
    width: 1px;
    height: 90%;
    top: 50%;
}.program_structureVBu h2 {
    font-size: calc(29px * 1.1);
    margin-bottom: 4rem;
}.program_structureVBu .description {
    column-gap: 2.5rem;
    max-height: 400px;
    columns: 2;
}
}

@media (min-width: 992px) {.program_structureVBu {
    padding: 7rem 0;
}.program_structureVBu h2 {
    font-size: calc(29px * 1.2);
}.program_structureVBu .next_skillenK {
    grid-template-columns: 1fr 2fr;
}.program_structureVBu .description {
    line-height: 1.85;
    font-size: calc(15px * 1.05);
    max-height: 450px;
}
}

@media (min-width: 1200px) {.program_structureVBu .description {
    column-gap: 3rem;
    columns: 2;
}
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) rotate(15deg);
    }
    50% {
        transform: translateY(-20px) rotate(15deg);
    }
}

@media (prefers-reduced-motion: reduce) {.program_structureVBu::before,
    .program_structureVBu::after {
    animation: none;
}.program_structureVBu .next_skillenK:hover {
    transform: none;
}.program_structureVBu .img_textKgM:hover {
    transform: none;
}.program_structureVBu h2:hover {
    transform: none;
}
}