﻿* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}.patent_info_75rW {
    flex: 0 0 auto;
}svg {
    width: 30px;
    height: 30px;
}.top_info_RSK2 {
    flex: 1 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}@keyframes pulse_scrollbar { 0% { opacity: 1; } 50% { opacity: 0.7; } 100% { opacity: 1; } }

::-webkit-scrollbar {
    width: 8px;
}::-webkit-scrollbar-track {
    background: rgb(155,170,173,0.5);
    border-radius: 1.3em;
}::-webkit-scrollbar-thumb {
    min-height: 62px;
    transition: border-radius 3.6s ease-out;
    background: rgb(255, 255, 255, 0.5);
    border-radius: 16px;
}::-webkit-scrollbar-thumb:hover {
    background: rgb(190,204,208);
    transform: translateX(-2px);
}* {
    scrollbar-color: #ffffff rgb(190,204,208);
    scrollbar-width: auto;
}
@media (max-width: 768px) {::-webkit-scrollbar {
    width: 4px;
}::-webkit-scrollbar-thumb {
    background: rgb(190,204,208);
}}

html,body {
    scroll-behavior: smooth;
    min-height: 100%;
    height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
}.wrapper-structure_zRPp {
    flex-direction: column;
    height: 100%;
    display: flex;
    min-height: 100%;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1180px;
}header,footer {
    width: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.contact_form_section_1Qbv {
    position: relative;
    z-index: 1;
    padding: 100px 0;
}.contact_form_section_1Qbv::before {
    position: absolute;
    background-color: rgb(190,204,208);
    z-index: -1;
    content: '';
    opacity: 0.9;
    inset: 0;
}.contact_form_section_1Qbv .container {
    max-width: 1280px;
    padding: 0 20px;
    margin: 0 auto;
}.contact_form_section_1Qbv .query_reach_1qpM {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    display: flex;
    overflow: hidden;
    position: relative;
    flex-direction: column;
    border-radius: 26px;
}.contact_form_section_1Qbv .help_request_dUxr {
    background: rgb(120,138,141);
    padding: 0;
    position: relative;
}.contact_form_section_1Qbv .help_request_dUxr h3 {
    padding: 30px;
    margin: 0;
    font-size: 32px;
    background: rgb(120,138,141);
    color: #ffffff;
    text-align: center;
    font-weight: 700;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}.contact_form_section_1Qbv .help_request_dUxr div {
    justify-content: flex-start;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: background-color 0.3s ease;
    position: relative;
    align-items: center;
    display: flex;
    padding: 20px 40px;
}.contact_form_section_1Qbv .help_request_dUxr div:hover {
    background-color: rgb(155,170,173);
}.contact_form_section_1Qbv .help_request_dUxr div:last-child {
    border-bottom: none;
}.contact_form_section_1Qbv .help_request_dUxr div svg {
    width: 24px;
    flex-shrink: 0;
    margin-right: 20px;
    height: 24px;
}.contact_form_section_1Qbv .help_request_dUxr div svg path {
    fill: #ffffff;
}.contact_form_section_1Qbv .help_request_dUxr div span {
    font-size: 13px;
    color: #ffffff;
}.contact_form_section_1Qbv .help_request_dUxr div span a {
    color: #ffffff;
    transition: opacity 0.3s ease;
    text-decoration: none;
}.contact_form_section_1Qbv .help_request_dUxr div span a:hover {
    opacity: 0.8;
}.contact_form_section_1Qbv .request_message_KOcd {
    padding: 50px;
    background-color: #ffffff;
}.contact_form_section_1Qbv .request_message_KOcd h3 {
    text-align: center;
    margin-bottom: 30px;
    color: #000000;
    font-weight: 700;
    font-size: 24px;
    position: relative;
}.contact_form_section_1Qbv .request_message_KOcd h3::after {
    left: 50%;
    height: 3px;
    background-color: rgb(120,138,141);
    bottom: -10px;
    width: 80px;
    position: absolute;
    content: '';
    transform: translateX(-50%);
}.contact_form_section_1Qbv .request_message_KOcd form {
    width: 100%;
}.contact_form_section_1Qbv .request_message_KOcd input[type="text"],
.contact_form_section_1Qbv .request_message_KOcd input[type="email"] {
    width: 100%;
    margin-bottom: 25px;
    height: 55px;
    border: none;
    border-bottom: 2px solid rgb(190,204,208);
    transition: border-color 0.3s ease;
    padding: 0 20px;
    background-color: #ffffff;
    color: #000000;
    border-radius: 0;
    font-size: 13px;
}.contact_form_section_1Qbv .request_message_KOcd input[type="text"]:focus,
.contact_form_section_1Qbv .request_message_KOcd input[type="email"]:focus {
    border-color: rgb(120,138,141);
    outline: none;
}.contact_form_section_1Qbv .request_message_KOcd input::placeholder {
    color: #000000;
    opacity: 0.6;
}.contact_form_section_1Qbv .request_message_KOcd .inquiry_help_zSe5 {
    position: relative;
    margin-bottom: 25px;
    align-items: flex-start;
    display: flex;
}.contact_form_section_1Qbv .request_message_KOcd .inquiry_help_zSe5 input[type="checkbox"] {
    flex-shrink: 0;
    position: relative;
    cursor: pointer;
    border: 2px solid rgb(190,204,208);
    width: 22px;
    margin-right: 10px;
    -webkit-appearance: none;
    appearance: none;
    height: 22px;
    margin-top: 2px;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}.contact_form_section_1Qbv .request_message_KOcd .inquiry_help_zSe5 input[type="checkbox"]:checked {
    background-color: rgb(120,138,141);
    border-color: rgb(120,138,141);
}.contact_form_section_1Qbv .request_message_KOcd .inquiry_help_zSe5 input[type="checkbox"]:checked::before {
    left: 50%;
    content: '✓';
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    color: #ffffff;
    position: absolute;
}.contact_form_section_1Qbv .request_message_KOcd .inquiry_help_zSe5 label {
    line-height: 1.6;
    color: #000000;
    font-size: 12px;
}.contact_form_section_1Qbv .request_message_KOcd .inquiry_help_zSe5 label a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: rgb(120,138,141);
}.contact_form_section_1Qbv .request_message_KOcd .inquiry_help_zSe5 label a:hover {
    color: rgb(155,170,173);
}.contact_form_section_1Qbv .request_message_KOcd .query_help_gXKG {
    overflow: hidden;
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
    height: 55px;
    width: 100%;
    font-weight: 600;
    transition: background-color 0.3s ease;
    position: relative;
    background-color: rgb(120,138,141);
    border-radius: 0;
    border: none;
}.contact_form_section_1Qbv .request_message_KOcd .query_help_gXKG::before {
    position: absolute;
    top: 0;
    height: 100%;
    content: '';
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    left: -100%;
    width: 100%;
    transition: left 0.7s ease;
}.contact_form_section_1Qbv .request_message_KOcd .query_help_gXKG:hover {
    background-color: rgb(155,170,173);
}.contact_form_section_1Qbv .request_message_KOcd .query_help_gXKG:hover::before {
    left: 100%;
}

@media screen and (min-width: 992px) {.contact_form_section_1Qbv .query_reach_1qpM {
    display: grid;
    grid-template-columns: 1fr 1fr;
}.contact_form_section_1Qbv .help_request_dUxr {
    border-radius: 0 26px 26px 0;
    flex-direction: column;
    display: flex;
}.contact_form_section_1Qbv .request_message_KOcd {
    flex-direction: column;
    border-radius: 26px 0 0 26px;
    display: flex;
    justify-content: center;
}.contact_form_section_1Qbv .help_request_dUxr h3 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-align: left;
    padding: 40px 30px;
}.contact_form_section_1Qbv .help_request_dUxr div {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    flex: 1;
    align-items: center;
    justify-content: flex-start;
}.contact_form_section_1Qbv .help_request_dUxr div:last-child {
    border-bottom: none;
}
}

@media screen and (min-width: 768px) and (max-width: 991px) {.contact_form_section_1Qbv .help_request_dUxr {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
}.contact_form_section_1Qbv .help_request_dUxr h3 {
    grid-column: 1 / -1;
}.contact_form_section_1Qbv .help_request_dUxr div {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}.contact_form_section_1Qbv .help_request_dUxr div:nth-child(2n) {
    border-right: none;
}.contact_form_section_1Qbv .help_request_dUxr div:nth-last-child(1),
    .contact_form_section_1Qbv .help_request_dUxr div:nth-last-child(2) {
    border-bottom: none;
}
}

@media screen and (max-width: 767px) {.contact_form_section_1Qbv {
    padding: 60px 0;
}.contact_form_section_1Qbv .request_message_KOcd {
    padding: 40px 25px;
}.contact_form_section_1Qbv .help_request_dUxr h3 {
    font-size: calc(24px + 2px);
    padding: 25px 20px;
}.contact_form_section_1Qbv .help_request_dUxr div {
    padding: 15px 25px;
}
}

