* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}.container-wrap_je4Pc {
    height: 100%;
    flex-direction: column;
    min-height: 100%;
    display: flex;
}.footer_address_2YW7m {
    flex: 0 0 auto;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1205px;
}.head_edu_FAEOd {
    flex: 1 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}html,body {
    height: 100%;
    min-height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
    scroll-behavior: smooth;
}header,footer {
    width: 100%;
}svg {
    width: 30px;
    height: 30px;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.join_our_community_b3mD2 {
    overflow: hidden;
    position: relative;
    padding: 80px 0;
    background: linear-gradient(135deg, rgb(195,210,184,0.5) 0%, rgb(181,121,136) 100%);
}.join_our_community_b3mD2::before {
    left: -50%;
    opacity: 0.1;
    width: 200%;
    content: '';
    transform: rotate(15deg);
    pointer-events: none;
    height: 200%;
    top: -50%;
    background: radial-gradient(circle at center, rgb(255, 255, 255, 0.5) 0.5%, transparent 8%);
    position: absolute;
    background-size: 40px 40px;
}.join_our_community_b3mD2::after {
    background: linear-gradient(to right, transparent, rgb(195,210,184,0.5));
    transform: skewX(-15deg) translateX(20%);
    content: '';
    top: 0;
    position: absolute;
    width: 40%;
    height: 100%;
    opacity: 0.2;
    right: 0;
}.join_our_community_b3mD2 .container {
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.join_our_community_b3mD2 .learn_zone_3A2dO {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
              0 5px 15px rgba(0, 0, 0, 0.05),
              0 0 0 1px rgba(255, 255, 255, 0.1);
    border-left: 4px solid rgb(181,121,136);
    padding: 50px 40px;
    backdrop-filter: blur(10px);
    align-items: center;
    position: relative;
    display: flex;
    transition: transform 0.5s ease-out;
    transform: perspective(1000px) rotateY(-2deg);
    flex-direction: column;
    background: rgba(255, 255, 255, 0.08);
}.join_our_community_b3mD2 .learn_zone_3A2dO:hover {
    transform: perspective(1000px) rotateY(0deg);
}.join_our_community_b3mD2 h3 {
    position: relative;
    margin-bottom: 30px;
    color: #ffffff;
    font-weight: 600;
    font-family: Arial, sans-serif;
    line-height: 1.3;
    text-align: center;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    font-size: clamp(1.5rem, 4vw, 2.25rem);
    max-width: 800px;
}.join_our_community_b3mD2 .input_holder {
    display: flex;
    position: relative;
    max-width: 600px;
    width: 100%;
    flex-direction: column;
    gap: 15px;
}.join_our_community_b3mD2 .input_holder > div {
    width: 100%;
    position: relative;
}.join_our_community_b3mD2 .input_holder > div::before {
    position: absolute;
    transform: translateY(-50%);
    left: 20px;
    height: 18px;
    pointer-events: none;
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    content: '';
    z-index: 1;
    width: 18px;
    opacity: 0.7;
}.join_our_community_b3mD2 input[type="email"] {
    background: rgba(255, 255, 255, 0.9);
    font-family: Arial, sans-serif;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    width: 100%;
    border: none;
    padding: 18px 20px 18px 50px;
    font-size: 12px;
    border-radius: 10px;
    transition: all 0.3s ease;
    color: #000000;
}.join_our_community_b3mD2 input[type="email"]:focus {
    outline: none;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(rgb(181,121,136), 0.3), 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}.join_our_community_b3mD2 input[type="email"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(0, 0, 0, 0.4);
}.join_our_community_b3mD2 input[type="email"]:focus::placeholder {
    transform: translateX(5px);
    opacity: 0.6;
}.join_our_community_b3mD2 .news_alert_a0tvd {
    color: #ffffff;
    border-radius: 10px;
    position: relative;
    font-size: 16px;
    background: linear-gradient(135deg, rgb(181,121,136) 0%, rgb(181,121,136,0.5) 100%);
    padding: 16px 32px;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1), 0 10px 20px rgba(0, 0, 0, 0.05);
    align-self: center;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: none;
    cursor: pointer;
    font-family: Arial, sans-serif;
}.join_our_community_b3mD2 .news_alert_a0tvd:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
}.join_our_community_b3mD2 .news_alert_a0tvd:active {
    transform: translateY(-1px);
}.join_our_community_b3mD2 .news_alert_a0tvd::after {
    height: 100%;
    left: -100%;
    position: absolute;
    content: '';
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
    transition: left 0.7s ease;
    width: 100%;
}.join_our_community_b3mD2 .news_alert_a0tvd:hover::after {
    left: 100%;
}

@media (min-width: 768px) {.join_our_community_b3mD2 .input_holder {
    flex-direction: row;
    align-items: stretch;
}.join_our_community_b3mD2 .input_holder > div {
    flex: 1;
}.join_our_community_b3mD2 .news_alert_a0tvd {
    white-space: nowrap;
    align-self: stretch;
}.join_our_community_b3mD2 .learn_zone_3A2dO {
    transform: perspective(1000px) rotateY(-1deg);
    padding: 60px;
}
}

@media (max-width: 767px) {.join_our_community_b3mD2 {
    padding: 60px 0;
}.join_our_community_b3mD2 .learn_zone_3A2dO {
    padding: 40px 25px;
    transform: none;
}.join_our_community_b3mD2 h3 {
    font-size: 1.5rem;
    margin-bottom: 25px;
}.join_our_community_b3mD2 input[type="email"] {
    padding: 15px 15px 15px 45px;
}.join_our_community_b3mD2 .news_alert_a0tvd {
    width: 100%;
    padding: 14px 20px;
}.join_our_community_b3mD2 .input_holder > div::before {
    height: 16px;
    left: 15px;
    width: 16px;
}
}

@media (max-width: 480px) {.join_our_community_b3mD2 {
    padding: 40px 0;
}.join_our_community_b3mD2 .learn_zone_3A2dO {
    padding: 30px 20px;
}.join_our_community_b3mD2 h3 {
    margin-bottom: 20px;
    font-size: 1.25rem;
}
}

@media (min-width: 1200px) {.join_our_community_b3mD2::before {
    background-size: 50px 50px;
}.join_our_community_b3mD2 .learn_zone_3A2dO {
    transform: perspective(1500px) rotateY(-1deg);
}
}

@media (prefers-reduced-motion: reduce) {.join_our_community_b3mD2 .learn_zone_3A2dO,
  .join_our_community_b3mD2 .learn_zone_3A2dO:hover,
  .join_our_community_b3mD2 input[type="email"],
  .join_our_community_b3mD2 input[type="email"]:focus,
  .join_our_community_b3mD2 .news_alert_a0tvd,
  .join_our_community_b3mD2 .news_alert_a0tvd:hover,
  .join_our_community_b3mD2 .news_alert_a0tvd:active,
  .join_our_community_b3mD2 .news_alert_a0tvd::after,
  .join_our_community_b3mD2 .news_alert_a0tvd:hover::after,
  .join_our_community_b3mD2 input[type="email"]::placeholder,
  .join_our_community_b3mD2 input[type="email"]:focus::placeholder {
    transform: none;
    transition: none;
}}.thanksUnit_1axmB {
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(218,222,231) 0%, rgb(195,210,184,0.5) 100%);
    position: relative;
}.thanksUnit_1axmB::before {
    top: -10%;
    transform: rotate(-15deg) skewX(10deg);
    right: -5%;
    height: 70%;
    animation: floatElement 15s ease-in-out infinite;
    content: "";
    filter: blur(60px);
    position: absolute;
    width: 40%;
    z-index: 1;
    background: linear-gradient(220deg, rgb(181,121,136,0.5) 20%, transparent 80%);
}.thanksUnit_1axmB::after {
    filter: blur(60px);
    width: 40%;
    bottom: -10%;
    height: 70%;
    animation: floatElement 15s ease-in-out infinite reverse;
    left: -5%;
    background: linear-gradient(220deg, rgb(195,210,184,0.5) 20%, transparent 80%);
    z-index: 1;
    transform: rotate(15deg) skewX(-10deg);
    content: "";
    position: absolute;
}.thanksUnit_1axmB .container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
}.thanksUnit_1axmB h2 {
    font-size: 33px;
    margin-left: auto;
    transform: translateY(20px);
    font-weight: 700;
    opacity: 0;
    position: relative;
    color: #000000;
    animation: slideUp 0.8s forwards 0.2s ease-out;
    margin-bottom: 40px;
    text-align: center;
    margin-right: auto;
    line-height: 1.4;
    letter-spacing: -0.01em;
    max-width: 800px;
}.thanksUnit_1axmB h2::after {
    background: rgb(195,210,184);
    bottom: -15px;
    border-radius: 10px;
    width: 80px;
    left: 50%;
    position: absolute;
    height: 3px;
    content: "";
    transform: translateX(-50%);
}.thanksUnit_1axmB .learn_zone_3A2dO {
    animation: slideUp 0.8s forwards 0.5s ease-out;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08), 0 5px 10px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    position: relative;
    border-radius: 27px;
    transform: translateY(30px);
    padding: 50px;
    opacity: 0;
    overflow: hidden;
}.thanksUnit_1axmB .learn_zone_3A2dO::before {
    background: linear-gradient(90deg, rgb(195,210,184) 0%, rgb(181,121,136) 100%);
    left: 0;
    content: "";
    height: 6px;
    width: 100%;
    top: 0;
    position: absolute;
}.thanksUnit_1axmB .learn_zone_3A2dO::after {
    opacity: 0.2;
    right: 20px;
    transform: translateY(-10px);
    background: linear-gradient(135deg, rgb(195,210,184,0.5) 0%, transparent 70%);
    content: "";
    width: 160px;
    border-radius: 50%;
    top: 20px;
    position: absolute;
    height: 160px;
}.thanksUnit_1axmB ul {
    padding: 0;
    position: relative;
    list-style: none;
    margin: 0;
}.thanksUnit_1axmB li {
    position: relative;
    grid-template-columns: 1fr;
    gap: 20px;
    display: grid;
}.thanksUnit_1axmB li::before {
    width: 12px;
    content: "";
    background: rgb(195,210,184);
    left: -30px;
    border-radius: 50%;
    top: 8px;
    height: 12px;
    position: absolute;
    animation: pulse 2s infinite;
}.thanksUnit_1axmB span {
    border-left: 3px solid rgb(195,210,184,0.5);
    padding-left: 15px;
    font-family: Arial, sans-serif;
    text-align: left;
    font-size: calc(13px * 1.1);
    line-height: 1.8;
    color: #000000;
    position: relative;
}

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

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(rgb(195,210,184), 0.5);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(rgb(195,210,184), 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(rgb(195,210,184), 0);
  }
}

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

