﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
html,body {
    min-height: 100%;
    height: 100%;
    font-family: Roboto, sans-serif;
    color: #000000;
}
.wrapper-template-g34aWxo {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
.footer {
    flex: 0 0 auto;
}
.top-skill-kPZRtjy {
    flex: 1 0 auto;
}
header,footer {
    width: 100%;
}
a {
    color: inherit;
    text-decoration: none;
}
.container {
    margin: auto;
    width: 1123px;
    max-width: 100%;
}

section {
    background-color: rgb(219,224,234);
}
svg {
    width: 30px;
    height: 30px;
}
@media only screen and (max-width: 1200px)  {
        .container {
            width: 100%;
            padding: 0 20px;
    }
}
@media only screen and (max-width: 800px)  {
        .container {
            padding: 0 12px;
    }
}.contact-information-WZVn8GR {
    padding: 100px 20px;
    background: radial-gradient(circle, rgba(0, 0, 0, 0.5), rgb(219,224,234));
    font-family: Roboto, sans-serif;
    color: #ffffff;
}
.contact-information-WZVn8GR h3 {
    color: rgb(128,145,184);
    font-size: 46px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 0 0 10px rgb(171,183,208);
}
.contact-information-WZVn8GR .team-bios-gKvlW0n {
    display: flex;
    flex-direction: row;
    gap: 40px;
    border: 2px solid rgb(171,183,208);
    border-radius: 18px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    padding: 20px;
}
.contact-information-WZVn8GR .connect-message-Y4UrakQ {
    padding: 40px;
    width: 50%;
    background: linear-gradient(135deg, rgb(171,183,208), rgb(171,183,208,0.5));
    color: #ffffff;
    border-right: 2px solid rgb(128,145,184);
    box-shadow: inset 0 0 10px rgb(128,145,184);
}
.contact-information-WZVn8GR .connect-message-Y4UrakQ h5 {
    color: rgb(128,145,184);
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 16px;
    text-shadow: 0 0 10px rgb(171,183,208);
}
.contact-information-WZVn8GR .connect-message-Y4UrakQ .head-core-KRk0ud7 {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}
.contact-information-WZVn8GR .connect-message-Y4UrakQ .head-core-KRk0ud7 svg, 
.contact-information-WZVn8GR .connect-message-Y4UrakQ .head-core-KRk0ud7 img {
    width: 80px;
    height: 80px;
    fill: #ffffff;
    flex-shrink: 0;
}
.contact-information-WZVn8GR .connect-message-Y4UrakQ .head-core-KRk0ud7 span {
    font-size: 21px;
    color: #ffffff;
}
.contact-information-WZVn8GR .connect-message-Y4UrakQ .request-support-p8Sc3uO > div {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}
.contact-information-WZVn8GR .connect-message-Y4UrakQ .request-support-p8Sc3uO svg, 
.contact-information-WZVn8GR .connect-message-Y4UrakQ .request-support-p8Sc3uO path {
    fill: rgb(128,145,184);
    width: 24px;
    height: 24px;
    filter: drop-shadow(0 0 5px rgb(171,183,208));
}
.contact-information-WZVn8GR .connect-message-Y4UrakQ .request-support-p8Sc3uO span {
    font-size: 12px;
    color: #ffffff;
    font-weight: 300;
    text-shadow: 0 0 5px rgb(171,183,208);
}
.contact-information-WZVn8GR .reach-support-9jEydau {
    padding: 40px;
    background: #ffffff;
    width: 50%;
    border-radius: 18px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 1;
}
.contact-information-WZVn8GR .reach-support-9jEydau::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border: 2px solid rgb(171,183,208);
    border-radius: 18px;
    filter: drop-shadow(0 0 20px rgb(171,183,208));
    z-index: -1;
}
.contact-information-WZVn8GR .query-widget-Y9fXmR7 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    gap: 22px;
}
.contact-information-WZVn8GR .reach-support-9jEydau form {
    display: flex;
    flex-direction: column;
    gap: 22px;
}
.contact-information-WZVn8GR .reach-support-9jEydau form h3 {
    font-size: 31px;
    font-weight: 600;
    margin-bottom: 18px;
    color: #000000;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.contact-information-WZVn8GR form input {
    border: 2px solid rgb(171,183,208);
    padding: 15px;
    font-size: 12px;
    background: #ffffff;
    border-radius: 10px;
    outline: none;
    width: 100%;
    color: #000000;
    transition: background 0.3s, color 0.3s, border 0.3s, box-shadow 0.3s;
}
.contact-information-WZVn8GR form input::placeholder {
    color: rgba(0, 0, 0, 0.5);
}
.contact-information-WZVn8GR form input:focus {
    background: rgb(219,224,234);
    border: 2px solid rgb(128,145,184);
    box-shadow: 0 0 10px rgb(128,145,184);
}
.contact-information-WZVn8GR form .query-list-8eLy7Ia {
    padding: 15px;
    background: linear-gradient(135deg, rgb(171,183,208), rgb(128,145,184));
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    border: none;
    border-radius: 18px;
    cursor: pointer;
    transition: background 0.3s, transform 0.3s, box-shadow 0.3s;
    box-shadow: 0 0 10px rgb(171,183,208);
}
.contact-information-WZVn8GR form .query-list-8eLy7Ia:hover {
    background: linear-gradient(135deg, rgb(128,145,184), rgb(171,183,208));
    transform: scale(1.05);
    box-shadow: 0 0 20px rgb(171,183,208);
}
.contact-information-WZVn8GR .query-message-AGtfPKl {
    display: flex;
    align-items: center;
    gap: 10px;
}
.contact-information-WZVn8GR .query-message-AGtfPKl input[type=checkbox] {
    width: auto;
    margin: 0;
    accent-color: rgb(171,183,208);
}
.contact-information-WZVn8GR .query-message-AGtfPKl label {
    font-size: 12px;
    color: #000000;
}
.contact-information-WZVn8GR .query-message-AGtfPKl a {
    color: rgb(128,145,184);
    text-decoration: underline;
    transition: color 0.3s;
}
.contact-information-WZVn8GR .query-message-AGtfPKl a:hover {
    color: rgb(171,183,208);
}
@media only screen and (max-width: 800px) {
    .contact-information-WZVn8GR {
        padding: 40px 0;
    }
    .contact-information-WZVn8GR .team-bios-gKvlW0n {
        flex-direction: column;
    }
    .contact-information-WZVn8GR .connect-message-Y4UrakQ, .contact-information-WZVn8GR .reach-support-9jEydau {
        padding: 10px;
    }
    .contact-information-WZVn8GR .connect-message-Y4UrakQ, 
    .contact-information-WZVn8GR .reach-support-9jEydau {
        width: 100%;
    }
    .contact-information-WZVn8GR h3 {
        font-size: 31px;
    }
    .contact-information-WZVn8GR .query-widget-Y9fXmR7 {
        flex-wrap: wrap;
        gap:22px;
    }
    .contact-information-WZVn8GR form input {
        width: 100%;
    }
    .contact-information-WZVn8GR .team-bios-gKvlW0n h3 {
        font-size: 21px;
    }
}
.course-info-2mzBCvV {
    position: relative;
    overflow: hidden;
    background-color: #000000;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.course-info-2mzBCvV .skill-track-tSIEX7O {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}

.course-info-2mzBCvV .program-path-AotTS7H {
    display: flex;
    width: 500%;
    height: 100%;
    animation: split-carousel 40s linear infinite;
}

.course-info-2mzBCvV .skill-track-tSIEX7O:hover .program-path-AotTS7H {
    animation-play-state: paused;
}

.course-info-2mzBCvV .knowledge-guide-hgVdJsR {
    position: relative;
    flex: 1;
    overflow: hidden;
}

.course-info-2mzBCvV .knowledge-guide-hgVdJsR:nth-child(odd) {
    mask-image: linear-gradient(to right, transparent 0%, black 15%, black 85%, transparent 100%);
}

.course-info-2mzBCvV .knowledge-guide-hgVdJsR:nth-child(even) {
    mask-image: linear-gradient(to right, transparent 5%, black 20%, black 80%, transparent 95%);
}

.course-info-2mzBCvV .knowledge-guide-hgVdJsR img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(0.3) contrast(1.2);
    transition: all 0.7s ease;
    transform: scale(1.1);
}