@media screen and (max-width: 480px) {.contact_form_section_1Qbv {
    padding: 40px 0;
}.contact_form_section_1Qbv .request_message_KOcd {
    padding: 30px 20px;
}.contact_form_section_1Qbv .request_message_KOcd h3 {
    font-size: 24px;
}.contact_form_section_1Qbv .help_request_dUxr h3 {
    font-size: 24px;
    padding: 20px 15px;
}.contact_form_section_1Qbv .help_request_dUxr div {
    padding: 15px 20px;
}.contact_form_section_1Qbv .help_request_dUxr div svg {
    margin-right: 15px;
    height: 20px;
    width: 20px;
}}.cookie_overlay_alert_Q4w0 {
    padding: 20px 0;
    animation: fadeInUp 0.5s ease-out;
    background-color: rgb(190,204,208);
    bottom: 0;
    border-top: 1px solid rgb(155,170,173);
    width: 100%;
    z-index: 1000;
    position: fixed;
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.1);
}.cookie_overlay_alert_Q4w0 .cookie_eductrl_XMEo {
    flex-shrink: 0;
    transform-origin: center;
    margin-right: 20px;
    animation: logoScale 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}.cookie_overlay_alert_Q4w0 .cookie_eductrl_XMEo svg {
    width: 60px;
    fill: rgb(155,170,173);
    height: 60px;
}@keyframes logoScale {
    0% {
        transform: scale(0);
    }
    80% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
.cookie_overlay_alert_Q4w0 .cookies_tracking_fHga {
    flex-grow: 1;
}.cookie_overlay_alert_Q4w0 .cookies_tracking_fHga h5 {
    color: rgb(155,170,173);
    margin-bottom: 6px;
    font-size: 22px;
}.cookie_overlay_alert_Q4w0 .cookies_tracking_fHga p {
    font-size: 13px;
    margin: 0;
    line-height: 1.5;
    color: #000000;
}.cookie_overlay_alert_Q4w0 .cookie_ack_2MA5 {
    color: #ffffff;
    padding: 10px 20px;
    text-decoration: none;
    transition: transform 0.3s, box-shadow 0.3s;
    margin-top: 20px;
    font-size: 15px;
    background-color: rgb(155,170,173);
    border-radius: 5px;
    margin-right: 15px;
    display: inline-block;
}.cookie_overlay_alert_Q4w0 .cookie_ack_2MA5:hover {
    transform: translateY(-3px);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}.cookie_overlay_alert_Q4w0 .cookie_ack_2MA5:active {
    transform: translateY(1px);
    box-shadow: none;
}
@media (max-width: 768px) {.cookie_overlay_alert_Q4w0 .cookie_eductrl_XMEo {
    margin-bottom: 15px;
    margin-right: 0;
}.cookie_overlay_alert_Q4w0 .cookie_ack_2MA5 {
    width: 48%;
    margin-left: 0;
    text-align: center;
}}
#cookie_info_banner_s9Vf {
    display: none;
}#cookie_info_banner_s9Vf:checked ~ .cookie_overlay_alert_Q4w0 {
    visibility: hidden;
    opacity: 0;
}.attempt_now_PeGw {
    transform-style: preserve-3d;
    background: linear-gradient(135deg, rgb(120,138,141) 0%, rgb(155,170,173) 100%);
    padding: 5rem 0;
    overflow: hidden;
    position: relative;
    perspective: 1000px;
}.attempt_now_PeGw::before {
    width: 110%;
    background: linear-gradient(45deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.05) 100%);
    height: 120%;
    transform: rotate(-3deg) translateZ(-10px);
    content: '';
    position: absolute;
    left: -5%;
    z-index: 0;
    top: -10%;
    pointer-events: none;
}.attempt_now_PeGw::after {
    width: 100%;
    z-index: 1;
    content: '';
    bottom: -2px;
    height: 5px;
    opacity: 0.7;
    background: linear-gradient(90deg, rgb(255, 255, 255, 0.5) 0%, rgb(120,138,141) 50%, rgb(255, 255, 255, 0.5) 100%);
    left: 0;
    position: absolute;
}.attempt_now_PeGw .container {
    flex-direction: column;
    align-items: center;
    padding: 0 2rem;
    transform: translateZ(0);
    display: flex;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.attempt_now_PeGw h2 {
    margin-bottom: 2.5rem;
    letter-spacing: 0.02em;
    font-weight: 600;
    transform: translateZ(20px);
    color: #ffffff;
    max-width: 90%;
    font-size: 36px;
    line-height: 1.4;
    text-shadow: 0 2px 4px rgba(0,0,0,0.15);
    text-align: center;
}.attempt_now_PeGw .exp_years_avYg {
    padding: 2rem 3rem;
    border-radius: 4px;
    position: relative;
    box-shadow: 0 15px 30px rgba(0,0,0,0.15), 0 5px 10px rgba(0,0,0,0.08);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: rgba(255,255,255,0.95);
    align-items: center;
    transform: translateZ(30px) rotateX(2deg);
    justify-content: center;
    border-left: 4px solid rgb(155,170,173);
    display: flex;
    gap: 1.5rem;
}.attempt_now_PeGw .exp_years_avYg:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,0.2), 0 10px 15px rgba(0,0,0,0.1);
    transform: translateZ(40px) rotateX(0deg) scale(1.02);
}.attempt_now_PeGw svg {
    transform: translateZ(10px);
    height: 48px;
    transition: transform 0.3s ease;
    filter: drop-shadow(0 2px 3px rgba(0,0,0,0.1));
    width: 48px;
}.attempt_now_PeGw .exp_years_avYg:hover svg {
    transform: translateZ(15px) rotate(5deg);
}.attempt_now_PeGw svg path {
    fill: rgb(120,138,141);
    transition: fill 0.3s ease;
}.attempt_now_PeGw .exp_years_avYg:hover svg path {
    fill: rgb(155,170,173);
}.attempt_now_PeGw .exp_years_avYg div {
    display: flex;
    justify-content: center;
    align-items: center;
}.attempt_now_PeGw .query_help_gXKG {
    background: linear-gradient(135deg, rgb(155,170,173) 0%, rgb(120,138,141) 100%);
    letter-spacing: 0.05em;
    text-align: center;
    text-decoration: none;
    padding: 0.9rem 1.8rem;
    border-radius: 4px;
    transform: translateZ(5px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    position: relative;
    font-weight: 600;
    overflow: hidden;
    font-size: 19px;
    display: inline-block;
    color: #ffffff;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}.attempt_now_PeGw .query_help_gXKG::before {
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    content: '';
    top: 0;
    left: -100%;
    transition: left 0.6s ease;
    height: 100%;
    width: 100%;
    position: absolute;
}.attempt_now_PeGw .query_help_gXKG:hover {
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    background: linear-gradient(135deg, rgb(120,138,141) 0%, rgb(155,170,173) 100%);
    transform: translateY(-3px) translateZ(15px);
}.attempt_now_PeGw .query_help_gXKG:hover::before {
    left: 100%;
}.attempt_now_PeGw .query_help_gXKG:active {
    transform: translateY(1px) translateZ(10px);
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

@media (max-width: 991px) {.attempt_now_PeGw {
    padding: 4rem 0;
}.attempt_now_PeGw h2 {
    font-size: calc(36px * 0.9);
    margin-bottom: 2rem;
}.attempt_now_PeGw .exp_years_avYg {
    padding: 1.8rem 2.5rem;
}.attempt_now_PeGw svg {
    height: 42px;
    width: 42px;
}
}

@media (max-width: 767px) {.attempt_now_PeGw {
    padding: 3.5rem 0;
}.attempt_now_PeGw h2 {
    margin-bottom: 1.8rem;
    line-height: 1.5;
    font-size: calc(36px * 0.8);
}.attempt_now_PeGw .exp_years_avYg {
    padding: 1.5rem 2rem;
    gap: 1.2rem;
    flex-direction: column;
}.attempt_now_PeGw svg {
    width: 36px;
    height: 36px;
}.attempt_now_PeGw .query_help_gXKG {
    font-size: calc(19px * 0.95);
    padding: 0.8rem 1.5rem;
}
}

@media (max-width: 479px) {.attempt_now_PeGw {
    padding: 3rem 0;
}.attempt_now_PeGw h2 {
    font-size: calc(36px * 0.7);
    margin-bottom: 1.5rem;
}.attempt_now_PeGw .exp_years_avYg {
    padding: 1.2rem 1.5rem;
    width: 90%;
}.attempt_now_PeGw svg {
    height: 30px;
    width: 30px;
}.attempt_now_PeGw .query_help_gXKG {
    width: 100%;
    font-size: calc(19px * 0.9);
    padding: 0.7rem 1.2rem;
}}.target_audience_QrAD {
    padding: 5rem 0;
    z-index: 1;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(190,204,208), rgb(155,170,173,0.5));
    position: relative;
}.target_audience_QrAD::before {
    left: 0;
    content: '';
    top: 0;
    animation: rotateRings 30s linear infinite;
    opacity: 0.3;
    bottom: 0;
    z-index: -1;
    background: 
        radial-gradient(circle at center, transparent 30%, rgb(120,138,141,0.5) 31%, transparent 32%) 0 0 / 80px 80px,
        radial-gradient(circle at center, transparent 20%, rgb(155,170,173,0.5) 21%, transparent 22%) 40px 40px / 80px 80px;
    position: absolute;
    right: 0;
}.target_audience_QrAD::after {
    box-shadow: 0 0 80px 20px rgb(155,170,173,0.5);
    height: 500px;
    content: '';
    z-index: -2;
    animation: pulsateRing 10s ease-in-out infinite alternate;
    left: 50%;
    border: 2px solid rgb(120,138,141,0.5);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    top: 50%;
    position: absolute;
    opacity: 0.2;
    width: 500px;
}.target_audience_QrAD .exp_years_avYg {
    padding: 0 2rem;
    z-index: 3;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.target_audience_QrAD h3 {
    font-weight: 700;
    margin-bottom: 3.5rem;
    position: relative;
    text-align: center;
    color: #ffffff;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    font-size: 31px;
}.target_audience_QrAD h3::before {
    background: rgb(155,170,173);
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 0 10px rgb(155,170,173), 0 0 20px rgb(155,170,173,0.5);
    position: absolute;
    width: 200px;
    border-radius: 50px;
    content: '';
    height: 3px;
}.target_audience_QrAD h3::after {
    border-radius: 50%;
    content: '';
    animation: orbitRotate 8s infinite linear;
    opacity: 0.6;
    height: 50px;
    position: absolute;
    transform: translateX(-50%);
    border: 2px solid rgb(155,170,173,0.5);
    width: 50px;
    bottom: -38px;
    left: 50%;
}.target_audience_QrAD ul {
    padding: 0;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    margin: 0;
    list-style: none;
    gap: 2.5rem;
    display: grid;
}.target_audience_QrAD ul li {
    position: relative;
    font-weight: 400;
    align-items: center;
    font-size: 14px;
    display: flex;
    padding: 1.5rem 2rem;
    border-radius: 50px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    transition: all 0.4s ease;
    background-color: rgba(0, 0, 0, 0.2);
    color: #ffffff;
}.target_audience_QrAD ul li:hover {
    background-color: rgba(0, 0, 0, 0.3);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
    transform: translateY(-5px);
}.target_audience_QrAD ul li::before {
    content: '';
    position: absolute;
    opacity: 0.5;
    width: 100px;
    border-radius: 50%;
    z-index: -1;
    background: radial-gradient(circle, rgb(120,138,141,0.5) 0%, transparent 70%);
    top: -50%;
    height: 100px;
    animation: floatBubble 15s infinite ease-in-out alternate;
    left: -50%;
}.target_audience_QrAD ul li::after {
    border-radius: 50%;
    position: absolute;
    height: 80px;
    bottom: -30px;
    opacity: 0.3;
    width: 80px;
    border: 2px solid rgb(155,170,173,0.5);
    content: '';
    animation: pulsateBubble 5s infinite alternate;
    right: -30px;
}.target_audience_QrAD ul li svg {
    transform: rotate(0deg);
    height: 38px;
    flex-shrink: 0;
    transition: transform 0.4s ease;
    width: 38px;
    margin-right: 1.5rem;
}.target_audience_QrAD ul li:hover svg {
    transform: rotate(15deg);
}.target_audience_QrAD ul li svg path {
    fill: rgb(120,138,141);
    transition: fill 0.4s ease;
}.target_audience_QrAD ul li:hover svg path {
    fill: rgb(155,170,173);
}

@keyframes rotateRings {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulsateRing {
    0% {
        transform: translate(-50%, -50%) scale(0.8);
        opacity: 0.1;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 0.3;
    }
}

@keyframes orbitRotate {
    0% {
        transform: translateX(-50%) rotate(0deg);
    }
    100% {
        transform: translateX(-50%) rotate(360deg);
    }
}

@keyframes floatBubble {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(50px, 50px);
    }
}

@keyframes pulsateBubble {
    0% {
        transform: scale(0.8);
        opacity: 0.2;
    }
    100% {
        transform: scale(1.2);
        opacity: 0.4;
    }
}

@media (max-width: 992px) {.target_audience_QrAD {
    padding: 4rem 0;
}.target_audience_QrAD h3 {
    font-size: calc(31px * 0.9);
}.target_audience_QrAD ul {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}.target_audience_QrAD ul li {
    padding: 1.2rem 1.8rem;
    border-radius: 40px;
}
}

@media (max-width: 576px) {.target_audience_QrAD {
    padding: 3rem 0;
}.target_audience_QrAD h3 {
    margin-bottom: 3rem;
    font-size: calc(31px * 0.8);
}.target_audience_QrAD ul {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.target_audience_QrAD ul li {
    border-radius: 30px;
    padding: 1rem 1.5rem;
}.target_audience_QrAD ul li svg {
    height: 32px;
    margin-right: 1rem;
    width: 32px;
}}.price_pack_bWNr {
    overflow: hidden;
    background: #ffffff;
    position: relative;
    padding: 7rem 0;
}.price_pack_bWNr::before {
    top: -150px;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    background: linear-gradient(135deg, rgb(155,170,173,0.5), transparent);
    filter: blur(30px);
    width: 400px;
    content: '';
    position: absolute;
    animation: float 15s ease-in-out infinite alternate;
    height: 400px;
    z-index: 1;
    opacity: 0.6;
    right: -100px;
}.price_pack_bWNr::after {
    height: 300px;
    animation: float 18s ease-in-out infinite alternate-reverse;
    border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
    bottom: -100px;
    left: -50px;
    opacity: 0.5;
    z-index: 1;
    content: '';
    filter: blur(25px);
    position: absolute;
    background: linear-gradient(135deg, rgb(120,138,141,0.5), transparent);
    width: 300px;
}.price_pack_bWNr .container {
    max-width: 1200px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding: 0 15px;
}.price_pack_bWNr .learning_fee_9N4e {
    flex-direction: column;
    display: flex;
}.price_pack_bWNr .lesson_plans_BgqU {
    transform: translateY(20px);
    animation: fadeUp 0.8s ease-out 0.2s forwards;
    text-align: center;
    opacity: 0;
    margin-bottom: 3rem;
}.price_pack_bWNr .lesson_plans_BgqU h2 {
    position: relative;
    margin-bottom: 1rem;
    font-weight: 700;
    display: inline-block;
    font-size: 33px;
    color: #000000;
}.price_pack_bWNr .lesson_plans_BgqU h2::after {
    transform: translateX(-50%);
    bottom: -10px;
    width: 80px;
    content: '';
    background: rgb(155,170,173);
    position: absolute;
    height: 3px;
    left: 50%;
}.price_pack_bWNr .cert_plans_cQBS {
    font-size: 17px;
    color: #000000;
    max-width: 700px;
    line-height: 1.6;
    margin: 1.5rem auto 0;
}.price_pack_bWNr .member_plans_oF7l {
    gap: 2rem;
    margin-top: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
}.price_pack_bWNr .study_packages_ukxl {
    transform: translateY(30px);
    animation: fadeUp 0.8s ease-out 0.4s forwards;
    opacity: 0;
    display: block;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-decoration: none;
    position: relative;
}.price_pack_bWNr .study_packages_ukxl:nth-child(2) {
    animation-delay: 0.5s;
}.price_pack_bWNr .study_packages_ukxl:nth-child(3) {
    animation-delay: 0.6s;
}.price_pack_bWNr .study_packages_ukxl:nth-child(4) {
    animation-delay: 0.7s;
}.price_pack_bWNr .study_packages_ukxl:hover {
    transform: translateY(-10px);
}.price_pack_bWNr .fee_chart_7gHV {
    background: linear-gradient(140deg, #ffffff, #f8f9fa);
    height: 100%;
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06), 
                0 5px 15px rgba(0, 0, 0, 0.04);
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    transition: all 0.4s ease;
}.price_pack_bWNr .study_packages_ukxl:hover .fee_chart_7gHV {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 10px 20px rgba(0, 0, 0, 0.08);
}.price_pack_bWNr .payment_deals_9ICg {
    padding: 2.5rem 2rem;
    z-index: 2;
    flex-direction: column;
    display: flex;
    flex-grow: 1;
    position: relative;
}.price_pack_bWNr .payment_deals_9ICg h3 {
    color: #000000;
    position: relative;
    font-size: calc(20px + 2px);
    margin-bottom: 1rem;
    transition: color 0.3s ease;
    font-weight: 700;
}.price_pack_bWNr .study_packages_ukxl:hover .payment_deals_9ICg h3 {
    color: rgb(155,170,173);
}.price_pack_bWNr .fee_plans_4MWk {
    font-size: calc(20px + 4px);
    font-weight: 700;
    padding-bottom: 10px;
    margin-bottom: 1.5rem;
    position: relative;
    display: inline-block;
    color: rgb(155,170,173);
}.price_pack_bWNr .fee_plans_4MWk::after {
    bottom: 0;
    left: 0;
    transition: width 0.3s ease;
    position: absolute;
    background: rgb(155,170,173,0.5);
    width: 40px;
    height: 2px;
    content: '';
}.price_pack_bWNr .study_packages_ukxl:hover .fee_plans_4MWk::after {
    width: 80px;
}.price_pack_bWNr .payment_deals_9ICg p {
    overflow-wrap: break-word;
    hyphens: auto;
    flex-grow: 1;
    word-wrap: break-word;
    line-height: 1.6;
    font-size: 17px;
    margin-bottom: 2rem;
    white-space: normal;
    color: #000000;
}.price_pack_bWNr .image_list_kmzT {
    height: 200px;
    transition: all 0.5s ease;
    overflow: hidden;
    position: relative;
    width: 100%;
}.price_pack_bWNr .image_list_kmzT::after {
    position: absolute;
    background: linear-gradient(to top, rgba(0,0,0,0.3), transparent);
    bottom: 0;
    right: 0;
    left: 0;
    transition: opacity 0.4s ease;
    opacity: 0;
    top: 0;
    content: '';
}.price_pack_bWNr .study_packages_ukxl:hover .image_list_kmzT::after {
    opacity: 1;
}

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

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

@media (min-width: 992px) {.price_pack_bWNr .learning_fee_9N4e {
    flex-direction: row-reverse;
}.price_pack_bWNr .lesson_plans_BgqU {
    text-align: left;
    display: flex;
    flex-direction: column;
    width: 35%;
    padding-right: 3rem;
    justify-content: center;
}.price_pack_bWNr .lesson_plans_BgqU h2 {
    text-align: left;
}.price_pack_bWNr .lesson_plans_BgqU h2::after {
    left: 0;
    transform: none;
}.price_pack_bWNr .cert_plans_cQBS {
    margin: 1.5rem 0 0;
}.price_pack_bWNr .member_plans_oF7l {
    grid-template-columns: repeat(2, 1fr);
    width: 65%;
    gap: 2rem;
    margin-top: 0;
}
}

@media (max-width: 991px) {.price_pack_bWNr {
    padding: 5rem 0;
}.price_pack_bWNr .lesson_plans_BgqU {
    margin-bottom: 2rem;
}.price_pack_bWNr .member_plans_oF7l {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.5rem;
}
}

@media (max-width: 767px) {.price_pack_bWNr {
    padding: 4rem 0;
}.price_pack_bWNr .payment_deals_9ICg {
    padding: 2rem 1.5rem;
}.price_pack_bWNr .image_list_kmzT {
    height: 180px;
}
}

@media (max-width: 575px) {.price_pack_bWNr {
    padding: 3rem 0;
}.price_pack_bWNr .lesson_plans_BgqU h2 {
    font-size: calc(33px - 4px);
}.price_pack_bWNr .member_plans_oF7l {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.price_pack_bWNr .payment_deals_9ICg {
    padding: 1.5rem 1.25rem;
}.price_pack_bWNr .image_list_kmzT {
    height: 160px;
}
}

@media (hover: none) {.price_pack_bWNr .study_packages_ukxl:hover {
    transform: none;
}.price_pack_bWNr .study_packages_ukxl:hover .fee_chart_7gHV {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06), 
                    0 5px 15px rgba(0, 0, 0, 0.04);
}.price_pack_bWNr .study_packages_ukxl:hover .image_list_kmzT::after {
    opacity: 0;
}.price_pack_bWNr .study_packages_ukxl:hover .fee_plans_4MWk::after {
    width: 40px;
}}.privacy_lair_2I68 {
    font-family: Arial, sans-serif;
    overflow: hidden;
    position: relative;
    padding: 5rem 2rem;
    background: linear-gradient(135deg, rgb(190,204,208) 0%, rgba(rgb(155,170,173,0.5), 0.05) 100%);
}.privacy_lair_2I68::before {
    width: 100%;
    height: 5px;
    content: "";
    animation: slidein 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    transform-origin: left center;
    background: linear-gradient(90deg, rgb(155,170,173) 0%, rgb(120,138,141) 100%);
    position: absolute;
    top: 0;
    left: 0;
}.privacy_lair_2I68::after {
    top: 0;
    right: 0;
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 30% 0);
    width: 30%;
    z-index: 0;
    position: absolute;
    background: linear-gradient(to bottom, rgba(rgb(155,170,173,0.5), 0.03), transparent);
    height: 100%;
    content: "";
}.privacy_lair_2I68 .container {
    z-index: 1;
    position: relative;
    margin: 0 auto;
    max-width: 1140px;
}.privacy_lair_2I68 h1 {
    color: #000000;
    margin-bottom: 2.5rem;
    font-size: 48px;
    opacity: 0;
    font-weight: 700;
    animation: fadeup 0.5s ease-out 0.2s forwards;
    transform: translateY(10px);
    position: relative;
    letter-spacing: -0.5px;
}.privacy_lair_2I68 h1::after {
    transform: scaleX(0);
    left: 0;
    height: 3px;
    animation: scaleIn 0.6s ease-out 0.6s forwards;
    width: 60px;
    background: rgb(155,170,173);
    position: absolute;
    content: "";
    bottom: -12px;
    transform-origin: left;
}.privacy_lair_2I68 h2 {
    transform: translateY(10px);
    color: #000000;
    position: relative;
    margin: 2.5rem 0 1.5rem;
    font-size: 32px;
    padding-left: 1rem;
    font-weight: 600;
    animation: fadeup 0.5s ease-out 0.3s forwards;
    opacity: 0;
}.privacy_lair_2I68 h2::before {
    background: rgb(120,138,141);
    height: 100%;
    width: 3px;
    opacity: 0.8;
    transform: scaleY(0.7);
    top: 0;
    position: absolute;
    content: "";
    left: 0;
}.privacy_lair_2I68 h3 {
    animation: fadeup 0.5s ease-out 0.3s forwards;
    color: #000000;
    margin: 2rem 0 1rem;
    transform: translateY(10px);
    font-weight: 600;
    font-size: calc(32px * 0.85);
    opacity: 0;
}.privacy_lair_2I68 h4 {
    margin: 1.5rem 0 1rem;
    opacity: 0;
    font-weight: 600;
    color: #000000;
    font-size: calc(32px * 0.75);
    opacity: 0.85;
    animation: fadeup 0.5s ease-out 0.3s forwards;
    transform: translateY(10px);
}.privacy_lair_2I68 p {
    color: #000000;
    max-width: 95%;
    margin-bottom: 1.5rem;
    transform: translateY(10px);
    opacity: 0;
    font-size: 14px;
    animation: fadeup 0.5s ease-out 0.4s forwards;
    line-height: 1.75;
}.privacy_lair_2I68 p strong {
    display: inline-block;
    position: relative;
    font-weight: 600;
    color: #000000;
}.privacy_lair_2I68 p strong::after {
    left: 0;
    width: 100%;
    background: rgb(155,170,173);
    height: 1px;
    content: "";
    opacity: 0.5;
    bottom: -2px;
    position: absolute;
}.privacy_lair_2I68 span {
    opacity: 0;
    padding-left: 1rem;
    line-height: 1.75;
    transform: translateY(10px);
    display: block;
    position: relative;
    color: #000000;
    font-size: 14px;
    animation: fadeup 0.5s ease-out 0.4s forwards;
    margin-bottom: 1.5rem;
}.privacy_lair_2I68 span::before {
    width: 3px;
    content: "";
    background: rgb(120,138,141);
    left: 0;
    position: absolute;
    opacity: 0.3;
    height: calc(100% - 1rem);
    top: 0.5rem;
}.privacy_lair_2I68 ul {
    position: relative;
    opacity: 0;
    padding: 1.5rem 2rem;
    margin: 1.5rem 0 2rem;
    animation: slidein 0.6s ease-out 0.5s forwards;
    padding-left: 0;
    border-left: 3px solid rgb(155,170,173);
    border-radius: 0 10px 10px 0;
    list-style: none;
    background: rgba(rgb(255, 255, 255, 0.5), 0.5);
    transform: translateX(-10px);
}.privacy_lair_2I68 ul::before {
    z-index: -1;
    width: 100%;
    background: linear-gradient(to right, rgba(rgb(155,170,173,0.5), 0.05), transparent);
    left: 0;
    position: absolute;
    height: 100%;
    content: "";
    top: 0;
}.privacy_lair_2I68 li {
    padding-left: 1.75rem;
    font-size: 14px;
    position: relative;
    margin-bottom: 1rem;
    line-height: 1.6;
    color: #000000;
}.privacy_lair_2I68 li:last-child {
    margin-bottom: 0;
}.privacy_lair_2I68 li::before {
    height: 8px;
    background: rgb(120,138,141);
    content: "";
    position: absolute;
    transform: rotate(45deg);
    top: 0.5rem;
    width: 8px;
    border-radius: 1px;
    left: 0;
}

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

@keyframes slidein {
    from {
        opacity: 0;
        transform: translateX(-10px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes scaleIn {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}

@media (min-width: 768px) {.privacy_lair_2I68 {
    padding: 6rem 3rem;
}.privacy_lair_2I68 h1 {
    font-size: calc(48px * 1.15);
    margin-bottom: 3rem;
}.privacy_lair_2I68 h1::after {
    width: 80px;
}.privacy_lair_2I68 p, .privacy_lair_2I68 span {
    max-width: 85%;
}.privacy_lair_2I68 ul {
    margin-left: 1rem;
    max-width: 90%;
}
}

@media (min-width: 992px) {.privacy_lair_2I68 {
    padding: 7rem 4rem;
}.privacy_lair_2I68::after {
    width: 40%;
}.privacy_lair_2I68 h1 {
    font-size: calc(48px * 1.3);
}.privacy_lair_2I68 h2 {
    padding-left: 1.5rem;
}.privacy_lair_2I68 p, .privacy_lair_2I68 span {
    max-width: 80%;
    font-size: calc(14px * 1.05);
}.privacy_lair_2I68 ul {
    padding: 2rem 2.5rem;
}.privacy_lair_2I68 li {
    font-size: calc(14px * 1.05);
}
}

@media (max-width: 767px) {.privacy_lair_2I68 {
    padding: 4rem 1.5rem;
}.privacy_lair_2I68 h1 {
    font-size: calc(48px * 0.9);
}.privacy_lair_2I68 h2 {
    font-size: calc(32px * 0.9);
}.privacy_lair_2I68 h3 {
    font-size: calc(32px * 0.8);
}.privacy_lair_2I68 h4 {
    font-size: calc(32px * 0.7);
}.privacy_lair_2I68 p, .privacy_lair_2I68 span {
    max-width: 100%;
}.privacy_lair_2I68 ul {
    padding: 1.25rem 1.5rem;
}}header {
    width: 100%;
    z-index: 99;
    background: rgb(190,204,208);
    overflow: visible;
    position: relative;
}header::before {
    opacity: 0.2;
    height: 100%;
    width: 100%;
    top: 0;
    background: radial-gradient(circle at 30% 30%, rgb(155,170,173,0.5) 0%, transparent 70%);
    content: "";
    left: 0;
    position: absolute;
}header .nav_pagebar_uVoi {
    position: relative;
    padding: 25px 30px;
    align-items: center;
    display: flex;
    justify-content: space-between;
}header .nav_pagebar_uVoi::before {
    top: -10px;
    position: absolute;
    background: linear-gradient(90deg, rgb(155,170,173), transparent);
    height: 5px;
    width: 30%;
    left: 10%;
    content: "";
    filter: blur(5px);
}header .nav_pagebar_uVoi::after {
    bottom: -10px;
    width: 30%;
    position: absolute;
    content: "";
    height: 5px;
    filter: blur(5px);
    right: 10%;
    background: linear-gradient(90deg, transparent, rgb(120,138,141));
}header .nav_pagebar_uVoi .head_page_SRTx {
    position: relative;
    padding: 5px;
    z-index: 2;
}header .nav_pagebar_uVoi .head_page_SRTx::before {
    position: absolute;
    left: -5px;
    background: linear-gradient(135deg, rgb(155,170,173), rgb(120,138,141));
    opacity: 0;
    transition: opacity 0.3s ease;
    filter: blur(15px);
    height: calc(100% + 10px);
    top: -5px;
    content: "";
    width: calc(100% + 10px);
    z-index: -1;
}header .nav_pagebar_uVoi .head_page_SRTx:hover::before {
    opacity: 0.7;
}header .nav_pagebar_uVoi .head_page_SRTx .page_header_izOK {
    display: block;
    position: relative;
    transition: transform 0.3s ease;
}header .nav_pagebar_uVoi .head_page_SRTx:hover .page_header_izOK {
    transform: scale(1.05);
}header .nav_pagebar_uVoi .head_page_SRTx .page_header_izOK svg {
    width: auto;
    height: 45px;
}header .nav_pagebar_uVoi .nav_train_7ay4 {
    margin: 0;
    display: flex;
    border-radius: 19px;
    position: relative;
    list-style: none;
    padding: 10px;
}header .nav_pagebar_uVoi .nav_train_7ay4::before {
    content: "";
    border-radius: 19px;
    left: 0;
    opacity: 0.1;
    backdrop-filter: blur(5px);
    height: 100%;
    top: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    position: absolute;
    z-index: -1;
    width: 100%;
}header .nav_pagebar_uVoi .nav_train_7ay4 .head_tutor_xhNG {
    margin: 0 3px;
    position: relative;
}header .nav_pagebar_uVoi .nav_train_7ay4 .head_tutor_xhNG a {
    z-index: 1;
    font-size: 16px;
    color: #000000;
    overflow: hidden;
    text-decoration: none;
    font-weight: 600;
    border-radius: 10px;
    padding: 8px 15px;
    font-family: Arial, sans-serif;
    display: block;
    position: relative;
}header .nav_pagebar_uVoi .nav_train_7ay4 .head_tutor_xhNG a::before {
    left: 0;
    width: 100%;
    background: linear-gradient(135deg, rgb(155,170,173), rgb(120,138,141));
    top: 0;
    position: absolute;
    transition: opacity 0.3s ease;
    height: 100%;
    opacity: 0;
    z-index: -1;
    content: "";
}header .nav_pagebar_uVoi .nav_train_7ay4 .head_tutor_xhNG a::after {
    left: 50%;
    background: radial-gradient(circle, #ffffff 0%, transparent 70%);
    opacity: 0;
    top: 50%;
    transition: transform 0.5s ease, opacity 0.5s ease;
    content: "";
    width: 150%;
    position: absolute;
    height: 150%;
    z-index: -1;
    transform: translate(-50%, -50%) scale(0);
}header .nav_pagebar_uVoi .nav_train_7ay4 .head_tutor_xhNG:hover a::before {
    opacity: 1;
}header .nav_pagebar_uVoi .nav_train_7ay4 .head_tutor_xhNG:hover a {
    color: #ffffff;
}header .nav_pagebar_uVoi .nav_train_7ay4 .head_tutor_xhNG:active a::after {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.3;
}header .nav_pagebar_uVoi .nav_train_7ay4 .head_tutor_xhNG:nth-child(odd) a::before {
    background: linear-gradient(to right, rgb(155,170,173), rgb(120,138,141));
}header .nav_pagebar_uVoi .nav_train_7ay4 .head_tutor_xhNG:nth-child(even) a::before {
    background: linear-gradient(to left, rgb(155,170,173), rgb(120,138,141));
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(rgb(155,170,173), 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(rgb(155,170,173), 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(rgb(155,170,173), 0);
    }
}

@media (max-width: 992px) {header .nav_pagebar_uVoi {
    flex-direction: column;
    padding: 20px 15px;
}header .nav_pagebar_uVoi .head_page_SRTx {
    margin-bottom: 15px;
}header .nav_pagebar_uVoi .nav_train_7ay4 {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}header .nav_pagebar_uVoi .nav_train_7ay4 .head_tutor_xhNG {
    margin: 3px;
}header .nav_pagebar_uVoi .nav_train_7ay4 .head_tutor_xhNG a {
    font-size: calc(16px - 1px);
    padding: 6px 12px;
}
}

@media (max-width: 767px) {header .nav_pagebar_uVoi {
    padding: 15px 10px;
}header .nav_pagebar_uVoi .head_page_SRTx .page_header_izOK svg {
    height: 40px;
}header .nav_pagebar_uVoi .nav_train_7ay4 {
    padding: 5px;
}header .nav_pagebar_uVoi .nav_train_7ay4 .head_tutor_xhNG a {
    font-size: calc(16px - 2px);
    padding: 5px 10px;
}}.ty_success_5Bni {
    background: linear-gradient(135deg, rgb(155,170,173,0.5) 0%, rgb(190,204,208) 100%);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.ty_success_5Bni::before {
    content: "";
    opacity: 0.1;
    left: 0;
    background: repeating-linear-gradient(45deg, transparent, transparent 50px, rgb(120,138,141,0.5) 50px, rgb(120,138,141,0.5) 52px);
    height: 100%;
    top: 0;
    width: 100%;
    position: absolute;
    pointer-events: none;
}.ty_success_5Bni::after {
    transform: rotate(15deg);
    bottom: -20px;
    content: "";
    width: 250px;
    height: 250px;
    background: rgb(155,170,173);
    z-index: 0;
    right: -20px;
    position: absolute;
    opacity: 0.08;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}.ty_success_5Bni .container {
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 1;
    margin: 0 auto;
}.ty_success_5Bni .exp_years_avYg {
    grid-template-columns: 1fr;
    transform: translateX(0);
    position: relative;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    gap: 40px;
    display: grid;
}.ty_success_5Bni .exp_years_avYg:hover {
    transform: translateX(10px);
}.ty_success_5Bni .exp_years_avYg > div:first-child {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    transform-origin: left center;
    padding-left: 30px;
    border-left: 4px solid rgb(155,170,173);
}.ty_success_5Bni .exp_years_avYg > div:first-child::before {
    border: 3px solid rgb(155,170,173);
    content: "";
    height: 24px;
    left: -14px;
    top: 50%;
    transition: transform 0.4s ease;
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    background: #ffffff;
    width: 24px;
}.ty_success_5Bni .exp_years_avYg:hover > div:first-child::before {
    transform: translateY(-50%) rotate(225deg);
}.ty_success_5Bni h5 {
    color: #000000;
    font-size: 22px;
    position: relative;
    line-height: 1.4;
    margin: 0;
    font-weight: 700;
}.ty_success_5Bni .exp_years_avYg > div:last-child {
    transform: translateY(0);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    position: relative;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.6s ease;
    background: #ffffff;
    overflow: hidden;
    padding: 35px 40px;
}.ty_success_5Bni .exp_years_avYg > div:last-child::before {
    left: 0;
    position: absolute;
    transition: width 0.4s ease;
    background: linear-gradient(to bottom, rgb(155,170,173), rgb(120,138,141));
    top: 0;
    height: 100%;
    width: 6px;
    content: "";
}.ty_success_5Bni .exp_years_avYg > div:last-child:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    transform: translateY(-5px);
}.ty_success_5Bni .exp_years_avYg > div:last-child:hover::before {
    width: 10px;
}.ty_success_5Bni .exp_years_avYg > div:last-child::after {
    width: 90px;
    position: absolute;
    top: -30px;
    height: 90px;
    background: rgb(120,138,141,0.5);
    content: "";
    z-index: 0;
    right: -30px;
    opacity: 0.15;
    border-radius: 50%;
}.ty_success_5Bni a {
    text-decoration: none;
    z-index: 1;
    transition: transform 0.3s ease;
    position: relative;
    display: block;
}.ty_success_5Bni a:hover {
    transform: translateX(5px);
}.ty_success_5Bni p {
    line-height: 1.8;
    margin: 0;
    position: relative;
    color: #000000;
    font-size: 13px;
    z-index: 2;
}

@media (min-width: 768px) {.ty_success_5Bni {
    padding: 150px 0;
}.ty_success_5Bni .exp_years_avYg {
    align-items: center;
    gap: 60px;
    grid-template-columns: 1fr 1.5fr;
}.ty_success_5Bni .exp_years_avYg > div:first-child {
    padding-left: 50px;
}.ty_success_5Bni h5 {
    max-width: 90%;
    font-size: calc(22px * 1.2);
}
}

@media (min-width: 992px) {.ty_success_5Bni {
    padding: 180px 0;
}.ty_success_5Bni .exp_years_avYg {
    gap: 80px;
    grid-template-columns: 1fr 1.2fr;
}.ty_success_5Bni .exp_years_avYg > div:first-child {
    transform: translateX(-30px);
}.ty_success_5Bni .exp_years_avYg:hover > div:first-child {
    transform: translateX(-20px);
}.ty_success_5Bni .exp_years_avYg > div:last-child {
    padding: 50px 60px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), clip-path 0.6s ease, box-shadow 0.6s ease;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
}.ty_success_5Bni .exp_years_avYg > div:last-child:hover {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
}

@media (max-width: 767px) {.ty_success_5Bni {
    padding: 80px 0;
}.ty_success_5Bni::after {
    width: 150px;
    height: 150px;
}.ty_success_5Bni .exp_years_avYg > div:first-child {
    padding-left: 20px;
}.ty_success_5Bni .exp_years_avYg > div:last-child {
    padding: 25px 30px;
}.ty_success_5Bni h5 {
    font-size: calc(22px * 0.9);
}.ty_success_5Bni p {
    font-size: calc(13px * 0.95);
}}.who_we_are_Zczd {
    padding: 120px 0;
    background: rgb(190,204,208);
    overflow: hidden;
    position: relative;
}.who_we_are_Zczd::before {
    opacity: 0.2;
    background: 
        radial-gradient(circle at 20% 20%, rgb(155,170,173,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 80%, rgb(120,138,141,0.5) 0%, transparent 30%);
    left: 0;
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    width: 100%;
}.who_we_are_Zczd .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 2;
    padding: 0 20px;
}.who_we_are_Zczd h2 {
    color: #000000;
    font-size: 29px;
    font-weight: 700;
    text-align: center;
    position: relative;
    margin-bottom: 80px;
}.who_we_are_Zczd h2::after {
    border-radius: 10px;
    position: absolute;
    content: "";
    width: 80px;
    background: linear-gradient(to right, rgb(155,170,173), rgb(120,138,141));
    bottom: -20px;
    left: calc(50% - 40px);
    height: 3px;
}.who_we_are_Zczd .achieve_goals_sbC1 {
    gap: 0;
    display: grid;
    grid-template-columns: 1fr;
}.who_we_are_Zczd .skill_pro_5EpN {
    padding: 60px 0;
    align-items: center;
    grid-template-columns: repeat(12, 1fr);
    display: grid;
    position: relative;
}.who_we_are_Zczd .skill_pro_5EpN:not(:last-child)::after {
    width: 70%;
    background: linear-gradient(to right, 
        transparent, 
        rgb(155,170,173,0.5), 
        rgb(155,170,173,0.5), 
        transparent
    );
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: 0;
    content: "";
    height: 1px;
}.who_we_are_Zczd .skill_pro_5EpN h3 {
    color: rgb(155,170,173);
    position: relative;
    padding-bottom: 10px;
    font-size: 22px;
    display: inline-block;
    margin-bottom: 25px;
    font-weight: 600;
}.who_we_are_Zczd .skill_pro_5EpN:nth-child(2) h3 {
    color: rgb(120,138,141);
}.who_we_are_Zczd .skill_pro_5EpN h3::after {
    content: "";
    width: 40px;
    bottom: 0;
    background: currentColor;
    height: 2px;
    position: absolute;
    left: 0;
}.who_we_are_Zczd .skill_pro_5EpN p {
    color: #000000;
    font-size: 18px;
    margin: 0;
    line-height: 1.8;
}.who_we_are_Zczd .skill_pro_5EpN:first-child h3,
.who_we_are_Zczd .skill_pro_5EpN:first-child p {
    grid-column: 7 / -1;
}.who_we_are_Zczd .skill_pro_5EpN:first-child::before {
    grid-column: 1 / 6;
    clip-path: polygon(0 0, 100% 20%, 80% 100%, 0% 100%);
    background: linear-gradient(135deg, rgb(155,170,173,0.5), transparent);
    content: "";
    position: relative;
    height: 300px;
    border-radius: 18px;
}.who_we_are_Zczd .skill_pro_5EpN:nth-child(2) h3,
.who_we_are_Zczd .skill_pro_5EpN:nth-child(2) p {
    grid-column: 1 / 7;
}.who_we_are_Zczd .skill_pro_5EpN:nth-child(2)::before {
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 80%);
    height: 300px;
    grid-column: 8 / -1;
    position: relative;
    background: linear-gradient(135deg, rgb(120,138,141,0.5), transparent);
    border-radius: 18px;
    content: "";
}.who_we_are_Zczd .skill_pro_5EpN::after {
    transition: width 0.5s ease;
}.who_we_are_Zczd .skill_pro_5EpN:hover::after {
    width: 85%;
}.who_we_are_Zczd .skill_pro_5EpN h3,
.who_we_are_Zczd .skill_pro_5EpN p,
.who_we_are_Zczd .skill_pro_5EpN::before {
    transform: translateY(30px);
    animation: fadeInUp 0.7s forwards;
    opacity: 0;
}.who_we_are_Zczd .skill_pro_5EpN:nth-child(2) h3,
.who_we_are_Zczd .skill_pro_5EpN:nth-child(2) p,
.who_we_are_Zczd .skill_pro_5EpN:nth-child(2)::before {
    animation-delay: 0.3s;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 992px) {.who_we_are_Zczd {
    padding: 90px 0;
}.who_we_are_Zczd h2 {
    margin-bottom: 60px;
}.who_we_are_Zczd .skill_pro_5EpN {
    padding: 50px 0;
}
}

@media (max-width: 768px) {.who_we_are_Zczd {
    padding: 70px 0;
}.who_we_are_Zczd h2 {
    font-size: calc(29px * 0.9);
    margin-bottom: 50px;
}.who_we_are_Zczd .skill_pro_5EpN {
    gap: 30px;
    padding: 40px 0;
    grid-template-columns: 1fr;
}.who_we_are_Zczd .skill_pro_5EpN:first-child h3,
    .who_we_are_Zczd .skill_pro_5EpN:first-child p,
    .who_we_are_Zczd .skill_pro_5EpN:nth-child(2) h3,
    .who_we_are_Zczd .skill_pro_5EpN:nth-child(2) p {
    grid-column: 1 / -1;
}.who_we_are_Zczd .skill_pro_5EpN:first-child::before,
    .who_we_are_Zczd .skill_pro_5EpN:nth-child(2)::before {
    grid-column: 1 / -1;
    height: 200px;
}.who_we_are_Zczd .skill_pro_5EpN:nth-child(2)::before {
    order: -1;
}
}

@media (max-width: 576px) {.who_we_are_Zczd {
    padding: 50px 0;
}.who_we_are_Zczd h2 {
    font-size: calc(29px * 0.8);
    margin-bottom: 40px;
}.who_we_are_Zczd .skill_pro_5EpN {
    gap: 20px;
    padding: 30px 0;
}.who_we_are_Zczd .skill_pro_5EpN:first-child::before,
    .who_we_are_Zczd .skill_pro_5EpN:nth-child(2)::before {
    height: 150px;
}.who_we_are_Zczd h2::after {
    width: 60px;
    left: calc(50% - 30px);
    bottom: -15px;
}.who_we_are_Zczd .skill_pro_5EpN h3 {
    font-size: calc(22px * 0.9);
    margin-bottom: 15px;
}.who_we_are_Zczd .skill_pro_5EpN p {
    font-size: calc(18px * 0.95);
}
}

@media (prefers-reduced-motion: reduce) {.who_we_are_Zczd .skill_pro_5EpN::after {
    transition: none;
}.who_we_are_Zczd .skill_pro_5EpN h3,
    .who_we_are_Zczd .skill_pro_5EpN p,
    .who_we_are_Zczd .skill_pro_5EpN::before,
    .who_we_are_Zczd .skill_pro_5EpN:nth-child(2) h3,
    .who_we_are_Zczd .skill_pro_5EpN:nth-child(2) p,
    .who_we_are_Zczd .skill_pro_5EpN:nth-child(2)::before {
    transform: none;
    animation: none;
    opacity: 1;
}}.education_experience_OvfX {
    background: linear-gradient(135deg, rgb(190,204,208) 0%, rgb(155,170,173,0.5) 100%);
    overflow: hidden;
    position: relative;
    padding: 6rem 2rem;
}.education_experience_OvfX::before {
    content: "";
    position: absolute;
    filter: blur(20px);
    z-index: 0;
    width: 30%;
    background: rgb(120,138,141,0.5);
    top: -5%;
    height: 30%;
    right: -5%;
    transform: rotate(-15deg) translateZ(0);
}.education_experience_OvfX::after {
    bottom: -5%;
    z-index: 0;
    transform: rotate(15deg) translateZ(0);
    background: rgb(155,170,173,0.5);
    height: 25%;
    left: -5%;
    content: "";
    width: 25%;
    position: absolute;
    filter: blur(15px);
}.education_experience_OvfX .container {
    z-index: 1;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.education_experience_OvfX .success_stories_ZECs {
    background: #ffffff;
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08), 
                0 30px 60px rgba(0, 0, 0, 0.05);
    padding: 3rem;
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), 
                box-shadow 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}.education_experience_OvfX .success_stories_ZECs:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12), 
                0 40px 80px rgba(0, 0, 0, 0.08);
    transform: perspective(1000px) rotateX(0deg);
}.education_experience_OvfX .success_stories_ZECs > div:first-child {
    position: relative;
    overflow: hidden;
}.education_experience_OvfX .image_list_kmzT {
    transform: scale(1.05);
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    height: 300px;
    width: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}.education_experience_OvfX .success_stories_ZECs:hover .image_list_kmzT {
    transform: scale(1);
}.education_experience_OvfX .success_stories_ZECs > div:nth-child(2) {
    flex-direction: column;
    display: flex;
    gap: 0.5rem;
    padding-left: 2rem;
    position: relative;
}.education_experience_OvfX .success_stories_ZECs > div:nth-child(2)::before {
    background: linear-gradient(to bottom, rgb(155,170,173), rgb(120,138,141));
    position: absolute;
    left: 0;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 70%;
}.education_experience_OvfX .name {
    font-weight: 700;
    font-size: 20px;
    margin: 0;
    position: relative;
    display: inline-block;
    color: #000000;
}.education_experience_OvfX .name::after {
    height: 2px;
    width: 0;
    position: absolute;
    left: 0;
    bottom: -5px;
    background: rgb(155,170,173);
    transition: width 0.4s ease-out;
    content: "";
}.education_experience_OvfX .success_stories_ZECs:hover .name::after {
    width: 100%;
}.education_experience_OvfX .success_stories_ZECs > div:nth-child(2) > div {
    opacity: 0.9;
    letter-spacing: 0.5px;
    font-weight: 600;
    font-size: calc(12px - 2px);
    color: rgb(120,138,141);
}.education_experience_OvfX .success_stories_ZECs > div:nth-child(3) {
    position: relative;
}.education_experience_OvfX .exp_flex_QxTl {
    padding: 1.5rem;
    margin: 0;
    position: relative;
    font-size: 12px;
    line-height: 1.7;
    border-left: 3px solid rgb(155,170,173,0.5);
    color: #000000;
    background: linear-gradient(to right, rgba(rgb(190,204,208), 0.05), rgba(rgb(190,204,208), 0.02));
}.education_experience_OvfX .exp_flex_QxTl::before {
    font-size: 5rem;
    color: rgb(155,170,173,0.5);
    font-family: serif;
    top: -0.5rem;
    line-height: 1;
    content: "";
    position: absolute;
    opacity: 0.2;
    left: 0.5rem;
}

@media (min-width: 768px) {.education_experience_OvfX {
    padding: 8rem 3rem;
}.education_experience_OvfX .success_stories_ZECs {
    grid-template-rows: auto 1fr;
    gap: 3rem 4rem;
    padding: 4rem;
    grid-template-columns: minmax(200px, 300px) 1fr;
}.education_experience_OvfX .success_stories_ZECs > div:first-child {
    grid-row: span 2;
}.education_experience_OvfX .image_list_kmzT {
    height: 100%;
}.education_experience_OvfX .success_stories_ZECs > div:nth-child(2) {
    padding-left: 3rem;
}.education_experience_OvfX .exp_flex_QxTl {
    padding: 2rem;
    font-size: calc(12px + 1px);
}
}

@media (min-width: 1024px) {.education_experience_OvfX {
    padding: 10rem 4rem;
}.education_experience_OvfX .success_stories_ZECs {
    gap: 4rem 5rem;
    grid-template-columns: minmax(300px, 400px) 1fr;
    padding: 5rem;
}.education_experience_OvfX .name {
    font-size: calc(20px + 2px);
}.education_experience_OvfX .success_stories_ZECs > div:nth-child(2) > div {
    font-size: 12px;
}.education_experience_OvfX .exp_flex_QxTl {
    line-height: 1.8;
}.education_experience_OvfX .success_stories_ZECs::after {
    position: absolute;
    height: 150px;
    background: linear-gradient(135deg, transparent 50%, rgb(155,170,173,0.5) 50%);
    content: "";
    top: 0;
    transition: opacity 0.3s ease;
    right: 0;
    opacity: 0.1;
    width: 150px;
}.education_experience_OvfX .success_stories_ZECs:hover::after {
    opacity: 0.2;
}
}

@media (max-width: 767px) {.education_experience_OvfX {
    padding: 4rem 1.5rem;
}.education_experience_OvfX .success_stories_ZECs {
    gap: 2rem;
    padding: 2rem;
}.education_experience_OvfX .image_list_kmzT {
    height: 250px;
}.education_experience_OvfX .name {
    font-size: calc(20px - 1px);
}.education_experience_OvfX .success_stories_ZECs > div:nth-child(2) > div {
    font-size: calc(12px - 3px);
}.education_experience_OvfX .exp_flex_QxTl {
    padding: 1rem;
    font-size: calc(12px - 1px);
}}.course_structure_OXUj {
    overflow: hidden;
    background: linear-gradient(45deg, rgb(190,204,208) 0%, rgb(120,138,141,0.5) 50%, rgb(190,204,208) 100%);
    padding: 6rem 0;
    position: relative;
}.course_structure_OXUj::before {
    top: -10%;
    z-index: 1;
    right: -10%;
    border-radius: 50%;
    height: 70%;
    width: 70%;
    content: "";
    position: absolute;
    background: radial-gradient(circle, rgb(155,170,173,0.5) 0%, transparent 70%);
    animation: pulseGlow 15s ease-in-out infinite;
    opacity: 0.4;
}.course_structure_OXUj::after {
    background: radial-gradient(circle, rgb(120,138,141,0.5) 0%, transparent 70%);
    bottom: -5%;
    left: -5%;
    height: 50%;
    animation: pulseGlow 12s ease-in-out infinite reverse;
    content: "";
    width: 50%;
    border-radius: 50%;
    opacity: 0.3;
    z-index: 1;
    position: absolute;
}@keyframes pulseGlow {
    0% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 0.3;
    }
}

.course_structure_OXUj .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 2;
    padding: 0 2rem;
}.course_structure_OXUj .exp_years_avYg {
    grid-template-columns: 1.2fr 0.8fr;
    display: grid;
    gap: 3rem;
    transform-style: preserve-3d;
    transform: perspective(1000px) rotateY(-2deg);
    position: relative;
}.course_structure_OXUj .exp_years_avYg::before {
    height: calc(100% + 4rem);
    opacity: 0.05;
    top: -2rem;
    content: "";
    transform: translateZ(-10px);
    left: -2rem;
    border-radius: 14px;
    position: absolute;
    background: 
        repeating-linear-gradient(90deg, transparent, transparent 50px, rgb(155,170,173,0.5) 50px, rgb(155,170,173,0.5) 51px),
        repeating-linear-gradient(180deg, transparent, transparent 50px, rgb(155,170,173,0.5) 50px, rgb(155,170,173,0.5) 51px);
    z-index: -1;
    width: calc(100% + 4rem);
}.course_structure_OXUj .learn_map_aRpN {
    border-radius: 14px;
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.1),
        0 10px 20px -5px rgba(0, 0, 0, 0.04),
        inset 0 0 0 1px rgb(190,204,208);
    z-index: 3;
    padding: 3rem;
    clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 0% 100%);
    transform: translateZ(20px);
    background: #ffffff;
    position: relative;
}.course_structure_OXUj .learn_map_aRpN::before {
    opacity: 0.7;
    height: 100%;
    z-index: -1;
    background: linear-gradient(135deg, #ffffff 0%, transparent 100%);
    top: 0;
    border-radius: 14px;
    content: "";
    width: 100%;
    left: 0;
    position: absolute;
}.course_structure_OXUj .head_page_SRTx {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 2rem;
}.course_structure_OXUj .head_page_SRTx::before {
    content: "";
    background: rgb(155,170,173);
    height: 2px;
    transform: translateY(-50%);
    right: -20px;
    width: 40px;
    opacity: 0.6;
    top: 50%;
    position: absolute;
}.course_structure_OXUj .head_page_SRTx::after {
    background: linear-gradient(90deg, rgb(120,138,141) 0%, transparent 100%);
    width: 60px;
    border-radius: 10px;
    bottom: -10px;
    left: 0;
    position: absolute;
    height: 3px;
    content: "";
}.course_structure_OXUj .head_page_SRTx svg {
    width: auto;
    transition: all 0.3s ease;
    filter: drop-shadow(0 2px 4px rgb(155,170,173,0.5));
    height: 4rem;
}.course_structure_OXUj .head_page_SRTx svg:hover {
    transform: translateY(-2px) scale(1.03);
    filter: drop-shadow(0 6px 12px rgb(155,170,173,0.5));
}.course_structure_OXUj .head_page_SRTx svg path {
    transition: fill 0.3s ease;
    fill: rgb(155,170,173);
}.course_structure_OXUj .head_page_SRTx svg:hover path {
    fill: rgb(120,138,141);
}.course_structure_OXUj h3 {
    transform: translateZ(5px);
    background-clip: text !important;
    margin-bottom: 1.5rem;
    background: linear-gradient(to right, #000000 0%, rgb(155,170,173) 100%);
    display: inline-block;
    color: transparent;
    position: relative;
    font-weight: 700;
    font-size: 36px;
    -webkit-background-clip: text !important;
}.course_structure_OXUj h3::after {
    left: 0;
    content: "";
    position: absolute;
    transition: width 0.3s ease;
    width: 30px;
    bottom: -8px;
    border-radius: 10px;
    height: 3px;
    background: rgb(155,170,173);
}.course_structure_OXUj .learn_map_aRpN:hover h3::after {
    width: 80px;
}.course_structure_OXUj p {
    line-height: 1.7;
    z-index: 2;
    transform: translateZ(10px);
    margin-bottom: 1rem;
    font-size: 12px;
    position: relative;
    color: #000000;
}.course_structure_OXUj .image_list_kmzT {
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 2;
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.1),
        -20px -20px 60px rgba(255, 255, 255, 0.1),
        inset 0 0 0 1px rgba(255, 255, 255, 0.3);
    animation: floatAnimation 6s ease-in-out infinite;
    overflow: hidden;
    height: 100%;
    min-height: 400px;
    transform: translateZ(30px) rotate(3deg);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    height: 450px;
    position: relative;
}@keyframes floatAnimation {
    0% {
        transform: translateZ(30px) rotate(3deg) translateY(0);
    }
    50% {
        transform: translateZ(30px) rotate(3deg) translateY(-10px);
    }
    100% {
        transform: translateZ(30px) rotate(3deg) translateY(0);
    }
}

.course_structure_OXUj .image_list_kmzT::before {
    left: 0;
    height: 100%;
    mix-blend-mode: soft-light;
    opacity: 0.5;
    width: 100%;
    z-index: 1;
    position: absolute;
    transition: all 0.5s ease;
    background: linear-gradient(
        45deg,
        transparent 0%,
        transparent 40%,
        rgb(155,170,173,0.5) 100%
    );
    top: 0;
    content: "";
}.course_structure_OXUj .image_list_kmzT::after {
    content: "";
    position: absolute;
    left: 0;
    opacity: 0.3;
    background: linear-gradient(
        to top,
        rgb(155,170,173,0.5) 0%,
        transparent 100%
    );
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 50%;
}.course_structure_OXUj .exp_years_avYg:hover .image_list_kmzT {
    transform: translateZ(40px) rotate(1deg) scale(1.03);
    border-radius: 60% 40% 60% 40% / 40% 60% 40% 60%;
    box-shadow: 
        25px 25px 70px rgba(0, 0, 0, 0.15),
        -25px -25px 70px rgba(255, 255, 255, 0.15),
        inset 0 0 0 1px rgba(255, 255, 255, 0.4);
}.course_structure_OXUj .exp_years_avYg:hover .image_list_kmzT::before {
    background: linear-gradient(
        45deg,
        transparent 0%,
        rgb(120,138,141,0.5) 40%,
        rgb(155,170,173,0.5) 100%
    );
    opacity: 0.7;
}

@media (max-width: 1024px) {.course_structure_OXUj {
    padding: 5rem 0;
}.course_structure_OXUj .exp_years_avYg {
    transform: perspective(1000px) rotateY(0deg);
    grid-template-columns: 1fr;
    gap: 2rem;
}.course_structure_OXUj .learn_map_aRpN {
    padding: 2.5rem;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}.course_structure_OXUj .image_list_kmzT {
    border-radius: 20% 80% 20% 80% / 80% 20% 80% 20%;
    transform: translateZ(20px) rotate(0deg);
    min-height: 350px;
}.course_structure_OXUj .exp_years_avYg:hover .image_list_kmzT {
    transform: translateZ(30px) scale(1.02);
}
}

@media (max-width: 768px) {.course_structure_OXUj {
    padding: 4rem 0;
}.course_structure_OXUj .exp_years_avYg::before {
    left: -1.5rem;
    top: -1.5rem;
    width: calc(100% + 3rem);
    height: calc(100% + 3rem);
}.course_structure_OXUj .learn_map_aRpN {
    padding: 2rem;
}.course_structure_OXUj .head_page_SRTx svg {
    height: 3.5rem;
}.course_structure_OXUj h3 {
    font-size: calc(36px * 0.9);
}.course_structure_OXUj .image_list_kmzT {
    min-height: 300px;
}
}

@media (max-width: 576px) {.course_structure_OXUj {
    padding: 3rem 0;
}.course_structure_OXUj .exp_years_avYg::before {
    display: none;
}.course_structure_OXUj .learn_map_aRpN {
    padding: 1.5rem;
}.course_structure_OXUj .head_page_SRTx svg {
    height: 3rem;
}.course_structure_OXUj .head_page_SRTx::before {
    width: 20px;
    right: -10px;
}.course_structure_OXUj h3 {
    margin-bottom: 1rem;
    font-size: calc(36px * 0.8);
}.course_structure_OXUj p {
    font-size: calc(12px * 0.9);
}.course_structure_OXUj .image_list_kmzT {
    border-radius: 10% 90% 10% 90% / 90% 10% 90% 10%;
    min-height: 250px;
}}footer {
    width: 100%;
    position: relative;
}footer .patent_info_75rW {
    font-family: Arial, sans-serif;
    background:rgb(120,138,141);
    padding: 250px 0 30px;
    color: #ffffff;
    position: relative;
}footer .patent_info_75rW::before {
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(155,170,173) 25%, rgb(120,138,141) 25%, rgb(120,138,141) 50%, rgb(155,170,173) 50%, rgb(155,170,173) 75%, rgb(120,138,141) 75%);
    left: 0;
    height: 20px;
    top: 0;
    width: 100%;
}footer .report_abuse_YVp5 {
    z-index: 1;
    position: relative;
}footer .info_request_QUBs {
    display: flex;
    overflow: hidden;
    border-radius: 21px;
    padding: 0;
    background-color: #ffffff;
    position: absolute;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 50px;
    top: -120px;
    right: 0;
    left: 0;
}footer .info_item {
    position: relative;
    justify-content: flex-start;
    display: flex;
    transition: all 0.3s ease;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    flex: 1 1 250px;
    padding: 25px;
    align-items: center;
}footer .info_item:last-child {
    border-right: none;
}footer .info_item::after {
    content: "";
    transition: width 0.3s ease;
    background-color: rgb(155,170,173);
    left: 0;
    position: absolute;
    bottom: 0;
    height: 3px;
    width: 0;
}footer .info_item:hover::after {
    width: 100%;
}footer .info_item svg {
    margin-right: 15px;
    width: 22px;
    fill: rgb(155,170,173);
    height: 22px;
    flex-shrink: 0;
}footer .info_item p,
footer .info_item a {
    color: #000000;
    text-decoration: none;
    font-size: 12px;
    transition: all 0.3s ease;
}footer .info_item a:hover {
    color: rgb(155,170,173);
}footer .text_main_holder {
    margin-top: 100px;
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr;
}footer .head_page_SRTx {
    position: relative;
    padding: 0 25px;
}footer .head_page_SRTx svg {
    width: auto;
    margin-bottom: 20px;
    filter: brightness(0) invert(1);
    height: 45px;
}footer .equity_info_hEYg {
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
    max-width: 350px;
    font-size: 13px;
}footer .nav_train_7ay4 {
    position: relative;
    padding: 0 25px;
}footer .nav_train_7ay4 h5 {
    margin-bottom: 25px;
    position: relative;
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
}footer .nav_train_7ay4 h5::after {
    bottom: -2px;
    background-color: rgb(155,170,173);
    position: absolute;
    left: 0;
    height: 2px;
    width: 60px;
    content: "";
}footer .nav_sitebar_5yRa {
    flex-wrap: wrap;
    display: flex;
    margin-bottom: 20px;
}footer .nav_sitebar_5yRa a {
    text-decoration: none;
    border-radius: 20px;
    padding: 8px 16px;
    font-size: 12px;
    transition: all 0.3s ease;
    color: rgba(255, 255, 255, 0.8);
    margin: 5px 8px 5px 0;
    background-color: rgba(255, 255, 255, 0.05);
}footer .nav_sitebar_5yRa a:hover {
    background-color: rgb(155,170,173);
    color: #ffffff;
    transform: translateY(-3px);
}footer .subscribe_holder {
    border-radius: 21px;
    position: relative;
    padding: 30px 25px;
    background-color: rgb(120,138,141,0.5);
}footer .subscribe_holder h5 {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 22px;
    color: #ffffff;
}footer .subscribe_holder p {
    line-height: 1.6;
    font-size: 12px;
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.8);
}footer .input_holder {
    display: flex;
    gap: 15px;
    position: relative;
    flex-direction: column;
}footer .input_holder::before {
    height: 50px;
    width: 50px;
    content: "";
    z-index: -1;
    background-color: rgb(155,170,173);
    right: -10px;
    position: absolute;
    top: -10px;
    opacity: 0.1;
    border-radius: 50%;
}footer .input_holder::after {
    height: 70px;
    left: -10px;
    opacity: 0.1;
    border-radius: 50%;
    position: absolute;
    background-color: rgb(120,138,141);
    content: "";
    bottom: -20px;
    z-index: -1;
    width: 70px;
}footer .input_holder input[type="email"] {
    transition: all 0.3s ease;
    border-radius: 10px;
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.9);
    border: none;
    font-size: 12px;
    color: rgb(120,138,141);
}footer .input_holder input[type="email"]:focus {
    outline: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}footer .input_holder input[type="email"]::placeholder {
    opacity: 0.6;
    color: #000000;
}footer .subscribe_box_PEB9 {
    border-radius: 10px;
    overflow: hidden;
    padding: 15px;
    cursor: pointer;
    font-weight: 600;
    background-color: rgb(155,170,173);
    font-size: 15px;
    border: none;
    position: relative;
    transition: all 0.3s ease;
    color: #ffffff;
}footer .subscribe_box_PEB9::before {
    position: absolute;
    content: "";
    height: 100%;
    transition: left 0.7s ease;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    left: -100%;
    top: 0;
    width: 100%;
}footer .subscribe_box_PEB9:hover {
    background-color: rgb(120,138,141);
}footer .subscribe_box_PEB9:hover::before {
    left: 100%;
}footer .template_cta_wBK0 {
    padding-top: 20px;
    text-align: center;
    border-top: 1px dashed rgba(255, 255, 255, 0.1);
    margin-top: 50px;
}footer .ar_tools_nFsq {
    color: rgba(255, 255, 255, 0.6);
    font-size: 13px;
}