@media (max-width: 991px) {.thanksUnit_1axmB {
    padding: 80px 0;
}.thanksUnit_1axmB h2 {
    font-size: calc(33px * 0.85);
}.thanksUnit_1axmB .learn_zone_3A2dO {
    padding: 40px 30px;
}.thanksUnit_1axmB li::before {
    left: -20px;
}
}

@media (max-width: 767px) {.thanksUnit_1axmB {
    padding: 60px 0;
}.thanksUnit_1axmB h2 {
    margin-bottom: 30px;
    font-size: calc(33px * 0.7);
}.thanksUnit_1axmB h2::after {
    bottom: -10px;
    width: 60px;
}.thanksUnit_1axmB .learn_zone_3A2dO {
    padding: 30px 20px;
}.thanksUnit_1axmB li::before {
    display: none;
}.thanksUnit_1axmB span {
    line-height: 1.6;
    font-size: 13px;
}
}

@media (max-width: 480px) {.thanksUnit_1axmB {
    padding: 40px 0;
}.thanksUnit_1axmB h2 {
    margin-bottom: 25px;
    font-size: calc(33px * 0.6);
}.thanksUnit_1axmB .learn_zone_3A2dO {
    padding: 25px 15px;
}.thanksUnit_1axmB span {
    padding-left: 10px;
    border-left: 2px solid rgb(195,210,184,0.5);
}}.cookie_notice_message_Cmodc {
    animation: fadeInUp 0.5s ease-out;
    position: fixed;
    background-color: rgb(218,222,231);
    bottom: 0;
    z-index: 1000;
    padding: 20px 0;
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgb(195,210,184);
    width: 100%;
}.cookie_notice_message_Cmodc .cookie_preference_X4rKW {
    animation: logoScale 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    transform-origin: center;
    margin-right: 20px;
    flex-shrink: 0;
}.cookie_notice_message_Cmodc .cookie_preference_X4rKW svg {
    height: 60px;
    fill: rgb(195,210,184);
    width: 60px;
}@keyframes logoScale {
    0% {
        transform: scale(0);
    }
    80% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
.cookie_notice_message_Cmodc .cookie_hide_JkUR0 {
    flex-grow: 1;
}.cookie_notice_message_Cmodc .cookie_hide_JkUR0 h5 {
    font-size: 18px;
    margin-bottom: 6px;
    color: rgb(195,210,184);
}.cookie_notice_message_Cmodc .cookie_hide_JkUR0 p {
    line-height: 1.5;
    color: #000000;
    margin: 0;
    font-size: 15px;
}.cookie_notice_message_Cmodc .privacy_learn_MCaVr {
    text-decoration: none;
    transition: transform 0.3s, box-shadow 0.3s;
    display: inline-block;
    border-radius: 5px;
    font-size: 16px;
    background-color: rgb(195,210,184);
    margin-top: 20px;
    padding: 10px 20px;
    margin-right: 15px;
    color: #ffffff;
}.cookie_notice_message_Cmodc .privacy_learn_MCaVr:hover {
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}.cookie_notice_message_Cmodc .privacy_learn_MCaVr:active {
    transform: translateY(1px);
    box-shadow: none;
}
@media (max-width: 768px) {.cookie_notice_message_Cmodc .cookie_preference_X4rKW {
    margin-bottom: 15px;
    margin-right: 0;
}.cookie_notice_message_Cmodc .privacy_learn_MCaVr {
    width: 48%;
    text-align: center;
    margin-left: 0;
}}
#cookieWarningBanner_25JyB {
    display: none;
}#cookieWarningBanner_25JyB:checked ~ .cookie_notice_message_Cmodc {
    visibility: hidden;
    opacity: 0;
}.title_board_wzPO0 {
    padding: 0;
    width: 100%;
    margin: 0;
    overflow: hidden;
    background-color: rgb(218,222,231);
    position: relative;
}.title_board_wzPO0 .start_page_WCswE {
    padding: 0 20px;
    z-index: 1;
    position: relative;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}.title_board_wzPO0 .edu_head_UznqP {
    padding: 80px 40px;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    z-index: 2;
    min-height: 100vh;
}.title_board_wzPO0 .edu_head_UznqP::before {
    content: "";
    z-index: -1;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    background: linear-gradient(135deg, 
        rgb(195,210,184,0.5) 0%, 
        rgba(0,0,0,0.75) 100%);
    position: absolute;
}.title_board_wzPO0 .edu_head_UznqP::after {
    right: -50px;
    height: 200px;
    top: -50px;
    z-index: -1;
    content: "";
    position: absolute;
    transform: rotate(15deg);
    width: 200px;
    opacity: 0.15;
    background: rgb(181,121,136);
    animation: float 15s ease-in-out infinite;
}.title_board_wzPO0 .edu_head_UznqP span {
    opacity: 0;
    transform: translateY(20px);
    display: inline-block;
    animation: slideUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    max-width: 700px;
    margin-left: -20px;
    animation-delay: 0.2s;
    position: relative;
}.title_board_wzPO0 .edu_head_UznqP h3 {
    border-left: 3px solid rgb(181,121,136);
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    transform: skewX(-5deg);
    color: #ffffff;
    margin-bottom: 1.5rem;
    font-weight: 400;
    font-family: Arial, sans-serif;
    line-height: 1.5;
    font-size: calc(18px * 0.9);
    padding: 12px 20px;
    background: linear-gradient(90deg, 
        rgb(195,210,184) 0%, 
        rgb(195,210,184,0.5) 100%);
}.title_board_wzPO0 .edu_head_UznqP h1 {
    animation: slideUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    line-height: 1.2;
    max-width: 800px;
    margin-bottom: 1.5rem;
    transform: translateY(20px);
    font-weight: 700;
    position: relative;
    opacity: 0;
    color: #ffffff;
    animation-delay: 0.4s;
    font-family: Arial, sans-serif;
    font-size: 43px;
}.title_board_wzPO0 .edu_head_UznqP h1::after {
    animation: lineGrow 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    transform-origin: left;
    animation-delay: 1s;
    position: absolute;
    background: rgb(181,121,136);
    left: 0;
    width: 120px;
    content: "";
    bottom: -15px;
    height: 3px;
}.title_board_wzPO0 .edu_head_UznqP div div {
    max-width: 550px;
    opacity: 0;
    animation: slideUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    animation-delay: 0.6s;
    transform: translateY(20px);
    position: relative;
}.title_board_wzPO0 .edu_head_UznqP p {
    font-family: Arial, sans-serif;
    margin-top: 2rem;
    font-size: calc(14px * 1.2);
    font-weight: 400;
    color: #ffffff;
    position: relative;
    border-left: 1px solid rgb(181,121,136);
    line-height: 1.6;
    padding-left: 25px;
}.title_board_wzPO0 .edu_head_UznqP p::before {
    transform: rotate(45deg);
    top: 0;
    height: 10px;
    width: 10px;
    background: rgb(181,121,136);
    position: absolute;
    content: "";
    left: -5px;
}@keyframes slideUp {
    0% {
        transform: translateY(20px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

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

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

.title_board_wzPO0 .edu_head_UznqP:hover::after {
    animation-play-state: paused;
}.title_board_wzPO0 .edu_head_UznqP > * {
    z-index: 5;
}

@media (max-width: 992px) {.title_board_wzPO0 .edu_head_UznqP {
    padding: 60px 30px;
}.title_board_wzPO0 .edu_head_UznqP h1 {
    font-size: calc(43px * 0.85);
}.title_board_wzPO0 .edu_head_UznqP h3 {
    font-size: calc(18px * 0.85);
}
}

@media (max-width: 768px) {.title_board_wzPO0 .edu_head_UznqP {
    min-height: 90vh;
    padding: 50px 25px;
}.title_board_wzPO0 .edu_head_UznqP h1 {
    font-size: calc(43px * 0.75);
}.title_board_wzPO0 .edu_head_UznqP h3 {
    margin-left: 0;
    font-size: calc(18px * 0.8);
    padding: 10px 15px;
}.title_board_wzPO0 .edu_head_UznqP span {
    max-width: 100%;
    margin-left: 0;
}.title_board_wzPO0 .edu_head_UznqP p {
    font-size: 14px;
    padding-left: 15px;
}
}

@media (max-width: 576px) {.title_board_wzPO0 .edu_head_UznqP {
    min-height: 80vh;
    padding: 40px 20px;
}.title_board_wzPO0 .edu_head_UznqP h1 {
    font-size: calc(43px * 0.65);
}.title_board_wzPO0 .edu_head_UznqP h3 {
    transform: skewX(-3deg);
    font-size: calc(18px * 0.75);
}.title_board_wzPO0 .edu_head_UznqP h1::after {
    width: 80px;
}.title_board_wzPO0 .start_page_WCswE {
    padding: 0 10px;
}
}

@media (min-width: 1400px) {.title_board_wzPO0 .edu_head_UznqP h1 {
    font-size: calc(43px * 1.1);
}.title_board_wzPO0 .edu_head_UznqP h3 {
    font-size: 18px;
}.title_board_wzPO0 .edu_head_UznqP p {
    font-size: calc(14px * 1.3);
}
}

@media (hover: hover) {.title_board_wzPO0 .edu_head_UznqP {
    transition: transform 0.3s ease;
}.title_board_wzPO0 .edu_head_UznqP:hover {
    transform: scale(1.01);
}}.tariff_plan_iB4pa {
    background-color: var(--pricing-bg);
    --pricing-bg: #f5f7fa;
    --card-bg: #ffffff;
    --card-accent: rgb(195,210,184);
    --card-transition: 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    --card-border: linear-gradient(135deg, rgb(195,210,184), rgb(181,121,136));
    position: relative;
    --card-hover-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    padding: 120px 0 80px;
    --card-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}.tariff_plan_iB4pa::before {
    position: absolute;
    opacity: 0.5;
    width: 35%;
    top: -10%;
    transform: rotate(-15deg);
    background: linear-gradient(135deg, rgb(195,210,184,0.5), rgb(181,121,136,0.5));
    filter: blur(60px);
    height: 50%;
    right: -5%;
    z-index: 1;
    content: "";
}.tariff_plan_iB4pa::after {
    bottom: -10%;
    left: -5%;
    background: linear-gradient(225deg, rgb(181,121,136,0.5), rgb(195,210,184,0.5));
    position: absolute;
    z-index: 1;
    content: "";
    opacity: 0.4;
    transform: rotate(15deg);
    height: 40%;
    filter: blur(50px);
    width: 30%;
}.tariff_plan_iB4pa .container {
    padding: 0 20px;
    max-width: 1400px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}.tariff_plan_iB4pa .plan_table_YThpn {
    display: flex;
    flex-direction: column;
}.tariff_plan_iB4pa .plan_deals_8CQrd {
    margin-bottom: 60px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
    order: -1;
}.tariff_plan_iB4pa .plan_deals_8CQrd h2 {
    color: #000000;
    display: inline-block;
    font-size: 37px;
    position: relative;
    font-weight: 700;
    margin-bottom: 20px;
}.tariff_plan_iB4pa .plan_deals_8CQrd h2::after {
    bottom: -10px;
    left: 50%;
    width: 80px;
    transform: translateX(-50%);
    position: absolute;
    content: "";
    background: linear-gradient(to right, rgb(195,210,184), rgb(181,121,136));
    height: 3px;
}.tariff_plan_iB4pa .rate_list_RQWng {
    overflow-wrap: break-word;
    font-size: calc(17px + 2px);
    margin: 0 auto;
    white-space: normal;
    max-width: 700px;
    word-wrap: break-word;
    line-height: 1.6;
    color: #000000;
}.tariff_plan_iB4pa .study_rates_bCpI6 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    width: 100%;
    gap: 30px;
}.tariff_plan_iB4pa .pricing_block_zgKX1 {
    height: 100%;
    text-decoration: none;
    color: inherit;
    transform: translateY(0);
    transition: transform var(--card-transition);
    display: block;
}.tariff_plan_iB4pa .pricing_block_zgKX1:hover {
    transform: translateY(-10px);
}.tariff_plan_iB4pa .discount_price_ozWan {
    overflow: hidden;
    display: flex;
    background-color: var(--card-bg);
    flex-direction: column;
    height: 100%;
    transition: box-shadow var(--card-transition);
    position: relative;
    border-radius: 22px;
    box-shadow: var(--card-shadow);
}.tariff_plan_iB4pa .pricing_block_zgKX1:hover .discount_price_ozWan {
    box-shadow: var(--card-hover-shadow);
}.tariff_plan_iB4pa .discount_price_ozWan::before {
    transform-origin: left;
    width: 100%;
    transition: transform 0.5s ease;
    background: var(--card-border);
    left: 0;
    transform: scaleX(0);
    height: 5px;
    top: 0;
    position: absolute;
    content: "";
}.tariff_plan_iB4pa .pricing_block_zgKX1:hover .discount_price_ozWan::before {
    transform: scaleX(1);
}.tariff_plan_iB4pa .pro_fees_Pkr3H {
    flex-direction: column;
    padding: 35px 30px;
    flex-grow: 1;
    z-index: 1;
    display: flex;
    position: relative;
}.tariff_plan_iB4pa .pro_fees_Pkr3H h3 {
    color: #000000;
    font-weight: 700;
    display: inline-block;
    position: relative;
    margin-bottom: 15px;
    font-size: calc(21px + 2px);
    transition: color 0.3s ease;
}.tariff_plan_iB4pa .pricing_block_zgKX1:hover .pro_fees_Pkr3H h3 {
    color: var(--card-accent);
}.tariff_plan_iB4pa .pricing_pack_1KrAb {
    color: var(--card-accent);
    position: relative;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: calc(21px + 6px);
    display: inline-block;
}.tariff_plan_iB4pa .pricing_pack_1KrAb::after {
    transition: width 0.3s ease;
    content: "";
    background-color: var(--card-accent);
    bottom: -10px;
    position: absolute;
    left: 0;
    height: 2px;
    width: 40px;
}.tariff_plan_iB4pa .pricing_block_zgKX1:hover .pricing_pack_1KrAb::after {
    width: 60px;
}.tariff_plan_iB4pa .pro_fees_Pkr3H p {
    white-space: normal;
    flex-grow: 1;
    margin-top: 15px;
    hyphens: auto;
    word-wrap: break-word;
    overflow-wrap: break-word;
    line-height: 1.6;
    font-size: 17px;
    color: #000000;
}.tariff_plan_iB4pa .img_showcase_8C9gi {
    width: 100%;
    transition: transform 0.6s ease;
    position: relative;
    overflow: hidden;
    height: 200px;
}.tariff_plan_iB4pa .img_showcase_8C9gi::after {
    opacity: 0;
    position: absolute;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.3), transparent);
    left: 0;
    content: "";
    bottom: 0;
    top: 0;
    transition: opacity 0.4s ease;
}.tariff_plan_iB4pa .pricing_block_zgKX1:hover .img_showcase_8C9gi::after {
    opacity: 1;
}.tariff_plan_iB4pa .pricing_block_zgKX1:hover .img_showcase_8C9gi {
    transform: scale(1.05);
}

