* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}header,footer {
    width: 100%;
}.outer-container_pq8 {
    min-height: 100%;
    flex-direction: column;
    height: 100%;
    display: flex;
}a {
    color: inherit;
    text-decoration: none;
}.top_mentor_kfI {
    flex: 1 0 auto;
}html,body {
    min-height: 100%;
    height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
    scroll-behavior: smooth;
}.trophy_case_VlH {
    flex: 0 0 auto;
}svg {
    height: 30px;
    width: 30px;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1246px;
}::-webkit-scrollbar {
    background: rgb(215,195,225);
    width: 6px;
}::-webkit-scrollbar-thumb {
    min-height: 88px;
    box-shadow: 2px 4px 12px 4px rgba(0, 0, 0, 0.5);
    border-radius: 9999px;
    border: 3px ridge rgb(184,158,202,0.5);
    background: #ffffff;
}::-webkit-scrollbar-corner {
    border: 1px dashed rgb(215,195,225,0.5);
    background: rgb(184,158,202,0.5);
}html {
    scrollbar-width: thin;
    scrollbar-color: rgb(184,158,202) rgb(184,158,202);
}

@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.title_portal_qfa {
    align-items: center;
    overflow: hidden;
    display: flex;
    background: linear-gradient(135deg, rgb(237,228,242), rgba(0, 0, 0, 0.5));
    padding: 2rem;
    justify-content: center;
    position: relative;
    min-height: 100vh;
}.title_portal_qfa::before {
    top: 0;
    opacity: 0.85;
    position: absolute;
    left: 0;
    background: 
    linear-gradient(45deg, rgb(215,195,225,0.5) 0%, transparent 40%),
    linear-gradient(225deg, rgb(184,158,202,0.5) 10%, transparent 70%);
    width: 100%;
    z-index: 1;
    content: "";
    height: 100%;
    pointer-events: none;
}.title_portal_qfa::after {
    background: rgb(215,195,225);
    transform: rotate(-15deg) translateZ(0);
    z-index: 0;
    animation: float 12s ease-in-out infinite;
    clip-path: polygon(30% 0%, 100% 0%, 100% 100%, 0% 100%);
    right: -10%;
    top: -10%;
    content: "";
    filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.2));
    width: 35%;
    position: absolute;
    height: 35%;
}.title_portal_qfa .page_hero_a9I {
    z-index: 2;
    display: grid;
    position: relative;
    width: 100%;
    max-width: 1200px;
    transform: translateZ(0);
    grid-template-columns: 1fr;
    gap: 3rem;
}.title_portal_qfa .page_hero_a9I > div:first-child {
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
    transform: perspective(1000px) rotateX(2deg) translateZ(0);
    background: #ffffff;
    padding: 2rem;
}.title_portal_qfa .page_hero_a9I > div:first-child:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px) translateZ(0);
}.title_portal_qfa .page_hero_a9I > div:first-child::before {
    height: 100%;
    background: linear-gradient(to bottom, rgb(215,195,225), rgb(184,158,202));
    transform-origin: top;
    left: 0;
    position: absolute;
    transition: transform 0.4s ease;
    content: "";
    width: 4px;
    top: 0;
    transform: scaleY(0.95);
}.title_portal_qfa .page_hero_a9I > div:first-child:hover::before {
    transform: scaleY(1);
}.title_portal_qfa .page_hero_a9I p {
    margin: 0;
    font-size: calc(17px * 1.2);
    color: #000000;
    letter-spacing: 0.02em;
    position: relative;
    transition: transform 0.3s ease;
    line-height: 1.6;
    font-weight: 600;
}.title_portal_qfa .learning_track_Ngy {
    transform: translateZ(0);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    transition: box-shadow 0.4s ease;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2), 0 10px 20px rgba(0, 0, 0, 0.1);
}.title_portal_qfa .learning_track_Ngy:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25), 0 15px 25px rgba(0, 0, 0, 0.15);
}.title_portal_qfa .learning_track_Ngy > div {
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: space-between;
    min-height: 400px;
    padding: 3rem 2rem;
}.title_portal_qfa .learning_track_Ngy > div::before {
    transition: background 0.4s ease;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.4) 0%,
    rgba(0, 0, 0, 0.7) 100%
  );
    content: "";
    height: 100%;
}.title_portal_qfa .learning_track_Ngy:hover > div::before {
    background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
}.title_portal_qfa .learning_track_Ngy h3 {
    color: #ffffff;
    font-weight: 600;
    opacity: 0.95;
    line-height: 1.5;
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.5s ease;
    font-size: calc(19px * 1.1);
    margin: 0 0 1.5rem;
    position: relative;
    z-index: 2;
    max-width: 90%;
}.title_portal_qfa .learning_track_Ngy:hover h3 {
    opacity: 1;
    transform: translateY(-5px);
}.title_portal_qfa .learning_track_Ngy div div {
    position: relative;
    z-index: 2;
    margin-top: 1.5rem;
}.title_portal_qfa .learning_track_Ngy div div div {
    backdrop-filter: blur(8px);
    transform: translateZ(0);
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), clip-path 0.5s ease;
    padding: 1.5rem;
    position: relative;
    background: linear-gradient(120deg, rgb(215,195,225,0.5), rgb(215,195,225));
    clip-path: polygon(0 0, 100% 0, 98% 100%, 0% 100%);
}.title_portal_qfa .learning_track_Ngy:hover div div div {
    transform: translateY(-5px) translateZ(0);
    clip-path: polygon(0 0, 100% 0, 96% 100%, 0% 100%);
}.title_portal_qfa .title_style_header {
    letter-spacing: 0.02em;
    margin: 0;
    line-height: 1.2;
    font-size: 42px;
    transform: translateZ(0);
    transition: letter-spacing 0.4s ease, text-shadow 0.4s ease;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    font-weight: 700;
}.title_portal_qfa .learning_track_Ngy:hover .title_style_header {
    letter-spacing: 0.03em;
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
}

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

@media (min-width: 768px) {.title_portal_qfa .page_hero_a9I {
    gap: 2rem;
    grid-template-columns: 0.5fr 1fr;
}.title_portal_qfa .page_hero_a9I > div:first-child {
    align-self: center;
    transform: perspective(1000px) rotateX(2deg) rotateY(-4deg) translateZ(0);
}.title_portal_qfa .page_hero_a9I > div:first-child:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(-2deg) translateY(-5px) translateZ(0);
}.title_portal_qfa .learning_track_Ngy {
    transform: perspective(1000px) rotateY(2deg) translateZ(0);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.4s ease;
}.title_portal_qfa .learning_track_Ngy:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(0);
}.title_portal_qfa .learning_track_Ngy > div {
    padding: 4rem 3rem;
    min-height: 500px;
}
}

@media (min-width: 992px) {.title_portal_qfa {
    padding: 3rem;
}.title_portal_qfa .page_hero_a9I > div:first-child {
    padding: 3rem;
}.title_portal_qfa .page_hero_a9I > div:first-child::after {
    z-index: -1;
    background: rgb(184,158,202);
    height: 40px;
    right: -20px;
    transform: rotate(45deg) translateY(50%);
    content: "";
    bottom: 50%;
    width: 40px;
    transition: transform 0.4s ease;
    position: absolute;
}.title_portal_qfa .page_hero_a9I > div:first-child:hover::after {
    transform: rotate(45deg) translateY(50%) scale(1.1);
}.title_portal_qfa .learning_track_Ngy > div {
    min-height: 550px;
}.title_portal_qfa .title_style_header {
    font-size: calc(42px * 1.2);
}.title_portal_qfa .learning_track_Ngy h3 {
    font-size: calc(19px * 1.2);
}
}

@media (max-width: 767px) {.title_portal_qfa {
    min-height: auto;
    padding: 4rem 1rem;
}.title_portal_qfa .page_hero_a9I {
    gap: 2rem;
}.title_portal_qfa .page_hero_a9I > div:first-child {
    padding: 1.5rem;
}.title_portal_qfa .page_hero_a9I p {
    font-size: 17px;
}.title_portal_qfa .learning_track_Ngy > div {
    min-height: 350px;
    padding: 2rem 1.5rem;
}.title_portal_qfa .learning_track_Ngy h3 {
    max-width: 100%;
    font-size: 19px;
}.title_portal_qfa .title_style_header {
    font-size: calc(38px * 0.9);
}.title_portal_qfa .learning_track_Ngy div div div {
    padding: 1rem;
}}.stay_connected_FMw {
    padding: 4rem 3rem;
    background: rgb(237,228,242);
    overflow: hidden;
    position: relative;
}.stay_connected_FMw::before {
    border-radius: 50%;
    background: linear-gradient(135deg, rgb(215,195,225) 0%, rgb(215,195,225,0.5) 100%);
    top: -100px;
    opacity: 0.7;
    position: absolute;
    width: 250px;
    right: -100px;
    content: "";
    animation: orbit 20s linear infinite;
    height: 250px;
    z-index: 1;
}.stay_connected_FMw::after {
    height: 150px;
    bottom: -50px;
    width: 150px;
    position: absolute;
    z-index: 1;
    opacity: 0.5;
    background: linear-gradient(45deg, rgb(184,158,202) 0%, rgb(184,158,202,0.5) 100%);
    border-radius: 50%;
    content: "";
    left: -50px;
    animation: pulse-circle 15s ease-in-out infinite alternate;
}.stay_connected_FMw .academy_roots_Xdh {
    gap: 3rem;
    grid-template-columns: 1fr 1.5fr;
    grid-template-areas:
        "text form"
        "text form";
    align-items: center;
    position: relative;
    display: grid;
    z-index: 2;
}.stay_connected_FMw .academy_roots_Xdh::before {
    position: absolute;
    content: "";
    left: 50%;
    z-index: -1;
    height: 50px;
    filter: blur(10px);
    top: 50%;
    opacity: 0.2;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: rgb(215,195,225,0.5);
    width: 50px;
}.stay_connected_FMw p {
    line-height: 1.6;
    font-family: Arial, sans-serif;
    color: #000000;
    position: relative;
    padding-left: 2rem;
    font-weight: 700;
    grid-area: text;
    font-size: 20px;
}.stay_connected_FMw p::before {
    width: 4px;
    left: 0;
    top: 0;
    border-radius: 10px;
    background: linear-gradient(to bottom, rgb(215,195,225), rgb(184,158,202));
    height: 100%;
    content: "";
    position: absolute;
}.stay_connected_FMw .input_holder {
    gap: 1rem;
    position: relative;
    grid-area: form;
    display: flex;
    flex-direction: column;
}.stay_connected_FMw .input_holder::before {
    border: 2px dashed rgb(215,195,225,0.5);
    position: absolute;
    right: -15px;
    width: 80px;
    animation: rotate 30s linear infinite;
    border-radius: 50%;
    opacity: 0.5;
    height: 80px;
    top: -15px;
    z-index: -1;
    content: "";
}.stay_connected_FMw .input_holder::after {
    bottom: -20px;
    height: 100px;
    width: 100px;
    animation: float-circle 12s ease-in-out infinite alternate;
    opacity: 0.3;
    content: "";
    z-index: -1;
    border: 1px solid rgb(184,158,202,0.5);
    position: absolute;
    border-radius: 50%;
    left: 30%;
}.stay_connected_FMw .join_now_E6J {
    color: #000000;
    border-radius: 25px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding: 1.3rem 1.5rem;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    font-size: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}.stay_connected_FMw .join_now_E6J:focus {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    outline: none;
    border-color: rgb(215,195,225,0.5);
}.stay_connected_FMw .join_now_E6J::placeholder {
    color: #000000;
    opacity: 0.6;
}.stay_connected_FMw .sub_promo_P1f {
    transition: all 0.3s ease;
    width: auto;
    border: none;
    overflow: hidden;
    border-radius: 25px;
    color: #ffffff;
    background: rgb(215,195,225);
    z-index: 1;
    align-self: flex-end;
    position: relative;
    font-family: Arial, sans-serif;
    font-weight: 600;
    font-size: 16px;
    min-width: 150px;
    cursor: pointer;
    padding: 1rem 2rem;
}.stay_connected_FMw .sub_promo_P1f::before {
    height: 100%;
    width: 100%;
    left: 50%;
    transition: transform 0.5s ease, opacity 0.3s ease;
    border-radius: 50%;
    position: absolute;
    background: rgb(184,158,202);
    opacity: 0;
    top: 50%;
    z-index: -1;
    content: "";
    transform: translate(-50%, -50%) scale(0);
}.stay_connected_FMw .sub_promo_P1f:hover::before {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 1;
}

