﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}.student_aid_yRrS {
    flex: 0 0 auto;
}svg {
    width: 30px;
    height: 30px;
}.header_start_MIHi {
    flex: 1 0 auto;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1236px;
}.wrapper-viewport_XnKZ {
    min-height: 100%;
    flex-direction: column;
    display: flex;
    height: 100%;
}header,footer {
    width: 100%;
}a {
    text-decoration: none;
    color: inherit;
}html,body {
    auto
    scroll-behavior: smooth;
    font-family: Arial, sans-serif;
    auto
contain
touch-action: none;
    color: #000000;
    min-height: 100%;
    scroll-snap-type: none;
    height: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.welcome_board_WfXg {
    position: relative;
    width: 100%;
    overflow: hidden;
}.welcome_board_WfXg .learning_lead_dLki {
    display: flex;
    justify-content: center;
    min-height: 100vh;
    align-items: center;
    position: relative;
}.welcome_board_WfXg .learning_lead_dLki::before {
    z-index: 1;
    background: linear-gradient(135deg, 
    rgba(0, 0, 0, 0.75) 0%, 
    rgba(0, 0, 0, 0.4) 50%, 
    rgba(0, 0, 0, 0.65) 100%);
    content: "";
    bottom: 0;
    right: 0;
    position: absolute;
    transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    top: 0;
    left: 0;
}.welcome_board_WfXg .founders_team_WCuy {
    z-index: 2;
    width: 90%;
    transform: perspective(1000px) rotateX(2deg);
    max-width: 1140px;
    margin-top: -2rem;
    padding: 3rem;
    transition: transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
}.welcome_board_WfXg .founders_team_WCuy:hover {
    transform: perspective(1000px) rotateX(0deg);
}.welcome_board_WfXg .founders_team_WCuy > div {
    overflow: hidden;
    position: relative;
    animation: fadeInUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    margin-bottom: 2.5rem;
    opacity: 0;
}.welcome_board_WfXg .founders_team_WCuy > div:nth-child(1) {
    animation-delay: 0.3s;
}.welcome_board_WfXg .founders_team_WCuy > div:nth-child(2) {
    animation-delay: 0.6s;
}.welcome_board_WfXg .founders_team_WCuy > div:nth-child(3) {
    animation-delay: 0.9s;
}.welcome_board_WfXg p {
    color: #ffffff;
    line-height: 1.6;
    font-size: calc(12px * 1.2);
    font-weight: 600;
    margin: 0;
    font-family: Arial, sans-serif;
    letter-spacing: 0.5px;
    max-width: 80%;
    padding-left: 3rem;
    position: relative;
}.welcome_board_WfXg p::before {
    left: 0;
    top: 50%;
    background: rgb(170,181,218);
    height: 2px;
    width: 2rem;
    transform: translateY(-50%);
    position: absolute;
    content: "";
}.welcome_board_WfXg .title_style_header {
    text-transform: capitalize;
    -webkit-background-clip: text !important;
    position: relative;
    margin: 0;
    color: transparent;
    font-weight: 700;
    letter-spacing: -0.5px;
    font-size: min(4.5rem, 8vw);
    color: #ffffff;
    background-clip: text !important;
    background: linear-gradient(to right, #ffffff, rgb(128,145,197));
    line-height: 1.1;
    max-width: 90%;
}.welcome_board_WfXg h3 {
    line-height: 1.6;
    font-family: Arial, sans-serif;
    margin: 0;
    color: #ffffff;
    font-weight: 400;
    max-width: 85%;
    border-left: 3px solid rgb(170,181,218);
    background: rgba(rgb(170,181,218,0.5), 0.15);
    backdrop-filter: blur(10px);
    padding: 1rem 2rem;
    font-size: calc(24px * 1.1);
}@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.welcome_board_WfXg .learning_lead_dLki:hover::before {
    background: linear-gradient(135deg, 
    rgba(0, 0, 0, 0.65) 0%, 
    rgba(0, 0, 0, 0.3) 50%, 
    rgba(0, 0, 0, 0.6) 100%);
}


@media (max-width: 1200px) {.welcome_board_WfXg .founders_team_WCuy {
    padding: 2.5rem;
    width: 95%;
}.welcome_board_WfXg .title_style_header {
    font-size: min(4rem, 8vw);
}
}

@media (max-width: 992px) {.welcome_board_WfXg .founders_team_WCuy {
    padding: 2rem;
    margin-top: -1rem;
}.welcome_board_WfXg p {
    max-width: 90%;
    padding-left: 2.5rem;
    font-size: calc(12px * 1.1);
}.welcome_board_WfXg h3 {
    max-width: 90%;
    font-size: 24px;
    padding: 0.8rem 1.5rem;
}
}

@media (max-width: 768px) {.welcome_board_WfXg .learning_lead_dLki {
    min-height: 80vh;
}.welcome_board_WfXg .founders_team_WCuy {
    width: 100%;
    padding: 1.5rem;
    transform: perspective(1000px) rotateX(0deg);
}.welcome_board_WfXg .founders_team_WCuy > div {
    margin-bottom: 1.8rem;
}.welcome_board_WfXg p {
    font-size: 12px;
    max-width: 100%;
    padding-left: 2rem;
}.welcome_board_WfXg p::before {
    width: 1.5rem;
}.welcome_board_WfXg .title_style_header {
    max-width: 100%;
    font-size: min(3rem, 9vw);
}.welcome_board_WfXg h3 {
    padding: 0.7rem 1.2rem;
    font-size: calc(21px * 1.1);
    max-width: 100%;
}
}

@media (max-width: 576px) {.welcome_board_WfXg .learning_lead_dLki {
    min-height: 70vh;
}.welcome_board_WfXg .founders_team_WCuy {
    padding: 1.2rem;
}.welcome_board_WfXg .founders_team_WCuy > div {
    margin-bottom: 1.5rem;
}.welcome_board_WfXg p {
    font-size: calc(12px * 0.9);
    padding-left: 1.8rem;
}.welcome_board_WfXg p::before {
    width: 1.2rem;
}.welcome_board_WfXg .title_style_header {
    font-size: min(2.5rem, 10vw);
    letter-spacing: -0.3px;
}.welcome_board_WfXg h3 {
    font-size: 21px;
    padding: 0.6rem 1rem;
    border-left: 2px solid rgb(170,181,218);
}
}

@media (max-height: 600px) {.welcome_board_WfXg .learning_lead_dLki {
    min-height: 120vh;
}
}

@media (prefers-reduced-motion: reduce) {.welcome_board_WfXg .founders_team_WCuy,
  .welcome_board_WfXg .founders_team_WCuy:hover {
    transition: none;
    transform: none;
}.welcome_board_WfXg .founders_team_WCuy > div {
    animation: fadeInUp 1.5s ease-out forwards;
}}.learning_profits_zAsa {
    background: linear-gradient(135deg, rgb(212,217,239) 0%, rgba(247, 248, 255, 0.85) 100%);
    overflow: hidden;
    padding: 5rem 0;
    position: relative;
}.learning_profits_zAsa .container {
    position: relative;
    margin: 0 auto;
    max-width: 1400px;
    padding: 0 2rem;
}.learning_profits_zAsa .academy_learnings_KGoP {
    flex-direction: column-reverse;
    display: flex;
    position: relative;
    gap: 3rem;
}.learning_profits_zAsa .phrase_holder_GXTP {
    z-index: 2;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    padding: 2rem;
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
}.learning_profits_zAsa .phrase_holder_GXTP:hover {
    transform: translateY(-5px);
}.learning_profits_zAsa .phrase_holder_GXTP::before {
    left: 0;
    height: 0;
    background: rgb(170,181,218);
    width: 3px;
    content: "";
    transition: height 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    top: 0;
}.learning_profits_zAsa .phrase_holder_GXTP:hover::before {
    height: 100%;
}.learning_profits_zAsa h4 {
    position: relative;
    font-size: 1.8rem;
    color: #000000;
    border-left: 3px solid rgb(128,145,197);
    padding-left: 1rem;
    margin-bottom: 2rem;
    font-weight: 600;
    line-height: 1.4;
}.learning_profits_zAsa .phrase_holder_GXTP > div {
    display: flex;
    gap: 1.5rem;
    flex-direction: column;
}.learning_profits_zAsa ul {
    margin: 0;
    padding: 0;
    list-style: none;
}.learning_profits_zAsa li {
    transform: translateX(0);
    transition: transform 0.4s ease;
    margin-bottom: 1.25rem;
    position: relative;
}.learning_profits_zAsa li:hover {
    transform: translateX(5px);
}.learning_profits_zAsa li p {
    margin: 0;
    line-height: 1.6;
    color: #000000;
    display: flex;
    align-items: flex-start;
    font-size: 13px;
    gap: 1rem;
}.learning_profits_zAsa li p span:first-child {
    flex-shrink: 0;
    margin-top: 0.2rem;
}.learning_profits_zAsa li svg {
    transform: scale(1);
    width: 24px;
    transition: transform 0.3s ease;
    height: 24px;
}.learning_profits_zAsa li:hover svg {
    transform: scale(1.15);
}.learning_profits_zAsa li svg path {
    fill: rgb(170,181,218);
    transition: fill 0.3s ease;
}.learning_profits_zAsa li:hover svg path {
    fill: rgb(128,145,197);
}.learning_profits_zAsa .image_link_hwaY {
    object-fit: cover;
    height: auto;
    filter: saturate(0.9);
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    border-radius: 15px;
    transform: scale(1);
    width: 100%;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}.learning_profits_zAsa .image_link_hwaY:hover {
    filter: saturate(1.1);
    transform: scale(1.02);
}

@media (min-width: 768px) {.learning_profits_zAsa {
    padding: 7rem 0;
}.learning_profits_zAsa .academy_learnings_KGoP {
    align-items: center;
    gap: 5rem;
    flex-direction: row;
}.learning_profits_zAsa .phrase_holder_GXTP {
    padding: 3rem;
    flex: 1;
}.learning_profits_zAsa .image_link_hwaY {
    max-height: 500px;
    flex: 1;
    height: 100%;
    max-width: 45%;
}.learning_profits_zAsa .phrase_holder_GXTP > div {
    flex-direction: row;
}.learning_profits_zAsa h4 {
    font-size: 2rem;
    padding-left: 1.5rem;
}
}

@media (min-width: 992px) {.learning_profits_zAsa {
    padding: 8rem 0;
}.learning_profits_zAsa .academy_learnings_KGoP {
    gap: 6rem;
}.learning_profits_zAsa .phrase_holder_GXTP {
    padding: 3.5rem;
}.learning_profits_zAsa .image_link_hwaY {
    border-radius: 100px;
    transform: perspective(1000px) rotateY(-3deg);
}.learning_profits_zAsa .image_link_hwaY:hover {
    transform: perspective(1000px) rotateY(0deg) scale(1.02);
}.learning_profits_zAsa h4 {
    font-size: 2.2rem;
}.learning_profits_zAsa li {
    margin-bottom: 1.5rem;
}.learning_profits_zAsa li p {
    font-size: calc(13px + 0.1rem);
}
}

@media (min-width: 1200px) {.learning_profits_zAsa .phrase_holder_GXTP::after {
    width: 60px;
    border-bottom: 3px solid rgb(128,145,197);
    transition: opacity 0.5s ease, transform 0.5s ease;
    right: 0;
    opacity: 0;
    transform: translate(10px, 10px);
    content: "";
    position: absolute;
    bottom: 0;
    height: 60px;
    border-right: 3px solid rgb(128,145,197);
}.learning_profits_zAsa .phrase_holder_GXTP:hover::after {
    transform: translate(0, 0);
    opacity: 1;
}.learning_profits_zAsa h4 {
    font-size: 2.4rem;
}.learning_profits_zAsa li p {
    font-size: calc(13px + 0.15rem);
}.learning_profits_zAsa .image_link_hwaY {
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.7s ease;
}.learning_profits_zAsa .image_link_hwaY:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}
}

@media (prefers-reduced-motion: reduce) {.learning_profits_zAsa *,
    .learning_profits_zAsa *::before,
    .learning_profits_zAsa *::after {
    animation-duration: 0.01s !important;
    transition-duration: 0.01s !important;
    animation-iteration-count: 1 !important;
}}header {
    position: relative;
    box-shadow: 0 5px 15px rgb(170,181,218,0.5);
    z-index: 100;
    padding: 1.5rem 0;
    background: linear-gradient(to right, rgb(212,217,239), #ffffff);
}header .container {
    padding: 0 1.5rem;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}header .site_main_iNYB {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}header .nav_master_NzSe {
    transition: all 0.3s ease;
    position: relative;
    margin-bottom: 0.5rem;
    border-radius: 10px;
    text-decoration: none;
    display: block;
    padding: 0.5rem;
}header .nav_master_NzSe::after {
    opacity: 0.7;
    width: 100%;
    left: 0;
    height: 2px;
    bottom: -5px;
    background: linear-gradient(to right, transparent, rgb(170,181,218), transparent);
    content: '';
    position: absolute;
}header .nav_master_NzSe svg {
    height: auto;
    width: 180px;
    transition: transform 0.3s ease;
}header .nav_master_NzSe:hover svg {
    transform: scale(1.05);
}header .top_edu_AiRy {
    display: flex;
    padding: 0.8rem;
    gap: 0.5rem;
    width: 100%;
    justify-content: center;
    background: linear-gradient(to right, rgb(170,181,218,0.5), rgb(128,145,197,0.5));
    border-radius: 16px;
    flex-wrap: wrap;
}header .main_edu_aoAv {
    text-decoration: none;
    font-family: Arial, sans-serif;
    padding: 0.6rem 1.2rem;
    color: #000000;
    background: #ffffff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    font-size: 15px;
    font-weight: 400;
    transition: all 0.3s ease;
}header .main_edu_aoAv:hover {
    transform: translateY(-2px);
    color: #ffffff;
    background: linear-gradient(135deg, rgb(170,181,218), rgb(128,145,197));
    box-shadow: 0 4px 8px rgb(170,181,218,0.5);
}

@media (max-width: 991px) {header {
    padding: 1.2rem 0;
}header .nav_master_NzSe svg {
    width: 160px;
}header .top_edu_AiRy {
    padding: 0.7rem;
}header .main_edu_aoAv {
    font-size: calc(15px - 1px);
    padding: 0.5rem 1rem;
}
}

@media (max-width: 767px) {header {
    padding: 1rem 0;
}header .site_main_iNYB {
    gap: 1rem;
}header .nav_master_NzSe svg {
    width: 140px;
}header .top_edu_AiRy {
    padding: 0.6rem;
    gap: 0.4rem;
}header .main_edu_aoAv {
    font-size: calc(15px - 2px);
    padding: 0.4rem 0.8rem;
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .site_main_iNYB {
    gap: 0.8rem;
}header .nav_master_NzSe svg {
    width: 120px;
}header .top_edu_AiRy {
    overflow-x: auto;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding: 0.5rem;
}header .top_edu_AiRy::-webkit-scrollbar {
    height: 3px;
}header .top_edu_AiRy::-webkit-scrollbar-thumb {
    background: rgb(170,181,218);
    border-radius: 10px;
}header .main_edu_aoAv {
    padding: 0.4rem 0.7rem;
    flex-shrink: 0;
    font-size: calc(15px - 2px);
    white-space: nowrap;
}}.cookie_overlay_dialog_TcBL {
    bottom: 0;
    position: fixed;
    z-index: 90;
    background: rgb(212,217,239);
    border-top: 2px solid rgb(170,181,218);
    width: 100%;
}#cookie_modal_panel_LSke {
    display: none;
}#cookie_modal_panel_LSke:checked ~ .cookie_overlay_dialog_TcBL {
    opacity: 0;
    visibility: hidden;
}.cookie_preference_NpMF {
    align-items: center;
    padding: 20px 0;
    justify-content: space-between;
    display: flex;
}.cookie_overlay_dialog_TcBL h5 {
    margin-bottom: 6px;
    font-size: 22px;
}.cookie_overlay_dialog_TcBL p {
    font-size: 18px;
}.user_safety_TtzC {
    margin-right: 10px;
    flex-shrink: 0;
}.user_safety_TtzC svg, .user_safety_TtzC svg path, .user_safety_TtzC img {
    height: 100px;
    fill: rgb(170,181,218);
    width: 100px;
}.edu_cookie_zLOH {
    font-size: 24px;
    flex-shrink: 0;
    margin-left: 10px;
    min-width: 120px;
    line-height: 35px;
    border-bottom: 2px solid rgb(170,181,218);
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    color: rgb(170,181,218);
}.cookie_overlay_dialog_TcBL p a {
    color: rgb(170,181,218);
    text-decoration: none;
}
@media only screen and (max-width: 1200px) {.cookie_overlay_dialog_TcBL {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.user_safety_TtzC {
    display: none;
}.cookie_preference_NpMF {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}.cookie_overlay_dialog_TcBL h5 {
    text-align: center;
}.cookie_overlay_dialog_TcBL p {
    text-align: center;
}.privacy_learn_Fhia {
    margin-bottom: 20px;
}body .wrapper-viewport_XnKZ .edu_cookie_zLOH {
    margin-left: 0;
    margin-bottom: 10px;
}}
.wrapper-viewport_XnKZ .cookie_overlay_dialog_TcBL {
    box-shadow: rgb(128,145,197,0.5) 0px 0px 10px 10px;
    background: rgb(170,181,218);
}.wrapper-viewport_XnKZ .cookie_preference_NpMF {
    justify-content: space-between;
    padding: 40px 0;
}.wrapper-viewport_XnKZ .edu_cookie_zLOH {
    background: #ffffff;
    padding: 10px;
    color: rgb(170,181,218);
    margin-left: 30px;
    border: none;
    font-size: 20px;
}.wrapper-viewport_XnKZ .privacy_learn_Fhia {
    color: #ffffff;
    text-align: left;
}.wrapper-viewport_XnKZ .privacy_learn_Fhia h5 {
    font-weight: 700;
}.wrapper-viewport_XnKZ .privacy_learn_Fhia h5, .wrapper-viewport_XnKZ .privacy_learn_Fhia p {
    color: #ffffff;
}.wrapper-viewport_XnKZ .cookie_overlay_dialog_TcBL p a {
    color: rgb(128,145,197);
    text-decoration: underline;
}.teaching_process_jKCL {
    position: relative;
    background: rgb(212,217,239);
    overflow: hidden;
    padding: 6rem 2rem;
}.teaching_process_jKCL::before {
    opacity: 0.2;
    content: "";
    width: 100%;
    z-index: 1;
    height: 100%;
    left: 0;
    position: absolute;
    background: linear-gradient(135deg, rgb(170,181,218,0.5) 0%, transparent 70%);
    top: 0;
}.teaching_process_jKCL::after {
    opacity: 0.3;
    top: -50%;
    position: absolute;
    width: 100%;
    content: "";
    animation: moveGradient 20s infinite alternate ease-in-out;
    background: radial-gradient(circle, rgb(128,145,197,0.5) 0%, transparent 70%);
    right: -50%;
    height: 100%;
    z-index: 0;
}.teaching_process_jKCL .academy_learnings_KGoP {
    margin: 0 auto;
    position: relative;
    gap: 2.5rem;
    max-width: 900px;
    z-index: 2;
    display: flex;
    flex-direction: column;
}.teaching_process_jKCL h3 {
    margin: 0;
    padding: 2rem;
    text-align: center;
    color: #000000;
    border-radius: 18px;
    background: #ffffff;
    position: relative;
    font-weight: 700;
    animation: fadeInDown 0.8s ease-out forwards;
    font-size: 31px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}.teaching_process_jKCL h3::before {
    transform: translate(8px, 8px);
    height: 100%;
    border: 2px solid rgb(170,181,218,0.5);
    border-radius: inherit;
    pointer-events: none;
    top: 0;
    position: absolute;
    content: "";
    width: 100%;
    z-index: -1;
    opacity: 0.5;
    left: 0;
}.teaching_process_jKCL span {
    opacity: 0;
    border-radius: 18px;
    color: #000000;
    padding: 2rem;
    font-size: 17px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    line-height: 1.8;
    position: relative;
    animation: fadeInUp 0.8s 0.3s ease-out forwards;
}.teaching_process_jKCL span::before {
    z-index: -1;
    opacity: 0.5;
    border: 2px solid rgb(128,145,197,0.5);
    transform: translate(-8px, -8px);
    position: absolute;
    left: 0;
    border-radius: inherit;
    width: 100%;
    top: 0;
    content: "";
    pointer-events: none;
    height: 100%;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes moveGradient {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-20%, -20%);
    }
}

@media (max-width: 992px) {.teaching_process_jKCL {
    padding: 5rem 1.5rem;
}.teaching_process_jKCL h3 {
    font-size: calc(31px * 0.9);
    padding: 1.8rem;
}.teaching_process_jKCL span {
    padding: 1.8rem;
}.teaching_process_jKCL h3::before,
    .teaching_process_jKCL span::before {
    transform: translate(6px, 6px);
}.teaching_process_jKCL span::before {
    transform: translate(-6px, -6px);
}
}

@media (max-width: 768px) {.teaching_process_jKCL {
    padding: 4rem 1rem;
}.teaching_process_jKCL h3 {
    padding: 1.5rem;
    font-size: calc(31px * 0.8);
}.teaching_process_jKCL span {
    font-size: calc(17px * 0.95);
    padding: 1.5rem;
}.teaching_process_jKCL .academy_learnings_KGoP {
    gap: 2rem;
}.teaching_process_jKCL h3::before,
    .teaching_process_jKCL span::before {
    transform: translate(4px, 4px);
}.teaching_process_jKCL span::before {
    transform: translate(-4px, -4px);
}}.thxWrapper_AUsh {
    background: linear-gradient(135deg, rgb(212,217,239) 0%, #ffffff 100%);
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
}.thxWrapper_AUsh::before {
    z-index: 0;
    filter: blur(25px);
    right: -5%;
    position: absolute;
    opacity: 0.4;
    content: "";
    transform: rotate(-15deg) skewX(15deg);
    width: 40%;
    background: linear-gradient(120deg, rgb(170,181,218,0.5) 0%, rgb(128,145,197,0.5) 100%);
    animation: float 15s ease-in-out infinite;
    top: -10%;
    height: 70%;
}.thxWrapper_AUsh::after {
    bottom: -5%;
    background: linear-gradient(220deg, rgb(128,145,197,0.5) 0%, rgb(170,181,218,0.5) 100%);
    position: absolute;
    width: 30%;
    content: "";
    z-index: 0;
    height: 60%;
    filter: blur(20px);
    animation: float 18s ease-in-out infinite reverse;
    transform: rotate(10deg) skewX(-10deg);
    left: -2%;
    opacity: 0.3;
}.thxWrapper_AUsh .container {
    max-width: 1200px;
    position: relative;
    z-index: 2;
    padding: 0 1.5rem;
    margin: 0 auto;
}.thxWrapper_AUsh .academy_learnings_KGoP {
    padding: 3.5rem;
    transform: perspective(1000px) rotateX(1deg);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.07), 
              0 5px 15px rgba(0, 0, 0, 0.05);
    border-left: 5px solid rgb(170,181,218);
    background-color: #ffffff;
}.thxWrapper_AUsh .academy_learnings_KGoP:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1),
              0 10px 20px rgba(0, 0, 0, 0.07);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.thxWrapper_AUsh .academy_learnings_KGoP::before {
    width: 100%;
    mask-image: linear-gradient(45deg, #000 25%, rgba(0, 0, 0, 0.7) 50%, #000 75%);
    z-index: -1;
    position: absolute;
    content: "";
    left: 0;
    background: linear-gradient(to right, 
               #ffffff 0%, 
               rgba(255, 255, 255, 0.8) 100%);
    top: 0;
    animation: shimmerMask 8s infinite linear;
    height: 100%;
    mask-size: 200% 200%;
}.thxWrapper_AUsh .academy_learnings_KGoP > div:first-child {
    position: relative;
    margin-bottom: 2rem;
}.thxWrapper_AUsh .academy_learnings_KGoP > div:first-child::after {
    background: linear-gradient(90deg, rgb(170,181,218) 0%, rgb(128,145,197) 100%);
    transition: width 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    content: "";
    position: absolute;
    height: 4px;
    bottom: -1rem;
    width: 60px;
    transform-origin: left center;
    left: 0;
}.thxWrapper_AUsh .academy_learnings_KGoP:hover > div:first-child::after {
    width: 120px;
}.thxWrapper_AUsh h5 {
    position: relative;
    color: #000000;
    font-size: 19px;
    opacity: 0;
    font-weight: 600;
    line-height: 1.4;
    transform: translateZ(0);
    margin: 0;
    animation: fadeInUp 0.8s forwards 0.2s;
}.thxWrapper_AUsh a {
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    display: block;
    text-decoration: none;
    transform: translateZ(0);
}.thxWrapper_AUsh a:hover {
    transform: translateY(-3px);
}.thxWrapper_AUsh p {
    font-family: Arial, sans-serif;
    opacity: 0;
    margin: 0;
    line-height: 1.7;
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    animation: fadeInUp 0.8s forwards 0.5s;
}

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

@keyframes shimmerMask {
  0% {
    mask-position: 0% 0%;
  }
  100% {
    mask-position: 200% 0%;
  }
}

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

@media (max-width: 992px) {.thxWrapper_AUsh {
    padding: 5rem 0;
}.thxWrapper_AUsh .academy_learnings_KGoP {
    padding: 2.5rem;
}.thxWrapper_AUsh h5 {
    font-size: calc(19px * 0.95);
}
}

@media (max-width: 768px) {.thxWrapper_AUsh {
    padding: 4rem 0;
}.thxWrapper_AUsh .academy_learnings_KGoP {
    padding: 2rem;
    transform: perspective(1000px) rotateX(0deg);
}.thxWrapper_AUsh h5 {
    font-size: calc(19px * 0.9);
}.thxWrapper_AUsh p {
    line-height: 1.6;
    font-size: calc(18px * 0.95);
}
}

@media (max-width: 576px) {.thxWrapper_AUsh {
    padding: 3rem 0;
}.thxWrapper_AUsh .academy_learnings_KGoP {
    border-left-width: 3px;
    padding: 1.5rem;
}.thxWrapper_AUsh .academy_learnings_KGoP > div:first-child::after {
    height: 3px;
    width: 50px;
}.thxWrapper_AUsh .academy_learnings_KGoP:hover > div:first-child::after {
    width: 80px;
}.thxWrapper_AUsh h5 {
    font-size: calc(19px * 0.85);
}.thxWrapper_AUsh p {
    line-height: 1.5;
    font-size: calc(18px * 0.9);
}}.course_highlights_TnpR {
    position: relative;
    background-color: #ffffff;
    min-height: 600px;
    overflow: hidden;
    height: 100vh;
    max-height: 900px;
}.course_highlights_TnpR::before {
    height: 100%;
    content: '';
    z-index: 1;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.4) 50%, transparent 100%);
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 70%;
}.course_highlights_TnpR .career_lab_gixZ {
    left: 0;
    position: absolute;
    height: 100%;
    overflow: hidden;
    z-index: 0;
    width: 100%;
    top: 0;
}.course_highlights_TnpR .online_learn_arvh {
    top: 0;
    left: 0;
    position: absolute;
    animation: carousel-slide 30s infinite linear;
    width: 500%;
    display: flex;
    height: 100%;
}.course_highlights_TnpR .career_lab_gixZ:hover .online_learn_arvh {
    animation-play-state: paused;
}.course_highlights_TnpR .skill_path_CQiS {
    overflow: hidden;
    height: 100%;
    width: 20%;
}.course_highlights_TnpR .skill_path_CQiS img {
    transition: transform 1s ease;
    width: 100%;
    height: 100%;
    filter: brightness(1.05) contrast(1.1);
    transform: scale(1.1);
    object-fit: cover;
}.course_highlights_TnpR .skill_path_CQiS:hover img {
    transform: scale(1.2);
}.course_highlights_TnpR .container {
    display: flex;
    justify-content: flex-start;
    height: 100%;
    width: 65%;
    align-items: center;
    padding-left: 0;
    position: relative;
    z-index: 2;
}.course_highlights_TnpR .academy_learnings_KGoP {
    width: 100%;
    padding-left: 3%;
    max-width: 750px;
}.course_highlights_TnpR .career_progress_mCWT {
    background-color: #ffffff;
    padding: 3rem;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    position: relative;
    border-radius: 26px;
    backdrop-filter: blur(5px);
    border-top: 4px solid rgb(170,181,218);
}.course_highlights_TnpR .career_progress_mCWT h3 {
    font-weight: 700;
    color: #000000;
    margin-bottom: 1.5rem;
    font-size: 38px;
}.course_highlights_TnpR .career_progress_mCWT p {
    color: #000000;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 2rem;
}.course_highlights_TnpR .career_progress_mCWT .request_form_hRpM {
    color: #ffffff;
    background: linear-gradient(to right, rgb(170,181,218), rgb(128,145,197));
    z-index: 1;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-block;
    position: relative;
    padding: 1rem 2rem;
    border-radius: 10px;
    overflow: hidden;
    text-decoration: none;
}.course_highlights_TnpR .career_progress_mCWT .request_form_hRpM::before {
    content: '';
    background: linear-gradient(to right, rgb(128,145,197), rgb(170,181,218));
    transition: opacity 0.3s ease;
    z-index: -1;
    width: 100%;
    left: 0;
    position: absolute;
    opacity: 0;
    top: 0;
    height: 100%;
}.course_highlights_TnpR .career_progress_mCWT .request_form_hRpM:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}.course_highlights_TnpR .career_progress_mCWT .request_form_hRpM:hover::before {
    opacity: 1;
}

