* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}.top_sitewrap_1 {
    flex: 1 0 auto;
}html,body {
    height: 100%;
    font-family: Arial, sans-serif;
    scroll-behavior: auto;
    color: #000000;
    min-height: 100%;
}header,footer {
    width: 100%;
}svg {
    height: 30px;
    width: 30px;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1112px;
}a {
    text-decoration: none;
    color: inherit;
}.inner-container_3 {
    flex-direction: column;
    height: 100%;
    display: flex;
    min-height: 100%;
}.podcast_cta_3 {
    flex: 0 0 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;
}}
.thxContent_6 {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    background: linear-gradient(145deg, rgb(204,195,225,0.5), rgb(169,158,202,0.5));
}.thxContent_6::before {
    content: "";
    opacity: 0.03;
    top: -10%;
    width: 50%;
    transform: rotate(-15deg) skew(15deg);
    background: #ffffff;
    pointer-events: none;
    height: 70%;
    left: -5%;
    position: absolute;
}.thxContent_6::after {
    width: 40%;
    background: rgb(169,158,202);
    height: 80%;
    position: absolute;
    opacity: 0.05;
    bottom: -10%;
    right: -5%;
    transform: rotate(25deg) skew(-15deg);
    pointer-events: none;
    content: "";
}.thxContent_6 .container {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    max-width: 1200px;
    padding: 0 20px;
}.thxContent_6 .impact_facts_9 {
    flex-direction: column;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    padding: 60px 50px;
    display: flex;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(2deg);
    background: #ffffff;
}.thxContent_6 .impact_facts_9:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.thxContent_6 .impact_facts_9::before {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    content: "";
    position: absolute;
    transform: scaleY(0);
    left: 0;
    background: linear-gradient(to bottom, rgb(204,195,225), rgb(169,158,202));
    top: 0;
    height: 100%;
    width: 6px;
    transform-origin: left center;
}.thxContent_6 .impact_facts_9:hover::before {
    transform: scaleY(1);
}.thxContent_6 .impact_facts_9 > div:first-child {
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
}.thxContent_6 h5 {
    margin: 0;
    color: #000000;
    position: relative;
    line-height: 1.4;
    font-weight: 700;
    font-size: 22px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(0);
}.thxContent_6 .impact_facts_9:hover h5 {
    transform: translateY(-5px);
}.thxContent_6 h5::after {
    background: linear-gradient(90deg, rgb(204,195,225), rgb(169,158,202));
    height: 3px;
    position: absolute;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 80px;
    content: "";
    bottom: -8px;
    transform-origin: left center;
    transform: scaleX(0.7);
    left: 0;
}.thxContent_6 .impact_facts_9:hover h5::after {
    transform: scaleX(1);
}.thxContent_6 a {
    display: block;
    overflow: hidden;
    text-decoration: none;
    position: relative;
    transition: transform 0.4s ease;
}.thxContent_6 a:hover {
    transform: translateX(5px);
}.thxContent_6 p {
    transition: color 0.3s ease;
    font-size: 14px;
    font-family: Arial, sans-serif;
    color: #000000;
    position: relative;
    margin: 0;
    font-weight: 400;
    line-height: 1.8;
}.thxContent_6 a:hover p {
    color: rgb(204,195,225);
}.thxContent_6 a::before {
    opacity: 0.3;
    transition: left 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    position: absolute;
    content: "";
    height: 100%;
    background: linear-gradient(90deg, #ffffff, rgb(169,158,202,0.5), #ffffff);
    pointer-events: none;
    top: 0;
    left: -100%;
    transform: skewX(-15deg);
    width: 100%;
}.thxContent_6 a:hover::before {
    left: 200%;
}

@media (min-width: 992px) {.thxContent_6 {
    padding: 150px 0;
}.thxContent_6 .impact_facts_9 {
    padding: 80px 70px;
    margin: 0 auto;
    max-width: 85%;
    transform: perspective(1000px) rotateX(2deg);
}.thxContent_6 h5 {
    line-height: 1.3;
    font-size: calc(22px * 1.15);
}.thxContent_6 p {
    font-size: calc(14px * 1.1);
    line-height: 1.9;
}.thxContent_6 h5::after {
    width: 100px;
}
}

@media (min-width: 1200px) {.thxContent_6 .impact_facts_9 {
    max-width: 75%;
}
}

@media (max-width: 991px) {.thxContent_6 {
    padding: 100px 0;
}.thxContent_6 .impact_facts_9 {
    padding: 50px 40px;
}
}

@media (max-width: 767px) {.thxContent_6 {
    padding: 80px 0;
}.thxContent_6 .impact_facts_9 {
    transform: perspective(1000px) rotateX(1deg);
    padding: 40px 30px;
}.thxContent_6 h5 {
    font-size: calc(22px * 0.9);
}
}

@media (max-width: 575px) {.thxContent_6 {
    padding: 60px 0;
}.thxContent_6 .impact_facts_9 {
    padding: 30px 20px;
    transform: none;
}.thxContent_6 h5 {
    font-size: calc(22px * 0.85);
    line-height: 1.5;
}.thxContent_6 p {
    font-size: calc(14px * 0.95);
    line-height: 1.7;
}.thxContent_6 h5::after {
    width: 60px;
    height: 2px;
}}.title_portal_4 {
    overflow: hidden;
    background: rgb(169,158,202);
    width: 100%;
    position: relative;
    min-height: 100vh;
}.title_portal_4::before {
    top: 0;
    background: 
        linear-gradient(0deg, #000000 0%, transparent 100%),
        radial-gradient(circle at 20% 80%, rgb(204,195,225,0.5) 0%, transparent 40%);
    width: 100%;
    position: absolute;
    z-index: 1;
    height: 100%;
    left: 0;
    content: "";
}.title_portal_4 .impact_facts_9 {
    grid-template-rows: 1fr;
    display: grid;
    position: relative;
    grid-template-columns: 1fr 1fr;
    z-index: 2;
    height: 100vh;
    width: 100%;
}.title_portal_4 .edu_lead_0 {
    position: relative;
    grid-column: 1 / 3;
    height: 100%;
    width: 100%;
    grid-row: 1;
}.title_portal_4 .edu_lead_0 input {
    display: none;
}.title_portal_4 .learn_expressfast_6 {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}.title_portal_4 .edu_intro_3 {
    inset: 0;
    position: absolute;
    transform: scale(1.2);
    opacity: 0;
    transition: opacity 1.2s ease, transform 1.2s ease;
    z-index: 1;
}.title_portal_4 .edu_intro_3 img {
    width: 100%;
    filter: grayscale(0.3) contrast(1.1);
    object-fit: cover;
    height: 100%;
}.title_portal_4 .edu_lead_0 input:nth-child(1):checked ~ .learn_expressfast_6 .edu_intro_3:nth-child(1),
.title_portal_4 .edu_lead_0 input:nth-child(2):checked ~ .learn_expressfast_6 .edu_intro_3:nth-child(2),
.title_portal_4 .edu_lead_0 input:nth-child(3):checked ~ .learn_expressfast_6 .edu_intro_3:nth-child(3),
.title_portal_4 .edu_lead_0 input:nth-child(4):checked ~ .learn_expressfast_6 .edu_intro_3:nth-child(4),
.title_portal_4 .edu_lead_0 input:nth-child(5):checked ~ .learn_expressfast_6 .edu_intro_3:nth-child(5),
.title_portal_4 .edu_lead_0 input:nth-child(6):checked ~ .learn_expressfast_6 .edu_intro_3:nth-child(6),
.title_portal_4 .edu_lead_0 input:nth-child(7):checked ~ .learn_expressfast_6 .edu_intro_3:nth-child(7),
.title_portal_4 .edu_lead_0 input:nth-child(8):checked ~ .learn_expressfast_6 .edu_intro_3:nth-child(8),
.title_portal_4 .edu_lead_0 input:nth-child(9):checked ~ .learn_expressfast_6 .edu_intro_3:nth-child(9),
.title_portal_4 .edu_lead_0 input:nth-child(10):checked ~ .learn_expressfast_6 .edu_intro_3:nth-child(10) {
    transform: scale(1);
    opacity: 1;
    z-index: 2;
}.title_portal_4 .learn_title_0 {
    flex-direction: column;
    display: flex;
    position: absolute;
    gap: 10px;
    transform: translateY(-50%);
    right: 40px;
    top: 50%;
    z-index: 10;
}.title_portal_4 .learn_title_0 label {
    background: #ffffff;
    width: 35px;
    transition: all 0.3s ease;
    display: block;
    cursor: pointer;
    height: 5px;
    opacity: 0.5;
    position: relative;
}.title_portal_4 .learn_title_0 label::before {
    content: "";
    background: rgb(204,195,225);
    transition: width 0.5s ease;
    width: 0;
    top: 0;
    position: absolute;
    left: 0;
    height: 100%;
}.title_portal_4 .edu_lead_0 input:nth-child(1):checked ~ .learn_title_0 label:nth-child(1)::before,
.title_portal_4 .edu_lead_0 input:nth-child(2):checked ~ .learn_title_0 label:nth-child(2)::before,
.title_portal_4 .edu_lead_0 input:nth-child(3):checked ~ .learn_title_0 label:nth-child(3)::before,
.title_portal_4 .edu_lead_0 input:nth-child(4):checked ~ .learn_title_0 label:nth-child(4)::before,
.title_portal_4 .edu_lead_0 input:nth-child(5):checked ~ .learn_title_0 label:nth-child(5)::before,
.title_portal_4 .edu_lead_0 input:nth-child(6):checked ~ .learn_title_0 label:nth-child(6)::before,
.title_portal_4 .edu_lead_0 input:nth-child(7):checked ~ .learn_title_0 label:nth-child(7)::before,
.title_portal_4 .edu_lead_0 input:nth-child(8):checked ~ .learn_title_0 label:nth-child(8)::before,
.title_portal_4 .edu_lead_0 input:nth-child(9):checked ~ .learn_title_0 label:nth-child(9)::before,
.title_portal_4 .edu_lead_0 input:nth-child(10):checked ~ .learn_title_0 label:nth-child(10)::before {
    width: 100%;
}.title_portal_4 .edu_lead_0 input:nth-child(1):checked ~ .learn_title_0 label:nth-child(1),
.title_portal_4 .edu_lead_0 input:nth-child(2):checked ~ .learn_title_0 label:nth-child(2),
.title_portal_4 .edu_lead_0 input:nth-child(3):checked ~ .learn_title_0 label:nth-child(3),
.title_portal_4 .edu_lead_0 input:nth-child(4):checked ~ .learn_title_0 label:nth-child(4),
.title_portal_4 .edu_lead_0 input:nth-child(5):checked ~ .learn_title_0 label:nth-child(5),
.title_portal_4 .edu_lead_0 input:nth-child(6):checked ~ .learn_title_0 label:nth-child(6),
.title_portal_4 .edu_lead_0 input:nth-child(7):checked ~ .learn_title_0 label:nth-child(7),
.title_portal_4 .edu_lead_0 input:nth-child(8):checked ~ .learn_title_0 label:nth-child(8),
.title_portal_4 .edu_lead_0 input:nth-child(9):checked ~ .learn_title_0 label:nth-child(9),
.title_portal_4 .edu_lead_0 input:nth-child(10):checked ~ .learn_title_0 label:nth-child(10) {
    opacity: 1;
    width: 50px;
}.title_portal_4 .text_panel_5 {
    position: absolute;
    width: 45%;
    left: 10%;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(8px);
    padding: 40px;
    border-left: 4px solid rgb(204,195,225);
    z-index: 5;
    bottom: 15%;
}.title_portal_4 .text_panel_5 .container {
    padding: 0;
    width: 100%;
}.title_portal_4 .text_panel_5 h1 {
    color: #ffffff;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 41px;
}.title_portal_4 .text_panel_5 h3 {
    margin-bottom: 20px;
    font-size: 21px;
    font-weight: 600;
    color: rgb(204,195,225);
}.title_portal_4 .text_panel_5 p {
    font-size: 18px;
    opacity: 0.9;
    line-height: 1.7;
    color: #ffffff;
    margin-bottom: 0;
}.title_portal_4 .edu_intro_3::after {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
        135deg,
        transparent 60%,
        rgb(169,158,202,0.5) 100%
    );
    content: "";
}@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.title_portal_4 .text_panel_5 h1 {
    animation: fadeInUp 0.6s ease-out 0.3s forwards;
    transform: translateY(20px);
    opacity: 0;
}.title_portal_4 .text_panel_5 h3 {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.6s ease-out 0.6s forwards;
}.title_portal_4 .text_panel_5 p {
    transform: translateY(20px);
    opacity: 0;
    animation: fadeInUp 0.6s ease-out 0.9s forwards;
}.title_portal_4 .text_panel_5::before {
    width: 20px;
    content: "";
    right: 0;
    height: 20px;
    top: 0;
    border-right: 2px solid rgb(204,195,225);
    position: absolute;
    border-top: 2px solid rgb(204,195,225);
}.title_portal_4 .text_panel_5::after {
    width: 20px;
    border-left: 2px solid rgb(204,195,225);
    border-bottom: 2px solid rgb(204,195,225);
    bottom: 0;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
}

@media (max-width: 1200px) {.title_portal_4 .text_panel_5 {
    width: 50%;
}
}

@media (max-width: 992px) {.title_portal_4 .text_panel_5 {
    left: 5%;
    width: 60%;
    padding: 30px;
}.title_portal_4 .text_panel_5 h1 {
    font-size: calc(41px * 0.9);
}.title_portal_4 .learn_title_0 {
    right: 30px;
}.title_portal_4 .learn_title_0 label {
    width: 30px;
}.title_portal_4 .edu_lead_0 input:checked ~ .learn_title_0 label {
    width: 45px;
}
}

@media (max-width: 768px) {.title_portal_4 .impact_facts_9 {
    display: block;
}.title_portal_4 .text_panel_5 {
    padding: 25px;
    width: 80%;
    left: 50%;
    bottom: 10%;
    transform: translateX(-50%);
}.title_portal_4 .text_panel_5 h1 {
    font-size: calc(41px * 0.8);
}.title_portal_4 .text_panel_5 h3 {
    margin-bottom: 15px;
    font-size: calc(21px * 0.9);
}.title_portal_4 .learn_title_0 {
    right: auto;
    left: 50%;
    flex-direction: row;
    bottom: 25%;
    top: auto;
    transform: translateX(-50%);
}
}

@media (max-width: 576px) {.title_portal_4 .text_panel_5 {
    width: 90%;
    padding: 20px;
    bottom: 15%;
}.title_portal_4 .text_panel_5 h1 {
    font-size: calc(41px * 0.7);
    margin-bottom: 10px;
}.title_portal_4 .text_panel_5 h3 {
    font-size: calc(21px * 0.8);
    margin-bottom: 10px;
}.title_portal_4 .text_panel_5 p {
    line-height: 1.5;
    font-size: calc(18px * 0.9);
}.title_portal_4 .learn_title_0 {
    gap: 8px;
    bottom: 30%;
}.title_portal_4 .learn_title_0 label {
    width: 25px;
    height: 4px;
}.title_portal_4 .edu_lead_0 input:checked ~ .learn_title_0 label {
    width: 35px;
}.title_portal_4 .text_panel_5::before,
    .title_portal_4 .text_panel_5::after {
    height: 15px;
    width: 15px;
}}

.title_portal_4 .edu_lead_0 input:checked ~ .learn_expressfast_6 .edu_intro_3 img {
    animation: slowZoom 20s linear infinite alternate;
}@keyframes slowZoom {
    from { transform: scale(1); }
    to { transform: scale(1.1); }
}.cookie_panel_overlay_3 {
    z-index: 90;
    border-top: 2px solid rgb(204,195,225);
    position: fixed;
    width: 100%;
    bottom: 0;
    background: rgb(232,228,242);
}.cookie_explained_0 {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}#popupPrivacyNotice_8 {
    display: none;
}#popupPrivacyNotice_8:checked ~ .cookie_panel_overlay_3 {
    visibility: hidden;
    opacity: 0;
}.cookie_panel_overlay_3 h5 {
    font-size: 22px;
    margin-bottom: 6px;
}.cookie_panel_overlay_3 p {
    font-size: 18px;
}.edu_approve_4 {
    margin-right: 10px;
    flex-shrink: 0;
}.edu_approve_4 svg, .edu_approve_4 svg path, .edu_approve_4 img {
    fill: rgb(204,195,225);
    height: 100px;
    width: 100px;
}.digital_consent_2 {
    line-height: 35px;
    font-size: 24px;
    margin-left: 10px;
    white-space: nowrap;
    min-width: 120px;
    color: rgb(204,195,225);
    flex-shrink: 0;
    text-align: center;
    text-decoration: none;
    border-bottom: 2px solid rgb(204,195,225);
    cursor: pointer;
}.cookie_panel_overlay_3 p a {
    text-decoration: none;
    color: rgb(204,195,225);
}
@media only screen and (max-width: 1200px) {.cookie_panel_overlay_3 {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.edu_approve_4 {
    display: none;
}.cookie_explained_0 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}.cookie_panel_overlay_3 h5 {
    text-align: center;
}.cookie_panel_overlay_3 p {
    text-align: center;
}.privacy_cookies_3 {
    margin-bottom: 20px;
}body .inner-container_3 .digital_consent_2 {
    margin-bottom: 10px;
    margin-left: 0;
}}
.inner-container_3 .cookie_panel_overlay_3 {
    background: #ffffff;
    box-shadow: rgb(204,195,225,0.5) 0px 0px 40px 39px;
    border: none;
}.inner-container_3 .digital_consent_2 {
    color: #ffffff;
    margin-left: 30px;
    padding: 10px;
    font-weight: 400;
    border: none;
    background: rgb(204,195,225);
    font-size: 20px;
}.inner-container_3 .edu_approve_4 {
    justify-content: center;
    display: flex;
    width: 80px;
    align-items: center;
    border-radius: 50%;
    background:rgb(204,195,225);
    height: 80px;
}.inner-container_3 .edu_approve_4 svg, .inner-container_3 .edu_approve_4 svg path, .inner-container_3 .edu_approve_4 img {
    fill:#000000;
    height: 40px;
    width: 40px;
}.inner-container_3 .privacy_cookies_3 h5, .inner-container_3 .privacy_cookies_3 p {
    color: #000000;
}
@media only screen and (max-width: 800px){.inner-container_3 .edu_approve_4 {
    margin: 0;
    margin-bottom: 14px;
}}footer {
    width: 100%;
    position: relative;
}.podcast_cta_3 {
    font-family: Arial, sans-serif;
    background-color: #ffffff;
    color: #000000;
    position: relative;
    padding: 80px 0 30px;
}.podcast_cta_3::before {
    width: 100%;
    content: "";
    background-image: repeating-linear-gradient(
        to right,
        rgb(204,195,225),
        rgb(204,195,225) 10px,
        transparent 10px,
        transparent 20px
    );
    left: 0;
    height: 1px;
    bottom: 0;
    position: absolute;
}footer .webinar_cta_0 {
    z-index: 1;
    position: relative;
}footer .help_now_3 {
    overflow: hidden;
    position: relative;
    margin-bottom: 70px;
    justify-content: space-between;
    display: flex;
    height: 100px;
    flex-wrap: wrap;
}footer .info_item {
    align-items: center;
    flex: 1;
    cursor: pointer;
    height: 100px;
    padding: 0 25px;
    transition: all 0.5s ease;
    margin-right: 1px;
    display: flex;
    background-color: rgb(169,158,202);
    min-width: 250px;
    position: relative;
    overflow: hidden;
}footer .info_item:last-child {
    margin-right: 0;
}footer .info_item:hover {
    flex: 1.5;
    background-color: rgb(204,195,225);
}footer .info_item::after {
    height: 100%;
    right: 0;
    top: 0;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.1);
    content: "";
    position: absolute;
}footer .info_item:last-child::after {
    display: none;
}footer .info_item svg {
    flex-shrink: 0;
    height: 24px;
    z-index: 2;
    position: relative;
    width: 24px;
    margin-right: 15px;
    fill: #ffffff;
}footer .info_item p,
footer .info_item a {
    overflow: hidden;
    white-space: nowrap;
    color: #ffffff;
    text-decoration: none;
    max-width: 100%;
    z-index: 2;
    font-size: 16px;
    position: relative;
    text-overflow: ellipsis;
}footer .info_item::before {
    top: 0;
    left: 0;
    height: 100%;
    transition: opacity 0.5s ease;
    position: absolute;
    content: "";
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 100%);
    opacity: 0;
    width: 100%;
}footer .info_item:hover::before {
    opacity: 1;
}footer .text_main_holder {
    display: flex;
    -webkit-overflow-scrolling: touch;
    margin: 0 -20px;
    gap: 0;
    padding: 0 20px;
    -ms-overflow-style: none;
    flex-wrap: nowrap;
    scroll-snap-type: x mandatory;
    overflow-x: auto;
    scrollbar-width: none;
}footer .text_main_holder::-webkit-scrollbar {
    display: none;
}footer .main_core_4, footer .main_site_9, footer .subscribe_holder {
    height: 450px;
    scroll-snap-align: start;
    margin-right: 30px;
    flex: 0 0 100%;
    transition: all 0.4s ease;
    min-width: 280px;
    padding: 30px;
    position: relative;
    border-radius: 16px;
    max-width: 500px;
}footer .main_core_4 {
    background-color: rgb(232,228,242);
    justify-content: center;
    align-items: center;
    display: flex;
    text-align: center;
    flex-direction: column;
}footer .main_core_4 svg {
    width: auto;
    margin-bottom: 30px;
    height: 50px;
}footer .syllabus_ref_1 {
    font-size: 14px;
    line-height: 1.6;
    max-width: 300px;
    color: #000000;
}footer .main_site_9 {
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(169,158,202,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(204,195,225,0.5) 0%, transparent 40%);
    background-color: rgb(169,158,202);
    flex-direction: column;
    display: flex;
    justify-content: center;
    position: relative;
    overflow: hidden;
    color: #ffffff;
}footer .main_site_9::after {
    background-image: 
        linear-gradient(45deg, transparent 92%, rgba(255, 255, 255, 0.05) 93%, transparent 94%),
        linear-gradient(135deg, transparent 92%, rgba(255, 255, 255, 0.05) 93%, transparent 94%);
    pointer-events: none;
    top: 0;
    position: absolute;
    right: 0;
    background-size: 30px 30px;
    left: 0;
    content: "";
    bottom: 0;
    opacity: 0.3;
}footer .main_site_9 h5 {
    font-size: 18px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    color: #ffffff;
    margin-bottom: 30px;
    font-weight: 700;
}footer .main_site_9 h5::after {
    content: "";
    position: absolute;
    width: 30px;
    left: 0;
    height: 2px;
    bottom: -10px;
    background-color: rgb(204,195,225);
}footer .header_sitebar_0 {
    overflow: hidden;
    max-height: 280px;
    margin-bottom: 20px;
    position: relative;
    height: auto;
}footer .header_sitebar_0 a {
    transition: all 0.3s ease;
    display: block;
    font-size: 16px;
    padding: 10px 0;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}footer .header_sitebar_0 a:hover {
    padding-left: 10px;
    border-bottom-color: rgb(204,195,225);
    color: #ffffff;
}footer .subscribe_holder {
    flex-direction: column;
    background-color: rgb(204,195,225);
    color: #ffffff;
    justify-content: center;
    display: flex;
}footer .subscribe_holder h5 {
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 20px;
}footer .subscribe_holder p {
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    margin-bottom: 30px;
}footer .input_holder {
    flex-direction: column;
    display: flex;
    gap: 15px;
}footer .input_holder input[type="email"] {
    transition: all 0.3s ease;
    font-size: 16px;
    padding: 15px;
    color: #ffffff;
    border-radius: 10px;
    border: none;
    background-color: rgba(255, 255, 255, 0.1);
}footer .input_holder input[type="email"]:focus {
    outline: none;
    background-color: rgba(255, 255, 255, 0.2);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}footer .instant_learn_3 {
    cursor: pointer;
    color: #ffffff;
    font-weight: 600;
    border: none;
    background-color: rgb(169,158,202);
    transition: all 0.3s ease;
    padding: 15px;
    text-align: center;
    border-radius: 10px;
    font-size: 14px;
}footer .instant_learn_3:hover {
    background-color: rgb(169,158,202,0.5);
}footer .footnote_ref_8 {
    margin-top: 40px;
    position: relative;
    padding-top: 20px;
}footer .footnote_ref_8::before {
    content: "";
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.5), transparent);
    height: 1px;
    left: 20%;
    position: absolute;
    right: 20%;
    top: 0;
}footer .story_spot_3 {
    color: #000000;
    font-size: 14px;
    text-align: center;
}