.course-info-2mzBCvV .knowledge-guide-hgVdJsR:hover img {
    filter: grayscale(0) contrast(1.3);
    transform: scale(1.05);
}

.course-info-2mzBCvV .container {
    position: relative;
    z-index: 10;
    padding: 0 1rem;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.course-info-2mzBCvV .team-bios-gKvlW0n {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.course-info-2mzBCvV .career-progress-n0vqYTc {
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(10px);
    border: 1px solid rgb(171,183,208,0.5);
    border-radius: 23px;
    padding: 3rem;
    max-width: 550px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.course-info-2mzBCvV .career-progress-n0vqYTc::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: conic-gradient(
        from 0deg at 50% 50%,
        transparent 0deg,
        rgb(171,183,208,0.5) 90deg,
        transparent 180deg,
        rgb(128,145,184,0.5) 270deg,
        transparent 360deg
    );
    animation: rotate-background 20s linear infinite;
    opacity: 0.1;
    z-index: -1;
}

.course-info-2mzBCvV .career-progress-n0vqYTc h3 {
    color: #ffffff;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 1.5rem;
    letter-spacing: 1px;
    position: relative;
    display: inline-block;
}

.course-info-2mzBCvV .career-progress-n0vqYTc h3::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 2px;
    background: rgb(171,183,208);
}


.course-info-2mzBCvV .career-progress-n0vqYTc p {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 2.5rem;
    position: relative;
}

.course-info-2mzBCvV .career-progress-n0vqYTc .query-list-8eLy7Ia {
    display: inline-block;
    background-color: transparent;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    padding: 0.9rem 2.5rem;
    border: 2px solid rgb(171,183,208);
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.4s ease;
}

.course-info-2mzBCvV .career-progress-n0vqYTc .query-list-8eLy7Ia::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background-color: rgb(171,183,208);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: -1;
    transition: width 0.6s ease, height 0.6s ease;
}

.course-info-2mzBCvV .career-progress-n0vqYTc .query-list-8eLy7Ia:hover {
    color: #000000;
}

.course-info-2mzBCvV .career-progress-n0vqYTc .query-list-8eLy7Ia:hover::before {
    width: 300%;
    height: 300%;
}

@keyframes split-carousel {
    0%, 18% {
        transform: translateX(0);
    }
    23%, 41% {
        transform: translateX(-20%);
    }
    46%, 64% {
        transform: translateX(-40%);
    }
    69%, 87% {
        transform: translateX(-60%);
    }
    92%, 100% {
        transform: translateX(-80%);
    }
}

@keyframes rotate-background {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 1200px) {
    .course-info-2mzBCvV .career-progress-n0vqYTc {
        max-width: 500px;
        padding: 2.5rem;
    }
}

@media (max-width: 768px) {
    .course-info-2mzBCvV {
        min-height: 100vh;
    }
    
    .course-info-2mzBCvV .program-path-AotTS7H {
        animation-duration: 30s;
    }
    
    .course-info-2mzBCvV .career-progress-n0vqYTc {
        padding: 2rem;
        max-width: 90%;
    }
    
    .course-info-2mzBCvV .career-progress-n0vqYTc h3 {
        font-size: calc(28px * 0.85);
    }
    
    .course-info-2mzBCvV .knowledge-guide-hgVdJsR::after {
        background: linear-gradient(to bottom, 
            #000000 0%, 
            transparent 30%, 
            transparent 70%, 
            #000000 100%
        );
    }

}

@media (max-width: 576px) {
    .course-info-2mzBCvV .container {
        padding: 0 1rem;
    }
    
    .course-info-2mzBCvV .career-progress-n0vqYTc {
        padding: 1.5rem;
        max-width: 100%;
    }
    
    .course-info-2mzBCvV .career-progress-n0vqYTc h3 {
        font-size: calc(28px * 0.7);
    }
    
    .course-info-2mzBCvV .career-progress-n0vqYTc .query-list-8eLy7Ia {
        display: block;
        width: 100%;
        padding: 0.8rem 1.5rem;
    }
    
    .course-info-2mzBCvV .knowledge-guide-hgVdJsR img {
        filter: grayscale(0.2) contrast(1.1);
    }
}

