* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}.segment-wrapper {
    display: flex;
    height: 100%;
    min-height: 100%;
    flex-direction: column;
}html,body {
    font-family: Arial, sans-serif;
    min-height: 100%;
    height: 100%;
    color: #000000;
}.nav_site {
    flex: 1 0 auto;
}svg {
    height: 30px;
    width: 30px;
}a {
    color: inherit;
    text-decoration: none;
}.footer_address {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}.container {
    max-width: 100%;
    width: 1160px;
    margin: auto;
}

@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.footer_address {
    padding: 80px 0 40px;
    position: relative;
    color: #ffffff;
    z-index: 1;
}.footer_address::before {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    z-index: -1;
    backdrop-filter: blur(8px);
    width: 100%;
    content: "";
    top: 0;
    left: 0;
}footer {
    position: relative;
}.footer_address .container {
    gap: 40px;
    position: relative;
    grid-template-columns: 1fr 1fr;
    display: grid;
}.footer_address .company_holder {
    padding-right: 40px;
    position: relative;
}.footer_address .company_holder::after {
    position: absolute;
    right: 0;
    background: linear-gradient(to bottom, 
        transparent, 
        rgb(82,106,152,0.5), 
        transparent);
    height: 60%;
    width: 1px;
    content: "";
    top: 20%;
}.footer_address .company_holder h3 {
    font-size: calc(29px * 0.9);
    display: inline-block;
    position: relative;
    margin-bottom: 25px;
    font-weight: 700;
}.footer_address .company_holder h3::after {
    bottom: -8px;
    width: 40px;
    height: 3px;
    position: absolute;
    background: rgb(139,152,177);
    left: 0;
    border-radius: 10px;
    content: "";
}.footer_address .support_cta {
    line-height: 1.6;
    margin-bottom: 30px;
    font-size: 12px;
    color: #ffffff;
    max-width: 90%;
    opacity: 0.8;
}.footer_address .encrypt_cta {
    display: flex;
    justify-content: flex-end;
}.footer_address .head_prime {
    display: flex;
    gap: 60px;
}.footer_address .nav_wrap {
    position: relative;
}.footer_address .nav_wrap h5 {
    padding-bottom: 12px;
    margin-bottom: 25px;
    font-weight: 600;
    font-size: 23px;
    position: relative;
}.footer_address .nav_wrap h5::after {
    border-radius: 10px;
    content: "";
    width: 30px;
    height: 2px;
    background: rgb(139,152,177);
    position: absolute;
    bottom: 0;
    left: 0;
}.footer_address .nav_wrap .head_prime {
    display: flex;
    gap: 15px;
    flex-direction: column;
}.footer_address .nav_wrap .head_prime a {
    text-decoration: none;
    opacity: 0.7;
    padding-left: 0;
    position: relative;
    color: #ffffff;
    font-size: calc(12px * 0.95);
    transition: all 0.3s ease;
}.footer_address .nav_wrap .head_prime a::before {
    height: 1px;
    top: 50%;
    content: "";
    transform: translateY(-50%);
    background: rgb(139,152,177);
    opacity: 0;
    transition: all 0.3s ease;
    width: 0;
    left: 0;
    position: absolute;
}.footer_address .nav_wrap .head_prime a:hover {
    opacity: 1;
    padding-left: 12px;
    color: rgb(139,152,177);
}.footer_address .nav_wrap .head_prime a:hover::before {
    width: 8px;
    opacity: 1;
}.price_table {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 20px 0;
    backdrop-filter: blur(5px);
}.price_table .container {
    display: flex;
    align-items: center;
    justify-content: center;
}.price_table .carbon_cta {
    opacity: 0.6;
    color: #ffffff;
    letter-spacing: 0.5px;
    font-size: 12px;
    text-align: center;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.2;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.3;
    }
}

@keyframes glow {
    0%, 100% {
        box-shadow: 0 0 5px rgb(139,152,177,0.5);
    }
    50% {
        box-shadow: 0 0 15px rgb(139,152,177);
    }
}

@media (max-width: 991px) {.footer_address {
    padding: 60px 0 30px;
}.footer_address .container {
    grid-template-columns: 1fr;
    gap: 50px;
}.footer_address .company_holder {
    margin: 0 auto;
    text-align: center;
    padding-right: 0;
    max-width: 600px;
}.footer_address .company_holder::after {
    display: none;
}.footer_address .company_holder h3 {
    margin-right: auto;
    margin-left: auto;
}.footer_address .company_holder h3::after {
    width: 60px;
    transform: translateX(-50%);
    left: 50%;
}.footer_address .support_cta {
    max-width: 100%;
    text-align: center;
}.footer_address .encrypt_cta {
    justify-content: center;
}
}

@media (max-width: 767px) {.footer_address {
    padding: 50px 0 20px;
}.footer_address .head_prime {
    width: 100%;
    gap: 40px;
    flex-direction: column;
}.footer_address .nav_wrap {
    text-align: center;
}.footer_address .nav_wrap h5 {
    text-align: center;
}.footer_address .nav_wrap h5::after {
    left: 50%;
    transform: translateX(-50%);
}.footer_address .nav_wrap .head_prime {
    align-items: center;
}.footer_address .nav_wrap .head_prime a {
    text-align: center;
}.footer_address .nav_wrap .head_prime a::before {
    display: none;
}.footer_address .nav_wrap .head_prime a:hover {
    padding-left: 0;
}
}

@media (max-width: 480px) {.footer_address {
    padding: 40px 0 20px;
}.footer_address .company_holder h3 {
    font-size: calc(29px * 0.8);
}.footer_address .support_cta {
    font-size: calc(12px * 0.9);
}.price_table .carbon_cta {
    font-size: calc(12px * 0.9);
}}

.footer_address::before {
    background-image: radial-gradient(
        circle at 20% 80%, 
        #000000 0%, 
        rgba(0, 0, 0, 0.5) 70%
    );
}.footer_address::after {
    box-shadow: 0 0 40px rgb(139,152,177,0.5);
}.footer_address .container::before {
    animation: pulse 10s infinite alternate-reverse;
    bottom: -75px;
    width: 150px;
    background: radial-gradient(
        circle, 
        rgb(82,106,152,0.5), 
        transparent 70%
    );
    filter: blur(30px);
    border-radius: 50%;
    position: absolute;
    left: -75px;
    height: 150px;
    content: "";
}.footer_address .nav_wrap::before {
    left: -15px;
    top: 10px;
    background: rgb(139,152,177);
    content: "";
    position: absolute;
    border-radius: 50%;
    height: 5px;
    opacity: 0.7;
    width: 5px;
}.footer_address .nav_wrap:hover::before {
    animation: glow 2s infinite;
}.footer_address .company_holder::before {
    width: 100px;
    position: absolute;
    height: 1px;
    background: linear-gradient(90deg, 
        rgb(139,152,177,0.5), 
        transparent);
    content: "";
    bottom: -20px;
    left: 0;
}

@media (max-width: 991px) {.footer_address .company_holder::before {
    transform: translateX(-50%);
    background: linear-gradient(90deg, 
            transparent, 
            rgb(139,152,177,0.5), 
            transparent);
    left: 50%;
}}

.footer_address .nav_wrap .head_prime a::after {
    width: 0;
    position: absolute;
    bottom: -2px;
    background: rgb(139,152,177);
    content: "";
    height: 1px;
    transition: width 0.3s ease;
    left: 0;
}.footer_address .nav_wrap .head_prime a:hover::after {
    width: 100%;
}.footer_address .nav_wrap .head_prime a:nth-child(odd):hover {
    transform: translateX(2px);
}.footer_address .nav_wrap .head_prime a:nth-child(even):hover {
    transform: translateX(2px);
}

@media (min-width: 992px) {footer::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, 
            transparent, 
            rgb(82,106,152,0.5), 
            transparent);
}.footer_address::before {
    background-blend-mode: overlay;
}}

.footer_address .company_holder h3::before {
    opacity: 0.7;
    background: rgb(139,152,177);
    top: 50%;
    content: "";
    width: 20px;
    left: -30px;
    position: absolute;
    height: 1px;
}

@media (max-width: 991px) {.footer_address .company_holder h3::before {
    display: none;
}}

