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

svg {
    width: 30px;
    height: 30px;
}

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

html {
    scrollbar-color: rgb(184,190,214,0.5) rgb(150,156,188);
    scrollbar-width: auto;
}

a {
    color: inherit;
    text-decoration: none;
}


.teaching_history79605 {
    background: rgb(218,237,237);
    overflow: hidden;
    padding: 6rem 2rem;
    position: relative;
}

.teaching_history79605::before {
    height: 1px;
    width: 40%;
    content: "";
    transform-origin: left center;
    position: absolute;
    background: linear-gradient(to right, transparent, rgb(184,190,214,0.5), transparent);
    top: 40%;
    animation: lineExpand 5s ease-in-out infinite alternate;
    left: 0;
}

.teaching_history79605 .rating_showcase19086 {
    display: grid;
    margin: 0 auto;
    gap: 4rem;
    max-width: 1100px;
    grid-template-columns: 1fr 2fr;
    z-index: 1;
    position: relative;
}

.teaching_history79605 .pic_holder46521::after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    transition: all 0.7s ease;
    content: "";
    top: 0;
    background: linear-gradient(135deg, rgb(184,190,214,0.5) 0%, transparent 50%);
    mix-blend-mode: overlay;
}

.teaching_history79605 .work_summary79508::before {
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5), transparent);
    position: absolute;
    left: -2rem;
    width: 1px;
    top: 15%;
    content: "";
    height: 70%;
}

.teaching_history79605 .work_summary79508 div:nth-child(2) {
    margin-bottom: 3rem;
    font-size: 16px;
    transition: all 0.5s ease 0.1s;
    font-weight: 300;
    text-transform: uppercase;
    transform: translateX(0);
    letter-spacing: 2px;
    color: rgb(150,156,188);
}

.teaching_history79605 .work_achievements39152::before {
    font-size: 4rem;
    top: -1rem;
    line-height: 1;
    position: absolute;
    content: "";
    font-family: serif;
    color: rgb(184,190,214,0.5);
    left: 0;
}

.teaching_history79605 .rating_showcase19086:hover .pic_holder46521::after {
    opacity: 0.3;
}

.teaching_history79605 .rating_showcase19086:hover .name {
    transform: translateX(10px);
}

.teaching_history79605 .rating_showcase19086:hover .work_summary79508 div:nth-child(2) {
    transform: translateX(20px);
}

.service_package86921 {
    padding: 7rem 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(218,237,237) 0%, rgba(245, 247, 250, 0.95) 100%);
}

.service_package86921::after {
    width: 35%;
    background: linear-gradient(45deg, rgb(150,156,188,0.5) 30%, rgb(184,190,214,0.5) 70%);
    bottom: -5%;
    transform: rotate(10deg);
    border-radius: 10px;
    content: "";
    height: 50%;
    position: absolute;
    left: -3%;
    z-index: 0;
    opacity: 0.08;
}

.service_package86921 .lesson_fees15246 {
    text-align: center;
    position: relative;
    margin-bottom: 3.5rem;
    order: 1;
}

.service_package86921 .lesson_fees15246 h2::after {
    background: linear-gradient(90deg, transparent, rgb(184,190,214), transparent);
    position: absolute;
    bottom: -0.75rem;
    transform: translateX(-50%);
    height: 3px;
    content: "";
    left: 50%;
    width: 70%;
}

.service_package86921 .learning_packages86524 {
    position: relative;
    color: #000000;
    background: #ffffff;
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    display: block;
    overflow: hidden;
    height: 100%;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
}

.service_package86921 .learning_packages86524:hover::before {
    transform: translateY(0);
}

.service_package86921 .cost_summary46789 {
    height: 100%;
    flex-direction: column;
    display: flex;
    box-sizing: border-box;
}

.service_package86921 .program_price21964 h3 {
    font-weight: 700;
    font-size: calc(23px * 1.1);
    display: inline-block;
    position: relative;
    color: #000000;
    margin-bottom: 1rem;
}

.service_package86921 .program_price21964 .cost_breakdown63478::after {
    width: 40px;
    position: absolute;
    left: 0;
    background: rgb(184,190,214,0.5);
    height: 2px;
    bottom: -0.75rem;
    content: "";
}

.service_package86921 .pic_holder46521 {
    position: relative;
    height: 180px;
    transition: transform 0.5s ease;
    overflow: hidden;
    width: 100%;
}

.service_package86921 .pic_holder46521::after {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
    content: "";
    top: 0;
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
}

.service_package86921 .learning_packages86524:nth-child(even) .program_price21964::before {
    height: 2.5rem;
    left: 1rem;
    width: 2.5rem;
    content: "";
    background: rgb(150,156,188,0.5);
    position: absolute;
    border-radius: 50%;
    opacity: 0.1;
    bottom: 1rem;
    z-index: -1;
}

.location_details64870::before {
    right: 0;
    background: linear-gradient(90deg, rgb(184,190,214) 0%, rgb(150,156,188) 100%);
    z-index: 1;
    content: "";
    top: 0;
    position: absolute;
    left: 0;
    height: 5px;
}

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

.location_details64870 .get_helpdesk95210 {
    background: #ffffff;
    padding: 40px;
    grid-template-columns: 1fr;
    box-shadow: 0 15px 35px -10px rgba(0, 0, 0, 0.1);
    position: relative;
    transform: perspective(1000px) rotateY(-2deg);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    gap: 30px;
    display: grid;
    border-radius: 10px;
}

.location_details64870 h3::after {
    background: linear-gradient(90deg, rgb(184,190,214) 0%, rgb(150,156,188) 100%);
    left: 0;
    height: 3px;
    bottom: 0;
    transition: width 0.3s ease;
    width: 80px;
    content: "";
    position: absolute;
}

.location_details64870 h5 {
    color: #000000;
    font-weight: 600;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    margin: 0 0 10px;
    font-family: Arial, sans-serif;
    font-size: 18px;
}

