﻿* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}svg {
    height: 30px;
    width: 30px;
}.segment-wrapper_web {
    min-height: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1166px;
}header,footer {
    width: 100%;
}.nav_prime_web {
    flex: 1 0 auto;
}.quiz_links_web {
    flex: 0 0 auto;
}html,body {
    color: #000000;
    min-height: 100%;
    font-family: Arial, sans-serif;
    height: 100%;
}a {
    color: inherit;
    text-decoration: none;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.learning_system_web {
    padding: 8rem 2rem;
    overflow: hidden;
    position: relative;
    background: rgb(189,213,243);
}.learning_system_web::before {
    background: linear-gradient(135deg, rgb(155,179,208,0.5), rgb(119,143,173,0.5));
    border-radius: 50%;
    content: "";
    animation: moveShape 15s ease-in-out infinite alternate;
    z-index: 0;
    position: absolute;
    top: -200px;
    filter: blur(100px);
    height: 600px;
    left: -200px;
    opacity: 0.4;
    width: 600px;
}.learning_system_web::after {
    position: absolute;
    animation: moveShape 15s 3s ease-in-out infinite alternate-reverse;
    filter: blur(100px);
    bottom: -200px;
    background: linear-gradient(45deg, rgb(119,143,173,0.5), rgb(155,179,208,0.5));
    border-radius: 50%;
    right: -200px;
    height: 500px;
    opacity: 0.4;
    z-index: 0;
    width: 500px;
    content: "";
}.learning_system_web .expert_study_web {
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
    z-index: 1;
    max-width: 800px;
    position: relative;
    display: flex;
}.learning_system_web h3 {
    margin: 0 0 6rem;
    color: #000000;
    animation: fadeScale 1s ease-out forwards;
    font-size: 38px;
    text-align: center;
    font-weight: 700;
    position: relative;
}.learning_system_web h3::before,
.learning_system_web h3::after {
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    background: rgb(155,179,208);
    content: "";
}.learning_system_web h3::before {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    bottom: -90px;
    background: #ffffff;
    height: 180px;
    z-index: -1;
    width: 180px;
    left: calc(50% - 90px);
}.learning_system_web h3::after {
    z-index: 2;
    bottom: -6px;
    animation: orbitalMove 8s linear infinite;
    width: 12px;
    background: rgb(155,179,208);
    box-shadow: 0 0 20px rgb(155,179,208,0.5);
    height: 12px;
    left: calc(50% - 6px);
}.learning_system_web span {
    background: #ffffff;
    text-align: center;
    padding: 3rem;
    opacity: 0;
    animation: fadeScale 1s 0.3s ease-out forwards;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    position: relative;
    color: #000000;
    transform: scale(0.9);
    line-height: 1.8;
    border-radius: 20px;
    z-index: 2;
    font-size: 14px;
    width: 100%;
}.learning_system_web span::before {
    z-index: -1;
    left: calc(50% - 5px);
    width: 10px;
    background: linear-gradient(to bottom, rgb(155,179,208), rgb(119,143,173));
    height: 50px;
    position: absolute;
    content: "";
    top: -50px;
}.learning_system_web span::after {
    animation: rotateSlow 20s linear infinite;
    top: 20px;
    pointer-events: none;
    border-radius: 50%;
    content: "";
    right: 20px;
    width: 120px;
    opacity: 0.3;
    height: 120px;
    border: 2px dashed rgb(119,143,173,0.5);
    position: absolute;
}

@keyframes moveShape {
    0% {
        transform: translate(0, 0) scale(1);
    }
    100% {
        transform: translate(50px, 50px) scale(1.2);
    }
}

@keyframes fadeScale {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes orbitalMove {
    0% {
        transform: rotate(0deg) translateX(120px) rotate(0deg);
    }
    100% {
        transform: rotate(360deg) translateX(120px) rotate(-360deg);
    }
}

@keyframes rotateSlow {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 992px) {.learning_system_web {
    padding: 6rem 1.5rem;
}.learning_system_web h3 {
    font-size: calc(38px * 0.9);
    margin-bottom: 5rem;
}.learning_system_web h3::before {
    width: 160px;
    bottom: -80px;
    height: 160px;
    left: calc(50% - 80px);
}.learning_system_web span {
    padding: 2.5rem;
}
    
    @keyframes orbitalMove {
        0% {
            transform: rotate(0deg) translateX(110px) rotate(0deg);
        }
        100% {
            transform: rotate(360deg) translateX(110px) rotate(-360deg);
        }
    }
}

@media (max-width: 768px) {.learning_system_web {
    padding: 5rem 1rem;
}.learning_system_web h3 {
    margin-bottom: 4.5rem;
    font-size: calc(38px * 0.8);
}.learning_system_web h3::before {
    width: 140px;
    height: 140px;
    bottom: -70px;
    left: calc(50% - 70px);
}.learning_system_web span {
    padding: 2rem;
    font-size: calc(14px * 0.95);
}.learning_system_web span::after {
    top: 15px;
    width: 80px;
    height: 80px;
    right: 15px;
}@keyframes orbitalMove {
        0% {
            transform: rotate(0deg) translateX(100px) rotate(0deg);
        }
        100% {
            transform: rotate(360deg) translateX(100px) rotate(-360deg);
        }
    }
}.price_offer_web {
    overflow: hidden;
    position: relative;
    padding: 100px 0;
}.price_offer_web::before {
    bottom: 0;
    z-index: 1;
    content: "";
    position: absolute;
    right: 0;
    background: linear-gradient(145deg, rgba(21, 27, 45, 0.92), rgba(15, 18, 35, 0.97));
    left: 0;
    top: 0;
}.price_offer_web .container {
    position: relative;
    z-index: 2;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
}.price_offer_web .cost_matrix_web {
    position: relative;
}.price_offer_web h2 {
    text-align: center;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeSlideUp 0.8s 0.2s forwards ease-out;
    font-size: 34px;
    font-weight: 700;
    position: relative;
    margin-bottom: 20px;
    color: #ffffff;
}.price_offer_web .cost_schemes_web {
    opacity: 0;
    line-height: 1.6;
    overflow-wrap: break-word;
    font-size: 13px;
    animation: fadeSlideUp 0.8s 0.4s forwards ease-out;
    transform: translateY(20px);
    color: rgb(255, 255, 255, 0.5);
    margin: 0 auto 50px;
    text-align: center;
    word-break: break-word;
    max-width: 700px;
}.price_offer_web .sub_options_web {
    gap: 30px;
    list-style: none;
    margin: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding: 0;
    display: grid;
}.price_offer_web .sub_options_web li {
    transform: translateY(30px);
    transform-style: preserve-3d;
    perspective: 1000px;
    opacity: 0;
    animation: fadeSlideUp 0.8s calc(0.6s + var(--i, 0) * 0.15s) forwards ease-out;
}.price_offer_web .sub_options_web li:nth-child(1) {
    --i: 0;
}.price_offer_web .sub_options_web li:nth-child(2) {
    --i: 1;
}.price_offer_web .sub_options_web li:nth-child(3) {
    --i: 2;
}.price_offer_web .sub_options_web li:nth-child(4) {
    --i: 3;
}.price_offer_web .package_deals_web {
    position: relative;
    text-decoration: none;
    display: block;
    height: 100%;
    will-change: transform;
    transform-style: preserve-3d;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.price_offer_web .package_deals_web:hover {
    transform: translateY(-10px) rotateX(2deg) rotateY(-2deg);
}.price_offer_web .learn_packs_web {
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    padding: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: all 0.4s ease;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15), 0 4px 10px rgba(0, 0, 0, 0.1);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
}.price_offer_web .package_deals_web:hover .learn_packs_web {
    border-color: rgba(rgb(155,179,208,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(155,179,208,0.5), 0.15);
}.price_offer_web .learn_packs_web::before {
    opacity: 0;
    left: -50%;
    transition: opacity 0.8s ease;
    background: radial-gradient(circle at center, transparent 60%, rgba(rgb(119,143,173,0.5), 0.1) 100%);
    z-index: -1;
    transform: rotate(45deg);
    width: 200%;
    content: "";
    height: 200%;
    top: -50%;
    position: absolute;
}.price_offer_web .package_deals_web:hover .learn_packs_web::before {
    opacity: 1;
}.price_offer_web .price_panel_web {
    flex-direction: column;
    z-index: 1;
    position: relative;
    display: flex;
    height: 100%;
}.price_offer_web .price_panel_web h4 {
    color: #ffffff;
    position: relative;
    font-weight: 600;
    font-size: calc(24px * 1.1);
    margin-bottom: 15px;
    margin-top: 0;
}.price_offer_web .price_panel_web h4::after {
    transform: scaleX(0.7);
    background: linear-gradient(90deg, rgb(155,179,208), rgba(rgb(155,179,208,0.5), 0.5));
    transform-origin: left;
    width: 50px;
    transition: transform 0.4s ease;
    height: 3px;
    display: block;
    margin-top: 10px;
    content: "";
}.price_offer_web .package_deals_web:hover .price_panel_web h4::after {
    transform: scaleX(1);
}.price_offer_web .price_panel_web p {
    flex-grow: 1;
    margin-bottom: 25px;
    max-height: 250px;
    padding-right: 5px;
    font-size: calc(13px * 0.95);
    overflow-y: auto;
    scrollbar-color: rgba(rgb(155,179,208,0.5), 0.5) rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.6;
    overflow-wrap: break-word;
    word-break: break-word;
    scrollbar-width: thin;
}.price_offer_web .price_panel_web p::-webkit-scrollbar {
    width: 4px;
}.price_offer_web .price_panel_web p::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
}.price_offer_web .price_panel_web p::-webkit-scrollbar-thumb {
    background: rgba(rgb(155,179,208,0.5), 0.5);
    border-radius: 10px;
}.price_offer_web .deal_opts_web {
    font-size: calc(24px * 1.3);
    background-clip: text !important;
    -webkit-background-clip: text !important;
    background: linear-gradient(135deg, rgb(155,179,208), rgb(119,143,173));
    padding: 5px 0;
    align-self: flex-start;
    position: relative;
    display: inline-block;
    color: #ffffff;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}.price_offer_web .deal_opts_web::before {
    bottom: 0;
    background: linear-gradient(90deg, rgb(155,179,208), transparent);
    content: "";
    left: 0;
    position: absolute;
    height: 1px;
    width: 100%;
}

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

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

@media (max-width: 992px) {.price_offer_web h2 {
    font-size: calc(34px * 0.9);
}.price_offer_web .cost_schemes_web {
    font-size: calc(13px * 0.95);
    margin-bottom: 40px;
}.price_offer_web .learn_packs_web {
    padding: 25px;
}.price_offer_web .price_panel_web h4 {
    font-size: calc(24px * 1);
}.price_offer_web .deal_opts_web {
    font-size: calc(24px * 1.2);
}
}

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

@media (max-width: 480px) {.price_offer_web {
    padding: 50px 0;
}.price_offer_web h2 {
    font-size: calc(34px * 0.8);
}.price_offer_web .cost_schemes_web {
    margin-bottom: 30px;
    font-size: calc(13px * 0.9);
}.price_offer_web .learn_packs_web {
    padding: 20px;
}.price_offer_web .price_panel_web h4 {
    margin-bottom: 10px;
    font-size: calc(24px * 0.95);
}.price_offer_web .deal_opts_web {
    font-size: calc(24px * 1.1);
}}.learning_outcomes_web {
    position: relative;
    overflow: hidden;
    background: linear-gradient(45deg, rgb(189,213,243), #ffffff);
    padding: 120px 0;
}.learning_outcomes_web::before {
    content: '';
    width: 150%;
    left: -25%;
    height: 200px;
    transform: rotate(-5deg);
    position: absolute;
    top: -100px;
    z-index: 1;
    background: rgb(155,179,208,0.5);
}.learning_outcomes_web::after {
    background: rgb(119,143,173,0.5);
    transform: rotate(-5deg);
    z-index: 1;
    right: -25%;
    position: absolute;
    bottom: -100px;
    content: '';
    height: 200px;
    width: 150%;
}.learning_outcomes_web .expert_study_web {
    flex-wrap: wrap;
    display: flex;
    position: relative;
    margin: 0 auto;
    max-width: 1400px;
    z-index: 2;
}.learning_outcomes_web .img_overlay_web {
    margin-left: -5%;
    position: relative;
    width: 45%;
    border-radius: 0 18px 18px 0;
    margin-top: -50px;
    z-index: 3;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.15);
    transition: all 0.5s ease;
    height: 600px;
}.learning_outcomes_web .img_overlay_web:hover {
    transform: translateY(-10px);
    box-shadow: 20px 30px 60px rgba(0, 0, 0, 0.2);
}.learning_outcomes_web .img_overlay_web::after {
    width: 60%;
    opacity: 0.5;
    content: '';
    border-left: none;
    height: 90%;
    z-index: -1;
    position: absolute;
    border: 5px solid rgb(155,179,208);
    top: 20px;
    right: -20px;
}.learning_outcomes_web .text_card_web {
    padding-top: 20px;
    width: 60%;
    padding-left: 8%;
}.learning_outcomes_web h2 {
    margin-bottom: 50px;
    position: relative;
    font-size: 31px;
    font-weight: 700;
    color: #000000;
    width: fit-content;
}.learning_outcomes_web h2::before {
    z-index: -1;
    width: 120%;
    content: '';
    bottom: -10px;
    height: 30px;
    left: -10%;
    background: rgb(155,179,208,0.5);
    position: absolute;
}.learning_outcomes_web .text_main_holder {
    display: grid;
    padding-right: 5%;
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
}.learning_outcomes_web .text_main_holder > div {
    display: flex;
    transition: all 0.3s ease;
    gap: 15px;
    flex-direction: column;
    align-items: flex-start;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    padding: 25px;
    overflow: hidden;
    background: #ffffff;
    border-radius: 10px;
    position: relative;
}.learning_outcomes_web .text_main_holder > div::before {
    position: absolute;
    background: rgb(155,179,208);
    width: 5px;
    transition: height 0.3s ease-out;
    content: '';
    top: 0;
    height: 0;
    left: 0;
}.learning_outcomes_web .text_main_holder > div:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}.learning_outcomes_web .text_main_holder > div:hover::before {
    height: 100%;
}.learning_outcomes_web .text_main_holder > div:nth-child(even) {
    transform: translateY(20px);
}.learning_outcomes_web .text_main_holder > div:nth-child(even):hover {
    transform: translateY(10px);
}.learning_outcomes_web .text_main_holder svg {
    transition: transform 0.3s ease;
    width: 45px;
    height: 45px;
}.learning_outcomes_web .text_main_holder > div:hover svg {
    transform: scale(1.1);
}.learning_outcomes_web .text_main_holder svg path {
    fill: rgb(119,143,173);
    transition: fill 0.3s ease;
}.learning_outcomes_web .text_main_holder > div:hover svg path {
    fill: rgb(155,179,208);
}.learning_outcomes_web .text_main_holder p {
    position: relative;
    z-index: 1;
    margin: 0;
    font-size: 16px;
    color: #000000;
    line-height: 1.6;
}

@media (max-width: 1200px) {.learning_outcomes_web .img_overlay_web {
    margin-left: 0;
    width: 40%;
}.learning_outcomes_web .text_card_web {
    width: 60%;
    padding-left: 5%;
}
}

@media (max-width: 992px) {.learning_outcomes_web .expert_study_web {
    padding: 0 20px;
    flex-direction: column;
}.learning_outcomes_web .img_overlay_web {
    margin-top: 0;
    margin-bottom: 40px;
    height: 400px;
    width: 100%;
    border-radius: 18px;
}.learning_outcomes_web .text_card_web {
    width: 100%;
    padding-left: 0;
}.learning_outcomes_web .text_main_holder {
    padding-right: 0;
    grid-template-columns: 1fr;
}.learning_outcomes_web .text_main_holder > div:nth-child(even) {
    transform: translateY(0);
}.learning_outcomes_web .text_main_holder > div:nth-child(even):hover {
    transform: translateY(-10px);
}
}

@media (max-width: 576px) {.learning_outcomes_web {
    padding: 80px 0;
}.learning_outcomes_web .img_overlay_web {
    height: 300px;
}.learning_outcomes_web h2 {
    margin-bottom: 40px;
    font-size: calc(31px * 0.9);
}.learning_outcomes_web .text_main_holder > div {
    padding: 20px;
}.learning_outcomes_web .text_main_holder svg {
    height: 35px;
    width: 35px;
}}.gratContent_web {
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(189,213,243) 0%, rgb(155,179,208,0.5) 100%);
    position: relative;
    overflow: hidden;
}.gratContent_web::before {
    opacity: 0.6;
    height: 70%;
    content: "";
    background: linear-gradient(120deg, rgb(119,143,173,0.5) 0%, transparent 70%);
    width: 40%;
    right: -5%;
    z-index: 1;
    transform: rotate(-15deg) skewX(15deg);
    position: absolute;
    top: -10%;
}.gratContent_web::after {
    background: linear-gradient(220deg, rgb(155,179,208,0.5) 0%, transparent 80%);
    width: 30%;
    left: -2%;
    transform: rotate(10deg) skewY(-5deg);
    z-index: 1;
    height: 60%;
    bottom: -5%;
    content: "";
    opacity: 0.4;
    position: absolute;
}.gratContent_web .container {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
}.gratContent_web h2 {
    line-height: 1.4;
    margin-bottom: 50px;
    max-width: 90%;
    transform: translateY(0);
    color: #000000;
    animation: fadeInUp 0.8s ease-out forwards;
    font-size: 36px;
    opacity: 1;
    position: relative;
    font-weight: 700;
}.gratContent_web h2::after {
    height: 3px;
    background: linear-gradient(90deg, rgb(155,179,208) 0%, rgb(119,143,173) 100%);
    left: 0;
    transform-origin: left;
    position: absolute;
    transform: scaleX(1);
    bottom: -15px;
    content: "";
    width: 80px;
    transition: transform 0.5s ease;
}.gratContent_web .expert_study_web {
    position: relative;
    opacity: 0;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    animation: fadeIn 1s ease-out 0.3s forwards;
    border-left: 4px solid rgb(155,179,208);
    background: #ffffff;
    z-index: 3;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.03);
    transform: perspective(1000px) rotateY(0deg);
    padding: 40px;
}.gratContent_web .expert_study_web::before {
    bottom: 0;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 95% 100%, 0 100%);
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    z-index: -1;
    background: linear-gradient(135deg, #ffffff 0%, #ffffff 100%);
    content: "";
}.gratContent_web .expert_study_web:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 10px 20px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateY(2deg) translateY(-5px);
}.gratContent_web ul {
    padding: 0;
    margin: 0;
    list-style: none;
}.gratContent_web li {
    padding-left: 20px;
    position: relative;
    margin-bottom: 15px;
}.gratContent_web li::before {
    position: absolute;
    transform: translateY(-50%);
    content: "";
    height: 6px;
    left: 0;
    width: 6px;
    border-radius: 50%;
    background: rgb(119,143,173);
    top: 10px;
}.gratContent_web span {
    font-size: calc(18px * 1.05);
    transform: translateY(10px);
    opacity: 0;
    font-family: Arial, sans-serif;
    line-height: 1.8;
    display: block;
    color: #000000;
    animation: fadeInUp 0.8s ease-out 0.5s forwards;
    letter-spacing: 0.02em;
}

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

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