@media (min-width: 768px) {footer .patent_info_75rW {
    padding-top: 60px;
}footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .subscribe_box_PEB9 {
    white-space: nowrap;
}
}

@media (max-width: 991px) {footer .info_request_QUBs {
    position: relative;
    top: 0;
    margin-bottom: 80px;
}footer .patent_info_75rW {
    padding: 120px 0 30px;
}footer .text_main_holder {
    margin-top: 40px;
}
}

@media (max-width: 767px) {footer .info_item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-right: none;
}footer .info_item:last-child {
    border-bottom: none;
}footer .nav_train_7ay4, footer .subscribe_holder, footer .head_page_SRTx {
    padding: 20px;
}footer .template_cta_wBK0 {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .nav_train_7ay4 h5, footer .subscribe_holder h5 {
    font-size: calc(22px - 2px);
    margin-bottom: 20px;
}footer .nav_sitebar_5yRa a {
    padding: 6px 12px;
    font-size: calc(12px - 1px);
}footer .input_holder input[type="email"],
    footer .subscribe_box_PEB9 {
    padding: 12px;
}}.learning_outcomes_qVNY {
    padding: 70px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(110deg, rgb(190,204,208) 0%, #ffffff 100%);
    font-family: Arial, sans-serif;
}.learning_outcomes_qVNY::before {
    height: 400px;
    right: 0;
    transform: translate(30%, -30%);
    position: absolute;
    background: radial-gradient(circle, rgb(155,170,173,0.5) 0%, transparent 70%);
    animation: float 15s ease-in-out infinite alternate;
    top: 0;
    opacity: 0.4;
    content: "";
    filter: blur(60px);
    width: 400px;
}.learning_outcomes_qVNY::after {
    transform: translate(-30%, 30%);
    filter: blur(60px);
    bottom: 0;
    height: 400px;
    left: 0;
    animation: float 20s ease-in-out infinite alternate-reverse;
    opacity: 0.4;
    width: 400px;
    background: radial-gradient(circle, rgb(120,138,141,0.5) 0%, transparent 70%);
    position: absolute;
    content: "";
}@keyframes float {
  0% {
    transform: translate(-30%, 30%) scale(1);
    opacity: 0.3;
  }
  100% {
    transform: translate(-20%, 20%) scale(1.1);
    opacity: 0.5;
  }
}

.learning_outcomes_qVNY .container {
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 1;
}.learning_outcomes_qVNY .exp_years_avYg {
    position: relative;
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 30px;
}.learning_outcomes_qVNY .image_list_kmzT {
    transform: rotate(-1deg);
    width: 100%;
    position: relative;
    box-shadow: 
    15px 15px 30px rgba(0, 0, 0, 0.1),
    -5px -5px 20px rgba(255, 255, 255, 0.6);
    z-index: 1;
    height: auto;
    border-radius: 15px;
    object-fit: cover;
    max-height: 400px;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.learning_outcomes_qVNY .image_list_kmzT:hover {
    box-shadow: 
    20px 20px 40px rgba(0, 0, 0, 0.15),
    -8px -8px 25px rgba(255, 255, 255, 0.8);
    transform: rotate(0) scale(1.02);
}.learning_outcomes_qVNY .text_area_wrap_sdjf {
    box-shadow: 
    10px 10px 30px rgba(0, 0, 0, 0.08),
    -5px -5px 20px rgba(255, 255, 255, 0.6);
    position: relative;
    z-index: 2;
    transform: translateY(10px);
    border-radius: 15px;
    padding: 30px 25px;
    background: #ffffff;
}.learning_outcomes_qVNY .text_area_wrap_sdjf::before {
    top: -5px;
    left: -5px;
    filter: blur(10px);
    right: -5px;
    opacity: 0.3;
    content: "";
    bottom: -5px;
    position: absolute;
    border-radius: 20px;
    z-index: -1;
    background: linear-gradient(135deg, rgb(155,170,173,0.5), rgb(120,138,141,0.5));
}.learning_outcomes_qVNY h3 {
    margin-bottom: 25px;
    border-bottom: 2px dashed rgb(155,170,173,0.5);
    position: relative;
    color: rgb(155,170,173);
    font-weight: 700;
    padding-bottom: 10px;
    font-size: 37px;
}.learning_outcomes_qVNY h3::after {
    width: 30px;
    border-radius: 50%;
    position: absolute;
    top: -15px;
    opacity: 0.3;
    content: "";
    z-index: -1;
    right: -15px;
    height: 30px;
    background: rgb(120,138,141,0.5);
}.learning_outcomes_qVNY ul {
    list-style: none;
    margin: 0;
    padding: 0;
}.learning_outcomes_qVNY li {
    position: relative;
    margin-bottom: 15px;
    transition: all 0.3s ease;
    transform: translateX(0);
}.learning_outcomes_qVNY li:last-child {
    margin-bottom: 0;
}.learning_outcomes_qVNY li::before {
    position: absolute;
    top: 0;
    background: linear-gradient(to bottom, rgb(155,170,173), rgb(120,138,141));
    left: -10px;
    content: "";
    width: 3px;
    height: 0;
    transition: height 0.3s ease;
    border-radius: 3px;
}.learning_outcomes_qVNY li:hover {
    transform: translateX(8px);
}.learning_outcomes_qVNY li:hover::before {
    height: 100%;
}.learning_outcomes_qVNY li p {
    border-radius: 10px;
    display: flex;
    color: #000000;
    margin: 0;
    box-shadow: 
    3px 3px 10px rgba(0, 0, 0, 0.03),
    -2px -2px 5px rgba(255, 255, 255, 0.8);
    padding: 10px 12px;
    gap: 12px;
    font-size: 14px;
    align-items: center;
    transition: all 0.3s ease;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.4));
}.learning_outcomes_qVNY li:hover p {
    box-shadow: 
    5px 5px 15px rgba(0, 0, 0, 0.05),
    -3px -3px 8px rgba(255, 255, 255, 1);
}.learning_outcomes_qVNY svg {
    transition: all 0.3s ease;
    height: 20px;
    flex-shrink: 0;
    border: 1px solid rgb(155,170,173,0.5);
    border-radius: 10px;
    width: 20px;
    background: #ffffff;
    padding: 8px;
}.learning_outcomes_qVNY svg path {
    transition: fill 0.3s ease;
    fill: rgb(155,170,173);
}.learning_outcomes_qVNY li:hover svg {
    background: linear-gradient(135deg, rgb(155,170,173), rgb(120,138,141));
    border-color: transparent;
    transform: rotate(10deg);
}.learning_outcomes_qVNY li:hover svg path {
    fill: #ffffff;
}