.price_table {
    position: relative;
    overflow: hidden;
}.price_table::before {
    position: absolute;
    width: 100%;
    height: 1px;
    content: "";
    top: 0;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(82,106,152,0.5), 
        transparent);
    left: 0;
}.price_table::after {
    left: 35%;
    height: 1px;
    width: 30%;
    bottom: 0;
    content: "";
    background: linear-gradient(90deg, 
        transparent, 
        rgb(82,106,152,0.5), 
        transparent);
    position: absolute;
    opacity: 0.3;
}.price_table .carbon_cta {
    position: relative;
    transition: all 0.3s ease;
}.price_table .carbon_cta:hover {
    letter-spacing: 0.7px;
    opacity: 1;
}.cookie_message_banner {
    z-index: 100;
    width: 100%;
    position: fixed;
    display: flex;
    bottom: 0;
    background: rgb(192,199,206);
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.5);
    border-top: 3px solid rgb(139,152,177);
    justify-content: center;
    padding: 20px 0;
}.data_approval {
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
    width: 90%;
    border: 2px solid rgb(139,152,177);
    justify-content: space-between;
    display: flex;
    align-items: center;
    border-radius: 17px;
    margin: auto;
    max-width: 1200px;
}.edu_settings {
    margin-right: 20px;
    flex-shrink: 0;
}.edu_settings svg {
    fill: rgb(139,152,177);
    width: 50px;
    height: 50px;
}.gdpr_banner {
    text-align: left;
    flex-grow: 1;
    color: #ffffff;
}.gdpr_banner h5 {
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgb(139,152,177);
    font-size: 21px;
}.gdpr_banner p {
    color: #ffffff;
    font-size: 12px;
    margin: 0;
    line-height: 1.5;
}.gdpr_banner p a {
    color: rgb(139,152,177);
    text-decoration: underline;
}.data_guard {
    color: #ffffff;
    flex-shrink: 0;
    border: none;
    background: rgb(139,152,177);
    padding: 10px 20px;
    font-size: 15px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    min-width: 120px;
    border-radius: 10px;
}.cookie_button.web_tracking {
    margin-right: 10px;
}#privacyTermsModal {
    display: none;
}#privacyTermsModal:checked ~ .cookie_message_banner {
    opacity: 0;
    visibility: hidden;
}
@media only screen and (max-width: 1200px) {.data_approval {
    align-items: center;
    flex-direction: column;
    text-align: center;
}.edu_settings {
    margin-bottom: 20px;
    margin-right: 0;
}.data_guard {
    margin: 10px 0;
    width: 100%;
    max-width: 250px;
}}
.welcome {
    background: linear-gradient(45deg, rgb(82,106,152,0.5), rgb(139,152,177,0.5));
    min-height: 700px;
    height: 100vh;
    width: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
}.welcome .image_box {
    z-index: 1;
    height: 100%;
    left: 0;
    top: 0;
    transform: scale(1.05);
    position: absolute;
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 70% 100%, 0 85%);
    width: 100%;
}.welcome .image_box::after {
    position: absolute;
    background: linear-gradient(135deg, 
        rgba(rgb(82,106,152), 0.4), 
        rgba(rgb(139,152,177), 0.6));
    top: 0;
    width: 100%;
    mix-blend-mode: overlay;
    left: 0;
    height: 100%;
    content: '';
}.welcome .founder_bio {
    flex-direction: column;
    position: relative;
    padding: 3rem;
    z-index: 2;
    display: flex;
    justify-content: center;
    transform: translateY(0);
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    animation: fadeInUp 1.2s ease-out forwards;
}.welcome h1 {
    transform: translateX(0);
    font-weight: 700;
    position: relative;
    font-size: calc(47px * 1.2);
    color: #ffffff;
    animation: slideFromLeft 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s forwards;
    margin-bottom: 1.5rem;
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.25);
    opacity: 0;
}.welcome h1::after {
    content: '';
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(139,152,177), rgb(82,106,152));
    transform: scaleX(0);
    bottom: -10px;
    transform-origin: left;
    height: 4px;
    width: 120px;
    animation: scaleIn 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.8s forwards;
}.welcome .message_wrap {
    border-left: 4px solid rgb(139,152,177);
    opacity: 0;
    max-width: 580px;
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12), 
                0 4px 8px rgba(0, 0, 0, 0.06),
                0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    padding: 2.5rem;
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.95), 
        rgba(255, 255, 255, 0.85));
    animation: fadeInUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s forwards;
    transform: translateY(20px);
}.welcome .message_wrap p {
    font-size: calc(18px * 1.2);
    color: #000000;
    line-height: 1.6;
    position: relative;
    margin-bottom: 2rem;
}.welcome .start_front {
    opacity: 0;
    animation: popIn 0.7s cubic-bezier(0.34, 1.56, 0.64, 1) 1.2s forwards;
    transform: scale(0.9);
    margin: 2rem 0;
    justify-content: center;
    display: flex;
}.welcome .start_front svg {
    transition: transform 0.5s ease, filter 0.5s ease;
    height: 120px;
    filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.15));
    width: 120px;
}.welcome .start_front svg:hover {
    filter: drop-shadow(0 8px 20px rgba(94, 170, 168, 0.3));
    transform: translateY(-5px) scale(1.05);
}.welcome .start_front svg path {
    transition: fill 0.3s ease;
    fill: rgb(94, 170, 168);
}.welcome .start_front svg text {
    fill: rgb(94, 170, 168);
    transition: fill 0.3s ease;
    font-weight: 700;
    font-family: Arial, sans-serif;
}.welcome h6 {
    text-align: center;
    opacity: 0;
    margin-top: 2rem;
    animation: fadeInUp 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s forwards;
    transform: translateY(15px);
}.welcome .reach_links {
    box-shadow: 0 10px 25px rgba(94, 170, 168, 0.3);
    position: relative;
    padding: 1rem 2.5rem;
    color: #ffffff;
    font-size: 19px;
    text-decoration: none;
    display: inline-block;
    border-radius: 10px;
    transition: all 0.4s ease;
    font-weight: 600;
    overflow: hidden;
    z-index: 1;
    background: linear-gradient(135deg, rgb(139,152,177), rgb(82,106,152));
}.welcome .reach_links::before {
    position: absolute;
    left: 0;
    content: '';
    height: 100%;
    background: linear-gradient(135deg, rgb(82,106,152), rgb(139,152,177));
    opacity: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    transition: opacity 0.4s ease;
}.welcome .reach_links:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(94, 170, 168, 0.4);
}.welcome .reach_links:hover::before {
    opacity: 1;
}.welcome .reach_links:active {
    box-shadow: 0 8px 15px rgba(94, 170, 168, 0.3);
    transform: translateY(-2px);
}

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

@keyframes slideFromLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes scaleIn {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}

