header,footer {
    width: 100%;
}

header {
    background: linear-gradient(120deg, rgb(144,147,162) 0%, rgb(108,110,122) 100%);
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 15px), 
        calc(100% - 15px) 100%, 
        15px 100%, 
        0 calc(100% - 15px)
    );
    z-index: 100;
    overflow: visible;
    position: relative;
    margin-top: 0;
    padding: 0;
}

.course_overview1p8JMl::after {
    height: 100%;
    left: 0;
    z-index: 2;
    background: 
        repeating-conic-gradient(rgba(255, 255, 255, 0.03) 0%, transparent 0.5%, transparent 1%, rgba(255, 255, 255, 0.03) 1.5%) 50% 50% / 30px 30px,
        radial-gradient(circle at 70% 30%, rgb(144,147,162,0.5) 0%, transparent 70%);
    width: 100%;
    top: 0;
    animation: pulse 8s infinite alternate;
    content: "";
    position: absolute;
}

.course_overview1p8JMl .new_studymXzWYZ::before {
    height: calc(100% + 60px);
    border: 1px solid rgb(144,147,162,0.5);
    top: -30px;
    width: calc(100% + 60px);
    transform: rotateY(5deg) rotateX(2deg);
    transform-style: preserve-3d;
    z-index: -1;
    content: "";
    position: absolute;
    animation: borderPulse 4s infinite alternate;
    border-radius: 24px;
    left: -30px;
}

.course_overview1p8JMl .content_wrapNbPpRs .description {
    border-left: 3px solid rgb(144,147,162,0.5);
    color: #000000;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    text-align: justify;
    margin-bottom: 25px;
    font-size: 17px;
    background: rgba(255, 255, 255, 0.07);
    letter-spacing: 0.5px;
    position: relative;
    font-weight: 400;
    z-index: 2;
    line-height: 1.9;
    border-radius: 10px;
    backdrop-filter: blur(4px);
    padding: 18px;
    transition: all 0.5s ease;
    transform: translateZ(0);
}

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

.customer_feedbackk8eOS7 h4::before {
    content: "";
    width: 60px;
    background: rgb(144,147,162);
    bottom: -15px;
    left: 50%;
    position: absolute;
    height: 3px;
    transform: translateX(-50%);
}

.customer_feedbackk8eOS7 h4::after {
    width: 100px;
    content: "";
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    background: rgb(108,110,122);
    bottom: -15px;
    height: 1px;
}

.customer_feedbackk8eOS7 .learn_reviewsEJKQck {
    transform-style: preserve-3d;
    padding: 2.5rem;
    transition: all 0.5s ease;
    position: relative;
    transform: translateZ(0) translateY(0);
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.05),
        20px 20px 0 -5px rgb(181,184,199),
        20px 20px 0 0px rgb(144,147,162,0.5);
}

.customer_feedbackk8eOS7 .learn_reviewsEJKQck::after {
    bottom: 100%;
    transition: transform 0.5s ease;
    left: 20px;
    height: 40px;
    transform-origin: bottom;
    transform: scaleY(0);
    width: 2px;
    position: absolute;
    content: "";
    background: rgb(144,147,162);
}

.customer_feedbackk8eOS7 .learn_reviewsEJKQck .media_imagej8Uab0::before {
    height: 100%;
    left: 0;
    z-index: 2;
    transition: all 0.4s ease;
    width: 100%;
    position: absolute;
    opacity: 0;
    content: "";
    background: linear-gradient(45deg, rgb(144,147,162,0.5), transparent 60%);
    top: 0;
}

.customer_feedbackk8eOS7 .learn_reviewsEJKQck:hover p {
    transform: translateZ(25px);
}

.customer_feedbackk8eOS7 .learn_reviewsEJKQck:nth-child(3n+2) {
    transform: translateZ(0) translateY(0);
}

.customer_feedbackk8eOS7 .learn_reviewsEJKQck:nth-child(3n+2):hover {
    transform: translateZ(30px) translateY(-10px);
}

.opening_boardJ7sQ91::before {
    top: 0;
    pointer-events: none;
    opacity: 0.05;
    left: 0;
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        rgb(108,110,122,0.5) 0px,
        transparent 2px,
        transparent 10px,
        rgb(108,110,122,0.5) 12px
    );
    z-index: 1;
    content: "";
    height: 100%;
    width: 100%;
}

