﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}a {
    text-decoration: none;
    color: inherit;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1122px;
}.header_edu_60781 {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}svg {
    width: 30px;
    height: 30px;
}html,body {
    color: #000000;
    font-family: Arial, sans-serif;
    height: 100%;
    min-height: 100%;
    scroll-behavior: smooth;
}.wrapper-capsule_83750 {
    min-height: 100%;
    flex-direction: column;
    display: flex;
    height: 100%;
}.module_end_71490 {
    flex: 0 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.pricing_matrix_23840 {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}.pricing_matrix_23840::before {
    right: 0;
    left: 0;
    top: 0;
    background: linear-gradient(145deg, rgba(21, 27, 45, 0.92), rgba(15, 18, 35, 0.97));
    z-index: 1;
    content: "";
    bottom: 0;
    position: absolute;
}.pricing_matrix_23840 .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
    z-index: 2;
}.pricing_matrix_23840 .learning_deals_92105 {
    position: relative;
}.pricing_matrix_23840 h2 {
    text-align: center;
    opacity: 0;
    font-size: 31px;
    margin-bottom: 20px;
    animation: fadeSlideUp 0.8s 0.2s forwards ease-out;
    font-weight: 700;
    position: relative;
    color: #ffffff;
    transform: translateY(20px);
}.pricing_matrix_23840 .rate_panel_78639 {
    margin: 0 auto 50px;
    animation: fadeSlideUp 0.8s 0.4s forwards ease-out;
    max-width: 700px;
    line-height: 1.6;
    transform: translateY(20px);
    color: rgb(255, 255, 255, 0.5);
    font-size: 18px;
    word-break: break-word;
    overflow-wrap: break-word;
    text-align: center;
    opacity: 0;
}.pricing_matrix_23840 .learn_deals_92081 {
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding: 0;
    gap: 30px;
    margin: 0;
    display: grid;
}.pricing_matrix_23840 .learn_deals_92081 li {
    transform-style: preserve-3d;
    animation: fadeSlideUp 0.8s calc(0.6s + var(--i, 0) * 0.15s) forwards ease-out;
    perspective: 1000px;
    transform: translateY(30px);
    opacity: 0;
}.pricing_matrix_23840 .learn_deals_92081 li:nth-child(1) {
    --i: 0;
}.pricing_matrix_23840 .learn_deals_92081 li:nth-child(2) {
    --i: 1;
}.pricing_matrix_23840 .learn_deals_92081 li:nth-child(3) {
    --i: 2;
}.pricing_matrix_23840 .learn_deals_92081 li:nth-child(4) {
    --i: 3;
}.pricing_matrix_23840 .learn_offers_92478 {
    display: block;
    position: relative;
    will-change: transform;
    transform-style: preserve-3d;
    height: 100%;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    text-decoration: none;
}.pricing_matrix_23840 .learn_offers_92478:hover {
    transform: translateY(-10px) rotateX(2deg) rotateY(-2deg);
}.pricing_matrix_23840 .cert_cost_30458 {
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15), 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    position: relative;
    height: 100%;
    flex-direction: column;
    display: flex;
    border-radius: 10px;
    padding: 30px;
}.pricing_matrix_23840 .learn_offers_92478:hover .cert_cost_30458 {
    border-color: rgba(rgb(146,157,178,0.5), 0.3);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25), 0 8px 15px rgba(0, 0, 0, 0.15), 0 0 15px rgba(rgb(146,157,178,0.5), 0.15);
}.pricing_matrix_23840 .cert_cost_30458::before {
    transition: opacity 0.8s ease;
    transform: rotate(45deg);
    content: "";
    z-index: -1;
    height: 200%;
    top: -50%;
    left: -50%;
    opacity: 0;
    background: radial-gradient(circle at center, transparent 60%, rgba(rgb(110,120,135,0.5), 0.1) 100%);
    width: 200%;
    position: absolute;
}.pricing_matrix_23840 .learn_offers_92478:hover .cert_cost_30458::before {
    opacity: 1;
}.pricing_matrix_23840 .sub_options_74082 {
    position: relative;
    display: flex;
    height: 100%;
    z-index: 1;
    flex-direction: column;
}.pricing_matrix_23840 .sub_options_74082 h4 {
    margin-top: 0;
    font-weight: 600;
    position: relative;
    margin-bottom: 15px;
    color: #ffffff;
    font-size: calc(21px * 1.1);
}.pricing_matrix_23840 .sub_options_74082 h4::after {
    transform-origin: left;
    display: block;
    background: linear-gradient(90deg, rgb(146,157,178), rgba(rgb(146,157,178,0.5), 0.5));
    height: 3px;
    width: 50px;
    margin-top: 10px;
    transform: scaleX(0.7);
    transition: transform 0.4s ease;
    content: "";
}.pricing_matrix_23840 .learn_offers_92478:hover .sub_options_74082 h4::after {
    transform: scaleX(1);
}.pricing_matrix_23840 .sub_options_74082 p {
    overflow-wrap: break-word;
    margin-bottom: 25px;
    scrollbar-width: thin;
    color: rgba(255, 255, 255, 0.75);
    font-size: calc(18px * 0.95);
    line-height: 1.6;
    flex-grow: 1;
    word-break: break-word;
    max-height: 250px;
    overflow-y: auto;
    scrollbar-color: rgba(rgb(146,157,178,0.5), 0.5) rgba(255, 255, 255, 0.05);
    padding-right: 5px;
}.pricing_matrix_23840 .sub_options_74082 p::-webkit-scrollbar {
    width: 4px;
}.pricing_matrix_23840 .sub_options_74082 p::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
}.pricing_matrix_23840 .sub_options_74082 p::-webkit-scrollbar-thumb {
    background: rgba(rgb(146,157,178,0.5), 0.5);
    border-radius: 10px;
}.pricing_matrix_23840 .skill_offers_75809 {
    -webkit-background-clip: text !important;
    align-self: flex-start;
    font-size: calc(21px * 1.3);
    position: relative;
    -webkit-text-fill-color: transparent;
    background-clip: text !important;
    padding: 5px 0;
    font-weight: 700;
    color: #ffffff;
    background: linear-gradient(135deg, rgb(146,157,178), rgb(110,120,135));
    display: inline-block;
}.pricing_matrix_23840 .skill_offers_75809::before {
    left: 0;
    content: "";
    background: linear-gradient(90deg, rgb(146,157,178), transparent);
    position: absolute;
    height: 1px;
    width: 100%;
    bottom: 0;
}

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

@media (max-width: 1200px) {.pricing_matrix_23840 {
    padding: 80px 0;
}.pricing_matrix_23840 .learn_deals_92081 {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
}
}

@media (max-width: 992px) {.pricing_matrix_23840 h2 {
    font-size: calc(31px * 0.9);
}.pricing_matrix_23840 .rate_panel_78639 {
    font-size: calc(18px * 0.95);
    margin-bottom: 40px;
}.pricing_matrix_23840 .cert_cost_30458 {
    padding: 25px;
}.pricing_matrix_23840 .sub_options_74082 h4 {
    font-size: calc(21px * 1);
}.pricing_matrix_23840 .skill_offers_75809 {
    font-size: calc(21px * 1.2);
}
}

@media (max-width: 768px) {.pricing_matrix_23840 {
    padding: 60px 0;
}.pricing_matrix_23840 .learn_deals_92081 {
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 450px;
}.pricing_matrix_23840 .sub_options_74082 p {
    font-size: calc(18px * 0.9);
    max-height: 150px;
}
}

@media (max-width: 480px) {.pricing_matrix_23840 {
    padding: 50px 0;
}.pricing_matrix_23840 h2 {
    font-size: calc(31px * 0.8);
}.pricing_matrix_23840 .rate_panel_78639 {
    margin-bottom: 30px;
    font-size: calc(18px * 0.9);
}.pricing_matrix_23840 .cert_cost_30458 {
    padding: 20px;
}.pricing_matrix_23840 .sub_options_74082 h4 {
    margin-bottom: 10px;
    font-size: calc(21px * 0.95);
}.pricing_matrix_23840 .skill_offers_75809 {
    font-size: calc(21px * 1.1);
}}.mentorship_profile_34159 {
    padding: 5rem 2rem;
    background: rgb(183,194,215);
    isolation: isolate;
    position: relative;
    overflow: hidden;
}.mentorship_profile_34159::before {
    z-index: -1;
    position: absolute;
    right: -5%;
    transform: rotate(15deg);
    top: -20%;
    filter: blur(3px);
    height: 140%;
    content: "";
    width: 60%;
    background: rgb(146,157,178,0.5);
}.mentorship_profile_34159::after {
    left: -5%;
    height: 30%;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    animation: morph 15s linear infinite alternate;
    width: 30%;
    background: rgb(110,120,135,0.5);
    content: "";
    bottom: -5%;
    position: absolute;
    z-index: -1;
}@keyframes morph {
    0% {
        border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    }
    100% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
}

.mentorship_profile_34159 .reviews_block_16749 {
    gap: 0;
    grid-template-columns: 1fr 1fr;
    display: grid;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
}.mentorship_profile_34159 .img_show_wrap_50691 {
    grid-column: 1 / 2;
    position: relative;
    border-radius: 0;
    height: 450px;
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    z-index: 2;
    transform: translateX(-5%);
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
    grid-row: 1 / 2;
    width: 100%;
}.mentorship_profile_34159 .img_show_wrap_50691::after {
    left: 0;
    height: 100%;
    top: 0;
    width: 100%;
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.5) 0%,
        transparent 50%
    );
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
    position: absolute;
    content: "";
}.mentorship_profile_34159 .reviews_block_16749:hover .img_show_wrap_50691 {
    transform: translateX(0) scale(1.02);
    filter: contrast(1.1);
}.mentorship_profile_34159 .exp_highlights_96418 {
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.5);
    z-index: 1;
    display: flex;
    grid-column: 2 / 3;
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    background: #ffffff;
    justify-content: center;
    padding: 3rem 3rem 3rem 5rem;
    flex-direction: column;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
    transform: translateX(-15%);
    grid-row: 1 / 2;
}.mentorship_profile_34159 .reviews_block_16749:hover .exp_highlights_96418 {
    transform: translateX(-10%) translateY(-5px);
    box-shadow: 0 25px 50px -15px rgba(0, 0, 0, 0.5);
}.mentorship_profile_34159 .name {
    font-size: 30px;
    color: rgb(146,157,178);
    position: relative;
    margin-bottom: 0.7rem;
    font-weight: 700;
    display: inline-block;
}.mentorship_profile_34159 .name::before {
    transition: transform 0.4s ease 0.2s;
    position: absolute;
    top: -10px;
    height: 30px;
    z-index: -1;
    left: -20px;
    transform: rotate(45deg) scale(0);
    background: rgb(110,120,135,0.5);
    border-radius: 10px;
    width: 30px;
    content: "";
}.mentorship_profile_34159 .reviews_block_16749:hover .name::before {
    transform: rotate(45deg) scale(1);
}.mentorship_profile_34159 .exp_highlights_96418 > div:nth-child(2) {
    font-weight: 600;
    color: rgb(110,120,135);
    opacity: 0.9;
    transition: all 0.5s ease 0.3s;
    opacity: 0;
    margin-bottom: 2rem;
    transform: translateX(-20px);
    font-size: 21px;
}.mentorship_profile_34159 .reviews_block_16749:hover .exp_highlights_96418 > div:nth-child(2) {
    opacity: 1;
    transform: translateX(0);
}.mentorship_profile_34159 .emp_achievements_03496 {
    font-style: italic;
    transform: translateY(20px);
    position: relative;
    color: #000000;
    font-weight: 400;
    padding-top: 20px;
    font-size: 13px;
    opacity: 0;
    line-height: 1.7;
    transition: all 0.5s ease 0.5s;
}.mentorship_profile_34159 .reviews_block_16749:hover .emp_achievements_03496 {
    transform: translateY(0);
    opacity: 1;
}.mentorship_profile_34159 .emp_achievements_03496::before {
    height: 3px;
    content: "";
    left: 0;
    width: 60px;
    background: linear-gradient(to right, rgb(146,157,178), transparent);
    position: absolute;
    top: 0;
}@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}

.mentorship_profile_34159 .exp_highlights_96418::after {
    position: absolute;
    width: 40px;
    animation: float 4s ease-in-out infinite;
    z-index: -1;
    height: 40px;
    right: 20px;
    content: "";
    bottom: 20px;
    border-radius: 50%;
    background: rgb(146,157,178,0.5);
}