@media (min-width: 1800px) {
    .course-info-2mzBCvV .career-progress-n0vqYTc {
        max-width: 650px;
        padding: 3.5rem;
    }
    
    .course-info-2mzBCvV .career-progress-n0vqYTc h3 {
        font-size: calc(28px * 1.2);
    }

    .course-info-2mzBCvV .career-progress-n0vqYTc p {
        font-size: calc(18px * 1.1);
    }
    
    .course-info-2mzBCvV .career-progress-n0vqYTc .query-list-8eLy7Ia {
        padding: 1rem 3rem;
    }
}footer {
    background: rgb(128,145,184);
    color: #ffffff;
    font-family: Roboto, sans-serif;
    padding: 60px 0;
    border-top: 2px solid rgb(171,183,208);
    box-shadow: 0 -5px 15px rgb(128,145,184,0.5);
    position: relative;
}
footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 255, 255, 0.2), rgba(255, 0, 255, 0.2));
    opacity: 0.1;
    pointer-events: none;
}
footer .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}
footer .lecture-ref-hEMgWBC {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    max-width: 1200px;
    padding: 0 20px;
    border-bottom: 1px solid rgb(171,183,208,0.5);
    padding-bottom: 30px;
}
footer .head-core-KRk0ud7 svg, footer .head-core-KRk0ud7 img {
    height: 80px;
    width: 80px;
    margin-right: 20px;
    fill: rgb(171,183,208);
    filter: drop-shadow(0 0 10px rgb(171,183,208));
}
footer h5 {
    font-size: 20px;
    color: rgb(171,183,208);
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-bottom: 2px solid rgb(171,183,208);
    padding-bottom: 5px;
}
footer .head-section-o6wjITL a {
    color: #ffffff;
    font-size: 12px;
    margin-bottom: 10px;
    text-decoration: none;
    transition: color 0.3s ease, text-shadow 0.3s ease;
}
footer .head-section-o6wjITL a:hover {
    color: rgb(171,183,208);
    text-shadow: 0 0 5px rgb(171,183,208), 0 0 10px rgb(171,183,208);
}
footer .request-support-p8Sc3uO {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
footer .request-support-p8Sc3uO div {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    transition: transform 0.3s ease;
}
footer .request-support-p8Sc3uO div svg, footer .request-support-p8Sc3uO div svg path {
    fill: rgb(171,183,208);
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
footer .request-support-p8Sc3uO div span {
    color: #ffffff;
    font-size: 12px;
}
footer .request-support-p8Sc3uO div:hover {
    transform: translateX(10px);
}
footer .faq-block-zulka3g {
    text-align: right;
    margin-top: 20px;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5);
}
footer .event-cal-On6iKhs {
    background: rgb(171,183,208);
    padding: 20px 0;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    box-shadow: 0 5px 15px rgb(171,183,208,0.5);
    position: relative;
    z-index: 1;
}
footer .study-bottom-TDXoKUs {
    font-size: 16px;
    color: #ffffff;
}
footer .study-bottom-TDXoKUs a {
    color: #ffffff;
    text-decoration: underline;
    transition: color 0.3s ease, text-shadow 0.3s ease;
}
footer .study-bottom-TDXoKUs a:hover {
    color: rgb(171,183,208);
    text-shadow: 0 0 5px rgb(171,183,208), 0 0 10px rgb(171,183,208);
}
@media only screen and (max-width: 1200px) {
    footer .lecture-ref-hEMgWBC {
        flex-direction: column;
        align-items: center;
    }
    footer h5 {
        text-align: center;
        margin: 20px 0;
    }
    footer .faq-block-zulka3g {
        text-align: center;
    }
}
@media only screen and (max-width: 800px) {
    footer .lecture-ref-hEMgWBC, footer .main-info-uDiWzln {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    footer .request-support-p8Sc3uO {
        margin-top: 20px;
    }
    footer h5 {
        margin-top: 10px;
    }
}
.wrapper-template-g34aWxo footer .footer {
    padding: 40px 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.wrapper-template-g34aWxo footer .head-section-o6wjITL a {
    color: rgba(0, 0, 0, 0.5);
    margin-right: 0;
    transition: color 0.3s ease, text-shadow 0.3s ease;
}
.wrapper-template-g34aWxo footer .head-section-o6wjITL a:after {
    content: "/";
    margin: 0 5px;
}
.wrapper-template-g34aWxo footer .head-section-o6wjITL a:hover {
    color: rgb(171,183,208);
    text-shadow: 0 0 5px rgb(171,183,208), 0 0 10px rgb(171,183,208);
}
.wrapper-template-g34aWxo footer .event-cal-On6iKhs {
    padding: 20px 0;
}
.wrapper-template-g34aWxo footer .study-bottom-TDXoKUs {
    color: rgba(0, 0, 0, 0.5);
    text-align: center;
}
.instructor-profile-psEPhzj {
    padding: 100px 20px;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgb(128,145,184,0.5));
    color: #ffffff;
    font-family: Roboto, sans-serif;
    position: relative;
    overflow: hidden;
}

.instructor-profile-psEPhzj::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgb(171,183,208,0.5), rgb(128,145,184,0.5) 70%);
    animation: rotateBackground 30s linear infinite;
    z-index: 0;
}

@keyframes rotateBackground {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


.instructor-profile-psEPhzj .container {
    position: relative;
    z-index: 2;
}

.instructor-profile-psEPhzj .team-bios-gKvlW0n {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

.instructor-profile-psEPhzj .student-reviews-rFQGcAk {
    background: rgb(128,145,184,0.5);
    border: 1px solid rgb(171,183,208);
    border-radius: 27px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 0 20px rgb(171,183,208,0.5);
    transition: transform 0.3s, box-shadow 0.3s;
    position: relative;
    overflow: hidden;
}

.instructor-profile-psEPhzj .student-reviews-rFQGcAk::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255,255,255,0.1), transparent);
    transform: translate(-50%, -50%);
    animation: animateBorders 5s linear infinite;
    z-index: 1;
}

@keyframes animateBorders {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}

.instructor-profile-psEPhzj .student-reviews-rFQGcAk:hover {
    transform: scale(1.05);
    box-shadow: 0 0 30px rgb(171,183,208,0.5);
}

.instructor-profile-psEPhzj .post-image-grid-59AEI62 {
    width: 100%;
    height: 250px;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    margin-bottom: 20px;
    transition: transform 0.3s;
    position: relative;
    z-index: 2;
}

.instructor-profile-psEPhzj .student-reviews-rFQGcAk:hover .post-image-grid-59AEI62 {
    transform: scale(1.1);
}