.location_details64870 .get_helpdesk95210 > div:hover h5 svg {
    transform: scale(1.1);
}

.location_details64870 .ask_question85491 li {
    transition: transform 0.3s ease, border-color 0.3s ease;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    padding: 10px 0;
}

.location_details64870 .learn_help72865 {
    align-items: center;
    font-weight: 400;
    display: flex;
    font-size: 12px;
    text-decoration: none;
    font-family: Arial, sans-serif;
    color: #000000;
    transition: color 0.3s ease;
}

.location_details64870 .learn_help72865:hover svg {
    transform: translateY(-3px);
}

.location_details64870 svg path {
    fill: #000000;
    transition: fill 0.3s ease;
}

.course_rewards38175 {
    perspective: 1000px;
    padding: 8rem 0;
    background: linear-gradient(to right, rgb(218,237,237) 0%, #ffffff 100%);
    overflow: hidden;
    position: relative;
}

.course_rewards38175 .legacy_edu52194 {
    z-index: 2;
    display: flex;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    width: 100%;
}

.course_rewards38175 .pic_holder46521 {
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.15);
    position: relative;
    height: 600px;
    width: 50%;
    z-index: 2;
    transition: transform 0.5s ease;
    transform: rotateY(15deg) translateX(-5vw);
    transform-origin: left center;
}

.course_rewards38175 .statement_box08569 {
    transform-origin: right center;
    width: 50%;
    transition: transform 0.5s ease;
    transform: rotateY(-5deg);
    padding: 3rem 5vw;
}

.course_rewards38175 .text_main_holder {
    grid-template-columns: 1fr;
    display: grid;
    position: relative;
    gap: 2rem;
}

.course_rewards38175 .text_main_holder > div::before {
    z-index: -1;
    content: '';
    transition: opacity 0.4s ease;
    inset: 0;
    background: linear-gradient(135deg, rgb(184,190,214,0.5) 0%, transparent 100%);
    position: absolute;
    opacity: 0;
}

.course_rewards38175 .text_main_holder > div:hover {
    transform: translateX(1rem) scale(1.03);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
}

.course_rewards38175 .text_main_holder > div:hover svg {
    transform: rotate(10deg);
}

.course_rewards38175 .text_main_holder svg path {
    fill: rgb(184,190,214);
    transition: fill 0.3s ease;
}

.course_rewards38175 .text_main_holder p {
    margin: 0;
    line-height: 1.6;
    color: #000000;
    font-size: 18px;
}

.secure_cove16382::before {
    height: 100%;
    width: 100%;
    content: "";
    pointer-events: none;
    left: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgba(rgb(184,190,214,0.5), 0.03) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgba(rgb(150,156,188,0.5), 0.04) 0%, transparent 50%);
    z-index: 1;
    position: absolute;
    top: 0;
}

.secure_cove16382 h1::after {
    animation: scaleIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    background: linear-gradient(90deg, rgb(184,190,214) 0%, rgb(150,156,188) 100%);
    position: absolute;
    left: 0;
    transform-origin: left;
    content: "";
    animation-delay: 0.2s;
    bottom: -12px;
    height: 3px;
    opacity: 0;
    width: 80px;
}

.secure_cove16382 h4 {
    color: #000000;
    font-size: calc(31px * 0.75);
    font-weight: 600;
    position: relative;
    padding-left: 1rem;
    margin: 2rem 0 1rem;
    border-left: 1px solid rgb(150,156,188);
}

.secure_cove16382 p strong {
    position: relative;
    font-weight: 600;
    color: #000000;
    display: inline-block;
}

.secure_cove16382 span {
    font-size: 14px;
    display: block;
    line-height: 1.8;
    color: #000000;
    max-width: 90ch;
    margin-bottom: 1.5rem;
    font-family: Arial, sans-serif;
}

.secure_cove16382 li::before {
    left: 0;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    top: 0.8rem;
    position: absolute;
    transform: translateY(-50%);
    content: "";
    background-color: rgb(184,190,214);
}

.join_list46108 {
    padding: 6rem 2rem;
    background: linear-gradient(135deg, rgb(218,237,237) 0%, rgb(184,190,214,0.5) 100%);
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.join_list46108::after {
    bottom: -10%;
    background: rgb(150,156,188);
    z-index: -1;
    content: '';
    height: 60%;
    width: 30%;
    opacity: 0.08;
    transform: rotate(25deg);
    position: absolute;
    right: -5%;
}

.join_list46108 .legacy_edu52194 {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    padding: 3rem;
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    border-left: 4px solid rgb(184,190,214);
    background: #ffffff;
}

.join_list46108 h3 {
    font-size: 22px;
    margin-bottom: 2rem;
    line-height: 1.4;
    max-width: 90%;
    font-weight: 600;
    position: relative;
    color: #000000;
    font-family: Arial, sans-serif;
}

.join_list46108 .legacy_edu52194:hover h3::after {
    transform: scaleX(1.5);
}

.join_list46108 .input_holder {
    position: relative;
    margin-top: 1rem;
    flex-direction: column;
    gap: 1.5rem;
    display: flex;
}

.join_list46108 input[type="email"] {
    width: 100%;
    font-family: Arial, sans-serif;
    background: #ffffff;
    transition: all 0.3s ease;
    font-size: 13px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.03);
    padding: 1rem 1.5rem;
    color: #000000;
}

.join_list46108 .learn_today13684 {
    cursor: pointer;
    font-weight: 600;
    background: rgb(184,190,214);
    align-self: flex-start;
    border: none;
    font-family: Arial, sans-serif;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    color: #ffffff;
    padding: 1rem 2rem;
    overflow: hidden;
    font-size: 20px;
    letter-spacing: 0.5px;
}

.join_list46108 .learn_today13684:hover::before {
    left: 100%;
}