@keyframes popIn {
    0% {
        opacity: 0;
        transform: scale(0.85);
    }
    70% {
        opacity: 1;
        transform: scale(1.05);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@media (max-width: 992px) {.welcome {
    height: auto;
    min-height: 650px;
}.welcome .image_box {
    clip-path: polygon(0 0, 100% 0, 100% 75%, 50% 90%, 0 75%);
}.welcome .founder_bio {
    padding: 2rem;
}.welcome h1 {
    font-size: calc(47px * 1.1);
}.welcome .message_wrap {
    padding: 2rem;
    max-width: 90%;
}
}

@media (max-width: 768px) {.welcome {
    min-height: 600px;
}.welcome .image_box {
    clip-path: polygon(0 0, 100% 0, 100% 70%, 50% 85%, 0 70%);
}.welcome .founder_bio {
    padding: 1.5rem;
}.welcome h1 {
    font-size: 47px;
    text-align: center;
}.welcome h1::after {
    transform: translateX(-50%) scaleX(0);
    left: 50%;
}.welcome .message_wrap {
    margin: 0 auto;
    padding: 1.5rem;
}.welcome .message_wrap p {
    font-size: 18px;
    text-align: center;
}.welcome .start_front svg {
    width: 100px;
    height: 100px;
}
}

@media (max-width: 576px) {.welcome {
    min-height: 550px;
}.welcome .image_box {
    clip-path: polygon(0 0, 100% 0, 100% 65%, 50% 80%, 0 65%);
}.welcome .founder_bio {
    padding: 1rem;
}.welcome h1 {
    font-size: calc(47px * 0.9);
}.welcome .message_wrap {
    padding: 1.25rem;
}.welcome .reach_links {
    padding: 0.8rem 2rem;
    font-size: calc(19px * 0.9);
}.welcome .start_front svg {
    height: 80px;
    width: 80px;
}}.price_plan {
    padding: 5rem 0;
    background-color: rgb(192,199,206);
    position: relative;
    overflow: hidden;
}.price_plan::before {
    content: "";
    opacity: 0.07;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    transform: rotate(15deg);
    position: absolute;
    width: 12rem;
    right: -3rem;
    height: 12rem;
    background: linear-gradient(135deg, rgb(139,152,177), rgb(82,106,152));
    top: -3rem;
}.price_plan::after {
    z-index: 0;
    height: 18rem;
    left: -5rem;
    width: 18rem;
    transform: rotate(-10deg);
    content: "";
    opacity: 0.05;
    bottom: -5rem;
    background: linear-gradient(45deg, rgb(82,106,152), rgb(139,152,177,0.5));
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    position: absolute;
}.price_plan .container {
    padding: 0 1.5rem;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    max-width: 1200px;
}.price_plan .fee_offers {
    display: flex;
    flex-direction: column;
}.price_plan .class_rates {
    margin-bottom: 3rem;
    position: relative;
    order: -1;
}.price_plan .class_rates h2 {
    font-weight: 700;
    margin-bottom: 1rem;
    display: inline-block;
    font-size: 29px;
    position: relative;
    color: #000000;
}.price_plan .class_rates h2::after {
    background: linear-gradient(90deg, rgb(139,152,177), transparent);
    content: "";
    height: 3px;
    width: 60%;
    bottom: -0.5rem;
    left: 0;
    position: absolute;
}.price_plan .discount_tier {
    font-size: 18px;
    max-width: 800px;
    line-height: 1.6;
    color: #000000;
    margin-bottom: 1rem;
}.price_plan .tuition_plans {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    width: 100%;
    display: grid;
}.price_plan .qtr_cost {
    overflow: hidden;
    text-decoration: none;
    z-index: 2;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.5s ease;
    position: relative;
    color: #000000;
}.price_plan .member_plans {
    transform: translateY(0);
    height: 100%;
    display: flex;
    position: relative;
    overflow: hidden;
    flex-direction: column;
    border: 1px solid rgba(0,0,0,0.06);
    min-height: 480px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-color: #ffffff;
    box-shadow: 0 8px 24px rgba(0,0,0,0.05);
}.price_plan .qtr_cost:hover .member_plans {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.1);
}.price_plan .promo_cost {
    overflow: hidden;
    padding: 2rem;
    flex: 1;
    z-index: 2;
    flex-direction: column;
    display: flex;
    position: relative;
}.price_plan .promo_cost h3 {
    font-size: calc(18px + 0.1rem);
    font-weight: 600;
    color: #000000;
    position: relative;
    display: inline-block;
    transition: color 0.3s ease;
    margin-bottom: 0.5rem;
}.price_plan .qtr_cost:hover .promo_cost h3 {
    color: rgb(139,152,177);
}.price_plan .rate_choices {
    font-size: calc(18px + 0.5rem);
    margin-bottom: 1.5rem;
    color: rgb(139,152,177);
    position: relative;
    display: block;
    font-weight: 700;
    transition: transform 0.3s ease;
}.price_plan .rate_choices::before {
    left: 0;
    transform-origin: left;
    position: absolute;
    bottom: -0.75rem;
    background-color: rgb(139,152,177,0.5);
    content: "";
    width: 3rem;
    transition: transform 0.4s ease;
    height: 2px;
    transform: scaleX(1);
}.price_plan .qtr_cost:hover .rate_choices::before {
    transform: scaleX(1.5);
}.price_plan .promo_cost p {
    overflow-wrap: break-word;
    color: #000000;
    line-height: 1.6;
    word-break: break-word;
    font-size: calc(18px - 0.1rem);
    flex-grow: 1;
    margin-bottom: 1.5rem;
}.price_plan .image_box {
    width: 100%;
    height: 180px;
    transition: transform 0.6s ease;
    position: relative;
    overflow: hidden;
}.price_plan .image_box::after {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    transition: opacity 0.3s ease;
    position: absolute;
    content: "";
    opacity: 0.7;
    background: linear-gradient(to top, rgba(0,0,0,0.15), transparent);
}.price_plan .qtr_cost:hover .image_box {
    transform: scale(1.03);
}.price_plan .qtr_cost:hover .image_box::after {
    opacity: 0.4;
}.price_plan .member_plans::before {
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    width: 100%;
    transform: scaleX(0);
    position: absolute;
    left: 0;
    height: 5px;
    top: 0;
    content: "";
    transform-origin: left;
    background: linear-gradient(90deg, rgb(139,152,177), rgb(82,106,152));
}.price_plan .qtr_cost:hover .member_plans::before {
    transform: scaleX(1);
}

@media (min-width: 768px) {.price_plan .fee_offers {
    gap: 2rem;
    align-items: flex-start;
    flex-direction: row;
}.price_plan .class_rates {
    order: 0;
    flex: 0 0 30%;
    padding-top: 2rem;
    margin-bottom: 0;
}.price_plan .tuition_plans {
    flex: 0 0 70%;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.price_plan .member_plans {
    border-radius: 0.25rem;
}
}

@media (max-width: 767px) {.price_plan {
    padding: 3rem 0;
}.price_plan .tuition_plans {
    margin: 0 auto;
    max-width: 500px;
    grid-template-columns: 1fr;
}.price_plan .class_rates h2 {
    text-align: center;
    display: block;
}.price_plan .class_rates h2::after {
    left: 50%;
    width: 100px;
    transform: translateX(-50%);
}.price_plan .discount_tier {
    text-align: center;
}.price_plan .member_plans {
    min-height: auto;
}.price_plan .promo_cost {
    padding: 1.5rem;
}.price_plan .image_box {
    height: 160px;
}
}

@media (min-width: 1024px) {.price_plan .tuition_plans {
    grid-template-columns: repeat(2, 1fr);
}.price_plan .qtr_cost:nth-child(odd) {
    transform: translateY(1.5rem);
}
}

@media (min-width: 1200px) {.price_plan .class_rates {
    padding-top: 4rem;
}.price_plan .qtr_cost:hover {
    z-index: 5;
}.price_plan .tuition_plans {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 2.5rem;
    column-gap: 2rem;
}
}

@media (prefers-reduced-motion: reduce) {.price_plan .qtr_cost,
    .price_plan .member_plans,
    .price_plan .image_box,
    .price_plan .rate_choices::before,
    .price_plan .member_plans::before {
    transition: none;
}}header {
    background: linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
    z-index: 100;
    padding: 0;
    overflow: visible;
    margin-top: 0;
}header::before {
    content: '';
    background-size: 20px 20px;
    top: 0;
    position: absolute;
    z-index: 0;
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    height: 100%;
    width: 100%;
    left: 0;
}header::after {
    background: linear-gradient(90deg, 
        rgb(139,152,177) 0%,
        rgb(82,106,152) 50%,
        rgb(139,152,177) 100%
    );
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    background-size: 200% auto;
    content: '';
    animation: gradientSlide 5s linear infinite;
    height: 4px;
}@keyframes gradientSlide {
    0% { background-position: 0% center; }
    100% { background-position: 200% center; }
}

header .top_guide {
    padding: 1.3rem 2rem;
    position: relative;
    justify-content: space-between;
    align-items: center;
    z-index: 5;
    display: flex;
}header .head_mentor {
    position: relative;
    flex: 0 0 auto;
    z-index: 5;
}header .nav_primary {
    display: flex;
    text-decoration: none;
    padding: 0.5rem;
    transition: all 0.3s ease;
    position: relative;
    align-items: center;
    z-index: 2;
}header .nav_primary:hover {
    transform: translateY(-3px) scale(1.02);
}header .nav_primary img {
    max-height: 40px;
    filter: brightness(1.2) drop-shadow(0 0 8px rgba(255, 255, 255, 0.3));
}header .head_mentor::before {
    transition: all 0.3s ease;
    bottom: -8px;
    border: 1px solid rgb(139,152,177);
    border-radius: 10px;
    content: '';
    top: -8px;
    opacity: 0.3;
    transform: skew(-3deg);
    right: -8px;
    position: absolute;
    left: -8px;
}header .head_mentor:hover::before {
    opacity: 0.7;
    transform: skew(-5deg) scale(1.05);
    box-shadow: 0 0 15px rgb(139,152,177,0.5);
}header .nav_wrap {
    z-index: 5;
    position: relative;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}header .nav_teach {
    margin: 0 0.3rem;
    position: relative;
    perspective: 800px;
}header .nav_teach a {
    font-weight: 600;
    display: block;
    text-decoration: none;
    font-size: 16px;
    color: #ffffff;
    transition: all 0.4s ease;
    position: relative;
    z-index: 1;
    padding: 0.8rem 1.2rem;
    letter-spacing: 0.5px;
    border: 1px solid transparent;
}header .nav_teach a::before {
    height: 1px;
    left: 10%;
    transform: scaleX(0);
    position: absolute;
    bottom: 5px;
    opacity: 0.7;
    transition: transform 0.3s ease;
    width: 80%;
    background: rgb(139,152,177);
    content: '';
}header .nav_teach a:hover {
    background: rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateZ(10px);
    border-color: rgba(255, 255, 255, 0.1);
    color: rgb(139,152,177);
}header .nav_teach a:hover::before {
    transform: scaleX(1);
}header .nav_teach::after {
    width: 100%;
    z-index: -1;
    height: 100%;
    content: '';
    pointer-events: none;
    background: radial-gradient(circle at center, rgb(139,152,177,0.5) 0%, transparent 70%);
    left: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
    top: 0;
    position: absolute;
}header .nav_teach:hover::after {
    opacity: 0.4;
}header .top_guide::before {
    width: 30%;
    height: 1px;
    position: absolute;
    content: '';
    top: 0;
    left: 35%;
    background: linear-gradient(90deg, transparent, rgb(139,152,177), transparent);
}header .top_guide::after {
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    height: 1px;
    content: '';
    opacity: 0.1;
    width: 60%;
    bottom: 0;
    position: absolute;
    left: 20%;
}.nav_site {
    z-index: 1;
    position: relative;
    margin-top: 0;
    background: rgb(192,199,206);
    padding-top: 2rem;
}

@media (min-width: 1400px) {header .top_guide {
    max-width: 1300px;
    margin: 0 auto;
}header .nav_teach {
    margin: 0 0.5rem;
}header .nav_teach a {
    padding: 0.8rem 1.5rem;
}
}

@media (max-width: 991px) {header {
    padding: 0;
}header .top_guide {
    padding: 1rem 1.5rem;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}header .head_mentor {
    margin-bottom: 0;
}header .nav_wrap {
    flex: 1 0 100%;
    justify-content: center;
    margin-top: 1rem;
}header .nav_teach {
    margin: 0 0.2rem;
}header .nav_teach a {
    font-size: calc(16px - 1px);
    padding: 0.6rem 0.8rem;
}header .head_mentor::before {
    left: -5px;
    right: -5px;
    top: -5px;
    bottom: -5px;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .top_guide {
    padding: 0.8rem 1.2rem;
}header .head_mentor {
    max-width: 130px;
}header .head_mentor::before {
    display: none;
}header .nav_wrap {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    padding-bottom: 0.5rem;
    margin-top: 0.8rem;
    justify-content: flex-start;
    scrollbar-width: thin;
}header .nav_wrap::-webkit-scrollbar {
    height: 2px;
}header .nav_wrap::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(139,152,177);
}header .nav_teach {
    flex: 0 0 auto;
    margin: 0 0.1rem;
}header .nav_teach a {
    letter-spacing: 0;
    font-size: calc(16px - 2px);
    padding: 0.5rem 0.7rem;
    white-space: nowrap;
}header .nav_teach a::before {
    bottom: 3px;
}header::after {
    height: 2px;
}
}

@media (max-width: 479px) {header .top_guide {
    padding: 0.7rem 1rem;
}header .head_mentor {
    max-width: 110px;
}header .nav_teach a {
    font-size: calc(16px - 3px);
    padding: 0.4rem 0.6rem;
}}.secure_hideout {
    background: linear-gradient(to right, rgb(139,152,177), rgb(82,106,152));
    color: #ffffff;
    gap: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    display: flex;
    padding: 50px;
    flex-direction: column;
    font-family: Arial, sans-serif;
}.secure_hideout h1 {
    font-size: 41px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}.secure_hideout h2 {
    font-size: 38px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 15px;
    text-align: center;
}.secure_hideout h3, .secure_hideout h4, .secure_hideout h5, .secure_hideout h6 {
    margin: 1rem 0;
    text-align: center;
}.secure_hideout p {
    text-align: justify;
    line-height: 1.8;
    font-size: 12px;
    margin-bottom: 20px;
}.secure_hideout ul, .secure_hideout ol {
    margin: 0;
    list-style-position: inside;
    padding: 0;
}.secure_hideout ul li, .secure_hideout ol li {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.6;
}.secure_hideout span {
    font-weight: 600;
}.secure_hideout div {
    margin-bottom: 20px;
}
@media only screen and (max-width: 800px) {.secure_hideout {
    padding: 30px 15px;
}.secure_hideout h1 {
    font-size: calc(20px - 10px);
}.secure_hideout h2 {
    font-size: calc(20px - 8px);
}.secure_hideout p, .secure_hideout li {
    font-size: calc(12px - 2px);
}}
.contact {
    overflow: hidden;
    padding: 100px 0;
    background: rgb(192,199,206);
    position: relative;
}.contact::before {
    position: absolute;
    background-size: 80px 140px;
    width: 100%;
    opacity: 0.05;
    height: 100%;
    top: 0;
    content: '';
    background-position: 0 0, 0 0, 40px 70px, 40px 70px, 0 0, 40px 70px;
    background-image: linear-gradient(30deg, rgb(82,106,152,0.5) 12%, transparent 12.5%, transparent 87%, rgb(82,106,152,0.5) 87.5%, rgb(82,106,152,0.5)),
                      linear-gradient(150deg, rgb(82,106,152,0.5) 12%, transparent 12.5%, transparent 87%, rgb(82,106,152,0.5) 87.5%, rgb(82,106,152,0.5)),
                      linear-gradient(30deg, rgb(82,106,152,0.5) 12%, transparent 12.5%, transparent 87%, rgb(82,106,152,0.5) 87.5%, rgb(82,106,152,0.5)),
                      linear-gradient(150deg, rgb(82,106,152,0.5) 12%, transparent 12.5%, transparent 87%, rgb(82,106,152,0.5) 87.5%, rgb(82,106,152,0.5)),
                      linear-gradient(60deg, rgb(139,152,177,0.5) 25%, transparent 25.5%, transparent 75%, rgb(139,152,177,0.5) 75%, rgb(139,152,177,0.5)),
                      linear-gradient(60deg, rgb(139,152,177,0.5) 25%, transparent 25.5%, transparent 75%, rgb(139,152,177,0.5) 75%, rgb(139,152,177,0.5));
    left: 0;
}.contact .image_box {
    border-radius: 0 30px 30px 0;
    left: 0;
    top: 5%;
    position: absolute;
    box-shadow: 5px 0 25px rgba(0, 0, 0, 0.2);
    height: 90%;
    width: 45%;
}.contact .image_box::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
    border-radius: 0 30px 30px 0;
    left: 0;
    top: 0;
}.contact .container {
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
}.contact h3 {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 10px 30px;
    font-size: 32px;
    font-family: Arial, sans-serif;
    margin-bottom: 50px;
    background: #ffffff;
    position: relative;
    font-weight: 700;
    border-radius: 10px;
    text-align: center;
    display: inline-block;
    color: rgb(139,152,177);
}.contact .help_grid {
    width: 60%;
    border-radius: 30px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    flex-direction: column;
    position: relative;
    float: right;
    overflow: hidden;
    display: flex;
}.contact .help_grid::before {
    height: 5px;
    position: absolute;
    background: linear-gradient(to right, rgb(139,152,177), rgb(82,106,152));
    left: 0;
    content: '';
    width: 100%;
    top: 0;
}.contact .inquiry_map {
    padding: 40px;
}.contact form h3 {
    display: block;
    color: #000000;
    text-align: left;
    box-shadow: none;
    margin-bottom: 30px;
    border-radius: 0;
    background: transparent;
    padding-bottom: 10px;
    width: 100%;
    font-size: 18px;
    padding: 0;
    border-bottom: 2px solid rgb(82,106,152,0.5);
}.contact input[type="text"],
.contact textarea {
    margin-bottom: 20px;
    border: none;
    width: 100%;
    font-size: 14px;
    border-radius: 10px;
    padding: 15px;
    background: rgb(192,199,206);
    color: #000000;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
}.contact input[type="text"]:focus,
.contact textarea:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgb(139,152,177);
    background: #ffffff;
}.contact textarea {
    height: 130px;
    resize: none;
}.contact .inquiry_help {
    margin-bottom: 25px;
    align-items: flex-start;
    display: flex;
}.contact .inquiry_help input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact .inquiry_help label {
    cursor: pointer;
    padding-left: 30px;
    color: #000000;
    font-size: 12px;
    position: relative;
    line-height: 1.5;
}.contact .inquiry_help label::before {
    height: 18px;
    border-radius: 10px;
    content: '';
    width: 18px;
    border: 1px solid rgb(139,152,177);
    position: absolute;
    top: 2px;
    transition: all 0.3s ease;
    left: 0;
}.contact .inquiry_help input[type="checkbox"]:checked + label::before {
    background: rgb(139,152,177);
}.contact .inquiry_help input[type="checkbox"]:checked + label::after {
    left: 6px;
    top: 6px;
    width: 6px;
    content: '';
    height: 9px;
    border-width: 0 2px 2px 0;
    position: absolute;
    transform: rotate(45deg);
    border: solid #ffffff;
}.contact .inquiry_help a {
    color: rgb(139,152,177);
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 600;
}.contact .inquiry_help a:hover {
    text-decoration: underline;
    color: rgb(82,106,152);
}.contact .reach_links {
    font-family: Arial, sans-serif;
    font-size: 15px;
    transition: all 0.5s ease;
    font-weight: 600;
    color: #ffffff;
    background: linear-gradient(to right, rgb(139,152,177), rgb(139,152,177));
    cursor: pointer;
    background-size: 200% auto;
    border-radius: 10px;
    border: none;
    padding: 14px 30px;
}.contact .reach_links:hover {
    transform: translateY(-2px);
    background-position: right center;
    box-shadow: 0 5px 15px rgb(139,152,177,0.5);
}.contact .reach_support {
    background: linear-gradient(135deg, rgb(139,152,177), rgb(82,106,152));
    padding: 40px;
    color: #ffffff;
}.contact .reach_support h4 {
    color: #ffffff;
    margin-bottom: 25px;
    position: relative;
    font-weight: 600;
    font-size: 18px;
    font-family: Arial, sans-serif;
}.contact .reach_support h4::after {
    height: 2px;
    bottom: -8px;
    position: absolute;
    left: 0;
    background: #ffffff;
    content: '';
    width: 40px;
}.contact .help_help {
    padding: 0;
    margin: 0;
    list-style: none;
}.contact .help_help li {
    display: flex;
    align-items: flex-start;
    transition: transform 0.3s ease;
    margin-bottom: 20px;
}.contact .help_help li:hover {
    transform: translateX(5px);
}.contact .help_help svg {
    margin-right: 15px;
    width: 22px;
    flex-shrink: 0;
    margin-top: 3px;
    height: 22px;
}.contact .help_help svg path {
    fill: #ffffff;
}.contact .help_help span {
    font-size: 14px;
    line-height: 1.5;
    color: #ffffff;
    font-family: Arial, sans-serif;
}.contact .help_help a {
    transition: all 0.3s ease;
    color: #ffffff;
    text-decoration: none;
}.contact .help_help a:hover {
    text-decoration: underline;
    opacity: 0.8;
}