@media (max-width: 992px) {.mentorship_profile_34159 .reviews_block_16749 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    gap: 2rem;
}.mentorship_profile_34159 .img_show_wrap_50691 {
    grid-row: 1 / 2;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    transform: none;
    grid-column: 1 / 2;
    height: 300px;
}.mentorship_profile_34159 .img_show_wrap_50691::after {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}.mentorship_profile_34159 .exp_highlights_96418 {
    padding: 2rem;
    clip-path: none;
    grid-row: 2 / 3;
    transform: none;
    grid-column: 1 / 2;
}.mentorship_profile_34159 .reviews_block_16749:hover .exp_highlights_96418 {
    transform: translateY(-5px);
}}.cookiePolicyContainer_95067 {
    transform: translateY(100%);
    font-family: Arial, sans-serif;
    border-top: 3px solid rgb(110,120,135);
    width: 100%;
    background: rgb(110,120,135);
    animation: slideUp 0.5s forwards;
    bottom: 0;
    position: fixed;
    padding: 20px 0;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    z-index: 90;
    transition: transform 0.5s ease-in-out;
}@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}
.data_accept_82576 {
    padding: 20px 5%;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
}.cookiePolicyContainer_95067 h5 {
    letter-spacing: 1px;
    font-weight: 700;
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
}.cookiePolicyContainer_95067 p {
    line-height: 1.5;
    font-size: 16px;
    color: #ffffff;
    margin: 0;
}.cookie_panel_36875 {
    align-items: center;
    justify-content: center;
    filter: drop-shadow(0 0 10px rgb(146,157,178));
    flex-shrink: 0;
    margin-right: 15px;
    display: flex;
}.cookie_panel_36875 svg {
    width: 80px;
    height: 80px;
    transition: transform 0.3s ease-in-out;
    fill: rgb(146,157,178);
}.cookie_panel_36875:hover svg {
    transform: scale(1.1);
}.cookie_none_52370 {
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    white-space: nowrap;
    line-height: 40px;
    cursor: pointer;
    font-size: 16px;
    border-radius: 24px;
    flex-shrink: 0;
    min-width: 140px;
    text-decoration: none;
    background: linear-gradient(90deg, rgb(146,157,178), rgb(110,120,135));
    text-align: center;
    padding: 10px 20px;
    box-shadow: 0 0 15px rgb(146,157,178);
    margin-left: 10px;
    color: #000000;
}.cookie_none_52370:hover {
    box-shadow: 0 0 20px rgb(110,120,135);
}.cookie_button.cookie_ack_28659:hover {
    box-shadow: 0 0 15px rgb(110,120,135);
}.cookiePolicyContainer_95067 p a {
    text-decoration: none;
    color: rgb(146,157,178);
    transition: color 0.3s ease;
}.cookiePolicyContainer_95067 p a:hover {
    color: rgb(110,120,135);
}#cookie_alert_modal_31846 {
    display: none;
}#cookie_alert_modal_31846:checked ~ .cookiePolicyContainer_95067 {
    opacity: 0;
    visibility: hidden;
}
@media only screen and (max-width: 1200px) {.cookiePolicyContainer_95067 {
    padding: 15px 0;
}.data_accept_82576 {
    padding: 15px 5%;
}
}
@media only screen and (max-width: 800px) {.cookie_panel_36875 {
    display: none;
}.data_accept_82576 {
    text-align: center;
    align-items: center;
    flex-direction: column;
}.cookiePolicyContainer_95067 h5 {
    margin-bottom: 5px;
    font-size: 16px;
}.cookie_review_41793 {
    margin-bottom: 15px;
}.cookie_none_52370 {
    min-width: 100%;
    margin: 10px 0;
}}
header {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    background: linear-gradient(to bottom, 
        rgb(146,157,178,0.5) 0%,
        #000000 100%);
    width: 100%;
    top: 0;
    z-index: 100;
}header::before {
    height: 100%;
    width: 100%;
    animation: pulse-bg 8s infinite alternate;
    content: "";
    left: 0;
    opacity: 0.3;
    position: absolute;
    z-index: 1;
    background: 
        radial-gradient(circle at 20% 30%, rgb(110,120,135,0.5) 0%, transparent 15%),
        radial-gradient(circle at 80% 70%, rgb(146,157,178,0.5) 0%, transparent 15%);
    top: 0;
}header::after {
    opacity: 0.1;
    width: 100%;
    content: "";
    left: 0;
    z-index: 1;
    height: 100%;
    background-size: 20px 20px;
    position: absolute;
    top: 0;
    background-image: 
        linear-gradient(0deg, transparent 95%, rgb(110,120,135,0.5) 100%),
        linear-gradient(90deg, transparent 95%, rgb(110,120,135,0.5) 100%);
}header .container {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
    flex-direction: column;
    padding: 0;
}header .head_lead_24619 {
    align-items: center;
    flex-direction: column;
    position: relative;
    width: 100%;
    display: flex;
}header .main_start_26945 {
    justify-content: center;
    z-index: 3;
    margin: 1rem 0 1.5rem;
    display: flex;
    position: relative;
    align-items: center;
    text-decoration: none;
}header .main_start_26945::before {
    animation: rotate 10s linear infinite;
    width: 120px;
    opacity: 0.2;
    position: absolute;
    height: 120px;
    z-index: -1;
    background: 
        conic-gradient(
            transparent 0deg,
            rgb(110,120,135,0.5) 120deg,
            transparent 180deg,
            rgb(146,157,178,0.5) 240deg,
            transparent 360deg
        );
    border-radius: 50%;
    content: "";
}header .main_start_26945::after {
    content: "";
    animation: pulse-opacity 4s ease infinite alternate;
    z-index: -2;
    filter: blur(20px);
    border-radius: 50%;
    opacity: 0.3;
    position: absolute;
    background: rgb(110,120,135,0.5);
    width: 70px;
    height: 70px;
}header .main_start_26945 svg {
    width: auto;
    height: 45px;
    transition: all 0.4s ease;
    filter: drop-shadow(0 0 8px rgb(146,157,178,0.5));
}header .main_start_26945:hover svg {
    transform: scale(1.08);
    filter: drop-shadow(0 0 12px rgb(110,120,135));
}header .header_navbar_24876 {
    overflow-x: auto;
    padding: 1rem 0;
    justify-content: center;
    width: 100vw;
    border-top: 1px solid rgb(146,157,178,0.5);
    background: linear-gradient(to bottom,
        rgba(0, 0, 0, 0.5) 0%,
        #000000 100%);
    position: relative;
    border-bottom: 1px solid rgb(146,157,178,0.5);
    scrollbar-width: none;
    display: flex;
    gap: 0.8rem;
}header .header_navbar_24876::-webkit-scrollbar {
    display: none;
}header .header_navbar_24876::before {
    pointer-events: none;
    top: 0;
    left: 0;
    background: 
        linear-gradient(90deg, 
            #000000 0%,
            transparent 10%,
            transparent 90%,
            #000000 100%);
    height: 100%;
    width: 100%;
    z-index: 3;
    content: "";
    position: absolute;
}header .page_nav_48925 {
    padding: 0.6rem 1.5rem;
    white-space: nowrap;
    text-decoration: none;
    position: relative;
    font-size: 12px;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    transition: all 0.3s ease;
    color: #ffffff;
    letter-spacing: 1px;
    z-index: 2;
    font-weight: 600;
    perspective: 800px;
}header .page_nav_48925::before {
    border: 1px solid transparent;
    transition: all 0.3s ease;
    top: 0;
    position: absolute;
    width: 100%;
    left: 0;
    z-index: -1;
    transform: translateZ(-10px);
    content: "";
    height: 100%;
    border-radius: 10px;
}header .page_nav_48925::after {
    height: 2px;
    background: rgb(110,120,135);
    content: "";
    transform: translateX(-50%);
    transition: all 0.3s ease;
    bottom: 0;
    left: 50%;
    width: 0%;
    position: absolute;
}header .page_nav_48925:hover {
    transform: translateY(-2px) translateZ(0);
    color: rgb(110,120,135);
    text-shadow: 0 0 5px rgb(110,120,135,0.5);
}header .page_nav_48925:hover::before {
    transform: translateZ(0);
    border-color: rgb(110,120,135,0.5);
    box-shadow: 0 0 15px rgb(146,157,178,0.5);
}header .page_nav_48925:hover::after {
    width: 80%;
}

@keyframes pulse-bg {
    0%, 100% {
        opacity: 0.2;
    }
    50% {
        opacity: 0.4;
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes pulse-opacity {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.2);
    }
}

@media (max-width: 991px) {header .main_start_26945 {
    margin: 0.8rem 0 1.2rem;
}header .main_start_26945 svg {
    height: 40px;
}header .page_nav_48925 {
    padding: 0.5rem 1.2rem;
    font-size: calc(12px - 1px);
}
}

@media (max-width: 767px) {header .main_start_26945 {
    margin: 0.6rem 0 1rem;
}header .main_start_26945 svg {
    height: 35px;
}header .main_start_26945::before {
    height: 90px;
    width: 90px;
}header .main_start_26945::after {
    height: 50px;
    width: 50px;
}header .header_navbar_24876 {
    padding: 0.8rem 0;
    justify-content: flex-start;
}header .page_nav_48925 {
    font-size: calc(12px - 2px);
    padding: 0.4rem 1rem;
}header .page_nav_48925:first-child {
    margin-left: 2rem;
}header .page_nav_48925:last-child {
    margin-right: 2rem;
}}.contact_form_box_04965 {
    background: #ffffff;
    position: relative;
    padding: 80px 0;
    overflow: hidden;
}.contact_form_box_04965::before {
    position: absolute;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%) -10px 0,
                linear-gradient(225deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%) -10px 0,
                linear-gradient(315deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%),
                linear-gradient(45deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%);
    left: 0;
    content: "";
    background-size: 20px 20px;
    width: 100%;
    z-index: 0;
    top: 0;
    height: 100%;
}.contact_form_box_04965 .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}.contact_form_box_04965 h2 {
    font-weight: 700;
    border-left: 5px solid rgb(146,157,178);
    text-align: left;
    font-size: 36px;
    margin-bottom: 50px;
    color: #000000;
    padding-left: 20px;
    position: relative;
}.contact_form_box_04965 .feedback_info_01923 {
    background: #ffffff;
    overflow: hidden;
    display: flex;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    flex-direction: row-reverse;
    border-radius: 22px;
}.contact_form_box_04965 .img_show_wrap_50691 {
    min-height: 500px;
    flex: 0 0 40%;
    position: relative;
}.contact_form_box_04965 .img_show_wrap_50691::before {
    background: rgb(146,157,178,0.5);
    mix-blend-mode: multiply;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    content: "";
}.contact_form_box_04965 .request_feedback_50691 {
    padding: 60px;
    position: relative;
    flex: 0 0 60%;
}.contact_form_box_04965 .request_feedback_50691::after {
    top: 0;
    content: "";
    right: 0;
    width: 150px;
    background: rgb(183,194,215);
    height: 150px;
    z-index: -1;
    border-radius: 0 0 0 100%;
    position: absolute;
}.contact_form_box_04965 #contact {
    display: flex;
    gap: 30px;
    flex-direction: column;
}.contact_form_box_04965 h3 {
    font-size: 23px;
    color: #000000;
    font-weight: 700;
    position: relative;
    margin-bottom: 30px;
}.contact_form_box_04965 h3::after {
    background: rgb(146,157,178);
    left: 0;
    height: 2px;
    content: "";
    bottom: -10px;
    width: 40px;
    position: absolute;
}.contact_form_box_04965 input[type="text"] {
    transition: all 0.3s ease;
    border-radius: 10px;
    color: #000000;
    background: rgb(183,194,215);
    padding: 18px 20px;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.03);
    font-size: 16px;
    width: 100%;
    border: none;
}.contact_form_box_04965 input[type="text"]:focus {
    outline: none;
    background: #ffffff;
    box-shadow: 0 0 0 2px rgb(146,157,178,0.5), inset 0 2px 4px rgba(0, 0, 0, 0.03);
}.contact_form_box_04965 input[type="text"]::placeholder {
    opacity: 0.6;
    color: #000000;
}.contact_form_box_04965 .query_message_18293 {
    gap: 12px;
    display: flex;
    margin-top: 5px;
    align-items: center;
}.contact_form_box_04965 .query_message_18293 input[type="checkbox"] {
    appearance: none;
    border-radius: 10px;
    border: 2px solid rgb(183,194,215);
    position: relative;
    width: 22px;
    height: 22px;
    transition: all 0.2s ease;
    cursor: pointer;
}.contact_form_box_04965 .query_message_18293 input[type="checkbox"]:checked {
    border-color: rgb(146,157,178);
    background: rgb(146,157,178);
}.contact_form_box_04965 .query_message_18293 input[type="checkbox"]:checked::after {
    left: 7px;
    width: 6px;
    position: absolute;
    content: "";
    top: 3px;
    transform: rotate(45deg);
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    height: 11px;
}.contact_form_box_04965 .query_message_18293 label {
    color: #000000;
    font-size: 16px;
    line-height: 1.5;
}.contact_form_box_04965 .query_message_18293 a {
    text-decoration: none;
    position: relative;
    color: rgb(146,157,178);
    transition: all 0.3s ease;
}.contact_form_box_04965 .query_message_18293 a:hover {
    color: rgb(110,120,135);
}.contact_form_box_04965 .query_message_18293 a::after {
    left: 0;
    background: rgb(146,157,178);
    content: "";
    bottom: -2px;
    position: absolute;
    transition: all 0.3s ease;
    width: 100%;
    height: 1px;
}.contact_form_box_04965 .query_message_18293 a:hover::after {
    background: rgb(110,120,135);
}.contact_form_box_04965 .message_list_30125 {
    border-radius: 22px;
    transition: all 0.3s ease;
    cursor: pointer;
    font-weight: 600;
    box-shadow: 0 4px 15px rgb(146,157,178,0.5);
    padding: 18px 40px;
    align-self: flex-start;
    background: rgb(146,157,178);
    font-size: 20px;
    margin-top: 20px;
    border: none;
    color: #ffffff;
}.contact_form_box_04965 .message_list_30125:hover {
    box-shadow: 0 7px 20px rgb(110,120,135,0.5);
    background: rgb(110,120,135);
    transform: translateY(-2px);
}.contact_form_box_04965 svg {
    height: 20px;
    fill: rgb(146,157,178);
    transition: all 0.3s ease;
    width: 20px;
}.contact_form_box_04965 svg path {
    transition: all 0.3s ease;
    fill: rgb(146,157,178);
}.contact_form_box_04965 svg:hover {
    fill: rgb(110,120,135);
}.contact_form_box_04965 svg:hover path {
    fill: rgb(110,120,135);
}