.opening_boardJ7sQ91 .content_wrapNbPpRs {
    flex-direction: column;
    z-index: 3;
    transform-style: preserve-3d;
    justify-content: center;
    padding: 2rem;
    flex: 1;
    display: flex;
}

.opening_boardJ7sQ91:hover li:first-child {
    transform: translateX(10px);
}

.opening_boardJ7sQ91 .page_titleuGiqQx:hover::before {
    opacity: 0.2;
}

.opening_boardJ7sQ91 svg {
    will-change: transform;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    filter: drop-shadow(0 8px 15px rgba(94,170,168, 0.2));
    height: 100px;
    width: 100px;
    transform: perspective(800px) rotateY(0deg);
}

.opening_boardJ7sQ91 .page_titleuGiqQx p {
    margin: 0 auto;
    max-width: 90%;
    transform: translateY(0);
    font-size: 12px;
    line-height: 1.6;
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    color: #000000;
    text-align: center;
    position: relative;
}

.opening_boardJ7sQ91 .contact_inquiryFvHl0Y:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 8px 20px rgba(94,170,168, 0.3);
}

.opening_boardJ7sQ91 .media_imagej8Uab0 {
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    overflow: hidden;
    width: 100%;
    clip-path: polygon(0 0, 100% 10%, 100% 90%, 0 100%);
    position: relative;
    transform-style: preserve-3d;
    height: 300px;
}

.info_detailsVNnDU6::before {
    content: '';
    pointer-events: none;
    bottom: 0;
    background: 
        radial-gradient(circle at 30% 100%, rgba(255,255,255,0.03) 0%, transparent 50%),
        linear-gradient(135deg, transparent 20%, rgb(181,184,199) 20%, rgb(181,184,199) 40%, transparent 40%),
        linear-gradient(225deg, transparent 20%, rgb(181,184,199) 20%, rgb(181,184,199) 40%, transparent 40%);
    right: 0;
    z-index: 1;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
}

.info_detailsVNnDU6 .contact_todayjJ4aSN:nth-child(1) p {
    display: flex;
    align-items: center;
}

.info_detailsVNnDU6 .contact_todayjJ4aSN h2 {
    display: inline-block;
    color: rgb(144,147,162);
    position: relative;
    font-size: 42px;
    margin-bottom: 1rem;
    font-weight: 700;
}

.info_detailsVNnDU6 .media_imagej8Uab0 {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    transform: perspective(1000px) rotateX(5deg);
    transition: all 0.5s ease;
    height: 100%;
}

.info_detailsVNnDU6 .media_imagej8Uab0:hover::before {
    opacity: 0.3;
}

.info_detailsVNnDU6 .help_deskUMjGAt a {
    display: flex;
    transition: all 0.3s ease;
    text-decoration: none;
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.info_detailsVNnDU6 .help_deskUMjGAt a span {
    opacity: 0.7;
    position: relative;
    z-index: 2;
    font-size: 13px;
    color: rgb(144,147,162);
    margin-bottom: 0.5rem;
}

.info_detailsVNnDU6 .connect_expertsPCDc6A h3 {
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgb(144,147,162);
    margin-right: 1rem;
    font-size: 18px;
}

.info_detailsVNnDU6 .help_deskUMjGAt a:hover svg,
.info_detailsVNnDU6 .help_deskUMjGAt a:hover svg path {
    transform: scale(1.1);
    fill: rgb(108,110,122);
}

.pricing_blockFw2pBM::after {
    left: -50px;
    content: "";
    filter: blur(60px);
    animation: float-effect 15s infinite alternate-reverse ease-in-out;
    width: 250px;
    background: rgb(108,110,122,0.5);
    height: 250px;
    bottom: -50px;
    z-index: 0;
    position: absolute;
}

.pricing_blockFw2pBM .learning_dealsdZygpt h2 {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 30px;
    position: relative;
    color: #000000;
    display: inline-block;
}

.pricing_blockFw2pBM .rate_cardVRaLbo {
    perspective: 1000px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
}

.pricing_blockFw2pBM .promo_ratesu5cS32:hover .lesson_ratesFn5Gop {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12), 0 0 20px rgb(144,147,162,0.5);
}

.pricing_blockFw2pBM .offer_boxYPX82g::before {
    position: absolute;
    content: "";
    transform-origin: left;
    top: 0;
    transform: scaleX(0);
    height: 5px;
    left: 0;
    background: linear-gradient(90deg, rgb(144,147,162), rgb(108,110,122));
    right: 0;
    transition: transform 0.5s ease;
}