@keyframes carousel-slide {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-80%);
    }
}

@media screen and (max-width: 1200px) {.course_highlights_TnpR .container {
    width: 70%;
}.course_highlights_TnpR::before {
    width: 75%;
}
}

@media screen and (max-width: 992px) {.course_highlights_TnpR {
    height: auto;
    max-height: none;
    flex-direction: column;
    min-height: 0;
    display: flex;
}.course_highlights_TnpR::before {
    background: linear-gradient(180deg, rgb(212,217,239) 0%, transparent 50%);
}.course_highlights_TnpR .career_lab_gixZ {
    order: 2;
    width: 100%;
    height: 400px;
    position: relative;
}.course_highlights_TnpR .container {
    order: 1;
    width: 100%;
    padding: 4rem 2rem;
}.course_highlights_TnpR .academy_learnings_KGoP {
    margin: 0 auto;
    max-width: 600px;
    width: 100%;
}
}

@media screen and (max-width: 768px) {.course_highlights_TnpR .career_lab_gixZ {
    height: 350px;
}.course_highlights_TnpR .container {
    padding: 3rem 1.5rem;
}.course_highlights_TnpR .career_progress_mCWT {
    padding: 2rem;
}.course_highlights_TnpR .career_progress_mCWT h3 {
    font-size: calc(38px * 0.9);
}
}