@media (max-width: 992px) {.contact_form_box_04965 .feedback_info_01923 {
    flex-direction: column;
}.contact_form_box_04965 .img_show_wrap_50691 {
    order: 1;
    flex: 0 0 auto;
    min-height: 300px;
}.contact_form_box_04965 .request_feedback_50691 {
    order: 2;
    flex: 0 0 auto;
    padding: 50px 40px;
}.contact_form_box_04965 h2 {
    margin-bottom: 40px;
}
}

@media (max-width: 768px) {.contact_form_box_04965 {
    padding: 60px 0;
}.contact_form_box_04965 h2 {
    margin-bottom: 30px;
    font-size: calc(36px - 4px);
}.contact_form_box_04965 .request_feedback_50691 {
    padding: 40px 30px;
}.contact_form_box_04965 #contact {
    gap: 25px;
}.contact_form_box_04965 .img_show_wrap_50691 {
    min-height: 250px;
}
}

@media (max-width: 576px) {.contact_form_box_04965 {
    padding: 40px 0;
}.contact_form_box_04965 .container {
    padding: 0 15px;
}.contact_form_box_04965 h2 {
    font-size: calc(36px - 6px);
    margin-bottom: 25px;
    padding-left: 15px;
}.contact_form_box_04965 .request_feedback_50691 {
    padding: 30px 20px;
}.contact_form_box_04965 #contact {
    gap: 20px;
}.contact_form_box_04965 input[type="text"] {
    padding: 15px;
}.contact_form_box_04965 .message_list_30125 {
    padding: 15px 20px;
    width: 100%;
}.contact_form_box_04965 .img_show_wrap_50691 {
    min-height: 200px;
}}.privacy_vaulting_28543 {
    background: linear-gradient(135deg, rgb(183,194,215) 0%, #ffffff 100%);
    padding: 5rem 2rem;
    overflow: hidden;
    position: relative;
}.privacy_vaulting_28543::before {
    filter: blur(80px);
    z-index: 0;
    height: 25vw;
    transform: rotate(-15deg);
    opacity: 0.15;
    position: absolute;
    top: -10%;
    background: rgb(146,157,178,0.5);
    width: 25vw;
    content: "";
    right: -5%;
}.privacy_vaulting_28543::after {
    filter: blur(80px);
    bottom: -10%;
    position: absolute;
    opacity: 0.15;
    transform: rotate(15deg);
    background: rgb(110,120,135,0.5);
    height: 25vw;
    z-index: 0;
    content: "";
    width: 25vw;
    left: -5%;
}.privacy_vaulting_28543 .container {
    border-left: 3px solid rgb(146,157,178);
    transform: perspective(1000px) rotateY(1deg);
    margin: 0 auto;
    max-width: 1200px;
    background: #ffffff;
    transition: transform 0.5s ease-out;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    z-index: 1;
    padding: 3rem;
}.privacy_vaulting_28543 .container:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    transform: perspective(1000px) rotateY(0deg);
}.privacy_vaulting_28543 h1 {
    font-weight: 700;
    transform: translateX(-8px);
    position: relative;
    margin-bottom: 2rem;
    font-size: 46px;
    color: #000000;
}.privacy_vaulting_28543 h1::before {
    position: absolute;
    height: 50%;
    left: -20px;
    content: "";
    width: 6px;
    background: linear-gradient(to bottom, rgb(146,157,178), rgb(110,120,135));
    transform: translateY(-50%);
    top: 50%;
}.privacy_vaulting_28543 h2 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    font-weight: 600;
    padding-bottom: 0.75rem;
    position: relative;
    font-size: 38px;
    color: #000000;
    margin: 3rem 0 1.5rem;
}.privacy_vaulting_28543 h2::after {
    position: absolute;
    left: 0;
    height: 3px;
    bottom: -1px;
    background: linear-gradient(90deg, rgb(146,157,178), rgb(110,120,135));
    content: "";
    transition: width 0.3s ease;
    width: 50px;
}.privacy_vaulting_28543 h2:hover::after {
    width: 100px;
}.privacy_vaulting_28543 h3 {
    position: relative;
    padding-left: 15px;
    font-size: calc(38px * 0.85);
    font-weight: 600;
    margin: 2.5rem 0 1.25rem;
    color: #000000;
}.privacy_vaulting_28543 h3::before {
    opacity: 0.7;
    left: 0;
    height: 100%;
    background: rgb(110,120,135);
    top: 0;
    position: absolute;
    width: 3px;
    content: "";
}.privacy_vaulting_28543 h4 {
    font-size: calc(38px * 0.7);
    margin: 2rem 0 1rem;
    position: relative;
    display: inline-block;
    color: #000000;
    font-weight: 600;
}.privacy_vaulting_28543 h4::after {
    height: 1px;
    content: "";
    bottom: -3px;
    background: linear-gradient(90deg, rgb(110,120,135), transparent);
    width: 100%;
    left: 0;
    position: absolute;
}.privacy_vaulting_28543 p {
    margin-bottom: 1.5rem;
    max-width: 90ch;
    line-height: 1.8;
    font-size: 17px;
    color: #000000;
}.privacy_vaulting_28543 ul {
    margin: 1.5rem 0 2.5rem;
    position: relative;
    padding-left: 1.5rem;
}.privacy_vaulting_28543 ul::before {
    content: "";
    left: 0;
    background: linear-gradient(to bottom, rgb(146,157,178,0.5), transparent);
    width: 1px;
    top: 0;
    height: 100%;
    position: absolute;
}.privacy_vaulting_28543 li {
    margin-bottom: 1rem;
    position: relative;
    font-size: 17px;
    transition: transform 0.2s ease;
    padding-left: 1rem;
    line-height: 1.6;
    color: #000000;
}.privacy_vaulting_28543 li::before {
    transition: transform 0.2s ease;
    height: 8px;
    border-radius: 1px;
    content: "";
    background: rgb(146,157,178);
    opacity: 0.7;
    transform: rotate(45deg);
    top: 0.7rem;
    left: -1.5rem;
    width: 8px;
    position: absolute;
}.privacy_vaulting_28543 li:hover {
    transform: translateX(3px);
}.privacy_vaulting_28543 li:hover::before {
    background: rgb(110,120,135);
    transform: rotate(135deg);
}.privacy_vaulting_28543 span {
    border-left: 2px solid rgb(110,120,135,0.5);
    color: #000000;
    padding: 0.5rem 0 0.5rem 1rem;
    margin-bottom: 2rem;
    opacity: 0.9;
    font-style: italic;
    display: block;
    font-size: 17px;
    line-height: 1.7;
}.privacy_vaulting_28543 strong {
    display: inline-block;
    color: #000000;
    font-weight: 600;
    position: relative;
}.privacy_vaulting_28543 strong::after {
    background: rgb(146,157,178,0.5);
    width: 100%;
    opacity: 0.3;
    height: 2px;
    position: absolute;
    left: 0;
    content: "";
    bottom: -2px;
}

@media (max-width: 991px) {.privacy_vaulting_28543 {
    padding: 4rem 1.5rem;
}.privacy_vaulting_28543 .container {
    transform: perspective(800px) rotateY(0.5deg);
    padding: 2.5rem 2rem;
}.privacy_vaulting_28543 h1 {
    font-size: calc(46px * 0.9);
}.privacy_vaulting_28543 h2 {
    font-size: calc(38px * 0.9);
}
}

@media (max-width: 767px) {.privacy_vaulting_28543 {
    padding: 3rem 1rem;
}.privacy_vaulting_28543 .container {
    padding: 2rem 1.5rem;
    border-left-width: 2px;
    transform: perspective(600px) rotateY(0.3deg);
}.privacy_vaulting_28543 h1 {
    font-size: calc(46px * 0.8);
    transform: translateX(-5px);
}.privacy_vaulting_28543 h1::before {
    left: -15px;
    width: 4px;
}.privacy_vaulting_28543 h2 {
    margin: 2.5rem 0 1.25rem;
    font-size: calc(38px * 0.8);
}.privacy_vaulting_28543 h3 {
    font-size: calc(38px * 0.7);
}.privacy_vaulting_28543 h4 {
    font-size: calc(38px * 0.6);
}.privacy_vaulting_28543 p, 
    .privacy_vaulting_28543 li,
    .privacy_vaulting_28543 span {
    font-size: calc(17px * 0.95);
}.privacy_vaulting_28543 ul {
    padding-left: 1rem;
}.privacy_vaulting_28543 li::before {
    left: -1rem;
    width: 6px;
    height: 6px;
}
}