@media (min-width: 992px) {footer .text_main_holder {
    margin: 0;
    overflow-x: visible;
    flex-wrap: wrap;
    scroll-snap-type: none;
    gap: 30px;
    padding: 0;
}footer .main_core_4, footer .main_site_9, footer .subscribe_holder {
    min-width: 0;
    margin-right: 0;
    height: 500px;
    flex: 1;
}
}

@media (max-width: 991px) {footer .info_item {
    min-width: 200px;
}footer .main_core_4::before,
    footer .main_site_9::before,
    footer .subscribe_holder::before {
    font-size: 3rem;
}
}

@media (max-width: 767px) {footer .podcast_cta_3 {
    padding: 60px 0 30px;
}footer .help_now_3 {
    height: auto;
    margin-bottom: 40px;
    flex-direction: column;
}footer .info_item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1px;
}footer .info_item:hover {
    flex: 1;
    padding-left: 35px;
}footer .main_core_4, footer .main_site_9, footer .subscribe_holder {
    min-height: 350px;
    padding: 25px 20px;
    height: auto;
}
}

@media (max-width: 576px) {footer .podcast_cta_3 {
    padding: 50px 0 20px;
}footer .main_core_4::before,
    footer .main_site_9::before,
    footer .subscribe_holder::before {
    top: 15px;
    font-size: 2rem;
    left: 15px;
}footer .header_sitebar_0 {
    height: auto;
    max-height: 220px;
}footer .main_core_4, footer .main_site_9, footer .subscribe_holder {
    min-height: 300px;
    padding: 20px 15px;
}footer .main_site_9 h5, footer .subscribe_holder h5 {
    font-size: calc(18px - 2px);
    margin-bottom: 15px;
}footer .subscribe_holder p {
    margin-bottom: 20px;
}footer .input_holder input[type="email"],
    footer .instant_learn_3 {
    padding: 12px;
}}.education_framework_2 {
    overflow: hidden;
    position: relative;
    padding: 8rem 2rem;
    background: rgb(232,228,242);
}.education_framework_2::before {
    position: absolute;
    content: "";
    top: -30%;
    border-radius: 50%;
    filter: blur(120px);
    height: 100%;
    background: rgb(204,195,225,0.5);
    width: 100%;
    z-index: 0;
    left: -30%;
    opacity: 0.25;
    animation: floatCircle 15s infinite alternate ease-in-out;
}.education_framework_2::after {
    width: 100%;
    z-index: 0;
    right: -30%;
    opacity: 0.25;
    height: 100%;
    background: rgb(169,158,202,0.5);
    border-radius: 50%;
    content: "";
    filter: blur(120px);
    animation: floatCircle 15s infinite alternate-reverse ease-in-out;
    position: absolute;
    bottom: -30%;
}.education_framework_2 .impact_facts_9 {
    z-index: 1;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    display: grid;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    align-items: center;
}.education_framework_2 h3 {
    position: relative;
    color: #000000;
    font-weight: 700;
    margin: 0;
    padding: 0;
    animation: slideInLeft 0.8s ease-out forwards;
    font-size: 33px;
}.education_framework_2 h3::before {
    animation: expandLine 1s 0.4s forwards ease-out;
    background: linear-gradient(90deg, rgb(204,195,225), rgb(169,158,202));
    transform-origin: left;
    border-radius: 10px;
    top: -1rem;
    transform: scaleX(0);
    position: absolute;
    width: 4rem;
    height: 4px;
    content: "";
    left: 0;
}.education_framework_2 h3::after {
    transform-origin: left;
    border-radius: 10px;
    bottom: -1rem;
    left: 0;
    position: absolute;
    background: rgb(204,195,225,0.5);
    transform: scaleX(0);
    width: 2rem;
    height: 4px;
    content: "";
    animation: expandLine 1s 0.6s forwards ease-out;
}.education_framework_2 span {
    border-left: 2px solid rgb(169,158,202,0.5);
    color: #000000;
    animation: slideInRight 0.8s ease-out forwards;
    position: relative;
    font-size: 18px;
    line-height: 1.8;
    padding: 2rem;
}.education_framework_2 span::before {
    background: rgb(169,158,202);
    border-radius: 50%;
    left: -5px;
    width: 8px;
    top: 0;
    animation: pulse 3s infinite;
    content: "";
    position: absolute;
    height: 8px;
}.education_framework_2 span::after {
    background: rgb(204,195,225);
    left: -5px;
    content: "";
    animation: pulse 3s 1.5s infinite;
    width: 8px;
    height: 8px;
    position: absolute;
    bottom: 0;
    border-radius: 50%;
}