.instructor-profile-psEPhzj .work-tasks-JxBNFuW {
    z-index: 2;
    position: relative;
}

.instructor-profile-psEPhzj .student-reviews-rFQGcAk .name {
    color: rgb(171,183,208);
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 10px 0;
}

.instructor-profile-psEPhzj .student-reviews-rFQGcAk span {
    color: rgb(128,145,184);
    font-size: 14px;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
}

.instructor-profile-psEPhzj .student-reviews-rFQGcAk .work-record-TR4OSNP {
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    line-height: 1.5;
    position: relative;
}

.instructor-profile-psEPhzj .student-reviews-rFQGcAk .work-record-TR4OSNP::before {
    content: '"';
    font-size: 40px;
    position: absolute;
    left: -10px;
    top: -10px;
    color: rgb(171,183,208);
}

@media only screen and (max-width: 1200px) {
    .instructor-profile-psEPhzj {
        padding: 80px 10px;
    }

    .instructor-profile-psEPhzj .team-bios-gKvlW0n {
        flex-direction: column;
    }

    .instructor-profile-psEPhzj .student-reviews-rFQGcAk {
        max-width: 90%;
    }
}

@media only screen and (max-width: 800px) {
    .instructor-profile-psEPhzj {
        padding: 60px 5px;
    }

    .instructor-profile-psEPhzj .post-image-grid-59AEI62 {
        height: 200px;
    }

    .instructor-profile-psEPhzj .student-reviews-rFQGcAk .name {
        font-size: 16px;
    }

    .instructor-profile-psEPhzj .student-reviews-rFQGcAk span, 
    .instructor-profile-psEPhzj .student-reviews-rFQGcAk .work-record-TR4OSNP {
        font-size: 20px;
    }
}

.wrapper-template-g34aWxo .instructor-profile-psEPhzj .team-bios-gKvlW0n {
    justify-content: center;
}

.wrapper-template-g34aWxo .instructor-profile-psEPhzj .student-reviews-rFQGcAk {
    width: 100%;
    padding: 30px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    border-left: 10px solid rgb(171,183,208);
}

.wrapper-template-g34aWxo .instructor-profile-psEPhzj .post-image-grid-59AEI62 {
    width: 300px;
    height: 300px;
    margin-right: 20px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 20px rgb(171,183,208,0.5);
    position: relative;
}

.wrapper-template-g34aWxo .instructor-profile-psEPhzj .work-tasks-JxBNFuW {
    width: calc(100% - 320px);
    padding: 0 20px;
    position: relative;
}

.wrapper-template-g34aWxo .instructor-profile-psEPhzj .student-reviews-rFQGcAk::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, transparent, rgb(171,183,208,0.5), transparent);
    animation: animateBorders 10s linear infinite;
    z-index: 1;
}

.wrapper-template-g34aWxo .instructor-profile-psEPhzj .student-reviews-rFQGcAk .name {
    font-size: 19px;
    font-weight: 700;
    color: rgb(171,183,208);
}

.wrapper-template-g34aWxo .instructor-profile-psEPhzj .student-reviews-rFQGcAk span {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
}

.wrapper-template-g34aWxo .instructor-profile-psEPhzj .student-reviews-rFQGcAk .work-record-TR4OSNP {
    font-size: 14px;
    font-style: italic;
    color: #ffffff;
    margin-top: 10px;
}

@media only screen and (max-width: 800px) {
    .wrapper-template-g34aWxo .instructor-profile-psEPhzj .student-reviews-rFQGcAk {
        flex-direction: column;
        padding: 20px;
    }

    .wrapper-template-g34aWxo .instructor-profile-psEPhzj .post-image-grid-59AEI62 {
        width: 100%;
        height: 200px;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .wrapper-template-g34aWxo .instructor-profile-psEPhzj .work-tasks-JxBNFuW {
        width: 100%;
        padding: 0;
    }
}.our-team-C9asHfJ {
    position: relative;
    background-color: #ffffff;
    padding: 120px 0;
    overflow: hidden;
}

.our-team-C9asHfJ::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        linear-gradient(0deg, transparent 24px, rgba(0, 0, 0, 0.5) 25px, rgba(0, 0, 0, 0.5) 26px, transparent 27px, transparent 49px, rgba(0, 0, 0, 0.5) 50px, rgba(0, 0, 0, 0.5) 51px, transparent 52px),
        linear-gradient(90deg, transparent 24px, rgba(0, 0, 0, 0.5) 25px, rgba(0, 0, 0, 0.5) 26px, transparent 27px, transparent 49px, rgba(0, 0, 0, 0.5) 50px, rgba(0, 0, 0, 0.5) 51px, transparent 52px);
    background-size: 50px 50px;
    opacity: 0.03;
    z-index: 1;
}

.our-team-C9asHfJ::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.5) 1px, transparent 1px, transparent 10px),
        repeating-linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.5) 1px, transparent 1px, transparent 10px);
    opacity: 0.03;
    z-index: 1;
}

.our-team-C9asHfJ .container {
    position: relative;
    z-index: 10;
}

.our-team-C9asHfJ h2 {
    font-size: 34px;
    font-weight: 700;
    color: #000000;
    text-align: center;
    margin-bottom: 60px;
    position: relative;
}

.our-team-C9asHfJ h2::before {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
    background-color: rgb(171,183,208);
}

.our-team-C9asHfJ h2::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%) translateX(30px);
    width: 20px;
    height: 3px;
    background-color: rgb(128,145,184);
}

.our-team-C9asHfJ .learn-culture-D41josa {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    position: relative;
}

.our-team-C9asHfJ .learn-culture-D41josa::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        linear-gradient(45deg, transparent calc(50% - 1px), rgb(171,183,208,0.5) calc(50% - 1px), rgb(171,183,208,0.5) calc(50% + 1px), transparent calc(50% + 1px)),
        linear-gradient(135deg, transparent calc(50% - 1px), rgb(128,145,184,0.5) calc(50% - 1px), rgb(128,145,184,0.5) calc(50% + 1px), transparent calc(50% + 1px));
    background-size: 60px 60px;
    opacity: 0.05;
    z-index: -1;
}

.our-team-C9asHfJ .quick-classes-XrA5HMb {
    flex: 1;
    min-width: calc(50% - 15px);
    background-color: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border-radius: 0;
    position: relative;
    z-index: 2;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    overflow: hidden;
}