@media (max-width: 480px) {.privacy_vaulting_28543 {
    padding: 2rem 0.75rem;
}.privacy_vaulting_28543 .container {
    padding: 1.5rem 1.25rem;
    transform: none;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}.privacy_vaulting_28543 h1 {
    margin-bottom: 1.5rem;
    font-size: calc(46px * 0.7);
}.privacy_vaulting_28543 h2 {
    margin: 2rem 0 1rem;
    font-size: calc(38px * 0.7);
}.privacy_vaulting_28543 h3 {
    font-size: calc(38px * 0.6);
    margin: 1.75rem 0 1rem;
}.privacy_vaulting_28543 h4 {
    font-size: calc(38px * 0.5);
}.privacy_vaulting_28543 p, 
    .privacy_vaulting_28543 li,
    .privacy_vaulting_28543 span {
    font-size: calc(17px * 0.9);
    line-height: 1.6;
}.privacy_vaulting_28543 li {
    margin-bottom: 0.75rem;
}.privacy_vaulting_28543 ul {
    margin: 1rem 0 2rem;
}}.title_page_46532 {
    position: relative;
    width: 100%;
    background: #000000;
    overflow: hidden;
    min-height: 100vh;
}.title_page_46532 .learn_study_04528 {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    position: relative;
}.title_page_46532 .learn_techfast_31540 {
    position: relative;
    height: 100%;
    width: 100%;
}.title_page_46532 .learn_techfast_31540 input {
    position: absolute;
    visibility: hidden;
    opacity: 0;
}.title_page_46532 .page_open_61385 {
    position: relative;
    width: 100%;
    height: 100%;
}.title_page_46532 .course_lead_73059 {
    width: 100%;
    height: 100%;
    left: 0;
    visibility: hidden;
    z-index: 1;
    top: 0;
    position: absolute;
}.title_page_46532 .course_lead_73059 img {
    width: 100%;
    height: 100%;
    filter: brightness(0.7);
    object-fit: cover;
}.title_page_46532 .start_entry_17964 {
    transform: translateX(-50%);
    z-index: 10;
    bottom: 40px;
    gap: 15px;
    position: absolute;
    left: 50%;
    display: flex;
}.title_page_46532 .start_entry_17964 label {
    background: #ffffff;
    height: 12px;
    transition: all 0.3s ease;
    display: block;
    border-radius: 50%;
    opacity: 0.5;
    cursor: pointer;
    width: 12px;
}.title_page_46532 .start_entry_17964 label:hover {
    opacity: 0.8;
}.title_page_46532 .announcement_box_21685 {
    bottom: 80px;
    width: 100%;
    z-index: 5;
    left: 0;
    position: absolute;
}.title_page_46532 .announcement_box_21685 .container {
    border-radius: 22px;
    border-left: 4px solid rgb(146,157,178);
    max-width: 800px;
    background: #000000;
    padding: 30px;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.7);
}.title_page_46532 .announcement_box_21685 h1 {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 38px;
    color: #ffffff;
}.title_page_46532 .announcement_box_21685 h3 {
    color: rgb(146,157,178);
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 20px;
}.title_page_46532 .announcement_box_21685 p {
    font-weight: 400;
    line-height: 1.7;
    font-size: 17px;
    color: #000000;
}.title_page_46532 .learn_techfast_31540 input:nth-child(1):checked ~ .page_open_61385 .course_lead_73059:nth-child(1),
.title_page_46532 .learn_techfast_31540 input:nth-child(2):checked ~ .page_open_61385 .course_lead_73059:nth-child(2),
.title_page_46532 .learn_techfast_31540 input:nth-child(3):checked ~ .page_open_61385 .course_lead_73059:nth-child(3),
.title_page_46532 .learn_techfast_31540 input:nth-child(4):checked ~ .page_open_61385 .course_lead_73059:nth-child(4),
.title_page_46532 .learn_techfast_31540 input:nth-child(5):checked ~ .page_open_61385 .course_lead_73059:nth-child(5),
.title_page_46532 .learn_techfast_31540 input:nth-child(6):checked ~ .page_open_61385 .course_lead_73059:nth-child(6),
.title_page_46532 .learn_techfast_31540 input:nth-child(7):checked ~ .page_open_61385 .course_lead_73059:nth-child(7),
.title_page_46532 .learn_techfast_31540 input:nth-child(8):checked ~ .page_open_61385 .course_lead_73059:nth-child(8),
.title_page_46532 .learn_techfast_31540 input:nth-child(9):checked ~ .page_open_61385 .course_lead_73059:nth-child(9),
.title_page_46532 .learn_techfast_31540 input:nth-child(10):checked ~ .page_open_61385 .course_lead_73059:nth-child(10) {
    visibility: visible;
    z-index: 2;
}.title_page_46532 .learn_techfast_31540 input:nth-child(1):checked ~ .start_entry_17964 label:nth-child(1),
.title_page_46532 .learn_techfast_31540 input:nth-child(2):checked ~ .start_entry_17964 label:nth-child(2),
.title_page_46532 .learn_techfast_31540 input:nth-child(3):checked ~ .start_entry_17964 label:nth-child(3),
.title_page_46532 .learn_techfast_31540 input:nth-child(4):checked ~ .start_entry_17964 label:nth-child(4),
.title_page_46532 .learn_techfast_31540 input:nth-child(5):checked ~ .start_entry_17964 label:nth-child(5),
.title_page_46532 .learn_techfast_31540 input:nth-child(6):checked ~ .start_entry_17964 label:nth-child(6),
.title_page_46532 .learn_techfast_31540 input:nth-child(7):checked ~ .start_entry_17964 label:nth-child(7),
.title_page_46532 .learn_techfast_31540 input:nth-child(8):checked ~ .start_entry_17964 label:nth-child(8),
.title_page_46532 .learn_techfast_31540 input:nth-child(9):checked ~ .start_entry_17964 label:nth-child(9),
.title_page_46532 .learn_techfast_31540 input:nth-child(10):checked ~ .start_entry_17964 label:nth-child(10) {
    opacity: 1;
    background: rgb(146,157,178);
}.title_page_46532::before {
    position: absolute;
    width: 100%;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.5) 0%,
        transparent 50%,
        #000000 100%
    );
    z-index: 1;
    left: 0;
    height: 100%;
    content: '';
    pointer-events: none;
    top: 0;
}

@media (max-width: 991px) {.title_page_46532 .announcement_box_21685 {
    bottom: 60px;
}.title_page_46532 .announcement_box_21685 .container {
    max-width: 700px;
    margin: 0 20px;
    padding: 25px;
}.title_page_46532 .start_entry_17964 {
    bottom: 30px;
}
}

@media (max-width: 767px) {.title_page_46532 .learn_study_04528 {
    min-height: 100vh;
    height: auto;
}.title_page_46532 .learn_techfast_31540 {
    height: 60vh;
}.title_page_46532 .announcement_box_21685 {
    padding: 30px 0;
    bottom: auto;
    position: relative;
}.title_page_46532 .announcement_box_21685 .container {
    margin: 0 15px;
    max-width: none;
}.title_page_46532 .announcement_box_21685 h1 {
    font-size: calc(38px * 0.85);
    margin-bottom: 12px;
}.title_page_46532 .announcement_box_21685 h3 {
    margin-bottom: 15px;
    font-size: calc(20px * 0.85);
}.title_page_46532 .announcement_box_21685 p {
    font-size: calc(17px * 0.9);
}
}

@media (max-width: 575px) {.title_page_46532 .learn_techfast_31540 {
    height: 50vh;
}.title_page_46532 .announcement_box_21685 {
    padding: 25px 0;
}.title_page_46532 .announcement_box_21685 .container {
    padding: 20px;
    margin: 0 10px;
}.title_page_46532 .start_entry_17964 {
    gap: 10px;
    bottom: 20px;
}.title_page_46532 .start_entry_17964 label {
    width: 10px;
    height: 10px;
}.title_page_46532 .announcement_box_21685 h1 {
    font-size: calc(38px * 0.7);
    margin-bottom: 10px;
}.title_page_46532 .announcement_box_21685 h3 {
    font-size: calc(20px * 0.7);
    margin-bottom: 12px;
}.title_page_46532 .announcement_box_21685 p {
    line-height: 1.5;
    font-size: calc(17px * 0.8);
}}.our_story_13987 {
    overflow: hidden;
    background: rgb(183,194,215);
    padding: 120px 0;
    position: relative;
}.our_story_13987::before {
    left: 0;
    content: "";
    opacity: 0.1;
    height: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgb(146,157,178,0.5) 0,
        rgb(146,157,178,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    top: 0;
    width: 100%;
    z-index: 0;
    position: absolute;
}.our_story_13987 .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
}.our_story_13987 .learn_study_04528 {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 40px;
}.our_story_13987 h3 {
    padding-bottom: 20px;
    font-weight: 700;
    grid-column: 1 / 4;
    display: inline-block;
    position: relative;
    margin-bottom: 50px;
    color: #000000;
    font-size: 34px;
}.our_story_13987 h3::after {
    content: "";
    bottom: 0;
    left: 0;
    height: 4px;
    background: rgb(146,157,178);
    width: 80px;
    position: absolute;
}.our_story_13987 .impact_numbers_08516 {
    padding-right: 300px;
    border-radius: 21px;
    background: #ffffff;
    grid-row: 2 / 3;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    position: relative;
    padding: 40px;
    transition: transform 0.4s ease;
    grid-column: 2 / 3;
    z-index: 2;
}.our_story_13987 .impact_numbers_08516:hover {
    transform: translateX(0);
}.our_story_13987 .impact_numbers_08516 span {
    margin-bottom: 20px;
    font-weight: 600;
    color: rgb(146,157,178);
    display: block;
    position: relative;
    font-size: 23px;
}.our_story_13987 .impact_numbers_08516 span::before {
    position: absolute;
    content: "";
    height: 2px;
    transform: translateY(-50%);
    top: 50%;
    width: 30px;
    background: rgb(146,157,178);
    left: -40px;
}.our_story_13987 .impact_numbers_08516 p {
    color: #000000;
    margin-bottom: 0;
    line-height: 1.7;
    font-size: 13px;
}.our_story_13987 .impact_numbers_08516 .img_show_wrap_50691 {
    box-shadow: 10px 10px 0 rgb(110,120,135,0.5);
    top: -30px;
    width: 280px;
    height: 350px;
    position: absolute;
    border-radius: 0 21px 21px 0;
    z-index: -1;
    right: -30px;
}.our_story_13987 .creds_sect_27954 {
    padding-left: 300px;
    grid-row: 3 / 4;
    background: #ffffff;
    grid-column: 2 / 4;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    padding: 40px;
    border-radius: 21px;
    transition: transform 0.4s ease;
    position: relative;
    margin-top: 40px;
    z-index: 2;
}.our_story_13987 .creds_sect_27954:hover {
    transform: translateX(0);
}.our_story_13987 .creds_sect_27954 p {
    position: relative;
    line-height: 1.7;
    padding-right: 20px;
    font-size: 13px;
    margin-bottom: 0;
    color: #000000;
}.our_story_13987 .creds_sect_27954 p::after {
    width: 30px;
    right: -40px;
    top: 30px;
    height: 2px;
    content: "";
    background: rgb(110,120,135);
    position: absolute;
}.our_story_13987 .creds_sect_27954 .why_mission_50146 {
    height: 350px;
    position: absolute;
    top: -30px;
    box-shadow: -10px 10px 0 rgb(146,157,178,0.5);
    z-index: -1;
    border-radius: 21px 0 0 21px;
    width: 280px;
    left: -30px;
}.our_story_13987 .learn_study_04528::after {
    z-index: 0;
    width: 200px;
    border: 3px solid rgb(110,120,135,0.5);
    border-radius: 50%;
    right: -100px;
    height: 200px;
    content: "";
    top: 100px;
    position: absolute;
}.our_story_13987 .learn_study_04528::before {
    bottom: 50px;
    content: "";
    height: 150px;
    position: absolute;
    width: 150px;
    z-index: 0;
    border-radius: 50%;
    border: 3px solid rgb(146,157,178,0.5);
    left: -70px;
}.our_story_13987 .container::before {
    position: absolute;
    left: 0;
    background: linear-gradient(to right, transparent, rgb(146,157,178,0.5), transparent);
    right: 0;
    height: 1px;
    content: "";
    top: 0;
}.our_story_13987 .container::after {
    background: linear-gradient(to right, transparent, rgb(110,120,135,0.5), transparent);
    height: 1px;
    bottom: 0;
    right: 0;
    left: 0;
    content: "";
    position: absolute;
}.our_story_13987 .impact_numbers_08516::before {
    content: "";
    width: 80px;
    background: rgb(146,157,178,0.5);
    height: 80px;
    opacity: 0.3;
    z-index: -1;
    position: absolute;
    left: -20px;
    border-radius: 50%;
    top: -20px;
}.our_story_13987 .creds_sect_27954::after {
    background: rgb(110,120,135,0.5);
    width: 80px;
    bottom: -20px;
    height: 80px;
    position: absolute;
    content: "";
    opacity: 0.3;
    right: -20px;
    z-index: -1;
    border-radius: 50%;
}

@media screen and (max-width: 1200px) {.our_story_13987 .container {
    padding: 0 30px;
}.our_story_13987 .impact_numbers_08516 {
    padding-right: 250px;
}.our_story_13987 .creds_sect_27954 {
    padding-left: 250px;
}.our_story_13987 .impact_numbers_08516 .img_show_wrap_50691,
    .our_story_13987 .creds_sect_27954 .why_mission_50146 {
    width: 220px;
    height: 280px;
}
}

@media screen and (max-width: 992px) {.our_story_13987 {
    padding: 80px 0;
}.our_story_13987 .learn_study_04528 {
    grid-template-columns: 1fr;
    grid-gap: 30px;
}.our_story_13987 h3 {
    grid-column: 1 / 2;
    font-size: calc(34px * 0.9);
    margin-bottom: 30px;
}.our_story_13987 .impact_numbers_08516 {
    grid-column: 1 / 2;
    padding: 30px;
    margin-bottom: 60px;
    padding-bottom: 250px;
    transform: translateX(0);
}.our_story_13987 .creds_sect_27954 {
    margin-top: 60px;
    padding-top: 250px;
    padding: 30px;
    transform: translateX(0);
    grid-column: 1 / 2;
    grid-row: 3 / 4;
}.our_story_13987 .impact_numbers_08516 span::before,
    .our_story_13987 .creds_sect_27954 p::after {
    display: none;
}.our_story_13987 .impact_numbers_08516 .img_show_wrap_50691 {
    bottom: 30px;
    left: 30px;
    top: auto;
    right: 30px;
    height: 200px;
    width: calc(100% - 60px);
}.our_story_13987 .creds_sect_27954 .why_mission_50146 {
    top: 30px;
    height: 200px;
    width: calc(100% - 60px);
    right: 30px;
    left: 30px;
}.our_story_13987 .learn_study_04528::after,
    .our_story_13987 .learn_study_04528::before {
    display: none;
}
}