@media (min-width: 992px) {.tariff_plan_iB4pa .plan_table_YThpn {
    flex-direction: row;
    gap: 60px;
    align-items: center;
}.tariff_plan_iB4pa .plan_deals_8CQrd {
    margin: 0;
    width: 30%;
    text-align: left;
    order: 0;
}.tariff_plan_iB4pa .plan_deals_8CQrd h2 {
    display: block;
    text-align: left;
}.tariff_plan_iB4pa .plan_deals_8CQrd h2::after {
    transform: none;
    left: 0;
}.tariff_plan_iB4pa .rate_list_RQWng {
    text-align: left;
    margin: 0;
}.tariff_plan_iB4pa .study_rates_bCpI6 {
    width: 70%;
}
}

@media (max-width: 991px) {.tariff_plan_iB4pa {
    padding: 80px 0 60px;
}.tariff_plan_iB4pa .study_rates_bCpI6 {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 25px;
}
}

@media (max-width: 767px) {.tariff_plan_iB4pa {
    padding: 60px 0 40px;
}.tariff_plan_iB4pa .plan_deals_8CQrd {
    margin-bottom: 40px;
}.tariff_plan_iB4pa .study_rates_bCpI6 {
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 450px;
}.tariff_plan_iB4pa .pro_fees_Pkr3H {
    padding: 25px 20px;
}.tariff_plan_iB4pa .pro_fees_Pkr3H h3 {
    font-size: 21px;
}.tariff_plan_iB4pa .pricing_pack_1KrAb {
    font-size: calc(21px + 2px);
}.tariff_plan_iB4pa .pro_fees_Pkr3H p {
    font-size: calc(17px - 1px);
}.tariff_plan_iB4pa .img_showcase_8C9gi {
    height: 180px;
}
}

@media (max-width: 480px) {.tariff_plan_iB4pa {
    padding: 50px 0 30px;
}.tariff_plan_iB4pa .plan_deals_8CQrd h2 {
    font-size: calc(37px - 4px);
}.tariff_plan_iB4pa .rate_list_RQWng {
    font-size: 17px;
}.tariff_plan_iB4pa .pro_fees_Pkr3H {
    padding: 20px 15px;
}.tariff_plan_iB4pa .img_showcase_8C9gi {
    height: 160px;
}}.course_structure_cNPUq {
    position: relative;
    overflow: hidden;
    background-color: rgb(181,121,136);
    padding: 120px 0;
}.course_structure_cNPUq::before {
    background: 
        radial-gradient(ellipse at bottom right, rgb(195,210,184,0.5) 0%, transparent 60%),
        radial-gradient(ellipse at top left, rgb(181,121,136,0.5) 0%, transparent 60%);
    width: 100%;
    z-index: 1;
    left: 0;
    position: absolute;
    content: "";
    height: 100%;
    top: 0;
}.course_structure_cNPUq::after {
    height: 100%;
    top: 0;
    background-image: 
        linear-gradient(0deg, transparent 24%, rgba(255, 255, 255, 0.02) 25%, rgba(255, 255, 255, 0.02) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, 0.02) 75%, rgba(255, 255, 255, 0.02) 76%, transparent 77%),
        linear-gradient(90deg, transparent 24%, rgba(255, 255, 255, 0.02) 25%, rgba(255, 255, 255, 0.02) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, 0.02) 75%, rgba(255, 255, 255, 0.02) 76%, transparent 77%);
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    background-size: 50px 50px;
    z-index: 1;
}.course_structure_cNPUq .container {
    z-index: 2;
    position: relative;
}.course_structure_cNPUq .program_map_sRjWe {
    gap: 60px;
    display: flex;
    position: relative;
    flex-direction: column;
}.course_structure_cNPUq .news_item_JWR9e {
    grid-template-columns: repeat(2, 1fr);
    order: 2;
    gap: 30px;
    display: grid;
    position: relative;
}.course_structure_cNPUq .news_item_JWR9e h2 {
    position: relative;
    color: #ffffff;
    font-weight: 700;
    font-size: 48px;
    grid-column: 1 / -1;
    padding-bottom: 20px;
    text-align: center;
    margin-bottom: 0;
}.course_structure_cNPUq .news_item_JWR9e h2::after {
    width: 100px;
    content: "";
    bottom: 0;
    transform: translateX(-50%);
    border-radius: 10px;
    left: 50%;
    position: absolute;
    background: linear-gradient(90deg, rgb(195,210,184), rgb(181,121,136));
    height: 3px;
}.course_structure_cNPUq .news_item_JWR9e .description {
    border: 1px solid rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    color: #ffffff;
    position: relative;
    background: rgba(255, 255, 255, 0.03);
    overflow: hidden;
    margin: 0;
    font-size: 14px;
    line-height: 1.8;
    padding: 25px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 26px;
}.course_structure_cNPUq .news_item_JWR9e .description:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}.course_structure_cNPUq .news_item_JWR9e .description::before {
    height: 4px;
    background: rgb(195,210,184);
    width: 100%;
    position: absolute;
    top: 0;
    content: "";
    left: 0;
}.course_structure_cNPUq .news_item_JWR9e .description:last-of-type::before {
    background: rgb(181,121,136);
}.course_structure_cNPUq .news_item_JWR9e .description::after {
    width: 100%;
    position: absolute;
    pointer-events: none;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 100%);
    content: "";
    top: 0;
    height: 100%;
    left: 0;
}.course_structure_cNPUq .img_showcase_8C9gi {
    height: 400px;
    overflow: hidden;
    position: relative;
    border-radius: 26px;
    order: 1;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}.course_structure_cNPUq .img_showcase_8C9gi::before {
    position: absolute;
    content: "";
    inset: 0;
    background: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.8));
    z-index: 1;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes float-tech {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    25% {
        transform: translateY(-15px) rotate(5deg);
    }
    50% {
        transform: translateY(0) rotate(0deg);
    }
    75% {
        transform: translateY(15px) rotate(-5deg);
    }
}

@keyframes scan-move {
    0% {
        top: 0;
        opacity: 0;
    }
    5% {
        opacity: 0.5;
    }
    95% {
        opacity: 0.5;
    }
    100% {
        top: 100%;
        opacity: 0;
    }
}

@media (min-width: 992px) {.course_structure_cNPUq .program_map_sRjWe {
    gap: 80px;
}.course_structure_cNPUq .img_showcase_8C9gi {
    height: 500px;
}
}

@media (max-width: 991px) {.course_structure_cNPUq {
    padding: 80px 0;
}
}

@media (max-width: 767px) {.course_structure_cNPUq {
    padding: 60px 0;
}.course_structure_cNPUq .news_item_JWR9e {
    grid-template-columns: 1fr;
}.course_structure_cNPUq .news_item_JWR9e h2 {
    font-size: calc(48px * 0.9);
}.course_structure_cNPUq .img_showcase_8C9gi {
    height: 350px;
}
}