@media (min-width: 768px) {.gratContent_web {
    padding: 150px 0;
}.gratContent_web h2 {
    max-width: 80%;
    font-size: calc(36px * 1.1);
}.gratContent_web .expert_study_web {
    padding: 50px 60px;
    margin-left: 30px;
}.gratContent_web span {
    font-size: calc(18px * 1.1);
}
}

@media (min-width: 992px) {.gratContent_web .container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}.gratContent_web h2 {
    max-width: 70%;
}.gratContent_web .expert_study_web {
    margin-left: 60px;
    width: 85%;
}.gratContent_web span {
    font-size: calc(18px * 1.15);
    line-height: 1.9;
}
}

@media (max-width: 767px) {.gratContent_web {
    padding: 80px 0;
}.gratContent_web h2 {
    font-size: calc(36px * 0.9);
    margin-bottom: 40px;
}.gratContent_web .expert_study_web {
    padding: 30px 25px;
}.gratContent_web span {
    font-size: 18px;
    line-height: 1.7;
}.gratContent_web h2::after {
    width: 60px;
}
}

@media (max-width: 480px) {.gratContent_web {
    padding: 60px 0;
}.gratContent_web h2 {
    font-size: calc(36px * 0.8);
    margin-bottom: 35px;
}.gratContent_web .expert_study_web {
    padding: 25px 20px;
}.gratContent_web span {
    font-size: calc(18px * 0.95);
    line-height: 1.6;
}.gratContent_web h2::after {
    height: 2px;
    width: 50px;
}}.contact_webkBc3 {
    position: relative;
    padding: 0;
}.contact_webkBc3::before {
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0.92;
    background-color: rgb(189,213,243);
    left: 0;
    content: '';
    top: 0;
}.contact_webkBc3 .container {
    position: relative;
    padding: 0;
    margin: 0 auto;
    max-width: 1200px;
}.contact_webkBc3 .query_list_web {
    position: relative;
    display: flex;
}.contact_webkBc3 .help_panel_web {
    color: #ffffff;
    flex-direction: column;
    background-color: rgb(155,179,208);
    width: 40%;
    justify-content: center;
    padding: 80px 50px;
    display: flex;
}.contact_webkBc3 .help_panel_web h3 {
    color: #ffffff;
    font-weight: 700;
    position: relative;
    font-size: 37px;
    margin-bottom: 50px;
}.contact_webkBc3 .help_panel_web h3::after {
    background: #ffffff;
    position: absolute;
    content: '';
    height: 3px;
    width: 60px;
    bottom: -15px;
    left: 0;
}.contact_webkBc3 .help_panel_web div {
    margin-bottom: 30px;
    padding-bottom: 15px;
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    align-items: center;
}.contact_webkBc3 .help_panel_web div:last-child {
    border-bottom: none;
}.contact_webkBc3 .help_panel_web svg {
    height: 25px;
    margin-right: 20px;
    width: 25px;
}.contact_webkBc3 .help_panel_web svg path {
    fill: #ffffff;
}.contact_webkBc3 .help_panel_web span {
    font-size: 17px;
    color: #ffffff;
}.contact_webkBc3 .help_panel_web a {
    color: #ffffff;
    transition: opacity 0.3s ease;
    text-decoration: none;
}.contact_webkBc3 .help_panel_web a:hover {
    opacity: 0.8;
}.contact_webkBc3 .connect_inquiry_web {
    padding: 100px 50px 100px 100px;
    width: 60%;
    background-color: #ffffff;
    align-items: center;
    display: flex;
}.contact_webkBc3 form {
    width: 100%;
}.contact_webkBc3 form h3 {
    position: relative;
    color: #000000;
    font-size: 37px;
    margin-bottom: 40px;
    font-weight: 700;
}.contact_webkBc3 form h3::after {
    bottom: -15px;
    left: 0;
    width: 60px;
    height: 3px;
    position: absolute;
    background: rgb(155,179,208);
    content: '';
}.contact_webkBc3 form input[type="text"],
.contact_webkBc3 form input[type="email"] {
    background: transparent;
    font-size: 17px;
    padding: 15px 0;
    width: 100%;
    color: #000000;
    transition: all 0.3s ease;
    margin-bottom: 25px;
    border: none;
    border-bottom: 1px solid #e0e0e0;
}.contact_webkBc3 form input[type="text"]:focus,
.contact_webkBc3 form input[type="email"]:focus {
    outline: none;
    border-bottom-color: rgb(155,179,208);
}.contact_webkBc3 form input::placeholder {
    color: #9e9e9e;
}.contact_webkBc3 .message_feedback_web {
    margin: 30px 0;
    align-items: flex-start;
    display: flex;
}.contact_webkBc3 .message_feedback_web input[type="checkbox"] {
    width: 20px;
    transition: all 0.3s ease;
    flex-shrink: 0;
    position: relative;
    border: 1px solid #e0e0e0;
    cursor: pointer;
    -webkit-appearance: none;
    margin-right: 15px;
    height: 20px;
    background: transparent;
    appearance: none;
}.contact_webkBc3 .message_feedback_web input[type="checkbox"]:checked {
    background-color: rgb(155,179,208);
    border-color: rgb(155,179,208);
}.contact_webkBc3 .message_feedback_web input[type="checkbox"]:checked::before {
    height: 10px;
    top: 2px;
    border-width: 0 2px 2px 0;
    width: 6px;
    transform: rotate(45deg);
    left: 6px;
    content: '';
    border: solid white;
    position: absolute;
}.contact_webkBc3 .message_feedback_web label {
    color: #000000;
    font-size: 16px;
    line-height: 1.6;
}.contact_webkBc3 .message_feedback_web a {
    text-decoration: none;
    color: rgb(155,179,208);
    transition: color 0.3s ease;
    font-weight: 600;
}.contact_webkBc3 .message_feedback_web a:hover {
    color: rgb(119,143,173);
}.contact_webkBc3 .reach_feedback_web {
    overflow: hidden;
    padding: 15px 40px;
    position: relative;
    cursor: pointer;
    background: rgb(155,179,208);
    color: #ffffff;
    border: none;
    z-index: 1;
    font-weight: 600;
    display: inline-block;
    font-size: 17px;
    transition: all 0.3s ease;
}.contact_webkBc3 .reach_feedback_web::after {
    transform-origin: right;
    width: 100%;
    background: rgb(119,143,173);
    z-index: -1;
    transform: scaleX(0);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
}.contact_webkBc3 .reach_feedback_web:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