.join_list46108 .input_holder div::after {
    height: 1px;
    left: 0;
    transform-origin: left;
    bottom: -5px;
    position: absolute;
    transition: transform 0.5s ease;
    content: '';
    width: 100%;
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(184,190,214) 0%, transparent 100%);
}

.tracking_policy98215 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.edu_consent12956 {
    margin-right: 20px;
    flex-shrink: 0;
}

.data_agree20846 {
    flex-direction: column;
    display: flex;
    max-width: 600px;
    justify-content: center;
}

.cookie_alert_message76042 p {
    font-size: 13px;
    color: #000000;
    line-height: 1.5;
}

.cookie_expand94516:hover {
    background: rgb(184,190,214,0.5);
    border-color: rgb(184,190,214,0.5);
}

.cookie_alert_message76042 p a {
    border-bottom: 2px solid rgb(184,190,214);
    text-decoration: none;
    color: rgb(184,190,214);
}

.cookie_alert_message76042 p a:hover {
    color: rgb(150,156,188);
    border-bottom-color: rgb(150,156,188);
}

.user_reviews41307 {
    overflow: hidden;
    padding: 100px 0;
    background: linear-gradient(150deg, rgb(218,237,237) 0%, #ffffff 100%);
    position: relative;
}

.user_reviews41307::after {
    width: 100%;
    opacity: 0.1;
    left: 0;
    background-image: 
        linear-gradient(45deg, rgb(184,190,214,0.5) 1px, transparent 1px),
        linear-gradient(-45deg, rgb(150,156,188,0.5) 1px, transparent 1px);
    background-size: 30px 30px;
    content: "";
    z-index: 0;
    top: 0;
    position: absolute;
    height: 100%;
}

.user_reviews41307 h4 {
    font-size: 38px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1px;
    position: relative;
    margin-bottom: 80px;
    color: #000000;
}

.user_reviews41307 h4::before {
    bottom: -40px;
    left: calc(50% - 20px);
    content: "";
    position: absolute;
    height: 40px;
    transform: rotate(45deg);
    width: 40px;
    border: 2px solid rgb(184,190,214,0.5);
    z-index: -1;
}

.user_reviews41307 .rating_showcase19086 {
    transform-origin: center center;
    transform: rotateY(15deg) rotateX(5deg) translateZ(0);
    border-radius: 23px;
    z-index: 1;
    position: relative;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: #ffffff;
    padding: 30px;
    width: calc(33.33% - 40px);
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.05),
        -5px -5px 30px rgba(255, 255, 255, 0.8);
    margin: 0 20px 60px;
}

.user_reviews41307 .rating_showcase19086:nth-child(3n+3):hover {
    transform: rotateY(0) rotateX(0) translateZ(30px);
}

.user_reviews41307 .rating_showcase19086::after {
    background: rgb(184,190,214,0.5);
    transition: all 0.4s ease;
    content: "";
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: -1;
    opacity: 0.3;
    height: 40px;
    width: 40px;
    border-radius: 50%;
}

.user_reviews41307 .pic_holder46521 {
    width: 90px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    height: 90px;
    margin: 0 auto 20px;
    transform: translateZ(20px);
    border: 4px solid #ffffff;
    transition: all 0.4s ease;
    position: relative;
    border-radius: 50%;
}

.user_reviews41307 .rating_showcase19086 span {
    margin-bottom: 12px;
    font-size: calc(15px * 1.1);
    text-align: center;
    transform: translateZ(15px);
    font-weight: 600;
    transition: all 0.4s ease;
    color: #000000;
    display: block;
}

.user_reviews41307 .rating_showcase19086:hover p {
    transform: translateZ(20px);
    color: #000000;
}

.user_reviews41307 .rating_showcase19086:nth-child(3n+2)::after {
    background: rgb(150,156,188,0.5);
}

footer {
    width: 100%;
    position: relative;
}

footer .cert_block28716 {
    position: relative;
    font-family: Arial, sans-serif;
    color: #ffffff;
    background-color: #2c3e50;
    padding: 100px 0 30px;
}

footer .equity_pledge48620 {
    z-index: 1;
    position: relative;
}

footer .course_ask07548 {
    position: relative;
    margin: -70px auto 60px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
    display: grid;
}

footer .info_item {
    display: flex;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: all 0.3s ease;
    align-items: center;
    overflow: hidden;
    padding: 0 20px;
    height: 100px;
}

footer .info_item:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(0);
}

footer .info_item svg {
    height: 22px;
    margin-right: 15px;
    flex-shrink: 0;
    width: 22px;
    fill: rgb(184,190,214);
    position: relative;
    z-index: 1;
}

footer .info_item a:hover {
    color: rgb(184,190,214);
}

footer .main_header56137, footer .subscribe_holder {
    transition: all 0.3s ease;
    border-radius: 11px;
    position: relative;
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.05);
}

footer .top_info17386 {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    display: grid;
}

footer .discord_cta48239 {
    line-height: 1.6;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
}

footer .top_info17386 h5::after {
    background-color: rgb(184,190,214);
    width: 50px;
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 2px;
}

footer .header_pro72451:hover {
    background-color: rgba(255, 255, 255, 0.08);
    transform: translateY(-5px);
}

footer .header_pro72451 a:last-child {
    border-bottom: none;
}

footer .header_pro72451 a::before {
    right: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transform: translateX(-10px);
    opacity: 0;
    content: "→";
    position: absolute;
}

footer .header_pro72451 a:hover::before {
    transform: translateX(0);
    opacity: 1;
}

footer .subscribe_holder h5::after {
    height: 2px;
    left: 0;
    position: absolute;
    content: "";
    background-color: rgb(184,190,214);
    bottom: 0;
    width: 50px;
}

footer .input_holder {
    flex-direction: column;
    display: flex;
    gap: 15px;
}

footer .input_holder input[type="email"]:focus {
    outline: none;
    border-color: rgb(184,190,214);
    background-color: rgba(255, 255, 255, 0.1);
}

footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