@media (max-width: 480px) {.course_structure_cNPUq {
    padding: 40px 0;
}.course_structure_cNPUq .program_map_sRjWe {
    gap: 40px;
}.course_structure_cNPUq .news_item_JWR9e h2 {
    padding-bottom: 15px;
    font-size: calc(48px * 0.8);
}.course_structure_cNPUq .news_item_JWR9e h2::after {
    width: 80px;
}.course_structure_cNPUq .news_item_JWR9e .description {
    padding: 20px;
}.course_structure_cNPUq .img_showcase_8C9gi {
    height: 250px;
}}.teaching_experience_cF4CO {
    padding: 8rem 0;
    overflow: hidden;
    min-height: 700px;
    background: linear-gradient(150deg, rgb(218,222,231) 0%, #000000 100%);
    position: relative;
}.teaching_experience_cF4CO::before {
    z-index: 1;
    height: 100%;
    left: 0;
    width: 100%;
    opacity: 0.1;
    content: "";
    top: 0;
    background: 
        linear-gradient(90deg, transparent 85%, rgb(195,210,184,0.5) 85%, rgb(195,210,184,0.5) 88%, transparent 88%),
        linear-gradient(180deg, transparent 85%, rgb(181,121,136,0.5) 85%, rgb(181,121,136,0.5) 88%, transparent 88%);
    background-size: 150px 150px;
    position: absolute;
    animation: gridFlow 20s linear infinite;
}.teaching_experience_cF4CO .container {
    z-index: 2;
    position: relative;
    max-width: 1300px;
    padding: 0 2rem;
    margin: 0 auto;
}.teaching_experience_cF4CO .user_feedback_T1Pzb {
    grid-template-areas:
        "photo name"
        "photo job"
        "photo quote";
    grid-template-rows: auto auto 1fr;
    background: transparent;
    position: relative;
    grid-template-columns: 45% 1fr;
    gap: 20px 30px;
    display: grid;
    min-height: 580px;
}.teaching_experience_cF4CO .user_feedback_T1Pzb::before {
    border-radius: 16px;
    left: 0;
    top: 50%;
    content: "";
    transform: translateY(-50%);
    position: absolute;
    filter: blur(40px);
    animation: horizontalBreathing 8s ease-in-out infinite alternate;
    opacity: 0.3;
    height: 90%;
    z-index: -1;
    right: 0;
    background: linear-gradient(90deg, rgb(195,210,184,0.5) 0%, transparent 50%);
}.teaching_experience_cF4CO .user_feedback_T1Pzb::after {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(0, 0, 0, 0.2) 100%);
    left: 0;
    position: absolute;
    content: "";
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    z-index: -2;
    height: 100%;
    width: 100%;
    top: 0;
}.teaching_experience_cF4CO .img_showcase_8C9gi {
    height: 100%;
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    grid-area: photo;
    position: relative;
    overflow: hidden;
    transform: scale(1);
    z-index: 2;
    filter: contrast(1.1) brightness(1.05);
    border-radius: 16px 0 0 16px;
}.teaching_experience_cF4CO .user_feedback_T1Pzb:hover .img_showcase_8C9gi {
    filter: contrast(1.2) brightness(1.1);
    transform: scale(1.02);
}.teaching_experience_cF4CO .img_showcase_8C9gi::before {
    left: 0;
    opacity: 0.7;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    background: rgb(195,210,184);
    width: 10px;
    z-index: 3;
    animation: pulseOpacity 3s ease-in-out infinite;
}.teaching_experience_cF4CO .name {
    transform: translateX(0);
    grid-area: name;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    font-weight: 700;
    color: #ffffff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    align-self: end;
    z-index: 3;
    margin-top: 80px;
    font-size: 38px;
    position: relative;
    padding-bottom: 10px;
}.teaching_experience_cF4CO .user_feedback_T1Pzb:hover .name {
    transform: translateX(15px);
}.teaching_experience_cF4CO .name::after {
    width: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    height: 2px;
    transition: width 0.5s ease;
    background: rgb(195,210,184);
    content: "";
}.teaching_experience_cF4CO .user_feedback_T1Pzb:hover .name::after {
    width: 60%;
}.teaching_experience_cF4CO .user_feedback_T1Pzb span:not(.name) {
    position: relative;
    backdrop-filter: blur(5px);
    align-self: start;
    color: rgb(181,121,136);
    border-radius: 10px;
    transform: translateX(0);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.05s;
    z-index: 3;
    padding: 0.6rem 1.2rem;
    background: rgba(0, 0, 0, 0.2);
    grid-area: job;
    font-weight: 600;
    font-size: 19px;
    display: inline-block;
}.teaching_experience_cF4CO .user_feedback_T1Pzb:hover span:not(.name) {
    transform: translateX(15px);
    background: rgba(0, 0, 0, 0.3);
}.teaching_experience_cF4CO .job_achievements_tG7LV {
    align-self: start;
    position: relative;
    transform: translateY(0);
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
    color: #ffffff;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
    grid-area: quote;
    width: 95%;
    border-left: 4px solid rgb(181,121,136);
    z-index: 2;
    line-height: 1.8;
    border-radius: 16px;
    margin-right: 0;
    padding: 2rem;
    font-size: 18px;
}.teaching_experience_cF4CO .user_feedback_T1Pzb:hover .job_achievements_tG7LV {
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.4);
    transform: translateX(15px) translateY(-5px);
}.teaching_experience_cF4CO .container::after {
    bottom: -150px;
    animation: pulseGlow 10s ease-in-out infinite alternate;
    filter: blur(70px);
    width: 300px;
    z-index: -1;
    position: absolute;
    right: -150px;
    background: radial-gradient(circle, rgb(181,121,136,0.5) 0%, transparent 70%);
    opacity: 0.3;
    height: 300px;
    content: "";
}

@keyframes gridFlow {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 150px 150px;
    }
}

@keyframes horizontalBreathing {
    0%, 100% {
        opacity: 0.2;
        transform: translateY(-50%) scaleX(0.9);
    }
    50% {
        opacity: 0.4;
        transform: translateY(-50%) scaleX(1.1);
    }
}

@keyframes pulseOpacity {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.9;
    }
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.2);
    }
}

@media (max-width: 992px) {.teaching_experience_cF4CO .user_feedback_T1Pzb {
    grid-template-rows: auto auto auto auto;
    grid-template-areas:
            "img_showcase_8C9gi"
            "name"
            "job_overview_Myrjw"
            "job_achievements_tG7LV";
    gap: 20px;
    grid-template-columns: 1fr;
}.teaching_experience_cF4CO .img_showcase_8C9gi {
    height: 350px;
    border-radius: 16px 16px 0 0;
}.teaching_experience_cF4CO .img_showcase_8C9gi::before {
    width: 100%;
    height: 10px;
}.teaching_experience_cF4CO .name {
    text-align: center;
    margin-top: 0;
}.teaching_experience_cF4CO .name::after {
    left: 50%;
    transform: translateX(-50%);
}.teaching_experience_cF4CO .user_feedback_T1Pzb:hover .name {
    transform: translateY(-5px);
}.teaching_experience_cF4CO .user_feedback_T1Pzb span:not(.name) {
    margin: 0 auto;
}.teaching_experience_cF4CO .user_feedback_T1Pzb:hover span:not(.name) {
    transform: translateY(-5px);
}.teaching_experience_cF4CO .job_achievements_tG7LV {
    border-top: 4px solid rgb(181,121,136);
    border-left: none;
    margin: 0 auto;
    width: 90%;
}.teaching_experience_cF4CO .user_feedback_T1Pzb:hover .job_achievements_tG7LV {
    transform: translateY(-5px);
}
}