@media screen and (max-width: 576px) {.course_highlights_TnpR .career_lab_gixZ {
    height: 250px;
}.course_highlights_TnpR .container {
    padding: 2.5rem 1rem;
}.course_highlights_TnpR .career_progress_mCWT {
    padding: 1.5rem;
}.course_highlights_TnpR .career_progress_mCWT h3 {
    font-size: calc(38px * 0.8);
}.course_highlights_TnpR .career_progress_mCWT p {
    font-size: calc(16px * 0.9);
    margin-bottom: 1.5rem;
}.course_highlights_TnpR .career_progress_mCWT .request_form_hRpM {
    padding: 0.8rem 1.5rem;
    width: 100%;
    text-align: center;
}}.company_overview_LZhj {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.company_overview_LZhj::before {
    pointer-events: none;
    height: 100%;
    z-index: 1;
    width: 100%;
    background: linear-gradient(135deg, rgb(170,181,218,0.5), rgba(0, 0, 0, 0.5) 75%);
    left: 0;
    position: absolute;
    content: "";
    top: 0;
}.company_overview_LZhj::after {
    animation: floatElement 20s infinite alternate ease-in-out;
    width: 45%;
    right: -5%;
    height: 200%;
    transform: rotate(-25deg);
    z-index: 0;
    opacity: 0.15;
    content: "";
    background: rgb(128,145,197);
    top: -10%;
    position: absolute;
}.company_overview_LZhj .container {
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
    max-width: 1240px;
}.company_overview_LZhj h2 {
    margin-bottom: 40px;
    color: #ffffff;
    font-size: 33px;
    font-weight: 700;
    display: inline-block;
    position: relative;
    transform: translateX(-5px);
}.company_overview_LZhj h2::after {
    animation: expandWidth 0.7s ease-out forwards;
    position: absolute;
    transform-origin: left;
    bottom: -10px;
    background: linear-gradient(90deg, rgb(128,145,197), transparent);
    left: 0;
    content: "";
    width: 80px;
    height: 3px;
}.company_overview_LZhj .phrase_holder_GXTP {
    transform: translateY(0);
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    z-index: 3;
    padding: 40px;
    display: grid;
    backdrop-filter: blur(10px);
    gap: 30px;
    grid-template-columns: 1fr;
    background: rgba(255, 255, 255, 0.92);
}.company_overview_LZhj .phrase_holder_GXTP::before {
    left: 0;
    top: 0;
    content: "";
    width: 6px;
    animation: growVertical 1s 0.3s ease-out forwards;
    position: absolute;
    background: rgb(170,181,218);
    height: 0;
}.company_overview_LZhj .phrase_holder_GXTP > div {
    position: relative;
}.company_overview_LZhj .phrase_holder_GXTP p {
    font-size: calc(13px * 1.5);
    transform: translateX(0);
    font-weight: 600;
    padding-left: 15px;
    margin-bottom: 20px;
    position: relative;
    transition: transform 0.3s ease;
    color: rgb(170,181,218);
}.company_overview_LZhj .phrase_holder_GXTP p::before {
    width: 8px;
    transform: translateY(-50%) rotate(45deg);
    content: "";
    position: absolute;
    background: rgb(128,145,197);
    left: 0;
    height: 8px;
    top: 50%;
}.company_overview_LZhj .phrase_holder_GXTP div > div {
    position: relative;
    column-count: 1;
    color: #000000;
    padding-left: 15px;
    column-gap: 40px;
    font-size: 13px;
    line-height: 1.8;
}.company_overview_LZhj .phrase_holder_GXTP:hover {
    transform: translateY(-5px);
}.company_overview_LZhj .phrase_holder_GXTP:hover p {
    transform: translateX(5px);
}

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

@keyframes growVertical {
    from { height: 0; }
    to { height: 100%; }
}

@keyframes floatElement {
    0% { transform: rotate(-25deg) translateY(0); }
    50% { transform: rotate(-22deg) translateY(-15px); }
    100% { transform: rotate(-25deg) translateY(0); }
}

@media (min-width: 768px) {.company_overview_LZhj {
    padding: 150px 0;
}.company_overview_LZhj h2 {
    margin-bottom: 60px;
    font-size: calc(33px * 1.2);
}.company_overview_LZhj h2::after {
    width: 120px;
}.company_overview_LZhj .phrase_holder_GXTP {
    width: calc(100% - 40px);
    margin-left: 40px;
    padding: 60px;
}.company_overview_LZhj .phrase_holder_GXTP div > div {
    column-count: 2;
}
    
    @keyframes expandWidth {
        from { width: 0; }
        to { width: 120px; }
    }
}

@media (min-width: 992px) {.company_overview_LZhj {
    padding: 180px 0;
}.company_overview_LZhj::after {
    top: -20%;
    right: -10%;
    width: 60%;
}.company_overview_LZhj h2 {
    transform: translateX(-10px);
}.company_overview_LZhj .phrase_holder_GXTP {
    margin-left: 80px;
    width: calc(100% - 80px);
    padding: 80px;
}.company_overview_LZhj .phrase_holder_GXTP::before {
    width: 8px;
}.company_overview_LZhj .phrase_holder_GXTP div > div {
    column-count: 2;
}
}

@media (min-width: 1200px) {.company_overview_LZhj h2 {
    margin-bottom: 80px;
}.company_overview_LZhj .phrase_holder_GXTP {
    width: calc(100% - 120px);
    padding: 100px;
    margin-left: 120px;
}.company_overview_LZhj .phrase_holder_GXTP::before {
    width: 10px;
}
}

@media (max-width: 767px) {.company_overview_LZhj {
    padding: 80px 0;
}.company_overview_LZhj h2 {
    font-size: calc(33px * 0.9);
    margin-bottom: 30px;
}.company_overview_LZhj .phrase_holder_GXTP {
    padding: 30px 20px;
}.company_overview_LZhj .phrase_holder_GXTP p {
    font-size: calc(13px * 1.2);
    margin-bottom: 15px;
}.company_overview_LZhj .phrase_holder_GXTP div > div {
    font-size: calc(13px * 0.95);
    line-height: 1.6;
}}.mentorship_profile_BanZ {
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(212,217,239) 0%, rgba(245, 248, 250, 0.9) 100%);
}.mentorship_profile_BanZ::before {
    opacity: 0.15;
    width: 40vw;
    background: radial-gradient(circle, rgb(170,181,218,0.5) 0%, transparent 70%);
    position: absolute;
    top: -5%;
    height: 40vw;
    content: "";
    transform: translateZ(0);
    right: -10%;
}.mentorship_profile_BanZ::after {
    content: "";
    left: -10%;
    position: absolute;
    background: radial-gradient(circle, rgb(128,145,197,0.5) 0%, transparent 70%);
    opacity: 0.1;
    bottom: -5%;
    width: 30vw;
    height: 30vw;
    transform: translateZ(0);
}.mentorship_profile_BanZ .container {
    margin: 0 auto;
    position: relative;
    padding: 0 2rem;
    z-index: 2;
    max-width: 1200px;
}.mentorship_profile_BanZ .alumni_feedback_fBSZ {
    position: relative;
    transform: translateZ(0);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.05),
        0 1px 3px rgba(0, 0, 0, 0.03),
        0 0 80px rgba(rgb(170,181,218), 0.03) inset;
    padding: 2.5rem;
    backdrop-filter: blur(10px);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100%);
    grid-template-columns: 1fr;
    display: grid;
    gap: 2rem;
}.mentorship_profile_BanZ .alumni_feedback_fBSZ > div:first-child {
    justify-content: center;
    display: flex;
    align-items: center;
}.mentorship_profile_BanZ .image_link_hwaY {
    border-radius: 8px;
    position: relative;
    width: 200px;
    transform: rotate(-2deg) translateZ(0);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
    height: 200px;
    box-shadow: 
        10px 10px 20px rgba(0, 0, 0, 0.1),
        -10px -10px 20px rgba(255, 255, 255, 0.7);
}.mentorship_profile_BanZ .image_link_hwaY::after {
    top: 0;
    position: absolute;
    background: linear-gradient(135deg, transparent 0%, rgba(rgb(170,181,218), 0.1) 100%);
    z-index: 1;
    width: 100%;
    content: "";
    left: 0;
    height: 100%;
}.mentorship_profile_BanZ .image_link_hwaY:hover {
    transform: rotate(0deg) scale(1.05) translateZ(0);
}.mentorship_profile_BanZ .name {
    font-weight: 700;
    display: inline-block;
    position: relative;
    font-family: Arial, sans-serif;
    margin-bottom: 0.5rem;
    color: rgb(170,181,218);
    font-size: 24px;
}.mentorship_profile_BanZ .name::after {
    position: absolute;
    transition: transform 0.4s ease;
    content: "";
    width: 60%;
    background: linear-gradient(90deg, rgb(128,145,197) 0%, transparent 100%);
    transform-origin: left;
    height: 3px;
    left: 0;
    bottom: -8px;
    transform: scaleX(0.8);
}.mentorship_profile_BanZ .alumni_feedback_fBSZ > div:nth-child(2) {
    justify-content: center;
    display: flex;
    flex-direction: column;
}.mentorship_profile_BanZ .alumni_feedback_fBSZ > div:nth-child(2) > div {
    color: rgba(0, 0, 0, 0.5);
    letter-spacing: 0.02em;
    font-weight: 600;
    font-size: calc(14px - 0.1rem);
    margin-top: 0.5rem;
}.mentorship_profile_BanZ .exp_achievements_TwPH {
    font-family: Arial, sans-serif;
    margin: 0;
    font-size: 14px;
    position: relative;
    color: #000000;
    line-height: 1.6;
}.mentorship_profile_BanZ .exp_achievements_TwPH::before {
    content: "";
    z-index: -1;
    opacity: 0.15;
    top: -2rem;
    color: rgb(170,181,218,0.5);
    position: absolute;
    font-size: 6rem;
    font-family: serif;
    left: -1rem;
}