.our-team-C9asHfJ .quick-classes-XrA5HMb::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, rgb(171,183,208), rgb(128,145,184));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.our-team-C9asHfJ .quick-classes-XrA5HMb:hover::before {
    transform: scaleX(1);
}

.our-team-C9asHfJ .quick-classes-XrA5HMb::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 40px 40px;
    border-color: transparent transparent rgb(171,183,208,0.5) transparent;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.our-team-C9asHfJ .quick-classes-XrA5HMb:hover::after {
    opacity: 1;
}

.our-team-C9asHfJ .quick-classes-XrA5HMb {
    padding: 40px;
    transform: translateY(0);
}

.our-team-C9asHfJ .quick-classes-XrA5HMb:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.our-team-C9asHfJ .quick-classes-XrA5HMb h3 {
    font-size: 22px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 20px;
    position: relative;
    padding-left: 15px;
    transition: all 0.3s ease;
}

.our-team-C9asHfJ .quick-classes-XrA5HMb h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 25px;
    background-color: rgb(171,183,208);
}

.our-team-C9asHfJ .quick-classes-XrA5HMb:last-child h3::before {
    background-color: rgb(128,145,184);
}

.our-team-C9asHfJ .quick-classes-XrA5HMb:hover h3 {
    color: rgb(171,183,208);
}

.our-team-C9asHfJ .quick-classes-XrA5HMb:last-child:hover h3 {
    color: rgb(128,145,184);
}

.our-team-C9asHfJ .quick-classes-XrA5HMb p {
    font-size: 15px;
    line-height: 1.8;
    color: #000000;
    position: relative;
}

.our-team-C9asHfJ .container::before {
    content: "";
    position: absolute;
    top: -150px;
    right: -150px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgb(171,183,208,0.5), rgb(128,145,184,0.5));
    opacity: 0.1;
    z-index: -1;
}

.our-team-C9asHfJ .container::after {
    content: "";
    position: absolute;
    bottom: -100px;
    left: -100px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: linear-gradient(45deg, rgb(128,145,184,0.5), rgb(171,183,208,0.5));
    opacity: 0.1;
    z-index: -1;
}

.our-team-C9asHfJ .quick-classes-XrA5HMb:first-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.our-team-C9asHfJ .quick-classes-XrA5HMb:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.our-team-C9asHfJ .quick-classes-XrA5HMb:first-child::after {
    border-color: transparent transparent rgb(171,183,208,0.5) transparent;
}

.our-team-C9asHfJ .quick-classes-XrA5HMb:last-child::after {
    border-color: transparent transparent rgb(128,145,184,0.5) transparent;
}