@keyframes floatCircle {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(15%, 15%);
    }
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes expandLine {
    to {
        transform: scaleX(1);
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.7;
    }
}

@media (max-width: 992px) {.education_framework_2 {
    padding: 6rem 2rem;
}.education_framework_2 .impact_facts_9 {
    gap: 2rem;
}.education_framework_2 h3 {
    font-size: calc(33px * 0.9);
}.education_framework_2 span {
    padding: 1.5rem;
}
}

@media (max-width: 768px) {.education_framework_2 {
    padding: 5rem 1.5rem;
}.education_framework_2 .impact_facts_9 {
    gap: 2rem;
    grid-template-columns: 1fr;
}.education_framework_2 h3 {
    font-size: calc(33px * 0.8);
    text-align: center;
}.education_framework_2 h3::before,
    .education_framework_2 h3::after {
    transform: translateX(-50%) scaleX(0);
    left: 50%;
}.education_framework_2 span {
    font-size: calc(18px * 0.95);
    padding: 1.5rem;
    border-left: none;
    border-top: 2px solid rgb(169,158,202,0.5);
}.education_framework_2 span::before,
    .education_framework_2 span::after {
    left: 50%;
    transform: translateX(-50%);
}.education_framework_2 span::before {
    left: 50%;
    top: -5px;
}.education_framework_2 span::after {
    left: calc(50% + 15px);
    top: -5px;
    bottom: auto;
}@keyframes expandLine {
        to {
            transform: translateX(-50%) scaleX(1);
        }
    }
    
    @keyframes pulse {
        0%, 100% {
            transform: translateX(-50%) scale(1);
            opacity: 1;
        }
        50% {
            transform: translateX(-50%) scale(1.5);
            opacity: 0.7;
        }
    }
}.leadership_profile_6 {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    background: linear-gradient(150deg, rgb(232,228,242) 0%, rgb(169,158,202,0.5) 100%);
}.leadership_profile_6::before {
    top: 0;
    content: "";
    left: 0;
    background: 
        linear-gradient(to right, transparent 49.5%, rgb(204,195,225,0.5) 49.5%, rgb(204,195,225,0.5) 50.5%, transparent 50.5%),
        linear-gradient(to bottom, transparent 49.5%, rgb(204,195,225,0.5) 49.5%, rgb(204,195,225,0.5) 50.5%, transparent 50.5%);
    width: 100%;
    background-size: 40px 40px;
    opacity: 0.07;
    position: absolute;
    height: 100%;
}.leadership_profile_6::after {
    position: absolute;
    content: "";
    height: 100%;
    opacity: 0.04;
    background: 
        repeating-radial-gradient(
            circle at 50% 50%,
            transparent 0,
            transparent 40px,
            rgb(204,195,225,0.5) 40px,
            rgb(204,195,225,0.5) 41px,
            transparent 41px,
            transparent 60px,
            rgb(204,195,225,0.5) 60px,
            rgb(204,195,225,0.5) 61px,
            transparent 61px,
            transparent 80px,
            rgb(204,195,225,0.5) 80px,
            rgb(204,195,225,0.5) 81px
        );
    left: 0;
    top: 0;
    width: 100%;
}.leadership_profile_6 .container {
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    position: relative;
}.leadership_profile_6 .opinion_ratings_2 {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(0, 0, 0, 0.02);
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    gap: 40px;
    display: grid;
    overflow: hidden;
    border-radius: 0;
    grid-template-columns: 1fr 1fr;
    padding: 50px;
    position: relative;
    background: #ffffff;
}.leadership_profile_6 .opinion_ratings_2::before {
    left: 0;
    content: "";
    top: 0;
    width: 100%;
    position: absolute;
    height: 6px;
    background: linear-gradient(
        90deg,
        rgb(204,195,225) 0%,
        rgb(169,158,202) 100%
    );
}.leadership_profile_6 .opinion_ratings_2::after {
    height: 1px;
    content: "";
    top: 6px;
    width: 100%;
    left: 0;
    background: linear-gradient(
        90deg,
        rgb(204,195,225,0.5) 0%,
        transparent 20%,
        rgb(204,195,225,0.5) 40%,
        transparent 60%,
        rgb(169,158,202,0.5) 80%,
        transparent 100%
    );
    position: absolute;
    animation: scanner 4s linear infinite;
}@keyframes scanner {
    0% {
        transform: translateY(0);
        opacity: 0.5;
    }
    50% {
        transform: translateY(calc(100% - 7px));
        opacity: 0.8;
    }
    50.1% {
        opacity: 0;
    }
    50.2% {
        transform: translateY(0);
        opacity: 0;
    }
    55% {
        opacity: 0.5;
    }
    100% {
        transform: translateY(0);
        opacity: 0.5;
    }
}