.pricing_blockFw2pBM .pricing_cardQAnYy9 {
    display: block;
    word-break: break-word;
    position: relative;
    transition: transform 0.4s ease;
    color: rgb(108,110,122);
    font-size: 21px;
    white-space: normal;
    font-weight: 700;
    overflow-wrap: break-word;
    margin: 10px 0 20px;
}

.pricing_blockFw2pBM .media_imagej8Uab0 {
    overflow: hidden;
    height: 200px;
    position: relative;
    transform: translateZ(-10px);
    transition: transform 0.6s ease, filter 0.6s ease;
}

.pricing_blockFw2pBM .promo_ratesu5cS32:hover .media_imagej8Uab0 {
    filter: brightness(1.1) contrast(1.05);
    transform: translateZ(0);
}

header::before {
    position: absolute;
    right: 2px;
    top: 2px;
    bottom: 2px;
    left: 2px;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 15px), 
        calc(100% - 15px) 100%, 
        15px 100%, 
        0 calc(100% - 15px)
    );
    z-index: -1;
    content: '';
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05) 0px,
        rgba(255, 255, 255, 0.05) 1px,
        transparent 1px,
        transparent 10px
    );
}

header .main_knowo1Kh8m:hover {
    transform: translateY(-3px) scale(1.03);
    background: rgba(255, 255, 255, 0.2);
}

header .nav_guideyUMxm5 {
    padding: 0;
    position: relative;
    display: flex;
    margin: 0;
    list-style: none;
    z-index: 2;
}

header .head_pagewrapUFjy6m a::before {
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    width: 100%;
    transition: left 0.7s ease;
    position: absolute;
    top: 0;
    left: -100%;
    height: 100%;
    content: '';
}

header .head_pagewrapUFjy6m:hover::after {
    width: 80%;
}

header .first_lessonfqrUVz::before {
    position: absolute;
    right: 10px;
    border-bottom: none;
    border-right: none;
    border: 2px solid rgba(255, 255, 255, 0.3);
    opacity: 0.5;
    top: 10px;
    width: 40px;
    content: '';
    height: 40px;
}



header::after {
    width: 8px;
    animation: pulse 2s infinite;
    background: #ffffff;
    position: absolute;
    content: '';
    box-shadow: 0 0 10px #ffffff;
    border-radius: 50%;
    right: 15px;
    height: 8px;
    top: 15px;
}