@media (max-width: 992px) {.learning_outcomes_qVNY {
    padding: 60px 0;
}.learning_outcomes_qVNY .exp_years_avYg {
    grid-template-columns: 1fr;
    gap: 20px;
}.learning_outcomes_qVNY .image_list_kmzT {
    object-fit: cover;
    width: 100%;
    transform: rotate(0);
    max-height: 350px;
}.learning_outcomes_qVNY .text_area_wrap_sdjf {
    transform: translateY(0);
}
}

@media (max-width: 768px) {.learning_outcomes_qVNY {
    padding: 50px 0;
}.learning_outcomes_qVNY .image_list_kmzT {
    max-height: 280px;
}.learning_outcomes_qVNY h3 {
    font-size: calc(37px * 0.9);
}
}

@media (max-width: 576px) {.learning_outcomes_qVNY {
    padding: 40px 0;
}.learning_outcomes_qVNY .image_list_kmzT {
    max-height: 220px;
}.learning_outcomes_qVNY .text_area_wrap_sdjf {
    padding: 20px 15px;
}.learning_outcomes_qVNY h3 {
    font-size: calc(37px * 0.85);
    margin-bottom: 20px;
}.learning_outcomes_qVNY li {
    margin-bottom: 12px;
}.learning_outcomes_qVNY li p {
    gap: 10px;
    font-size: calc(14px * 0.95);
    padding: 8px 10px;
}.learning_outcomes_qVNY svg {
    height: 18px;
    padding: 6px;
    width: 18px;
}}.opening_page_Hr2q {
    overflow: hidden;
    position: relative;
    display: flex;
    padding: 80px 20px;
    min-height: 100vh;
    justify-content: center;
    background: linear-gradient(135deg, rgb(190,204,208) 0%, rgba(0, 0, 0, 0.5) 100%);
    align-items: center;
}.opening_page_Hr2q::before {
    content: "";
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0.05;
    left: 0;
    position: absolute;
    top: 0;
    background-image: 
    radial-gradient(circle at 20% 30%, rgb(155,170,173,0.5) 0%, transparent 70%),
    radial-gradient(circle at 80% 70%, rgb(120,138,141,0.5) 0%, transparent 70%);
}.opening_page_Hr2q::after {
    position: absolute;
    opacity: 0.03;
    left: 0;
    content: "";
    top: 0;
    height: 100%;
    background-image: repeating-linear-gradient(
    45deg,
    rgb(155,170,173) 0,
    rgb(155,170,173) 1px,
    transparent 1px,
    transparent 20px
  );
    width: 100%;
    z-index: 1;
}.opening_page_Hr2q > div {
    gap: 60px;
    z-index: 2;
    width: 100%;
    transition: transform 0.5s ease;
    position: relative;
    display: flex;
    max-width: 1200px;
    flex-direction: column;
    transform: perspective(1000px) rotateX(2deg);
}.opening_page_Hr2q > div:hover {
    transform: perspective(1000px) rotateX(0deg);
}.opening_page_Hr2q > div > div:first-child {
    text-align: left;
    animation: slideIn 0.8s ease-out forwards;
    padding-left: 5%;
}.opening_page_Hr2q .learning_main_Oo5d {
    transform: translateY(0);
    font-weight: 700;
    font-size: calc(41px * 1.2);
    margin-bottom: 25px;
    position: relative;
    color: rgb(155,170,173);
    transition: transform 0.4s ease;
    letter-spacing: 0.5px;
    line-height: 1.3;
}.opening_page_Hr2q .learning_main_Oo5d::after {
    content: "";
    height: 4px;
    animation: expandLine 0.6s 0.8s forwards ease-out;
    width: 80px;
    transform: scaleX(0);
    left: 0;
    bottom: -10px;
    transform-origin: left;
    position: absolute;
    background: linear-gradient(90deg, rgb(155,170,173) 0%, rgb(120,138,141) 100%);
}.opening_page_Hr2q .learning_main_Oo5d:hover {
    transform: translateY(-5px);
}.opening_page_Hr2q p {
    font-size: calc(15px * 1.1);
    max-width: 85%;
    opacity: 0;
    margin-top: 15px;
    position: relative;
    color: #000000;
    animation: fadeIn 1s 0.4s forwards;
    line-height: 1.7;
    font-weight: 400;
}.opening_page_Hr2q .edu_trackfast_lmGz {
    position: relative;
    transform: translateY(30px);
    animation: riseUp 0.8s 0.6s forwards ease-out;
    margin-top: 20px;
    width: 100%;
    opacity: 0;
}.opening_page_Hr2q .knowledge_growth_mEJZ {
    overflow: hidden;
    align-items: flex-end;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    width: 100%;
    display: flex;
    position: relative;
    min-height: 380px;
}.opening_page_Hr2q .knowledge_growth_mEJZ::before {
    opacity: 0.8;
    width: 100%;
    left: 0;
    position: absolute;
    content: "";
    transition: opacity 0.4s ease;
    z-index: 1;
    height: 100%;
    background: linear-gradient(to bottom, transparent 40%, #000000 100%);
    top: 0;
}.opening_page_Hr2q .knowledge_growth_mEJZ:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.15);
}.opening_page_Hr2q .knowledge_growth_mEJZ:hover::before {
    opacity: 0.7;
}.opening_page_Hr2q .knowledge_growth_mEJZ span {
    position: relative;
    z-index: 2;
    padding: 30px;
    width: 100%;
}.opening_page_Hr2q .knowledge_growth_mEJZ h3 {
    transition: transform 0.4s ease;
    line-height: 1.5;
    transform: translateY(10px);
    margin: 0;
    color: #ffffff;
    font-weight: 600;
    font-size: calc(24px * 1.1);
    position: relative;
}.opening_page_Hr2q .knowledge_growth_mEJZ:hover h3 {
    transform: translateY(0);
}