@keyframes orbit {
    0% {
        transform: rotate(0deg) translateX(30px) rotate(0deg);
    }
    100% {
        transform: rotate(360deg) translateX(30px) rotate(-360deg);
    }
}

@keyframes pulse-circle {
    0% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 0.3;
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes float-circle {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-15px);
    }
}

@media (max-width: 768px) {.stay_connected_FMw {
    padding: 3rem 1.5rem;
}.stay_connected_FMw .academy_roots_Xdh {
    grid-template-areas:
            "text"
            "inquiry_widget_pBi";
    gap: 2rem;
    grid-template-columns: 1fr;
}.stay_connected_FMw p {
    font-size: 21px;
}.stay_connected_FMw .input_holder {
    gap: 1rem;
}.stay_connected_FMw .sub_promo_P1f {
    align-self: stretch;
    width: 100%;
}}.training_benefits_RCt {
    background: rgb(237,228,242);
    overflow: hidden;
    position: relative;
    padding: 10rem 0;
}.training_benefits_RCt::before {
    top: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgb(215,195,225,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(184,158,202,0.5) 0%, transparent 40%);
    width: 100%;
    content: '';
    position: absolute;
    left: 0;
    height: 100%;
    z-index: 1;
    opacity: 0.4;
}.training_benefits_RCt .academy_roots_Xdh {
    position: relative;
    margin: 0 auto;
    display: flex;
    z-index: 5;
    flex-direction: column;
    max-width: 1400px;
}.training_benefits_RCt h2 {
    margin-left: 2rem;
    color: #000000;
    width: 60%;
    font-weight: 700;
    margin-bottom: 2.5rem;
    line-height: 1.2;
    position: relative;
    font-size: calc(30px * 1.5);
}.training_benefits_RCt h2::after {
    background: rgb(215,195,225);
    content: '';
    bottom: -15px;
    border-radius: 10px;
    width: 120px;
    position: absolute;
    left: 0;
    height: 6px;
}.training_benefits_RCt .image_box_b2I {
    height: 80%;
    top: 10%;
    right: 0;
    width: 45%;
    position: absolute;
    z-index: 2;
    box-shadow: -30px 30px 60px rgba(0, 0, 0, 0.15);
    border-radius: 13px 0 0 13px;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
}.training_benefits_RCt .image_box_b2I::after {
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
    content: '';
    z-index: 1;
    background: linear-gradient(90deg, rgb(215,195,225,0.5) 0%, transparent 100%);
}.training_benefits_RCt .text_area_E4c {
    z-index: 3;
    padding-left: 2rem;
    width: 65%;
    position: relative;
}.training_benefits_RCt .text_main_holder {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
    margin-top: 1rem;
}.training_benefits_RCt .text_main_holder > div {
    transition: all 0.4s ease;
    align-items: flex-start;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    padding: 2rem 2.5rem;
    background: #ffffff;
    display: flex;
    border-radius: 13px;
}.training_benefits_RCt .text_main_holder > div::before {
    background: linear-gradient(90deg, rgb(215,195,225) 0%, transparent 100%);
    border-radius: 13px;
    transition: width 0.4s ease;
    height: 100%;
    z-index: 1;
    opacity: 0.1;
    width: 0;
    content: '';
    top: 0;
    left: 0;
    position: absolute;
}.training_benefits_RCt .text_main_holder > div:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}.training_benefits_RCt .text_main_holder > div:hover::before {
    width: 100%;
}.training_benefits_RCt .text_main_holder svg {
    flex-shrink: 0;
    z-index: 2;
    transition: transform 0.3s ease;
    margin-right: 1.5rem;
    position: relative;
    width: 3rem;
    height: 3rem;
}.training_benefits_RCt .text_main_holder > div:hover svg {
    transform: rotate(10deg) scale(1.1);
}.training_benefits_RCt .text_main_holder svg path {
    transition: fill 0.3s ease;
    fill: rgb(215,195,225);
}.training_benefits_RCt .text_main_holder > div:hover svg path {
    fill: rgb(184,158,202);
}.training_benefits_RCt .text_main_holder p {
    font-size: 18px;
    z-index: 2;
    position: relative;
    line-height: 1.6;
    color: #000000;
    margin: 0;
}

@media (max-width: 1200px) {.training_benefits_RCt h2 {
    width: 70%;
    font-size: calc(30px * 1.3);
}.training_benefits_RCt .text_area_E4c {
    width: 70%;
}.training_benefits_RCt .image_box_b2I {
    width: 40%;
}
}

@media (max-width: 992px) {.training_benefits_RCt {
    padding: 8rem 0;
}.training_benefits_RCt h2 {
    width: 80%;
    font-size: calc(30px * 1.2);
}.training_benefits_RCt .text_area_E4c {
    width: 80%;
    padding-left: 2rem;
    padding-right: 2rem;
}.training_benefits_RCt .text_main_holder {
    gap: 2rem;
    grid-template-columns: 1fr;
}.training_benefits_RCt .image_box_b2I {
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%);
}
}

@media (max-width: 768px) {.training_benefits_RCt {
    padding: 7rem 0 20rem;
}.training_benefits_RCt .academy_roots_Xdh {
    display: flex;
    flex-direction: column;
}.training_benefits_RCt h2 {
    font-size: 30px;
    width: auto;
    margin-left: 2rem;
    margin-right: 2rem;
}.training_benefits_RCt .text_area_E4c {
    width: auto;
    padding: 0 2rem;
}.training_benefits_RCt .image_box_b2I {
    height: 300px;
    width: 90%;
    right: auto;
    margin: 2rem auto 0;
    border-radius: 13px;
    top: auto;
    position: relative;
    clip-path: none;
}.training_benefits_RCt .text_main_holder > div {
    padding: 1.8rem 2rem;
}
}