.prospective_students8kiXy2::after {
    width: 100%;
    opacity: 0.03;
    left: 0;
    content: "";
    height: 100%;
    background-position: 0 0, 0 60px, 60px -60px, -60px 0px;
    z-index: 0;
    top: 0;
    background-size: 120px 120px;
    background-image: 
        linear-gradient(45deg, #000000 25%, transparent 25%),
        linear-gradient(-45deg, #000000 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, #000000 25%),
        linear-gradient(-45deg, transparent 75%, #000000 25%);
    position: absolute;
}

.prospective_students8kiXy2 .team_bioswW49r1::after {
    animation: pulse-effect 8s infinite alternate-reverse ease-in-out;
    content: "";
    opacity: 0.1;
    background: linear-gradient(225deg, rgb(108,110,122) 0%, rgb(144,147,162) 100%);
    position: absolute;
    border-radius: 50%;
    bottom: -75px;
    width: 150px;
    height: 150px;
    left: -75px;
    filter: blur(25px);
}

.prospective_students8kiXy2 div p:last-child {
    margin-bottom: 0;
}

.prospective_students8kiXy2 div p:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.prospective_students8kiXy2 div p:hover svg {
    transform: scale(1.2) rotate(5deg);
}

.prospective_students8kiXy2 div p::after {
    background: linear-gradient(90deg, rgb(144,147,162) 0%, transparent 100%);
    transition: width 0.5s ease;
    width: 0;
    height: 1px;
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
}

.gratSectionFqky8E .container {
    z-index: 10;
    transform: perspective(1000px) rotateX(1deg);
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 0 2rem;
}

.gratSectionFqky8E h2::after {
    width: 100px;
    transform: scaleX(0);
    height: 4px;
    bottom: -12px;
    position: absolute;
    transform-origin: left;
    animation: expandLine 0.5s 0.8s forwards ease-out;
    background: linear-gradient(90deg, rgb(144,147,162) 0%, rgb(108,110,122) 100%);
    content: "";
    left: 0;
}

.gratSectionFqky8E .team_bioswW49r1::before {
    width: 100%;
    background: linear-gradient(90deg, rgb(108,110,122) 0%, rgb(144,147,162) 100%);
    position: absolute;
    top: 0;
    height: 5px;
    content: "";
    left: 0;
}

.gratSectionFqky8E span {
    color: #000000;
    line-height: 1.8;
    position: relative;
    display: block;
    font-family: Arial, sans-serif;
    font-size: 16px;
    animation: fadeText 0.8s 0.6s both;
}

.program_resultsTYueL0::before {
    z-index: 0;
    content: "";
    background: radial-gradient(circle at 10% 30%, rgba(rgb(144,147,162,0.5), 0.08), transparent 60%);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.program_resultsTYueL0 h5::after {
    border-radius: 10px;
    bottom: -12px;
    left: 50%;
    background: linear-gradient(90deg, rgb(144,147,162), rgb(108,110,122));
    content: "";
    transform: translateX(-50%);
    width: 60px;
    position: absolute;
    height: 3px;
}

.program_resultsTYueL0 .media_imagej8Uab0 {
    object-fit: cover;
    border-radius: 10px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scale(1);
    box-shadow: 0 10px 20px rgba(rgba(0, 0, 0, 0.5), 0.1);
    width: 100%;
    height: 300px;
}

.program_resultsTYueL0 li:hover {
    transform: translateX(5px);
}

.program_resultsTYueL0 li::before {
    position: absolute;
    transition: opacity 0.3s ease, transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    left: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
    border-radius: 10px;
    transform-origin: left;
    background: linear-gradient(90deg, rgba(rgb(144,147,162,0.5), 0.05), transparent);
    transform: scaleX(0.9);
    top: 0;
    opacity: 0;
}

header .top_plank .edu_panelM2KBYj div svg, header .top_plank .edu_panelM2KBYj div svg path {
    fill: #ffffff;
}

header .top_plank .edu_panelM2KBYj div img, header .top_plank .edu_panelM2KBYj div svg {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.course_instructorbxCs4e::before {
    background: conic-gradient(from 45deg at 50% 50%, transparent 0deg, rgb(144,147,162,0.5) 90deg, transparent 180deg, rgb(108,110,122,0.5) 270deg, transparent 360deg);
    width: 100%;
    opacity: 0.2;
    top: 0;
    height: 100%;
    position: absolute;
    animation: rotateBg 30s linear infinite;
    content: "";
    left: 0;
}

.course_instructorbxCs4e .learn_reviewsEJKQck:hover .media_imagej8Uab0 {
    transform: translateZ(30px);
}

.course_instructorbxCs4e .name {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0.5rem;
    font-size: 34px;
    transform: translateZ(10px);
    grid-area: name;
}

.course_instructorbxCs4e .employee_progressiJv9UO::before {
    width: 100%;
    left: 0;
    mix-blend-mode: overlay;
    background: linear-gradient(90deg, rgb(144,147,162,0.5) 0%, transparent 100%);
    position: absolute;
    content: "";
    opacity: 0.1;
    border-radius: 10px;
    top: 0;
    height: 100%;
}

.who_we_areR1MeJB .container {
    padding: 0;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    overflow: visible;
}

.who_we_areR1MeJB h2 {
    border-left: 4px solid rgb(144,147,162);
    font-size: 36px;
    padding-left: 20px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 60px;
    text-align: left;
    position: relative;
}

.who_we_areR1MeJB .edu_valuesNqdRy8 {
    display: grid;
    position: relative;
    gap: 50px;
    grid-template-columns: 1fr;
}

.who_we_areR1MeJB .academy_teambjrpT7 {
    padding: 0;
    align-items: center;
    display: grid;
    gap: 30px;
    grid-template-columns: 3fr 7fr;
    position: relative;
}

.who_we_areR1MeJB .academy_teambjrpT7:nth-child(1) h3 {
    grid-column: 1;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
    margin-right: -30px;
    grid-row: 1;
    z-index: 2;
}

.who_we_areR1MeJB .academy_teambjrpT7 p {
    font-size: 14px;
    color: #000000;
    line-height: 1.8;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    border-radius: 14px;
    background: #ffffff;
    padding: 30px;
    z-index: 1;
}

.who_we_areR1MeJB .academy_teambjrpT7:nth-child(2) p {
    grid-row: 1;
    margin-right: -20px;
    grid-column: 1;
    clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 100%, 0 100%);
    text-align: right;
    border-right: 3px solid rgb(108,110,122);
}

footer {
    position: relative;
    color: #ffffff;
    font-family: Arial, sans-serif;
    z-index: 1;
}

footer::before {
    top: 0;
    z-index: -1;
    animation: gradientShift 15s ease infinite;
    left: 0;
    width: 100%;
    content: "";
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(144,147,162,0.5) 50%, rgb(108,110,122,0.5) 100%);
    position: absolute;
    backdrop-filter: blur(8px);
    height: 100%;
}

.tutor_matchpK4xvc .company_holder:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 
                inset 0 0 0 1px rgba(255, 255, 255, 0.15),
                0 0 20px rgb(144,147,162,0.5);
    transform: translateY(-5px);
}

.tutor_matchpK4xvc .company_holder h3::after {
    background: linear-gradient(to right, rgb(144,147,162), rgb(108,110,122));
    height: 2px;
    transition: transform 0.5s ease;
    left: 0;
    width: 100%;
    bottom: -8px;
    transform-origin: left;
    position: absolute;
    content: "";
    transform: scaleX(0.3);
}

.tutor_matchpK4xvc .nav_guideyUMxm5 h5 {
    font-size: 22px;
    margin-bottom: 1.25rem;
    color: #ffffff;
    position: relative;
    display: inline-block;
    font-weight: 600;
}

.tutor_matchpK4xvc .nav_guideyUMxm5:hover h5::before {
    width: 100%;
}

.tutor_matchpK4xvc .nav_guideyUMxm5 a::before {
    content: "";
    position: absolute;
    height: 1px;
    z-index: -1;
    bottom: 0;
    left: 0;
    transition: width 0.3s ease;
    width: 0;
    background: linear-gradient(to right, rgb(144,147,162), rgb(108,110,122));
}

.grade_help5OEMFm::before {
    position: absolute;
    background: linear-gradient(to right, 
                transparent 0%, 
                rgb(108,110,122) 25%, 
                #ffffff 50%, 
                rgb(144,147,162) 75%, 
                transparent 100%);
    top: 0;
    right: 0;
    left: 0;
    height: 1px;
    content: "";
}

.tutor_matchpK4xvc .main_learningw4YZRO a:hover::after {
    transform: translateY(-50%) scale(1);
}

.tutor_matchpK4xvc .sample_docseY6TFv::after {
    width: 0;
    right: -10px;
    position: absolute;
    border: 1px solid transparent;
    bottom: -10px;
    transition: width 0.5s ease 0.3s, height 0.5s ease;
    height: 0;
    content: "";
}

.contact_panel5BJcq1 {
    position: relative;
    overflow: hidden;
    background: rgb(181,184,199);
    padding: 100px 0;
}

.contact_panel5BJcq1::before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(144,147,162,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(108,110,122,0.5) 0%, transparent 30%);
    width: 100%;
    z-index: 1;
    background: rgb(181,184,199);
    left: 0;
}

.contact_panel5BJcq1 h2::before {
    left: calc(50% - 50px);
    width: 100px;
    background: rgb(144,147,162);
    bottom: -15px;
    height: 2px;
    box-shadow: 
        0 0 5px rgb(144,147,162),
        0 0 10px rgb(144,147,162),
        0 0 15px rgb(144,147,162);
    content: "";
    position: absolute;
}

.contact_panel5BJcq1 .feedback_sectionyDYEF8::before {
    pointer-events: none;
    border: 1px solid rgb(144,147,162);
    content: "";
    z-index: 3;
    border-radius: 12px;
    opacity: 0.2;
    position: absolute;
    inset: 0;
}

.contact_panel5BJcq1 .support_inquiryEuZXe2 {
    flex: 0 0 55%;
    background: #ffffff;
    position: relative;
    padding: 60px;
}

.contact_panel5BJcq1 .support_inquiryEuZXe2::after {
    height: 150px;
    z-index: 0;
    left: -75px;
    filter: blur(80px);
    background: rgb(108,110,122,0.5);
    position: absolute;
    bottom: -75px;
    opacity: 0.3;
    content: "";
    width: 150px;
}

.contact_panel5BJcq1 form input[type="text"] {
    padding: 18px 25px;
    font-size: 16px;
    width: 100%;
    color: #000000;
    border-radius: 8px;
    margin-bottom: 25px;
    transition: all 0.3s ease;
    border: 1px solid rgb(144,147,162,0.5);
    background: rgb(181,184,199);
}

.contact_panel5BJcq1 .connect_widgetED6son label {
    position: relative;
    color: #000000;
    font-size: 16px;
    line-height: 1.5;
    cursor: pointer;
    padding-left: 35px;
}

.contact_panel5BJcq1 .connect_widgetED6son input[type="checkbox"]:checked + label::after {
    border: solid #ffffff;
    content: "";
    height: 12px;
    transform: rotate(45deg);
    left: 8px;
    position: absolute;
    width: 6px;
    top: 4px;
    border-width: 0 2px 2px 0;
}

.contact_panel5BJcq1 .connect_widgetED6son label a:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}