footer .learn_today13684 {
    font-size: 19px;
    background-color: rgb(184,190,214);
    color: #ffffff;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 15px;
    border-radius: 10px;
}

footer .footer_address53048 {
    background-color: rgba(255, 255, 255, 0.05);
    padding: 8px 20px;
    font-size: 15px;
    display: inline-block;
    color: rgba(255, 255, 255, 0.6);
    border-radius: 30px;
}

.thanksCard92713::after {
    position: absolute;
    content: "";
    transform: rotate(-15deg);
    z-index: 0;
    background: rgb(184,190,214,0.5);
    right: -10%;
    width: 50%;
    animation: float 15s ease-in-out infinite alternate;
    filter: blur(80px);
    height: 50%;
    top: -10%;
}

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

.thanksCard92713 .legacy_edu52194:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15), 
                0 15px 20px rgba(0, 0, 0, 0.08),
                0 0 0 1px rgba(255, 255, 255, 0.25) inset;
}

.thanksCard92713 .legacy_edu52194 > div:first-child {
    animation-fill-mode: both;
    padding-bottom: 1.5rem;
    opacity: 0;
    position: relative;
    border-bottom: 2px solid rgb(184,190,214,0.5);
    animation: slideDown 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    transform: translateY(-20px);
}

.thanksCard92713 .legacy_edu52194 > div:first-child::after {
    background: rgb(184,190,214);
    width: 35%;
    left: 0;
    bottom: -2px;
    position: absolute;
    height: 2px;
    content: "";
    animation: expandWidth 1.5s cubic-bezier(0.25, 1, 0.5, 1) 0.5s forwards;
}

.thanksCard92713 .legacy_edu52194 > div:last-child {
    animation: slideUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.3s forwards;
    animation-fill-mode: both;
    transform: translateY(20px);
    opacity: 0;
}

.thanksCard92713 a::before {
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    content: "";
    left: -100%;
    position: absolute;
    width: 100%;
    transition: left 0.7s cubic-bezier(0.25, 1, 0.5, 1);
    top: 0;
}

.thanksCard92713 a:hover::before {
    left: 100%;
}

.thanksCard92713 a:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.course_structure37806 {
    background: rgb(218,237,237);
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
    min-height: 100vh;
}

.course_structure37806 {
    grid-template-columns: 1fr;
}

.course_structure37806 .training_map47809::before {
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgb(218,237,237) 0%, transparent 40%);
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    z-index: 2;
    pointer-events: none;
}

.course_structure37806 .training_map47809::before {
    background: linear-gradient(0deg, rgb(218,237,237) 0%, transparent 80%);
}

.course_structure37806 .training_map47809:hover .program_route80326 {
    animation-play-state: paused;
}