@media screen and (max-width: 768px) {.our_story_13987 {
    padding: 60px 0;
}.our_story_13987 .impact_numbers_08516 {
    padding-bottom: 220px;
}.our_story_13987 .creds_sect_27954 {
    padding-top: 220px;
}.our_story_13987 .impact_numbers_08516 .img_show_wrap_50691 {
    height: 180px;
}.our_story_13987 .creds_sect_27954 .why_mission_50146 {
    height: 180px;
}
}

@media screen and (max-width: 576px) {.our_story_13987 {
    padding: 50px 0;
}.our_story_13987 h3 {
    margin-bottom: 25px;
    font-size: calc(34px * 0.8);
}.our_story_13987 h3::after {
    width: 60px;
    height: 3px;
}.our_story_13987 .impact_numbers_08516,
    .our_story_13987 .creds_sect_27954 {
    padding: 25px;
}.our_story_13987 .impact_numbers_08516 {
    margin-bottom: 40px;
    padding-bottom: 200px;
}.our_story_13987 .creds_sect_27954 {
    margin-top: 70px;
    padding-top: 200px;
}.our_story_13987 .impact_numbers_08516 span {
    margin-bottom: 15px;
    font-size: calc(23px * 0.9);
}.our_story_13987 .impact_numbers_08516 p,
    .our_story_13987 .creds_sect_27954 p {
    font-size: calc(13px * 0.95);
}.our_story_13987 .impact_numbers_08516 .img_show_wrap_50691 {
    bottom: 25px;
    height: 180px;
    width: calc(100% - 50px);
    right: 25px;
}.our_story_13987 .creds_sect_27954 .why_mission_50146 {
    height: 180px;
    left: 25px;
    top: 25px;
    width: calc(100% - 50px);
}.our_story_13987 .impact_numbers_08516::before,
    .our_story_13987 .creds_sect_27954::after {
    width: 60px;
    height: 60px;
}
}

@media screen and (max-width: 480px) {.our_story_13987 {
    padding: 40px 0;
}.our_story_13987 .container {
    padding: 0 20px;
}.our_story_13987 h3 {
    margin-bottom: 20px;
    font-size: calc(34px * 0.7);
}.our_story_13987 .impact_numbers_08516,
    .our_story_13987 .creds_sect_27954 {
    padding: 20px;
}.our_story_13987 .impact_numbers_08516 {
    padding-bottom: 170px;
}.our_story_13987 .creds_sect_27954 {
    padding-top: 170px;
}.our_story_13987 .impact_numbers_08516 .img_show_wrap_50691,
    .our_story_13987 .creds_sect_27954 .why_mission_50146 {
    height: 150px;
}}.appNote_74095 {
    padding: 120px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(183,194,215) 0%, rgb(110,120,135,0.5) 100%);
    overflow: hidden;
}.appNote_74095::before {
    background: repeating-linear-gradient(
        45deg,
        rgb(146,157,178,0.5) 0px,
        rgb(146,157,178,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    opacity: 0.1;
    height: 100%;
    top: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
    transform: perspective(1000px) rotateX(5deg);
    content: "";
    left: 0;
}.appNote_74095::after {
    right: -50px;
    z-index: 0;
    animation: float 15s ease-in-out infinite;
    transform: rotate(15deg);
    opacity: 0.1;
    position: absolute;
    bottom: -50px;
    border-radius: 100px;
    background: rgb(146,157,178);
    height: 300px;
    width: 300px;
    content: "";
}.appNote_74095 .container {
    position: relative;
    z-index: 2;
    padding: 0 20px;
    transform-style: preserve-3d;
    max-width: 1200px;
    margin: 0 auto;
}.appNote_74095 h2 {
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
    color: #000000;
    transform: translateZ(20px);
    line-height: 1.3;
    margin-bottom: 40px;
    position: relative;
    font-weight: 700;
    font-size: 31px;
}.appNote_74095 h2::after {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    position: absolute;
    transform: translateZ(30px);
    bottom: -15px;
    animation: pulse 3s infinite alternate;
    content: "";
    height: 4px;
    background: rgb(146,157,178);
    left: 0;
    width: 80px;
}.appNote_74095 .learn_study_04528 {
    background: #ffffff;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    border-radius: 8px;
    transform: perspective(1000px) rotateY(-2deg);
    overflow: hidden;
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.1),
        0 5px 15px rgba(0,0,0,0.05);
    position: relative;
    padding: 40px;
}.appNote_74095 .learn_study_04528::before {
    top: 0;
    height: 6px;
    content: "";
    left: 0;
    background: linear-gradient(90deg, rgb(146,157,178) 0%, rgb(110,120,135) 100%);
    width: 100%;
    position: absolute;
}.appNote_74095 .learn_study_04528:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(10px);
}.appNote_74095 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}.appNote_74095 li {
    padding-left: 25px;
    position: relative;
}.appNote_74095 li::before {
    animation: spin 12s linear infinite;
    transform: rotate(45deg);
    background: rgb(146,157,178);
    position: absolute;
    content: "";
    height: 8px;
    left: 0;
    width: 8px;
    top: 8px;
}.appNote_74095 span {
    color: #000000;
    display: block;
    line-height: 1.7;
    z-index: 2;
    font-family: Arial, sans-serif;
    position: relative;
    font-size: 15px;
}

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

@keyframes pulse {
    0%, 100% {
        opacity: 1;
        transform: translateZ(30px) scaleX(1);
    }
    50% {
        opacity: 0.8;
        transform: translateZ(30px) scaleX(1.1);
    }
}

@keyframes spin {
    0% {
        transform: rotate(45deg);
    }
    100% {
        transform: rotate(405deg);
    }
}

@media (max-width: 992px) {.appNote_74095 {
    padding: 90px 0;
}.appNote_74095 h2 {
    font-size: calc(31px * 0.9);
}.appNote_74095 .learn_study_04528 {
    padding: 30px;
}
}

@media (max-width: 768px) {.appNote_74095 {
    padding: 70px 0;
}.appNote_74095 h2 {
    margin-bottom: 30px;
    font-size: calc(31px * 0.8);
}.appNote_74095 h2::after {
    width: 60px;
}.appNote_74095 .learn_study_04528 {
    transform: perspective(1000px) rotateY(-1deg);
    padding: 25px;
}.appNote_74095 span {
    font-size: calc(15px * 0.95);
}
}

@media (max-width: 576px) {.appNote_74095 {
    padding: 50px 0;
}.appNote_74095 h2 {
    font-size: calc(31px * 0.7);
    margin-bottom: 25px;
}.appNote_74095 h2::after {
    height: 3px;
    width: 50px;
}.appNote_74095 .learn_study_04528 {
    padding: 20px;
    transform: none;
}.appNote_74095 li {
    padding-left: 20px;
}.appNote_74095 span {
    font-size: calc(15px * 0.9);
    line-height: 1.6;
}}.join_our_mailing_list_28436 {
    padding: 100px 0;
    overflow: hidden;
    background: rgb(183,194,215);
    position: relative;
}.join_our_mailing_list_28436::before {
    width: 100%;
    position: absolute;
    opacity: 0.3;
    left: 0;
    content: "";
    top: 0;
    height: 100%;
    background: linear-gradient(
        135deg,
        transparent 20%,
        rgb(146,157,178,0.5) 20%, 
        rgb(146,157,178,0.5) 22%,
        transparent 22%,
        transparent 80%,
        rgb(110,120,135,0.5) 80%,
        rgb(110,120,135,0.5) 82%,
        transparent 82%
    );
}.join_our_mailing_list_28436 .learn_study_04528 {
    position: relative;
    margin: 0 auto;
    max-width: 800px;
    z-index: 2;
    padding: 0 20px;
}.join_our_mailing_list_28436 .help_info_46073 {
    display: grid;
    position: relative;
    grid-template-columns: 1fr 1fr;
    gap: 10% 5%;
}.join_our_mailing_list_28436 h3 {
    max-width: 80%;
    color: #000000;
    grid-column: 1 / -1;
    font-weight: 700;
    font-size: clamp(20px, 5vw, 48px);
    margin-bottom: 40px;
    line-height: 1.1;
    position: relative;
}.join_our_mailing_list_28436 h3::first-letter {
    color: rgb(146,157,178);
    font-weight: 700;
    font-size: 1.5em;
}.join_our_mailing_list_28436 .input_holder {
    grid-column: 1 / -1;
    gap: 20px;
    align-items: flex-start;
    position: relative;
    display: flex;
}.join_our_mailing_list_28436 input[type="email"] {
    transition: all 0.3s ease;
    background: transparent;
    color: #000000;
    font-size: 14px;
    padding: 0;
    font-family: Arial, sans-serif;
    flex: 2;
    border-bottom: 2px solid rgba(0, 0, 0, 0.5);
    height: 50px;
    border: none;
}.join_our_mailing_list_28436 input[type="email"]::placeholder {
    opacity: 0.7;
    transition: all 0.3s ease;
    color: #000000;
}.join_our_mailing_list_28436 input[type="email"]:focus {
    border-color: rgb(146,157,178);
    outline: none;
}.join_our_mailing_list_28436 input[type="email"]:focus::placeholder {
    opacity: 0;
    transform: translateY(-10px);
}.join_our_mailing_list_28436 .unlock_opportunities_53916 {
    cursor: pointer;
    text-transform: uppercase;
    flex: 1;
    font-size: 15px;
    overflow: hidden;
    height: 50px;
    border-radius: 0;
    color: #000000;
    border: 1px solid #000000;
    position: relative;
    transition: all 0.3s ease;
    background: transparent;
    font-weight: 400;
    letter-spacing: 2px;
    font-family: Arial, sans-serif;
}.join_our_mailing_list_28436 .unlock_opportunities_53916::before {
    content: "";
    top: 0;
    background: rgb(146,157,178);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    left: 0;
    height: 100%;
    z-index: -1;
    position: absolute;
    width: 0;
}.join_our_mailing_list_28436 .unlock_opportunities_53916:hover {
    color: #ffffff;
    border-color: rgb(146,157,178);
}.join_our_mailing_list_28436 .unlock_opportunities_53916:hover::before {
    width: 100%;
}.join_our_mailing_list_28436::after {
    bottom: 60px;
    left: 20%;
    content: "";
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(0, 0, 0, 0.5),
        transparent
    );
    width: 60%;
    position: absolute;
}

@keyframes floatText {
    0% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
    100% { transform: translateY(0); }
}

@media (max-width: 768px) {.join_our_mailing_list_28436 {
    padding: 80px 0 100px;
}.join_our_mailing_list_28436 .help_info_46073 {
    grid-template-columns: 1fr;
    gap: 20px;
}.join_our_mailing_list_28436 h3 {
    max-width: 100%;
    margin-bottom: 30px;
}.join_our_mailing_list_28436 .input_holder {
    flex-direction: column;
}.join_our_mailing_list_28436 input[type="email"],
    .join_our_mailing_list_28436 .unlock_opportunities_53916 {
    width: 100%;
}.join_our_mailing_list_28436 .unlock_opportunities_53916 {
    margin-top: 20px;
}.join_our_mailing_list_28436::after {
    width: 80%;
    left: 10%;
    bottom: 50px;
}
}