@media (max-width: 576px) {.teaching_experience_cF4CO {
    padding: 5rem 0;
}.teaching_experience_cF4CO .img_showcase_8C9gi {
    height: 250px;
}.teaching_experience_cF4CO .name {
    font-size: 19px;
}.teaching_experience_cF4CO .user_feedback_T1Pzb span:not(.name) {
    font-size: 18px;
    padding: 0.5rem 1rem;
}.teaching_experience_cF4CO .job_achievements_tG7LV {
    line-height: 1.6;
    padding: 1.5rem;
    font-size: calc(18px * 0.9);
    width: 95%;
}}.prospective_students_WqGUz {
    padding: 5rem 0;
    z-index: 1;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.5) 0%, 
        rgb(181,121,136,0.5) 100%);
}.prospective_students_WqGUz::before {
    left: 0;
    content: "";
    background-size: 40px 40px;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: -1;
    background-image: 
        linear-gradient(0deg, transparent 24%, 
            rgba(#ffffff, 0.05) 25%, 
            rgba(#ffffff, 0.05) 26%, 
            transparent 27%, transparent 74%, 
            rgba(#ffffff, 0.05) 75%, 
            rgba(#ffffff, 0.05) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, 
            rgba(#ffffff, 0.05) 25%, 
            rgba(#ffffff, 0.05) 26%, 
            transparent 27%, transparent 74%, 
            rgba(#ffffff, 0.05) 75%, 
            rgba(#ffffff, 0.05) 76%, transparent 77%, transparent);
    height: 100%;
}.prospective_students_WqGUz::after {
    top: 0;
    z-index: -1;
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: 
        radial-gradient(circle at 90% 10%, rgba(rgb(195,210,184,0.5), 0.2) 0%, transparent 50%),
        radial-gradient(circle at 10% 90%, rgba(rgb(181,121,136,0.5), 0.2) 0%, transparent 50%);
    left: 0;
}.prospective_students_WqGUz .learn_zone_3A2dO {
    margin: 0 auto;
    flex-direction: column;
    display: flex;
    position: relative;
    max-width: 1100px;
    padding: 0 2rem;
}.prospective_students_WqGUz h3 {
    box-shadow: inset 0 0 0 1px rgba(#ffffff, 0.1);
    margin-bottom: 3rem;
    border-radius: 10px 0 0 10px;
    background: rgba(rgb(195,210,184,0.5), 0.2);
    align-self: flex-end;
    color: #ffffff;
    display: inline-block;
    padding: 1rem 0;
    text-align: right;
    font-size: 37px;
    position: relative;
    font-weight: 600;
    padding: 0.8rem 2rem;
}.prospective_students_WqGUz h3::before {
    top: 0;
    background: rgb(195,210,184);
    height: 100%;
    width: 10px;
    right: 0;
    position: absolute;
    content: "";
}.prospective_students_WqGUz h3::after {
    background: linear-gradient(
        to left,
        rgb(195,210,184),
        transparent
    );
    bottom: -10px;
    right: 0;
    position: absolute;
    width: 100%;
    content: "";
    height: 1px;
}.prospective_students_WqGUz ul {
    grid-template-rows: repeat(2, auto);
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
    list-style: none;
    gap: 1.5rem;
    margin: 0;
    display: grid;
}.prospective_students_WqGUz li {
    display: flex;
    background: rgba(rgba(0, 0, 0, 0.5), 0.3);
    position: relative;
    box-shadow: 
        0 5px 15px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(#ffffff, 0.05);
    align-items: flex-start;
    border: 1px solid rgba(#ffffff, 0.1);
    padding: 1.5rem;
    overflow: hidden;
    border-radius: 10px;
    transition: all 0.3s ease;
}.prospective_students_WqGUz li::before {
    height: 4px;
    width: 100%;
    top: 0;
    position: absolute;
    background: linear-gradient(
        90deg,
        rgb(195,210,184,0.5),
        rgb(181,121,136,0.5)
    );
    transition: opacity 0.3s ease;
    opacity: 0;
    content: "";
    left: 0;
}.prospective_students_WqGUz li::after {
    right: 0;
    position: absolute;
    height: 30px;
    opacity: 0;
    width: 30px;
    background: 
        linear-gradient(135deg, transparent 50%, rgba(rgb(195,210,184,0.5), 0.2) 50%);
    transition: opacity 0.3s ease;
    content: "";
    top: 0;
    z-index: 1;
}.prospective_students_WqGUz li:hover {
    box-shadow: 
        0 8px 20px rgba(0, 0, 0, 0.15),
        inset 0 1px 0 rgba(#ffffff, 0.1);
    border-color: rgba(rgb(195,210,184,0.5), 0.3);
    transform: translateY(-5px);
}.prospective_students_WqGUz li:hover::before,
.prospective_students_WqGUz li:hover::after {
    opacity: 1;
}.prospective_students_WqGUz li svg {
    flex-shrink: 0;
    width: 32px;
    top: 2px;
    fill: rgb(181,121,136);
    transition: all 0.3s ease;
    height: 32px;
    position: relative;
    margin-right: 1.2rem;
}.prospective_students_WqGUz li svg path {
    fill: rgb(181,121,136);
    transition: fill 0.3s ease;
}.prospective_students_WqGUz li:hover svg {
    transform: scale(1.2);
}.prospective_students_WqGUz li:hover svg path {
    fill: rgb(195,210,184);
}.prospective_students_WqGUz li::before {
    content: "";
    top: 0;
    position: absolute;
    background: linear-gradient(
        90deg,
        rgb(181,121,136),
        transparent
    );
    transition: opacity 0.3s ease;
    opacity: 0.5;
    height: 2px;
    width: 100%;
    left: 0;
}.prospective_students_WqGUz li {
    font-weight: 400;
    line-height: 1.5;
    font-size: 13px;
    color: #ffffff;
}

@media (min-width: 992px) {.prospective_students_WqGUz ul {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto);
}.prospective_students_WqGUz li:first-child {
    grid-row: 1;
    grid-column: 1;
}.prospective_students_WqGUz li:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
}.prospective_students_WqGUz li:nth-child(3) {
    grid-row: 1;
    grid-column: 3;
}.prospective_students_WqGUz li:nth-child(4) {
    grid-column: 1;
    grid-row: 2;
}.prospective_students_WqGUz li:nth-child(5) {
    grid-column: 2;
    grid-row: 2;
}.prospective_students_WqGUz li:nth-child(6) {
    grid-column: 3;
    grid-row: 2;
}
}

@media (max-width: 991px) {.prospective_students_WqGUz {
    padding: 4rem 0;
}.prospective_students_WqGUz h3 {
    font-size: calc(37px * 0.9);
    padding: 0.7rem 1.5rem;
    margin-bottom: 2.5rem;
}.prospective_students_WqGUz ul {
    gap: 1.2rem;
}
}

@media (max-width: 768px) {.prospective_students_WqGUz {
    padding: 3.5rem 0;
}.prospective_students_WqGUz .learn_zone_3A2dO {
    padding: 0 1.5rem;
}.prospective_students_WqGUz h3 {
    width: auto;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 2rem;
    padding: 0.6rem 1.5rem;
    font-size: calc(37px * 0.8);
    align-self: center;
}.prospective_students_WqGUz h3::before {
    width: 100%;
    height: 4px;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
}.prospective_students_WqGUz h3::after {
    display: none;
}.prospective_students_WqGUz ul {
    gap: 1rem;
    grid-template-columns: 1fr;
}
}

@media (max-width: 480px) {.prospective_students_WqGUz {
    padding: 3rem 0;
}.prospective_students_WqGUz .learn_zone_3A2dO {
    padding: 0 1rem;
}.prospective_students_WqGUz h3 {
    padding: 0.5rem 1.2rem;
    margin-bottom: 1.5rem;
    font-size: calc(37px * 0.7);
}.prospective_students_WqGUz li {
    padding: 1.2rem;
}.prospective_students_WqGUz li svg {
    width: 28px;
    height: 28px;
    margin-right: 0.8rem;
}}.instructional_approach_PwiQ0 {
    color: #ffffff;
    background: linear-gradient(135deg, rgb(181,121,136,0.5) 0%, rgb(195,210,184) 100%);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}.instructional_approach_PwiQ0::before {
    background: radial-gradient(circle at center, rgba(255,255,255,0.05) 1px, transparent 1px);
    left: -50%;
    background-size: 30px 30px;
    width: 200%;
    content: "";
    animation: constellation 120s linear infinite;
    height: 200%;
    position: absolute;
    transform: rotate(30deg);
    z-index: 1;
    top: -50%;
}.instructional_approach_PwiQ0::after {
    left: 0;
    position: absolute;
    z-index: 2;
    background: radial-gradient(ellipse at center, transparent 0%, rgba(0, 0, 0, 0.5) 90%);
    pointer-events: none;
    content: "";
    bottom: 0;
    top: 0;
    right: 0;
}.instructional_approach_PwiQ0 .container.learn_zone_3A2dO {
    margin: 0 auto;
    padding: 0 20px;
    z-index: 5;
    position: relative;
    max-width: 1200px;
}.instructional_approach_PwiQ0 .container.learn_zone_3A2dO > div {
    padding: 40px;
    transform: perspective(1000px) rotateY(-2deg);
    border-left: 3px solid rgb(181,121,136);
    position: relative;
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.03);
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}.instructional_approach_PwiQ0 .container.learn_zone_3A2dO > div:hover {
    transform: perspective(1000px) rotateY(0deg);
}.instructional_approach_PwiQ0 .container.learn_zone_3A2dO > div::before {
    right: 20px;
    border-radius: 50%;
    width: 60px;
    opacity: 0.7;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: absolute;
    content: "";
    height: 60px;
    mix-blend-mode: overlay;
    top: 20px;
}.instructional_approach_PwiQ0 .container.learn_zone_3A2dO > div::after {
    left: 20px;
    mix-blend-mode: overlay;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    opacity: 0.7;
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    bottom: 20px;
}.instructional_approach_PwiQ0 h3 {
    font-size: 28px;
    position: relative;
    transition: transform 0.5s ease-out;
    padding-bottom: 15px;
    font-weight: 700;
    color: #ffffff;
    transform: translateX(10px);
    margin-bottom: 25px;
    letter-spacing: 0.5px;
}.instructional_approach_PwiQ0 h3::after {
    transform: scaleX(0.8);
    width: 70px;
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, rgb(181,121,136), transparent);
    bottom: 0;
    transform-origin: left;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 3px;
    content: "";
}.instructional_approach_PwiQ0 .container.learn_zone_3A2dO > div:hover h3 {
    transform: translateX(0);
}.instructional_approach_PwiQ0 .container.learn_zone_3A2dO > div:hover h3::after {
    transform: scaleX(1);
}.instructional_approach_PwiQ0 p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    position: relative;
    line-height: 1.8;
    max-width: 95%;
    margin-bottom: 0;
}.instructional_approach_PwiQ0 p span {
    transition: opacity 0.4s ease, transform 0.4s ease;
    opacity: 0.9;
    display: inline-block;
    position: relative;
}.instructional_approach_PwiQ0 .container.learn_zone_3A2dO > div:hover p span {
    opacity: 1;
    transform: translateY(0);
}

@keyframes constellation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (min-width: 768px) {.instructional_approach_PwiQ0 {
    padding: 120px 0;
}.instructional_approach_PwiQ0 .container.learn_zone_3A2dO > div {
    margin-left: 80px;
    padding: 60px;
    clip-path: polygon(0 0, 100% 0, 96% 100%, 0% 100%);
}.instructional_approach_PwiQ0 h3 {
    font-size: calc(28px * 1.1);
    margin-bottom: 35px;
}.instructional_approach_PwiQ0 p {
    font-size: calc(16px * 1.05);
    padding-left: 20px;
    max-width: 85%;
}.instructional_approach_PwiQ0 .container.learn_zone_3A2dO > div::before {
    right: 30px;
    top: 30px;
    width: 100px;
    height: 100px;
}
}

@media (max-width: 767px) {.instructional_approach_PwiQ0 {
    padding: 70px 0;
}.instructional_approach_PwiQ0 .container.learn_zone_3A2dO > div {
    transform: perspective(1000px) rotateY(0deg);
    padding: 30px 20px;
}.instructional_approach_PwiQ0 h3 {
    transform: translateX(0);
    margin-bottom: 20px;
    font-size: calc(28px * 0.9);
}.instructional_approach_PwiQ0 p {
    line-height: 1.6;
    font-size: 16px;
    max-width: 100%;
}
}

@media (max-width: 480px) {.instructional_approach_PwiQ0 {
    padding: 50px 0;
}.instructional_approach_PwiQ0 .container.learn_zone_3A2dO > div {
    padding: 25px 15px;
}.instructional_approach_PwiQ0 h3 {
    font-size: calc(28px * 0.8);
    margin-bottom: 15px;
}.instructional_approach_PwiQ0 p {
    font-size: calc(16px * 0.95);
}}header {
    padding: 0;
    margin-top: 0;
    z-index: 100;
    background: rgb(218,222,231);
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: visible;
}header::before {
    height: 100%;
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
    content: '';
    background: 
        linear-gradient(135deg, transparent 25%, rgba(rgb(195,210,184), 0.03) 25%) 0 0 / 20px 20px,
        linear-gradient(225deg, transparent 25%, rgba(rgb(195,210,184), 0.03) 25%) 0 0 / 20px 20px,
        linear-gradient(315deg, transparent 25%, rgba(rgb(195,210,184), 0.03) 25%) 0 0 / 20px 20px,
        linear-gradient(45deg, transparent 25%, rgba(rgb(195,210,184), 0.03) 25%) 0 0 / 20px 20px;
    z-index: 0;
}header::after {
    content: '';
    width: 100%;
    left: 0;
    height: 5px;
    bottom: 0;
    background: linear-gradient(to right, 
        rgb(195,210,184), 
        rgb(181,121,136), 
        rgb(195,210,184)
    );
    position: absolute;
    transform: scaleX(0.7);
    transition: transform 0.5s ease;
    transform-origin: center;
}header:hover::after {
    transform: scaleX(1);
}header .site_main_CirDF {
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 1.3rem 2.5rem;
    display: flex;
    z-index: 5;
}header .main_learning_oC6Bv {
    perspective: 800px;
    margin-right: 2rem;
    flex: 0 0 auto;
    position: relative;
}header .header_train_rIwgY {
    transform-style: preserve-3d;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    display: block;
}header .header_train_rIwgY:hover {
    transform: rotateY(10deg) rotateX(5deg);
}header .header_train_rIwgY::before {
    height: 100%;
    width: 100%;
    transform: translateZ(-10px);
    opacity: 0.1;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: rgb(195,210,184);
    filter: blur(10px);
}header .header_train_rIwgY img {
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.2));
    transform: translateZ(20px);
    max-height: 40px;
}header .top_pro_QjaUC {
    padding: 0;
    display: flex;
    transform-style: preserve-3d;
    perspective: 1000px;
    position: relative;
    margin: 0;
    list-style: none;
}header .top_pro_QjaUC::before {
    width: 100%;
    content: '';
    position: absolute;
    transform-origin: top;
    transform: rotateX(90deg);
    top: 100%;
    left: 0;
    height: 10px;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.05));
}header .top_wrap_S82M4 {
    position: relative;
    transform-style: preserve-3d;
    margin: 0 0.3rem;
}header .top_wrap_S82M4 a {
    font-size: 16px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    transform-style: preserve-3d;
    font-weight: 600;
    align-items: center;
    color: #000000;
    border-radius: 10px;
    transform: translateZ(0);
    display: flex;
    position: relative;
    text-decoration: none;
    justify-content: center;
    padding: 0.7rem 1.2rem;
    transition: all 0.4s ease;
    background: #ffffff;
}header .top_wrap_S82M4 a::before {
    height: 100%;
    width: 100%;
    border-radius: 10px;
    background: linear-gradient(135deg, 
        rgb(195,210,184,0.5) 0%, 
        rgb(181,121,136,0.5) 100%
    );
    transform: translateZ(-5px);
    transition: opacity 0.4s ease;
    opacity: 0;
    left: 0;
    position: absolute;
    content: '';
    top: 0;
}header .top_wrap_S82M4 a:hover {
    transform: translateZ(15px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    color: #ffffff;
}header .top_wrap_S82M4 a:hover::before {
    opacity: 1;
}header .top_wrap_S82M4 a::after {
    position: absolute;
    left: 5px;
    bottom: -5px;
    height: 5px;
    content: '';
    transform: translateZ(-10px);
    background: rgb(195,210,184);
    opacity: 0;
    transition: all 0.4s ease;
    right: 5px;
}header .top_wrap_S82M4 a:hover::after {
    opacity: 0.3;
    bottom: -8px;
}header .site_main_CirDF::before {
    left: 35%;
    content: '';
    top: 0;
    position: absolute;
    width: 30%;
    background: linear-gradient(to right, 
        transparent, 
        rgb(195,210,184), 
        transparent
    );
    height: 1px;
}.head_edu_FAEOd {
    padding-top: 2rem;
    background: #ffffff;
    z-index: 1;
    position: relative;
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

@media (min-width: 1400px) {header .site_main_CirDF {
    margin: 0 auto;
    max-width: 1320px;
}header .top_wrap_S82M4 {
    margin: 0 0.5rem;
}header .top_wrap_S82M4 a {
    padding: 0.7rem 1.5rem;
}
}

@media (max-width: 991px) {header .site_main_CirDF {
    flex-wrap: wrap;
    padding: 1rem 2rem;
}header .main_learning_oC6Bv {
    margin-right: 0;
    margin-bottom: 0;
}header .top_pro_QjaUC {
    margin-top: 1rem;
    flex-basis: 100%;
    justify-content: flex-end;
}header .top_wrap_S82M4 a {
    padding: 0.6rem 1rem;
    font-size: calc(16px - 1px);
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .site_main_CirDF {
    padding: 0.8rem 1.5rem;
}header .main_learning_oC6Bv {
    max-width: 140px;
}header .header_train_rIwgY img {
    max-height: 35px;
}header .top_pro_QjaUC {
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
    margin-top: 0.8rem;
    padding-bottom: 0.5rem;
    justify-content: flex-start;
    overflow-x: auto;
}header .top_pro_QjaUC::-webkit-scrollbar {
    height: 3px;
}header .top_pro_QjaUC::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(195,210,184,0.5);
}header .top_wrap_S82M4 {
    margin: 0 0.2rem;
    flex: 0 0 auto;
}header .top_wrap_S82M4 a {
    font-size: calc(16px - 2px);
    padding: 0.5rem 0.8rem;
    white-space: nowrap;
}
}

@media (max-width: 479px) {header .site_main_CirDF {
    padding: 0.7rem 1.2rem;
}header .main_learning_oC6Bv {
    max-width: 120px;
}header .top_wrap_S82M4 a {
    font-size: calc(16px - 3px);
    padding: 0.4rem 0.6rem;
}header::after {
    height: 3px;
}
}

@supports not (transform-style: preserve-3d) {header .header_train_rIwgY:hover {
    transform: translateY(-3px);
}header .top_wrap_S82M4 a:hover {
    transform: translateY(-3px);
}}.about_this_tyPYZ {
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(218,222,231) 0%, #ffffff 100%);
}.about_this_tyPYZ::before {
    position: absolute;
    content: "";
    opacity: 0.05;
    z-index: 1;
    height: 100%;
    width: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(195,210,184,0.5) 0px,
        transparent 2px,
        transparent 10px,
        rgb(195,210,184,0.5) 12px
    );
    left: 0;
    top: 0;
}.about_this_tyPYZ::after {
    background: rgb(181,121,136);
    opacity: 0.1;
    z-index: 0;
    height: 70%;
    position: absolute;
    transform: rotate(-15deg) skew(20deg);
    content: "";
    top: -10%;
    right: -5%;
    width: 40%;
}.about_this_tyPYZ .container {
    max-width: 1200px;
    padding: 0 1.5rem;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}.about_this_tyPYZ h1 {
    color: #000000;
    font-size: 38px;
    display: inline-block;
    position: relative;
    margin-bottom: 2.5rem;
    font-weight: 700;
    transform: translateX(-0.5rem);
}.about_this_tyPYZ h1::after {
    transform-origin: left;
    left: 0;
    height: 4px;
    background: linear-gradient(90deg, rgb(195,210,184) 0%, rgb(181,121,136) 100%);
    animation: lineExpand 1.2s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    content: "";
    position: absolute;
    width: 80%;
    bottom: -0.75rem;
}.about_this_tyPYZ .learn_mastery_mU275 {
    position: relative;
}.about_this_tyPYZ .learn_mastery_mU275 ul {
    padding: 0;
    gap: 3rem;
    list-style: none;
    margin: 0;
    grid-template-columns: 1fr;
    display: grid;
}.about_this_tyPYZ .learn_skill_ua8YF {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7));
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    backdrop-filter: blur(10px);
    opacity: 0;
    animation: slideIn 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.05),
        0 1px 3px rgba(0, 0, 0, 0.03),
        inset 0 1px 1px #ffffff;
    position: relative;
    border-radius: 8px;
    transform: translateY(20px);
    padding: 2.5rem 2rem;
}.about_this_tyPYZ .learn_skill_ua8YF:nth-child(2) {
    animation-delay: 0.2s;
}.about_this_tyPYZ .learn_skill_ua8YF:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.08),
        0 3px 8px rgba(0, 0, 0, 0.04),
        inset 0 1px 1px #ffffff;
}.about_this_tyPYZ .learn_skill_ua8YF::before {
    left: 20px;
    width: 50px;
    top: -10px;
    z-index: -1;
    opacity: 0.15;
    background: rgb(195,210,184);
    transform: rotate(45deg);
    height: 50px;
    content: "";
    position: absolute;
}.about_this_tyPYZ .learn_skill_ua8YF h4 {
    display: inline-block;
    font-weight: 600;
    margin-top: 0;
    font-size: calc(23px * 1.1);
    margin-bottom: 1.5rem;
    position: relative;
    color: rgb(195,210,184);
}.about_this_tyPYZ .learn_skill_ua8YF h4::before {
    position: absolute;
    width: 8px;
    background: rgb(181,121,136);
    height: 8px;
    top: 50%;
    left: -15px;
    content: "";
    transform: translateY(-50%) rotate(45deg);
}.about_this_tyPYZ .learn_skill_ua8YF div {
    position: relative;
    max-height: 200px;
    line-height: 1.7;
    color: #000000;
    padding-right: 10px;
    font-size: 16px;
    overflow-y: auto;
    font-family: Arial, sans-serif;
}.about_this_tyPYZ .learn_skill_ua8YF div::-webkit-scrollbar {
    width: 4px;
}.about_this_tyPYZ .learn_skill_ua8YF div::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgb(255, 255, 255, 0.5);
}.about_this_tyPYZ .learn_skill_ua8YF div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(181,121,136,0.5);
}.about_this_tyPYZ .learn_skill_ua8YF div::-webkit-scrollbar-thumb:hover {
    background: rgb(181,121,136);
}

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

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