@keyframes slideIn {
  from {
    transform: translateX(-40px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

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

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

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

@media (min-width: 768px) {.opening_page_Hr2q > div {
    flex-direction: row;
    align-items: center;
}.opening_page_Hr2q > div > div:first-child {
    flex: 1;
    padding-right: 5%;
}.opening_page_Hr2q .edu_trackfast_lmGz {
    flex: 1.2;
    margin-top: 0;
}.opening_page_Hr2q .learning_main_Oo5d {
    font-size: calc(41px * 1.4);
}.opening_page_Hr2q .knowledge_growth_mEJZ {
    min-height: 450px;
}
}

@media (max-width: 767px) {.opening_page_Hr2q {
    padding: 60px 15px;
}.opening_page_Hr2q > div {
    gap: 40px;
}.opening_page_Hr2q .learning_main_Oo5d {
    font-size: calc(41px * 1.1);
}.opening_page_Hr2q p {
    max-width: 100%;
    font-size: 15px;
}.opening_page_Hr2q .knowledge_growth_mEJZ h3 {
    font-size: 24px;
}
}

@media (max-width: 480px) {.opening_page_Hr2q {
    padding: 40px 15px;
}.opening_page_Hr2q > div {
    gap: 30px;
}.opening_page_Hr2q .learning_main_Oo5d {
    font-size: 35px;
}.opening_page_Hr2q .knowledge_growth_mEJZ {
    min-height: 320px;
}.opening_page_Hr2q .knowledge_growth_mEJZ span {
    padding: 20px;
}
}