@media (max-width: 480px) {.join_our_mailing_list_28436 {
    padding: 60px 0 80px;
}.join_our_mailing_list_28436 h3 {
    margin-bottom: 25px;
    font-size: 20px;
}.join_our_mailing_list_28436 input[type="email"] {
    font-size: calc(14px * 0.9);
}.join_our_mailing_list_28436 .unlock_opportunities_53916 {
    font-size: calc(15px * 0.9);
    letter-spacing: 1px;
}.join_our_mailing_list_28436::after {
    bottom: 40px;
}}.prospective_members_06782 {
    position: relative;
    overflow: hidden;
    background-color: #edf0f8;
    padding: 100px 0;
}.prospective_members_06782::before {
    z-index: 1;
    left: 0;
    opacity: 0.4;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 10px,
            rgba(228, 232, 243, 0.8) 10px,
            rgba(228, 232, 243, 0.8) 11px
        ),
        repeating-linear-gradient(
            90deg,
            transparent,
            transparent 10px,
            rgba(228, 232, 243, 0.8) 10px,
            rgba(228, 232, 243, 0.8) 11px
        );
}.prospective_members_06782 .learn_study_04528 {
    margin: 0 auto;
    padding: 0 30px;
    z-index: 10;
    max-width: 1200px;
    text-align: center;
    position: relative;
}.prospective_members_06782 h3 {
    margin-bottom: 60px;
    border-radius: 15px;
    font-size: 28px;
    box-shadow: 
        10px 10px 20px rgba(166, 180, 208, 0.7),
        -10px -10px 20px rgba(255, 255, 255, 0.8);
    display: inline-block;
    color: #000000;
    background-color: #edf0f8;
    position: relative;
    font-weight: 700;
    padding: 20px 40px;
}.prospective_members_06782 h3::after {
    left: 50%;
    border-radius: 10px;
    height: 5px;
    width: 60px;
    background: linear-gradient(90deg, rgb(146,157,178), rgb(110,120,135));
    transform: translateX(-50%);
    position: absolute;
    content: '';
    bottom: -15px;
}.prospective_members_06782 ul {
    gap: 35px;
    margin: 0;
    display: flex;
    padding: 0;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
}.prospective_members_06782 ul li {
    transition: all 0.4s ease;
    background-color: #edf0f8;
    display: flex;
    padding: 35px 30px;
    width: calc(33.333% - 24px);
    gap: 20px;
    box-shadow: 
        10px 10px 20px rgba(166, 180, 208, 0.5),
        -10px -10px 20px rgba(255, 255, 255, 0.8);
    position: relative;
    align-items: flex-start;
    text-align: left;
    min-width: 280px;
    border-radius: 20px;
}.prospective_members_06782 ul li:hover {
    transform: translateY(-5px);
    box-shadow: 
        inset 5px 5px 10px rgba(166, 180, 208, 0.4),
        inset -5px -5px 10px rgba(255, 255, 255, 0.8);
}.prospective_members_06782 ul li::before {
    top: 15px;
    right: 15px;
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgb(146,157,178), rgb(110,120,135));
    content: '';
    opacity: 0.5;
    transition: opacity 0.3s ease;
}.prospective_members_06782 ul li:hover::before {
    opacity: 1;
}.prospective_members_06782 ul li svg {
    height: 50px;
    flex-shrink: 0;
    transition: all 0.4s ease;
    border-radius: 12px;
    padding: 10px;
    box-shadow: 
        5px 5px 10px rgba(166, 180, 208, 0.5),
        -5px -5px 10px rgba(255, 255, 255, 0.8);
    background: linear-gradient(135deg, #edf0f8, #e2e6f3);
    width: 50px;
}.prospective_members_06782 ul li:hover svg {
    transform: scale(1.05);
    box-shadow: 
        inset 3px 3px 6px rgba(166, 180, 208, 0.4),
        inset -3px -3px 6px rgba(255, 255, 255, 0.8);
}.prospective_members_06782 ul li svg path {
    fill: rgb(146,157,178);
    transition: fill 0.4s ease;
}.prospective_members_06782 ul li:hover svg path {
    fill: rgb(110,120,135);
}@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.prospective_members_06782 ul li {
    opacity: 0;
    animation: fadeInUp 0.6s ease forwards;
}.prospective_members_06782 ul li:nth-child(1) {
    animation-delay: 0.1s;
}.prospective_members_06782 ul li:nth-child(2) {
    animation-delay: 0.2s;
}.prospective_members_06782 ul li:nth-child(3) {
    animation-delay: 0.3s;
}.prospective_members_06782 ul li:nth-child(4) {
    animation-delay: 0.4s;
}.prospective_members_06782 ul li:nth-child(5) {
    animation-delay: 0.5s;
}.prospective_members_06782 ul li:nth-child(6) {
    animation-delay: 0.6s;
}

@media (max-width: 992px) {.prospective_members_06782 {
    padding: 80px 0;
}.prospective_members_06782 h3 {
    margin-bottom: 50px;
    padding: 15px 30px;
}.prospective_members_06782 ul {
    gap: 25px;
}.prospective_members_06782 ul li {
    padding: 30px 25px;
    width: calc(50% - 13px);
}
}

@media (max-width: 768px) {.prospective_members_06782 ul li {
    max-width: 400px;
    width: 100%;
}
}

@media (max-width: 576px) {.prospective_members_06782 {
    padding: 60px 0;
}.prospective_members_06782 h3 {
    font-size: calc(28px * 0.85);
    margin-bottom: 40px;
    padding: 15px 20px;
}.prospective_members_06782 ul li {
    gap: 15px;
    padding: 25px 20px;
}.prospective_members_06782 ul li svg {
    height: 40px;
    padding: 8px;
    width: 40px;
}
}

@media (prefers-reduced-motion: reduce) {.prospective_members_06782 ul li {
    opacity: 1;
    animation: none;
}.prospective_members_06782 ul li:hover {
    transform: none;
}}.program_details_37295 {
    background-color: rgb(183,194,215);
    min-height: 100vh;
    position: relative;
    flex-direction: column;
    overflow: hidden;
    display: flex;
}.program_details_37295 .learn_plan_23540 {
    z-index: 1;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    position: absolute;
}.program_details_37295 .learn_plan_23540::before {
    z-index: 2;
    width: 100%;
    content: "";
    height: 100%;
    background: #000000;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
}.program_details_37295 .program_map_58239 {
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    position: absolute;
    height: 100%;
}.program_details_37295 .class_plan_39172 {
    height: 100%;
    transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    opacity: 0;
    animation: slide-fade 25s infinite cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
    transform: scale(1.1);
}.program_details_37295 .learn_plan_23540:hover .class_plan_39172 {
    animation-play-state: paused;
}.program_details_37295 .class_plan_39172:nth-child(1) {
    animation-delay: 0s;
}.program_details_37295 .class_plan_39172:nth-child(2) {
    animation-delay: -5s;
}.program_details_37295 .class_plan_39172:nth-child(3) {
    animation-delay: -10s;
}.program_details_37295 .class_plan_39172:nth-child(4) {
    animation-delay: -15s;
}.program_details_37295 .class_plan_39172:nth-child(5) {
    animation-delay: -20s;
}.program_details_37295 .class_plan_39172 img {
    height: 100%;
    object-fit: cover;
    filter: grayscale(0.3) contrast(1.1);
    width: 100%;
}.program_details_37295 .container {
    z-index: 10;
    height: 100vh;
    display: flex;
    position: relative;
    align-items: center;
    width: 100%;
}.program_details_37295 .learn_study_04528 {
    width: 85%;
    display: grid;
    height: 80vh;
    position: relative;
    grid-template-rows: repeat(12, 1fr);
    grid-template-columns: repeat(12, 1fr);
    margin: 0 auto;
}.program_details_37295 .skill_route_57180 {
    padding: 4rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    grid-row: 2 / 12;
    flex-direction: column;
    box-sizing: border-box;
    overflow: hidden;
    backdrop-filter: blur(20px);
    z-index: 3;
    grid-column: 6 / 13;
    justify-content: center;
    background: rgba(255, 255, 255, 0.04);
    position: relative;
    border-radius: 28px;
    display: flex;
}.program_details_37295 .skill_route_57180::before {
    width: 60%;
    left: -30px;
    background: rgb(146,157,178,0.5);
    height: 60%;
    position: absolute;
    filter: blur(60px);
    opacity: 0.3;
    border-radius: 50%;
    top: -30px;
    z-index: -1;
    content: "";
}.program_details_37295 .skill_route_57180::after {
    background: rgb(110,120,135,0.5);
    border-radius: 50%;
    bottom: -30px;
    height: 70%;
    position: absolute;
    content: "";
    width: 70%;
    opacity: 0.3;
    right: -30px;
    filter: blur(70px);
    z-index: -1;
}.program_details_37295 .skill_route_57180 h3 {
    color: #ffffff;
    font-size: 36px;
    margin-bottom: 1.5rem;
    font-weight: 700;
    position: relative;
}.program_details_37295 .skill_route_57180 h3::before {
    left: -15px;
    top: -15px;
    height: 50px;
    border-radius: 10px;
    z-index: -1;
    content: "";
    border: 2px solid rgb(146,157,178,0.5);
    width: 50px;
    position: absolute;
    opacity: 0.5;
}.program_details_37295 .skill_route_57180 p {
    color: #000000;
    line-height: 1.8;
    overflow-wrap: break-word;
    margin-bottom: 2.5rem;
    word-wrap: break-word;
    max-width: 100%;
    font-size: 16px;
}.program_details_37295 .message_list_30125 {
    display: inline-flex;
    color: #ffffff;
    background: transparent;
    align-self: flex-start;
    z-index: 1;
    max-width: calc(100% - 2rem);
    transition: all 0.3s ease;
    text-decoration: none;
    align-items: center;
    margin-bottom: 1rem;
    overflow: hidden;
    position: relative;
    font-size: 15px;
    font-weight: 600;
    padding: 1rem 2rem;
    border: 1px solid rgb(146,157,178);
}.program_details_37295 .message_list_30125::before {
    width: 100%;
    height: 100%;
    background: rgb(146,157,178);
    content: "";
    position: absolute;
    transition: left 0.3s ease;
    left: -100%;
    top: 0;
    z-index: -1;
}.program_details_37295 .message_list_30125:hover {
    color: #ffffff;
}.program_details_37295 .message_list_30125:hover::before {
    left: 0;
}.program_details_37295 .learn_study_04528::after {
    z-index: 2;
    width: 100%;
    content: "";
    height: 100%;
    position: absolute;
    border-radius: 28px;
    border: 1px solid rgb(110,120,135,0.5);
    grid-column: 3 / 9;
    grid-row: 4 / 10;
}

@keyframes slide-fade {
    0%, 16% {
        opacity: 1;
        z-index: 5;
    }
    20%, 96% {
        opacity: 0;
        z-index: 0;
    }
    100% {
        opacity: 1;
        z-index: 5;
    }
}

@keyframes progress-move {
    0%, 16% {
        left: 0;
    }
    20%, 36% {
        left: 40px;
    }
    40%, 56% {
        left: 80px;
    }
    60%, 76% {
        left: 120px;
    }
    80%, 96% {
        left: 160px;
    }
    100% {
        left: 0;
    }
}


@media screen and (max-width: 1200px) {.program_details_37295 .learn_study_04528 {
    width: 90%;
    height: 85vh;
}.program_details_37295 .skill_route_57180 {
    padding: 3rem;
}
}

@media screen and (max-width: 992px) {.program_details_37295 .learn_study_04528 {
    height: auto;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: auto 1fr;
    gap: 2rem;
}.program_details_37295 .learn_study_04528::before {
    display: none;
}.program_details_37295 .learn_study_04528::after {
    display: none;
}.program_details_37295 .skill_route_57180 {
    padding: 2.5rem;
    grid-row: 2;
    grid-column: 1 / 9;
}.program_details_37295 .container {
    padding: 5rem 0;
    height: auto;
}
}

@media screen and (max-width: 768px) {.program_details_37295 .learn_study_04528 {
    gap: 1.5rem;
    width: 90%;
}.program_details_37295 .skill_route_57180 {
    padding: 2rem;
}.program_details_37295 .skill_route_57180 h3 {
    font-size: calc(36px * 0.9);
}.program_details_37295 .skill_route_57180 h3::before {
    width: 40px;
    top: -15px;
    left: -20px;
    height: 40px;
}.program_details_37295 .skill_route_57180 p {
    font-size: calc(16px * 0.9);
    margin-bottom: 2rem;
}.program_details_37295 .container {
    padding: 4rem 0;
}
}

@media screen and (max-width: 576px) {.program_details_37295 .learn_study_04528 {
    gap: 1rem;
    width: 92%;
}.program_details_37295 .skill_route_57180 {
    padding: 1.5rem;
}.program_details_37295 .skill_route_57180 h3 {
    font-size: calc(36px * 0.8);
    margin-bottom: 1rem;
}.program_details_37295 .skill_route_57180 h3::before {
    display: none;
}.program_details_37295 .skill_route_57180 p {
    margin-bottom: 1.5rem;
    line-height: 1.6;
}.program_details_37295 .message_list_30125 {
    padding: 0.8rem 1.8rem;
    font-size: calc(15px * 0.9);
}.program_details_37295 .container {
    padding: 3rem 0;
}}


.program_details_37295 .program_map_58239:has(.class_plan_39172:nth-child(2):last-child) .class_plan_39172:nth-child(1) {
    animation-delay: 0s;
}.program_details_37295 .program_map_58239:has(.class_plan_39172:nth-child(2):last-child) .class_plan_39172:nth-child(2) {
    animation-delay: -12.5s;
}.program_details_37295 .program_map_58239:has(.class_plan_39172:nth-child(3):last-child) .class_plan_39172:nth-child(1) {
    animation-delay: 0s;
}.program_details_37295 .program_map_58239:has(.class_plan_39172:nth-child(3):last-child) .class_plan_39172:nth-child(2) {
    animation-delay: -8.33s;
}.program_details_37295 .program_map_58239:has(.class_plan_39172:nth-child(3):last-child) .class_plan_39172:nth-child(3) {
    animation-delay: -16.67s;
}.program_details_37295 .program_map_58239:has(.class_plan_39172:nth-child(4):last-child) .class_plan_39172:nth-child(1) {
    animation-delay: 0s;
}.program_details_37295 .program_map_58239:has(.class_plan_39172:nth-child(4):last-child) .class_plan_39172:nth-child(2) {
    animation-delay: -6.25s;
}.program_details_37295 .program_map_58239:has(.class_plan_39172:nth-child(4):last-child) .class_plan_39172:nth-child(3) {
    animation-delay: -12.5s;
}.program_details_37295 .program_map_58239:has(.class_plan_39172:nth-child(4):last-child) .class_plan_39172:nth-child(4) {
    animation-delay: -18.75s;
}@keyframes feature-photo {
    0%, 16% {
        opacity: 1;
    }
    20%, 96% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


.program_details_37295 .learn_plan_23540 {
    z-index: 0;
}.location_info_65702 {
    position: relative;
    background: linear-gradient(135deg, #000000 0%, rgba(0, 0, 0, 0.95) 100%);
    padding: 80px 0;
    overflow: hidden;
}.location_info_65702::before {
    z-index: 0;
    opacity: 0.15;
    bottom: 0;
    top: 0;
    content: "";
    right: 0;
    left: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgb(146,157,178,0.5) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgb(110,120,135,0.5) 0%, transparent 25%);
    position: absolute;
}.location_info_65702::after {
    width: 100%;
    background: 
        linear-gradient(90deg, transparent 0%, rgb(146,157,178,0.5) 50%, transparent 100%) 0% 0% / 200% 100%,
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.03) 10px, rgba(255, 255, 255, 0.03) 11px);
    left: 0;
    animation: backgroundShift 15s linear infinite;
    content: "";
    top: 0;
    height: 100%;
    position: absolute;
    z-index: 1;
}@keyframes backgroundShift {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 200% 0%;
    }
}
.location_info_65702 .container {
    box-sizing: border-box;
    position: relative;
    padding: 0 20px;
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    z-index: 2;
}.location_info_65702 .write_form_36529 {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2),
                0 5px 15px rgba(0, 0, 0, 0.15),
                0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    position: relative;
    border-radius: 30px;
    display: flex;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    flex-direction: column;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
}.location_info_65702 .write_form_36529::before {
    height: 200%;
    width: 200%;
    content: "";
    top: -50%;
    transform: rotate(30deg);
    left: -50%;
    animation: reflectionEffect 8s linear infinite;
    background: linear-gradient(
        to bottom right,
        transparent,
        transparent,
        transparent,
        transparent,
        rgba(255, 255, 255, 0.08),
        transparent,
        transparent,
        transparent
    );
    position: absolute;
    pointer-events: none;
}@keyframes reflectionEffect {
    0% {
        transform: rotate(30deg) translateX(-100%);
    }
    100% {
        transform: rotate(30deg) translateX(100%);
    }
}
.location_info_65702 .help_request_20794 {
    text-align: center;
    color: #ffffff;
    margin: 0;
    letter-spacing: 2px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    background: linear-gradient(90deg, transparent, rgb(146,157,178,0.5), transparent);
    font-size: 37px;
    padding: 30px 0;
}.location_info_65702 .help_request_20794::after {
    position: absolute;
    height: 3px;
    transform: translateX(-50%);
    width: 80px;
    border-radius: 10px;
    content: "";
    bottom: 0;
    background: rgb(146,157,178);
    left: 50%;
}.location_info_65702 .img_show_wrap_50691 {
    height: 280px;
    transition: transform 0.5s ease;
    width: 100%;
    overflow: hidden;
    position: relative;
}.location_info_65702 .img_show_wrap_50691::after {
    height: 80px;
    left: 0;
    right: 0;
    position: absolute;
    bottom: 0;
    content: "";
    background: linear-gradient(to bottom, transparent, #000000);
}.location_info_65702 .help_question_61493 {
    position: relative;
    display: grid;
    padding: 40px 50px;
    z-index: 2;
    grid-template-columns: 1fr;
    gap: 20px;
}.location_info_65702 .help_question_61493 p {
    line-height: 1.5;
    transition: transform 0.3s ease;
    padding-bottom: 10px;
    color: #000000;
    word-break: break-word;
    display: flex;
    align-items: baseline;
    margin: 0;
    font-size: 13px;
    position: relative;
    padding-left: 28px;
}.location_info_65702 .help_question_61493 p:hover {
    transform: translateX(5px);
}.location_info_65702 .help_question_61493 p svg {
    stroke: rgb(146,157,178);
    height: 18px;
    stroke-linejoin: round;
    fill: none;
    width: 18px;
    transition: all 0.3s ease;
    top: 0.25em;
    position: absolute;
    filter: drop-shadow(0 0 2px rgb(146,157,178,0.5));
    left: 0;
    stroke-width: 2;
    stroke-linecap: round;
}.location_info_65702 .help_question_61493 p:hover svg {
    stroke: #ffffff;
    transform: scale(1.2);
    filter: drop-shadow(0 0 4px rgb(146,157,178));
}.location_info_65702 .help_question_61493 p svg path {
    stroke-dashoffset: 40;
    animation: svgDraw 1.2s forwards;
    stroke-dasharray: 40;
}.location_info_65702 .help_question_61493 p:nth-child(1) svg path {
    animation-delay: 0.1s;
}.location_info_65702 .help_question_61493 p:nth-child(2) svg path {
    animation-delay: 0.3s;
}.location_info_65702 .help_question_61493 p:nth-child(3) svg path {
    animation-delay: 0.5s;
}.location_info_65702 .help_question_61493 p:nth-child(4) svg path {
    animation-delay: 0.7s;
}@keyframes svgDraw {
    to {
        stroke-dashoffset: 0;
    }
}
.location_info_65702 .help_question_61493 p::before {
    display: none;
}.location_info_65702 .help_question_61493 p span {
    white-space: normal;
    font-weight: 400;
    display: inline-block;
    max-width: 100%;
}.location_info_65702 .help_question_61493 p a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: #ffffff;
    position: relative;
    display: inline-block;
}.location_info_65702 .help_question_61493 p a::after {
    transition: width 0.3s ease;
    background: rgb(146,157,178);
    bottom: -2px;
    width: 0;
    left: 0;
    content: "";
    height: 1px;
    position: absolute;
}.location_info_65702 .help_question_61493 p a:hover {
    color: rgb(146,157,178);
}.location_info_65702 .help_question_61493 p a:hover::after {
    width: 100%;
}.location_info_65702 .learn_ask_14879 {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}.location_info_65702 .ask_questions_32918 {
    align-items: center;
    position: relative;
    margin: 0 0 15px 0;
    padding-left: 20px;
    font-weight: 600;
    color: #ffffff;
    font-size: 22px;
    display: flex;
}.location_info_65702 .ask_questions_32918 svg {
    left: 0;
    stroke-linejoin: round;
    stroke-width: 2;
    top: 50%;
    stroke-linecap: round;
    animation: clockAnimation 4s linear infinite;
    stroke: rgb(110,120,135);
    fill: none;
    height: 14px;
    transform: translateY(-50%);
    width: 14px;
    position: absolute;
}@keyframes clockAnimation {
    0%, 100% {
        transform: translateY(-50%) rotate(0deg);
    }
    25% {
        transform: translateY(-50%) rotate(90deg);
    }
    50% {
        transform: translateY(-50%) rotate(180deg);
    }
    75% {
        transform: translateY(-50%) rotate(270deg);
    }
}
.location_info_65702 .ask_questions_32918::before {
    display: none;
}.location_info_65702 .talk_team_51870 {
    gap: 10px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}.location_info_65702 .support_now_48205 {
    color: #000000;
    border-left: 3px solid rgb(110,120,135);
    border-radius: 0 10px 10px 0;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    font-size: 13px;
    background: rgba(255, 255, 255, 0.05);
    padding: 10px 15px;
}.location_info_65702 .support_now_48205:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(5px);
}.location_info_65702 .support_now_48205 svg {
    stroke-linecap: round;
    height: 12px;
    fill: none;
    stroke-linejoin: round;
    stroke-width: 2;
    margin-right: 8px;
    opacity: 0.7;
    width: 12px;
    transition: all 0.3s ease;
    stroke: rgb(110,120,135);
}.location_info_65702 .support_now_48205:hover svg {
    stroke: #ffffff;
    opacity: 1;
    transform: rotate(45deg);
}
@media (min-width: 768px) {.location_info_65702 .write_form_36529 {
    flex-direction: row;
    flex-wrap: wrap;
}.location_info_65702 .help_request_20794 {
    width: 100%;
}.location_info_65702 .img_show_wrap_50691 {
    height: auto;
    width: 35%;
    min-height: 350px;
}.location_info_65702 .help_question_61493 {
    padding: 40px;
    width: 65%;
}.location_info_65702 .help_question_61493 p svg {
    height: 20px;
    width: 20px;
}.location_info_65702 .learn_ask_14879 {
    width: 100%;
    padding: 0 40px 40px;
    margin-top: 30px;
}.location_info_65702 .ask_questions_32918 svg {
    height: 16px;
    width: 16px;
}.location_info_65702 .talk_team_51870 {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
}.location_info_65702 .support_now_48205 svg {
    height: 14px;
    width: 14px;
}
}
@media (max-width: 767px) {.location_info_65702 {
    padding: 60px 0;
}.location_info_65702 .img_show_wrap_50691 {
    height: 220px;
}.location_info_65702 .help_request_20794 {
    padding: 20px 0;
    font-size: calc(37px - 2px);
}.location_info_65702 .help_question_61493 {
    padding: 30px 25px;
    gap: 15px;
}.location_info_65702 .help_question_61493 p svg {
    width: 16px;
    height: 16px;
    top: 0.3em;
}.location_info_65702 .learn_ask_14879 {
    margin-top: 10px;
    padding: 20px 25px 30px;
}.location_info_65702 .talk_team_51870 {
    grid-template-columns: 1fr;
}
}
@media (max-width: 480px) {.location_info_65702 {
    padding: 40px 0;
}.location_info_65702 .img_show_wrap_50691 {
    height: 180px;
}.location_info_65702 .help_request_20794 {
    padding: 15px 0;
    font-size: calc(37px - 4px);
}.location_info_65702 .help_request_20794::after {
    width: 60px;
}.location_info_65702 .help_question_61493 {
    padding: 20px 15px;
}.location_info_65702 .help_question_61493 p {
    padding-left: 24px;
    font-size: calc(13px - 1px);
}.location_info_65702 .help_question_61493 p svg {
    height: 14px;
    width: 14px;
    top: 0.35em;
}.location_info_65702 .ask_questions_32918 svg {
    width: 12px;
    height: 12px;
}.location_info_65702 .support_now_48205 svg {
    height: 10px;
    width: 10px;
    margin-right: 6px;
}
}
@media (min-width: 992px) {.location_info_65702 .write_form_36529 {
    max-width: 1200px;
    margin: 0 auto;
}.location_info_65702 .img_show_wrap_50691 {
    transition: transform 0.5s ease;
}.location_info_65702 .img_show_wrap_50691:hover {
    transform: scale(1.02);
}.location_info_65702 .help_question_61493 {
    gap: 25px;
    grid-template-columns: repeat(2, 1fr);
}.location_info_65702 .help_question_61493 p svg {
    width: 22px;
    height: 22px;
}.location_info_65702 .learn_ask_14879 {
    grid-column: 1 / span 2;
}.location_info_65702 .ask_questions_32918 svg {
    width: 18px;
    height: 18px;
}}.module_end_71490 {
    color: #ffffff;
    z-index: 1;
    position: relative;
    font-family: Arial, sans-serif;
    padding: 80px 0 40px;
}@keyframes pulseLine {
    0%, 100% {
        opacity: 0.6;
    }
    50% {
        opacity: 1;
    }
}