@media screen and (max-width: 992px) {
    .our-team-C9asHfJ {
        padding: 80px 0;
    }
    
    .our-team-C9asHfJ .learn-culture-D41josa {
        flex-direction: column;
    }
    
    .our-team-C9asHfJ .quick-classes-XrA5HMb {
        min-width: 100%;
    }
    
    .our-team-C9asHfJ h2 {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 768px) {
    .our-team-C9asHfJ {
        padding: 60px 0;
    }
    
    .our-team-C9asHfJ h2 {
        font-size: calc(34px * 0.9);
    }
    
    .our-team-C9asHfJ .quick-classes-XrA5HMb {
        padding: 30px;
    }
    
    .our-team-C9asHfJ .quick-classes-XrA5HMb h3 {
        font-size: calc(22px * 0.9);
        margin-bottom: 15px;
    }
    
    .our-team-C9asHfJ .quick-classes-XrA5HMb h3::before {
        height: 20px;
    }
    
    .our-team-C9asHfJ .container::before {
        top: -100px;
        right: -100px;
        width: 200px;
        height: 200px;
    }
    
    .our-team-C9asHfJ .container::after {
        bottom: -75px;
        left: -75px;
        width: 150px;
        height: 150px;
    }
}

@media screen and (max-width: 576px) {
    .our-team-C9asHfJ {
        padding: 50px 0;
    }
    
    .our-team-C9asHfJ h2 {
        font-size: calc(34px * 0.8);
        margin-bottom: 30px;
    }
    
    .our-team-C9asHfJ h2::before {
        width: 40px;
        bottom: -12px;
    }
    
    .our-team-C9asHfJ h2::after {
        width: 15px;
        bottom: -12px;
        transform: translateX(-50%) translateX(25px);
    }
    
    .our-team-C9asHfJ .quick-classes-XrA5HMb {
        padding: 25px;
    }
    
    .our-team-C9asHfJ .quick-classes-XrA5HMb h3 {
        font-size: calc(22px * 0.85);
        margin-bottom: 12px;
        padding-left: 12px;
    }
    
    .our-team-C9asHfJ .quick-classes-XrA5HMb h3::before {
        width: 4px;
        height: 18px;
    }
    
    .our-team-C9asHfJ .quick-classes-XrA5HMb p {
        font-size: calc(15px * 0.9);
        line-height: 1.6;
    }
    
    .our-team-C9asHfJ .quick-classes-XrA5HMb::after {
        border-width: 0 0 30px 30px;
    }
}.title-greeting-EZVIt8a {
    position: relative;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
    background: rgb(128,145,184);
}

.title-greeting-EZVIt8a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        linear-gradient(0deg, #000000 0%, transparent 100%),
        radial-gradient(circle at 20% 80%, rgb(171,183,208,0.5) 0%, transparent 40%);
    z-index: 1;
}

.title-greeting-EZVIt8a .team-bios-gKvlW0n {
    position: relative;
    width: 100%;
    height: 100vh;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    z-index: 2;
}

.title-greeting-EZVIt8a .learn-open-2mJ5yqV {
    position: relative;
    grid-column: 1 / 3;
    grid-row: 1;
    width: 100%;
    height: 100%;
}

.title-greeting-EZVIt8a .learn-open-2mJ5yqV input {
    display: none;
}

.title-greeting-EZVIt8a .start-entry-EVTfGka {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.title-greeting-EZVIt8a .edu-front-Y78uS5f {
    position: absolute;
    inset: 0;
    opacity: 0;
    transform: scale(1.2);
    transition: opacity 1.2s ease, transform 1.2s ease;
    z-index: 1;
}

.title-greeting-EZVIt8a .edu-front-Y78uS5f img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(0.3) contrast(1.1);
}

.title-greeting-EZVIt8a .learn-open-2mJ5yqV input:nth-child(1):checked ~ .start-entry-EVTfGka .edu-front-Y78uS5f:nth-child(1),
.title-greeting-EZVIt8a .learn-open-2mJ5yqV input:nth-child(2):checked ~ .start-entry-EVTfGka .edu-front-Y78uS5f:nth-child(2),
.title-greeting-EZVIt8a .learn-open-2mJ5yqV input:nth-child(3):checked ~ .start-entry-EVTfGka .edu-front-Y78uS5f:nth-child(3),
.title-greeting-EZVIt8a .learn-open-2mJ5yqV input:nth-child(4):checked ~ .start-entry-EVTfGka .edu-front-Y78uS5f:nth-child(4),
.title-greeting-EZVIt8a .learn-open-2mJ5yqV input:nth-child(5):checked ~ .start-entry-EVTfGka .edu-front-Y78uS5f:nth-child(5),
.title-greeting-EZVIt8a .learn-open-2mJ5yqV input:nth-child(6):checked ~ .start-entry-EVTfGka .edu-front-Y78uS5f:nth-child(6),
.title-greeting-EZVIt8a .learn-open-2mJ5yqV input:nth-child(7):checked ~ .start-entry-EVTfGka .edu-front-Y78uS5f:nth-child(7),
.title-greeting-EZVIt8a .learn-open-2mJ5yqV input:nth-child(8):checked ~ .start-entry-EVTfGka .edu-front-Y78uS5f:nth-child(8),
.title-greeting-EZVIt8a .learn-open-2mJ5yqV input:nth-child(9):checked ~ .start-entry-EVTfGka .edu-front-Y78uS5f:nth-child(9),
.title-greeting-EZVIt8a .learn-open-2mJ5yqV input:nth-child(10):checked ~ .start-entry-EVTfGka .edu-front-Y78uS5f:nth-child(10) {
    opacity: 1;
    transform: scale(1);
    z-index: 2;
}

.title-greeting-EZVIt8a .course-begin-yicxZkY {
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 10;
}

.title-greeting-EZVIt8a .course-begin-yicxZkY label {
    display: block;
    width: 35px;
    height: 5px;
    background: #ffffff;
    opacity: 0.5;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.title-greeting-EZVIt8a .course-begin-yicxZkY label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: rgb(171,183,208);
    transition: width 0.5s ease;
}

.title-greeting-EZVIt8a .learn-open-2mJ5yqV input:nth-child(1):checked ~ .course-begin-yicxZkY label:nth-child(1)::before,
.title-greeting-EZVIt8a .learn-open-2mJ5yqV input:nth-child(2):checked ~ .course-begin-yicxZkY label:nth-child(2)::before,
.title-greeting-EZVIt8a .learn-open-2mJ5yqV input:nth-child(3):checked ~ .course-begin-yicxZkY label:nth-child(3)::before,
.title-greeting-EZVIt8a .learn-open-2mJ5yqV input:nth-child(4):checked ~ .course-begin-yicxZkY label:nth-child(4)::before,
.title-greeting-EZVIt8a .learn-open-2mJ5yqV input:nth-child(5):checked ~ .course-begin-yicxZkY label:nth-child(5)::before,
.title-greeting-EZVIt8a .learn-open-2mJ5yqV input:nth-child(6):checked ~ .course-begin-yicxZkY label:nth-child(6)::before,
.title-greeting-EZVIt8a .learn-open-2mJ5yqV input:nth-child(7):checked ~ .course-begin-yicxZkY label:nth-child(7)::before,
.title-greeting-EZVIt8a .learn-open-2mJ5yqV input:nth-child(8):checked ~ .course-begin-yicxZkY label:nth-child(8)::before,
.title-greeting-EZVIt8a .learn-open-2mJ5yqV input:nth-child(9):checked ~ .course-begin-yicxZkY label:nth-child(9)::before,
.title-greeting-EZVIt8a .learn-open-2mJ5yqV input:nth-child(10):checked ~ .course-begin-yicxZkY label:nth-child(10)::before {
    width: 100%;
}

.title-greeting-EZVIt8a .learn-open-2mJ5yqV input:nth-child(1):checked ~ .course-begin-yicxZkY label:nth-child(1),
.title-greeting-EZVIt8a .learn-open-2mJ5yqV input:nth-child(2):checked ~ .course-begin-yicxZkY label:nth-child(2),
.title-greeting-EZVIt8a .learn-open-2mJ5yqV input:nth-child(3):checked ~ .course-begin-yicxZkY label:nth-child(3),
.title-greeting-EZVIt8a .learn-open-2mJ5yqV input:nth-child(4):checked ~ .course-begin-yicxZkY label:nth-child(4),
.title-greeting-EZVIt8a .learn-open-2mJ5yqV input:nth-child(5):checked ~ .course-begin-yicxZkY label:nth-child(5),
.title-greeting-EZVIt8a .learn-open-2mJ5yqV input:nth-child(6):checked ~ .course-begin-yicxZkY label:nth-child(6),
.title-greeting-EZVIt8a .learn-open-2mJ5yqV input:nth-child(7):checked ~ .course-begin-yicxZkY label:nth-child(7),
.title-greeting-EZVIt8a .learn-open-2mJ5yqV input:nth-child(8):checked ~ .course-begin-yicxZkY label:nth-child(8),
.title-greeting-EZVIt8a .learn-open-2mJ5yqV input:nth-child(9):checked ~ .course-begin-yicxZkY label:nth-child(9),
.title-greeting-EZVIt8a .learn-open-2mJ5yqV input:nth-child(10):checked ~ .course-begin-yicxZkY label:nth-child(10) {
    opacity: 1;
    width: 50px;
}

.title-greeting-EZVIt8a .text-item-QrbOyxf {
    position: absolute;
    left: 10%;
    bottom: 15%;
    width: 45%;
    z-index: 5;
    padding: 40px;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(8px);
    border-left: 4px solid rgb(171,183,208);
}

.title-greeting-EZVIt8a .text-item-QrbOyxf .container {
    width: 100%;
    padding: 0;
}

.title-greeting-EZVIt8a .text-item-QrbOyxf h2 {
    color: #ffffff;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.title-greeting-EZVIt8a .text-item-QrbOyxf h3 {
    color: rgb(171,183,208);
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.title-greeting-EZVIt8a .text-item-QrbOyxf p {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.7;
    opacity: 0.9;
    margin-bottom: 0;
}

.title-greeting-EZVIt8a .edu-front-Y78uS5f::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        transparent 60%,
        rgb(128,145,184,0.5) 100%
    );
    z-index: 1;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.title-greeting-EZVIt8a .text-item-QrbOyxf h2 {
    animation: fadeInUp 0.6s ease-out 0.3s forwards;
    opacity: 0;
    transform: translateY(20px);
}

.title-greeting-EZVIt8a .text-item-QrbOyxf h3 {
    animation: fadeInUp 0.6s ease-out 0.6s forwards;
    opacity: 0;
    transform: translateY(20px);
}

.title-greeting-EZVIt8a .text-item-QrbOyxf p {
    animation: fadeInUp 0.6s ease-out 0.9s forwards;
    opacity: 0;
    transform: translateY(20px);
}

.title-greeting-EZVIt8a .text-item-QrbOyxf::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    border-top: 2px solid rgb(171,183,208);
    border-right: 2px solid rgb(171,183,208);
}