@media (max-width: 992px) {.contact {
    padding: 80px 0;
}.contact .image_box {
    display: none;
}.contact .help_grid {
    margin: 0 auto;
    float: none;
    width: 100%;
    max-width: 650px;
}
}

@media (max-width: 768px) {.contact {
    padding: 60px 0;
}.contact h3 {
    font-size: calc(32px * 0.9);
    margin-bottom: 40px;
}.contact .inquiry_map,
    .contact .reach_support {
    padding: 30px;
}.contact form h3,
    .contact .reach_support h4 {
    font-size: calc(18px * 0.9);
    margin-bottom: 20px;
}
}

@media (max-width: 576px) {.contact {
    padding: 40px 0;
}.contact h3 {
    font-size: calc(32px * 0.8);
    margin-bottom: 30px;
}.contact .inquiry_map,
    .contact .reach_support {
    padding: 25px 20px;
}.contact input[type="text"],
    .contact textarea {
    padding: 12px;
    margin-bottom: 15px;
}.contact textarea {
    height: 110px;
}.contact .reach_links {
    width: 100%;
}}.company_overview {
    padding: 120px 0 100px;
    overflow: hidden;
    position: relative;
}.company_overview::before {
    z-index: 1;
    width: 100%;
    background: linear-gradient(135deg, 
        rgba(rgb(139,152,177,0.5), 0.92), 
        rgba(rgba(0, 0, 0, 0.5), 0.85) 60%,
        rgba(rgb(82,106,152,0.5), 0.78) 100%);
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    position: absolute;
}.company_overview .container {
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}.company_overview h2 {
    font-weight: 700;
    opacity: 0;
    margin-bottom: 50px;
    position: relative;
    animation: slideInTitle 0.8s ease-out forwards;
    font-size: calc(37px * 1.2);
    color: #ffffff;
    transform: translateX(-10px);
}.company_overview h2::after {
    animation: expandLine 1.2s 0.4s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    width: 80px;
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, rgb(82,106,152), transparent);
    bottom: -15px;
    height: 4px;
    content: "";
    transform: scaleX(0);
    transform-origin: left;
}.company_overview .message_wrap {
    display: grid;
    perspective: 1000px;
    grid-template-columns: 1fr;
    gap: 30px;
}.company_overview .message_wrap > div {
    animation: fadeInUp 1s 0.6s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    opacity: 0;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1),
                0 5px 15px rgba(0, 0, 0, 0.05);
    border-left: 3px solid rgb(82,106,152);
    padding: 40px;
    backdrop-filter: blur(10px);
    background: linear-gradient(to right bottom, 
        rgba(255, 255, 255, 0.9), 
        rgba(255, 255, 255, 0.7));
    transform: translateY(30px) rotateX(5deg);
    clip-path: polygon(
        0 0,
        100% 0,
        100% calc(100% - 20px),
        calc(100% - 20px) 100%,
        0 100%
    );
}.company_overview .message_wrap p {
    font-size: calc(18px * 1.5);
    font-weight: 600;
    opacity: 0;
    position: relative;
    color: rgb(82,106,152);
    display: inline-block;
    letter-spacing: 1px;
    margin-bottom: 20px;
    animation: slideInTitle 0.8s 0.8s ease-out forwards;
    transform: translateX(-5px);
}.company_overview .message_wrap p::after {
    left: 0;
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, rgb(82,106,152), transparent 80%);
    bottom: -5px;
}.company_overview .message_wrap div div {
    overflow-y: auto;
    padding-right: 20px;
    max-height: 350px;
    animation: fadeInContent 1s 1s ease-out forwards;
    font-size: 18px;
    column-gap: 30px;
    font-family: Arial, sans-serif;
    columns: 1;
    transform: translateY(20px);
    opacity: 0;
    color: #000000;
    line-height: 1.8;
}.company_overview .message_wrap div div::-webkit-scrollbar {
    width: 6px;
    background: rgba(rgba(0, 0, 0, 0.5), 0.05);
}.company_overview .message_wrap div div::-webkit-scrollbar-thumb {
    background: rgb(82,106,152);
    border-radius: 10px;
}