.course_structure37806 .learn_track06591 {
    min-height: 33.33vh;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.course_structure37806 .learn_track06591 {
    min-height: auto;
    width: 50%;
}

.course_structure37806 .learn_track06591:hover img {
    transform: scale(1);
}

.course_structure37806 .legacy_edu52194 {
    padding: 2.5rem;
    max-width: 600px;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(10px);
    width: 100%;
    margin-right: auto;
    border-radius: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.course_structure37806 .legacy_edu52194 {
    margin: 0 auto;
    max-width: 100%;
}

.course_structure37806 .career_ready05819::after {
    height: 60px;
    border-radius: 0 0 10px 0;
    width: 60px;
    right: -15px;
    border-bottom: 2px solid rgb(184,190,214);
    content: "";
    position: absolute;
    bottom: -15px;
    border-right: 2px solid rgb(184,190,214);
}

.course_structure37806 .career_ready05819 h3::after {
    content: "";
    bottom: -0.5rem;
    border-radius: 10px;
    width: 80px;
    height: 3px;
    left: 0;
    position: absolute;
    background: rgb(184,190,214);
}

.course_structure37806 .career_ready05819 p {
    color: #000000;
    margin-bottom: 2rem;
    font-size: 15px;
    line-height: 1.8;
}

.course_structure37806 .career_ready05819 .connect_request98014::before {
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    top: 0;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    transform: translateX(-100%);
    transition: transform 0.6s ease;
    width: 100%;
}

.course_structure37806 .career_ready05819 .connect_request98014:hover::before {
    transform: translateX(100%);
}

header::after {
    width: 100%;
    animation: gradient-shift 8s linear infinite;
    background: linear-gradient(90deg, 
        rgb(184,190,214),
        rgb(150,156,188),
        rgb(184,190,214));
    position: absolute;
    background-size: 200% 100%;
    height: 5px;
    content: "";
    top: 0;
    left: 0;
    z-index: 5;
}

header .main_nav12065 {
    padding-top: 1.5rem;
    position: relative;
    width: 100%;
    flex-direction: column;
    display: flex;
    align-items: center;
    z-index: 2;
}

header .header_guide37819::before {
    height: 1px;
    background: linear-gradient(90deg, 
        transparent 0%,
        rgb(150,156,188,0.5) 20%,
        rgb(150,156,188) 50%,
        rgb(150,156,188,0.5) 80%,
        transparent 100%);
    left: -30%;
    position: absolute;
    width: 160%;
    bottom: -10px;
    content: "";
}

header .header_guide37819 svg {
    width: auto;
    position: relative;
    height: 48px;
    filter: drop-shadow(0 0 8px rgb(184,190,214,0.5));
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 2;
}

header .top_info17386::before {
    top: 0;
    left: 0;
    position: absolute;
    background: rgb(184,190,214,0.5);
    content: "";
    width: 100%;
    height: 1px;
}

header .main_start37029 {
    font-weight: 400;
    white-space: nowrap;
    letter-spacing: 0.5px;
    padding: 0.6rem 1.8rem;
    font-family: Arial, sans-serif;
    overflow: hidden;
    font-size: 14px;
    position: relative;
    transition: all 0.3s ease;
    background: linear-gradient(135deg,
        #000000 0%,
        rgba(0, 0, 0, 0.5) 100%);
    color: #ffffff;
    text-decoration: none;
    border-radius: 27px;
    border: 1px solid rgb(184,190,214,0.5);
}

header .main_start37029::after {
    position: absolute;
    width: 8px;
    box-shadow: 0 0 10px rgb(150,156,188);
    right: 12px;
    transition: transform 0.3s ease;
    content: "";
    transform: translateY(-50%) scale(0);
    background: rgb(150,156,188);
    height: 8px;
    border-radius: 50%;
    top: 50%;
}

header .main_start37029:hover::after {
    transform: translateY(-50%) scale(1);
}

.contact_us06983::before {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    pointer-events: none;
    top: 0;
    width: 100%;
    opacity: 0.05;
    background: repeating-linear-gradient(
        45deg,
        rgb(184,190,214,0.5) 0px,
        transparent 1px,
        transparent 10px,
        rgb(184,190,214,0.5) 11px
    );
    animation: gridMove 20s linear infinite;
}

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

.contact_us06983 h2::after {
    position: absolute;
    width: 80px;
    bottom: 0;
    content: "";
    left: 50%;
    background: linear-gradient(to right, transparent, rgb(184,190,214), transparent);
    transform: translateX(-50%);
    height: 3px;
}

.contact_us06983 .support_request92406::before {
    position: absolute;
    content: "";
    background: linear-gradient(to bottom right, rgb(184,190,214,0.5), transparent);
    width: 100%;
    pointer-events: none;
    left: 0;
    opacity: 0.03;
    top: 0;
    height: 100%;
}

.contact_us06983 .pic_holder46521::after {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
    height: 100%;
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

.contact_us06983 .request_grid01634::after {
    left: 20px;
    opacity: 0.7;
    content: "";
    position: absolute;
    width: 50px;
    border-left: 2px solid rgb(184,190,214,0.5);
    height: 50px;
    border-bottom: 2px solid rgb(184,190,214,0.5);
    bottom: 20px;
}

.contact_us06983 form h3::before {
    transform: translateY(-50%);
    top: 50%;
    background: rgb(184,190,214);
    width: 5px;
    left: 0;
    position: absolute;
    border-radius: 10px;
    height: 25px;
    content: "";
}

.contact_us06983 form input[type="text"]:focus {
    border-color: rgb(184,190,214);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 0 15px rgba(rgb(184,190,214), 0.2);
    outline: none;
}

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

.contact_us06983 .connect_map93571 input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.contact_us06983 .connect_map93571 label {
    position: relative;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5;
    padding-left: 35px;
    cursor: pointer;
}

.contact_us06983 .connect_map93571 input[type="checkbox"]:checked + label::before {
    background: rgb(184,190,214);
    border-color: rgb(184,190,214);
}

.contact_us06983 .connect_map93571 label a {
    transition: all 0.3s ease;
    color: rgb(184,190,214);
    text-decoration: none;
}

.contact_us06983 .connect_map93571 label a:hover {
    text-decoration: underline;
}

.contact_us06983 form .connect_request98014 {
    position: relative;
    border-radius: 10px;
    cursor: pointer;
    overflow: hidden;
    font-family: Arial, sans-serif;
    z-index: 1;
    border: none;
    font-weight: 600;
    background: linear-gradient(45deg, rgb(184,190,214), rgb(150,156,188));
    font-size: 20px;
    color: #ffffff;
    padding: 15px 35px;
    transition: all 0.4s ease;
    display: inline-block;
}

.contact_us06983 svg {
    margin-right: 15px;
    height: 24px;
    width: 24px;
    fill: rgb(184,190,214);
}

.landing_page90176 {
    background: linear-gradient(135deg, rgb(150,156,188,0.5), rgba(0, 0, 0, 0.5));
    overflow: hidden;
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    min-height: 100vh;
}

.landing_page90176::after {
    position: absolute;
    background: radial-gradient(ellipse at center, transparent 50%, rgba(0, 0, 0, 0.5) 100%);
    content: "";
    pointer-events: none;
    left: -50%;
    height: 200%;
    width: 200%;
    top: -50%;
    animation: orbitRotate 40s infinite linear;
    z-index: 2;
}

.landing_page90176 .learn_home93765::before {
    left: 0;
    position: absolute;
    opacity: 0.85;
    background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.5) 0%,
    rgb(150,156,188,0.5) 50%,
    rgba(0, 0, 0, 0.5) 100%
  );
    content: "";
    width: 100%;
    top: 0;
    z-index: 1;
    height: 100%;
}

.landing_page90176 .learn_home93765 > * {
    position: relative;
    z-index: 10;
}

.landing_page90176 .learn_home93765 span {
    animation: fadeInUp 0.8s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(20px);
    opacity: 0;
    display: block;
}

.landing_page90176 .learn_home93765 h3 {
    font-weight: 600;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    max-width: 90%;
    font-size: calc(20px * 0.9);
    border-left: 3px solid rgb(184,190,214);
    color: #ffffff;
    padding-left: 1rem;
    margin-bottom: 1.5rem;
    letter-spacing: 0.05em;
    line-height: 1.5;
}

.landing_page90176 .learn_home93765 div div {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.8s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
}

.landing_page90176 .learn_home93765 p {
    max-width: 80%;
    line-height: 1.6;
    position: relative;
    padding-right: 1rem;
    color: #ffffff;
    margin-bottom: 2.5rem;
    font-size: calc(12px * 1.1);
}

.landing_page90176 .learn_home93765 p::after {
    background: linear-gradient(
    90deg,
    rgb(184,190,214) 0%,
    transparent 100%
  );
    content: "";
    width: 60%;
    bottom: -10px;
    position: absolute;
    height: 2px;
    left: 0;
}

.interested_learners09284::before {
    height: 100%;
    background: 
        radial-gradient(
            circle at 70% 20%, 
            rgb(150,156,188,0.5) 0%, 
            transparent 50%
        );
    opacity: 0.6;
    width: 100%;
    z-index: 0;
    left: 0;
    content: "";
    top: 0;
    position: absolute;
}

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

.interested_learners09284 h4::before {
    content: "";
    background: linear-gradient(180deg, rgb(184,190,214), rgb(150,156,188));
    position: absolute;
    bottom: 15px;
    border-radius: 3px;
    top: 15px;
    left: 0;
    width: 6px;
}

.interested_learners09284 div::before {
    background: linear-gradient(180deg, rgb(184,190,214,0.5), rgb(150,156,188,0.5));
    left: 36px;
    opacity: 0.5;
    width: 2px;
    position: absolute;
    top: 0;
    content: "";
    height: 100%;
}

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

.interested_learners09284 div p svg {
    position: absolute;
    z-index: 2;
    border-radius: 50%;
    width: 32px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    height: 32px;
    padding: 8px;
    left: 20px;
    transition: all 0.3s ease;
    background: #ffffff;
    top: 0;
}

.interested_learners09284 div p::before {
    left: 75px;
    transition: all 0.3s ease;
    position: absolute;
    width: 10px;
    opacity: 0;
    background: rgb(184,190,214);
    content: "";
    top: 16px;
    height: 2px;
}

.interested_learners09284 div p:hover::after {
    transform: scale(1);
    opacity: 1;
}

.our_team89243 {
    background: linear-gradient(135deg, rgb(218,237,237), rgb(184,190,214,0.5) 85%);
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
}

.our_team89243::before {
    height: 100%;
    left: 0;
    background-image: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 20px,
        rgba(rgb(150,156,188), 0.03) 20px,
        rgba(rgb(150,156,188), 0.03) 40px
    );
    top: 0;
    z-index: 0;
    width: 100%;
    content: "";
    position: absolute;
}