.title-greeting-EZVIt8a .text-item-QrbOyxf::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border-bottom: 2px solid rgb(171,183,208);
    border-left: 2px solid rgb(171,183,208);
}

@media (max-width: 1200px) {
    .title-greeting-EZVIt8a .text-item-QrbOyxf {
        width: 50%;
    }
}

@media (max-width: 992px) {
    .title-greeting-EZVIt8a .text-item-QrbOyxf {
        width: 60%;
        left: 5%;
        padding: 30px;
    }
    
    .title-greeting-EZVIt8a .text-item-QrbOyxf h2 {
        font-size: calc(28px * 0.9);
    }
    
    .title-greeting-EZVIt8a .course-begin-yicxZkY {
        right: 30px;
    }
    
    .title-greeting-EZVIt8a .course-begin-yicxZkY label {
        width: 30px;
    }
    
    .title-greeting-EZVIt8a .learn-open-2mJ5yqV input:checked ~ .course-begin-yicxZkY label {
        width: 45px;
    }
}

@media (max-width: 768px) {
    .title-greeting-EZVIt8a .team-bios-gKvlW0n {
        display: block;
    }
    
    .title-greeting-EZVIt8a .text-item-QrbOyxf {
        width: 80%;
        left: 50%;
        bottom: 10%;
        transform: translateX(-50%);
        padding: 25px;
    }
    
    .title-greeting-EZVIt8a .text-item-QrbOyxf h2 {
        font-size: calc(28px * 0.8);
    }
    
    .title-greeting-EZVIt8a .text-item-QrbOyxf h3 {
        font-size: calc(18px * 0.9);
        margin-bottom: 15px;
    }
    
    .title-greeting-EZVIt8a .course-begin-yicxZkY {
        top: auto;
        right: auto;
        bottom: 25%;
        left: 50%;
        transform: translateX(-50%);
        flex-direction: row;
    }
}

@media (max-width: 576px) {
    .title-greeting-EZVIt8a .text-item-QrbOyxf {
        width: 90%;
        padding: 20px;
        bottom: 15%;
    }
    
    .title-greeting-EZVIt8a .text-item-QrbOyxf h2 {
        font-size: calc(28px * 0.7);
        margin-bottom: 10px;
    }
    
    .title-greeting-EZVIt8a .text-item-QrbOyxf h3 {
        font-size: calc(18px * 0.8);
        margin-bottom: 10px;
    }
    
    .title-greeting-EZVIt8a .text-item-QrbOyxf p {
        font-size: calc(18px * 0.9);
        line-height: 1.5;
    }
    
    .title-greeting-EZVIt8a .course-begin-yicxZkY {
        bottom: 30%;
        gap: 8px;
    }
    
    .title-greeting-EZVIt8a .course-begin-yicxZkY label {
        width: 25px;
        height: 4px;
    }
    
    .title-greeting-EZVIt8a .learn-open-2mJ5yqV input:checked ~ .course-begin-yicxZkY label {
        width: 35px;
    }
    
    .title-greeting-EZVIt8a .text-item-QrbOyxf::before,
    .title-greeting-EZVIt8a .text-item-QrbOyxf::after {
        width: 15px;
        height: 15px;
    }
}

.title-greeting-EZVIt8a .learn-open-2mJ5yqV input:checked ~ .start-entry-EVTfGka .edu-front-Y78uS5f img {
    animation: slowZoom 20s linear infinite alternate;
}