@media (max-width: 576px) {.training_benefits_RCt {
    padding: 5rem 0 18rem;
}.training_benefits_RCt h2 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
}.training_benefits_RCt .text_area_E4c {
    padding: 0 1.5rem;
}.training_benefits_RCt .text_main_holder > div {
    padding: 1.5rem;
}.training_benefits_RCt .text_main_holder svg {
    height: 2.5rem;
    margin-right: 1rem;
    width: 2.5rem;
}.training_benefits_RCt .image_box_b2I {
    height: 250px;
}}.cookie_popup_overlay_OcA {
    transition: transform 0.5s ease-in-out;
    background: rgb(184,158,202);
    animation: slideUp 0.5s forwards;
    border-top: 3px solid rgb(184,158,202);
    z-index: 90;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    width: 100%;
    bottom: 0;
    font-family: Arial, sans-serif;
    position: fixed;
    padding: 20px 0;
    transform: translateY(100%);
}@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}
.cookie_alerts_cMy {
    align-items: center;
    gap: 20px;
    display: flex;
    justify-content: space-between;
    padding: 20px 5%;
}.cookie_popup_overlay_OcA h5 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 1px;
}.cookie_popup_overlay_OcA p {
    font-size: 18px;
    margin: 0;
    color: #ffffff;
    line-height: 1.5;
}.learn_agree_qzg {
    flex-shrink: 0;
    filter: drop-shadow(0 0 10px rgb(215,195,225));
    margin-right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}.learn_agree_qzg svg {
    fill: rgb(215,195,225);
    transition: transform 0.3s ease-in-out;
    width: 80px;
    height: 80px;
}.learn_agree_qzg:hover svg {
    transform: scale(1.1);
}.secure_cookies_7a3 {
    color: #000000;
    background: linear-gradient(90deg, rgb(215,195,225), rgb(184,158,202));
    box-shadow: 0 0 15px rgb(215,195,225);
    min-width: 140px;
    flex-shrink: 0;
    cursor: pointer;
    text-decoration: none;
    font-size: 20px;
    line-height: 40px;
    border-radius: 17px;
    text-align: center;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    padding: 10px 20px;
    margin-left: 10px;
    white-space: nowrap;
}.secure_cookies_7a3:hover {
    box-shadow: 0 0 20px rgb(184,158,202);
}.cookie_button.cookie_guide_vMG:hover {
    box-shadow: 0 0 15px rgb(184,158,202);
}.cookie_popup_overlay_OcA p a {
    transition: color 0.3s ease;
    color: rgb(215,195,225);
    text-decoration: none;
}.cookie_popup_overlay_OcA p a:hover {
    color: rgb(184,158,202);
}#cookie_notice_box_LZt {
    display: none;
}#cookie_notice_box_LZt:checked ~ .cookie_popup_overlay_OcA {
    opacity: 0;
    visibility: hidden;
}
@media only screen and (max-width: 1200px) {.cookie_popup_overlay_OcA {
    padding: 15px 0;
}.cookie_alerts_cMy {
    padding: 15px 5%;
}
}
@media only screen and (max-width: 800px) {.learn_agree_qzg {
    display: none;
}.cookie_alerts_cMy {
    text-align: center;
    flex-direction: column;
    align-items: center;
}.cookie_popup_overlay_OcA h5 {
    font-size: 17px;
    margin-bottom: 5px;
}.cookie_compl_nkV {
    margin-bottom: 15px;
}.secure_cookies_7a3 {
    margin: 10px 0;
    min-width: 100%;
}}
.tyBox_xpJ {
    min-height: 60vh;
    display: flex;
    justify-content: center;
    position: relative;
    overflow: hidden;
    padding: 5rem 2rem;
    background: linear-gradient(135deg, rgb(237,228,242) 0%, rgb(215,195,225,0.5) 100%);
    align-items: center;
}.tyBox_xpJ::before {
    width: 100%;
    opacity: 0.05;
    left: 0;
    height: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
    content: "";
    background: repeating-linear-gradient(
        -45deg,
        rgb(215,195,225,0.5) 0px,
        rgb(215,195,225,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
}.tyBox_xpJ::after {
    height: 30%;
    right: -5%;
    width: 30%;
    background: rgb(184,158,202,0.5);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    z-index: 1;
    opacity: 0.1;
    transform: rotate(15deg);
    top: -5%;
    content: "";
    position: absolute;
}.tyBox_xpJ .container {
    width: 100%;
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}.tyBox_xpJ .academy_roots_Xdh {
    grid-template-columns: 1fr;
    padding: 3.5rem;
    transform: perspective(1000px) rotateX(2deg);
    background: rgba(255, 255, 255, 0.97);
    border-left: 5px solid rgb(215,195,225);
    gap: 2rem;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08), 0 10px 20px rgba(0, 0, 0, 0.05);
    display: grid;
    position: relative;
}.tyBox_xpJ .academy_roots_Xdh::before {
    background: linear-gradient(90deg, rgb(215,195,225) 0%, rgb(184,158,202) 100%);
    height: 8px;
    width: 100%;
    top: 0;
    content: "";
    left: 0;
    position: absolute;
    transform-origin: left top;
}.tyBox_xpJ .academy_roots_Xdh > div:first-child {
    padding-bottom: 1.5rem;
    position: relative;
}.tyBox_xpJ .academy_roots_Xdh > div:first-child::after {
    width: 80px;
    transform-origin: left;
    left: 0;
    bottom: 0;
    animation: lineGrow 1.2s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    content: "";
    height: 4px;
    background: rgb(184,158,202);
    position: absolute;
}.tyBox_xpJ h5 {
    transform: translateY(20px);
    animation: fadeUp 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.2s forwards;
    margin: 0;
    font-weight: 700;
    color: #000000;
    opacity: 0;
    line-height: 1.4;
    font-size: calc(24px * 1.1);
}.tyBox_xpJ a {
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    display: block;
}.tyBox_xpJ a:hover {
    transform: translateY(-5px);
}.tyBox_xpJ p {
    animation: fadeUp 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.4s forwards;
    transform: translateY(20px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.03);
    background: linear-gradient(to bottom right, rgba(rgb(237,228,242), 0.3), rgba(255, 255, 255, 0.9));
    color: #000000;
    margin: 0;
    font-size: 13px;
    position: relative;
    line-height: 1.8;
    padding: 1.5rem;
    border-left: 3px solid rgb(184,158,202,0.5);
    border-radius: 10px;
    opacity: 0;
}.tyBox_xpJ p::before {
    position: absolute;
    height: 36px;
    color: #ffffff;
    font-weight: 700;
    left: -15px;
    border-radius: 50%;
    background: rgb(215,195,225);
    align-items: center;
    display: flex;
    justify-content: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    top: -15px;
    width: 36px;
    content: "✓";
}

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

@keyframes lineGrow {
    from {
        width: 0;
    }
    to {
        width: 80px;
    }
}

@media (min-width: 768px) {.tyBox_xpJ {
    padding: 7rem 3rem;
}.tyBox_xpJ .academy_roots_Xdh {
    padding: 4rem;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    transform: perspective(1000px) rotateX(1deg);
}.tyBox_xpJ h5 {
    font-size: calc(24px * 1.3);
}.tyBox_xpJ .academy_roots_Xdh > div:first-child {
    align-items: center;
    display: flex;
    padding-bottom: 0;
}.tyBox_xpJ .academy_roots_Xdh > div:first-child::after {
    display: none;
}.tyBox_xpJ p {
    padding: 2rem;
}
}

@media (max-width: 767px) {.tyBox_xpJ {
    padding: 4rem 1.5rem;
}.tyBox_xpJ .academy_roots_Xdh {
    transform: perspective(1000px) rotateX(1deg);
    padding: 2.5rem 1.5rem;
}.tyBox_xpJ h5 {
    font-size: 24px;
    line-height: 1.5;
}.tyBox_xpJ p {
    padding: 1.2rem;
    font-size: calc(13px * 0.95);
}.tyBox_xpJ p::before {
    left: -10px;
    top: -10px;
    font-size: 0.8rem;
    height: 30px;
    width: 30px;
}
}

@media (max-width: 480px) {.tyBox_xpJ {
    padding: 3rem 1rem;
}.tyBox_xpJ .academy_roots_Xdh {
    border-left-width: 3px;
    padding: 2rem 1.2rem;
}.tyBox_xpJ .academy_roots_Xdh::before {
    height: 5px;
}.tyBox_xpJ h5 {
    font-size: calc(24px * 0.9);
}.tyBox_xpJ p {
    padding: 1rem;
    line-height: 1.6;
    font-size: calc(13px * 0.9);
}}.contact_3cy {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(145deg, rgb(237,228,242) 0%, rgba(9, 19, 32, 0.9) 100%);
}.contact_3cy::before {
    content: "";
    pointer-events: none;
    position: absolute;
    opacity: 0.05;
    top: 0;
    animation: gridMove 20s linear infinite;
    width: 100%;
    left: 0;
    height: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(215,195,225,0.5) 0px,
        transparent 1px,
        transparent 10px,
        rgb(215,195,225,0.5) 11px
    );
}.contact_3cy::after {
    width: 200%;
    left: -50%;
    opacity: 0.1;
    pointer-events: none;
    content: "";
    animation: pulseGlow 15s ease-in-out infinite;
    background: radial-gradient(circle, rgb(215,195,225,0.5) 0%, transparent 60%);
    position: absolute;
    height: 200%;
    top: -50%;
}.contact_3cy .container {
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    z-index: 1;
    max-width: 1200px;
}.contact_3cy h2 {
    margin-bottom: 60px;
    position: relative;
    font-size: 28px;
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-weight: 700;
    text-align: center;
    padding-bottom: 15px;
}.contact_3cy h2::after {
    background: linear-gradient(to right, transparent, rgb(215,195,225), transparent);
    transform: translateX(-50%);
    content: "";
    height: 3px;
    width: 80px;
    left: 50%;
    position: absolute;
    bottom: 0;
}.contact_3cy .feedback_block_iSh {
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    backdrop-filter: blur(10px);
    position: relative;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.03);
    display: flex;
}.contact_3cy .feedback_block_iSh::before {
    opacity: 0.03;
    height: 100%;
    pointer-events: none;
    width: 100%;
    background: linear-gradient(to bottom right, rgb(215,195,225,0.5), transparent);
    top: 0;
    left: 0;
    content: "";
    position: absolute;
}.contact_3cy .image_box_b2I {
    transition: transform 0.6s ease;
    flex: 1;
    min-height: 500px;
    position: relative;
    transform: scale(1.01);
}.contact_3cy .image_box_b2I::after {
    top: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
    content: "";
    width: 100%;
    left: 0;
    position: absolute;
    height: 100%;
}.contact_3cy .request_panel_z6A {
    position: relative;
    flex: 1;
    padding: 50px;
}.contact_3cy .request_panel_z6A::before {
    content: "";
    border-right: 2px solid rgb(215,195,225,0.5);
    width: 50px;
    opacity: 0.7;
    right: 20px;
    height: 50px;
    top: 20px;
    border-top: 2px solid rgb(215,195,225,0.5);
    position: absolute;
}.contact_3cy .request_panel_z6A::after {
    width: 50px;
    border-bottom: 2px solid rgb(215,195,225,0.5);
    left: 20px;
    height: 50px;
    opacity: 0.7;
    border-left: 2px solid rgb(215,195,225,0.5);
    content: "";
    bottom: 20px;
    position: absolute;
}.contact_3cy form {
    width: 100%;
}.contact_3cy form h3 {
    margin-bottom: 30px;
    font-size: 19px;
    position: relative;
    font-family: Arial, sans-serif;
    padding-left: 15px;
    color: #ffffff;
    font-weight: 600;
}.contact_3cy form h3::before {
    transform: translateY(-50%);
    height: 25px;
    width: 5px;
    top: 50%;
    background: rgb(215,195,225);
    border-radius: 10px;
    position: absolute;
    left: 0;
    content: "";
}.contact_3cy form input[type="text"] {
    margin-bottom: 20px;
    padding: 15px 20px;
    border-radius: 10px;
    font-size: 15px;
    font-family: Arial, sans-serif;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
}.contact_3cy form input[type="text"]:focus {
    background: rgba(255, 255, 255, 0.08);
    outline: none;
    border-color: rgb(215,195,225);
    box-shadow: 0 0 15px rgba(rgb(215,195,225), 0.2);
}.contact_3cy form input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}.contact_3cy .help_message_EUV {
    position: relative;
    margin-bottom: 30px;
    align-items: flex-start;
    display: flex;
}.contact_3cy .help_message_EUV input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact_3cy .help_message_EUV label {
    position: relative;
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    line-height: 1.5;
    font-size: 16px;
    padding-left: 35px;
}.contact_3cy .help_message_EUV label::before {
    content: "";
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: absolute;
    transition: all 0.3s ease;
    height: 22px;
    background: rgba(255, 255, 255, 0.05);
    left: 0;
    border-radius: 10px;
    width: 22px;
    top: 2px;
}.contact_3cy .help_message_EUV input[type="checkbox"]:checked + label::before {
    background: rgb(215,195,225);
    border-color: rgb(215,195,225);
}.contact_3cy .help_message_EUV input[type="checkbox"]:checked + label::after {
    top: 11px;
    border-left: 2px solid #ffffff;
    position: absolute;
    border-bottom: 2px solid #ffffff;
    width: 8px;
    content: "";
    transform: rotate(-45deg);
    left: 7px;
    height: 4px;
}.contact_3cy .help_message_EUV label a {
    text-decoration: none;
    color: rgb(215,195,225);
    transition: all 0.3s ease;
}.contact_3cy .help_message_EUV label a:hover {
    text-decoration: underline;
}.contact_3cy form .message_widget_1Sx {
    position: relative;
    font-size: 15px;
    cursor: pointer;
    overflow: hidden;
    color: #ffffff;
    z-index: 1;
    font-family: Arial, sans-serif;
    font-weight: 600;
    border-radius: 10px;
    display: inline-block;
    transition: all 0.4s ease;
    border: none;
    padding: 15px 35px;
    background: linear-gradient(45deg, rgb(215,195,225), rgb(184,158,202));
}.contact_3cy form .message_widget_1Sx::before {
    z-index: -1;
    width: 100%;
    background: linear-gradient(45deg, rgb(184,158,202), rgb(215,195,225));
    content: "";
    height: 100%;
    transition: all 0.4s ease;
    position: absolute;
    left: -100%;
    top: 0;
}.contact_3cy form .message_widget_1Sx:hover::before {
    left: 0;
}.contact_3cy form .message_widget_1Sx:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
}.contact_3cy svg {
    height: 24px;
    fill: rgb(215,195,225);
    width: 24px;
    margin-right: 15px;
}.contact_3cy svg path {
    transition: fill 0.3s ease;
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.05;
        transform: scale(1);
    }
    50% {
        opacity: 0.1;
        transform: scale(1.1);
    }
}

@media screen and (max-width: 991px) {.contact_3cy {
    padding: 80px 0;
}.contact_3cy .feedback_block_iSh {
    flex-direction: column;
}.contact_3cy .image_box_b2I {
    min-height: 300px;
    order: 1;
}.contact_3cy .request_panel_z6A {
    padding: 40px 30px;
    order: 2;
}
}

@media screen and (max-width: 767px) {.contact_3cy {
    padding: 60px 0;
}.contact_3cy h2 {
    margin-bottom: 40px;
}.contact_3cy .image_box_b2I {
    min-height: 200px;
}.contact_3cy .request_panel_z6A {
    padding: 30px 20px;
}.contact_3cy form .message_widget_1Sx {
    width: 100%;
    text-align: center;
}
}