@keyframes slideInTitle {
    0% {
        transform: translateX(-10px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes expandLine {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

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

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

@media (min-width: 768px) {.company_overview {
    padding: 150px 0 130px;
}.company_overview h2 {
    margin-bottom: 60px;
    font-size: calc(37px * 1.5);
}.company_overview h2::after {
    height: 5px;
    width: 120px;
}.company_overview .message_wrap div div {
    max-height: 400px;
    columns: 2;
    column-gap: 40px;
}.company_overview .message_wrap > div {
    border-left: 5px solid rgb(82,106,152);
    padding: 50px;
}
}

@media (min-width: 992px) {.company_overview {
    padding: 180px 0 150px;
}.company_overview .container {
    padding: 0 50px;
}.company_overview h2 {
    font-size: calc(37px * 1.8);
    transform: translateX(-20px);
    margin-bottom: 70px;
}.company_overview h2::after {
    bottom: -20px;
    width: 150px;
}.company_overview .message_wrap > div {
    padding: 60px 70px;
    clip-path: polygon(
            0 0,
            100% 0,
            100% calc(100% - 30px),
            calc(100% - 30px) 100%,
            0 100%
        );
}.company_overview .message_wrap div div {
    columns: 2;
    max-height: 450px;
}.company_overview .message_wrap p {
    font-size: calc(18px * 1.8);
    margin-bottom: 25px;
}
}

@media (min-width: 1200px) {.company_overview .message_wrap > div {
    transform: translateY(40px) rotateX(8deg);
}.company_overview .message_wrap div div {
    columns: 2;
    column-gap: 50px;
    line-height: 1.9;
    font-size: calc(18px * 1.05);
}
}

@media (max-width: 767px) {.company_overview {
    padding: 80px 0 60px;
}.company_overview h2 {
    margin-bottom: 40px;
    font-size: 37px;
}.company_overview .message_wrap > div {
    padding: 30px 25px;
}.company_overview .message_wrap p {
    margin-bottom: 15px;
    font-size: calc(18px * 1.3);
}.company_overview .message_wrap div div {
    max-height: 300px;
    line-height: 1.7;
    font-size: calc(18px * 0.95);
}}.program_information {
    padding: 100px 0;
    background: linear-gradient(125deg, rgb(192,199,206) 0%, rgb(139,152,177,0.5) 100%);
    overflow: hidden;
    position: relative;
}.program_information::before {
    background: 
        radial-gradient(ellipse at 20% 30%, rgb(139,152,177,0.5) 0%, transparent 70%),
        radial-gradient(circle at 80% 70%, rgb(82,106,152,0.5) 0%, transparent 60%);
    opacity: 0.6;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    content: "";
    width: 100%;
}.program_information::after {
    height: 100%;
    animation: shiftBackground 30s linear infinite;
    opacity: 0.4;
    z-index: 1;
    content: "";
    width: 100%;
    top: 0;
    left: 0;
    background-image: 
        repeating-linear-gradient(
            -45deg,
            rgba(255, 255, 255, 0.03),
            rgba(255, 255, 255, 0.03) 1px,
            transparent 1px,
            transparent 10px
        );
    position: absolute;
}@keyframes shiftBackground {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.program_information .container {
    z-index: 2;
    position: relative;
}.program_information .founder_bio {
    flex-direction: column;
    overflow: hidden;
    background: linear-gradient(
        135deg, 
        rgba(255, 255, 255, 0.02), 
        rgba(255, 255, 255, 0.08)
    );
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    display: flex;
    border-radius: 11px;
    position: relative;
}.program_information .founder_bio::before {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    position: absolute;
    height: 100%;
    content: "";
    background: 
        linear-gradient(
            135deg,
            transparent,
            rgba(rgb(139,152,177), 0.05)
        );
}.program_information .image_box {
    top: 5%;
    animation: morphShape 15s infinite alternate ease-in-out;
    position: absolute;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.15);
    height: 440px;
    right: 3%;
    overflow: hidden;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    width: 45%;
    z-index: 2;
}@keyframes morphShape {
    0% {
        border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    }
    50% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
    100% {
        border-radius: 40% 60% 50% 50% / 30% 60% 40% 60%;
    }
}

.program_information .image_box::before {
    height: 100%;
    top: 0;
    z-index: 2;
    opacity: 0.6;
    background: linear-gradient(
        215deg,
        transparent 30%,
        rgb(139,152,177,0.5) 100%
    );
    left: 0;
    position: absolute;
    mix-blend-mode: overlay;
    content: "";
    width: 100%;
}.program_information .image_box::after {
    background: 
        linear-gradient(
            rgba(255, 255, 255, 0.1) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.1) 1px,
            transparent 1px
        );
    background-size: 20px 20px;
    width: 100%;
    z-index: 3;
    top: 0;
    left: 0;
    height: 100%;
    content: "";
    position: absolute;
    opacity: 0.2;
}.program_information .learn_development {
    z-index: 3;
    display: flex;
    min-height: 400px;
    position: relative;
    padding: 60px 50% 60px 60px;
    flex-direction: column;
}.program_information .head_mentor {
    position: relative;
    display: inline-block;
    z-index: 4;
    margin-bottom: 25px;
}.program_information .head_mentor svg {
    width: 70px;
    z-index: 2;
    fill: #ffffff;
    position: relative;
    height: auto;
}.program_information .head_mentor svg path {
    stroke-width: 0.5;
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
    stroke: rgb(139,152,177);
}.program_information h3 {
    max-width: 100%;
    z-index: 4;
    margin-bottom: 20px;
    position: relative;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    font-size: 35px;
    color: #ffffff;
}.program_information h3::after {
    left: 0;
    background: linear-gradient(90deg, rgb(139,152,177), rgb(82,106,152));
    position: absolute;
    height: 3px;
    transition: width 0.3s ease;
    width: 60px;
    content: "";
    bottom: -10px;
    border-radius: 3px;
}.program_information .founder_bio:hover h3::after {
    width: 120px;
}.program_information p {
    z-index: 4;
    margin: 0;
    font-size: 17px;
    position: relative;
    max-width: 100%;
    line-height: 1.7;
    color: #000000;
}.program_information .founder_bio::after {
    border-radius: 50%;
    position: absolute;
    opacity: 0.3;
    height: 200px;
    background: rgb(82,106,152,0.5);
    bottom: -50px;
    width: 200px;
    content: "";
    filter: blur(80px);
    z-index: 1;
    left: -50px;
}.program_information .learn_development::before {
    opacity: 0.2;
    animation: floatDots 10s infinite alternate ease-in-out;
    z-index: 1;
    background-position: 0 0, 10px 10px;
    background-size: 20px 20px, 25px 25px;
    width: 150px;
    right: 48%;
    top: 20px;
    position: absolute;
    height: 90%;
    content: "";
    background-image: 
        radial-gradient(circle, rgb(139,152,177,0.5) 1px, transparent 1px),
        radial-gradient(circle, rgb(82,106,152,0.5) 1px, transparent 1px);
}

@keyframes floatDots {
    0% {
        transform: translateY(0);
        opacity: 0.2;
    }
    100% {
        transform: translateY(-20px);
        opacity: 0.4;
    }
}

@media (max-width: 1199px) {.program_information .learn_development {
    padding: 50px 50% 50px 50px;
}.program_information .image_box {
    width: 42%;
    height: 85%;
}
}

@media (max-width: 991px) {.program_information {
    padding: 80px 0;
}.program_information .founder_bio {
    flex-direction: column;
    display: flex;
}.program_information .learn_development {
    min-height: auto;
    padding: 220px 40px 50px 40px;
}.program_information .image_box {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 50% 50% / 0 0 100% 100%;
    width: 80%;
    height: 200px;
    top: 0;
    left: 10%;
    position: absolute;
}.program_information .head_mentor {
    margin-bottom: 0;
    left: 40px;
    position: absolute;
    top: 160px;
}.program_information h3 {
    font-size: calc(35px * 0.9);
}.program_information .learn_development::before {
    display: none;
}
}

@media (max-width: 767px) {.program_information {
    padding: 60px 0;
}.program_information .learn_development {
    padding: 200px 30px 40px 30px;
}.program_information .image_box {
    height: 180px;
}.program_information .head_mentor {
    left: 30px;
    top: 140px;
}.program_information .head_mentor svg {
    width: 60px;
}.program_information h3 {
    font-size: calc(35px * 0.8);
}.program_information p {
    font-size: calc(17px * 0.95);
}
}

@media (max-width: 480px) {.program_information {
    padding: 40px 0;
}.program_information .learn_development {
    padding: 180px 25px 30px 25px;
}.program_information .image_box {
    height: 160px;
}.program_information .head_mentor {
    left: 25px;
    top: 120px;
}.program_information .head_mentor svg {
    width: 50px;
}.program_information h3 {
    font-size: calc(35px * 0.7);
    margin-bottom: 15px;
}.program_information p {
    font-size: calc(17px * 0.9);
}}.potential_learners {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(180deg, rgb(192,199,206) 0%, #ffffff 100%);
}.potential_learners::before {
    position: absolute;
    background: linear-gradient(135deg, rgb(139,152,177,0.5) 25%, transparent 25%) -50px 0,
                linear-gradient(225deg, rgb(139,152,177,0.5) 25%, transparent 25%) -50px 0,
                linear-gradient(315deg, rgb(139,152,177,0.5) 25%, transparent 25%),
                linear-gradient(45deg, rgb(139,152,177,0.5) 25%, transparent 25%);
    top: 0;
    opacity: 0.05;
    content: "";
    height: 100%;
    background-size: 100px 100px;
    left: 0;
    z-index: 1;
    width: 100%;
}.potential_learners .container {
    max-width: 1140px;
    margin: 0 auto;
    z-index: 2;
    padding: 0 15px;
    position: relative;
}.potential_learners .founder_bio {
    position: relative;
    perspective: 1000px;
}.potential_learners h4 {
    transform: translateX(-50%);
    color: #000000;
    font-size: 28px;
    left: 50%;
    margin-bottom: 80px;
    text-align: center;
    padding-bottom: 15px;
    display: inline-block;
    font-weight: 700;
    position: relative;
}.potential_learners h4::before {
    content: "";
    width: 50%;
    bottom: 0;
    background: rgb(139,152,177);
    height: 3px;
    left: 25%;
    border-radius: 3px;
    position: absolute;
}.potential_learners h4::after {
    bottom: 10px;
    left: 15%;
    width: 70%;
    position: absolute;
    content: "";
    border-radius: 1px;
    background: rgb(82,106,152,0.5);
    height: 1px;
}.potential_learners div > div {
    perspective: 1000px;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 40px;
}.potential_learners p {
    color: #000000;
    display: flex;
    padding: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    font-size: 12px;
    transform: translateZ(0) rotateX(0) rotateY(0);
    z-index: 1;
    align-items: flex-start;
    transition: all 0.4s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    position: relative;
    border-radius: 30px;
    transform-style: preserve-3d;
    background: #ffffff;
}.potential_learners p:nth-child(odd) {
    animation: float1 5s ease-in-out infinite;
}.potential_learners p:nth-child(even) {
    animation: float2 6s ease-in-out infinite;
}@keyframes float1 {
    0%, 100% {
        transform: translateZ(20px) translateY(0);
    }
    50% {
        transform: translateZ(40px) translateY(-15px);
    }
}

@keyframes float2 {
    0%, 100% {
        transform: translateZ(30px) translateY(0);
    }
    50% {
        transform: translateZ(50px) translateY(-20px);
    }
}

.potential_learners p::before {
    background: linear-gradient(135deg, #ffffff 0%, rgb(192,199,206) 100%);
    opacity: 0;
    left: 0;
    border-radius: 30px;
    width: 100%;
    content: "";
    z-index: -1;
    transition: opacity 0.3s ease;
    position: absolute;
    height: 100%;
    top: 0;
}.potential_learners p:hover {
    transform: translateZ(60px) rotateX(5deg) rotateY(5deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}.potential_learners p:hover::before {
    opacity: 1;
}.potential_learners p svg {
    width: 28px;
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
    height: 28px;
    margin-right: 15px;
    transform: translateZ(10px);
    flex-shrink: 0;
    transition: all 0.3s ease;
}.potential_learners p svg path {
    fill: rgb(139,152,177);
    transition: fill 0.3s ease;
}.potential_learners p:hover svg {
    transform: translateZ(30px) scale(1.2);
}.potential_learners p:hover svg path {
    fill: rgb(82,106,152);
}.potential_learners p span {
    transform: translateZ(5px);
}.potential_learners::after {
    background: linear-gradient(to top, #ffffff, transparent);
    z-index: 1;
    position: absolute;
    width: 100%;
    content: "";
    height: 200px;
    bottom: 0;
    pointer-events: none;
    left: 0;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px) translateZ(0);
    }
    to {
        opacity: 1;
        transform: translateY(0) translateZ(0);
    }
}


@media (max-width: 991px) {.potential_learners {
    padding: 100px 0;
}.potential_learners h4 {
    font-size: calc(28px * 0.9);
    margin-bottom: 60px;
}.potential_learners div > div {
    gap: 30px;
}.potential_learners p {
    padding: 20px;
}
    
    @keyframes float1 {
        0%, 100% {
            transform: translateZ(10px) translateY(0);
        }
        50% {
            transform: translateZ(20px) translateY(-10px);
        }
    }
    
    @keyframes float2 {
        0%, 100% {
            transform: translateZ(15px) translateY(0);
        }
        50% {
            transform: translateZ(25px) translateY(-12px);
        }
    }
}

@media (max-width: 768px) {.potential_learners {
    padding: 80px 0;
}.potential_learners h4 {
    font-size: calc(28px * 0.8);
    margin-bottom: 50px;
}.potential_learners div > div {
    grid-template-columns: 1fr;
    gap: 25px;
}.potential_learners p {
    padding: 18px;
}.potential_learners p svg {
    height: 24px;
    width: 24px;
    margin-right: 12px;
}.potential_learners p:nth-child(odd),
    .potential_learners p:nth-child(even) {
    transform: none;
    animation: none;
}.potential_learners p:hover {
    transform: translateY(-5px);
}.potential_learners p:hover svg {
    transform: scale(1.2);
}.potential_learners::after {
    height: 100px;
}
}

@media (max-width: 576px) {.potential_learners {
    padding: 60px 0;
}.potential_learners h4 {
    font-size: calc(28px * 0.7);
    margin-bottom: 40px;
}.potential_learners h4::before {
    height: 2px;
}.potential_learners h4::after {
    bottom: 8px;
}.potential_learners div > div {
    gap: 20px;
}.potential_learners p {
    font-size: calc(12px * 0.9);
    padding: 15px;
}.potential_learners p svg {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}}.thanksPanel {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(139,152,177,0.5) 0%, rgb(192,199,206) 50%, rgb(82,106,152,0.5) 100%);
    padding: 6rem 0;
    position: relative;
}.thanksPanel::before {
    content: "";
    top: 0;
    animation: pulse 10s infinite alternate ease-in-out;
    z-index: 0;
    opacity: 0.7;
    width: 100%;
    height: 100%;
    position: absolute;
    background: 
        radial-gradient(circle at 20% 30%, rgb(139,152,177,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(82,106,152,0.5) 0%, transparent 40%);
    left: 0;
}.thanksPanel::after {
    height: 100%;
    right: -50%;
    top: -50%;
    content: "";
    filter: blur(80px);
    animation: float 15s infinite alternate ease-in-out;
    position: absolute;
    width: 100%;
    z-index: 1;
    transform: rotate(35deg);
    background: rgb(255, 255, 255, 0.5);
}.thanksPanel .container {
    padding: 0 2rem;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
}.thanksPanel .founder_bio {
    backdrop-filter: blur(10px);
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    transform-origin: top center;
    display: flex;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.85);
    position: relative;
    animation: slideUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    gap: 2.5rem;
    padding: 3.5rem;
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 5px 15px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(255, 255, 255, 0.1);
}.thanksPanel .founder_bio:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.12),
        0 10px 20px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(255, 255, 255, 0.2);
}.thanksPanel .founder_bio > div:first-child {
    margin-left: -1.5rem;
    position: relative;
    border-left: 4px solid rgb(139,152,177);
    padding-left: 1.5rem;
    animation: slideRight 0.6s 0.2s cubic-bezier(0.25, 1, 0.5, 1) both;
}.thanksPanel .founder_bio > div:first-child::before {
    content: "";
    background: rgb(139,152,177);
    top: 50%;
    left: -0.5rem;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    width: 1rem;
    height: 1rem;
    position: absolute;
}.thanksPanel h5 {
    line-height: 1.4;
    margin: 0;
    font-size: 22px;
    position: relative;
    color: #000000;
    font-weight: 700;
    display: inline-block;
}.thanksPanel .founder_bio > div:last-child {
    position: relative;
    animation: fadeIn 0.8s 0.4s cubic-bezier(0.25, 1, 0.5, 1) both;
}.thanksPanel a {
    transform-origin: center;
    position: relative;
    text-decoration: none;
    padding: 1.5rem 2rem;
    border-radius: 10px;
    overflow: hidden;
    display: block;
    transition: all 0.3s ease;
    box-shadow: 
        0 6px 12px rgba(0, 0, 0, 0.04),
        0 1px 3px rgba(0, 0, 0, 0.02);
    background: linear-gradient(135deg, #ffffff 0%, rgba(245, 245, 245, 0.95) 100%);
}.thanksPanel a::before {
    transition: width 0.3s ease;
    height: 100%;
    background: linear-gradient(to bottom, rgb(139,152,177), rgb(82,106,152));
    top: 0;
    position: absolute;
    width: 4px;
    left: 0;
    content: "";
}.thanksPanel a:hover {
    box-shadow: 
        0 12px 24px rgba(0, 0, 0, 0.08),
        0 4px 8px rgba(0, 0, 0, 0.04);
    transform: translateY(-5px);
}.thanksPanel a:hover::before {
    width: 8px;
}.thanksPanel p {
    color: #000000;
    font-size: 17px;
    margin: 0;
    position: relative;
    line-height: 1.7;
    z-index: 1;
    transition: color 0.3s ease;
}.thanksPanel a:hover p {
    color: #000000;
}

@keyframes pulse {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 0.8; }
}

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

@keyframes slideUp {
    from {
        opacity: 0;
        transform: perspective(1000px) rotateX(5deg) translateY(50px);
    }
    to {
        opacity: 1;
        transform: perspective(1000px) rotateX(2deg) translateY(0);
    }
}

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

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@media (max-width: 991px) {.thanksPanel {
    padding: 5rem 0;
}.thanksPanel .founder_bio {
    gap: 2rem;
    padding: 2.5rem;
}.thanksPanel h5 {
    font-size: calc(22px * 0.95);
}
}

@media (max-width: 768px) {.thanksPanel {
    padding: 4rem 0;
}.thanksPanel .container {
    padding: 0 1.5rem;
}.thanksPanel .founder_bio {
    transform: perspective(1000px) rotateX(1deg);
    gap: 1.8rem;
    padding: 2rem;
}.thanksPanel h5 {
    font-size: calc(22px * 0.9);
}.thanksPanel a {
    padding: 1.2rem 1.5rem;
}.thanksPanel p {
    line-height: 1.6;
    font-size: calc(17px * 0.95);
}
}

@media (max-width: 576px) {.thanksPanel {
    padding: 3rem 0;
}.thanksPanel .container {
    padding: 0 1rem;
}.thanksPanel .founder_bio {
    padding: 1.5rem;
    gap: 1.5rem;
    transform: none;
}.thanksPanel .founder_bio > div:first-child {
    border-left-width: 3px;
    padding-left: 1rem;
    margin-left: -1rem;
}.thanksPanel h5 {
    font-size: calc(22px * 0.85);
}.thanksPanel a {
    padding: 1rem;
}.thanksPanel p {
    line-height: 1.5;
    font-size: calc(17px * 0.9);
}}.subscribe_to_newsletter {
    padding: 5rem 2rem;
    position: relative;
    background: linear-gradient(135deg, rgb(82,106,152,0.5), rgb(82,106,152) 70%);
    overflow: hidden;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.15);
}.subscribe_to_newsletter::before {
    pointer-events: none;
    content: "";
    animation: lightShift 8s infinite alternate ease-in-out;
    background: linear-gradient(45deg, transparent 30%, rgb(139,152,177,0.5) 70%, transparent 90%);
    position: absolute;
    height: 200%;
    opacity: 0.3;
    transform: rotate(15deg) translateZ(0);
    width: 100%;
    top: -50%;
    right: -50%;
}.subscribe_to_newsletter::after {
    background: linear-gradient(90deg, rgb(139,152,177), rgb(82,106,152), rgb(139,152,177));
    bottom: -2px;
    animation: borderPulse 4s infinite ease-in-out;
    width: 100%;
    height: 6px;
    left: 0;
    position: absolute;
    content: "";
    transform-origin: left center;
}.subscribe_to_newsletter .container {
    z-index: 2;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.subscribe_to_newsletter .founder_bio {
    flex-direction: column;
    padding: 3rem;
    display: flex;
    border-left: 4px solid rgb(139,152,177);
    transform: perspective(1000px) rotateY(-2deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.subscribe_to_newsletter .founder_bio:hover {
    transform: perspective(1000px) rotateY(0deg);
}.subscribe_to_newsletter h4 {
    position: relative;
    max-width: 90%;
    font-weight: 600;
    margin: 0 0 2rem;
    line-height: 1.4;
    font-family: Arial, sans-serif;
    font-size: 23px;
    color: #000000;
}.subscribe_to_newsletter h4::after {
    width: 60px;
    left: 0;
    position: absolute;
    height: 3px;
    transition: width 0.3s ease-out;
    bottom: -10px;
    content: "";
    transform-origin: left center;
    background: rgb(139,152,177);
}.subscribe_to_newsletter .founder_bio:hover h4::after {
    width: 100px;
}.subscribe_to_newsletter .input_holder {
    display: flex;
    gap: 1rem;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}.subscribe_to_newsletter .input_holder span {
    flex: 1 1 250px;
    position: relative;
}.subscribe_to_newsletter .input_holder span:first-child {
    flex: 1 1 350px;
}.subscribe_to_newsletter input[type="email"] {
    transition: all 0.3s ease;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
    width: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
    outline: none;
    border: 1px solid transparent;
    padding: 1.2rem 1.5rem;
    font-size: 18px;
    background: rgba(240, 240, 245, 0.8);
}.subscribe_to_newsletter input[type="email"]:focus {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    border-color: rgb(139,152,177);
}.subscribe_to_newsletter input[type="email"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(0, 0, 0, 0.4);
}.subscribe_to_newsletter input[type="email"]:focus::placeholder {
    opacity: 0.5;
    transform: translateX(10px);
}.subscribe_to_newsletter .unlock_opportunities {
    position: relative;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 1.25rem 1.5rem;
    width: 100%;
    background: linear-gradient(135deg, rgb(139,152,177), rgb(82,106,152));
    overflow: hidden;
    font-family: Arial, sans-serif;
    font-size: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    border: none;
    font-weight: 600;
    cursor: pointer;
}.subscribe_to_newsletter .unlock_opportunities::before {
    position: absolute;
    content: "";
    left: -50%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    top: -50%;
    height: 200%;
    transform: rotate(30deg);
    width: 200%;
    pointer-events: none;
    animation: buttonShine 3s infinite ease-in-out;
}.subscribe_to_newsletter .unlock_opportunities:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
}.subscribe_to_newsletter .unlock_opportunities:active {
    transform: translateY(1px);
}

@keyframes lightShift {
    0% {
        opacity: 0.2;
        transform: rotate(15deg) translateX(-10%) translateZ(0);
    }
    100% {
        opacity: 0.4;
        transform: rotate(15deg) translateX(10%) translateZ(0);
    }
}

@keyframes borderPulse {
    0%, 100% {
        opacity: 0.6;
    }
    50% {
        opacity: 1;
    }
}

@keyframes buttonShine {
    0% {
        transform: rotate(30deg) translate(-100%, -100%);
    }
    100% {
        transform: rotate(30deg) translate(100%, 100%);
    }
}

@media (min-width: 768px) {.subscribe_to_newsletter {
    padding: 7rem 3rem;
}.subscribe_to_newsletter .founder_bio {
    flex-direction: row;
    align-items: center;
    gap: 3rem;
    padding: 4rem;
    justify-content: space-between;
}.subscribe_to_newsletter h4 {
    margin: 0;
    flex: 1;
}.subscribe_to_newsletter .input_holder {
    flex: 1;
    margin-left: 2rem;
}
}

@media (max-width: 767px) {.subscribe_to_newsletter {
    padding: 4rem 1.5rem;
}.subscribe_to_newsletter .founder_bio {
    transform: perspective(1000px) rotateY(-1deg);
    padding: 2.5rem 2rem;
}.subscribe_to_newsletter h4 {
    max-width: 100%;
    font-size: calc(23px * 0.9);
}.subscribe_to_newsletter .input_holder {
    margin-top: 2rem;
}.subscribe_to_newsletter input[type="email"],
    .subscribe_to_newsletter .unlock_opportunities {
    padding: 1rem 1.2rem;
}
}

@media (max-width: 480px) {.subscribe_to_newsletter {
    padding: 3rem 1rem;
}.subscribe_to_newsletter .founder_bio {
    padding: 2rem 1.5rem;
}.subscribe_to_newsletter h4 {
    font-size: calc(23px * 0.85);
}.subscribe_to_newsletter input[type="email"],
    .subscribe_to_newsletter .unlock_opportunities {
    padding: 0.9rem 1rem;
}.subscribe_to_newsletter .input_holder span {
    flex: 1 1 100%;
}}header .top_plank {
    color:  #ffffff;
    background: rgb(139,152,177);
}header .top_plank .elite_skills div svg, header .top_plank .elite_skills div svg path {
    fill: #ffffff;
}header .top_plank .elite_skills div span {
    color: #ffffff;
}header .top_plank .elite_skills {
    align-items: center;
    flex-wrap: wrap;
    display: flex;
    width: 100%;
    padding: 15px 0 10px 0;
    font-size: 15px;
    line-height: 21px;
    justify-content: flex-start;
}header .top_plank .elite_skills div {
    display: flex;
    justify-content: flex-start;
    margin-right: 24px;
    align-items: center;
}header .top_plank .elite_skills div img, header .top_plank .elite_skills div svg {
    margin-right: 8px;
    height: 16px;
    width: 16px;
}.leadership_experience {
    overflow: hidden;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(192,199,206) 0%, rgba(255,255,255,0.95) 100%);
    position: relative;
}.leadership_experience::before {
    height: 100%;
    opacity: 0.1;
    left: 0;
    content: "";
    background: linear-gradient(45deg, rgb(139,152,177,0.5) 0%, transparent 70%);
    transform: translateY(-30%) skewY(-5deg);
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}.leadership_experience::after {
    height: 60%;
    opacity: 0.15;
    transform: rotate(-15deg);
    right: -20%;
    width: 100%;
    z-index: 0;
    position: absolute;
    bottom: -20%;
    background: linear-gradient(135deg, rgb(82,106,152,0.5) 0%, transparent 80%);
    content: "";
}.leadership_experience .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0 1.5rem;
    z-index: 1;
    perspective: 1000px;
}.leadership_experience .student_perspectives {
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    grid-gap: 2rem;
    display: grid;
    border: 1px solid rgba(0,0,0,0.05);
    position: relative;
    border-radius: 10px;
    box-shadow: 
    0 20px 40px rgba(0,0,0,0.05),
    0 5px 15px rgba(0,0,0,0.03),
    0 0 0 1px rgba(255,255,255,0.1) inset;
    transform-style: preserve-3d;
    background: #ffffff;
    grid-template-columns: 1fr;
    overflow: hidden;
    padding: 2.5rem;
}.leadership_experience .student_perspectives::before {
    z-index: 2;
    content: "";
    animation: gradientMove 8s ease-in-out infinite;
    left: 0;
    width: 100%;
    background-size: 200% 100%;
    background: linear-gradient(90deg, 
    rgb(139,152,177) 0%, 
    rgb(82,106,152) 50%, 
    rgb(139,152,177) 100%);
    height: 5px;
    top: 0;
    position: absolute;
}.leadership_experience .student_perspectives > div:first-child {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    z-index: 1;
}.leadership_experience .image_box {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 
    0 10px 25px rgba(0,0,0,0.1),
    0 5px 10px rgba(0,0,0,0.05);
    width: 180px;
    height: 180px;
    transform: translateZ(30px);
    position: relative;
    border-radius: 50%;
}.leadership_experience .image_box::before {
    position: absolute;
    content: "";
    animation: rotateGradient 15s linear infinite;
    inset: -8px;
    border-radius: 50%;
    opacity: 0.8;
    transform: rotate(-45deg);
    z-index: -1;
    background: linear-gradient(
    135deg,
    rgb(82,106,152) 0%,
    transparent 50%,
    rgb(139,152,177) 100%
  );
}.leadership_experience .image_box::after {
    box-shadow: inset 0 0 0 10px rgba(255,255,255,0.1);
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    content: "";
    inset: 0;
}.leadership_experience .student_perspectives > div:nth-child(2) {
    text-align: center;
    transform: translateZ(20px);
    position: relative;
}.leadership_experience .name {
    display: inline-block;
    font-weight: 700;
    font-size: 20px;
    color: #000000;
    position: relative;
    margin-bottom: 0.5rem;
}.leadership_experience .name::after {
    background: rgb(139,152,177);
    position: absolute;
    transform: translateZ(5px);
    width: 40%;
    content: "";
    bottom: -8px;
    height: 3px;
    left: 30%;
}.leadership_experience .student_perspectives > div:nth-child(2) > div {
    margin-top: 1rem;
    font-weight: 600;
    color: rgb(82,106,152);
    letter-spacing: 0.5px;
    font-size: calc(16px * 0.9);
}.leadership_experience .student_perspectives > div:nth-child(3) {
    transform: translateZ(10px);
    position: relative;
}.leadership_experience .emp_progress {
    position: relative;
    color: #000000;
    font-size: 16px;
    line-height: 1.8;
    padding-left: 1rem;
    text-align: justify;
}.leadership_experience .emp_progress::before {
    top: 0;
    border-radius: 3px;
    width: 3px;
    position: absolute;
    content: "";
    background: linear-gradient(
    to bottom,
    rgb(139,152,177) 0%,
    rgb(82,106,152) 100%
  );
    bottom: 0;
    left: 0;
}.leadership_experience .student_perspectives:hover {
    transform: translateY(-5px) rotateX(2deg) rotateY(-2deg);
    box-shadow: 
    0 30px 60px rgba(0,0,0,0.08),
    0 10px 25px rgba(0,0,0,0.05),
    0 0 0 1px rgba(255,255,255,0.2) inset;
}.leadership_experience .student_perspectives:hover .image_box {
    transform: translateZ(40px) scale(1.05);
}

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

@keyframes rotateGradient {
  0% { transform: rotate(-45deg); }
  100% { transform: rotate(315deg); }
}

@media (min-width: 768px) {.leadership_experience {
    padding: 7rem 0;
}.leadership_experience .student_perspectives {
    grid-template-rows: auto 1fr;
    grid-gap: 2.5rem;
    grid-template-columns: auto 1fr;
    padding: 3rem;
}.leadership_experience .student_perspectives > div:first-child {
    grid-row: 1 / span 2;
}.leadership_experience .student_perspectives > div:nth-child(2) {
    padding-top: 1.5rem;
    align-self: end;
    text-align: left;
}.leadership_experience .name::after {
    left: 0;
    width: 60px;
}.leadership_experience .emp_progress {
    padding-left: 1.5rem;
}.leadership_experience .emp_progress::before {
    width: 4px;
}
}

@media (min-width: 992px) {.leadership_experience .student_perspectives {
    grid-gap: 3rem;
    grid-template-columns: 250px 1fr;
    padding: 3.5rem 4rem;
}.leadership_experience .image_box {
    height: 220px;
    width: 220px;
}.leadership_experience .name {
    font-size: calc(20px * 1.1);
}.leadership_experience .student_perspectives > div:nth-child(2) > div {
    font-size: 16px;
}.leadership_experience .emp_progress {
    line-height: 1.9;
    font-size: calc(16px * 1.05);
}
}

@media (min-width: 1200px) {.leadership_experience .container {
    padding: 0 2rem;
}.leadership_experience .student_perspectives {
    padding: 4rem 5rem;
    grid-template-columns: 280px 1fr;
}.leadership_experience .image_box {
    height: 240px;
    width: 240px;
}
}

@media (max-width: 767px) {.leadership_experience {
    padding: 4rem 0;
}.leadership_experience .student_perspectives {
    padding: 2rem 1.5rem;
    text-align: center;
}.leadership_experience .image_box {
    height: 150px;
    width: 150px;
}.leadership_experience .emp_progress {
    padding-left: 0;
    text-align: left;
    padding-top: 1rem;
}.leadership_experience .emp_progress::before {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    bottom: auto;
    width: 50px;
    height: 3px;
}
}