.leadership_profile_6 .post_image_9 {
    min-height: 360px;
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 0;
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.1),
        -15px -15px 30px rgba(255, 255, 255, 0.8);
    transition: all 0.5s ease;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% 85%, 
        85% 100%, 
        0 100%
    );
}.leadership_profile_6 .post_image_9::before {
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.2) 0%,
        transparent 40%,
        rgba(0, 0, 0, 0.2) 100%
    );
    content: "";
    position: absolute;
    z-index: 1;
}.leadership_profile_6 .post_image_9::after {
    height: 100%;
    top: 0;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent 0,
            transparent 10px,
            rgba(255, 255, 255, 0.05) 10px,
            rgba(255, 255, 255, 0.05) 12px
        );
    z-index: 2;
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
}.leadership_profile_6 .name {
    margin-bottom: 12px;
    border-left: 4px solid rgb(204,195,225);
    font-weight: 700;
    padding-left: 16px;
    color: #000000;
    font-size: 29px;
    position: relative;
    line-height: 1.2;
}.leadership_profile_6 .name::before {
    height: 0;
    top: 0;
    background: rgb(169,158,202);
    position: absolute;
    left: -4px;
    transition: height 0.5s ease;
    width: 4px;
    content: "";
}.leadership_profile_6 .opinion_ratings_2:hover .name::before {
    height: 100%;
}.leadership_profile_6 .opinion_ratings_2 span:not(.name) {
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 6px 12px;
    border-radius: 3px;
    margin-bottom: 25px;
    display: inline-block;
    position: relative;
    background: rgb(232,228,242);
    color: rgba(0, 0, 0, 0.5);
    font-size: 22px;
}.leadership_profile_6 .opinion_ratings_2 span:not(.name)::after {
    content: "";
    height: 2px;
    width: 0;
    bottom: 0;
    transition: width 0.3s ease;
    background: rgb(204,195,225);
    position: absolute;
    left: 0;
}.leadership_profile_6 .opinion_ratings_2:hover span:not(.name)::after {
    width: 100%;
}.leadership_profile_6 .job_exp_4 {
    position: relative;
    border-radius: 10px;
    line-height: 1.8;
    box-shadow: 
        inset 0 1px 3px rgba(0, 0, 0, 0.05),
        0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 25px 30px;
    border-left: 1px solid rgb(204,195,225);
    margin: 0;
    background: linear-gradient(
        to right,
        rgb(232,228,242) 0%,
        rgba(255, 255, 255, 0.8) 100%
    );
    color: #000000;
    font-size: 14px;
}.leadership_profile_6 .job_exp_4::before {
    width: 12px;
    height: 12px;
    border-left: 2px solid rgb(204,195,225);
    left: 12px;
    opacity: 0.6;
    position: absolute;
    border-top: 2px solid rgb(204,195,225);
    top: 15px;
    content: "";
}.leadership_profile_6 .job_exp_4::after {
    bottom: 15px;
    height: 12px;
    opacity: 0.6;
    position: absolute;
    border-right: 2px solid rgb(169,158,202);
    border-bottom: 2px solid rgb(169,158,202);
    right: 12px;
    content: "";
    width: 12px;
}.leadership_profile_6 .opinion_ratings_2:hover {
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.12),
        0 0 0 1px rgba(0, 0, 0, 0.03);
    transform: translateY(-10px);
}.leadership_profile_6 .opinion_ratings_2:hover .post_image_9 {
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.15),
        -20px -20px 40px rgba(255, 255, 255, 0.9);
    transform: scale(1.03);
}

@media (max-width: 991px) {.leadership_profile_6 {
    padding: 90px 0;
}.leadership_profile_6 .opinion_ratings_2 {
    padding: 40px 30px;
    gap: 30px;
}.leadership_profile_6 .post_image_9 {
    min-height: 320px;
}.leadership_profile_6 .job_exp_4 {
    padding: 20px 25px;
}
}

@media (max-width: 767px) {.leadership_profile_6 {
    padding: 70px 0;
}.leadership_profile_6 .opinion_ratings_2 {
    padding: 35px 25px;
    gap: 25px;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
}.leadership_profile_6 .post_image_9 {
    min-height: 280px;
}.leadership_profile_6 .name {
    font-size: calc(29px * 0.9);
}.leadership_profile_6 .opinion_ratings_2 span:not(.name) {
    font-size: calc(22px * 0.95);
    margin-bottom: 20px;
}.leadership_profile_6 .job_exp_4 {
    padding: 18px 22px;
    font-size: calc(14px * 0.95);
}
}

@media (max-width: 575px) {.leadership_profile_6 {
    padding: 50px 0;
}.leadership_profile_6 .opinion_ratings_2 {
    gap: 20px;
    padding: 30px 20px;
}.leadership_profile_6 .post_image_9 {
    min-height: 220px;
}.leadership_profile_6 .name {
    font-size: calc(29px * 0.8);
    padding-left: 12px;
}.leadership_profile_6 .opinion_ratings_2 span:not(.name) {
    font-size: calc(22px * 0.9);
    margin-bottom: 15px;
    padding: 4px 10px;
}.leadership_profile_6 .job_exp_4 {
    font-size: calc(14px * 0.9);
    padding: 15px 18px;
}}.privacy_arsenal_0 {
    font-family: Arial, sans-serif;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    background-color: rgb(232,228,242);
    padding: 30px;
    border: 1px solid #000000;
}.privacy_arsenal_0 h1 {
    color: #000000;
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 20px 0;
}.privacy_arsenal_0 h2 {
    margin: 15px 0;
    color: #000000;
    font-weight: 600;
    font-size: 20px;
}.privacy_arsenal_0 h3, .privacy_arsenal_0 h4, .privacy_arsenal_0 h5, .privacy_arsenal_0 h6 {
    color: #000000;
    margin: 10px 0;
    font-size: 20px;
}.privacy_arsenal_0 ul {
    margin: 15px 0;
    list-style-type: square;
    padding-left: 20px;
    color: #000000;
}.privacy_arsenal_0 li {
    font-size: 15px;
    line-height: 1.8;
}
@media only screen and (max-width: 800px) {.privacy_arsenal_0 {
    padding: 20px;
}.privacy_arsenal_0 h1 {
    font-size: 20px;
}.privacy_arsenal_0 h2 {
    font-size: 17px;
}.privacy_arsenal_0 ul {
    font-size: 15px;
}}
.contact_box_3 {
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
}.contact_box_3::before {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    content: "";
    bottom: 0;
}.contact_box_3::after {
    height: 200%;
    content: "";
    top: -50%;
    width: 200%;
    animation: shine 8s linear infinite;
    background: linear-gradient(45deg, 
        transparent 65%, 
        rgba(255, 255, 255, 0.08) 70%, 
        transparent 75%);
    position: absolute;
    left: -50%;
    z-index: 2;
}.contact_box_3 .container {
    position: relative;
    margin: 0 auto;
    z-index: 3;
    padding: 0 15px;
    max-width: 1200px;
}.contact_box_3 .request_card_1 {
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    gap: 2rem;
    display: flex;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2), 
                0 5px 10px rgba(0, 0, 0, 0.1);
    padding: 2rem;
    border-radius: 22px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.03), rgba(0, 0, 0, 0.3));
    backdrop-filter: blur(10px);
    flex-wrap: wrap;
    position: relative;
}.contact_box_3 .request_card_1::before {
    position: absolute;
    width: 200%;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(204,195,225), 
        transparent);
    content: "";
    height: 1px;
    left: -50%;
    top: 0;
}.contact_box_3 .request_card_1::after {
    background: linear-gradient(90deg, 
        transparent, 
        rgb(169,158,202), 
        transparent);
    right: -50%;
    height: 1px;
    position: absolute;
    bottom: 0;
    width: 200%;
    content: "";
}.contact_box_3 .support_block_7 {
    backdrop-filter: blur(5px);
    overflow: hidden;
    transform: translateZ(0);
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.05);
    flex: 1 1 300px;
    background: linear-gradient(135deg, 
        rgb(204,195,225,0.5), 
        rgba(0, 0, 0, 0.2));
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 2rem;
    border-radius: 10px;
}.contact_box_3 .support_block_7::before {
    width: 200%;
    content: "";
    animation: pulse 15s infinite linear;
    background: radial-gradient(
        circle at center, 
        rgba(255, 255, 255, 0.05) 0%, 
        transparent 70%);
    z-index: -1;
    height: 200%;
    position: absolute;
    left: -50%;
    top: -50%;
}.contact_box_3 .support_block_7 h3 {
    font-weight: 600;
    font-size: 19px;
    position: relative;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}.contact_box_3 .support_block_7 h3::after {
    bottom: 0;
    left: 0;
    box-shadow: 0 0 8px rgb(169,158,202);
    content: "";
    height: 2px;
    background: rgb(169,158,202);
    width: 50px;
    position: absolute;
}.contact_box_3 .support_block_7 div {
    display: flex;
    position: relative;
    margin-bottom: 1.5rem;
    transition: all 0.3s ease;
    align-items: center;
    padding-left: 10px;
}.contact_box_3 .support_block_7 div:hover {
    transform: translateX(5px);
}.contact_box_3 .support_block_7 div::before {
    content: "";
    left: 0;
    top: 50%;
    position: absolute;
    background: rgb(169,158,202);
    width: 3px;
    transition: height 0.3s ease;
    height: 0;
}.contact_box_3 .support_block_7 div:hover::before {
    height: 80%;
    top: 10%;
}.contact_box_3 .support_block_7 div svg {
    margin-right: 15px;
    height: 20px;
    width: 20px;
    flex-shrink: 0;
}.contact_box_3 .support_block_7 div svg path {
    transition: all 0.3s ease;
    fill: rgb(169,158,202);
}.contact_box_3 .support_block_7 div:hover svg path {
    filter: drop-shadow(0 0 2px rgb(204,195,225));
    fill: rgb(204,195,225);
}.contact_box_3 .support_block_7 div span {
    letter-spacing: 0.5px;
    color: #ffffff;
    font-size: calc(16px - 2px);
}.contact_box_3 .support_block_7 div span a {
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
}.contact_box_3 .support_block_7 div span a:hover {
    color: rgb(169,158,202);
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
}.contact_box_3 .query_feedback_3 {
    position: relative;
    border-radius: 10px;
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.05), 
        rgba(0, 0, 0, 0.1));
    flex: 1 1 400px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    padding: 2rem;
    backdrop-filter: blur(8px);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.05);
}.contact_box_3 .query_feedback_3::before {
    width: 200px;
    opacity: 0.3;
    right: -100px;
    height: 200px;
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(
        circle, 
        rgb(204,195,225,0.5) 0%, 
        transparent 70%);
    top: -100px;
    content: "";
}.contact_box_3 .query_feedback_3 form {
    gap: 1.2rem;
    display: flex;
    flex-direction: column;
}.contact_box_3 .query_feedback_3 h3 {
    font-size: 22px;
    position: relative;
    font-weight: 600;
    margin-bottom: 1.5rem;
    text-align: center;
    color: #ffffff;
}.contact_box_3 .query_feedback_3 h3::after {
    transform: translateX(-50%);
    left: 50%;
    box-shadow: 0 0 8px rgb(169,158,202);
    content: "";
    position: absolute;
    width: 50px;
    background: rgb(169,158,202);
    bottom: -10px;
    height: 2px;
}.contact_box_3 .query_feedback_3 input[type="text"],
.contact_box_3 .query_feedback_3 input[type="email"] {
    font-size: 16px;
    transition: all 0.3s ease;
    padding: 12px 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    width: 100%;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    outline: none;
    background: rgba(0, 0, 0, 0.2);
}.contact_box_3 .query_feedback_3 input[type="text"]:focus,
.contact_box_3 .query_feedback_3 input[type="email"]:focus {
    box-shadow: 0 0 0 2px rgb(204,195,225,0.5);
    border-color: rgb(204,195,225);
    background: rgba(0, 0, 0, 0.3);
}.contact_box_3 .query_feedback_3 input[type="text"]::placeholder,
.contact_box_3 .query_feedback_3 input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}.contact_box_3 .query_feedback_3 .message_help_3 {
    align-items: flex-start;
    gap: 10px;
    display: flex;
    margin: 0.5rem 0;
}.contact_box_3 .query_feedback_3 .message_help_3 input[type="checkbox"] {
    flex-shrink: 0;
    -webkit-appearance: none;
    cursor: pointer;
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    appearance: none;
    transition: all 0.3s ease;
    margin-top: 3px;
    background: rgba(0, 0, 0, 0.2);
}.contact_box_3 .query_feedback_3 .message_help_3 input[type="checkbox"]:checked {
    background: rgb(169,158,202);
    border-color: rgb(169,158,202);
}.contact_box_3 .query_feedback_3 .message_help_3 input[type="checkbox"]:checked::before {
    content: "✓";
    position: absolute;
    top: 50%;
    left: 50%;
    color: #ffffff;
    transform: translate(-50%, -50%);
    font-size: 12px;
}.contact_box_3 .query_feedback_3 .message_help_3 label {
    font-size: calc(16px - 2px);
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.8);
}.contact_box_3 .query_feedback_3 .message_help_3 label a {
    position: relative;
    color: rgb(169,158,202);
    transition: all 0.3s ease;
    text-decoration: none;
}.contact_box_3 .query_feedback_3 .message_help_3 label a::after {
    position: absolute;
    background: rgb(169,158,202);
    transition: width 0.3s ease;
    bottom: -2px;
    left: 0;
    content: "";
    height: 1px;
    width: 0;
}.contact_box_3 .query_feedback_3 .message_help_3 label a:hover::after {
    width: 100%;
}.contact_box_3 .query_feedback_3 .message_feedback_1 {
    overflow: hidden;
    background: linear-gradient(135deg, 
        rgb(204,195,225), 
        rgb(169,158,202));
    padding: 12px 20px;
    text-transform: uppercase;
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    letter-spacing: 1px;
    color: #ffffff;
    font-size: 19px;
    margin-top: 1rem;
    cursor: pointer;
    border: none;
}.contact_box_3 .query_feedback_3 .message_feedback_1::before {
    transition: all 0.6s ease;
    height: 100%;
    position: absolute;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.2), 
        transparent);
    left: -100%;
    width: 100%;
    top: 0;
    content: "";
}.contact_box_3 .query_feedback_3 .message_feedback_1:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}.contact_box_3 .query_feedback_3 .message_feedback_1:hover::before {
    left: 100%;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 0.3;
    }
}