.our_team89243 h1 {
    display: inline-block;
    position: relative;
    transform: translateX(-1rem);
    font-size: 45px;
    opacity: 0;
    animation: slideTitle 0.8s 0.2s forwards cubic-bezier(0.25, 1, 0.5, 1);
    margin-bottom: 3rem;
    color: #000000;
    font-weight: 700;
}

.our_team89243 .our_ethos47813 {
    position: relative;
}

.our_team89243 .our_ethos47813 ul {
    display: grid;
    gap: 3rem;
    padding: 0;
    list-style: none;
    margin: 0;
    grid-template-columns: 1fr;
}

.our_team89243 .expert_guides27358:nth-child(2) {
    animation-delay: 0.6s;
}

.our_team89243 .expert_guides27358:hover {
    transform: translateY(-5px) scale(1.01);
    box-shadow: 0 20px 40px rgba(0, 0, 10, 0.1), 
                0 10px 20px rgba(0, 0, 0, 0.08),
                0 1px 0 rgba(255, 255, 255, 0.6) inset;
}

.our_team89243 .expert_guides27358::before {
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
    background: linear-gradient(135deg, transparent 0%, rgba(rgb(150,156,188,0.5), 0.03) 100%);
    height: 100%;
}

.our_team89243 .expert_guides27358 h4 {
    font-size: calc(23px * 1.2);
    margin-bottom: 1.5rem;
    color: rgb(184,190,214);
    display: inline-block;
    position: relative;
    margin-top: 0;
}

.our_team89243 .expert_guides27358:hover h4::after {
    width: 100%;
}