.contact_panel5BJcq1 .contact_inquiryFvHl0Y::before {
    transform: scaleX(0);
    content: "";
    left: 0;
    position: absolute;
    transform-origin: right;
    background: rgb(108,110,122);
    width: 100%;
    z-index: -1;
    transition: transform 0.5s ease;
    height: 100%;
    top: 0;
}

.contact_panel5BJcq1 svg {
    height: 22px;
    transition: all 0.3s ease;
    fill: rgb(144,147,162);
    filter: drop-shadow(0 0 2px rgb(144,147,162,0.5));
    width: 22px;
}

.secure_retreat8ftCux h1 {
    text-transform: uppercase;
    border-bottom: 2px solid rgb(144,147,162);
    color: rgb(144,147,162);
    font-size: 44px;
    margin-bottom: 25px;
    margin-top: 40px;
    text-shadow: 0 0 10px rgb(144,147,162,0.5);
    font-weight: 700;
    padding-bottom: 10px;
}

.secure_retreat8ftCux ul, .secure_retreat8ftCux ol {
    padding-left: 20px;
    list-style-position: inside;
    padding: 15px 0;
}

.secure_retreat8ftCux section {
    box-shadow: 0 0 15px rgb(144,147,162,0.5);
    border-radius: 10px;
    padding: 20px;
    margin-top: 20px;
    background: rgb(181,184,199);
}


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