.module_end_71490 .container {
    display: flex;
    position: relative;
    justify-content: space-between;
}.module_end_71490 .company_holder {
    padding-right: 30px;
    flex: 0 0 30%;
    position: relative;
}.module_end_71490 .company_holder::after {
    top: 10%;
    right: 0;
    content: '';
    background: linear-gradient(to bottom, transparent, rgb(146,157,178), transparent);
    position: absolute;
    width: 1px;
    height: 80%;
}.module_end_71490 .company_holder h3 {
    display: inline-block;
    text-shadow: 0 0 10px rgb(146,157,178,0.5);
    color: #ffffff;
    font-weight: 700;
    font-size: calc(37px * 0.9);
    margin-bottom: 20px;
    position: relative;
}.module_end_71490 .company_holder h3::after {
    left: 0;
    height: 2px;
    width: 40%;
    content: '';
    background: rgb(146,157,178);
    transition: width 0.3s ease-in-out;
    bottom: -5px;
    position: absolute;
}.module_end_71490 .company_holder h3:hover::after {
    width: 100%;
}.module_end_71490 .music_edu_48307 {
    margin-top: 15px;
    padding: 15px;
    transition: all 0.3s ease;
    border-radius: 10px;
    transform: translateZ(0);
    line-height: 1.6;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    backdrop-filter: blur(5px);
    color: #ffffff;
}.module_end_71490 .music_edu_48307:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px) translateZ(0);
    background: rgba(255, 255, 255, 0.12);
}.module_end_71490 .mod_tools_03492 {
    display: flex;
    flex: 0 0 65%;
    justify-content: space-between;
    position: relative;
}.module_end_71490 .nav_base_81064 {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    flex-wrap: wrap;
}.module_end_71490 .header_navbar_24876 {
    flex: 0 0 45%;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    backdrop-filter: blur(10px);
    padding: 20px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.05);
    border-radius: 28px;
    position: relative;
}.module_end_71490 .header_navbar_24876::before {
    background: linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    inset: 0;
    transform: translateX(-100%);
    content: '';
    position: absolute;
    transition: transform 0.6s ease;
    z-index: -1;
}.module_end_71490 .header_navbar_24876:hover::before {
    transform: translateX(100%);
}.module_end_71490 .header_navbar_24876 h5 {
    padding-bottom: 10px;
    margin-bottom: 20px;
    color: #ffffff;
    font-weight: 600;
    position: relative;
    font-size: 19px;
}.module_end_71490 .header_navbar_24876 h5::after {
    height: 2px;
    width: 40px;
    background: rgb(146,157,178);
    position: absolute;
    transition: width 0.3s ease, box-shadow 0.3s ease;
    bottom: 0;
    content: '';
    left: 0;
}.module_end_71490 .header_navbar_24876:hover h5::after {
    width: 70px;
    box-shadow: 0 0 8px rgb(146,157,178), 0 0 16px rgb(146,157,178,0.5);
}.module_end_71490 .header_navbar_24876 .nav_base_81064 {
    display: flex;
    gap: 12px;
    flex-direction: column;
}.module_end_71490 .header_navbar_24876 .nav_base_81064 a {
    position: relative;
    color: #ffffff;
    font-size: calc(14px * 0.95);
    padding-left: 0;
    opacity: 0.85;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}.module_end_71490 .header_navbar_24876 .nav_base_81064 a::before {
    position: absolute;
    content: '';
    width: 0;
    left: 0;
    bottom: -2px;
    background: linear-gradient(90deg, rgb(146,157,178), transparent);
    transform-origin: left;
    height: 1px;
    transition: width 0.3s ease, transform 0.3s ease;
}.module_end_71490 .header_navbar_24876 .nav_base_81064 a:hover {
    color: #ffffff;
    padding-left: 5px;
    opacity: 1;
}.module_end_71490 .header_navbar_24876 .nav_base_81064 a:hover::before {
    box-shadow: 0 0 5px rgb(146,157,178,0.5);
    width: 100%;
}.credit_info_25097 {
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    padding: 15px 0;
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}.credit_info_25097::before {
    position: absolute;
    content: '';
    height: 1px;
    top: 0;
    background: linear-gradient(90deg, transparent, rgb(146,157,178,0.5), transparent);
    left: 0;
    right: 0;
}.credit_info_25097 .container {
    display: flex;
    justify-content: center;
    align-items: center;
}.credit_info_25097 .brainstorm_19467 {
    transition: opacity 0.3s ease;
    opacity: 0.8;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    letter-spacing: 0.5px;
}.credit_info_25097 .brainstorm_19467:hover {
    opacity: 1;
}