@media (max-width: 1024px) {.contact_webkBc3 .help_panel_web {
    padding: 60px 30px;
}.contact_webkBc3 .connect_inquiry_web {
    padding: 80px 40px 80px 70px;
}
}

@media (max-width: 768px) {.contact_webkBc3 .query_list_web {
    flex-direction: column;
}.contact_webkBc3 .help_panel_web {
    padding: 50px 30px;
    width: 100%;
    clip-path: none;
}.contact_webkBc3 .connect_inquiry_web {
    padding: 50px 30px;
    width: 100%;
}.contact_webkBc3 .help_panel_web h3,
    .contact_webkBc3 form h3 {
    font-size: calc(37px * 0.9);
    margin-bottom: 30px;
}
}

@media (max-width: 576px) {.contact_webkBc3 .help_panel_web,
    .contact_webkBc3 .connect_inquiry_web {
    padding: 40px 25px;
}.contact_webkBc3 .help_panel_web h3,
    .contact_webkBc3 form h3 {
    font-size: calc(37px * 0.8);
    margin-bottom: 25px;
}.contact_webkBc3 .help_panel_web div {
    margin-bottom: 20px;
}.contact_webkBc3 .reach_feedback_web {
    padding: 15px 20px;
    width: 100%;
}}.our_background_web {
    overflow: hidden;
    position: relative;
    background: rgb(189,213,243);
    padding: 120px 0;
}.our_background_web::before {
    background: 
        radial-gradient(circle at 20% 20%, rgb(155,179,208,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 80%, rgb(119,143,173,0.5) 0%, transparent 30%);
    position: absolute;
    top: 0;
    opacity: 0.2;
    content: "";
    left: 0;
    width: 100%;
    height: 100%;
}.our_background_web .container {
    z-index: 2;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
}.our_background_web h2 {
    text-align: center;
    position: relative;
    font-weight: 700;
    margin-bottom: 80px;
    font-size: 36px;
    color: #000000;
}.our_background_web h2::after {
    height: 3px;
    width: 80px;
    bottom: -20px;
    position: absolute;
    content: "";
    border-radius: 10px;
    left: calc(50% - 40px);
    background: linear-gradient(to right, rgb(155,179,208), rgb(119,143,173));
}.our_background_web .expert_zone_web {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
}.our_background_web .study_experts_web {
    padding: 60px 0;
    position: relative;
    align-items: center;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
}.our_background_web .study_experts_web:not(:last-child)::after {
    transform: translateX(-50%);
    background: linear-gradient(to right, 
        transparent, 
        rgb(155,179,208,0.5), 
        rgb(155,179,208,0.5), 
        transparent
    );
    bottom: 0;
    height: 1px;
    position: absolute;
    content: "";
    left: 50%;
    width: 70%;
}.our_background_web .study_experts_web h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 25px;
    color: rgb(155,179,208);
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}.our_background_web .study_experts_web:nth-child(2) h3 {
    color: rgb(119,143,173);
}.our_background_web .study_experts_web h3::after {
    position: absolute;
    width: 40px;
    height: 2px;
    content: "";
    background: currentColor;
    bottom: 0;
    left: 0;
}.our_background_web .study_experts_web p {
    font-size: 14px;
    color: #000000;
    line-height: 1.8;
    margin: 0;
}.our_background_web .study_experts_web:first-child h3,
.our_background_web .study_experts_web:first-child p {
    grid-column: 7 / -1;
}.our_background_web .study_experts_web:first-child::before {
    background: linear-gradient(135deg, rgb(155,179,208,0.5), transparent);
    content: "";
    border-radius: 19px;
    position: relative;
    grid-column: 1 / 6;
    clip-path: polygon(0 0, 100% 20%, 80% 100%, 0% 100%);
    height: 300px;
}.our_background_web .study_experts_web:nth-child(2) h3,
.our_background_web .study_experts_web:nth-child(2) p {
    grid-column: 1 / 7;
}.our_background_web .study_experts_web:nth-child(2)::before {
    grid-column: 8 / -1;
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 80%);
    height: 300px;
    position: relative;
    border-radius: 19px;
    content: "";
    background: linear-gradient(135deg, rgb(119,143,173,0.5), transparent);
}.our_background_web .study_experts_web::after {
    transition: width 0.5s ease;
}.our_background_web .study_experts_web:hover::after {
    width: 85%;
}.our_background_web .study_experts_web h3,
.our_background_web .study_experts_web p,
.our_background_web .study_experts_web::before {
    transform: translateY(30px);
    opacity: 0;
    animation: fadeInUp 0.7s forwards;
}.our_background_web .study_experts_web:nth-child(2) h3,
.our_background_web .study_experts_web:nth-child(2) p,
.our_background_web .study_experts_web:nth-child(2)::before {
    animation-delay: 0.3s;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 992px) {.our_background_web {
    padding: 90px 0;
}.our_background_web h2 {
    margin-bottom: 60px;
}.our_background_web .study_experts_web {
    padding: 50px 0;
}
}