@media screen and (max-width: 767px) {.course_overview1p8JMl {
    padding: 60px 0;
}.course_overview1p8JMl .new_studymXzWYZ {
    gap: 30px;
}.course_overview1p8JMl .content_wrapNbPpRs {
    gap: 20px;
    padding: 25px;
}.course_overview1p8JMl .content_wrapNbPpRs h2 {
    font-size: calc(33px * 0.8);
    padding: 10px 15px;
    margin-bottom: 15px;
}.course_overview1p8JMl .content_wrapNbPpRs .description {
    font-size: calc(17px * 0.95);
    padding: 12px;
    line-height: 1.7;
    margin-bottom: 15px;
}.course_overview1p8JMl .media_imagej8Uab0 {
    min-height: 350px;
}.course_overview1p8JMl .new_studymXzWYZ::before {
    display: none;
}
}



@media (max-width: 992px) {.customer_feedbackk8eOS7 {
    padding: 5rem 1.5rem;
}.customer_feedbackk8eOS7 .review_panel7RybJM {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
    transform: perspective(1000px) rotateX(15deg);
}.customer_feedbackk8eOS7 h4 {
    margin-bottom: 4rem;
    font-size: calc(28px * 0.9);
}.customer_feedbackk8eOS7 .learn_reviewsEJKQck:nth-child(2n+1) {
    transform: translateZ(10px) translateY(0);
}.customer_feedbackk8eOS7 .learn_reviewsEJKQck:nth-child(2n+2) {
    transform: translateZ(0) translateY(0);
}.customer_feedbackk8eOS7 .learn_reviewsEJKQck:nth-child(2n+1):hover {
    transform: translateZ(40px) translateY(-10px);
}.customer_feedbackk8eOS7 .learn_reviewsEJKQck:nth-child(2n+2):hover {
    transform: translateZ(30px) translateY(-10px);
}
}



@media (min-width: 1200px) {.opening_boardJ7sQ91 .team_bioswW49r1 {
    padding: 0 8%;
}.opening_boardJ7sQ91 .content_wrapNbPpRs {
    padding: 5rem;
}.opening_boardJ7sQ91 h1 {
    font-size: calc(22px * 1.6);
}.opening_boardJ7sQ91 svg {
    width: 180px;
    height: 180px;
}.opening_boardJ7sQ91 .page_titleuGiqQx {
    gap: 2rem;
}.opening_boardJ7sQ91 .page_titleuGiqQx p {
    font-size: calc(12px * 1.3);
}.opening_boardJ7sQ91 .contact_inquiryFvHl0Y {
    font-size: calc(16px * 1.1);
}
}