@media (min-width: 768px) {.about_this_tyPYZ {
    padding: 8rem 0;
}.about_this_tyPYZ h1 {
    font-size: calc(38px * 1.2);
    margin-bottom: 3.5rem;
}.about_this_tyPYZ .learn_mastery_mU275 ul {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
}.about_this_tyPYZ .learn_skill_ua8YF {
    padding: 3rem 2.5rem;
}.about_this_tyPYZ .learn_skill_ua8YF div {
    max-height: 300px;
}.about_this_tyPYZ .learn_skill_ua8YF:nth-child(2) {
    transform: translateY(40px);
}.about_this_tyPYZ .learn_skill_ua8YF:hover:nth-child(2) {
    transform: translateY(35px);
}
}

@media (min-width: 992px) {.about_this_tyPYZ {
    padding: 10rem 0;
}.about_this_tyPYZ::after {
    right: -2%;
    top: -15%;
    width: 35%;
    height: 80%;
}.about_this_tyPYZ .container {
    padding: 0 2rem;
}.about_this_tyPYZ h1 {
    letter-spacing: 1px;
    transform: translateX(-1rem) skewX(-5deg);
    margin-left: 2rem;
}.about_this_tyPYZ .learn_mastery_mU275 ul {
    gap: 3.5rem 5rem;
}.about_this_tyPYZ .learn_skill_ua8YF {
    padding: 3.5rem 3rem;
}.about_this_tyPYZ .learn_skill_ua8YF:first-child {
    transform: translateY(0) rotate(-1deg);
}.about_this_tyPYZ .learn_skill_ua8YF:nth-child(2) {
    transform: translateY(50px) rotate(1deg);
}.about_this_tyPYZ .learn_skill_ua8YF:hover:first-child {
    transform: translateY(-5px) rotate(-1deg);
}.about_this_tyPYZ .learn_skill_ua8YF:hover:nth-child(2) {
    transform: translateY(45px) rotate(1deg);
}.about_this_tyPYZ .learn_skill_ua8YF div {
    max-height: 350px;
}
}