@media screen and (max-width: 480px) {.contact_3cy {
    padding: 40px 0;
}.contact_3cy h2 {
    font-size: calc(28px * 0.8);
}.contact_3cy form h3 {
    font-size: calc(19px * 0.9);
}.contact_3cy .request_panel_z6A::before,
    .contact_3cy .request_panel_z6A::after {
    width: 30px;
    height: 30px;
}}footer {
    perspective: 1000px;
    z-index: 1;
    position: relative;
}footer::before {
    top: 0;
    position: absolute;
    content: "";
    opacity: 0.9;
    left: 0;
    z-index: -2;
    right: 0;
    background: linear-gradient(135deg, rgb(184,158,202,0.5) 0%, rgb(215,195,225,0.5) 100%);
    bottom: 0;
}footer::after {
    background: 
        radial-gradient(circle at 20% 20%, transparent 0, transparent 80px, rgba(255, 255, 255, 0.03) 81px),
        radial-gradient(circle at 80% 40%, transparent 0, transparent 120px, rgba(255, 255, 255, 0.03) 121px),
        radial-gradient(circle at 40% 70%, transparent 0, transparent 100px, rgba(255, 255, 255, 0.03) 101px);
    position: absolute;
    content: "";
    right: 0;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
}.trophy_case_VlH {
    color: #ffffff;
    position: relative;
    padding: 5rem 0 2.5rem;
}.trophy_case_VlH::before {
    width: 100%;
    left: 0;
    height: 20px;
    background: repeating-linear-gradient(
        90deg,
        rgb(215,195,225) 0px,
        rgb(215,195,225) 40px,
        rgb(184,158,202) 40px,
        rgb(184,158,202) 80px
    );
    top: 0;
    position: absolute;
    content: "";
}.trophy_case_VlH .container {
    gap: 4rem;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}.trophy_case_VlH .company_holder {
    transform-style: preserve-3d;
    border-bottom: 6px solid rgb(215,195,225);
    transform: rotateX(5deg);
    border-radius: 0;
    transition: all 0.4s ease;
    flex: 1 1 380px;
    padding: 2rem;
    position: relative;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15);
    background: rgb(215,195,225,0.5);
}.trophy_case_VlH .company_holder:hover {
    transform: rotateX(0deg);
}.trophy_case_VlH .company_holder h3 {
    font-weight: 700;
    margin: 0 0 1.5rem;
    color: #ffffff;
    letter-spacing: 1px;
    font-size: 36px;
    position: relative;
    transform: translateZ(20px);
    display: inline-block;
}.trophy_case_VlH .company_holder h3::before {
    height: 30px;
    top: -10px;
    content: "";
    width: 30px;
    border-left: 3px solid #ffffff;
    position: absolute;
    border-top: 3px solid #ffffff;
    left: -10px;
}.trophy_case_VlH .company_holder h3::after {
    width: 30px;
    content: "";
    border-right: 3px solid #ffffff;
    height: 30px;
    border-bottom: 3px solid #ffffff;
    bottom: -10px;
    position: absolute;
    right: -10px;
}.trophy_case_VlH .grant_info_9Fl {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
    line-height: 1.6;
    padding: 1.5rem;
    color: #ffffff;
    font-size: 14px;
    transform: translateZ(10px);
}.trophy_case_VlH .template_cta_Pnt {
    flex: 1 1 calc(100% - 480px);
    min-width: 400px;
}.trophy_case_VlH .main_top_axB {
    gap: 3rem;
    flex-wrap: wrap;
    display: flex;
}.trophy_case_VlH .head_wrap_0Ei {
    transition: all 0.4s ease;
    transform: rotateX(-5deg);
    flex: 1 1 calc(50% - 1.5rem);
    position: relative;
    transform-style: preserve-3d;
    min-width: 220px;
}.trophy_case_VlH .head_wrap_0Ei:hover {
    transform: rotateX(0deg);
}.trophy_case_VlH .head_wrap_0Ei h5 {
    font-weight: 600;
    background: rgb(184,158,202,0.5);
    transform: translateZ(15px);
    font-size: 21px;
    padding: 1rem 1.5rem;
    display: inline-block;
    min-width: 200px;
    position: relative;
    color: #ffffff;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
    margin: 0 0 1.5rem;
}.trophy_case_VlH .head_wrap_0Ei h5::after {
    right: 0;
    position: absolute;
    left: 0;
    height: 5px;
    background: rgb(184,158,202);
    bottom: -5px;
    content: "";
}.trophy_case_VlH .head_wrap_0Ei .main_top_axB {
    display: flex;
    border-radius: 10px;
    padding: 1rem;
    flex-direction: column;
    gap: 1rem;
    background: rgba(255, 255, 255, 0.1);
    transform: translateZ(5px);
}.trophy_case_VlH .head_wrap_0Ei .main_top_axB a {
    transform: translateZ(10px);
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
    text-decoration: none;
    border-radius: 10px;
    font-size: 14px;
    position: relative;
    display: block;
    padding: 0.7rem 1rem;
    transition: all 0.3s ease;
    color: #ffffff;
}.trophy_case_VlH .head_wrap_0Ei .main_top_axB a::before {
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    content: "";
    width: 100%;
    top: 0;
    height: 100%;
    position: absolute;
    transition: all 0.5s ease;
}.trophy_case_VlH .head_wrap_0Ei .main_top_axB a:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background: rgb(184,158,202,0.5);
    color: #ffffff;
}.trophy_case_VlH .head_wrap_0Ei .main_top_axB a:hover::before {
    left: 100%;
}.peer_help_Lgs {
    transform-style: preserve-3d;
    background: rgb(184,158,202,0.5);
    perspective: 1000px;
    padding: 2rem 0;
    position: relative;
    margin-top: 3rem;
}.peer_help_Lgs::before {
    content: "";
    transform-origin: bottom;
    background: rgb(184,158,202);
    left: 0;
    top: -20px;
    transform: rotateX(45deg);
    height: 20px;
    width: 100%;
    position: absolute;
}.peer_help_Lgs .container {
    display: flex;
    align-items: center;
    justify-content: center;
}.peer_help_Lgs .copy_notice_8Vh {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    font-size: 14px;
    color: #ffffff;
    transform: translateZ(5px);
    text-align: center;
    padding: 0.8rem 2rem;
}

@media (max-width: 1200px) {.trophy_case_VlH .container {
    gap: 3rem;
}.trophy_case_VlH .company_holder {
    flex: 1 1 350px;
}.trophy_case_VlH .template_cta_Pnt {
    flex: 1 1 calc(100% - 430px);
    min-width: 350px;
}.trophy_case_VlH .main_top_axB {
    gap: 2rem;
}
}

@media (max-width: 992px) {.trophy_case_VlH {
    padding: 4rem 0 2rem;
}.trophy_case_VlH .container {
    flex-direction: column;
    gap: 3rem;
}.trophy_case_VlH .company_holder,
    .trophy_case_VlH .template_cta_Pnt {
    min-width: 100%;
    flex: 1 1 100%;
}.trophy_case_VlH .head_wrap_0Ei {
    min-width: 220px;
    flex: 1 1 calc(50% - 1.5rem);
}.trophy_case_VlH .company_holder,
    .trophy_case_VlH .head_wrap_0Ei {
    transform: none;
}
}

@media (max-width: 768px) {.trophy_case_VlH {
    padding: 3.5rem 0 1.5rem;
}.trophy_case_VlH .main_top_axB {
    gap: 1.5rem;
}.trophy_case_VlH .company_holder h3 {
    font-size: calc(36px - 2px);
}.trophy_case_VlH .company_holder h3::before,
    .trophy_case_VlH .company_holder h3::after {
    height: 20px;
    width: 20px;
}.peer_help_Lgs {
    margin-top: 2rem;
}.peer_help_Lgs::before {
    top: -15px;
    height: 15px;
}
}

@media (max-width: 576px) {.trophy_case_VlH {
    padding: 3rem 0 1rem;
}.trophy_case_VlH .head_wrap_0Ei {
    flex: 1 1 100%;
    min-width: 100%;
}.trophy_case_VlH .main_top_axB {
    gap: 0.7rem;
}.trophy_case_VlH .head_wrap_0Ei .main_top_axB a {
    padding: 0.6rem 0.8rem;
}.peer_help_Lgs {
    padding: 1.5rem 0;
    margin-top: 1.5rem;
}.peer_help_Lgs::before {
    display: none;
}
}

@media (max-width: 420px) {.trophy_case_VlH::before {
    height: 10px;
}.trophy_case_VlH .company_holder h3::before,
    .trophy_case_VlH .company_holder h3::after {
    display: none;
}.trophy_case_VlH .head_wrap_0Ei h5 {
    width: 100%;
    min-width: auto;
}.peer_help_Lgs .copy_notice_8Vh {
    padding: 0.7rem 1.5rem;
    width: 90%;
}}.privacy_cordon_ReL {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    height: auto;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.5);
    width: 100%;
    padding: 60px;
}.privacy_cordon_ReL h1 {
    font-size: 38px;
    width: 100%;
    text-align: left;
    margin-bottom: 40px;
    font-weight: 700;
    padding-bottom: 10px;
    margin-top: 0;
    color: rgb(215,195,225);
    border-bottom: 4px solid rgb(184,158,202);
}.privacy_cordon_ReL h2 {
    margin-top: 0;
    text-align: left;
    margin-bottom: 30px;
    font-size: 37px;
    font-weight: 600;
    color: rgb(184,158,202);
    width: 100%;
    border-bottom: 3px solid rgb(215,195,225);
    padding-bottom: 5px;
}.privacy_cordon_ReL ul, .privacy_cordon_ReL ol {
    font-size: 13px;
    list-style: none;
    padding: 0;
    font-family: Arial, sans-serif;
    color: #000000;
    padding-left: 20px;
    margin: 20px 0;
}.privacy_cordon_ReL li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    padding: 10px 0;
    position: relative;
}.privacy_cordon_ReL li:before {
    content: "•";
    color: rgb(184,158,202);
    position: absolute;
    font-size: 1.5em;
    left: -20px;
    line-height: 1;
}.privacy_cordon_ReL section {
    background: none;
}.privacy_cordon_ReL p, .privacy_cordon_ReL span, .privacy_cordon_ReL div {
    color: #000000;
    font-size: 13px;
    font-family: Arial, sans-serif;
    margin-bottom: 20px;
    line-height: 1.8;
    text-align: left;
}