@keyframes shine {
    0% {
        transform: translateX(-100%) translateY(-100%) rotate(45deg);
    }
    100% {
        transform: translateX(100%) translateY(100%) rotate(45deg);
    }
}

@media screen and (max-width: 992px) {.contact_box_3 {
    padding: 5rem 0;
}.contact_box_3 .request_card_1 {
    gap: 2rem;
    flex-direction: column;
}.contact_box_3 .support_block_7,
    .contact_box_3 .query_feedback_3 {
    flex: 1 1 100%;
}
}

@media screen and (max-width: 768px) {.contact_box_3 {
    padding: 4rem 0;
}.contact_box_3 .request_card_1 {
    padding: 1.5rem;
}.contact_box_3 .support_block_7,
    .contact_box_3 .query_feedback_3 {
    padding: 1.5rem;
}.contact_box_3 .support_block_7 div svg {
    width: 18px;
    height: 18px;
    margin-right: 10px;
}.contact_box_3 .support_block_7 h3,
    .contact_box_3 .query_feedback_3 h3 {
    font-size: calc(22px - 2px);
}
}

@media screen and (max-width: 576px) {.contact_box_3 {
    padding: 3rem 0;
}.contact_box_3 .request_card_1 {
    padding: 1rem;
    gap: 1.5rem;
}.contact_box_3 .support_block_7,
    .contact_box_3 .query_feedback_3 {
    padding: 1rem;
}.contact_box_3 .support_block_7 div {
    margin-bottom: 1rem;
}.contact_box_3 .query_feedback_3 form {
    gap: 1rem;
}.contact_box_3 .query_feedback_3 input[type="text"],
    .contact_box_3 .query_feedback_3 input[type="email"] {
    padding: 10px 12px;
}.contact_box_3 .query_feedback_3 .message_feedback_1 {
    padding: 10px 16px;
}}header {
    transition: all 0.4s ease;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
    width: 100%;
    position: fixed;
    z-index: 1000;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: linear-gradient(135deg, #000000 0%, rgb(204,195,225) 100%);
    border-bottom: 1px solid rgb(204,195,225,0.5);
    top: 0;
    left: 0;
}header:before {
    width: 100%;
    content: '';
    left: 0;
    pointer-events: none;
    animation: shine 8s infinite linear;
    background: linear-gradient(90deg, transparent, rgb(204,195,225,0.5), transparent);
    top: 0;
    opacity: 0.4;
    position: absolute;
    background-size: 200% 100%;
    height: 100%;
}header .top_page_8 {
    width: 100%;
}header .container {
    margin: 0 auto;
    padding: 15px 20px;
    max-width: 1200px;
}header .top_navbar_8 {
    justify-content: space-between;
    align-items: center;
    display: flex;
    position: relative;
}header .main_site_9 {
    display: flex;
    gap: 25px;
    position: relative;
}header .main_site_9:before {
    transform: scaleX(0);
    content: '';
    left: 0;
    background: linear-gradient(90deg, transparent, rgb(204,195,225), transparent);
    position: absolute;
    transform-origin: left;
    transition: transform 0.6s ease;
    bottom: -8px;
    width: 100%;
    height: 1px;
}header .main_site_9:hover:before {
    transform: scaleX(1);
}header .top_train_6 {
    font-size: 15px;
    transition: all 0.4s ease;
    text-decoration: none;
    letter-spacing: 0.5px;
    position: relative;
    padding: 8px 0;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 400;
    font-family: Arial, sans-serif;
}header .top_train_6:after {
    transform: scaleX(0);
    position: absolute;
    transition: transform 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
    width: 100%;
    content: '';
    bottom: 0;
    transform-origin: right;
    background: rgb(204,195,225);
    left: 0;
    height: 2px;
}header .top_train_6:before {
    background: rgb(204,195,225);
    transition: all 0.3s ease;
    width: 4px;
    left: 50%;
    border-radius: 50%;
    top: 0;
    transform: translateX(-50%);
    opacity: 0;
    position: absolute;
    content: '';
    height: 4px;
}header .top_train_6:hover {
    text-shadow: 0 0 8px rgb(204,195,225,0.5);
    color: rgb(204,195,225);
}header .top_train_6:hover:after {
    transform: scaleX(1);
    transform-origin: left;
}header .top_train_6:hover:before {
    opacity: 1;
}header .top_pro_4 {
    text-decoration: none;
    align-items: center;
    position: relative;
    display: flex;
    transition: all 0.3s ease;
}header .top_pro_4 svg {
    filter: drop-shadow(0 0 4px rgb(204,195,225,0.5));
    height: 40px;
    transition: transform 0.5s ease;
    width: auto;
}header .top_pro_4:hover svg {
    transform: scale(1.05);
}header .top_pro_4:after {
    content: '';
    transform: translateX(-50%);
    background: rgb(204,195,225);
    left: 50%;
    bottom: -8px;
    position: absolute;
    transition: width 0.4s ease;
    width: 0;
    height: 1px;
}header .top_pro_4:hover:after {
    width: 100%;
}

@keyframes shine {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

@keyframes pulse {
    0% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.5;
    }
}

@media (max-width: 991px) {header .container {
    padding: 12px 15px;
}header .main_site_9 {
    gap: 15px;
}header .top_train_6 {
    font-size: calc(15px - 1px);
}header .top_pro_4 svg {
    height: 35px;
}
}

@media (max-width: 767px) {header .main_site_9 {
    width: 80%;
    transition: right 0.4s ease;
    position: fixed;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.2);
    background: #000000;
    top: 0;
    right: -100%;
    padding: 80px 30px 30px;
    height: 100vh;
    overflow-y: auto;
    gap: 20px;
    z-index: 1001;
    max-width: 300px;
    flex-direction: column;
}header .menu.active {
    right: 0;
}header .top_train_6 {
    width: 100%;
    border-bottom: 1px solid rgb(204,195,225,0.5);
    padding: 10px 5px;
}header .main_site_9:before {
    display: none;
}header .top_pro_4 {
    margin-left: auto;
    margin-right: auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 10px;
}header .top_pro_4 svg {
    height: 30px;
}}.about_this_3 {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background: rgb(232,228,242);
}.about_this_3::before {
    position: absolute;
    opacity: 0.2;
    background: 
        radial-gradient(circle at 20% 20%, rgb(204,195,225,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 80%, rgb(169,158,202,0.5) 0%, transparent 30%);
    top: 0;
    left: 0;
    height: 100%;
    content: "";
    width: 100%;
}.about_this_3 .container {
    padding: 0 20px;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
}.about_this_3 h2 {
    text-align: center;
    position: relative;
    margin-bottom: 80px;
    color: #000000;
    font-weight: 700;
    font-size: 32px;
}.about_this_3 h2::after {
    border-radius: 10px;
    position: absolute;
    width: 80px;
    height: 3px;
    background: linear-gradient(to right, rgb(204,195,225), rgb(169,158,202));
    bottom: -20px;
    left: calc(50% - 40px);
    content: "";
}.about_this_3 .edu_commit_5 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
}.about_this_3 .pedagogy_info_9 {
    padding: 60px 0;
    position: relative;
    align-items: center;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
}.about_this_3 .pedagogy_info_9:not(:last-child)::after {
    content: "";
    width: 70%;
    transform: translateX(-50%);
    height: 1px;
    left: 50%;
    bottom: 0;
    background: linear-gradient(to right, 
        transparent, 
        rgb(204,195,225,0.5), 
        rgb(204,195,225,0.5), 
        transparent
    );
    position: absolute;
}.about_this_3 .pedagogy_info_9 h3 {
    color: rgb(204,195,225);
    padding-bottom: 10px;
    display: inline-block;
    position: relative;
    font-weight: 600;
    margin-bottom: 25px;
    font-size: 19px;
}.about_this_3 .pedagogy_info_9:nth-child(2) h3 {
    color: rgb(169,158,202);
}.about_this_3 .pedagogy_info_9 h3::after {
    width: 40px;
    left: 0;
    height: 2px;
    content: "";
    bottom: 0;
    background: currentColor;
    position: absolute;
}.about_this_3 .pedagogy_info_9 p {
    color: #000000;
    font-size: 16px;
    line-height: 1.8;
    margin: 0;
}.about_this_3 .pedagogy_info_9:first-child h3,
.about_this_3 .pedagogy_info_9:first-child p {
    grid-column: 7 / -1;
}.about_this_3 .pedagogy_info_9:first-child::before {
    background: linear-gradient(135deg, rgb(204,195,225,0.5), transparent);
    height: 300px;
    clip-path: polygon(0 0, 100% 20%, 80% 100%, 0% 100%);
    border-radius: 15px;
    position: relative;
    grid-column: 1 / 6;
    content: "";
}.about_this_3 .pedagogy_info_9:nth-child(2) h3,
.about_this_3 .pedagogy_info_9:nth-child(2) p {
    grid-column: 1 / 7;
}.about_this_3 .pedagogy_info_9:nth-child(2)::before {
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 80%);
    content: "";
    border-radius: 15px;
    height: 300px;
    grid-column: 8 / -1;
    position: relative;
    background: linear-gradient(135deg, rgb(169,158,202,0.5), transparent);
}.about_this_3 .pedagogy_info_9::after {
    transition: width 0.5s ease;
}.about_this_3 .pedagogy_info_9:hover::after {
    width: 85%;
}.about_this_3 .pedagogy_info_9 h3,
.about_this_3 .pedagogy_info_9 p,
.about_this_3 .pedagogy_info_9::before {
    animation: fadeInUp 0.7s forwards;
    transform: translateY(30px);
    opacity: 0;
}.about_this_3 .pedagogy_info_9:nth-child(2) h3,
.about_this_3 .pedagogy_info_9:nth-child(2) p,
.about_this_3 .pedagogy_info_9:nth-child(2)::before {
    animation-delay: 0.3s;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 992px) {.about_this_3 {
    padding: 90px 0;
}.about_this_3 h2 {
    margin-bottom: 60px;
}.about_this_3 .pedagogy_info_9 {
    padding: 50px 0;
}
}