@media (max-width: 768px) {.our_background_web {
    padding: 70px 0;
}.our_background_web h2 {
    font-size: calc(36px * 0.9);
    margin-bottom: 50px;
}.our_background_web .study_experts_web {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 40px 0;
}.our_background_web .study_experts_web:first-child h3,
    .our_background_web .study_experts_web:first-child p,
    .our_background_web .study_experts_web:nth-child(2) h3,
    .our_background_web .study_experts_web:nth-child(2) p {
    grid-column: 1 / -1;
}.our_background_web .study_experts_web:first-child::before,
    .our_background_web .study_experts_web:nth-child(2)::before {
    grid-column: 1 / -1;
    height: 200px;
}.our_background_web .study_experts_web:nth-child(2)::before {
    order: -1;
}
}

@media (max-width: 576px) {.our_background_web {
    padding: 50px 0;
}.our_background_web h2 {
    margin-bottom: 40px;
    font-size: calc(36px * 0.8);
}.our_background_web .study_experts_web {
    gap: 20px;
    padding: 30px 0;
}.our_background_web .study_experts_web:first-child::before,
    .our_background_web .study_experts_web:nth-child(2)::before {
    height: 150px;
}.our_background_web h2::after {
    width: 60px;
    left: calc(50% - 30px);
    bottom: -15px;
}.our_background_web .study_experts_web h3 {
    margin-bottom: 15px;
    font-size: calc(24px * 0.9);
}.our_background_web .study_experts_web p {
    font-size: calc(14px * 0.95);
}
}

@media (prefers-reduced-motion: reduce) {.our_background_web .study_experts_web::after {
    transition: none;
}.our_background_web .study_experts_web h3,
    .our_background_web .study_experts_web p,
    .our_background_web .study_experts_web::before,
    .our_background_web .study_experts_web:nth-child(2) h3,
    .our_background_web .study_experts_web:nth-child(2) p,
    .our_background_web .study_experts_web:nth-child(2)::before {
    animation: none;
    opacity: 1;
    transform: none;
}}.title_opener_web {
    position: relative;
    width: 100%;
    overflow: hidden;
}.title_opener_web .course_first_web {
    min-height: 100vh;
    display: flex;
    position: relative;
    justify-content: center;
    z-index: 1;
    align-items: center;
}.title_opener_web .course_first_web::before {
    z-index: -1;
    width: 100%;
    backdrop-filter: blur(3px);
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    background: linear-gradient(135deg, 
    rgba(var(--primary-color-rgb), 0.85), 
    rgba(var(--secondary-color-rgb), 0.75));
    position: absolute;
}.title_opener_web .course_first_web::after {
    position: absolute;
    background-image: 
    linear-gradient(45deg, rgba(255,255,255,0.06) 25%, transparent 25%), 
    linear-gradient(-45deg, rgba(255,255,255,0.06) 25%, transparent 25%), 
    linear-gradient(45deg, transparent 75%, rgba(255,255,255,0.06) 75%), 
    linear-gradient(-45deg, transparent 75%, rgba(255,255,255,0.06) 75%);
    top: 0;
    background-size: 40px 40px;
    content: "";
    background-position: 0 0, 0 20px, 20px -20px, -20px 0px;
    left: 0;
    opacity: 0.4;
    z-index: -1;
    height: 100%;
    width: 100%;
}.title_opener_web .learn_sessions_web {
    width: 90%;
    transform: perspective(1000px) rotateY(-2deg);
    position: relative;
    background: rgba(var(--white-color-rgb), 0.1);
    max-width: 800px;
    box-shadow: 0 20px 80px rgba(var(--dark-color-rgb), 0.15), 
              0 4px 12px rgba(var(--dark-color-rgb), 0.1),
              0 1px 3px rgba(var(--dark-color-rgb), 0.08);
    border-left: 4px solid rgb(155,179,208);
    padding: 3.5rem;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    backdrop-filter: blur(10px);
}.title_opener_web .learn_sessions_web:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}.title_opener_web .learn_sessions_web::before {
    right: 8px;
    border: 1px solid rgba(var(--primary-color-rgb), 0.3);
    top: -8px;
    position: absolute;
    transition: all 0.4s ease;
    bottom: 8px;
    content: "";
    pointer-events: none;
    z-index: -1;
    left: -8px;
}.title_opener_web .learn_sessions_web:hover::before {
    left: -12px;
    bottom: 12px;
    border-color: rgba(var(--primary-color-rgb), 0.5);
    top: -12px;
    right: 12px;
}.title_opener_web .learn_sessions_web h1 {
    display: inline-block;
    position: relative;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    letter-spacing: -0.02em;
    font-size: clamp(2rem, 5vw, 44px);
    font-weight: 700;
    color: #ffffff;
}.title_opener_web .learn_sessions_web h1::after {
    bottom: -12px;
    height: 6px;
    background: linear-gradient(90deg, rgb(155,179,208), transparent);
    content: "";
    left: 0;
    position: absolute;
    width: 60%;
}.title_opener_web .learn_sessions_web h3 {
    line-height: 1.5;
    margin-bottom: 1.5rem;
    color: rgba(var(--white-color-rgb), 0.9);
    font-size: clamp(1.125rem, 3vw, 1.5rem);
    font-weight: 600;
    max-width: 95%;
}.title_opener_web .learn_sessions_web p {
    font-weight: 400;
    border-left: 2px solid rgba(var(--secondary-color-rgb), 0.6);
    position: relative;
    margin-top: 2rem;
    line-height: 1.6;
    padding-left: 1.5rem;
    color: rgba(var(--white-color-rgb), 0.85);
    transform: translateX(0);
    font-size: clamp(1rem, 2vw, 18px);
    transition: transform 0.5s ease, border-left 0.3s ease;
}.title_opener_web .learn_sessions_web:hover p {
    transform: translateX(5px);
    border-left: 2px solid rgba(var(--secondary-color-rgb), 1);
}

@media (max-width: 991px) {.title_opener_web .learn_sessions_web {
    width: 95%;
    padding: 2.5rem;
}
}

@media (max-width: 767px) {.title_opener_web .course_first_web {
    min-height: 80vh;
}.title_opener_web .learn_sessions_web {
    transform: perspective(1000px) rotateY(0deg);
    padding: 2rem;
}.title_opener_web .learn_sessions_web h1 {
    margin-bottom: 1.25rem;
}.title_opener_web .learn_sessions_web h3 {
    margin-bottom: 1.25rem;
    max-width: 100%;
}.title_opener_web .learn_sessions_web p {
    padding-left: 1rem;
}
}

@media (max-width: 576px) {.title_opener_web .learn_sessions_web {
    padding: 1.5rem;
    width: 90%;
}.title_opener_web .learn_sessions_web::before {
    display: none;
}.title_opener_web .learn_sessions_web h1::after {
    width: 50%;
    height: 4px;
    bottom: -8px;
}.title_opener_web .learn_sessions_web p {
    margin-top: 1.5rem;
}
}

@media (max-width: 480px) {.title_opener_web .course_first_web {
    min-height: 70vh;
}.title_opener_web .learn_sessions_web {
    padding: 1.25rem;
}
}