@media only screen and (max-width: 800px) {.privacy_cordon_ReL {
    border-radius: 10px;
    padding: 30px;
    grid-template-columns: 1fr;
}.privacy_cordon_ReL h1 {
    font-size: calc(18px - 5px);
}.privacy_cordon_ReL h2 {
    font-size: calc(18px - 3px);
}.privacy_cordon_ReL ul, .privacy_cordon_ReL ol {
    margin: 15px 0;
}.privacy_cordon_ReL li {
    padding: 8px 0;
}.privacy_cordon_ReL p, .privacy_cordon_ReL span, .privacy_cordon_ReL div {
    margin-bottom: 15px;
}}
.get_help_info_Zpw {
    overflow: hidden;
    padding: 100px 0;
    background: rgb(237,228,242);
    position: relative;
}.get_help_info_Zpw::before {
    z-index: 0;
    opacity: 0.3;
    height: 100%;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    content: "";
    background: 
        repeating-linear-gradient(
            -45deg,
            transparent,
            transparent 40px,
            rgb(215,195,225,0.5) 40px,
            rgb(215,195,225,0.5) 41px
        ),
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 40px,
            rgb(184,158,202,0.5) 40px,
            rgb(184,158,202,0.5) 41px
        );
}.get_help_info_Zpw::after {
    filter: blur(120px);
    position: absolute;
    content: "";
    opacity: 0.4;
    background: rgb(215,195,225,0.5);
    right: -50%;
    top: -50%;
    animation: rotateBlur 25s infinite linear;
    width: 100%;
    z-index: 0;
    height: 100%;
}@keyframes rotateBlur {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.get_help_info_Zpw .container {
    z-index: 1;
    max-width: 1200px;
    position: relative;
    padding: 0 15px;
    margin: 0 auto;
}.get_help_info_Zpw .learn_help_irR {
    background: transparent;
    overflow: visible;
    gap: 15px;
    display: grid;
    position: relative;
    grid-template-columns: 1fr;
    padding: 20px;
}.get_help_info_Zpw .write_experts_5jo {
    font-weight: 700;
    display: flex;
    padding: 0;
    font-size: 31px;
    text-align: left;
    margin: 0 0 10px 0;
    align-items: center;
    position: relative;
    display: inline-block;
    color: #000000;
}.get_help_info_Zpw .write_experts_5jo svg {
    stroke-linejoin: round;
    stroke-width: 2;
    width: 30px;
    margin-right: 15px;
    stroke: rgb(215,195,225);
    height: 30px;
    fill: none;
    stroke-linecap: round;
}.get_help_info_Zpw .write_experts_5jo svg path {
    animation: drawPath 1.5s forwards ease-in-out;
    stroke-dashoffset: 100;
    stroke-dasharray: 100;
}@keyframes drawPath {
    to {
        stroke-dashoffset: 0;
    }
}
.get_help_info_Zpw .write_experts_5jo::after {
    left: 0;
    bottom: -10px;
    content: "";
    height: 4px;
    position: absolute;
    border-radius: 10px;
    background: rgb(215,195,225);
    width: 80px;
}.get_help_info_Zpw .image_box_b2I {
    border-radius: 27px;
    height: 100%;
    opacity: 0;
    transition: all 0.5s ease;
    object-fit: cover;
    z-index: -1;
    width: 100%;
    top: 0;
    position: absolute;
    left: 0;
}.get_help_info_Zpw .get_help_l3o {
    display: grid;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    padding: 30px;
    border-radius: 27px;
    overflow: hidden;
    position: relative;
    grid-template-columns: 1fr;
    gap: 15px;
    z-index: 1;
}.get_help_info_Zpw .get_help_l3o::before {
    content: "";
    background-size: cover;
    border-radius: 0 27px 27px 0;
    width: 50%;
    box-shadow: -10px 0 20px rgba(0, 0, 0, 0.5);
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    z-index: -1;
    opacity: 0.9;
    background-position: center;
}.get_help_info_Zpw .get_help_l3o p {
    background: rgba(255, 255, 255, 0.9);
    margin: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    position: relative;
    border-radius: 10px;
    backdrop-filter: blur(5px);
    align-items: center;
    transition: transform 0.3s ease;
    color: #000000;
    padding: 15px 20px 15px 50px;
    display: flex;
    border-left: 3px solid rgb(215,195,225);
    font-size: 16px;
}.get_help_info_Zpw .get_help_l3o p:hover {
    transform: translateX(5px);
}.get_help_info_Zpw .get_help_l3o p svg {
    transition: all 0.3s ease;
    stroke-linejoin: round;
    fill: none;
    stroke-width: 2;
    width: 20px;
    transform: translateY(-50%);
    position: absolute;
    stroke: rgb(215,195,225);
    stroke-linecap: round;
    top: 50%;
    left: 15px;
    height: 20px;
}.get_help_info_Zpw .get_help_l3o p:hover svg {
    transform: translateY(-50%) scale(1.2);
    stroke: rgb(184,158,202);
}.get_help_info_Zpw .get_help_l3o p svg path {
    animation: drawIcon 0.8s forwards ease-out;
    stroke-dasharray: 60;
    stroke-dashoffset: 60;
}.get_help_info_Zpw .get_help_l3o p:nth-child(1) svg path {
    animation-delay: 0.6s;
}.get_help_info_Zpw .get_help_l3o p:nth-child(2) svg path {
    animation-delay: 0.7s;
}.get_help_info_Zpw .get_help_l3o p:nth-child(3) svg path {
    animation-delay: 0.8s;
}.get_help_info_Zpw .get_help_l3o p:nth-child(4) svg path {
    animation-delay: 0.9s;
}.get_help_info_Zpw .get_help_l3o p:nth-child(5) svg path {
    animation-delay: 1s;
}@keyframes drawIcon {
    to {
        stroke-dashoffset: 0;
    }
}
.get_help_info_Zpw .get_help_l3o p span {
    margin-left: 10px;
}.get_help_info_Zpw .get_help_l3o p a {
    color: rgb(215,195,225);
    font-weight: 600;
    transition: color 0.3s ease;
    text-decoration: none;
}.get_help_info_Zpw .get_help_l3o p a:hover {
    color: rgb(184,158,202);
}.get_help_info_Zpw .edu_form_wfg {
    padding: 25px;
    margin-top: 15px;
    background: #ffffff;
    border-radius: 27px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.5);
}.get_help_info_Zpw .get_contactblock_o4t {
    border-bottom: 1px solid rgb(215,195,225,0.5);
    display: flex;
    align-items: center;
    font-size: 24px;
    padding-bottom: 10px;
    font-weight: 600;
    color: rgb(215,195,225);
    margin: 0 0 20px 0;
}.get_help_info_Zpw .get_contactblock_o4t svg {
    margin-right: 10px;
    fill: none;
    height: 20px;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: rgb(215,195,225);
    stroke-width: 2;
    width: 20px;
}.get_help_info_Zpw .get_contactblock_o4t svg circle {
    animation: rotatePoint 8s linear infinite;
    transform-origin: center;
}@keyframes rotatePoint {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.get_help_info_Zpw .support_now_R7d {
    gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    display: grid;
}.get_help_info_Zpw .talk_now_KBR {
    font-size: 16px;
    align-items: center;
    border-radius: 10px;
    text-align: center;
    transition: all 0.3s ease;
    padding: 10px;
    background: rgb(237,228,242);
    display: flex;
    justify-content: center;
}.get_help_info_Zpw .talk_now_KBR:hover {
    background: rgb(215,195,225,0.5);
    transform: translateY(-3px);
}.get_help_info_Zpw .talk_now_KBR svg {
    height: 14px;
    fill: none;
    stroke-width: 2;
    margin-right: 6px;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: rgb(215,195,225);
    width: 14px;
    transition: all 0.3s ease;
    opacity: 0.7;
}.get_help_info_Zpw .talk_now_KBR:hover svg {
    opacity: 1;
    stroke: #000000;
    transform: rotate(30deg);
}@keyframes fadeInBottom {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
.get_help_info_Zpw .get_help_l3o,
.get_help_info_Zpw .edu_form_wfg {
    animation: fadeInBottom 0.5s ease-out forwards;
}.get_help_info_Zpw .get_help_l3o p {
    animation: fadeInRight 0.4s ease-out forwards;
    opacity: 0;
}.get_help_info_Zpw .get_help_l3o p:nth-child(1) {
    animation-delay: 0.1s;
}.get_help_info_Zpw .get_help_l3o p:nth-child(2) {
    animation-delay: 0.2s;
}.get_help_info_Zpw .get_help_l3o p:nth-child(3) {
    animation-delay: 0.3s;
}.get_help_info_Zpw .get_help_l3o p:nth-child(4) {
    animation-delay: 0.4s;
}.get_help_info_Zpw .get_help_l3o p:nth-child(5) {
    animation-delay: 0.5s;
}
@media (min-width: 768px) {.get_help_info_Zpw .learn_help_irR {
    max-width: 700px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.get_help_info_Zpw .get_help_l3o {
    gap: 15px;
    display: grid;
    z-index: 2;
    grid-template-columns: 1fr 1fr;
}.get_help_info_Zpw .get_help_l3o::before {
    height: 100%;
    width: 40%;
    z-index: -1;
    content: "";
    background: linear-gradient(to right, transparent, rgb(215,195,225,0.5));
    position: absolute;
    top: 0;
    right: 0;
}.get_help_info_Zpw .get_help_l3o p {
    padding: 15px 20px 15px 50px;
}.get_help_info_Zpw .get_help_l3o p svg {
    width: 22px;
    height: 22px;
}.get_help_info_Zpw .get_help_l3o p:nth-child(odd) {
    grid-column: 1;
}.get_help_info_Zpw .get_help_l3o p:nth-child(even) {
    grid-column: 2;
}.get_help_info_Zpw .edu_form_wfg {
    margin-top: 20px;
}.get_help_info_Zpw .get_contactblock_o4t svg {
    height: 22px;
    width: 22px;
}.get_help_info_Zpw .support_now_R7d {
    grid-template-columns: repeat(3, 1fr);
}.get_help_info_Zpw .talk_now_KBR svg {
    margin-right: 8px;
    height: 16px;
    width: 16px;
}
}
@media (min-width: 1024px) {.get_help_info_Zpw .learn_help_irR {
    max-width: 1100px;
    gap: 0;
    grid-template-columns: 5fr 7fr;
    align-items: center;
    margin: 0 auto;
}.get_help_info_Zpw .write_experts_5jo {
    margin-bottom: 30px;
    grid-column: 1 / -1;
}.get_help_info_Zpw .write_experts_5jo svg {
    width: 35px;
    margin-right: 18px;
    height: 35px;
}.get_help_info_Zpw .image_box_b2I {
    width: 100%;
    opacity: 1;
    border-radius: 27px;
    object-fit: cover;
    height: 100%;
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
}.get_help_info_Zpw .image_box_b2I::before {
    left: 0;
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    background: linear-gradient(to right, transparent 50%, rgb(215,195,225,0.5));
    z-index: 2;
    height: 100%;
}.get_help_info_Zpw .get_help_l3o {
    grid-column: 2;
    padding: 40px 40px 40px 80px;
    z-index: 2;
    margin-left: -50px;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.5);
    border-radius: 27px;
}.get_help_info_Zpw .get_help_l3o p svg {
    width: 24px;
    left: 20px;
    height: 24px;
}.get_help_info_Zpw .get_help_l3o::before {
    display: none;
}.get_help_info_Zpw .edu_form_wfg {
    grid-column: 1 / -1;
    margin-top: 30px;
}.get_help_info_Zpw .get_contactblock_o4t svg {
    width: 24px;
    margin-right: 12px;
    height: 24px;
}.get_help_info_Zpw .support_now_R7d {
    gap: 15px;
    grid-template-columns: repeat(6, 1fr);
}.get_help_info_Zpw .talk_now_KBR svg {
    height: 16px;
    width: 16px;
}}header .head_info_13Y {
    align-items: center;
    justify-content: space-between;
    border-bottom-left-radius: 18px;
    background: linear-gradient(135deg, rgb(215,195,225,0.5) 0%, rgb(184,158,202) 100%);
    display: flex;
    width: 100%;
    border-bottom-right-radius: 0;
    padding: 1.5rem 2rem;
    left: 0;
    overflow: visible;
    position: relative;
    z-index: 100;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}header .head_info_13Y .header_bar_mjE {
    z-index: 2;
    transform: skewX(5deg);
    position: relative;
}header .head_info_13Y .header_bar_mjE .main_header_7dL {
    transition: transform 0.3s ease-in-out;
    display: block;
}header .head_info_13Y .header_bar_mjE .main_header_7dL:hover {
    transform: translateY(-8px) rotate(0deg);
}header .head_info_13Y .header_bar_mjE svg {
    height: auto;
    width: 80px;
}header .head_info_13Y .head_wrap_0Ei {
    gap: 1rem;
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    position: relative;
}header .head_info_13Y .head_wrap_0Ei::before {
    content: "";
    background: linear-gradient(45deg, transparent 0%, rgb(215,195,225,0.5) 100%);
    top: -10px;
    width: calc(100% + 40px);
    left: -20px;
    z-index: -1;
    position: absolute;
    border-radius: 10px;
    transition: opacity 0.3s ease, transform 0.3s ease;
    height: calc(100% + 20px);
    opacity: 0;
}header .head_info_13Y .header_tutor_w6l {
    position: relative;
    transition: transform 0.3s ease;
}header .head_info_13Y .header_tutor_w6l a {
    text-decoration: none;
    color: #ffffff;
    font-weight: 600;
    display: block;
    position: relative;
    font-family: Arial, sans-serif;
    padding: 0.5rem 1rem;
    transition: color 0.3s ease;
    font-size: 19px;
}header .head_info_13Y .header_tutor_w6l a::before {
    position: absolute;
    height: 2px;
    left: 0;
    transition: transform 0.3s ease;
    width: 100%;
    transform: scaleX(0) rotate(-2deg);
    transform-origin: right;
    background: rgb(184,158,202);
    bottom: 0;
    content: "";
}header .head_info_13Y .header_tutor_w6l a:hover {
    color: rgb(184,158,202);
}header .head_info_13Y .header_tutor_w6l a:hover::before {
    transform-origin: left;
    transform: scaleX(1) rotate(-2deg);
}

@media (max-width: 992px) {header .head_info_13Y {
    flex-direction: column;
    transform: skewX(0);
    margin-left: calc(-50vw + 50%);
    box-sizing: border-box;
    width: 100vw;
    padding: 1rem;
}header .head_info_13Y .header_bar_mjE {
    margin-bottom: 1rem;
    transform: skewX(0);
}header .head_info_13Y .head_wrap_0Ei {
    justify-content: center;
    transform: skewX(0);
    width: 100%;
    flex-wrap: wrap;
}header .head_info_13Y .head_wrap_0Ei::before {
    transform: skewX(0);
}header .head_info_13Y .head_wrap_0Ei:hover::before {
    transform: skewX(0);
}header .head_info_13Y .header_tutor_w6l {
    margin: 0.25rem;
}header .head_info_13Y .header_tutor_w6l:nth-child(odd),
  header .head_info_13Y .header_tutor_w6l:nth-child(even) {
    transform: translateY(0);
}
}

@media (max-width: 576px) {header .head_info_13Y {
    padding: 0.75rem;
}header .head_info_13Y .head_wrap_0Ei {
    align-items: center;
    flex-direction: column;
}header .head_info_13Y .header_tutor_w6l {
    text-align: center;
    width: 100%;
}header .head_info_13Y .header_bar_mjE svg {
    width: 100px;
}}.attempt_now_fCH {
    position: relative;
    box-shadow: inset 0 0 70px rgba(rgb(215,195,225), 0.3);
    padding: 6rem 2rem;
    background: linear-gradient(125deg, rgb(184,158,202,0.5) 0%, rgb(215,195,225,0.5) 100%);
    margin: 0;
    overflow: hidden;
}.attempt_now_fCH::before {
    left: 0;
    height: 100%;
    content: '';
    z-index: 1;
    opacity: 0.3;
    top: 0;
    background: 
        linear-gradient(125deg, 
            rgba(255, 255, 255, 0.3) 10%, 
            rgba(255, 255, 255, 0.05) 30%, 
            rgba(255, 255, 255, 0.2) 50%, 
            rgba(255, 255, 255, 0.05) 70%, 
            rgba(255, 255, 255, 0.3) 90%);
    position: absolute;
    background-size: 200% 200%;
    animation: holographicShift 15s linear infinite;
    width: 100%;
}@keyframes holographicShift {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 200% 200%;
    }
}

.attempt_now_fCH::after {
    top: 0;
    position: absolute;
    filter: blur(1px);
    height: 100%;
    width: 100%;
    z-index: 1;
    background-image: 
        radial-gradient(circle at 10% 10%, rgba(255, 255, 255, 0.3) 0%, transparent 5px),
        radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.2) 0%, transparent 4px),
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.3) 0%, transparent 6px),
        radial-gradient(circle at 70% 70%, rgba(255, 255, 255, 0.2) 0%, transparent 5px),
        radial-gradient(circle at 90% 90%, rgba(255, 255, 255, 0.3) 0%, transparent 7px),
        radial-gradient(circle at 20% 80%, rgba(255, 255, 255, 0.2) 0%, transparent 4px),
        radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.3) 0%, transparent 6px);
    left: 0;
    content: '';
    animation: particlesMove 25s linear infinite;
}@keyframes particlesMove {
    0% {
        background-position: 
            0% 0%,
            0% 0%,
            0% 0%,
            0% 0%,
            0% 0%,
            0% 0%,
            0% 0%;
    }
    50% {
        background-position: 
            5% 10%,
            -8% 5%,
            10% -5%,
            -5% 8%,
            8% 12%,
            -12% 8%,
            7% -12%;
    }
    100% {
        background-position: 
            0% 0%,
            0% 0%,
            0% 0%,
            0% 0%,
            0% 0%,
            0% 0%,
            0% 0%;
    }
}