@media (max-width: 768px) {.about_this_3 {
    padding: 70px 0;
}.about_this_3 h2 {
    margin-bottom: 50px;
    font-size: calc(32px * 0.9);
}.about_this_3 .pedagogy_info_9 {
    padding: 40px 0;
    grid-template-columns: 1fr;
    gap: 30px;
}.about_this_3 .pedagogy_info_9:first-child h3,
    .about_this_3 .pedagogy_info_9:first-child p,
    .about_this_3 .pedagogy_info_9:nth-child(2) h3,
    .about_this_3 .pedagogy_info_9:nth-child(2) p {
    grid-column: 1 / -1;
}.about_this_3 .pedagogy_info_9:first-child::before,
    .about_this_3 .pedagogy_info_9:nth-child(2)::before {
    height: 200px;
    grid-column: 1 / -1;
}.about_this_3 .pedagogy_info_9:nth-child(2)::before {
    order: -1;
}
}

@media (max-width: 576px) {.about_this_3 {
    padding: 50px 0;
}.about_this_3 h2 {
    font-size: calc(32px * 0.8);
    margin-bottom: 40px;
}.about_this_3 .pedagogy_info_9 {
    padding: 30px 0;
    gap: 20px;
}.about_this_3 .pedagogy_info_9:first-child::before,
    .about_this_3 .pedagogy_info_9:nth-child(2)::before {
    height: 150px;
}.about_this_3 h2::after {
    width: 60px;
    bottom: -15px;
    left: calc(50% - 30px);
}.about_this_3 .pedagogy_info_9 h3 {
    margin-bottom: 15px;
    font-size: calc(19px * 0.9);
}.about_this_3 .pedagogy_info_9 p {
    font-size: calc(16px * 0.95);
}
}

@media (prefers-reduced-motion: reduce) {.about_this_3 .pedagogy_info_9::after {
    transition: none;
}.about_this_3 .pedagogy_info_9 h3,
    .about_this_3 .pedagogy_info_9 p,
    .about_this_3 .pedagogy_info_9::before,
    .about_this_3 .pedagogy_info_9:nth-child(2) h3,
    .about_this_3 .pedagogy_info_9:nth-child(2) p,
    .about_this_3 .pedagogy_info_9:nth-child(2)::before {
    opacity: 1;
    animation: none;
    transform: none;
}}.metrics_summary_2 {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    color: #ffffff;
}.metrics_summary_2::before {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    top: 0;
    content: "";
    backdrop-filter: blur(5px);
    height: 100%;
    left: 0;
    z-index: 1;
}.metrics_summary_2::after {
    width: 100%;
    animation: gradientShift 15s infinite alternate;
    top: 0;
    z-index: 2;
    position: absolute;
    content: "";
    height: 100%;
    left: 0;
    background: linear-gradient(135deg, rgb(204,195,225,0.5) 0%, transparent 50%, rgb(169,158,202,0.5) 100%);
}@keyframes gradientShift {
    0% {
        opacity: 0.6;
        background-position: 0% 0%;
    }
    50% {
        opacity: 0.8;
        background-position: 100% 50%;
    }
    100% {
        opacity: 0.6;
        background-position: 0% 100%;
    }
}

.metrics_summary_2 .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
    z-index: 5;
    position: relative;
}.metrics_summary_2 .extra_study_0 {
    overflow: hidden;
    padding: 50px 40px;
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
}.metrics_summary_2 .extra_study_0::before {
    z-index: -1;
    width: 200%;
    left: -50%;
    height: 200%;
    content: "";
    position: absolute;
    top: -50%;
    background: radial-gradient(circle, rgb(204,195,225,0.5) 0%, transparent 70%);
    animation: pulse 10s infinite ease-in-out;
    opacity: 0.3;
}@keyframes pulse {
    0% { transform: scale(0.8); opacity: 0.2; }
    50% { transform: scale(1.2); opacity: 0.3; }
    100% { transform: scale(0.8); opacity: 0.2; }
}

.metrics_summary_2 .gain_study_0 {
    margin: 0 auto 20px;
    background: linear-gradient(135deg, rgb(204,195,225) 0%, rgb(169,158,202) 100%);
    border-radius: 50%;
    height: 80px;
    align-items: center;
    display: flex;
    transform: translateY(0);
    width: 80px;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease;
    justify-content: center;
    display: block;
}.metrics_summary_2 .gain_study_0:hover {
    transform: translateY(-5px);
}.metrics_summary_2 .gain_study_0 svg {
    height: 40px;
    width: 40px;
    fill: #ffffff;
}.metrics_summary_2 .gain_study_0 svg path {
    fill: #ffffff;
}.metrics_summary_2 .statistics_boost_3 {
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text !important;
    letter-spacing: 1px;
    font-weight: 700;
    text-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%);
    font-size: 35px;
}.metrics_summary_2 .statistics_boost_3::after {
    width: 80px;
    background: linear-gradient(135deg, rgb(204,195,225) 0%, rgb(169,158,202) 100%);
    border-radius: 10px;
    margin: 20px auto 0;
    display: block;
    content: "";
    height: 3px;
}.metrics_summary_2 .edu_statistics_3 {
    max-width: 800px;
    letter-spacing: 0.5px;
    color: rgba(255, 255, 255, 0.85);
    margin-right: auto;
    font-weight: 400;
    margin-left: auto;
    font-size: 15px;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 50px;
}.metrics_summary_2 .study_elevation_1 {
    gap: 30px;
    display: grid;
    margin-top: 30px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.metrics_summary_2 .key_pros_1 {
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.5);
    background: rgba(255, 255, 255, 0.05);
    overflow: hidden;
    padding: 30px 20px;
    position: relative;
    backdrop-filter: blur(5px);
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.05);
}.metrics_summary_2 .key_pros_1::before {
    content: "";
    background: linear-gradient(135deg, rgb(204,195,225) 0%, rgb(169,158,202) 100%);
    left: -10px;
    position: absolute;
    width: 40px;
    border-radius: 50%;
    transition: all 0.5s ease;
    top: -10px;
    opacity: 0.2;
    height: 40px;
    z-index: -1;
}.metrics_summary_2 .key_pros_1:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.5);
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.1);
}.metrics_summary_2 .key_pros_1:hover::before {
    opacity: 0.05;
    transform: scale(10);
}.metrics_summary_2 .statistics_extras_3 {
    border-radius: 50%;
    background: linear-gradient(135deg, rgb(204,195,225,0.5) 0%, rgb(169,158,202,0.5) 100%);
    margin: 0 auto 15px;
    align-items: center;
    width: 60px;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.5);
    justify-content: center;
    height: 60px;
    display: flex;
}.metrics_summary_2 .statistics_extras_3 svg {
    fill: #ffffff;
    width: 30px;
    height: 30px;
}.metrics_summary_2 .statistics_extras_3 svg path {
    fill: #ffffff;
}.metrics_summary_2 .key_pros_1 span {
    font-weight: 700;
    transform: translateZ(30px);
    background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%);
    font-size: calc(35px * 1.2);
    -webkit-background-clip: text !important;
    margin-bottom: 10px;
    display: block;
    position: relative;
    -webkit-text-fill-color: transparent;
}.metrics_summary_2 .key_pros_1 span::after {
    background: linear-gradient(135deg, rgb(204,195,225) 0%, rgb(169,158,202) 100%);
    content: "";
    margin: 10px auto;
    border-radius: 10px;
    height: 2px;
    display: block;
    width: 40px;
}.metrics_summary_2 .key_pros_1 p {
    font-size: 15px;
    margin: 0;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.5;
}

@media screen and (max-width: 992px) {.metrics_summary_2 {
    padding: 80px 0;
}.metrics_summary_2 .extra_study_0 {
    transform: perspective(1000px) rotateX(1deg);
    padding: 40px 30px;
}.metrics_summary_2 .gain_study_0 {
    width: 70px;
    height: 70px;
}.metrics_summary_2 .gain_study_0 svg {
    height: 35px;
    width: 35px;
}.metrics_summary_2 .study_elevation_1 {
    grid-template-columns: repeat(2, 1fr);
}.metrics_summary_2 .statistics_extras_3 {
    height: 50px;
    width: 50px;
}.metrics_summary_2 .statistics_extras_3 svg {
    height: 25px;
    width: 25px;
}
}

@media screen and (max-width: 768px) {.metrics_summary_2 {
    padding: 60px 0;
}.metrics_summary_2 .extra_study_0 {
    padding: 30px 20px;
    transform: none;
}.metrics_summary_2 .statistics_boost_3 {
    font-size: calc(35px * 0.9);
}.metrics_summary_2 .edu_statistics_3 {
    margin-bottom: 40px;
    font-size: calc(15px * 0.95);
}.metrics_summary_2 .study_elevation_1 {
    gap: 20px;
    grid-template-columns: 1fr;
}.metrics_summary_2 .key_pros_1 span {
    font-size: calc(35px * 1.1);
}
}