@media (min-width: 768px) {.mentorship_profile_BanZ {
    padding: 8rem 0;
}.mentorship_profile_BanZ .alumni_feedback_fBSZ {
    grid-template-rows: auto 1fr;
    grid-template-columns: auto 1fr;
    gap: 2.5rem 3rem;
    padding: 3rem;
}.mentorship_profile_BanZ .alumni_feedback_fBSZ > div:first-child {
    grid-row: span 2;
}.mentorship_profile_BanZ .image_link_hwaY {
    width: 260px;
    height: 260px;
}.mentorship_profile_BanZ .name {
    font-size: calc(24px + 0.2rem);
}.mentorship_profile_BanZ .exp_achievements_TwPH {
    font-size: calc(14px + 0.05rem);
}
}

@media (min-width: 1024px) {.mentorship_profile_BanZ .alumni_feedback_fBSZ {
    padding: 4rem;
    gap: 3rem 4rem;
    grid-template-columns: auto 1fr;
}.mentorship_profile_BanZ .image_link_hwaY {
    transform: rotate(-3deg) translateZ(0);
    width: 300px;
    height: 300px;
}.mentorship_profile_BanZ .name {
    font-size: calc(24px + 0.4rem);
}.mentorship_profile_BanZ .name::after {
    height: 4px;
}.mentorship_profile_BanZ .exp_achievements_TwPH {
    line-height: 1.7;
    font-size: calc(14px + 0.1rem);
}.mentorship_profile_BanZ .alumni_feedback_fBSZ > div:nth-child(2) > div {
    font-size: 14px;
}
}