@keyframes slowZoom {
    from { transform: scale(1); }
    to { transform: scale(1.1); }
}.gratContent-fXBk4uJ {
    background-color: #ffffff;
    color: #000000;
    padding: 80px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.gratContent-fXBk4uJ .container {
    max-width: 1000px;
    padding: 40px;
    border: 1px solid rgb(171,183,208);
    border-radius: 16px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05);
    background: rgb(219,224,234);
}
.gratContent-fXBk4uJ h2 {
    font-family: Roboto, sans-serif;
    font-size: 36px;
    font-weight: 600;
    color: rgb(171,183,208);
    margin-bottom: 20px;
    position: relative;
}
.gratContent-fXBk4uJ h2::before {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background-color: rgb(171,183,208);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
}
.gratContent-fXBk4uJ p {
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #000000;
    line-height: 1.6;
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
@media only screen and (max-width: 800px) {
    .gratContent-fXBk4uJ {
        padding: 40px 0;
    }
    .gratContent-fXBk4uJ h2 {
        font-size: 21px;
    }
    .gratContent-fXBk4uJ p {
        font-size: 18px;
    }
}
.gratContent-fXBk4uJ .container {
    position: relative;
    padding: 40px;
}
.gratContent-fXBk4uJ .container::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 16px;
    z-index: -1;
}
.gratContent-fXBk4uJ h2::after {
    content: '';
    display: block;
    width: 100px;
    height: 1px;
    background-color: rgb(128,145,184);
    margin: 20px auto 0;
}
header .nav-pagewrap-6DuoyOE {
    background: #ffffff;
    color: #000000;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-bottom: 2px solid rgb(171,183,208);
}
header .head-core-KRk0ud7 svg, header .head-core-KRk0ud7 svg path, header .head-core-KRk0ud7 img {
    fill: rgb(171,183,208);
}
header .head-section-o6wjITL a {
    color: rgb(128,145,184);
    font-family: Roboto, sans-serif;
    padding: 10px 15px;
    transition: color 0.3s, background 0.3s;
    border-radius: 10px;
}
header .head-section-o6wjITL a:hover {
    color: #ffffff;
    background: rgb(171,183,208);
}
header .head-section-o6wjITL a.active {
    color: rgb(171,183,208);
    border-bottom: 2px solid rgb(128,145,184);
}
header .head-section-o6wjITL a.active:hover {
    color: #ffffff;
    background: rgb(128,145,184);
}
header .nav-pagewrap-6DuoyOE {
    width: 100%;
    padding: 10px 20px;
    transition: all 0.3s;
}
header .head-page-dy2htvj {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}
header .head-core-KRk0ud7 {
    display: flex;
    align-items: center;
    text-decoration: none;
}
header .nav-base-2Jxjz1d {
    display: flex;
    flex-direction: column;
    height: 100%;
}
header .header-tutor-qFSgACk {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 5px;
}
header .head-core-KRk0ud7 .header-tutor-qFSgACk {
    text-transform: uppercase;
}
header .head-core-KRk0ud7 .head-mentor-zxTQkwC svg, header .head-core-KRk0ud7 .head-mentor-zxTQkwC img {
    height: 60px;
    width: 60px;
    margin-right: 10px;
}
header .head-section-o6wjITL {
    display: flex;
}
header .head-section-o6wjITL a {
    text-decoration: none;
    font-size: 18px;
}
body .wrapper-template-g34aWxo header .site-prime-0STFZNl {
    display: flex;
}
@media only screen and (max-width: 1200px) {
    header .head-page-dy2htvj {
        flex-direction: column;
        align-items: flex-start;
    }
    header .head-section-o6wjITL {
        display: none;
        flex-direction: column;
        align-items: flex-start;
        padding-bottom: 30px;
        background: #ffffff;
        width: 100%;
    }
    header .head-section-o6wjITL a.active {
        border: none;
    }
    header .head-section-o6wjITL a.active:hover {
        color: rgb(171,183,208);
        background: none;
        border: none;
    }
    header .nav-pagewrap-6DuoyOE {
        padding: 20px;
    }
    header .head-core-KRk0ud7 {
        width: 100%;
        justify-content: space-between;
    }
    header .head-core-KRk0ud7 .head-mentor-zxTQkwC svg, header .head-core-KRk0ud7 .head-mentor-zxTQkwC img {
        margin: 0;
        width: 50px;
        height: 50px;
    }
    header .head-page-dy2htvj {
        padding: 20px 0;
    }
}
.wrapper-template-g34aWxo header .head-section-o6wjITL a.active {
    border: none;
}
.wrapper-template-g34aWxo header .head-section-o6wjITL a.active:hover {
    border: none;
    background: none;
    color: rgb(171,183,208);
}
.wrapper-template-g34aWxo header .head-core-KRk0ud7 {
    margin-right: 0;
}
.wrapper-template-g34aWxo header .head-core-KRk0ud7 .head-mentor-zxTQkwC svg, .wrapper-template-g34aWxo header .head-core-KRk0ud7 .head-mentor-zxTQkwC img {
    margin-left: 20px;
}
.wrapper-template-g34aWxo header .head-section-o6wjITL {
    width: 100%;
    justify-content: center;
}
.wrapper-template-g34aWxo header .head-section-o6wjITL a {
    padding: 10px 16px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    transition: background 0.3s, color 0.3s;
    border-radius: 13px;
}
@media only screen and (max-width: 800px) {
    .wrapper-template-g34aWxo header .head-page-dy2htvj .head-core-KRk0ud7 {
        width: 100%;
        flex-direction: row;
        justify-content:center;
    }
    .wrapper-template-g34aWxo header .head-core-KRk0ud7 .head-mentor-zxTQkwC svg, .wrapper-template-g34aWxo header .head-core-KRk0ud7 .head-mentor-zxTQkwC img {
        margin-left: 0;
    }
    .wrapper-template-g34aWxo header .head-section-o6wjITL {
        padding-top: 30px;
        align-items: center;
    }
}.privacy-shield-e4hnWLq {
    padding: 40px;
    max-width: 1000px;
    margin: 0 auto;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.5);

    color: #000000;
    font-family: Roboto, sans-serif;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}

.privacy-shield-e4hnWLq h1 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 47px;
    font-weight: 700;
    color: rgb(171,183,208);
    border-bottom: 3px solid rgb(171,183,208);
    padding-bottom: 10px;
}

.privacy-shield-e4hnWLq h2 {
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 30px;
    font-weight: 600;
    color: rgb(128,145,184);
    border-left: 5px solid rgb(128,145,184);
    padding-left: 15px;
}

.privacy-shield-e4hnWLq ul {
    list-style-type: disc;
    padding-left: 40px;
    margin: 20px 0;
    background: rgb(128,145,184,0.5);
    border-radius: 10px;
}

.privacy-shield-e4hnWLq li {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.6;
    padding-bottom: 5px;
}

.privacy-shield-e4hnWLq p, .privacy-shield-e4hnWLq span, .privacy-shield-e4hnWLq div {
    line-height: 1.8;
    margin-bottom: 15px;
    font-size: 12px;
    color: #000000;
}

.privacy-shield-e4hnWLq h3, .privacy-shield-e4hnWLq h4, .privacy-shield-e4hnWLq h5, .privacy-shield-e4hnWLq h6 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 19px;
    font-weight: 600;
    color: rgb(171,183,208);
    border-left: 4px solid rgb(171,183,208);
    padding-left: 10px;
}

@media only screen and (max-width: 800px) {
    .privacy-shield-e4hnWLq {
        padding: 20px;
    }

    .privacy-shield-e4hnWLq h1 {
        font-size: calc(19px - 4px);
    }

    .privacy-shield-e4hnWLq h2 {
        font-size: calc(19px - 3px);
    }

    .privacy-shield-e4hnWLq h3, .privacy-shield-e4hnWLq h4, .privacy-shield-e4hnWLq h5, .privacy-shield-e4hnWLq h6 {
        font-size: calc(19px - 2px);
    }

    .privacy-shield-e4hnWLq p, .privacy-shield-e4hnWLq span, .privacy-shield-e4hnWLq div, .privacy-shield-e4hnWLq li {
        font-size: calc(12px - 2px);
    }
}