@media (prefers-reduced-motion: reduce) {.title_opener_web .learn_sessions_web {
    transform: none;
    transition: box-shadow 0.3s ease;
}.title_opener_web .learn_sessions_web:hover {
    transform: none;
}.title_opener_web .learn_sessions_web::before {
    transition: none;
}.title_opener_web .learn_sessions_web:hover p {
    transform: none;
}}header {
    position: relative;
    z-index: 100;
    box-shadow: 0 5px 15px rgb(155,179,208,0.5);
    padding: 1.5rem 0;
    background: linear-gradient(to right, rgb(189,213,243), #ffffff);
}header .container {
    padding: 0 1.5rem;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}header .nav_pro_web {
    flex-direction: column;
    display: flex;
    gap: 1.2rem;
    align-items: center;
}header .site_prime_web {
    border-radius: 10px;
    padding: 0.5rem;
    display: block;
    position: relative;
    margin-bottom: 0.5rem;
    transition: all 0.3s ease;
    text-decoration: none;
}header .site_prime_web::after {
    height: 2px;
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    background: linear-gradient(to right, transparent, rgb(155,179,208), transparent);
    opacity: 0.7;
    width: 100%;
}header .site_prime_web svg {
    height: auto;
    width: 180px;
    transition: transform 0.3s ease;
}header .site_prime_web:hover svg {
    transform: scale(1.05);
}header .first_lesson_web {
    display: flex;
    width: 100%;
    padding: 0.8rem;
    flex-wrap: wrap;
    gap: 0.5rem;
    border-radius: 23px;
    justify-content: center;
    background: linear-gradient(to right, rgb(155,179,208,0.5), rgb(119,143,173,0.5));
}header .top_learn_web {
    color: #000000;
    padding: 0.6rem 1.2rem;
    font-size: 14px;
    font-weight: 400;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    text-decoration: none;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    border-radius: 10px;
}header .top_learn_web:hover {
    box-shadow: 0 4px 8px rgb(155,179,208,0.5);
    color: #ffffff;
    background: linear-gradient(135deg, rgb(155,179,208), rgb(119,143,173));
    transform: translateY(-2px);
}

@media (max-width: 991px) {header {
    padding: 1.2rem 0;
}header .site_prime_web svg {
    width: 160px;
}header .first_lesson_web {
    padding: 0.7rem;
}header .top_learn_web {
    padding: 0.5rem 1rem;
    font-size: calc(14px - 1px);
}
}

@media (max-width: 767px) {header {
    padding: 1rem 0;
}header .nav_pro_web {
    gap: 1rem;
}header .site_prime_web svg {
    width: 140px;
}header .first_lesson_web {
    padding: 0.6rem;
    gap: 0.4rem;
}header .top_learn_web {
    padding: 0.4rem 0.8rem;
    font-size: calc(14px - 2px);
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .nav_pro_web {
    gap: 0.8rem;
}header .site_prime_web svg {
    width: 120px;
}header .first_lesson_web {
    justify-content: flex-start;
    overflow-x: auto;
    padding: 0.5rem;
    flex-wrap: nowrap;
}header .first_lesson_web::-webkit-scrollbar {
    height: 3px;
}header .first_lesson_web::-webkit-scrollbar-thumb {
    background: rgb(155,179,208);
    border-radius: 10px;
}header .top_learn_web {
    font-size: calc(14px - 2px);
    flex-shrink: 0;
    padding: 0.4rem 0.7rem;
    white-space: nowrap;
}}.secure_enclave_web {
    --section-padding: clamp(2rem, 7vw, 5rem);
    --heading-gradient: linear-gradient(135deg, rgb(155,179,208), rgb(119,143,173));
    --text-shadow-subtle: 0 1px 2px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    --content-spacing: clamp(1.5rem, 5vw, 3.5rem);
    padding: var(--section-padding) 0;
    background: linear-gradient(145deg, rgb(189,213,243), rgba(255, 255, 255, 0.97));
    position: relative;
}.secure_enclave_web::before {
    left: 0;
    opacity: 0.07;
    width: 100%;
    content: "";
    top: 0;
    height: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(155,179,208,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(119,143,173,0.5) 0%, transparent 50%);
    position: absolute;
    pointer-events: none;
    z-index: 0;
}.secure_enclave_web::after {
    filter: blur(30px);
    background: linear-gradient(145deg, rgb(155,179,208,0.5), rgb(119,143,173,0.5));
    z-index: 0;
    width: 25%;
    position: absolute;
    height: 50%;
    animation: ambient-shift 25s ease-in-out infinite alternate;
    top: -5%;
    transform: rotate(-15deg) skewX(15deg);
    content: "";
    opacity: 0.03;
    right: -10%;
}.secure_enclave_web .container {
    overflow: hidden;
    z-index: 1;
    background: #ffffff;
    padding: clamp(1.5rem, 5vw, 3rem);
    position: relative;
    box-shadow: 
        0 10px 30px -10px rgba(rgba(0, 0, 0, 0.5), 0.07),
        0 1px 3px rgba(rgba(0, 0, 0, 0.5), 0.05);
    max-width: min(90%, 1200px);
    transform: translateZ(0);
    margin: 0 auto;
}.secure_enclave_web .container::before {
    z-index: 2;
    top: 0;
    height: 5px;
    background: var(--heading-gradient);
    left: 0;
    position: absolute;
    content: "";
    width: 100%;
}.secure_enclave_web h1 {
    letter-spacing: -0.02em;
    font-weight: 700;
    color: #000000;
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: calc(var(--content-spacing) * 0.8);
    position: relative;
}.secure_enclave_web h1::after {
    position: absolute;
    width: 80px;
    left: 0;
    content: "";
    bottom: -15px;
    transform-origin: left;
    height: 3px;
    background: var(--heading-gradient);
    transition: transform 0.3s ease-out;
}.secure_enclave_web h2 {
    color: #000000;
    position: relative;
    padding-left: 15px;
    font-weight: 600;
    margin: calc(var(--content-spacing) * 1.2) 0 calc(var(--content-spacing) * 0.5);
    font-size: 29px;
}.secure_enclave_web h2::before {
    position: absolute;
    height: 75%;
    top: 0.25em;
    content: "";
    transition: transform 0.3s ease;
    transform-origin: bottom;
    transform: scaleY(1);
    left: 0;
    width: 5px;
    background: rgb(119,143,173);
}.secure_enclave_web h3 {
    border-bottom: 1px solid rgba(rgba(0, 0, 0, 0.5), 0.1);
    font-size: calc(29px * 0.85);
    color: #000000;
    font-weight: 600;
    margin: calc(var(--content-spacing) * 0.8) 0 calc(var(--content-spacing) * 0.4);
    padding-bottom: 0.5rem;
}.secure_enclave_web h4 {
    margin: calc(var(--content-spacing) * 0.7) 0 calc(var(--content-spacing) * 0.3);
    font-weight: 600;
    color: #000000;
    opacity: 0.9;
    font-size: calc(29px * 0.7);
}.secure_enclave_web p {
    line-height: 1.7;
    color: #000000;
    font-size: 17px;
    margin-bottom: calc(var(--content-spacing) * 0.7);
    max-width: 80ch;
}.secure_enclave_web strong {
    font-weight: 600;
    display: inline-block;
    position: relative;
    color: rgb(155,179,208);
}.secure_enclave_web span {
    line-height: 1.7;
    margin-bottom: calc(var(--content-spacing) * 0.7);
    position: relative;
    display: block;
    font-size: 17px;
    color: #000000;
    padding-left: 1rem;
}.secure_enclave_web span::before {
    background-color: rgb(119,143,173,0.5);
    position: absolute;
    content: "";
    height: calc(100% - 0.6em);
    top: 0.3em;
    left: 0;
    width: 3px;
}.secure_enclave_web ul {
    margin: calc(var(--content-spacing) * 0.5) 0 calc(var(--content-spacing) * 0.8);
    padding-left: 1.5rem;
    list-style: none;
}.secure_enclave_web li {
    color: #000000;
    margin-bottom: 1rem;
    line-height: 1.6;
    font-size: 17px;
    padding-left: 1.5rem;
    position: relative;
}.secure_enclave_web li::before {
    transform: rotate(45deg);
    width: 8px;
    opacity: 0.8;
    height: 8px;
    background: rgb(155,179,208);
    top: 0.5em;
    position: absolute;
    left: 0;
    border-radius: 1px;
    content: "";
}

@media (max-width: 768px) {.secure_enclave_web .container {
    padding: 1.5rem;
}.secure_enclave_web h1 {
    font-size: calc(42px * 0.8);
}.secure_enclave_web h2 {
    padding-left: 12px;
    font-size: calc(29px * 0.85);
}.secure_enclave_web p, 
    .secure_enclave_web span,
    .secure_enclave_web li {
    font-size: calc(17px * 0.95);
}.secure_enclave_web ul {
    padding-left: 0.5rem;
}.secure_enclave_web h1::after {
    width: 60px;
}
}

@media (max-width: 480px) {.secure_enclave_web {
    --content-spacing: 1.2rem;
}.secure_enclave_web .container {
    padding: 1.2rem;
}.secure_enclave_web h1 {
    font-size: calc(42px * 0.7);
}.secure_enclave_web h2 {
    font-size: calc(29px * 0.75);
    padding-left: 10px;
}.secure_enclave_web h2::before {
    width: 4px;
}.secure_enclave_web p, 
    .secure_enclave_web span,
    .secure_enclave_web li {
    line-height: 1.6;
    font-size: calc(17px * 0.9);
}.secure_enclave_web li {
    margin-bottom: 0.8rem;
    padding-left: 1.2rem;
}.secure_enclave_web li::before {
    width: 6px;
    height: 6px;
}.secure_enclave_web h1::after {
    width: 50px;
    height: 2px;
}
}

@keyframes ambient-shift {
    0% {
        opacity: 0.02;
        transform: rotate(-15deg) skewX(15deg) translate(0, 0);
    }
    50% {
        opacity: 0.04;
        transform: rotate(-12deg) skewX(12deg) translate(2%, 5%);
    }
    100% {
        opacity: 0.03;
        transform: rotate(-18deg) skewX(18deg) translate(-2%, -3%);
    }
}

@media (hover: hover) {.secure_enclave_web h2:hover::before {
    transform: scaleY(1.2);
}.secure_enclave_web .container:hover h1::after {
    transform: scaleX(1.1);
}.secure_enclave_web li:hover::before {
    transform: rotate(135deg);
    transition: transform 0.3s ease;
}}.privacyPolicyOverlay_web {
    background: rgb(119,143,173);
    box-shadow: 0 -10px 30px rgb(155,179,208,0.5);
    animation: slideIn 0.5s ease-in-out;
    z-index: 90;
    bottom: 0;
    border-top: 2px solid rgb(155,179,208);
    position: fixed;
    width: 100%;
}@keyframes slideIn {
    from {
        bottom: -100px;
        opacity: 0;
    }
    to {
        bottom: 0;
        opacity: 1;
    }
}
.cookie_notice_web {
    background: linear-gradient(135deg, rgb(119,143,173) 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 20px 5%;
    box-shadow: 0 0 20px rgb(155,179,208,0.5);
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
    align-items: center;
}.data_agree_web {
    flex-shrink: 0;
    border-radius: 16px;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
    overflow: hidden;
    margin-right: 20px;
    box-shadow: 0 0 15px rgb(155,179,208);
}.data_agree_web svg, .data_agree_web svg path {
    fill: rgb(155,179,208);
    height: 60px;
    width: 60px;
    transition: transform 0.3s ease;
}.data_agree_web:hover svg {
    transform: rotate(20deg);
}.learn_cookies_web {
    flex: 1;
    min-width: 300px;
    color: #ffffff;
}.learn_cookies_web h5 {
    color: rgb(155,179,208);
    font-weight: 700;
    font-size: 21px;
    text-shadow: 0 0 10px rgb(155,179,208);
    margin-bottom: 10px;
}.learn_cookies_web p {
    margin-bottom: 0;
    text-shadow: 0 0 5px rgb(155,179,208,0.5);
    color: #ffffff;
    font-size: 14px;
}.cookie_none_web {
    transition: background 0.3s ease, box-shadow 0.3s ease;
    white-space: nowrap;
    padding: 12px 25px;
    border-radius: 10px;
    font-size: 17px;
    text-decoration: none;
    cursor: pointer;
    background: rgb(155,179,208);
    box-shadow: 0 0 10px rgb(155,179,208,0.5);
    margin-left: 10px;
    color: #000000;
}.cookie_none_web:hover {
    box-shadow: 0 0 20px rgb(119,143,173,0.5);
    background: rgb(119,143,173);
}.privacyPolicyOverlay_web p a {
    color: rgb(155,179,208);
    text-decoration: underline;
    transition: color 0.3s ease;
}.privacyPolicyOverlay_web p a:hover {
    color: rgb(119,143,173);
}#cookie_popup_info_web {
    display: none;
}#cookie_popup_info_web:checked ~ .privacyPolicyOverlay_web {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 1200px) {.privacyPolicyOverlay_web {
    padding: 20px;
}.cookie_notice_web {
    padding: 20px 2%;
}
}
@media only screen and (max-width: 800px) {.data_agree_web {
    display: none;
}.cookie_notice_web {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}.learn_cookies_web {
    text-align: center;
    margin-bottom: 20px;
}.privacyPolicyOverlay_web h5, .privacyPolicyOverlay_web p {
    text-align: center;
}.cookie_none_web {
    width: 100%;
    text-align: center;
    margin-left: 0;
    margin-top: 10px;
}}
.sign_up_web {
    padding: 4rem 0;
    background: linear-gradient(135deg, rgb(155,179,208,0.5) 0%, rgb(119,143,173) 100%);
    overflow: hidden;
    position: relative;
}.sign_up_web::before {
    animation: subtle-shift 20s infinite linear;
    z-index: 0;
    content: '';
    width: 110%;
    position: absolute;
    height: 110%;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 15px,
        rgba(255, 255, 255, 0.03) 15px,
        rgba(255, 255, 255, 0.03) 30px
    );
    top: -5%;
    left: -5%;
}.sign_up_web::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.1));
    width: 40%;
    height: 100%;
    z-index: 1;
    transform: skewX(-15deg) translateX(10%);
}.sign_up_web .container {
    z-index: 2;
    padding: 0 2rem;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.sign_up_web .expert_study_web {
    padding: 3rem;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    backdrop-filter: blur(8px);
    grid-template-columns: 1fr;
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.15),
        0 2px 8px rgba(0, 0, 0, 0.1);
    border-left: 4px solid rgb(119,143,173);
    gap: 2.5rem;
    transform: perspective(1000px) rotateY(-1deg);
    background: rgba(255, 255, 255, 0.08);
    display: grid;
}.sign_up_web .expert_study_web:hover {
    transform: perspective(1000px) rotateY(0deg);
}.sign_up_web h4 {
    line-height: 1.4;
    font-weight: 600;
    margin: 0 0 1rem;
    font-size: calc(18px * 1.05);
    padding-left: 0;
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    transition: padding-left 0.4s ease;
    position: relative;
    letter-spacing: 0.01em;
}.sign_up_web h4::before {
    width: 10px;
    position: absolute;
    transition: transform 0.4s ease, opacity 0.4s ease;
    content: '';
    left: -20px;
    opacity: 0;
    top: 50%;
    background: rgb(119,143,173);
    transform: translateY(-50%) scale(0);
    height: 10px;
}.sign_up_web .expert_study_web:hover h4 {
    padding-left: 20px;
}.sign_up_web .expert_study_web:hover h4::before {
    opacity: 1;
    transform: translateY(-50%) scale(1);
}.sign_up_web .input_holder {
    z-index: 5;
    flex-direction: column;
    gap: 1rem;
    display: flex;
    position: relative;
}.sign_up_web .input_holder span {
    position: relative;
    overflow: hidden;
    display: block;
}.sign_up_web .input_holder span::after {
    width: 100%;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    height: 2px;
    transform-origin: left;
    background: linear-gradient(to right, rgb(119,143,173), rgb(155,179,208));
    transform: scaleX(0);
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
}.sign_up_web .input_holder span:hover::after,
.sign_up_web .input_holder span:focus-within::after {
    transform: scaleX(1);
}.sign_up_web input[type="email"] {
    font-size: calc(13px * 1.05);
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 1.2rem 1.5rem;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.12);
    transition: background 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
    outline: none;
    font-family: Arial, sans-serif;
}.sign_up_web input[type="email"]::placeholder {
    transition: color 0.3s ease, transform 0.3s ease;
    color: rgba(255, 255, 255, 0.6);
}.sign_up_web input[type="email"]:focus {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.18);
}.sign_up_web input[type="email"]:focus::placeholder {
    color: rgba(255, 255, 255, 0.4);
    transform: translateX(5px);
}.sign_up_web .subscribe_alert_web {
    cursor: pointer;
    background: rgb(119,143,173);
    position: relative;
    font-weight: 600;
    transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    color: #ffffff;
    width: 100%;
    overflow: hidden;
    border: none;
    padding: 1.2rem 1.8rem;
    font-size: 18px;
}.sign_up_web .subscribe_alert_web:hover {
    box-shadow: 
        0 5px 15px rgba(0, 0, 0, 0.15),
        0 0 0 2px rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
    background: linear-gradient(45deg, rgb(119,143,173), rgb(155,179,208));
}.sign_up_web .subscribe_alert_web::before {
    left: -100%;
    height: 100%;
    content: '';
    background: linear-gradient(
        to right,
        transparent 0%,
        rgba(255, 255, 255, 0.2) 50%,
        transparent 100%
    );
    top: 0;
    width: 100%;
    position: absolute;
    transition: left 0.6s ease;
}.sign_up_web .subscribe_alert_web:hover::before {
    left: 100%;
}