@media (min-width: 1200px) {.mentorship_profile_BanZ .container {
    padding: 0 4rem;
}.mentorship_profile_BanZ .alumni_feedback_fBSZ {
    gap: 3rem 5rem;
}.mentorship_profile_BanZ .alumni_feedback_fBSZ:hover .name::after {
    transform: scaleX(1);
}
}

@media (max-width: 767px) {.mentorship_profile_BanZ {
    padding: 4rem 0;
}.mentorship_profile_BanZ .container {
    padding: 0 1rem;
}.mentorship_profile_BanZ .alumni_feedback_fBSZ {
    padding: 2rem;
}.mentorship_profile_BanZ .image_link_hwaY {
    width: 180px;
    height: 180px;
}}.contact_oFhA {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background: #000000;
}.contact_oFhA::before {
    height: 100%;
    z-index: 1;
    opacity: 0.2;
    content: '';
    left: 0;
    width: 100%;
    background: 
        radial-gradient(circle at 10% 20%, rgb(170,181,218,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 80%, rgb(128,145,197,0.5) 0%, transparent 40%);
    top: 0;
    position: absolute;
}.contact_oFhA::after {
    left: 0;
    z-index: 1;
    opacity: 0.1;
    background: 
        linear-gradient(90deg, transparent 95%, rgb(170,181,218,0.5) 95.5%, transparent 96%),
        linear-gradient(0deg, transparent 95%, rgb(128,145,197,0.5) 95.5%, transparent 96%);
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    top: 0;
    background-size: 20px 20px;
}.contact_oFhA .image_link_hwaY {
    width: 50%;
    z-index: 1;
    left: 0;
    height: 100%;
    opacity: 0.7;
    position: absolute;
    top: 0;
}.contact_oFhA .image_link_hwaY::before {
    background: linear-gradient(to right, #000000 0%, transparent 50%, #000000 100%);
    width: 100%;
    top: 0;
    position: absolute;
    right: 0;
    height: 100%;
    content: '';
}.contact_oFhA .image_link_hwaY::after {
    top: 0;
    position: absolute;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    content: '';
    width: 100%;
}.contact_oFhA .container {
    z-index: 2;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.contact_oFhA h3 {
    text-shadow: 
        0 0 5px rgb(170,181,218),
        0 0 10px rgb(170,181,218),
        0 0 15px rgb(170,181,218);
    letter-spacing: 3px;
    margin-bottom: 60px;
    color: #ffffff;
    font-weight: 700;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    font-size: 33px;
    text-align: center;
}.contact_oFhA .connect_query_mKvd {
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    max-width: 1100px;
    box-shadow: 
        0 0 0 1px rgba(255, 255, 255, 0.1),
        0 0 30px rgba(0, 0, 0, 0.5),
        0 0 10px rgb(170,181,218,0.5),
        0 0 20px rgb(128,145,197,0.5);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    margin: 0 auto;
    border-radius: 29px;
    display: flex;
    background: rgba(30, 30, 30, 0.7);
}.contact_oFhA .inquiry_map_PMyz {
    padding: 50px;
    flex: 3;
    position: relative;
}.contact_oFhA form h3 {
    margin-bottom: 30px;
    text-align: left;
    font-size: 23px;
    text-shadow: 0 0 5px rgb(170,181,218);
}.contact_oFhA input[type="text"],
.contact_oFhA textarea {
    width: 100%;
    padding: 15px;
    color: #ffffff;
    font-family: Arial, sans-serif;
    border: 1px solid rgba(rgb(170,181,218,0.5), 0.3);
    transition: all 0.3s ease;
    margin-bottom: 20px;
    font-size: 17px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
    background: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}.contact_oFhA input[type="text"]:focus,
.contact_oFhA textarea:focus {
    box-shadow: 
        inset 0 0 5px rgba(0, 0, 0, 0.5),
        0 0 5px rgb(170,181,218,0.5);
    outline: none;
    border-color: rgb(170,181,218);
}.contact_oFhA input[type="text"]::placeholder,
.contact_oFhA textarea::placeholder {
    color: rgba(255, 255, 255, 0.5);
}.contact_oFhA textarea {
    height: 140px;
    resize: none;
}.contact_oFhA .query_help_aLuz {
    margin-bottom: 25px;
    align-items: flex-start;
    position: relative;
    display: flex;
}.contact_oFhA .query_help_aLuz input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact_oFhA .query_help_aLuz label {
    padding-left: 35px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    cursor: pointer;
    position: relative;
    line-height: 1.5;
}.contact_oFhA .query_help_aLuz label::before {
    background: rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgb(170,181,218,0.5);
    left: 0;
    border: 1px solid rgb(170,181,218);
    position: absolute;
    height: 20px;
    transition: all 0.3s ease;
    top: 2px;
    border-radius: 10px;
    content: '';
    width: 20px;
}.contact_oFhA .query_help_aLuz input[type="checkbox"]:checked + label::before {
    box-shadow: 0 0 8px rgb(170,181,218);
    background: rgb(170,181,218);
}.contact_oFhA .query_help_aLuz input[type="checkbox"]:checked + label::after {
    border-width: 0 2px 2px 0;
    top: 5px;
    position: absolute;
    border: solid #ffffff;
    width: 6px;
    content: '';
    left: 7px;
    height: 12px;
    transform: rotate(45deg);
}.contact_oFhA .query_help_aLuz a {
    text-shadow: 0 0 3px rgb(170,181,218);
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgb(170,181,218);
}.contact_oFhA .query_help_aLuz a:hover {
    color: rgb(128,145,197);
    text-shadow: 0 0 5px rgb(128,145,197);
}.contact_oFhA .request_form_hRpM {
    font-size: 19px;
    color: #ffffff;
    position: relative;
    letter-spacing: 1px;
    box-shadow: 0 0 15px rgb(170,181,218,0.5);
    border-radius: 10px;
    cursor: pointer;
    font-weight: 600;
    font-family: Arial, sans-serif;
    background: rgb(170,181,218);
    padding: 15px 35px;
    border: none;
    transition: all 0.3s ease;
    text-transform: uppercase;
    overflow: hidden;
}.contact_oFhA .request_form_hRpM::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.7s ease;
    top: 0;
    left: -100%;
    content: '';
    width: 100%;
    position: absolute;
    height: 100%;
}.contact_oFhA .request_form_hRpM:hover {
    transform: translateY(-3px);
    box-shadow: 0 0 20px rgb(128,145,197);
    background: rgb(128,145,197);
}.contact_oFhA .request_form_hRpM:hover::before {
    left: 100%;
}.contact_oFhA .inquiry_box_MtZV {
    backdrop-filter: blur(5px);
    justify-content: center;
    position: relative;
    padding: 50px;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    flex: 2;
}.contact_oFhA .inquiry_box_MtZV::before {
    top: 0;
    left: 0;
    opacity: 0.1;
    position: absolute;
    content: '';
    width: 100%;
    background: linear-gradient(135deg, rgb(170,181,218,0.5) 0%, transparent 100%);
    height: 100%;
}.contact_oFhA .inquiry_box_MtZV h4 {
    letter-spacing: 2px;
    font-weight: 600;
    font-family: Arial, sans-serif;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-size: 23px;
    text-shadow: 0 0 5px rgb(170,181,218);
    color: #ffffff;
}.contact_oFhA .inquiry_box_MtZV h4::after {
    width: 50px;
    bottom: -10px;
    height: 2px;
    left: 0;
    position: absolute;
    box-shadow: 0 0 5px rgb(170,181,218);
    background: rgb(170,181,218);
    content: '';
}.contact_oFhA .contact_reach_whLd {
    padding: 0;
    margin: 0;
    list-style: none;
}.contact_oFhA .contact_reach_whLd li {
    align-items: flex-start;
    transition: transform 0.3s ease;
    margin-bottom: 25px;
    display: flex;
}.contact_oFhA .contact_reach_whLd li:hover {
    transform: translateX(5px);
}.contact_oFhA .contact_reach_whLd svg {
    flex-shrink: 0;
    margin-top: 2px;
    width: 24px;
    margin-right: 15px;
    height: 24px;
}.contact_oFhA .contact_reach_whLd svg path {
    filter: drop-shadow(0 0 3px rgb(170,181,218));
    transition: fill 0.3s ease;
    fill: rgb(170,181,218);
}.contact_oFhA .contact_reach_whLd li:hover svg path {
    filter: drop-shadow(0 0 5px rgb(128,145,197));
    fill: rgb(128,145,197);
}.contact_oFhA .contact_reach_whLd span {
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-size: 17px;
    line-height: 1.6;
}.contact_oFhA .contact_reach_whLd a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: #ffffff;
}.contact_oFhA .contact_reach_whLd a:hover {
    color: rgb(170,181,218);
    text-shadow: 0 0 5px rgb(170,181,218,0.5);
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(170,181,218,0.5);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

@media (max-width: 992px) {.contact_oFhA .image_link_hwaY {
    opacity: 0.3;
    height: 40%;
    width: 100%;
}.contact_oFhA .connect_query_mKvd {
    max-width: 700px;
    flex-direction: column;
}.contact_oFhA .inquiry_map_PMyz,
    .contact_oFhA .inquiry_box_MtZV {
    width: 100%;
    padding: 40px;
}
}

@media (max-width: 768px) {.contact_oFhA {
    padding: 80px 0;
}.contact_oFhA h3 {
    font-size: calc(33px * 0.9);
    margin-bottom: 40px;
}.contact_oFhA .inquiry_map_PMyz,
    .contact_oFhA .inquiry_box_MtZV {
    padding: 30px;
}.contact_oFhA form h3,
    .contact_oFhA .inquiry_box_MtZV h4 {
    font-size: calc(23px * 0.9);
    margin-bottom: 25px;
}
}

@media (max-width: 576px) {.contact_oFhA {
    padding: 60px 0;
}.contact_oFhA h3 {
    font-size: calc(33px * 0.8);
    margin-bottom: 30px;
}.contact_oFhA .inquiry_map_PMyz,
    .contact_oFhA .inquiry_box_MtZV {
    padding: 25px 20px;
}.contact_oFhA input[type="text"],
    .contact_oFhA textarea {
    padding: 12px;
    margin-bottom: 15px;
}.contact_oFhA .request_form_hRpM {
    padding: 12px;
    width: 100%;
}}footer {
    width: 100%;
    position: relative;
}footer .student_aid_yRrS {
    color: #ffffff;
    background: linear-gradient(135deg, rgb(170,181,218), rgb(128,145,197));
    position: relative;
    font-family: Arial, sans-serif;
    padding: 120px 0 30px;
}footer .student_aid_yRrS::before {
    left: 0;
    background: #ffffff;
    position: absolute;
    width: 100%;
    opacity: 0.25;
    transform: rotateX(180deg);
    content: "";
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
    height: 100px;
    top: 0;
}footer .student_aid_yRrS::after {
    width: 100%;
    height: 50px;
    bottom: 0;
    position: absolute;
    content: "";
    background: #ffffff;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
    left: 0;
    opacity: 0.15;
}footer .discord_cta_VjLp {
    z-index: 1;
    position: relative;
}footer .edu_reach_hvzQ {
    justify-content: center;
    display: flex;
    margin-bottom: 60px;
    flex-wrap: wrap;
    gap: 20px;
}footer .info_item {
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    padding: 0 25px;
    transition: all 0.3s ease;
    align-items: center;
    max-width: 300px;
    position: relative;
    backdrop-filter: blur(5px);
    border-radius: 40px;
    height: 80px;
    flex: 1 1 200px;
    overflow: hidden;
}footer .info_item::before {
    opacity: 0.1;
    background: #ffffff;
    content: "";
    position: absolute;
    width: 100%;
    left: -100%;
    animation: waveAnimation 15s linear infinite;
    height: 100%;
    z-index: -1;
}@keyframes waveAnimation {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}

footer .info_item:hover {
    transform: translateY(-5px);
    background-color: rgb(128,145,197,0.5);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}footer .info_item svg {
    height: 20px;
    flex-shrink: 0;
    fill: #ffffff;
    width: 20px;
    margin-right: 15px;
}footer .info_item p,
footer .info_item a {
    text-decoration: none;
    font-size: 15px;
    color: #ffffff;
    transition: all 0.3s ease;
}footer .info_item a:hover {
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}footer .text_main_holder {
    gap: 25px;
    flex-wrap: wrap;
    position: relative;
    display: flex;
}footer .site_info_xanD {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
    flex: 1 1 100%;
}footer .site_info_xanD svg {
    width: auto;
    filter: brightness(0) invert(1);
    height: 50px;
    margin: 0 auto 20px;
}footer .trial_offer_joFJ {
    line-height: 1.6;
    margin: 0 auto;
    max-width: 500px;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
}footer .top_edu_AiRy,footer .subscribe_holder {
    backdrop-filter: blur(5px);
    flex: 1 1 300px;
    border-radius: 11px;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    position: relative;
    padding: 30px;
}footer .top_edu_AiRy::before,footer .subscribe_holder::before {
    z-index: -1;
    height: 100%;
    animation: waveAnimation 20s linear infinite;
    top: 0;
    content: "";
    left: -100%;
    position: absolute;
    width: 300%;
    background: #ffffff;
    opacity: 0.1;
}footer .top_edu_AiRy h5, footer .subscribe_holder h5 {
    display: inline-block;
    font-size: 22px;
    position: relative;
    padding-bottom: 10px;
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: 600;
}footer .top_edu_AiRy h5::after, footer .subscribe_holder h5::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 0;
    background: linear-gradient(90deg, #ffffff, transparent);
}footer .head_base_ubWL {
    margin-bottom: 20px;
    gap: 10px;
    flex-wrap: wrap;
    display: flex;
}footer .head_base_ubWL a {
    flex: 1 1 calc(50% - 10px);
    font-size: 15px;
    color: rgba(255, 255, 255, 0.8);
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
    text-align: center;
    text-decoration: none;
    background-color: rgb(170,181,218,0.5);
    padding: 8px 15px;
    border-radius: 20px;
}footer .head_base_ubWL a::before {
    height: 2px;
    position: absolute;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    bottom: 0;
    left: -100%;
    content: "";
    width: 100%;
    transition: left 0.3s ease;
}footer .head_base_ubWL a:hover {
    transform: translateY(-3px);
    background-color: rgb(128,145,197,0.5);
}footer .head_base_ubWL a:hover::before {
    left: 0;
}footer .subscribe_holder p {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 25px;
    line-height: 1.6;
    font-size: 15px;
}footer .input_holder {
    gap: 15px;
    position: relative;
    flex-direction: column;
    display: flex;
}footer .input_holder input[type="email"] {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease;
    border-radius: 25px;
    font-size: 15px;
    padding: 15px 20px;
    border: none;
}footer .input_holder input[type="email"]:focus {
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.2);
    background-color: rgb(170,181,218,0.5);
    outline: none;
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}footer .instant_learning_hqdA {
    background-color: #ffffff;
    border: none;
    font-weight: 600;
    transition: all 0.3s ease;
    cursor: pointer;
    overflow: hidden;
    padding: 15px 20px;
    color: rgb(170,181,218);
    font-size: 14px;
    border-radius: 25px;
    position: relative;
}footer .instant_learning_hqdA::after {
    width: 100%;
    content: "";
    height: 100%;
    transition: left 0.7s ease;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
    top: 0;
    left: -100%;
}footer .instant_learning_hqdA:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background-color: rgb(212,217,239);
}footer .instant_learning_hqdA:hover::after {
    left: 100%;
}footer .fund_cta_wSdR {
    text-align: center;
    margin-top: 60px;
    position: relative;
}footer .podcast_cta_Sbdk {
    display: inline-block;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
    padding: 0 30px;
    position: relative;
}footer .podcast_cta_Sbdk::before,
footer .podcast_cta_Sbdk::after {
    width: 20px;
    position: absolute;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    content: "";
    height: 1px;
}footer .podcast_cta_Sbdk::before {
    left: 0;
}footer .podcast_cta_Sbdk::after {
    right: 0;
}