.attempt_now_fCH::before {
    z-index: 2;
    width: 200%;
    left: -50%;
    height: 200%;
    top: -50%;
    opacity: 0.5;
    animation: prismRotate 30s linear infinite;
    background-image:
        conic-gradient(
            transparent 0deg,
            rgba(255, 255, 255, 0.05) 10deg,
            transparent 20deg,
            rgba(255, 255, 255, 0.05) 30deg,
            transparent 40deg,
            rgba(255, 255, 255, 0.05) 50deg,
            transparent 60deg,
            rgba(255, 255, 255, 0.05) 70deg,
            transparent 80deg,
            rgba(255, 255, 255, 0.05) 90deg,
            transparent 100deg,
            rgba(255, 255, 255, 0.05) 110deg,
            transparent 120deg,
            rgba(255, 255, 255, 0.05) 130deg,
            transparent 140deg,
            rgba(255, 255, 255, 0.05) 150deg,
            transparent 160deg,
            rgba(255, 255, 255, 0.05) 170deg,
            transparent 180deg,
            rgba(255, 255, 255, 0.05) 190deg,
            transparent 200deg,
            rgba(255, 255, 255, 0.05) 210deg,
            transparent 220deg,
            rgba(255, 255, 255, 0.05) 230deg,
            transparent 240deg,
            rgba(255, 255, 255, 0.05) 250deg,
            transparent 260deg,
            rgba(255, 255, 255, 0.05) 270deg,
            transparent 280deg,
            rgba(255, 255, 255, 0.05) 290deg,
            transparent 300deg,
            rgba(255, 255, 255, 0.05) 310deg,
            transparent 320deg,
            rgba(255, 255, 255, 0.05) 330deg,
            transparent 340deg,
            rgba(255, 255, 255, 0.05) 350deg,
            transparent 360deg
        );
    content: '';
    position: absolute;
}@keyframes prismRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.attempt_now_fCH .academy_roots_Xdh {
    z-index: 5;
    max-width: 950px;
    transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 0 100px rgba(255, 255, 255, 0.2);
    overflow: hidden;
    border-radius: 20px;
    padding: 4rem 3rem;
    align-items: center;
    background: rgba(255, 255, 255, 0.15);
    margin: 0 auto;
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    backdrop-filter: blur(15px);
}.attempt_now_fCH .academy_roots_Xdh:hover {
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.15),
        0 0 120px rgba(255, 255, 255, 0.3);
    transform: translateY(-10px);
}.attempt_now_fCH .academy_roots_Xdh::before {
    content: '';
    animation: holoBorderShift 5s ease infinite;
    background-size: 200% 200%;
    inset: 0;
    opacity: 0.5;
    border-radius: 20px;
    z-index: -1;
    border: 1px solid rgba(255, 255, 255, 0.3);
    position: absolute;
    background: linear-gradient(
        125deg,
        rgba(255, 255, 255, 0) 20%,
        rgba(255, 255, 255, 0.4) 50%,
        rgba(255, 255, 255, 0) 80%
    );
}@keyframes holoBorderShift {
    0% {
        background-position: 0% 0%;
    }
    50% {
        background-position: 100% 100%;
    }
    100% {
        background-position: 0% 0%;
    }
}

.attempt_now_fCH .academy_roots_Xdh::after {
    filter: blur(15px);
    z-index: -2;
    content: '';
    border-radius: 30px;
    inset: -10px;
    opacity: 0.4;
    animation: spectrumPulse 8s ease-in-out infinite;
    background: linear-gradient(
        125deg,
        rgb(215,195,225,0.5),
        rgba(255, 255, 255, 0.4),
        rgb(184,158,202,0.5)
    );
    position: absolute;
}@keyframes spectrumPulse {
    0%, 100% {
        opacity: 0.3;
        filter: blur(15px);
    }
    50% {
        opacity: 0.5;
        filter: blur(20px);
    }
}

.attempt_now_fCH h3 {
    font-family: Arial, sans-serif;
    color: #ffffff;
    margin-bottom: 2.5rem;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
    font-weight: 700;
    z-index: 1;
    font-size: 32px;
    position: relative;
    letter-spacing: 1px;
}.attempt_now_fCH h3::after {
    animation: lineGlow 3s ease-in-out infinite;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.8),
        transparent
    );
    bottom: -12px;
    width: 60%;
    position: absolute;
    transform: translateX(-50%);
    content: '';
    height: 2px;
    left: 50%;
}@keyframes lineGlow {
    0%, 100% {
        opacity: 0.5;
        width: 60%;
    }
    50% {
        opacity: 1;
        width: 80%;
    }
}

.attempt_now_fCH h3::before {
    z-index: -1;
    bottom: -20px;
    animation: titleHaloRotate 5s ease-in-out infinite;
    position: absolute;
    right: -30px;
    border-radius: 50%;
    filter: blur(8px);
    left: -30px;
    opacity: 0.5;
    content: '';
    background: linear-gradient(
        125deg,
        rgba(255, 255, 255, 0) 20%,
        rgba(255, 255, 255, 0.1) 50%,
        rgba(255, 255, 255, 0) 80%
    );
    top: -20px;
}@keyframes titleHaloRotate {
    0% {
        transform: scale(1) rotate(0deg);
    }
    50% {
        transform: scale(1.1) rotate(5deg);
    }
    100% {
        transform: scale(1) rotate(0deg);
    }
}

.attempt_now_fCH .contact_ask_yA1 {
    border: none;
    font-weight: 600;
    padding: 1.2rem 3.5rem;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.1),
        0 0 15px rgba(255, 255, 255, 0.2);
    z-index: 1;
    justify-content: center;
    border-radius: 50px;
    overflow: hidden;
    color: #ffffff;
    display: inline-flex;
    letter-spacing: 1.5px;
    text-decoration: none;
    position: relative;
    background: linear-gradient(125deg, rgb(215,195,225), rgb(184,158,202));
    align-items: center;
    text-transform: uppercase;
    font-size: 20px;
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}.attempt_now_fCH .contact_ask_yA1::before {
    top: 0;
    width: 50%;
    height: 100%;
    content: '';
    left: -50%;
    z-index: 0;
    position: absolute;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.5),
        transparent
    );
    transform: skewX(-25deg);
    animation: buttonSpark 5s ease-in-out infinite;
}@keyframes buttonSpark {
    0% {
        left: -50%;
    }
    30%, 100% {
        left: 150%;
    }
}

.attempt_now_fCH .contact_ask_yA1:hover {
    transform: translateY(-5px) scale(1.03);
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.15),
        0 0 20px rgba(255, 255, 255, 0.3);
}.attempt_now_fCH .contact_ask_yA1::after {
    z-index: -1;
    background: linear-gradient(
        125deg,
        rgb(215,195,225),
        rgb(184,158,202)
    );
    position: absolute;
    filter: blur(10px);
    content: '';
    border-radius: 55px;
    inset: -5px;
    opacity: 0;
    transition: opacity 0.4s ease;
}.attempt_now_fCH .contact_ask_yA1:hover::after {
    opacity: 0.5;
}.attempt_now_fCH::after {
    width: 100%;
    background-image: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 20px,
            rgba(255, 255, 255, 0.03) 20px,
            rgba(255, 255, 255, 0.03) 21px
        ),
        repeating-linear-gradient(
            90deg,
            transparent,
            transparent 20px,
            rgba(255, 255, 255, 0.03) 20px,
            rgba(255, 255, 255, 0.03) 21px
        );
    height: 100%;
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    z-index: 3;
}.attempt_now_fCH::before {
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgb(215,195,225) 25%,
        #ffffff 50%,
        rgb(184,158,202) 75%,
        transparent 100%
    );
    left: 0;
    width: 100%;
    animation: spectrumHorizontal 10s linear infinite;
    position: absolute;
    height: 2px;
    top: 50%;
    filter: blur(2px);
    content: '';
    z-index: 3;
    opacity: 0.5;
}@keyframes spectrumHorizontal {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

.attempt_now_fCH::after {
    opacity: 0.5;
    width: 2px;
    content: '';
    animation: spectrumVertical 15s linear infinite;
    position: absolute;
    z-index: 3;
    left: 50%;
    filter: blur(2px);
    background: linear-gradient(
        180deg,
        transparent 0%,
        rgb(215,195,225) 25%,
        #ffffff 50%,
        rgb(184,158,202) 75%,
        transparent 100%
    );
    height: 100%;
    top: 0;
}

@keyframes spectrumVertical {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(100%);
    }
}

@media screen and (max-width: 991px) {.attempt_now_fCH {
    padding: 5rem 1.5rem;
}.attempt_now_fCH .academy_roots_Xdh {
    padding: 3.5rem 2.5rem;
}.attempt_now_fCH h3 {
    font-size: calc(32px * 0.9);
    margin-bottom: 2.2rem;
}.attempt_now_fCH .contact_ask_yA1 {
    padding: 1.1rem 3rem;
}
}

@media screen and (max-width: 767px) {.attempt_now_fCH {
    padding: 4rem 1.2rem;
}.attempt_now_fCH .academy_roots_Xdh {
    padding: 3rem 2rem;
}.attempt_now_fCH h3 {
    margin-bottom: 2rem;
    font-size: calc(32px * 0.8);
}.attempt_now_fCH .contact_ask_yA1 {
    padding: 1rem 2.5rem;
    font-size: calc(20px * 0.95);
}
}