@media (max-width: 991px) {.module_end_71490 {
    padding: 60px 0 30px;
}.module_end_71490 .container {
    flex-direction: column;
}.module_end_71490 .company_holder {
    flex: 0 0 100%;
    padding-right: 0;
    margin-bottom: 40px;
}.module_end_71490 .company_holder::after {
    display: none;
}.module_end_71490 .mod_tools_03492 {
    flex: 0 0 100%;
}.module_end_71490 .header_navbar_24876 {
    flex: 0 0 calc(50% - 20px);
    margin-bottom: 20px;
}
}

@media (max-width: 768px) {.module_end_71490 {
    padding: 40px 0 20px;
}.module_end_71490 .nav_base_81064 {
    flex-direction: column;
}.module_end_71490 .header_navbar_24876 {
    margin-bottom: 20px;
    flex: 0 0 100%;
}.module_end_71490 .company_holder h3 {
    font-size: calc(37px * 0.8);
}.module_end_71490 .header_navbar_24876 h5 {
    font-size: calc(19px * 0.9);
}.credit_info_25097 .brainstorm_19467 {
    font-size: calc(16px * 0.9);
}
}

@media (max-width: 576px) {.module_end_71490 {
    padding: 30px 0 15px;
}.module_end_71490 .company_holder {
    margin-bottom: 30px;
}.module_end_71490 .company_holder h3 {
    font-size: calc(37px * 0.7);
}.module_end_71490 .header_navbar_24876 h5 {
    font-size: calc(19px * 0.8);
}.credit_info_25097 {
    padding: 10px 0;
}.credit_info_25097 .brainstorm_19467 {
    font-size: calc(16px * 0.8);
}}


footer {
    position: relative;
}footer::after {
    top: 0;
    right: 0;
    background-image: 
        linear-gradient(0deg, transparent 24%, rgba(255, 255, 255, .05) 25%, rgba(255, 255, 255, .05) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, .05) 75%, rgba(255, 255, 255, .05) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, rgba(255, 255, 255, .05) 25%, rgba(255, 255, 255, .05) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, .05) 75%, rgba(255, 255, 255, .05) 76%, transparent 77%, transparent);
    opacity: 0.3;
    z-index: 0;
    background-size: 50px 50px;
    bottom: 0;
    left: 0;
    position: absolute;
    content: '';
}.module_end_71490 .company_holder h3 {
    overflow: hidden;
    position: relative;
}.module_end_71490 .company_holder h3::before {
    pointer-events: none;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
    width: 100%;
    transition: 0.5s;
    left: -100%;
    top: 0;
    content: '';
    position: absolute;
}.module_end_71490 .company_holder h3:hover::before {
    left: 100%;
}.learning_outcomes_15963 {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(183,194,215) 0%, rgb(146,157,178,0.5) 100%);
    padding: 80px 0;
}.learning_outcomes_15963::before {
    background: rgb(110,120,135,0.5);
    transform: rotate(-10deg);
    top: -10%;
    content: "";
    position: absolute;
    width: 120%;
    z-index: 1;
    height: 70%;
    left: -5%;
}.learning_outcomes_15963 .container {
    margin: 0 auto;
    padding: 0 15px;
    z-index: 2;
    max-width: 1200px;
    position: relative;
}.learning_outcomes_15963 .learn_study_04528 {
    transform: perspective(1000px) rotateY(-5deg);
    display: flex;
    transition: transform 0.5s ease;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
}.learning_outcomes_15963 .learn_study_04528:hover {
    transform: perspective(1000px) rotateY(0deg);
}.learning_outcomes_15963 .img_show_wrap_50691 {
    border-radius: 25px;
    box-shadow: 20px 20px 0 rgb(110,120,135,0.5), -20px -20px 0 rgb(146,157,178,0.5);
    transition: all 0.5s ease;
    width: 45%;
    transform: rotate(-3deg);
    clip-path: polygon(0% 15%, 100% 0%, 100% 85%, 0% 100%);
}.learning_outcomes_15963 .img_show_wrap_50691:hover {
    transform: rotate(0deg) scale(1.02);
    box-shadow: 15px 15px 0 rgb(110,120,135), -15px -15px 0 rgb(146,157,178);
}.learning_outcomes_15963 .announcement_box_21685 {
    background: linear-gradient(45deg, #ffffff 0%, rgb(183,194,215) 100%);
    width: 50%;
    padding: 30px;
    transform: translateX(-30px) rotate(2deg);
    transition: all 0.4s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    border-radius: 25px;
}.learning_outcomes_15963 .announcement_box_21685:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5);
    transform: translateX(-20px) rotate(0deg);
}.learning_outcomes_15963 h3 {
    margin-bottom: 25px;
    position: relative;
    font-size: 35px;
    color: #000000;
    font-weight: 700;
    padding-bottom: 15px;
}.learning_outcomes_15963 h3::after {
    border-radius: 10px;
    content: "";
    background: linear-gradient(90deg, rgb(146,157,178) 0%, rgb(110,120,135) 100%);
    position: absolute;
    width: 80px;
    bottom: 0;
    left: 0;
    height: 4px;
}.learning_outcomes_15963 ul {
    list-style: none;
    padding: 0;
    display: grid;
    margin: 0;
    gap: 20px;
    grid-template-columns: 1fr;
}.learning_outcomes_15963 li {
    position: relative;
    padding: 10px 15px;
    border-radius: 10px;
    transform-origin: left;
    background: linear-gradient(to right, #ffffff 0%, rgb(183,194,215) 100%);
    transition: all 0.3s ease;
}.learning_outcomes_15963 li:nth-child(odd) {
    transform: translateX(-10px);
}.learning_outcomes_15963 li:nth-child(even) {
    transform: translateX(10px);
}.learning_outcomes_15963 li:hover {
    background: linear-gradient(to right, #ffffff 0%, rgb(146,157,178,0.5) 100%);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    transform: translateX(0) scale(1.02);
}.learning_outcomes_15963 li p {
    margin: 0;
    font-weight: 400;
    color: #000000;
    font-size: 15px;
    display: flex;
    transition: color 0.3s ease;
    align-items: center;
}.learning_outcomes_15963 li:hover p {
    color: #000000;
}.learning_outcomes_15963 svg {
    height: 24px;
    fill: rgb(146,157,178);
    transition: transform 0.3s ease;
    width: 24px;
    margin-right: 10px;
}.learning_outcomes_15963 li:hover svg {
    transform: scale(1.2) rotate(10deg);
    fill: rgb(110,120,135);
}

@media (max-width: 991px) {.learning_outcomes_15963 {
    padding: 60px 0;
}.learning_outcomes_15963 .learn_study_04528 {
    flex-direction: column;
    transform: perspective(1000px) rotateY(0deg);
}.learning_outcomes_15963 .img_show_wrap_50691 {
    margin-bottom: 30px;
    clip-path: polygon(0% 10%, 100% 0%, 100% 90%, 0% 100%);
    width: 80%;
}.learning_outcomes_15963 .announcement_box_21685 {
    transform: translateX(0) rotate(0deg);
    width: 90%;
}.learning_outcomes_15963 li:nth-child(odd),
    .learning_outcomes_15963 li:nth-child(even) {
    transform: translateX(0);
}
}

@media (max-width: 767px) {.learning_outcomes_15963 {
    padding: 40px 0;
}.learning_outcomes_15963::before {
    height: 50%;
}.learning_outcomes_15963 .img_show_wrap_50691 {
    box-shadow: 10px 10px 0 rgb(110,120,135,0.5), -10px -10px 0 rgb(146,157,178,0.5);
    width: 100%;
}.learning_outcomes_15963 .announcement_box_21685 {
    width: 100%;
    padding: 20px;
}.learning_outcomes_15963 h3 {
    margin-bottom: 20px;
    font-size: calc(35px - 0.2rem);
}.learning_outcomes_15963 ul {
    gap: 15px;
}
}