@media screen and (max-width: 480px) {.metrics_summary_2 {
    padding: 50px 0;
}.metrics_summary_2 .container {
    padding: 0 15px;
}.metrics_summary_2 .extra_study_0 {
    padding: 25px 15px;
}.metrics_summary_2 .gain_study_0 {
    height: 60px;
    margin-bottom: 15px;
    width: 60px;
}.metrics_summary_2 .gain_study_0 svg {
    width: 30px;
    height: 30px;
}.metrics_summary_2 .statistics_boost_3 {
    font-size: calc(35px * 0.8);
    margin-bottom: 15px;
}.metrics_summary_2 .statistics_boost_3::after {
    width: 60px;
    margin: 15px auto 0;
}.metrics_summary_2 .edu_statistics_3 {
    font-size: calc(15px * 0.9);
    margin-bottom: 30px;
}.metrics_summary_2 .key_pros_1 {
    padding: 20px 15px;
}.metrics_summary_2 .statistics_extras_3 {
    margin-bottom: 10px;
    height: 45px;
    width: 45px;
}.metrics_summary_2 .statistics_extras_3 svg {
    height: 22px;
    width: 22px;
}.metrics_summary_2 .key_pros_1 span {
    font-size: calc(35px * 1);
}.metrics_summary_2 .key_pros_1 span::after {
    width: 30px;
    margin: 8px auto;
}.metrics_summary_2 .key_pros_1 p {
    font-size: calc(15px * 0.9);
}}.payment_plan_4 {
    padding: 6rem 0;
    overflow: hidden;
    background-color: rgb(232,228,242);
    position: relative;
}.payment_plan_4::before {
    height: 100%;
    z-index: 1;
    content: "";
    top: 0;
    background: linear-gradient(135deg, rgb(204,195,225,0.5) 0%, transparent 70%);
    position: absolute;
    width: 100%;
    pointer-events: none;
    left: 0;
}.payment_plan_4::after {
    position: absolute;
    z-index: 1;
    bottom: -5rem;
    content: "";
    height: 20rem;
    transform: rotate(-15deg);
    opacity: 0.15;
    width: 20rem;
    pointer-events: none;
    right: -5rem;
    background: linear-gradient(225deg, rgb(169,158,202) 0%, transparent 80%);
}.payment_plan_4 .container {
    margin: 0 auto;
    max-width: 1400px;
    position: relative;
    z-index: 2;
    padding: 0 2rem;
}.payment_plan_4 .pro_fees_3 {
    gap: 3rem;
    grid-template-columns: 1fr;
    display: grid;
    position: relative;
}.payment_plan_4 .lesson_rates_6 {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 2rem;
    transform: translateZ(0);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    position: relative;
    border-left: 4px solid rgb(204,195,225);
}.payment_plan_4 .lesson_rates_6::before {
    background-color: rgb(204,195,225);
    left: -20px;
    width: 40px;
    top: 20px;
    content: "";
    transform: rotate(45deg);
    z-index: -1;
    position: absolute;
    height: 40px;
}.payment_plan_4 .lesson_rates_6 h2 {
    font-weight: 700;
    transform: perspective(800px) translateZ(30px);
    font-size: 37px;
    position: relative;
    margin-bottom: 1.5rem;
    color: #000000;
}.payment_plan_4 .lesson_rates_6 h2::after {
    background: linear-gradient(90deg, rgb(204,195,225), rgb(169,158,202));
    content: "";
    left: 0;
    height: 3px;
    width: 80px;
    position: absolute;
    bottom: -10px;
}.payment_plan_4 .lesson_rates_6 .price_view_8 {
    line-height: 1.6;
    font-size: 13px;
    max-width: 80%;
    color: #000000;
}.payment_plan_4 .indv_sub_5 {
    display: grid;
    perspective: 1000px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2rem;
}.payment_plan_4 .fee_struct_1 {
    position: relative;
    transform-style: preserve-3d;
    color: inherit;
    transition: all 0.4s ease;
    display: block;
    text-decoration: none;
}.payment_plan_4 .fee_struct_1:hover {
    transform: translateY(-10px);
}.payment_plan_4 .package_deals_9 {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    transform: translateZ(0);
    position: relative;
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    height: 100%;
}.payment_plan_4 .fee_struct_1:hover .package_deals_9 {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 0 0 0 1px rgb(204,195,225,0.5);
    transform: translateZ(20px);
}.payment_plan_4 .fee_struct_1:nth-child(odd) .package_deals_9 {
    transform: rotate(-1deg);
}.payment_plan_4 .fee_struct_1:nth-child(even) .package_deals_9 {
    transform: rotate(1deg);
}.payment_plan_4 .fee_struct_1:hover .package_deals_9 {
    transform: rotate(0) translateZ(20px);
}.payment_plan_4 .bundle_price_4 {
    overflow-wrap: break-word;
    flex: 1;
    z-index: 2;
    padding: 2rem;
    flex-direction: column;
    word-break: break-word;
    display: flex;
    position: relative;
}.payment_plan_4 .bundle_price_4::before {
    z-index: -1;
    content: "";
    background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%);
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}.payment_plan_4 .bundle_price_4 h3 {
    transition: transform 0.3s ease;
    transform: translateZ(10px);
    position: relative;
    font-size: calc(19px * 1.2);
    font-weight: 600;
    margin-bottom: 1rem;
    color: #000000;
}.payment_plan_4 .fee_struct_1:hover .bundle_price_4 h3 {
    transform: translateZ(25px);
}.payment_plan_4 .bundle_price_4 h3::after {
    background: rgb(204,195,225);
    width: 40px;
    transition: width 0.3s ease;
    content: "";
    left: 0;
    bottom: -8px;
    position: absolute;
    height: 3px;
}.payment_plan_4 .fee_struct_1:hover .bundle_price_4 h3::after {
    width: 60px;
}.payment_plan_4 .package_rates_3 {
    position: relative;
    font-size: calc(19px * 1.8);
    font-weight: 700;
    color: rgb(204,195,225);
    transform: translateZ(15px);
    display: block;
    margin: 0.5rem 0 1.5rem;
}.payment_plan_4 .package_rates_3::before {
    left: 0;
    position: absolute;
    height: 2px;
    content: "";
    width: 80px;
    bottom: -8px;
    background: linear-gradient(90deg, rgb(204,195,225,0.5), transparent);
}.payment_plan_4 .bundle_price_4 p {
    word-break: break-word;
    overflow-wrap: break-word;
    flex: 1;
    line-height: 1.6;
    font-size: 13px;
    margin-top: 1rem;
    color: #000000;
}.payment_plan_4 .post_image_9 {
    overflow: hidden;
    width: 100%;
    height: 200px;
    transition: transform 0.5s ease;
    position: relative;
    transform: translateZ(0);
}.payment_plan_4 .fee_struct_1:hover .post_image_9 {
    transform: scale(1.05) translateZ(0);
}.payment_plan_4 .post_image_9::after {
    position: absolute;
    bottom: 0;
    z-index: 1;
    height: 50%;
    content: "";
    left: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
    width: 100%;
}.payment_plan_4 .post_image_9::before {
    position: absolute;
    height: 100%;
    left: 0;
    opacity: 0.15;
    z-index: 1;
    content: "";
    background: rgb(204,195,225);
    transition: opacity 0.3s ease;
    width: 100%;
    top: 0;
}.payment_plan_4 .fee_struct_1:hover .post_image_9::before {
    opacity: 0.05;
}

@media (min-width: 992px) {.payment_plan_4 .pro_fees_3 {
    gap: 4rem;
    grid-template-columns: 2fr 1fr;
}.payment_plan_4 .lesson_rates_6 {
    padding: 3rem;
}.payment_plan_4 .indv_sub_5 {
    grid-row: 1;
    grid-column: 1;
}.payment_plan_4 .lesson_rates_6 {
    transform: perspective(1000px) rotateY(-5deg) translateZ(0);
    align-self: start;
    grid-column: 2;
    grid-row: 1;
    top: 2rem;
    position: sticky;
}.payment_plan_4 .lesson_rates_6:hover {
    transform: perspective(1000px) rotateY(0) translateZ(30px);
}
}

@media (min-width: 1200px) {.payment_plan_4 .indv_sub_5 {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
}.payment_plan_4 .bundle_price_4 {
    min-height: 300px;
}
}

@media (max-width: 991px) {.payment_plan_4 {
    padding: 4rem 0;
}.payment_plan_4 .lesson_rates_6 {
    order: -1;
}.payment_plan_4 .lesson_rates_6 h2 {
    font-size: calc(37px * 0.9);
}.payment_plan_4 .lesson_rates_6 .price_view_8 {
    max-width: 100%;
}
}

@media (max-width: 767px) {.payment_plan_4 {
    padding: 3rem 0;
}.payment_plan_4 .container {
    padding: 0 1.5rem;
}.payment_plan_4 .indv_sub_5 {
    grid-template-columns: 1fr;
}.payment_plan_4 .lesson_rates_6 h2 {
    font-size: calc(37px * 0.8);
}.payment_plan_4 .bundle_price_4 {
    padding: 1.5rem;
}.payment_plan_4 .package_rates_3 {
    font-size: calc(19px * 1.5);
}.payment_plan_4 .post_image_9 {
    height: 180px;
}
}

@media (max-width: 480px) {.payment_plan_4 .bundle_price_4 p {
    font-size: calc(13px * 0.9);
}.payment_plan_4 .bundle_price_4 h3 {
    font-size: 19px;
}.payment_plan_4 .package_rates_3 {
    font-size: calc(19px * 1.3);
}.payment_plan_4 .post_image_9 {
    height: 160px;
}}.receive_updates_0 {
    perspective: 1000px;
    padding: 6rem 2rem;
    position: relative;
    background: linear-gradient(135deg, rgb(169,158,202,0.5), rgb(204,195,225) 120%);
    overflow: hidden;
}.receive_updates_0::before {
    z-index: 1;
    right: -5%;
    background: rgb(255, 255, 255, 0.5);
    opacity: 0.2;
    top: -10%;
    width: 40%;
    content: "";
    filter: blur(30px);
    height: 80%;
    transform: rotate(-15deg) skewX(-15deg);
    position: absolute;
}.receive_updates_0::after {
    content: "";
    bottom: -5%;
    background: rgba(0, 0, 0, 0.5);
    transform: rotate(10deg) skewY(5deg);
    filter: blur(40px);
    position: absolute;
    height: 40%;
    z-index: 1;
    opacity: 0.15;
    width: 50%;
    left: -10%;
}.receive_updates_0 .container {
    transform-style: preserve-3d;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    position: relative;
}.receive_updates_0 .impact_facts_9 {
    transform: translateZ(0);
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 3px 5px rgba(0, 0, 0, 0.02);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 3.5rem 2.5rem;
    position: relative;
    border-radius: 10px;
}.receive_updates_0 .impact_facts_9:hover {
    transform: translateY(-5px) translateZ(10px);
}.receive_updates_0 .impact_facts_9::before {
    position: absolute;
    background: linear-gradient(90deg, 
        rgb(204,195,225) 0%, 
        rgb(169,158,202) 50%, 
        rgb(204,195,225) 100%);
    z-index: 1;
    content: "";
    right: 0;
    left: 0;
    height: 5px;
    border-radius: 10px 10px 0 0;
    top: 0;
}.receive_updates_0 h3 {
    position: relative;
    max-width: 85%;
    color: #000000;
    text-align: left;
    font-size: clamp(1.25rem, 3vw, 1.75rem);
    transform: translateZ(20px);
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 2rem;
}.receive_updates_0 .input_holder {
    display: flex;
    gap: 1rem;
    transform-style: preserve-3d;
    position: relative;
    flex-direction: column;
}.receive_updates_0 .input_holder div {
    position: relative;
    flex: 1;
}.receive_updates_0 input[type="email"] {
    background-color: #ffffff;
    border-radius: 10px;
    color: #000000;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    width: 100%;
    outline: none;
    border: 2px solid rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    font-size: 18px;
    padding: 1.2rem 1.5rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
}.receive_updates_0 input[type="email"]:focus {
    transform: translateY(-2px) scale(1.01);
    border-color: rgb(169,158,202);
    box-shadow: 0 0 0 3px rgb(169,158,202,0.5);
}.receive_updates_0 input[type="email"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
    transition: opacity 0.25s ease-out;
}.receive_updates_0 input[type="email"]:focus::placeholder {
    opacity: 0.5;
}.receive_updates_0 .instant_learn_3 {
    font-family: Arial, sans-serif;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(204,195,225), rgb(169,158,202));
    color: #ffffff;
    align-self: start;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    border-radius: 10px;
    border: none;
    font-size: 14px;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    font-weight: 600;
    padding: 1.2rem 2rem;
}.receive_updates_0 .instant_learn_3:hover {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}.receive_updates_0 .instant_learn_3:active {
    transform: translateY(1px);
}.receive_updates_0 .instant_learn_3::before {
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.75s ease;
    position: absolute;
    background: linear-gradient(90deg, 
        rgba(255, 255, 255, 0) 0%, 
        rgba(255, 255, 255, 0.3) 50%, 
        rgba(255, 255, 255, 0) 100%);
    content: "";
    transform: skewX(-25deg);
    left: -100%;
}.receive_updates_0 .instant_learn_3:hover::before {
    left: 100%;
}