@keyframes subtle-shift {
    0% {
        transform: translateX(0) translateY(0);
    }
    25% {
        transform: translateX(5px) translateY(-5px);
    }
    50% {
        transform: translateX(0) translateY(0);
    }
    75% {
        transform: translateX(-5px) translateY(5px);
    }
    100% {
        transform: translateX(0) translateY(0);
    }
}

@media (min-width: 768px) {.sign_up_web {
    padding: 5rem 0;
}.sign_up_web .expert_study_web {
    padding: 3.5rem 4rem;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}.sign_up_web h4 {
    font-size: calc(18px * 1.1);
    margin: 0;
}.sign_up_web .input_holder {
    flex-direction: row;
}.sign_up_web .input_holder span:first-child {
    flex: 1;
}.sign_up_web .subscribe_alert_web {
    white-space: nowrap;
    width: auto;
}
}

@media (min-width: 992px) {.sign_up_web .expert_study_web {
    padding: 4rem 5rem;
    gap: 4rem;
}.sign_up_web h4 {
    font-size: calc(18px * 1.15);
}.sign_up_web .expert_study_web::before {
    border-radius: 50%;
    z-index: -1;
    content: '';
    border: 1px solid rgba(255, 255, 255, 0.1);
    top: -60px;
    position: absolute;
    width: 120px;
    height: 120px;
    right: -60px;
}.sign_up_web .expert_study_web::after {
    z-index: -1;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: absolute;
    content: '';
    border-radius: 50%;
    height: 80px;
    bottom: -40px;
    width: 80px;
    left: -40px;
}
}

@media (max-width: 767px) {.sign_up_web {
    padding: 3rem 0;
}.sign_up_web .expert_study_web {
    padding: 2rem;
}.sign_up_web h4 {
    text-align: center;
    font-size: 18px;
}.sign_up_web .input_holder {
    gap: 0.8rem;
}.sign_up_web input[type="email"],
    .sign_up_web .subscribe_alert_web {
    padding: 1rem;
}
}