@media (min-width: 1200px) {.about_this_tyPYZ .learn_mastery_mU275 ul {
    gap: 4rem 7rem;
}.about_this_tyPYZ .learn_skill_ua8YF {
    padding: 4rem 3.5rem;
}.about_this_tyPYZ .learn_skill_ua8YF h4 {
    margin-bottom: 2rem;
    font-size: calc(23px * 1.3);
}.about_this_tyPYZ .learn_skill_ua8YF:first-child {
    transform: translateY(10px) rotate(-1deg);
}.about_this_tyPYZ .learn_skill_ua8YF:nth-child(2) {
    transform: translateY(70px) rotate(1deg);
}.about_this_tyPYZ .learn_skill_ua8YF:hover:first-child {
    transform: translateY(5px) rotate(-1deg);
}.about_this_tyPYZ .learn_skill_ua8YF:hover:nth-child(2) {
    transform: translateY(65px) rotate(1deg);
}}.contact_us_Jdnsr {
    position: relative;
    isolation: isolate;
    padding: 80px 0;
}.contact_us_Jdnsr::before {
    background-color: rgba(0, 0, 0, 0.7);
    z-index: -1;
    content: "";
    height: 100%;
    left: 0;
    width: 100%;
    top: 0;
    position: absolute;
}.contact_us_Jdnsr .container {
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
}.contact_us_Jdnsr .feedback_block_BJ3Ct {
    display: grid;
    overflow: hidden;
    grid-template-columns: 1fr 1.5fr;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
    border-radius: 16px;
}.contact_us_Jdnsr .help_section_JULoO {
    background: rgb(195,210,184);
    position: relative;
    padding: 50px 40px;
}.contact_us_Jdnsr .help_section_JULoO::after {
    background: linear-gradient(to left, rgba(0, 0, 0, 0.1), transparent);
    position: absolute;
    height: 100%;
    content: '';
    top: 0;
    right: 0;
    width: 25px;
}.contact_us_Jdnsr .help_section_JULoO h3 {
    font-weight: 700;
    border-bottom: 2px solid rgb(181,121,136);
    font-size: 30px;
    padding-bottom: 15px;
    margin-bottom: 35px;
    color: #ffffff;
}.contact_us_Jdnsr .help_section_JULoO div {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    align-items: center;
    padding: 10px 0;
    margin-bottom: 25px;
    display: flex;
}.contact_us_Jdnsr .help_section_JULoO div:last-of-type {
    border-bottom: none;
}.contact_us_Jdnsr .help_section_JULoO div svg {
    width: 22px;
    height: 22px;
    margin-right: 15px;
}.contact_us_Jdnsr .help_section_JULoO div svg path {
    fill: rgb(181,121,136);
}.contact_us_Jdnsr .help_section_JULoO div span {
    color: #ffffff;
    font-size: 15px;
}.contact_us_Jdnsr .help_section_JULoO div span a {
    color: #ffffff;
    transition: color 0.3s;
    text-decoration: none;
}.contact_us_Jdnsr .help_section_JULoO div span a:hover {
    color: rgb(181,121,136);
}.contact_us_Jdnsr .support_help_W2HGq {
    background-color: rgb(218,222,231);
    padding: 50px 40px;
}.contact_us_Jdnsr .support_help_W2HGq h3 {
    color: rgb(195,210,184);
    position: relative;
    font-size: 23px;
    margin-bottom: 30px;
    font-weight: 600;
}.contact_us_Jdnsr form {
    display: flex;
    flex-direction: column;
}.contact_us_Jdnsr form input[type="text"],
.contact_us_Jdnsr form input[type="email"] {
    color: #000000;
    transition: border-color 0.3s, box-shadow 0.3s;
    font-size: 15px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 15px;
    background: #ffffff;
}.contact_us_Jdnsr form input[type="text"]:focus,
.contact_us_Jdnsr form input[type="email"]:focus {
    outline: none;
    border-color: rgb(195,210,184);
    box-shadow: 0 0 0 2px rgba(rgb(195,210,184), 0.1);
}.contact_us_Jdnsr form input::placeholder {
    color: rgba(0, 0, 0, 0.4);
}.contact_us_Jdnsr .help_list_cKf4G {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}.contact_us_Jdnsr .help_list_cKf4G input[type="checkbox"] {
    border: 2px solid rgb(195,210,184);
    width: 18px;
    height: 18px;
    cursor: pointer;
    position: relative;
    border-radius: 3px;
    margin-top: 4px;
    margin-right: 10px;
    appearance: none;
}.contact_us_Jdnsr .help_list_cKf4G input[type="checkbox"]:checked {
    background-color: rgb(195,210,184);
}.contact_us_Jdnsr .help_list_cKf4G input[type="checkbox"]:checked::after {
    border-width: 0 2px 2px 0;
    top: 1px;
    content: "";
    height: 10px;
    position: absolute;
    transform: rotate(45deg);
    width: 5px;
    left: 5px;
    border: solid #ffffff;
}.contact_us_Jdnsr .help_list_cKf4G label {
    font-size: 13px;
    color: #000000;
    line-height: 1.5;
}.contact_us_Jdnsr .help_list_cKf4G label a {
    text-decoration: none;
    color: rgb(195,210,184);
    font-weight: 600;
}.contact_us_Jdnsr .help_list_cKf4G label a:hover {
    text-decoration: underline;
}.contact_us_Jdnsr form .support_reach_XIvNc {
    align-self: flex-start;
    padding: 15px 25px;
    transition: background-color 0.3s, transform 0.3s;
    font-size: 14px;
    color: #ffffff;
    border: none;
    font-weight: 600;
    cursor: pointer;
    border-radius: 10px;
    background-color: rgb(195,210,184);
}.contact_us_Jdnsr form .support_reach_XIvNc:hover {
    transform: translateY(-3px);
    background-color: rgb(181,121,136);
}@keyframes reveal {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.contact_us_Jdnsr .help_section_JULoO h3 {
    animation: reveal 0.6s ease forwards;
}.contact_us_Jdnsr .help_section_JULoO div {
    opacity: 0;
    animation: reveal 0.6s ease forwards;
}.contact_us_Jdnsr .help_section_JULoO div:nth-child(2) {
    animation-delay: 0.2s;
}.contact_us_Jdnsr .help_section_JULoO div:nth-child(3) {
    animation-delay: 0.4s;
}.contact_us_Jdnsr .help_section_JULoO div:nth-child(4) {
    animation-delay: 0.6s;
}.contact_us_Jdnsr .help_section_JULoO div:nth-child(5) {
    animation-delay: 0.8s;
}

@media screen and (max-width: 992px) {.contact_us_Jdnsr .feedback_block_BJ3Ct {
    grid-template-columns: 1fr;
}.contact_us_Jdnsr .help_section_JULoO {
    padding: 40px 30px;
}.contact_us_Jdnsr .support_help_W2HGq {
    padding: 40px 30px;
}.contact_us_Jdnsr .help_section_JULoO::after {
    display: none;
}
}

@media screen and (max-width: 576px) {.contact_us_Jdnsr {
    padding: 50px 0;
}.contact_us_Jdnsr .help_section_JULoO,
    .contact_us_Jdnsr .support_help_W2HGq {
    padding: 30px 20px;
}.contact_us_Jdnsr .help_section_JULoO h3 {
    margin-bottom: 25px;
    font-size: calc(30px * 0.8);
}.contact_us_Jdnsr form input[type="text"],
    .contact_us_Jdnsr form input[type="email"] {
    padding: 12px;
}.contact_us_Jdnsr form .support_reach_XIvNc {
    width: 100%;
    padding: 12px;
}}.secure_stockade_LveDG {
    margin-bottom: 20px;
    display: flex;
    background-color: rgb(195,210,184);
    gap: 30px;
    color: #000000;
    flex-direction: column;
    border: 1px solid rgb(195,210,184);
    font-family: Arial, sans-serif;
    padding: 50px;
}.secure_stockade_LveDG h1 {
    color: rgb(195,210,184);
    letter-spacing: 2px;
    border-bottom: 3px solid rgb(181,121,136);
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 39px;
}.secure_stockade_LveDG h2 {
    color: rgb(181,121,136);
    margin-bottom: 15px;
    font-size: 28px;
    padding-bottom: 5px;
    border-bottom: 2px solid rgb(195,210,184);
    letter-spacing: 1.5px;
    font-weight: 600;
}.secure_stockade_LveDG h3, .secure_stockade_LveDG h4, .secure_stockade_LveDG h5, .secure_stockade_LveDG h6 {
    margin: 10px 0;
}.secure_stockade_LveDG ul,
.secure_stockade_LveDG ol {
    padding: 0 20px;
    list-style-position: inside;
    margin: 20px 0;
}.secure_stockade_LveDG ul {
    list-style-type: square;
}.secure_stockade_LveDG ol {
    list-style-type: decimal;
}.secure_stockade_LveDG li {
    padding-bottom: 5px;
    border-bottom: 1px solid rgb(195,210,184,0.5);
    color: #000000;
    font-size: 12px;
    margin-bottom: 10px;
}.secure_stockade_LveDG p {
    line-height: 1.8;
    font-size: 12px;
    margin-bottom: 20px;
    color: #000000;
}.secure_stockade_LveDG > div {
    border-radius: 10px;
    border: 1px solid rgb(195,210,184,0.5);
    padding: 20px;
    background-color: rgb(218,222,231);
}.secure_stockade_LveDG span {
    color: rgb(181,121,136);
    font-weight: 600;
}
@media only screen and (max-width: 800px) {.secure_stockade_LveDG {
    padding: 30px;
    gap: 20px;
}.secure_stockade_LveDG h1 {
    font-size: calc(21px * 0.8);
}.secure_stockade_LveDG h2 {
    font-size: calc(21px * 0.8);
}.secure_stockade_LveDG ul,
    .secure_stockade_LveDG ol {
    padding-left: 15px;
}.secure_stockade_LveDG > div {
    padding: 15px;
}}footer {
    position: relative;
}footer::before {
    content: '';
    left: 0;
    opacity: 0.95;
    background: linear-gradient(125deg, #000000 0%, rgb(181,121,136) 100%);
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 0;
}.footer_address_2YW7m {
    padding: 60px 0;
    z-index: 2;
    font-family: Arial, sans-serif;
    color: #ffffff;
    position: relative;
}.footer_address_2YW7m .container {
    display: flex;
    flex-wrap: wrap;
}.footer_address_2YW7m .company_holder {
    text-align: center;
    margin-bottom: 40px;
    background: rgba(0, 0, 0, 0.2);
    flex: 0 0 100%;
    border-radius: 23px;
    padding: 25px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}.footer_address_2YW7m .company_holder h3 {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 20px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    letter-spacing: 1px;
    color: #ffffff;
}.footer_address_2YW7m .syllabus_ref_1VxvE {
    margin: 0 auto;
    line-height: 1.7;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    padding: 15px 20px;
    max-width: 80%;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
}.footer_address_2YW7m .license_cta_SHIAb {
    flex: 0 0 100%;
    margin-top: 20px;
}.footer_address_2YW7m .head_main_VjY8P {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 30px;
    justify-content: center;
}.footer_address_2YW7m .top_pro_QjaUC {
    flex: 0 0 calc(50% - 30px);
    max-width: calc(50% - 30px);
    transition: all 0.3s ease;
    padding: 20px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 23px;
}.footer_address_2YW7m .top_pro_QjaUC:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}.footer_address_2YW7m .top_pro_QjaUC h5 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 22px;
    font-weight: 600;
    color: #ffffff;
    padding-bottom: 10px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
    text-align: center;
}.footer_address_2YW7m .top_pro_QjaUC .head_main_VjY8P {
    gap: 12px;
    flex-direction: column;
    margin-top: 0;
    display: flex;
}.footer_address_2YW7m .top_pro_QjaUC .head_main_VjY8P a {
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    color: #ffffff;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    padding: 8px 12px;
}.footer_address_2YW7m .top_pro_QjaUC .head_main_VjY8P a:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
}.fellow_prog_Ezxls {
    z-index: 2;
    margin-top: 40px;
    position: relative;
    padding: 20px 0;
    background: rgba(0, 0, 0, 0.3);
}.fellow_prog_Ezxls::before {
    right: 20%;
    height: 1px;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    position: absolute;
    content: '';
    left: 20%;
    opacity: 0.2;
    top: 0;
}.fellow_prog_Ezxls .container {
    display: flex;
    justify-content: center;
}.fellow_prog_Ezxls .training_zone_w7lNH {
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-align: center;
}