@media (min-width: 768px) {.receive_updates_0 {
    padding: 8rem 3rem;
}.receive_updates_0 .impact_facts_9 {
    transform: rotateY(-3deg) translateZ(0);
    padding: 4rem 3.5rem;
}.receive_updates_0 .impact_facts_9:hover {
    transform: rotateY(-3deg) translateY(-8px) translateZ(10px);
}.receive_updates_0 .input_holder {
    align-items: stretch;
    flex-direction: row;
}.receive_updates_0 h3 {
    max-width: 70%;
}.receive_updates_0 input[type="email"] {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}.receive_updates_0 .instant_learn_3 {
    align-self: stretch;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
}

@media (max-width: 767px) {.receive_updates_0 .impact_facts_9 {
    padding: 2.5rem 1.75rem;
}.receive_updates_0 h3 {
    margin-bottom: 1.5rem;
    font-size: 1.25rem;
}.receive_updates_0 input[type="email"] {
    padding: 0.9rem 1.25rem;
}.receive_updates_0 .instant_learn_3 {
    padding: 0.9rem 1.25rem;
    width: 100%;
}
}

@media (min-width: 992px) {.receive_updates_0::before {
    width: 35%;
}.receive_updates_0 .impact_facts_9 {
    margin-left: 10%;
    width: 80%;
}.receive_updates_0 h3 {
    font-size: 1.75rem;
}
}

@media (min-width: 1200px) {.receive_updates_0 .impact_facts_9 {
    transform: rotateY(-5deg) translateZ(0);
    margin-left: 15%;
    width: 70%;
}.receive_updates_0 .impact_facts_9:hover {
    transform: rotateY(-5deg) translateY(-10px) translateZ(20px);
}}.course_program_description_7 {
    overflow: hidden;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(232,228,242) 0%, rgb(204,195,225,0.5) 100%);
    position: relative;
}.course_program_description_7::before {
    position: absolute;
    transform: rotate(-15deg);
    left: -50%;
    z-index: 0;
    opacity: 0.3;
    top: -50%;
    content: "";
    height: 200%;
    background: radial-gradient(circle at 70% 30%, rgb(169,158,202,0.5) 0%, transparent 60%);
    pointer-events: none;
    width: 200%;
}.course_program_description_7::after {
    left: 0;
    z-index: 0;
    top: 0;
    height: 100%;
    position: absolute;
    opacity: 0.4;
    pointer-events: none;
    width: 100%;
    background: 
        radial-gradient(circle at 20% 80%, rgb(204,195,225,0.5) 0%, transparent 15%),
        radial-gradient(circle at 80% 20%, rgb(169,158,202,0.5) 0%, transparent 15%),
        radial-gradient(circle at 50% 50%, rgb(204,195,225,0.5) 0%, transparent 20%);
    content: "";
}.course_program_description_7 .container {
    position: relative;
    max-width: 1280px;
    z-index: 1;
    margin: 0 auto;
    padding: 0 2rem;
}.course_program_description_7 .program_path_2 {
    transform: translateZ(0);
    grid-template-columns: 1fr;
    gap: 3rem;
    position: relative;
    display: grid;
}.course_program_description_7 .post_image_9 {
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateX(2deg) rotateY(-2deg);
    position: relative;
    z-index: 2;
    height: 380px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
}.course_program_description_7 .post_image_9::before {
    z-index: 1;
    top: 0;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgb(169,158,202,0.5) 0%, transparent 100%);
    content: "";
    position: absolute;
    left: 0;
}.course_program_description_7 .post_image_9::after {
    z-index: 2;
    top: -10%;
    content: "";
    opacity: 0;
    pointer-events: none;
    background: radial-gradient(circle at center, transparent 30%, rgba(0, 0, 0, 0.2) 100%);
    position: absolute;
    width: 120%;
    height: 120%;
    left: -10%;
    transition: opacity 0.5s ease-out;
}.course_program_description_7 .post_image_9:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg);
}.course_program_description_7 .post_image_9:hover::after {
    opacity: 1;
}.course_program_description_7 .text_panel_5 {
    padding: 2.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.95);
    z-index: 2;
    transform: perspective(1000px) translateZ(0);
    position: relative;
}.course_program_description_7 .text_panel_5::before {
    content: "";
    height: 100%;
    top: 0;
    position: absolute;
    width: 100%;
    opacity: 0.05;
    background: linear-gradient(135deg, rgb(169,158,202,0.5) 0%, transparent 100%);
    left: 0;
    z-index: -1;
}.course_program_description_7 .text_panel_5:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    transform: perspective(1000px) translateZ(10px);
}.course_program_description_7 h3 {
    font-size: calc(23px * 1.1);
    color: #000000;
    font-weight: 600;
    margin-bottom: 1.5rem;
    position: relative;
    line-height: 1.3;
}.course_program_description_7 h3::after {
    height: 3px;
    bottom: -12px;
    transition: width 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transform-origin: left;
    background: linear-gradient(90deg, rgb(204,195,225) 0%, rgb(169,158,202) 100%);
    content: "";
    left: 0;
    width: 60px;
    position: absolute;
}.course_program_description_7 .text_panel_5:hover h3::after {
    width: 90px;
}.course_program_description_7 .description {
    margin-bottom: 1.5rem;
    color: #000000;
    line-height: 1.7;
    font-size: 13px;
}.course_program_description_7 p.description {
    padding-right: 15px;
    overflow-y: auto;
    margin-top: 0;
    scrollbar-color: rgb(169,158,202,0.5) transparent;
    scrollbar-width: thin;
    max-height: 300px;
}.course_program_description_7 p.description::-webkit-scrollbar {
    width: 5px;
}.course_program_description_7 p.description::-webkit-scrollbar-track {
    background: transparent;
}.course_program_description_7 p.description::-webkit-scrollbar-thumb {
    background-color: rgb(169,158,202,0.5);
    border-radius: 10px;
}.course_program_description_7 span.description {
    display: none;
}.course_program_description_7 .program_path_2 > div {
    position: relative;
}

@media (min-width: 768px) {.course_program_description_7 {
    padding: 8rem 0;
}.course_program_description_7 .program_path_2 {
    align-items: center;
    gap: 4rem;
    grid-template-columns: 1fr 1fr;
}.course_program_description_7 .post_image_9 {
    height: 450px;
}.course_program_description_7 h3 {
    font-size: calc(23px * 1.2);
}.course_program_description_7 p.description {
    max-height: 350px;
}
}

@media (min-width: 992px) {.course_program_description_7 .program_path_2 {
    gap: 6rem;
}.course_program_description_7 .post_image_9 {
    height: 520px;
    transform: perspective(1200px) rotateX(3deg) rotateY(-3deg);
}.course_program_description_7 .text_panel_5 {
    padding: 3rem;
}.course_program_description_7 h3 {
    font-size: calc(23px * 1.3);
    margin-bottom: 2rem;
}.course_program_description_7 h3::after {
    height: 4px;
    bottom: -15px;
}.course_program_description_7 p.description {
    line-height: 1.8;
    max-height: 400px;
}
}

@media (min-width: 1200px) {.course_program_description_7 .container {
    padding: 0 3rem;
}.course_program_description_7 .post_image_9 {
    height: 580px;
}.course_program_description_7 .text_panel_5 {
    padding: 3.5rem;
}.course_program_description_7 h3 {
    font-size: calc(23px * 1.4);
}.course_program_description_7 p.description {
    max-height: 450px;
    font-size: calc(13px * 1.05);
}
}

@media (max-width: 767px) {.course_program_description_7 {
    padding: 4rem 0;
}.course_program_description_7 .post_image_9 {
    transform: perspective(800px) rotateX(1deg) rotateY(-1deg);
    height: 280px;
}.course_program_description_7 .text_panel_5 {
    padding: 2rem;
}.course_program_description_7 h3 {
    font-size: 23px;
    margin-bottom: 1.25rem;
}.course_program_description_7 h3::after {
    height: 2px;
    bottom: -10px;
    width: 50px;
}.course_program_description_7 p.description {
    max-height: 250px;
    line-height: 1.6;
}}.attempt_now_4 {
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    padding: 100px 0 90px;
    background: linear-gradient(135deg, rgb(204,195,225,0.5) 0%, rgb(169,158,202) 100%);
    position: relative;
}.attempt_now_4::before {
    z-index: 1;
    left: 0;
    content: "";
    top: 0;
    background-image: repeating-linear-gradient(
    45deg,
    rgba(255,255,255,0.05) 0,
    rgba(255,255,255,0.05) 2px,
    transparent 2px,
    transparent 8px
  );
    width: 100%;
    height: 100%;
    position: absolute;
}.attempt_now_4::after {
    height: 300px;
    width: 300px;
    background: radial-gradient(circle, rgb(204,195,225) 0%, transparent 70%);
    opacity: 0.1;
    border-radius: 50%;
    z-index: 0;
    position: absolute;
    right: -100px;
    content: "";
    top: -150px;
}.attempt_now_4 .container {
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
}.attempt_now_4 h2 {
    line-height: 1.3;
    margin-bottom: 40px;
    color: #000000;
    font-size: clamp(1.8rem, 3vw, 29px);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    font-family: Arial, sans-serif;
    max-width: 800px;
    font-weight: 700;
    transform: translateY(0);
}.attempt_now_4:hover h2 {
    transform: translateY(-5px);
}.attempt_now_4 h2::after {
    background: rgb(204,195,225);
    content: "";
    transform-origin: left;
    position: absolute;
    width: 80px;
    bottom: -12px;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    transform: scaleX(1);
    left: 0;
    height: 3px;
}.attempt_now_4:hover h2::after {
    transform: scaleX(1.5);
}.attempt_now_4 .impact_facts_9 {
    background: rgba(255, 255, 255, 0.9);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.5s ease;
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    gap: 25px;
    align-items: center;
    position: relative;
    display: flex;
    padding: 30px;
    transform: translateY(0);
    border-left: 3px solid rgb(204,195,225);
}.attempt_now_4 .impact_facts_9:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}.attempt_now_4 svg {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: scale(1);
    height: 48px;
    flex-shrink: 0;
    width: 48px;
}.attempt_now_4 .impact_facts_9:hover svg {
    transform: scale(1.1) rotate(5deg);
}.attempt_now_4 svg path {
    fill: rgb(204,195,225);
    transition: fill 0.3s ease;
}.attempt_now_4 .impact_facts_9:hover svg path {
    fill: rgb(169,158,202);
}.attempt_now_4 .impact_facts_9 div {
    flex-grow: 1;
    justify-content: flex-end;
    display: flex;
}.attempt_now_4 .message_feedback_1 {
    border: 2px solid rgb(204,195,225);
    overflow: hidden;
    padding: 14px 32px;
    color: #ffffff;
    font-weight: 600;
    font-family: Arial, sans-serif;
    font-size: 18px;
    display: inline-flex;
    background: rgb(204,195,225);
    text-decoration: none;
    justify-content: center;
    z-index: 1;
    position: relative;
    transition: color 0.4s ease, border-color 0.4s ease;
    letter-spacing: 0.5px;
    align-items: center;
}.attempt_now_4 .message_feedback_1::before {
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background: #ffffff;
    transform-origin: right;
    position: absolute;
    height: 100%;
    transform: scaleX(0);
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    content: "";
}.attempt_now_4 .message_feedback_1:hover {
    color: rgb(204,195,225);
    border-color: rgb(204,195,225);
}.attempt_now_4 .message_feedback_1:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}.attempt_now_4 .message_feedback_1::after {
    content: "→";
    transition: opacity 0.3s ease, margin-left 0.3s ease;
    opacity: 0;
    margin-left: -15px;
}.attempt_now_4 .message_feedback_1:hover::after {
    margin-left: 8px;
    opacity: 1;
}

@media (max-width: 991px) {.attempt_now_4 {
    padding: 80px 0 70px;
}.attempt_now_4 h2 {
    margin-bottom: 30px;
}.attempt_now_4 .impact_facts_9 {
    padding: 25px;
}
}

@media (max-width: 767px) {.attempt_now_4 {
    padding: 60px 0 50px;
}.attempt_now_4 h2 {
    margin-bottom: 25px;
    font-size: 1.8rem;
}.attempt_now_4 .impact_facts_9 {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 25px 20px;
}.attempt_now_4 .impact_facts_9 div {
    width: 100%;
    justify-content: center;
}.attempt_now_4 .message_feedback_1 {
    padding: 12px 24px;
    width: 100%;
}
}

@media (max-width: 480px) {.attempt_now_4 {
    padding: 50px 0 40px;
}.attempt_now_4 h2 {
    font-size: 1.5rem;
}.attempt_now_4 .impact_facts_9 {
    padding: 20px 15px;
}.attempt_now_4 svg {
    height: 36px;
    width: 36px;
}.attempt_now_4 .message_feedback_1 {
    padding: 10px 20px;
}
}