@media (max-width: 480px) {.sign_up_web {
    padding: 2.5rem 0;
}.sign_up_web .container {
    padding: 0 1rem;
}.sign_up_web .expert_study_web {
    padding: 1.5rem;
}.sign_up_web h4 {
    font-size: calc(18px * 0.9);
}}.attempt_now_web {
    background: linear-gradient(135deg, rgb(155,179,208), rgb(119,143,173));
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding: 6rem 2rem;
}.attempt_now_web::before {
    height: 100%;
    left: 0;
    top: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 5px,
        transparent 5px,
        transparent 10px
    );
    content: "";
    z-index: -1;
    position: absolute;
    width: 100%;
}.attempt_now_web::after {
    bottom: -5px;
    height: 10px;
    background: rgb(255, 255, 255, 0.5);
    position: absolute;
    z-index: 2;
    content: "";
    left: 0;
    clip-path: polygon(0% 0%, 2% 100%, 4% 0%, 6% 100%, 8% 0%, 10% 100%, 12% 0%, 14% 100%, 16% 0%, 18% 100%, 20% 0%, 22% 100%, 24% 0%, 26% 100%, 28% 0%, 30% 100%, 32% 0%, 34% 100%, 36% 0%, 38% 100%, 40% 0%, 42% 100%, 44% 0%, 46% 100%, 48% 0%, 50% 100%, 52% 0%, 54% 100%, 56% 0%, 58% 100%, 60% 0%, 62% 100%, 64% 0%, 66% 100%, 68% 0%, 70% 100%, 72% 0%, 74% 100%, 76% 0%, 78% 100%, 80% 0%, 82% 100%, 84% 0%, 86% 100%, 88% 0%, 90% 100%, 92% 0%, 94% 100%, 96% 0%, 98% 100%, 100% 0%);
    width: 100%;
}.attempt_now_web .container {
    max-width: 1200px;
    gap: 3rem;
    display: grid;
    transform-origin: center bottom;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    transform: perspective(1000px) rotateX(2deg);
    grid-template-columns: 1fr;
}.attempt_now_web h6 {
    position: relative;
    color: #ffffff;
    transform: translateZ(30px);
    text-align: center;
    animation: float 6s ease-in-out infinite;
    margin: 0;
    font-weight: 700;
    line-height: 1.5;
    font-size: calc(21px * 1.2);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    letter-spacing: 0.02em;
}.attempt_now_web .container > div {
    position: relative;
    align-items: center;
    justify-content: center;
    display: flex;
}.attempt_now_web .container > div::before {
    background: linear-gradient(90deg, transparent, rgb(255, 255, 255, 0.5), transparent);
    position: absolute;
    width: 100%;
    max-width: 600px;
    height: 1px;
    content: "";
    top: -1.5rem;
}.attempt_now_web .container > div span {
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    display: inline-block;
    transform: translateZ(40px);
}.attempt_now_web .container > div span:hover {
    transform: translateZ(50px) scale(1.05);
}.attempt_now_web .reach_feedback_web {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    color: #000000;
    background: #ffffff;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    font-weight: 600;
    font-size: 19px;
    text-decoration: none;
    display: inline-block;
    padding: 1.2rem 2.5rem;
    transform-style: preserve-3d;
}.attempt_now_web .reach_feedback_web::before {
    transform: translateX(-100%);
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
    background: linear-gradient(135deg, transparent 20%, rgba(255, 255, 255, 0.2) 40%, transparent 60%);
    position: absolute;
    content: "";
    left: 0;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}.attempt_now_web .reach_feedback_web span {
    z-index: 2;
    position: relative;
}.attempt_now_web .reach_feedback_web:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2), 0 8px 20px rgba(0, 0, 0, 0.15);
    background: linear-gradient(to right, #ffffff, rgb(255, 255, 255, 0.5));
    transform: translateY(-5px) scale(1.02);
}.attempt_now_web .reach_feedback_web:hover::before {
    transform: translateX(100%);
}.attempt_now_web .reach_feedback_web:active {
    transform: translateY(-2px) scale(0.98);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

@keyframes float {
    0%, 100% {
        transform: translateZ(30px) translateY(0);
    }
    50% {
        transform: translateZ(30px) translateY(-10px);
    }
}

@media screen and (min-width: 768px) {.attempt_now_web {
    padding: 8rem 4rem;
}.attempt_now_web .container {
    gap: 4rem;
    grid-template-columns: 2fr 1fr;
    align-items: center;
}.attempt_now_web h6 {
    text-align: left;
    font-size: calc(21px * 1.5);
}.attempt_now_web .container > div {
    justify-content: flex-end;
}.attempt_now_web .container > div::before {
    top: 50%;
    max-height: 100px;
    transform: translateY(-50%);
    left: -2rem;
    width: 1px;
    background: linear-gradient(180deg, transparent, rgb(255, 255, 255, 0.5), transparent);
    height: 80%;
}
}

@media screen and (min-width: 1200px) {.attempt_now_web {
    padding: 10rem 6rem;
}.attempt_now_web .container {
    grid-template-columns: 3fr 1fr;
}.attempt_now_web h6 {
    line-height: 1.6;
    font-size: calc(21px * 1.8);
}.attempt_now_web .reach_feedback_web {
    font-size: calc(19px * 1.2);
    padding: 1.5rem 3rem;
}
}

@media (hover: none) {.attempt_now_web .container {
    transform: none;
}.attempt_now_web h6 {
    animation: none;
    transform: none;
}.attempt_now_web .container > div span {
    transform: none;
}.attempt_now_web .container > div span:hover {
    transform: none;
}.attempt_now_web .reach_feedback_web:hover {
    transform: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
}
}

@media (prefers-reduced-motion) {.attempt_now_web h6 {
    animation: none;
}.attempt_now_web .reach_feedback_web::before {
    transition: none;
}}footer {
    width: 100%;
    position: relative;
}.quiz_links_web {
    padding: 0 0 30px;
    position: relative;
    overflow: hidden;
    font-family: Arial, sans-serif;
}footer .discuss_cta_web {
    position: relative;
    z-index: 1;
}footer .help_form_web {
    display: flex;
    margin-bottom: 70px;
    flex-wrap: wrap;
    color: #ffffff;
    padding: 40px 20px;
    position: relative;
    gap: 20px;
    justify-content: center;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    background-color: rgb(119,143,173);
}footer .help_form_web::after {
    content: "";
    pointer-events: none;
    top: 0;
    width: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    left: 0;
    position: absolute;
    height: 100%;
}footer .info_item {
    flex: 1 1 200px;
    padding: 10px 20px;
    align-items: center;
    transition: all 0.3s ease;
    background-color: rgba(0, 0, 0, 0.2);
    max-width: 300px;
    border-radius: 10px;
    display: flex;
}footer .info_item:hover {
    background-color: rgba(0, 0, 0, 0.3);
    transform: translateY(-5px);
}footer .info_item svg {
    width: 22px;
    flex-shrink: 0;
    height: 22px;
    fill: #ffffff;
    margin-right: 15px;
}footer .info_item p,
footer .info_item a {
    text-decoration: none;
    color: #ffffff;
    font-size: 12px;
}footer .info_item a:hover {
    text-decoration: underline;
}footer .text_main_holder {
    grid-template-columns: 1fr;
    gap: 40px;
    display: grid;
    margin-top: -30px;
    position: relative;
}footer .text_main_holder::before {
    background-color: #ffffff;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 100%);
    height: 100%;
    position: absolute;
}footer .nav_header_web {
    text-align: center;
    padding-top: 60px;
}footer .nav_header_web svg {
    margin-bottom: 15px;
    height: 45px;
    width: auto;
}footer .footer_disclaimer_web {
    line-height: 1.6;
    max-width: 350px;
    margin: 0 auto;
    color: #000000;
    font-size: 16px;
    text-align: center;
}footer .first_lesson_web {
    background-color: rgb(189,213,243);
    position: relative;
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
    margin: 0 20px;
    padding: 30px;
}footer .first_lesson_web h5 {
    margin-bottom: 25px;
    color: #000000;
    display: inline-block;
    font-weight: 600;
    position: relative;
    font-size: 23px;
}footer .first_lesson_web h5::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, rgb(155,179,208), transparent);
}footer .top_base_web {
    margin-bottom: 25px;
    flex-direction: column;
    gap: 10px 30px;
    flex-wrap: wrap;
    display: flex;
}footer .top_base_web a {
    padding: 8px 0;
    color: #000000;
    text-decoration: none;
    font-size: 12px;
    flex: 1 0 calc(50% - 30px);
    position: relative;
    transition: all 0.3s ease;
}footer .top_base_web a::after {
    width: 0;
    bottom: 0;
    position: absolute;
    height: 1px;
    background-color: rgb(155,179,208);
    left: 0;
    transition: width 0.3s ease;
    content: "";
}footer .top_base_web a:hover {
    color: rgb(155,179,208);
    padding-left: 5px;
}footer .top_base_web a:hover::after {
    width: 100%;
}footer .subscribe_holder {
    margin: 0 20px;
    background-color: rgb(155,179,208);
    position: relative;
    padding: 30px;
    color: #ffffff;
    clip-path: polygon(0 0, 95% 0, 100% 100%, 5% 100%);
}footer .subscribe_holder::before {
    width: 100%;
    top: 0;
    content: "";
    position: absolute;
    height: 100%;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.1) 0%, transparent 50%);
    pointer-events: none;
    left: 0;
}footer .subscribe_holder h5 {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 23px;
}footer .subscribe_holder p {
    margin-bottom: 25px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    font-size: 12px;
}footer .input_holder {
    gap: 15px;
    display: flex;
    flex-direction: column;
    position: relative;
}footer .input_holder input[type="email"] {
    padding: 15px;
    font-size: 12px;
    border: none;
    transition: all 0.3s ease;
    border-radius: 10px;
}footer .input_holder input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
    outline: none;
}footer .subscribe_alert_web {
    padding: 15px;
    font-size: 16px;
    border-radius: 10px;
    transition: all 0.3s ease;
    color: #ffffff;
    font-weight: 600;
    border: none;
    cursor: pointer;
    background-color: #000000;
}footer .subscribe_alert_web:hover {
    background-color: rgb(119,143,173);
}footer .eng_center_web {
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
    margin-top: 60px;
    padding-top: 20px;
}footer .campus_links_web {
    text-align: center;
    font-size: 16px;
    color: #000000;
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .subscribe_alert_web {
    white-space: nowrap;
}footer .nav_header_web {
    padding-top: 80px;
}
}