::-webkit-scrollbar {
    padding: 3px;
    width: 10px;
    background: linear-gradient(117deg, #ffffff 92%, rgb(255, 255, 255, 0.5) 4%, rgb(150,156,188) 88%, rgb(150,156,188,0.5) 19%, rgb(184,190,214) 54%, rgb(184,190,214,0.5) 88%);
}

::-webkit-scrollbar-track {
    background: rgb(184,190,214);
    box-shadow: inset -2px -2px 9px -2px rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-thumb {
    transition: box-shadow, transform 3s linear;
    box-shadow: 1px -3px 5px 5px rgba(0, 0, 0, 0.5);
    background: linear-gradient(10deg, #ffffff 98%, rgb(255, 255, 255, 0.5) 40%, rgb(150,156,188,0.5) 58%, rgb(184,190,214) 27%, rgb(218,237,237) 33%);
    border-radius: 17%;
}

::-webkit-scrollbar-thumb:hover {
    background: rgb(150,156,188);
    border-color: rgb(184,190,214);
}

::-webkit-scrollbar-corner {
    border-radius: 2px;
    background: rgb(150,156,188);
}

header .top_info17386::-webkit-scrollbar {
    display: none;
}

.our_team89243 .expert_guides27358 div::-webkit-scrollbar {
    width: 4px;
}

.our_team89243 .expert_guides27358 div::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}

.our_team89243 .expert_guides27358 div::-webkit-scrollbar-thumb {
    background: rgb(184,190,214,0.5);
    border-radius: 10px;
}



@media (max-width: 991px) {.service_package86921 {
    padding: 5rem 0;
}.service_package86921 .learning_packages86524 {
    margin-bottom: 1.5rem;
}.service_package86921 .lesson_fees15246 {
    padding: 0 1rem;
}
}



@media (max-width: 767px) {.service_package86921 {
    padding: 4rem 0;
}.service_package86921 .lesson_fees15246 h2 {
    font-size: calc(30px * 0.9);
}.service_package86921 .program_price21964 h3 {
    font-size: 23px;
}.service_package86921 .program_price21964 .cost_breakdown63478 {
    font-size: calc(23px * 1.15);
}.service_package86921 .pic_holder46521 {
    height: 160px;
}
}



@media (hover: none) {.service_package86921 .learning_packages86524:hover {
    transform: none;
}.service_package86921 .learning_packages86524:hover .pic_holder46521 {
    transform: none;
}}



@media (min-width: 768px) {.location_details64870 .get_helpdesk95210 {
    gap: 40px 50px;
    grid-template-columns: 1fr 1fr;
}.location_details64870 .get_helpdesk95210 > div:first-of-type {
    grid-column: 1 / -1;
}.location_details64870 .ask_question85491 {
    grid-column: 1 / -1;
}.location_details64870 h3 {
    font-size: calc(29px * 1.1);
    margin-bottom: 30px;
}.location_details64870 .get_helpdesk95210 {
    padding: 50px;
    transform: perspective(1200px) rotateY(-1.5deg);
}
}



@media (max-width: 767px) {.location_details64870 {
    padding: 60px 0;
}.location_details64870 .get_helpdesk95210 {
    padding: 30px 25px;
    transform: none;
    gap: 20px;
}.location_details64870 h3 {
    font-size: calc(29px * 0.9);
    margin-bottom: 20px;
}.location_details64870 p {
    font-size: calc(12px * 0.95);
    max-width: 100%;
}.location_details64870 .ask_question85491 {
    grid-template-columns: 1fr;
}.location_details64870 .ask_question85491 li {
    padding: 8px 0;
}
}



@media (max-width: 480px) {.location_details64870 {
    padding: 40px 0;
}.location_details64870 .get_helpdesk95210 {
    padding: 25px 20px;
}.location_details64870 h3 {
    font-size: calc(29px * 0.85);
    padding-bottom: 12px;
}.location_details64870 h5 {
    font-size: calc(18px * 0.9);
}.location_details64870 p {
    font-size: calc(12px * 0.9);
}.location_details64870 .learn_help72865 {
    font-size: calc(12px * 0.9);
}.location_details64870 svg {
    height: 20px;
    width: 20px;
}}



@media (max-width: 768px) {.course_rewards38175 {
    padding: 5rem 0;
}.course_rewards38175 .pic_holder46521 {
    height: 350px;
}.course_rewards38175 h2 {
    margin-bottom: 2.5rem;
    font-size: calc(35px * 0.9);
}.course_rewards38175 .text_main_holder > div {
    padding: 1.5rem;
}
}



@media (max-width: 576px) {.course_rewards38175 .legacy_edu52194 {
    max-width: 95%;
}.course_rewards38175 .pic_holder46521 {
    height: 250px;
}.course_rewards38175 h2 {
    padding-left: 1.5rem;
}.course_rewards38175 .text_main_holder > div {
    padding: 1.2rem;
}.course_rewards38175 .text_main_holder svg {
    margin-right: 1rem;
    height: 2.5rem;
    width: 2.5rem;
}}



@media (max-width: 768px) {.secure_cove16382 {
    padding: 3rem 0;
}.secure_cove16382 .container {
    padding: 0 1.5rem;
}.secure_cove16382 h1 {
    margin-bottom: 2rem;
    font-size: calc(47px * 0.85);
}.secure_cove16382 h1::after {
    width: 60px;
}.secure_cove16382 h2 {
    margin: 2.5rem 0 1.25rem;
}.secure_cove16382 h3 {
    margin: 2rem 0 1rem;
}.secure_cove16382 li {
    padding-left: 1.5rem;
}
}



@media (min-width: 768px) {.join_list46108 .input_holder {
    align-items: center;
    flex-direction: row;
}.join_list46108 .learn_today13684 {
    white-space: nowrap;
}.join_list46108 h3 {
    font-size: calc(22px * 1.1);
    max-width: 80%;
}.join_list46108 .legacy_edu52194 {
    transform: perspective(1000px) rotateX(1deg);
    padding: 4rem;
}
}



@media (min-width: 992px) {.join_list46108 {
    padding: 8rem 2rem;
}.join_list46108 .legacy_edu52194 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
    padding: 4.5rem 5rem;
}.join_list46108 h3 {
    max-width: 50%;
    margin-bottom: 0;
    flex: 1;
}.join_list46108 .legacy_edu52194 > div {
    flex: 1;
}.join_list46108 h3::after {
    width: 70px;
}
}



@media (hover: none) {.join_list46108 .learn_today13684:hover {
    transform: none;
    box-shadow: none;
}.join_list46108 .learn_today13684:active {
    background: rgb(150,156,188);
}}



@media (max-width: 1200px) {.user_reviews41307 .rating_showcase19086 {
    width: calc(50% - 40px);
}
}



@media (max-width: 768px) {.user_reviews41307 {
    padding: 70px 0;
}.user_reviews41307 h4 {
    margin-bottom: 60px;
}.user_reviews41307 .learner_feedback86972 {
    perspective: none;
}.user_reviews41307 .rating_showcase19086,
    .user_reviews41307 .rating_showcase19086:nth-child(3n+2),
    .user_reviews41307 .rating_showcase19086:nth-child(3n+3) {
    width: 100%;
    max-width: 350px;
    margin: 0 auto 40px;
    padding: 25px;
    transform: none;
}.user_reviews41307 .rating_showcase19086:hover,
    .user_reviews41307 .rating_showcase19086:nth-child(3n+2):hover,
    .user_reviews41307 .rating_showcase19086:nth-child(3n+3):hover {
    transform: translateY(-10px);
}.user_reviews41307 .rating_showcase19086:last-child {
    margin-bottom: 0;
}.user_reviews41307 .pic_holder46521 {
    height: 80px;
    width: 80px;
}.user_reviews41307 .rating_showcase19086:hover .pic_holder46521 {
    transform: scale(1.1);
}.user_reviews41307 .rating_showcase19086 span,
    .user_reviews41307 .rating_showcase19086:hover span,
    .user_reviews41307 .rating_showcase19086 p,
    .user_reviews41307 .rating_showcase19086:hover p {
    transform: none;
}}



@media (max-width: 992px) {.thanksCard92713 {
    padding: 5rem 0;
}.thanksCard92713 .legacy_edu52194 {
    gap: 2rem;
    padding: 2.5rem;
}.thanksCard92713 h5 {
    font-size: calc(18px * 0.9);
}
}



@media (max-width: 768px) {.thanksCard92713 {
    padding: 4rem 0;
}.thanksCard92713 .legacy_edu52194 {
    clip-path: polygon(
            0 3%, 
            3% 0, 
            97% 0, 
            100% 3%, 
            100% 97%, 
            97% 100%, 
            3% 100%, 
            0 97%
        );
    gap: 1.8rem;
    padding: 2rem;
}.thanksCard92713 h5 {
    font-size: calc(18px * 0.85);
}.thanksCard92713 p {
    font-size: calc(17px * 0.95);
}
}



@media (max-width: 767px) {.course_structure37806 {
    grid-template-columns: 1fr;
    min-height: auto;
}.course_structure37806 .training_map47809 {
    height: 40vh;
    position: relative;
    width: 100%;
    clip-path: none;
    grid-row: 1;
    grid-column: 1;
}.course_structure37806 .training_map47809::before {
    background: linear-gradient(0deg, rgb(218,237,237) 0%, rgba(255,255,255,0.3) 100%);
}.course_structure37806 .program_route80326 {
    flex-direction: row;
    animation: none;
}.course_structure37806 .learn_track06591 {
    min-height: auto;
    width: 100%;
}.course_structure37806 .container {
    grid-row: 2;
    padding: 2rem 1.5rem;
    grid-column: 1;
}.course_structure37806 .legacy_edu52194 {
    max-width: 100%;
    padding: 1.5rem;
}.course_structure37806 .career_ready05819::before,
    .course_structure37806 .career_ready05819::after {
    height: 40px;
    width: 40px;
}.course_structure37806 .career_ready05819 h3 {
    margin-bottom: 1rem;
    font-size: 21px;
}.course_structure37806 .career_ready05819 h3::after {
    height: 2px;
    width: 50px;
}.course_structure37806 .career_ready05819 p {
    margin-bottom: 1.5rem;
    line-height: 1.6;
    font-size: calc(15px * 0.9);
}.course_structure37806 .career_ready05819 .connect_request98014 {
    padding: 0.7rem 1.5rem;
    text-align: center;
    width: 100%;
}}



@media screen and (max-width: 480px) {.contact_us06983 {
    padding: 40px 0;
}.contact_us06983 h2 {
    font-size: calc(33px * 0.8);
}.contact_us06983 form h3 {
    font-size: calc(20px * 0.9);
}.contact_us06983 .request_grid01634::before,
    .contact_us06983 .request_grid01634::after {
    width: 30px;
    height: 30px;
}}



@media screen and (max-width: 992px) {.landing_page90176 {
    min-height: 90vh;
}.landing_page90176 .learn_home93765 {
    padding: 3rem 2rem;
}.landing_page90176 .learn_home93765 h1 {
    font-size: calc(43px * 0.85);
}.landing_page90176 .learn_home93765 h3 {
    border-left-width: 2px;
    font-size: calc(20px * 0.8);
}.landing_page90176 .learn_home93765 p {
    font-size: 12px;
    max-width: 90%;
}
}



@media screen and (max-width: 576px) {.landing_page90176 {
    min-height: 70vh;
}.landing_page90176 .learn_home93765 {
    padding: 2rem 1.25rem;
}.landing_page90176 .learn_home93765 h1 {
    margin-bottom: 1.2rem;
    font-size: calc(43px * 0.65);
}.landing_page90176 .learn_home93765 h3 {
    margin-bottom: 1rem;
    padding-left: 0.75rem;
    font-size: calc(20px * 0.7);
}.landing_page90176 .learn_home93765 p {
    font-size: calc(12px * 0.9);
    margin-bottom: 2rem;
}.landing_page90176 .learn_home93765 p::after {
    width: 40%;
}}



@media (max-width: 767px) {.interested_learners09284 {
    padding: 80px 0;
}.interested_learners09284 .legacy_edu52194 {
    padding: 0 20px;
}.interested_learners09284 h4 {
    margin-bottom: 50px;
    font-size: calc(43px - 12px);
    padding-left: 20px;
}.interested_learners09284 h4::before {
    width: 4px;
}.interested_learners09284 div p {
    padding-left: 65px;
    margin-bottom: 25px;
}.interested_learners09284 div::before {
    left: 28px;
}.interested_learners09284 div p svg {
    width: 24px;
    height: 24px;
    left: 16px;
}.interested_learners09284 div p::before {
    left: 55px;
    top: 14px;
}.interested_learners09284 div p::after {
    left: 45px;
    width: calc(100% - 45px);
}
}



@media (min-width: 768px) {.our_team89243 {
    padding: 7rem 0;
}.our_team89243 h1 {
    font-size: calc(45px * 1.2);
}.our_team89243 .our_ethos47813 ul {
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
}.our_team89243 .expert_guides27358 {
    padding: 3rem;
}.our_team89243 .expert_guides27358 div {
    max-height: 320px;
}
}



@media (min-width: 1200px) {.our_team89243 {
    padding: 9rem 0;
}.our_team89243::after {
    right: -10%;
}.our_team89243 .container {
    padding: 0 3rem;
}.our_team89243 h1 {
    margin-bottom: 4rem;
}.our_team89243 .our_ethos47813 ul {
    gap: 3rem;
}.our_team89243 .expert_guides27358 {
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), 
                    box-shadow 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}.our_team89243 .expert_guides27358:hover {
    transform: translateY(-10px) scale(1.02);
}.our_team89243 .expert_guides27358 div {
    max-height: 350px;
}
}

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



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



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



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



    @keyframes carousel-horizontal-tablet {
        0%, 16% {
            transform: translateX(0);
        }
        20%, 36% {
            transform: translateX(-50%);
        }
        40%, 56% {
            transform: translateX(-100%);
        }
        60%, 76% {
            transform: translateX(-150%);
        }
        80%, 96% {
            transform: translateX(-200%);
        }
        100% {
            transform: translateX(0);
        }
    }



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



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



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



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



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