@media screen and (max-width: 480px) {.attempt_now_fCH {
    padding: 3.5rem 1rem;
}.attempt_now_fCH .academy_roots_Xdh {
    padding: 2.5rem 1.5rem;
}.attempt_now_fCH h3 {
    font-size: calc(32px * 0.7);
    margin-bottom: 1.8rem;
}.attempt_now_fCH .contact_ask_yA1 {
    padding: 0.9rem 2.2rem;
    font-size: calc(20px * 0.9);
}}.leadership_profile_QoK {
    padding: 140px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #000000 0%, rgb(237,228,242) 100%);
}.leadership_profile_QoK::before {
    width: 100%;
    height: 100%;
    mix-blend-mode: screen;
    position: absolute;
    content: "";
    top: 0;
    background: 
    radial-gradient(circle at 25% 25%, rgb(215,195,225,0.5) 0%, transparent 40%),
    radial-gradient(circle at 75% 75%, rgb(184,158,202,0.5) 0%, transparent 40%);
    animation: morphBackground 15s infinite alternate ease-in-out;
    left: 0;
}.leadership_profile_QoK .container {
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
}.leadership_profile_QoK .testimonials_pro_Nbo {
    position: relative;
    grid-template-rows: auto auto 1fr;
    grid-template-areas:
    "photo name"
    "photo job"
    "quote quote";
    display: grid;
    gap: 20px 40px;
    grid-template-columns: 35% 1fr;
}.leadership_profile_QoK .image_box_b2I {
    grid-area: photo;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 23px;
    transform: perspective(1000px) rotateY(-8deg);
    z-index: 3;
    box-shadow: 
    20px 20px 30px rgba(0, 0, 0, 0.5),
    -10px -10px 30px rgb(215,195,225,0.5);
    height: 420px;
    clip-path: polygon(0 0, 100% 10%, 90% 100%, 0 90%);
    position: relative;
}.leadership_profile_QoK .image_box_b2I::before {
    mix-blend-mode: multiply;
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    content: "";
    border-radius: 23px;
}.leadership_profile_QoK .testimonials_pro_Nbo:hover .image_box_b2I {
    transform: perspective(1000px) rotateY(-4deg) translateZ(20px);
}.leadership_profile_QoK .name {
    font-weight: 700;
    font-size: 36px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    padding-left: 20px;
    align-self: end;
    position: relative;
    transform: perspective(1000px) rotateY(5deg);
    grid-area: name;
    transform-origin: left center;
    margin: 0;
    color: #ffffff;
}.leadership_profile_QoK .name::after {
    left: 20px;
    transition: transform 0.5s ease;
    background: rgb(215,195,225);
    position: absolute;
    height: 4px;
    content: "";
    bottom: -8px;
    transform-origin: left;
    width: 60px;
    transform: scaleX(0.6);
}.leadership_profile_QoK .testimonials_pro_Nbo:hover .name {
    transform: perspective(1000px) rotateY(2deg) translateZ(15px);
}.leadership_profile_QoK .testimonials_pro_Nbo:hover .name::after {
    transform: scaleX(1);
}.leadership_profile_QoK .testimonials_pro_Nbo > span:not(.name) {
    color: rgb(184,158,202);
    text-transform: uppercase;
    padding-left: 20px;
    letter-spacing: 1px;
    font-size: 20px;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform: perspective(1000px) rotateY(5deg);
    grid-area: job;
    transform-origin: left center;
    font-weight: 600;
    margin-top: 5px;
}.leadership_profile_QoK .testimonials_pro_Nbo:hover > span:not(.name) {
    transform: perspective(1000px) rotateY(2deg) translateZ(10px);
}.leadership_profile_QoK .emp_tasks_oxb {
    padding: 35px;
    font-size: 12px;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    margin: 30px 0 0;
    grid-area: quote;
    transform: translateY(0);
    border-left: 4px solid rgb(215,195,225);
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    font-weight: 300;
    color: #ffffff;
    line-height: 1.7;
    z-index: 2;
    backdrop-filter: blur(10px);
    border-radius: 23px;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
}.leadership_profile_QoK .emp_tasks_oxb::before {
    opacity: 0.7;
    left: 25px;
    font-size: calc(44px * 2);
    position: absolute;
    color: rgb(215,195,225);
    top: -15px;
    content: "";
}.leadership_profile_QoK .testimonials_pro_Nbo:hover .emp_tasks_oxb {
    transform: translateY(-10px);
}

@keyframes morphBackground {
  0%, 100% {
    opacity: 0.7;
    transform: scale(1) rotate(0deg);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.1) rotate(5deg);
  }
}

@media (max-width: 992px) {.leadership_profile_QoK {
    padding: 80px 0;
}.leadership_profile_QoK .testimonials_pro_Nbo {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    gap: 15px;
    grid-template-areas:
      "image_box_b2I"
      "name"
      "job_box_LWx"
      "emp_tasks_oxb";
}.leadership_profile_QoK .image_box_b2I {
    max-width: 320px;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    transform: none;
    height: 320px;
    margin: 0 auto;
}.leadership_profile_QoK .name,
  .leadership_profile_QoK .testimonials_pro_Nbo > span:not(.name) {
    padding-left: 0;
    transform: none;
    text-align: center;
}.leadership_profile_QoK .name::after {
    left: 50%;
    transform: translateX(-50%) scaleX(0.6);
}.leadership_profile_QoK .testimonials_pro_Nbo:hover .name::after {
    transform: translateX(-50%) scaleX(1);
}.leadership_profile_QoK .emp_tasks_oxb {
    margin-top: 20px;
}.leadership_profile_QoK .testimonials_pro_Nbo:hover .image_box_b2I,
  .leadership_profile_QoK .testimonials_pro_Nbo:hover .name,
  .leadership_profile_QoK .testimonials_pro_Nbo:hover > span:not(.name),
  .leadership_profile_QoK .testimonials_pro_Nbo:hover .emp_tasks_oxb {
    transform: none;
}
}

@media (max-width: 576px) {.leadership_profile_QoK {
    padding: 60px 0;
}.leadership_profile_QoK .image_box_b2I {
    max-width: 250px;
    height: 250px;
}.leadership_profile_QoK .name {
    font-size: 22px;
}.leadership_profile_QoK .emp_tasks_oxb {
    padding: 25px 20px;
    font-size: calc(12px * 0.95);
}}.meet_us_Zaq {
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
}.meet_us_Zaq::before {
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    background-color: rgba(21, 25, 40, 0.85);
}.meet_us_Zaq::after {
    right: -25%;
    top: -50%;
    height: 200%;
    background: linear-gradient(135deg, rgb(215,195,225,0.5) 0%, transparent 65%);
    transform: rotate(15deg);
    content: "";
    z-index: 2;
    position: absolute;
    width: 70%;
}.meet_us_Zaq .container {
    padding: 0 2rem;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 5;
    position: relative;
}.meet_us_Zaq .text_area_E4c {
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 3rem;
    transform: perspective(1000px) rotateY(-2deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(255, 255, 255, 0.05);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.01));
    position: relative;
    backdrop-filter: blur(10px);
}.meet_us_Zaq .text_area_E4c:hover {
    transform: perspective(1000px) rotateY(0deg);
}.meet_us_Zaq h1 {
    font-size: 39px;
    color: #ffffff;
    font-weight: 700;
    transition: transform 0.5s ease;
    position: relative;
    letter-spacing: 0.05em;
    transform: translateX(-5px);
    margin-bottom: 2rem;
    font-family: Arial, sans-serif;
}.meet_us_Zaq h1::after {
    left: 0;
    bottom: -15px;
    transform: scaleX(0.8);
    transform-origin: left center;
    height: 3px;
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background: linear-gradient(to right, rgb(215,195,225), rgb(184,158,202));
    content: "";
    width: 80px;
    position: absolute;
}.meet_us_Zaq .text_area_E4c:hover h1 {
    transform: translateX(0);
}.meet_us_Zaq .text_area_E4c:hover h1::after {
    transform: scaleX(1);
}.meet_us_Zaq ul {
    padding: 0;
    list-style: none;
    margin: 0;
}.meet_us_Zaq li {
    margin-bottom: 1.5rem;
}.meet_us_Zaq h4 {
    padding-left: 2rem;
    position: relative;
    display: inline-block;
    margin-bottom: 1rem;
    font-family: Arial, sans-serif;
    color: rgb(184,158,202);
    font-weight: 600;
    font-size: calc(18px * 1.1);
}.meet_us_Zaq h4::before {
    position: absolute;
    transition: transform 0.3s ease;
    top: 50%;
    width: 12px;
    left: 0;
    height: 12px;
    background: rgb(215,195,225);
    transform: translateY(-50%) rotate(45deg);
    content: "";
}.meet_us_Zaq li:hover h4::before {
    transform: translateY(-50%) rotate(225deg);
}.meet_us_Zaq span {
    hyphens: auto;
    max-width: 90%;
    font-size: 18px;
    color: #ffffff;
    display: block;
    position: relative;
    text-align: justify;
    padding-left: 2rem;
    opacity: 0.9;
    transition: opacity 0.3s ease;
    line-height: 1.8;
    font-family: Arial, sans-serif;
}.meet_us_Zaq span::first-letter {
    font-weight: 700;
    color: rgb(215,195,225);
    margin-right: 2px;
    font-size: 200%;
}.meet_us_Zaq li:hover span {
    opacity: 1;
}.meet_us_Zaq span::before {
    top: 0.7em;
    left: 0;
    content: "";
    background: linear-gradient(to bottom, rgb(215,195,225,0.5), transparent);
    height: calc(100% - 1.4em);
    width: 1px;
    position: absolute;
}

@media (min-width: 992px) {.meet_us_Zaq {
    padding: 8rem 0;
}.meet_us_Zaq .text_area_E4c {
    width: 90%;
    margin-left: 5%;
    padding: 4rem;
}.meet_us_Zaq h1 {
    margin-bottom: 3rem;
    font-size: calc(39px * 1.2);
}.meet_us_Zaq h1::after {
    width: 120px;
    height: 4px;
}.meet_us_Zaq span {
    line-height: 1.9;
    font-size: calc(18px * 1.05);
    max-width: 85%;
    padding-left: 3rem;
}.meet_us_Zaq h4 {
    padding-left: 3rem;
    font-size: calc(18px * 1.2);
}.meet_us_Zaq h4::before {
    height: 15px;
    width: 15px;
}
}

@media (max-width: 991px) {.meet_us_Zaq::after {
    right: -50%;
    width: 100%;
}.meet_us_Zaq .text_area_E4c {
    transform: perspective(1000px) rotateY(-1deg);
}
}

@media (max-width: 768px) {.meet_us_Zaq {
    padding: 4rem 0;
}.meet_us_Zaq .text_area_E4c {
    transform: none;
    padding: 2rem;
}.meet_us_Zaq h1 {
    font-size: calc(39px * 0.9);
    margin-bottom: 2rem;
}.meet_us_Zaq span {
    padding-left: 1.5rem;
    max-width: 100%;
    line-height: 1.7;
    font-size: calc(18px * 0.95);
}.meet_us_Zaq h4 {
    padding-left: 1.5rem;
}.meet_us_Zaq h1::after {
    width: 60px;
    height: 3px;
}
}

@media (max-width: 576px) {.meet_us_Zaq {
    padding: 3rem 0;
}.meet_us_Zaq .container {
    padding: 0 1rem;
}.meet_us_Zaq .text_area_E4c {
    padding: 1.5rem;
}.meet_us_Zaq h1 {
    font-size: calc(39px * 0.8);
    margin-bottom: 1.5rem;
}.meet_us_Zaq span {
    padding-left: 1rem;
    font-size: calc(18px * 0.9);
    line-height: 1.6;
}.meet_us_Zaq h4 {
    padding-left: 1rem;
    font-size: calc(18px * 0.9);
}.meet_us_Zaq h4::before {
    height: 8px;
    width: 8px;
}.meet_us_Zaq h1::after {
    height: 2px;
    width: 50px;
}
}