@media (min-width: 768px) {footer .site_info_xanD {
    flex: 1 1 100%;
}footer .top_edu_AiRy, footer .subscribe_holder {
    flex: 1 1 300px;
}footer .input_holder {
    flex-direction: row;
}footer .instant_learning_hqdA {
    white-space: nowrap;
}
}

@media (max-width: 991px) {footer .student_aid_yRrS {
    padding: 100px 0 30px;
}footer .text_main_holder {
    gap: 20px;
}
}

@media (max-width: 767px) {footer .student_aid_yRrS {
    padding: 80px 0 30px;
}footer .student_aid_yRrS::before {
    background-size: 100% 60px;
    height: 60px;
}footer .edu_reach_hvzQ {
    margin-bottom: 40px;
}footer .info_item {
    height: auto;
    padding: 15px 20px;
}footer .top_edu_AiRy, footer .subscribe_holder {
    padding: 25px 20px;
}footer .fund_cta_wSdR {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .student_aid_yRrS {
    padding: 60px 0 20px;
}footer .student_aid_yRrS::before {
    height: 40px;
    background-size: 100% 40px;
}footer .top_edu_AiRy h5, footer .subscribe_holder h5 {
    font-size: calc(22px - 2px);
    margin-bottom: 15px;
}footer .head_base_ubWL a {
    flex: 1 1 100%;
}footer .input_holder input[type="email"],
    footer .instant_learning_hqdA {
    padding: 12px 15px;
}}.pricing_row_QnBj {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    color: #ffffff;
}.pricing_row_QnBj::before {
    z-index: 1;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    content: "";
    top: 0;
}.pricing_row_QnBj .container {
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 2;
}.access_cost_YdRL {
    position: relative;
}.pricing_row_QnBj h2 {
    font-weight: 700;
    font-size: 34px;
    text-align: center;
    animation: fadeInDown 0.8s ease-out;
    position: relative;
    transform: translateY(0);
    margin-bottom: 1.5rem;
}.pricing_row_QnBj h2::after {
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
    content: "";
    position: absolute;
    width: 80px;
    background: linear-gradient(90deg, rgb(170,181,218), rgb(128,145,197));
    height: 3px;
}.pricing_row_QnBj .plan_fee_jLXe {
    font-size: calc(18px * 1.1);
    line-height: 1.6;
    max-width: 800px;
    animation: fadeInUp 0.8s ease-out 0.2s both;
    opacity: 0.9;
    margin: 0 auto 3rem;
    text-align: center;
}.pricing_row_QnBj .basic_rates_sADJ {
    margin: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding: 0;
    display: grid;
    gap: 30px;
    list-style: none;
}.pricing_row_QnBj .basic_rates_sADJ li {
    perspective: 1000px;
    transform-style: preserve-3d;
}.pricing_row_QnBj .class_deals_PRlm {
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
    text-decoration: none;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    height: 100%;
    transform: translateZ(0);
    background: linear-gradient(120deg, 
        rgba(255, 255, 255, 0.05) 0%, 
        rgba(255, 255, 255, 0.02) 100%);
    display: block;
}.pricing_row_QnBj .class_deals_PRlm::before {
    z-index: 1;
    opacity: 0;
    content: "";
    background: linear-gradient(135deg, 
        rgb(170,181,218,0.5) 0%, 
        transparent 100%);
    position: absolute;
    transition: opacity 0.4s ease-out;
    inset: 0;
}.pricing_row_QnBj .class_deals_PRlm:hover {
    transform: translateY(-10px) rotateX(2deg) rotateY(-2deg);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25);
}.pricing_row_QnBj .class_deals_PRlm:hover::before {
    opacity: 0.15;
}.pricing_row_QnBj .study_costs_LHPb {
    height: 100%;
    position: relative;
    padding: 2.5rem 2rem;
    z-index: 2;
}.pricing_row_QnBj .fee_plan_bzUp {
    flex-direction: column;
    height: 100%;
    display: flex;
}.pricing_row_QnBj .fee_plan_bzUp h4 {
    margin-bottom: 1.5rem;
    margin-top: 0;
    position: relative;
    color: #ffffff;
    transition: transform 0.3s ease;
    transform: translateZ(20px);
    display: inline-block;
    font-size: calc(21px * 1.2);
}.pricing_row_QnBj .fee_plan_bzUp h4::after {
    width: 40px;
    left: 0;
    background: rgb(128,145,197);
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    bottom: -8px;
    transform: scaleX(1);
    height: 2px;
    position: absolute;
    content: "";
    transform-origin: left;
}.pricing_row_QnBj .class_deals_PRlm:hover .fee_plan_bzUp h4::after {
    transform: scaleX(1.5);
}.pricing_row_QnBj .fee_plan_bzUp p {
    max-height: 300px;
    margin-bottom: 2rem;
    font-size: 18px;
    overflow-wrap: break-word;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
    flex-grow: 1;
    padding-right: 5px;
    transform: translateZ(10px);
    word-wrap: break-word;
    hyphens: auto;
    overflow-y: auto;
}.pricing_row_QnBj .fee_plan_bzUp p::-webkit-scrollbar {
    width: 4px;
}.pricing_row_QnBj .fee_plan_bzUp p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(128,145,197,0.5);
}.pricing_row_QnBj .rate_panel_BCsR {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    margin-top: auto;
    transform: translateZ(15px);
    font-weight: 700;
    background: linear-gradient(135deg, 
        rgb(170,181,218) 0%, 
        rgb(128,145,197) 100%);
    align-self: flex-start;
    padding: 0.8rem 1.5rem;
    font-size: calc(21px * 1.2);
    display: inline-block;
    color: #ffffff;
}.pricing_row_QnBj .class_deals_PRlm:hover .rate_panel_BCsR {
    transform: translateZ(25px) scale(1.05);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

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

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

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

@media (max-width: 992px) {.pricing_row_QnBj {
    padding: 80px 0;
}.pricing_row_QnBj .study_costs_LHPb {
    padding: 2rem 1.5rem;
}.pricing_row_QnBj .fee_plan_bzUp h4 {
    font-size: calc(21px * 1.1);
}.pricing_row_QnBj .rate_panel_BCsR {
    padding: 0.7rem 1.2rem;
    font-size: calc(21px * 1.1);
}
}

@media (max-width: 768px) {.pricing_row_QnBj {
    padding: 60px 0;
}.pricing_row_QnBj h2 {
    font-size: calc(34px * 0.9);
}.pricing_row_QnBj .plan_fee_jLXe {
    margin-bottom: 2rem;
    font-size: 18px;
}.pricing_row_QnBj .basic_rates_sADJ {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 20px;
}.pricing_row_QnBj .fee_plan_bzUp p {
    font-size: calc(18px * 0.95);
    max-height: 200px;
}
}

@media (max-width: 576px) {.pricing_row_QnBj {
    padding: 50px 0;
}.pricing_row_QnBj h2 {
    font-size: calc(34px * 0.8);
}.pricing_row_QnBj .study_costs_LHPb {
    padding: 1.5rem 1.2rem;
}.pricing_row_QnBj .fee_plan_bzUp h4 {
    margin-bottom: 1.2rem;
    font-size: 21px;
}.pricing_row_QnBj .rate_panel_BCsR {
    padding: 0.6rem 1rem;
    font-size: 21px;
}.pricing_row_QnBj .class_deals_PRlm:hover {
    transform: translateY(-5px);
}}.privacy_hold_jWlO {
    background-color: rgb(212,217,239);
    line-height: 1.8;
    padding: 60px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.5);
    color: #000000;
    overflow: hidden;
    font-family: Arial, sans-serif;
    position: relative;
}.privacy_hold_jWlO::before {
    opacity: 0.1;
    width: 200px;
    content: '';
    top: -50px;
    z-index: 0;
    background: radial-gradient(circle, rgb(170,181,218), transparent);
    right: -50px;
    position: absolute;
    height: 200px;
}.privacy_hold_jWlO::after {
    position: absolute;
    left: -50px;
    background: radial-gradient(circle, rgb(128,145,197), transparent);
    height: 300px;
    z-index: 0;
    width: 300px;
    content: '';
    bottom: -50px;
    opacity: 0.1;
}.privacy_hold_jWlO h1 {
    margin-bottom: 30px;
    font-weight: 700;
    color: rgb(170,181,218);
    z-index: 1;
    border-bottom: 2px solid rgb(170,181,218);
    position: relative;
    font-size: 39px;
    padding-bottom: 15px;
    grid-column: span 2;
}.privacy_hold_jWlO h2 {
    color: rgb(128,145,197);
    z-index: 1;
    position: relative;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 37px;
    margin-top: 35px;
}.privacy_hold_jWlO h3,
.privacy_hold_jWlO h4,
.privacy_hold_jWlO h5,
.privacy_hold_jWlO h6 {
    margin-top: 30px;
    color: rgb(170,181,218);
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
    font-weight: 400;
}.privacy_hold_jWlO h3 {
    font-size: calc(22px - 0.2rem);
}.privacy_hold_jWlO h4 {
    font-size: 22px;
}.privacy_hold_jWlO h5 {
    font-size: calc(22px - 0.2rem);
}.privacy_hold_jWlO h6 {
    font-size: 21px;
}.privacy_hold_jWlO ul,
.privacy_hold_jWlO ol {
    margin-top: 15px;
    padding-left: 20px;
    z-index: 1;
    position: relative;
}.privacy_hold_jWlO li {
    border-left: 3px solid rgb(128,145,197);
    line-height: 1.7;
    margin-bottom: 15px;
    padding-left: 10px;
    position: relative;
    z-index: 1;
}.privacy_hold_jWlO > div {
    position: relative;
    margin-bottom: 25px;
    z-index: 1;
}.privacy_hold_jWlO p {
    position: relative;
    font-size: 13px;
    margin-bottom: 25px;
    z-index: 1;
}.privacy_hold_jWlO span {
    color: rgb(170,181,218);
    font-weight: 600;
}
@media only screen and (max-width: 800px) {.privacy_hold_jWlO {
    padding: 30px;
    border-radius: 10px;
    grid-template-columns: 1fr;
}.privacy_hold_jWlO h1 {
    font-size: calc(22px - 0.5rem);
    grid-column: span 1;
}.privacy_hold_jWlO h2 {
    font-size: calc(22px - 0.4rem);
}.privacy_hold_jWlO p {
    font-size: calc(13px - 0.2rem);
}}
.privacy_hold_jWlO hr {
    height: 1px;
    border: none;
    margin: 40px 0;
    background: rgba(0, 0, 0, 0.5);
}.privacy_hold_jWlO section {
    padding-top: 25px;
    border-top: 2px solid rgba(0, 0, 0, 0.5);
    margin: 50px 0;
}