@media screen and (max-width: 768px) {.info_detailsVNnDU6 .learn_chatl6Zf4B {
    grid-template-columns: 1fr;
}.info_detailsVNnDU6 .contact_todayjJ4aSN:nth-child(1),
    .info_detailsVNnDU6 .contact_todayjJ4aSN:nth-child(2),
    .info_detailsVNnDU6 .contact_todayjJ4aSN:nth-child(3) {
    grid-row: auto;
    grid-column: 1;
}.info_detailsVNnDU6 .contact_todayjJ4aSN:nth-child(3) {
    grid-template-columns: 1fr;
}.info_detailsVNnDU6 .media_imagej8Uab0 {
    height: 250px;
}
}



@media (min-width: 1200px) {.pricing_blockFw2pBM .rate_cardVRaLbo {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.pricing_blockFw2pBM .offer_boxYPX82g {
    padding: 35px;
}.pricing_blockFw2pBM .media_imagej8Uab0 {
    height: 220px;
}
}



@media (max-width: 480px) {.pricing_blockFw2pBM {
    padding: 50px 0;
}.pricing_blockFw2pBM .offer_boxYPX82g h3 {
    font-size: 21px;
}.pricing_blockFw2pBM .pricing_cardQAnYy9 {
    font-size: calc(21px - 2px);
}.pricing_blockFw2pBM .media_imagej8Uab0 {
    height: 160px;
}.pricing_blockFw2pBM .offer_boxYPX82g {
    padding: 20px;
}}



@media (max-width: 479px) {header .first_lessonfqrUVz {
    padding: 0.7rem 1.2rem;
}header .main_knowo1Kh8m {
    max-width: 120px;
    padding: 0.4rem 0.6rem;
}header .head_pagewrapUFjy6m a {
    height: 30px;
    font-size: calc(12px - 3px);
    padding: 0 0.6rem;
}}



@media (max-width: 991px) {.prospective_students8kiXy2 {
    padding: 80px 0;
}.prospective_students8kiXy2 .team_bioswW49r1 {
    padding: 40px 30px;
}.prospective_students8kiXy2 h4 {
    font-size: calc(36px - 2px);
    margin-bottom: 30px;
}.prospective_students8kiXy2 div p {
    margin-bottom: 20px;
    padding: 12px 15px;
    font-size: 18px;
}
}



@media (max-width: 767px) {.prospective_students8kiXy2 {
    padding: 60px 0;
}.prospective_students8kiXy2 .team_bioswW49r1 {
    padding: 30px 20px;
}.prospective_students8kiXy2 h4 {
    font-size: calc(36px - 4px);
    margin-bottom: 25px;
    padding-bottom: 12px;
}.prospective_students8kiXy2 h4::after {
    width: 60px;
    height: 3px;
}.prospective_students8kiXy2 div p {
    font-size: calc(18px - 1px);
    margin-bottom: 15px;
    padding: 10px 12px;
}.prospective_students8kiXy2 div p svg {
    width: 20px;
    margin-right: 10px;
    height: 20px;
    min-width: 20px;
}.prospective_students8kiXy2::before,
    .prospective_students8kiXy2::after {
    opacity: 0.05;
}
}



@media (max-width: 767px) {.gratSectionFqky8E {
    padding: 4rem 0;
}.gratSectionFqky8E h2 {
    font-size: calc(29px * 0.8);
    margin-bottom: 2rem;
}.gratSectionFqky8E h2::after {
    width: 80px;
    height: 3px;
}.gratSectionFqky8E .team_bioswW49r1 {
    padding: 1.75rem;
}.gratSectionFqky8E span {
    font-size: calc(16px * 0.95);
    line-height: 1.7;
}
}



@media (min-width: 1024px) {.program_resultsTYueL0 {
    padding: 8rem 0;
}.program_resultsTYueL0 h5 {
    font-size: calc(24px * 1.4);
}.program_resultsTYueL0 .team_bioswW49r1 {
    gap: 5rem;
    padding: 3rem;
}.program_resultsTYueL0 .team_bioswW49r1 > div:first-child {
    flex: 0 0 42%;
}.program_resultsTYueL0 .media_imagej8Uab0 {
    height: 420px;
}.program_resultsTYueL0 ul {
    gap: 2rem 1.5rem;
}.program_resultsTYueL0 li p {
    line-height: 1.6;
    font-size: calc(12px * 1.05);
}.program_resultsTYueL0 li:nth-child(odd) {
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.program_resultsTYueL0 li:nth-child(odd):hover {
    transform: translateY(-5px);
}.program_resultsTYueL0 li:nth-child(even) {
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.program_resultsTYueL0 li:nth-child(even):hover {
    transform: translateY(5px);
}
}



@media screen and (max-width: 1200px) {.who_we_areR1MeJB .academy_teambjrpT7:nth-child(2) {
    margin-left: 0;
    margin-right: 0;
}
}



@media screen and (max-width: 768px) {.who_we_areR1MeJB {
    padding: 60px 0;
}.who_we_areR1MeJB h2 {
    margin-bottom: 40px;
    padding-left: 15px;
    font-size: calc(36px * 0.9);
}.who_we_areR1MeJB h2::before {
    top: -30px;
    font-size: calc(40px * 1.2);
}.who_we_areR1MeJB .academy_teambjrpT7 h3 {
    font-size: calc(18px * 0.9);
    width: 90%;
    padding: 12px 20px;
}.who_we_areR1MeJB .academy_teambjrpT7 p {
    line-height: 1.7;
    font-size: calc(14px * 0.95);
    padding: 20px;
}
}



@media (max-width: 992px) {.tutor_matchpK4xvc {
    padding: 3.5rem 0 2rem;
}.tutor_matchpK4xvc .container {
    flex-direction: column;
}.tutor_matchpK4xvc .company_holder {
    margin-bottom: 2rem;
    margin-right: 0;
    flex: 1 1 100%;
}.tutor_matchpK4xvc .module_endb5JZMw {
    flex: 1 1 100%;
}.tutor_matchpK4xvc .module_endb5JZMw .main_learningw4YZRO {
    justify-content: space-between;
}.tutor_matchpK4xvc .nav_guideyUMxm5 {
    flex: 1 1 calc(50% - 1rem);
}
}



@media (max-width: 1024px) {.contact_panel5BJcq1 {
    padding: 80px 0;
}.contact_panel5BJcq1 .media_imagej8Uab0 {
    min-height: 500px;
}.contact_panel5BJcq1 .support_inquiryEuZXe2 {
    padding: 50px 40px;
}
}



@media (max-width: 480px) {.contact_panel5BJcq1 {
    padding: 50px 0;
}.contact_panel5BJcq1 h2 {
    font-size: calc(48px * 0.7);
    margin-bottom: 30px;
}.contact_panel5BJcq1 .media_imagej8Uab0 {
    min-height: 200px;
}.contact_panel5BJcq1 .support_inquiryEuZXe2 {
    padding: 30px 20px;
}.contact_panel5BJcq1 form h3 {
    font-size: calc(19px * 0.9);
    margin-bottom: 25px;
}.contact_panel5BJcq1 form input[type="text"] {
    margin-bottom: 15px;
    padding: 12px 15px;
}.contact_panel5BJcq1 .connect_widgetED6son {
    margin-bottom: 20px;
}.contact_panel5BJcq1 .connect_widgetED6son label {
    font-size: calc(16px * 0.9);
}.contact_panel5BJcq1 .contact_inquiryFvHl0Y {
    padding: 12px 20px;
}}



@keyframes glowPulse {
    0% {
        opacity: 0.7;
        box-shadow: 0 0 10px rgb(144,147,162,0.5);
    }
    100% {
        opacity: 1;
        box-shadow: 0 0 20px rgb(144,147,162);
    }
}



@keyframes expand {
    0% {
        width: 20px;
    }
    100% {
        width: 100%;
    }
}



@keyframes glow {
    0% {
        opacity: 0.5;
        box-shadow: 0 0 10px rgb(144,147,162,0.5);
    }
    100% {
        opacity: 1;
        box-shadow: 0 0 20px rgb(144,147,162);
    }
}

@keyframes pulse-effect {
    0% {
        transform: scale(1);
        opacity: 0.1;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.2;
    }
    100% {
        transform: scale(1);
        opacity: 0.1;
    }
}



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

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



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



@keyframes pulsate {
    0%, 100% {
        opacity: 0.4;
        transform: scale(1);
    }
    50% {
        opacity: 0.6;
        transform: scale(1.05);
    }
}