@media (hover: none) {.meet_us_Zaq .text_area_E4c {
    transform: none !important;
}.meet_us_Zaq h1 {
    transform: none;
}.meet_us_Zaq h1::after {
    transform: scaleX(1);
}}.program_information_4F8 {
    position: relative;
    background: linear-gradient(135deg, rgb(237,228,242) 0%, rgba(245, 247, 252, 0.95) 100%);
    padding: 120px 0;
    overflow: hidden;
}.program_information_4F8::before {
    content: '';
    z-index: 1;
    transform: rotate(35deg);
    right: -50px;
    height: 300px;
    width: 300px;
    position: absolute;
    top: -50px;
    opacity: 0.1;
    background: rgb(215,195,225,0.5);
}.program_information_4F8::after {
    bottom: -50px;
    position: absolute;
    content: '';
    background: rgb(184,158,202,0.5);
    z-index: 1;
    height: 250px;
    transform: rotate(-15deg);
    opacity: 0.15;
    left: -50px;
    width: 250px;
}.program_information_4F8 .container {
    z-index: 2;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
}.program_information_4F8 .skill_master_Pjq {
    grid-template-columns: 1fr;
    position: relative;
    display: grid;
    gap: 40px;
}.program_information_4F8 .image_box_b2I {
    height: 400px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateY(-3deg);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
}.program_information_4F8 .image_box_b2I::before {
    width: 100%;
    background: linear-gradient(
        to bottom right,
        rgba(rgb(215,195,225), 0.2),
        rgba(rgb(184,158,202), 0.2)
    );
    z-index: 1;
    left: 0;
    position: absolute;
    height: 100%;
    top: 0;
    content: '';
}.program_information_4F8 .image_box_b2I::after {
    left: 20px;
    transition: all 0.5s ease;
    content: '';
    top: 20px;
    transform: scale(0.95);
    opacity: 0;
    z-index: 2;
    border: 1px solid rgba(255, 255, 255, 0.3);
    position: absolute;
    bottom: 20px;
    right: 20px;
}.program_information_4F8 .image_box_b2I:hover {
    transform: perspective(1000px) rotateY(0deg);
}.program_information_4F8 .image_box_b2I:hover::after {
    opacity: 1;
    transform: scale(1);
}.program_information_4F8 .text_area_E4c {
    position: relative;
    padding: 10px 0 0 0;
}.program_information_4F8 h3 {
    transform: translateX(-5px);
    opacity: 0;
    position: relative;
    font-size: calc(30px * 0.9);
    animation: slideInTitle 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards;
    margin-bottom: 25px;
    font-weight: 700;
    color: #000000;
    line-height: 1.3;
}.program_information_4F8 h3::after {
    left: 0;
    transform: scaleX(0);
    content: '';
    animation: expandLine 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s forwards;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(215,195,225) 0%, rgb(184,158,202) 100%);
    position: absolute;
    height: 3px;
    bottom: -12px;
    width: 80px;
}.program_information_4F8 .description {
    font-size: 15px;
    transform: translateY(10px);
    position: relative;
    color: #000000;
    margin-bottom: 20px;
    animation: fadeInUp 0.8s ease 0.4s forwards;
    line-height: 1.8;
    opacity: 0;
}.program_information_4F8 p.description {
    scrollbar-color: rgb(215,195,225,0.5) rgb(237,228,242);
    padding-right: 20px;
    scrollbar-width: thin;
    max-height: 300px;
    overflow-y: auto;
}.program_information_4F8 p.description::-webkit-scrollbar {
    width: 6px;
}.program_information_4F8 p.description::-webkit-scrollbar-track {
    background: rgb(237,228,242);
}.program_information_4F8 p.description::-webkit-scrollbar-thumb {
    background-color: rgb(215,195,225,0.5);
    border-radius: 10px;
}.program_information_4F8 span.description {
    display: none;
}

@keyframes slideInTitle {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes expandLine {
    to {
        transform: scaleX(1);
    }
}

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

@media (min-width: 768px) {.program_information_4F8 .skill_master_Pjq {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 60px;
}.program_information_4F8 .image_box_b2I {
    height: 550px;
    transform: perspective(1200px) rotateY(-5deg) translateZ(0);
}.program_information_4F8 .text_area_E4c {
    padding: 0 0 0 20px;
}.program_information_4F8 h3 {
    font-size: 30px;
    margin-bottom: 35px;
}.program_information_4F8 h3::after {
    width: 120px;
    height: 4px;
}.program_information_4F8 p.description {
    max-height: 380px;
}
}

@media (min-width: 992px) {.program_information_4F8 {
    padding: 150px 0;
}.program_information_4F8 .skill_master_Pjq {
    gap: 80px;
}.program_information_4F8 .image_box_b2I {
    height: 600px;
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}.program_information_4F8 .text_area_E4c {
    padding: 0 0 0 40px;
}.program_information_4F8 h3 {
    margin-bottom: 40px;
    transform: translateX(-10px);
}.program_information_4F8 h3::after {
    bottom: -15px;
}.program_information_4F8 p.description {
    font-size: calc(15px * 1.05);
    max-height: 450px;
    line-height: 1.9;
}
}

@media (max-width: 767px) {.program_information_4F8 {
    padding: 80px 0;
}.program_information_4F8 .image_box_b2I {
    height: 300px;
    margin-bottom: 20px;
}.program_information_4F8 h3 {
    margin-bottom: 25px;
    font-size: calc(30px * 0.8);
}.program_information_4F8 p.description {
    max-height: 250px;
    line-height: 1.6;
}}.user_reviews_eCc {
    position: relative;
    background: linear-gradient(to bottom, 
        rgb(237,228,242) 0%, 
        #ffffff 100%);
    overflow: hidden;
    padding: 120px 0 180px;
}.user_reviews_eCc::before,
.user_reviews_eCc::after {
    width: 100%;
    position: absolute;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    background-size: 20px 20px;
    background-image: 
        linear-gradient(45deg, 
        rgb(237,228,242) 25%, 
        transparent 25%), 
        linear-gradient(-45deg, 
        rgb(237,228,242) 25%, 
        transparent 25%), 
        linear-gradient(45deg, 
        transparent 75%, 
        rgb(237,228,242) 75%), 
        linear-gradient(-45deg, 
        transparent 75%, 
        rgb(237,228,242) 75%);
    content: "";
    left: 0;
    height: 50px;
}.user_reviews_eCc::before {
    opacity: 0.2;
    top: 0;
    transform: scaleY(-1);
}.user_reviews_eCc::after {
    opacity: 0.2;
    bottom: 0;
}.user_reviews_eCc .container {
    z-index: 1;
    position: relative;
}.user_reviews_eCc h2 {
    display: inline-block;
    font-weight: 700;
    position: relative;
    left: 50%;
    font-size: 37px;
    transform: translateX(-50%);
    color: #000000;
    margin-bottom: 70px;
    text-align: center;
}.user_reviews_eCc h2::before,
.user_reviews_eCc h2::after {
    position: absolute;
    height: 3px;
    top: 50%;
    width: 100px;
    background: rgb(215,195,225);
    content: "";
}.user_reviews_eCc h2::before {
    right: calc(100% + 20px);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
}.user_reviews_eCc h2::after {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    left: calc(100% + 20px);
}.user_reviews_eCc .student_reviews_vCf {
    display: grid;
    position: relative;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}.user_reviews_eCc .student_reviews_vCf::before {
    animation: movePattern 20s linear infinite;
    background: repeating-linear-gradient(
        90deg,
        rgb(215,195,225,0.5),
        rgb(215,195,225,0.5) 5px,
        transparent 5px,
        transparent 10px
    );
    content: "";
    z-index: -1;
    height: 2px;
    right: 0;
    left: 0;
    top: 50%;
    position: absolute;
}@keyframes movePattern {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 0;
    }
}

.user_reviews_eCc .testimonials_pro_Nbo {
    display: flex;
    flex-direction: column;
    padding: 30px 25px;
    align-items: center;
    position: relative;
}.user_reviews_eCc .testimonials_pro_Nbo::before {
    transition: all 1s ease;
    inset: 0;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    border-radius: 60% 40% 50% 45% / 45% 50% 40% 55%;
    z-index: -1;
    content: "";
    position: absolute;
    animation: blobAnimation 8s ease-in-out infinite alternate;
    background: #ffffff;
}.user_reviews_eCc .testimonials_pro_Nbo:nth-child(2n)::before {
    border-radius: 40% 50% 45% 60% / 60% 40% 55% 45%;
    animation-delay: 2s;
}.user_reviews_eCc .testimonials_pro_Nbo:nth-child(3n)::before {
    border-radius: 50% 45% 55% 40% / 40% 60% 40% 55%;
    animation-delay: 4s;
}@keyframes blobAnimation {
    0%, 100% {
        border-radius: 60% 40% 50% 45% / 45% 50% 40% 55%;
    }
    33% {
        border-radius: 40% 50% 45% 60% / 60% 40% 55% 45%;
    }
    66% {
        border-radius: 50% 45% 55% 40% / 40% 60% 40% 55%;
    }
}

.user_reviews_eCc .testimonials_pro_Nbo:hover::before {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
    transform: scale(1.05);
}.user_reviews_eCc .testimonials_pro_Nbo img {
    border-radius: 50%;
    z-index: 1;
    border: 4px solid #ffffff;
    position: relative;
    margin-bottom: 20px;
    object-fit: cover;
    height: 90px;
    width: 90px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    transition: all 0.5s ease;
}.user_reviews_eCc .testimonials_pro_Nbo img::after {
    position: absolute;
    content: "";
    border-radius: 50%;
    border: 2px dashed rgb(215,195,225,0.5);
    inset: -10px;
    animation: rotate 20s linear infinite;
}@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.user_reviews_eCc .testimonials_pro_Nbo:hover img {
    transform: scale(1.1) rotate(5deg);
}.user_reviews_eCc .testimonials_pro_Nbo p {
    text-align: center;
    margin: 0;
}.user_reviews_eCc .testimonials_pro_Nbo p:first-of-type {
    font-size: 18px;
    font-weight: 600;
    position: relative;
    margin-bottom: 10px;
    color: #000000;
}.user_reviews_eCc .testimonials_pro_Nbo p:first-of-type::before {
    color: rgb(215,195,225);
    margin: 0 5px;
    content: "~";
}.user_reviews_eCc .testimonials_pro_Nbo p:first-of-type::after {
    color: rgb(215,195,225);
    margin: 0 5px;
    content: "~";
}.user_reviews_eCc .testimonials_pro_Nbo .description {
    color: #000000;
    font-size: 16px;
    position: relative;
    font-style: italic;
    line-height: 1.6;
}.user_reviews_eCc .testimonials_pro_Nbo .description::before,
.user_reviews_eCc .testimonials_pro_Nbo .description::after {
    font-size: 50px;
    line-height: 0;
    content: "";
    color: rgb(215,195,225,0.5);
    font-family: Arial, sans-serif;
    position: absolute;
}.user_reviews_eCc .testimonials_pro_Nbo .description::before {
    left: -15px;
    top: 5px;
}.user_reviews_eCc .testimonials_pro_Nbo .description::after {
    bottom: -10px;
    right: -15px;
    content: "";
}

@media (max-width: 991px) {.user_reviews_eCc {
    padding: 100px 0 150px;
}.user_reviews_eCc h2 {
    margin-bottom: 60px;
}.user_reviews_eCc h2::before,
    .user_reviews_eCc h2::after {
    width: 70px;
}.user_reviews_eCc .student_reviews_vCf {
    gap: 40px 20px;
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 767px) {.user_reviews_eCc {
    padding: 80px 0 120px;
}.user_reviews_eCc h2 {
    margin-bottom: 50px;
    font-size: calc(37px * 0.9);
}.user_reviews_eCc h2::before,
    .user_reviews_eCc h2::after {
    width: 50px;
}.user_reviews_eCc .student_reviews_vCf {
    grid-template-columns: 1fr;
    gap: 60px;
}.user_reviews_eCc .testimonials_pro_Nbo {
    padding: 25px 20px;
}.user_reviews_eCc .testimonials_pro_Nbo img {
    height: 80px;
    width: 80px;
}.user_reviews_eCc .testimonials_pro_Nbo .description::before {
    left: -10px;
    font-size: 40px;
}.user_reviews_eCc .testimonials_pro_Nbo .description::after {
    right: -10px;
    font-size: 40px;
}
}