@media (max-width: 767px) {footer .help_form_web {
    padding: 30px 15px 50px;
}footer .first_lesson_web, footer .subscribe_holder {
    margin: 0 10px;
    padding: 25px 20px;
}footer .eng_center_web {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .help_form_web {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}footer .first_lesson_web h5, footer .subscribe_holder h5 {
    font-size: calc(23px - 2px);
}footer .top_base_web a {
    flex: 1 0 100%;
}footer .input_holder input[type="email"],
    footer .subscribe_alert_web {
    padding: 12px;
}}.course_summary_web {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(189,213,243) 0%, rgba(240, 240, 245, 0.9) 100%);
    padding: 90px 0;
}.course_summary_web::before {
    width: 45%;
    right: 0;
    height: 100%;
    position: absolute;
    content: "";
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 30% 0);
    top: 0;
    z-index: 1;
    background: linear-gradient(225deg, rgb(155,179,208,0.5) 0%, transparent 80%);
}.course_summary_web::after {
    bottom: 0;
    width: 100%;
    left: 0;
    position: absolute;
    height: 8px;
    background: linear-gradient(90deg, rgb(155,179,208) 0%, rgb(119,143,173) 50%, rgb(155,179,208) 100%);
    z-index: 2;
    content: "";
}.course_summary_web .container {
    position: relative;
    z-index: 3;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
}.course_summary_web .skill_work_web {
    position: relative;
    gap: 40px;
    grid-template-columns: 1fr;
    display: grid;
}.course_summary_web .img_overlay_web {
    transform: perspective(1000px) rotateY(-2deg);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    height: 380px;
    position: relative;
}.course_summary_web .img_overlay_web::before {
    height: 100%;
    z-index: 1;
    top: 0;
    background: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.4));
    width: 100%;
    left: 0;
    content: "";
    position: absolute;
}.course_summary_web .img_overlay_web::after {
    position: absolute;
    z-index: 2;
    border-top: 4px solid rgb(119,143,173);
    right: -10px;
    height: 80px;
    content: "";
    top: -10px;
    border-right: 4px solid rgb(119,143,173);
    width: 80px;
}.course_summary_web .img_overlay_web:hover {
    transform: perspective(1000px) rotateY(0);
}.course_summary_web .text_card_web {
    padding: 30px;
    transition: transform 0.5s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    background: rgba(255, 255, 255, 0.9);
    transform: translateY(0);
    position: relative;
    backdrop-filter: blur(10px);
}.course_summary_web .text_card_web:hover {
    transform: translateY(-5px);
}.course_summary_web .text_card_web::before {
    top: 0;
    height: 100%;
    width: 4px;
    content: "";
    left: 0;
    position: absolute;
    background: linear-gradient(to bottom, rgb(155,179,208), rgb(119,143,173));
}.course_summary_web h3 {
    font-size: calc(24px * 1.1);
    margin-bottom: 25px;
    line-height: 1.4;
    position: relative;
    font-weight: 700;
    color: #000000;
    padding-bottom: 15px;
}.course_summary_web h3::after {
    background: rgb(155,179,208);
    left: 0;
    width: 80px;
    height: 3px;
    bottom: 0;
    position: absolute;
    content: "";
}.course_summary_web .description {
    overflow-y: auto;
    font-size: 12px;
    color: #000000;
    line-height: 1.8;
    padding-right: 15px;
    max-height: 250px;
    margin-bottom: 20px;
}.course_summary_web .description::-webkit-scrollbar {
    width: 4px;
}.course_summary_web .description::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
}.course_summary_web .description::-webkit-scrollbar-thumb {
    background: rgb(155,179,208,0.5);
    border-radius: 10px;
}.course_summary_web span.description {
    display: none;
}

@media (min-width: 768px) {.course_summary_web {
    padding: 120px 0;
}.course_summary_web .skill_work_web {
    align-items: center;
    grid-template-columns: 1fr 1fr;
}.course_summary_web .img_overlay_web {
    height: 450px;
    clip-path: polygon(0 0, 100% 5%, 95% 95%, 0 100%);
}.course_summary_web .text_card_web {
    transform: translateX(-50px);
    z-index: 4;
}.course_summary_web .text_card_web:hover {
    transform: translateX(-60px) translateY(0);
}.course_summary_web h3 {
    font-size: 28px;
}.course_summary_web .description {
    max-height: 350px;
}
}

@media (min-width: 992px) {.course_summary_web .skill_work_web {
    gap: 60px;
}.course_summary_web .img_overlay_web {
    height: 500px;
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.3);
}.course_summary_web .text_card_web {
    transform: translateX(-80px);
    padding: 50px;
}.course_summary_web .text_card_web:hover {
    transform: translateX(-90px) translateY(0);
}.course_summary_web h3 {
    margin-bottom: 30px;
}.course_summary_web .description {
    line-height: 1.9;
    max-height: 400px;
    font-size: calc(12px * 1.05);
}
}

@media (max-width: 767px) {.course_summary_web {
    padding: 60px 0;
}.course_summary_web::before {
    clip-path: polygon(100% 0, 100% 30%, 0 100%, 0 70%);
    width: 100%;
    opacity: 0.3;
}.course_summary_web .img_overlay_web {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    height: 280px;
}.course_summary_web .text_card_web {
    padding: 25px 20px;
    margin-top: -30px;
}.course_summary_web h3 {
    margin-bottom: 20px;
    padding-bottom: 12px;
    font-size: calc(24px * 1.05);
}.course_summary_web .description {
    max-height: 200px;
    line-height: 1.7;
    font-size: calc(12px * 0.95);
}}.leadership_experience_web {
    position: relative;
    padding: 5rem 2rem;
    background: linear-gradient(135deg, rgb(189,213,243), rgb(155,179,208,0.5));
    overflow: hidden;
}.leadership_experience_web::before {
    left: 0;
    z-index: 1;
    top: 0;
    background: repeating-linear-gradient(45deg, rgb(119,143,173,0.5) 0px, transparent 2px, transparent 10px);
    content: "";
    width: 100%;
    opacity: 0.1;
    height: 100%;
    position: absolute;
}.leadership_experience_web .success_stories_web {
    overflow: hidden;
    padding: 0;
    background: #ffffff;
    gap: 4rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    display: flex;
    max-width: 1200px;
    position: relative;
    border-radius: 19px;
    z-index: 2;
    margin: 0 auto;
    align-items: center;
}.leadership_experience_web .img_overlay_web {
    transition: all 0.4s ease;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    width: 40%;
    position: relative;
    height: 450px;
    flex-shrink: 0;
}.leadership_experience_web .img_overlay_web::after {
    position: absolute;
    background: linear-gradient(135deg, rgb(155,179,208,0.5), transparent);
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    content: "";
    opacity: 0.5;
}.leadership_experience_web .exp_flex_web {
    width: 60%;
    position: relative;
    padding: 3rem;
}.leadership_experience_web .name {
    color: #000000;
    position: relative;
    font-size: 34px;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 0.5rem;
}.leadership_experience_web .name::after {
    transition: width 0.3s ease;
    height: 3px;
    bottom: -8px;
    left: 0;
    width: 50%;
    position: absolute;
    content: "";
    background: rgb(155,179,208);
}.leadership_experience_web .exp_flex_web > div:nth-child(2) {
    margin-bottom: 1.5rem;
    font-size: 22px;
    color: rgb(119,143,173);
    font-weight: 600;
    padding-left: 2px;
}.leadership_experience_web .emp_tasks_web {
    font-family: Arial, sans-serif;
    padding-left: 1.5rem;
    font-size: 15px;
    color: #000000;
    line-height: 1.6;
    position: relative;
}.leadership_experience_web .emp_tasks_web::before {
    opacity: 0.4;
    top: -2rem;
    color: rgb(155,179,208,0.5);
    left: -1rem;
    position: absolute;
    content: "";
    font-size: 4rem;
}.leadership_experience_web .success_stories_web:hover .img_overlay_web {
    transform: scale(1.03);
}.leadership_experience_web .success_stories_web:hover .name::after {
    width: 100%;
}

@media (max-width: 992px) {.leadership_experience_web .success_stories_web {
    gap: 2rem;
    flex-direction: column;
}.leadership_experience_web .img_overlay_web {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    width: 100%;
    height: 350px;
}.leadership_experience_web .exp_flex_web {
    width: 100%;
    padding: 0 2rem 2rem;
}
}

@media (max-width: 576px) {.leadership_experience_web {
    padding: 3rem 1rem;
}.leadership_experience_web .img_overlay_web {
    height: 280px;
}.leadership_experience_web .exp_flex_web {
    padding: 0 1.5rem 1.5rem;
}.leadership_experience_web .name {
    font-size: calc(34px * 0.85);
}.leadership_experience_web .emp_tasks_web {
    font-size: calc(15px * 0.95);
}
}