@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
@media (min-width: 768px) {.footer_address_2YW7m .head_main_VjY8P {
    justify-content: space-between;
}.footer_address_2YW7m .company_holder {
    text-align: left;
    flex: 0 0 30%;
}.footer_address_2YW7m .license_cta_SHIAb {
    flex: 0 0 65%;
}.footer_address_2YW7m .container {
    align-items: flex-start;
    justify-content: space-between;
}.footer_address_2YW7m .syllabus_ref_1VxvE {
    margin: 0;
    max-width: 100%;
    text-align: left;
}
}

@media (max-width: 767px) {.footer_address_2YW7m .top_pro_QjaUC {
    flex: 0 0 100%;
    margin-bottom: 20px;
    max-width: 100%;
}.footer_address_2YW7m .company_holder {
    padding: 20px 15px;
}.footer_address_2YW7m .syllabus_ref_1VxvE {
    max-width: 100%;
    padding: 15px;
}
}

@media (max-width: 576px) {.footer_address_2YW7m {
    padding: 40px 0;
}.footer_address_2YW7m .company_holder h3 {
    font-size: calc(30px * 0.8);
}.footer_address_2YW7m .top_pro_QjaUC h5 {
    font-size: calc(22px * 0.9);
}.footer_address_2YW7m .top_pro_QjaUC .head_main_VjY8P a {
    font-size: calc(16px * 0.95);
}}

@keyframes pulseLight {
    0%, 100% {
        opacity: 0.1;
        transform: scale(1);
    }
    50% {
        opacity: 0.15;
        transform: scale(1.1);
    }
}

footer::after {
    top: 0;
    position: absolute;
    background-size: 20px 20px;
    width: 100%;
    left: 0;
    content: '';
    height: 100%;
    z-index: 1;
    background-image: linear-gradient(0deg, 
        rgba(255, 255, 255, 0.02) 1px, 
        transparent 1px),
        linear-gradient(90deg, 
        rgba(255, 255, 255, 0.02) 1px, 
        transparent 1px);
}.launch_now_VUHLF {
    z-index: 1;
    background: linear-gradient(110deg, rgb(195,210,184) 0%, rgb(181,121,136) 100%);
    padding: 140px 0;
    position: relative;
    overflow: hidden;
}.launch_now_VUHLF::before {
    position: absolute;
    content: '';
    z-index: -1;
    top: 0;
    animation: patternMove 15s linear infinite;
    opacity: 0.5;
    height: 100%;
    left: 0;
    background-size: 30px 30px;
    background: 
        linear-gradient(
            135deg,
            transparent 25%,
            rgba(255, 255, 255, 0.05) 25%,
            rgba(255, 255, 255, 0.05) 50%,
            transparent 50%,
            transparent 75%,
            rgba(255, 255, 255, 0.05) 75%
        );
    width: 100%;
}.launch_now_VUHLF::after {
    position: absolute;
    height: 200%;
    background: conic-gradient(
        from 0deg at 50% 50%,
        rgba(255, 255, 255, 0) 0deg,
        rgba(255, 255, 255, 0.03) 90deg,
        rgba(255, 255, 255, 0) 180deg,
        rgba(255, 255, 255, 0.03) 270deg,
        rgba(255, 255, 255, 0) 360deg
    );
    animation: rotateConic 30s linear infinite;
    top: -50%;
    z-index: -1;
    width: 200%;
    left: -50%;
    content: '';
}.launch_now_VUHLF .learn_zone_3A2dO {
    justify-content: center;
    display: flex;
    z-index: 2;
    align-items: center;
    padding: 0;
    margin: 0 auto;
    flex-direction: column;
    position: relative;
    max-width: 900px;
}.launch_now_VUHLF .learn_zone_3A2dO::before {
    height: 100%;
    top: 0;
    border-radius: 20px;
    width: 140%;
    z-index: -1;
    position: absolute;
    background: rgba(255, 255, 255, 0.05);
    left: -20%;
    transform: skewX(-15deg);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 10px 20px rgba(0, 0, 0, 0.05);
    content: '';
    backdrop-filter: blur(10px);
}.launch_now_VUHLF .learn_zone_3A2dO::after {
    height: 100px;
    content: '';
    z-index: -1;
    animation: floatBubble 10s ease-in-out infinite alternate;
    border-radius: 50%;
    width: 100px;
    filter: blur(20px);
    background: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.2) 0%,
        transparent 70%
    );
    position: absolute;
    top: -30px;
    right: -30px;
}.launch_now_VUHLF h3 {
    transition: all 0.5s ease;
    position: relative;
    text-align: center;
    letter-spacing: 2px;
    color: #ffffff;
    font-family: Arial, sans-serif;
    transform: rotateX(5deg);
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 20px;
    margin: 60px 0;
    perspective: 1000px;
    font-size: 32px;
    transform-style: preserve-3d;
}.launch_now_VUHLF h3::before {
    top: -30px;
    left: 10%;
    width: 80%;
    position: absolute;
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.5),
        transparent
    );
    content: '';
    height: 1px;
}.launch_now_VUHLF h3::after {
    width: 60%;
    height: 1px;
    bottom: -30px;
    position: absolute;
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    left: 20%;
    content: '';
}.launch_now_VUHLF h3:hover {
    transform: rotateX(0deg);
}.launch_now_VUHLF .message_info_6NtJ7 {
    color: rgb(195,210,184);
    margin-bottom: 60px;
    transform: perspective(1000px) rotateX(10deg);
    transform-origin: bottom center;
    border-radius: 10px;
    letter-spacing: 2px;
    display: inline-block;
    text-decoration: none;
    z-index: 1;
    position: relative;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    font-size: 14px;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    transition: all 0.4s ease;
    padding: 20px 50px;
    font-weight: 600;
    background: linear-gradient(
        145deg,
        rgba(255, 255, 255, 0.9) 0%,
        rgba(255, 255, 255, 0.7) 100%
    );
}.launch_now_VUHLF .message_info_6NtJ7::before {
    top: 0;
    width: 100%;
    position: absolute;
    transition: opacity 0.4s ease;
    left: 0;
    z-index: -1;
    height: 100%;
    content: '';
    opacity: 0;
    background: linear-gradient(
        145deg,
        rgb(195,210,184) 0%,
        rgb(181,121,136) 100%
    );
}.launch_now_VUHLF .message_info_6NtJ7::after {
    top: 0;
    width: 100%;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.05),
        transparent
    );
    z-index: -1;
    position: absolute;
    content: '';
    height: 20px;
    left: 0;
}.launch_now_VUHLF .message_info_6NtJ7:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    color: #ffffff;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.2),
        0 10px 20px rgba(0, 0, 0, 0.1);
}.launch_now_VUHLF .message_info_6NtJ7:hover::before {
    opacity: 1;
}

@media screen and (max-width: 992px) {.launch_now_VUHLF {
    padding: 120px 0;
}.launch_now_VUHLF .learn_zone_3A2dO::before {
    width: 130%;
    left: -15%;
}.launch_now_VUHLF h3 {
    margin: 50px 0;
    font-size: calc(32px * 0.9);
}.launch_now_VUHLF .message_info_6NtJ7 {
    font-size: calc(14px * 0.95);
    margin-bottom: 50px;
    padding: 18px 45px;
}
}

@media screen and (max-width: 768px) {.launch_now_VUHLF {
    padding: 100px 0;
}.launch_now_VUHLF .learn_zone_3A2dO::before {
    width: 120%;
    transform: skewX(-10deg);
    left: -10%;
}.launch_now_VUHLF h3 {
    font-size: calc(32px * 0.8);
    transform: none;
    margin: 40px 0;
}.launch_now_VUHLF h3::before {
    top: -25px;
}.launch_now_VUHLF h3::after {
    bottom: -25px;
}.launch_now_VUHLF .message_info_6NtJ7 {
    transform: none;
    padding: 15px 40px;
    font-size: calc(14px * 0.9);
    margin-bottom: 40px;
}.launch_now_VUHLF .message_info_6NtJ7:hover {
    transform: translateY(-5px);
}
}

@media screen and (max-width: 576px) {.launch_now_VUHLF {
    padding: 80px 0;
}.launch_now_VUHLF .learn_zone_3A2dO::before {
    transform: skewX(-5deg);
    left: -5%;
    width: 110%;
}.launch_now_VUHLF h3 {
    margin: 35px 0;
    letter-spacing: 1px;
    font-size: calc(32px * 0.7);
}.launch_now_VUHLF h3::before {
    top: -20px;
}.launch_now_VUHLF h3::after {
    bottom: -20px;
}.launch_now_VUHLF .message_info_6NtJ7 {
    margin-bottom: 35px;
    padding: 12px 35px;
    font-size: calc(14px * 0.85);
    letter-spacing: 1px;
}
}

@keyframes patternMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 30px;
    }
}

@keyframes rotateConic {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes floatBubble {
    0% {
        transform: translate(0, 0);
        opacity: 0.5;
    }
    50% {
        transform: translate(-20px, 20px);
        opacity: 0.7;
    }
    100% {
        transform: translate(0, 0);
        opacity: 0.5;
    }
}