﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}svg {
    width: 30px;
    height: 30px;
}.layer-containernpLy {
    min-height: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}header,footer {
    width: 100%;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1194px;
}a {
    text-decoration: none;
    color: inherit;
}html,body {
    min-height: 100%;
    font-family: Arial, sans-serif;
    scroll-behavior: auto;
    color: #000000;
    height: 100%;
}.netiquettea76e {
    flex: 0 0 auto;
}.site_infoADdl {
    flex: 1 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
footer {
    width: 100%;
    position: relative;
}footer .netiquettea76e {
    color: #ffffff;
    font-family: Arial, sans-serif;
    padding: 100px 0 30px;
    background-color: #2c3e50;
    position: relative;
}footer .netiquettea76e::before {
    background-image: linear-gradient(30deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%, transparent 50%, 
                      rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, transparent 75%, transparent);
    left: 0;
    position: absolute;
    background-size: 60px 60px;
    opacity: 0.1;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
}footer .faculty_infoAsac {
    z-index: 1;
    position: relative;
}footer .request_supportD4b2 {
    position: relative;
    gap: 15px;
    display: grid;
    margin: -70px auto 60px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}footer .info_item {
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    align-items: center;
    height: 100px;
    overflow: hidden;
    position: relative;
    display: flex;
    border-radius: 10px;
    padding: 0 20px;
    background-color: #ffffff;
}footer .info_item:nth-child(even) {
    transform: translateY(30px);
}footer .info_item::before {
    top: 25%;
    content: "";
    width: 6px;
    background-color: rgb(139,156,152);
    transition: height 0.3s ease, top 0.3s ease;
    height: 50%;
    position: absolute;
    left: 0;
}footer .info_item:hover {
    transform: translateY(0);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}footer .info_item:hover::before {
    height: 100%;
    top: 0;
}footer .info_item svg {
    position: relative;
    width: 22px;
    z-index: 1;
    flex-shrink: 0;
    margin-right: 15px;
    fill: rgb(139,156,152);
    height: 22px;
}footer .info_item p,
footer .info_item a {
    position: relative;
    color: #2c3e50;
    font-size: 18px;
    transition: all 0.3s ease;
    z-index: 1;
    text-decoration: none;
}footer .info_item a:hover {
    color: rgb(139,156,152);
}footer .text_main_holder {
    position: relative;
    gap: 30px;
    display: grid;
    grid-template-columns: 1fr;
}footer .main_learnOK9p, footer .subscribe_holder {
    transition: all 0.3s ease;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 11px;
    padding: 30px;
    position: relative;
}footer .main_learnOK9p:hover, footer .subscribe_holder:hover {
    background-color: rgba(255, 255, 255, 0.08);
}footer .header_learnGfRA {
    gap: 20px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}footer .main_learnOK9p svg {
    margin-bottom: 20px;
    filter: brightness(0) invert(1);
    width: auto;
    height: 45px;
}footer .hackathon9dRk {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
}footer .header_learnGfRA h5 {
    margin-bottom: 20px;
    font-size: 18px;
    grid-column: 1 / -1;
    color: #ffffff;
    font-weight: 600;
    position: relative;
    padding-bottom: 10px;
}footer .header_learnGfRA h5::after {
    bottom: 0;
    height: 2px;
    position: absolute;
    left: 0;
    width: 50px;
    content: "";
    background-color: rgb(139,156,152);
}footer .nav_coreKMkG {
    border-radius: 11px;
    transition: all 0.3s ease;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.05);
    height: 100%;
}footer .nav_coreKMkG:hover {
    background-color: rgba(255, 255, 255, 0.08);
    transform: translateY(-5px);
}footer .nav_coreKMkG a {
    position: relative;
    transition: all 0.3s ease;
    display: block;
    text-decoration: none;
    padding: 8px 0;
    color: rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    font-size: 18px;
}footer .nav_coreKMkG a:last-child {
    border-bottom: none;
}footer .nav_coreKMkG a::before {
    content: "→";
    transform: translateX(-10px);
    position: absolute;
    right: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    opacity: 0;
}footer .nav_coreKMkG a:hover {
    color: #ffffff;
    padding-left: 5px;
}footer .nav_coreKMkG a:hover::before {
    opacity: 1;
    transform: translateX(0);
}footer .subscribe_holder h5 {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 18px;
    position: relative;
    color: #ffffff;
    padding-bottom: 10px;
}footer .subscribe_holder h5::after {
    width: 50px;
    height: 2px;
    background-color: rgb(139,156,152);
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
}footer .subscribe_holder p {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    margin-bottom: 25px;
    font-size: 18px;
}footer .input_holder {
    gap: 15px;
    display: flex;
    flex-direction: column;
}footer .input_holder input[type="email"] {
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    padding: 15px;
    font-size: 18px;
    border-radius: 10px;
}footer .input_holder input[type="email"]:focus {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgb(139,156,152);
    outline: none;
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .email_signupQmgf {
    background-color: rgb(139,156,152);
    border-radius: 10px;
    cursor: pointer;
    border: none;
    color: #ffffff;
    font-size: 20px;
    transition: all 0.3s ease;
    font-weight: 600;
    padding: 15px;
}footer .email_signupQmgf:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background-color: rgb(105,122,118);
    transform: translateY(-3px);
}footer .trophy_caseY3RE {
    text-align: center;
    margin-top: 50px;
    position: relative;
}footer .quiz_linksPmvf {
    color: rgba(255, 255, 255, 0.6);
    font-size: 15px;
    padding: 8px 20px;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 30px;
    display: inline-block;
}

@media (min-width: 768px) {footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 2fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .email_signupQmgf {
    white-space: nowrap;
}
}

@media (max-width: 991px) {footer .info_item:nth-child(even) {
    transform: translateY(15px);
}footer .header_learnGfRA {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
}

@media (max-width: 767px) {footer .netiquettea76e {
    padding: 70px 0 30px;
}footer .request_supportD4b2 {
    margin-bottom: 40px;
    margin-top: 0;
}footer .info_item {
    padding: 15px 20px;
    height: auto;
}footer .info_item:nth-child(even) {
    transform: none;
}footer .main_learnOK9p, footer .subscribe_holder {
    padding: 25px 20px;
}footer .header_learnGfRA h5, footer .subscribe_holder h5 {
    margin-bottom: 15px;
}footer .trophy_caseY3RE {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .netiquettea76e {
    padding: 50px 0 20px;
}footer .nav_coreKMkG {
    padding: 15px;
}footer .header_learnGfRA h5, footer .subscribe_holder h5 {
    font-size: calc(18px - 2px);
}footer .input_holder input[type="email"],
    footer .email_signupQmgf {
    padding: 12px;
}}.privacyConsentPanelOwH5 {
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    bottom: 0;
    border-top: 3px solid rgb(139,156,152);
    z-index: 90;
    background: rgb(173,190,186);
    width: 100%;
    padding: 20px 0;
    position: fixed;
}.cookie_list73Dy {
    display: flex;
    padding: 0 20px;
    margin: auto;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
}#cookieWarningNoticeUg9D {
    display: none;
}#cookieWarningNoticeUg9D:checked ~ .privacyConsentPanelOwH5 {
    opacity: 0;
    visibility: hidden;
}.privacyConsentPanelOwH5 h5 {
    color: rgb(139,156,152);
    margin-bottom: 6px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 19px;
}.privacyConsentPanelOwH5 p {
    font-size: 14px;
    color: #000000;
    max-width: 500px;
}.privacy_learnD9fr {
    flex-shrink: 0;
    margin-right: 20px;
}.privacy_learnD9fr svg, .privacy_learnD9fr svg path {
    height: 80px;
    fill: rgb(139,156,152);
    width: 80px;
}.cookie_visitorqa0m {
    border: 2px solid transparent;
    font-size: 18px;
    border-radius: 10px;
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
    background: rgb(139,156,152);
    margin-left: 10px;
    min-width: 140px;
    padding: 12px 24px;
    text-transform: uppercase;
    text-align: center;
    flex-shrink: 0;
    transition: border 0.2s;
}.cookie_button.edu_trackjlCc {
    background: rgb(139,156,152);
}.cookie_button.cookie_updateszX7T {
    background: rgb(105,122,118);
}.cookie_visitorqa0m:hover {
    border: 2px solid #ffffff;
}.privacyConsentPanelOwH5 p a {
    text-decoration: underline;
    font-weight: 700;
    color: rgb(139,156,152);
}
@media only screen and (max-width: 1200px) {.cookie_list73Dy {
    padding: 0 10px;
}
}
@media only screen and (max-width: 800px) {.privacy_learnD9fr {
    display: none;
}.cookie_list73Dy {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}.privacyConsentPanelOwH5 h5, .privacyConsentPanelOwH5 p {
    text-align: center;
}.track_settingsJRsy {
    margin-bottom: 20px;
}.cookie_visitorqa0m {
    margin-top: 10px;
    max-width: 300px;
    width: 100%;
    margin-left: 0;
}}
.layer-containernpLy .privacyConsentPanelOwH5 {
    padding: 30px 0;
    background: rgb(105,122,118);
    border: none;
}.layer-containernpLy .cookie_visitorqa0m {
    border: none;
    background: rgb(139,156,152);
    color: #ffffff;
    font-weight: 600;
    border-radius: 10px;
    margin-left: 0;
    font-size: 18px;
}.layer-containernpLy .track_settingsJRsy h5, .layer-containernpLy .track_settingsJRsy p {
    color: #ffffff;
}.privacy_reservoir30Bt {
    background-color: rgb(139,156,152);
    display: flex;
    padding: 50px;
    flex-direction: column;
    font-family: Arial, sans-serif;
    color: #000000;
    gap: 30px;
    border: 1px solid rgb(139,156,152);
    margin-bottom: 20px;
}.privacy_reservoir30Bt h1 {
    color: rgb(139,156,152);
    padding-bottom: 10px;
    font-size: 48px;
    margin-bottom: 20px;
    border-bottom: 3px solid rgb(105,122,118);
    font-weight: 700;
    letter-spacing: 2px;
}.privacy_reservoir30Bt h2 {
    border-bottom: 2px solid rgb(139,156,152);
    font-size: 38px;
    margin-bottom: 15px;
    color: rgb(105,122,118);
    font-weight: 600;
    padding-bottom: 5px;
    letter-spacing: 1.5px;
}.privacy_reservoir30Bt h3, .privacy_reservoir30Bt h4, .privacy_reservoir30Bt h5, .privacy_reservoir30Bt h6 {
    margin: 10px 0;
}.privacy_reservoir30Bt ul,
.privacy_reservoir30Bt ol {
    margin: 20px 0;
    list-style-position: inside;
    padding: 0 20px;
}.privacy_reservoir30Bt ul {
    list-style-type: square;
}.privacy_reservoir30Bt ol {
    list-style-type: decimal;
}.privacy_reservoir30Bt li {
    border-bottom: 1px solid rgb(139,156,152,0.5);
    color: #000000;
    font-size: 16px;
    padding-bottom: 5px;
    margin-bottom: 10px;
}.privacy_reservoir30Bt p {
    color: #000000;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
}.privacy_reservoir30Bt > div {
    padding: 20px;
    border: 1px solid rgb(139,156,152,0.5);
    border-radius: 10px;
    background-color: rgb(173,190,186);
}.privacy_reservoir30Bt span {
    color: rgb(105,122,118);
    font-weight: 600;
}
@media only screen and (max-width: 800px) {.privacy_reservoir30Bt {
    gap: 20px;
    padding: 30px;
}.privacy_reservoir30Bt h1 {
    font-size: calc(21px * 0.8);
}.privacy_reservoir30Bt h2 {
    font-size: calc(21px * 0.8);
}.privacy_reservoir30Bt ul,
    .privacy_reservoir30Bt ol {
    padding-left: 15px;
}.privacy_reservoir30Bt > div {
    padding: 15px;
}}.contact_us6oSK {
    background: #000000;
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}.contact_us6oSK::before {
    content: '';
    position: absolute;
    opacity: 0.2;
    background: 
        radial-gradient(circle at 10% 20%, rgb(139,156,152,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 80%, rgb(105,122,118,0.5) 0%, transparent 40%);
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
}.contact_us6oSK::after {
    position: absolute;
    z-index: 1;
    height: 100%;
    left: 0;
    opacity: 0.1;
    top: 0;
    width: 100%;
    background: 
        linear-gradient(90deg, transparent 95%, rgb(139,156,152,0.5) 95.5%, transparent 96%),
        linear-gradient(0deg, transparent 95%, rgb(105,122,118,0.5) 95.5%, transparent 96%);
    content: '';
    background-size: 20px 20px;
}.contact_us6oSK .pic_wrap_itemgC0Y {
    position: absolute;
    opacity: 0.7;
    z-index: 1;
    width: 50%;
    top: 0;
    height: 100%;
    left: 0;
}.contact_us6oSK .pic_wrap_itemgC0Y::before {
    background: linear-gradient(to right, #000000 0%, transparent 50%, #000000 100%);
    width: 100%;
    height: 100%;
    right: 0;
    position: absolute;
    content: '';
    top: 0;
}.contact_us6oSK .pic_wrap_itemgC0Y::after {
    width: 100%;
    content: '';
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
}.contact_us6oSK .container {
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 2;
}.contact_us6oSK h3 {
    text-shadow: 
        0 0 5px rgb(139,156,152),
        0 0 10px rgb(139,156,152),
        0 0 15px rgb(139,156,152);
    font-family: Arial, sans-serif;
    margin-bottom: 60px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 3px;
    font-size: 38px;
}.contact_us6oSK .reach_inquiry75vP {
    backdrop-filter: blur(10px);
    margin: 0 auto;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    background: rgba(30, 30, 30, 0.7);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 
        0 0 0 1px rgba(255, 255, 255, 0.1),
        0 0 30px rgba(0, 0, 0, 0.5),
        0 0 10px rgb(139,156,152,0.5),
        0 0 20px rgb(105,122,118,0.5);
    max-width: 1100px;
    overflow: hidden;
    display: flex;
}.contact_us6oSK .request_formTNk9 {
    padding: 50px;
    position: relative;
    flex: 3;
}.contact_us6oSK form h3 {
    text-align: left;
    margin-bottom: 30px;
    font-size: 23px;
    text-shadow: 0 0 5px rgb(139,156,152);
}.contact_us6oSK input[type="text"],
.contact_us6oSK textarea {
    background: rgba(0, 0, 0, 0.3);
    color: #ffffff;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    font-size: 14px;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    width: 100%;
    padding: 15px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(rgb(139,156,152,0.5), 0.3);
}.contact_us6oSK input[type="text"]:focus,
.contact_us6oSK textarea:focus {
    border-color: rgb(139,156,152);
    outline: none;
    box-shadow: 
        inset 0 0 5px rgba(0, 0, 0, 0.5),
        0 0 5px rgb(139,156,152,0.5);
}.contact_us6oSK input[type="text"]::placeholder,
.contact_us6oSK textarea::placeholder {
    color: rgba(255, 255, 255, 0.5);
}.contact_us6oSK textarea {
    resize: none;
    height: 140px;
}.contact_us6oSK .inquiry_paneluUBD {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
    position: relative;
}.contact_us6oSK .inquiry_paneluUBD input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact_us6oSK .inquiry_paneluUBD label {
    padding-left: 35px;
    line-height: 1.5;
    font-size: 12px;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.8);
    position: relative;
}.contact_us6oSK .inquiry_paneluUBD label::before {
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgb(139,156,152,0.5);
    width: 20px;
    transition: all 0.3s ease;
    top: 2px;
    height: 20px;
    border-radius: 10px;
    border: 1px solid rgb(139,156,152);
    position: absolute;
    content: '';
}.contact_us6oSK .inquiry_paneluUBD input[type="checkbox"]:checked + label::before {
    background: rgb(139,156,152);
    box-shadow: 0 0 8px rgb(139,156,152);
}.contact_us6oSK .inquiry_paneluUBD input[type="checkbox"]:checked + label::after {
    left: 7px;
    position: absolute;
    border-width: 0 2px 2px 0;
    width: 6px;
    content: '';
    top: 5px;
    border: solid #ffffff;
    height: 12px;
    transform: rotate(45deg);
}.contact_us6oSK .inquiry_paneluUBD a {
    color: rgb(139,156,152);
    text-decoration: none;
    text-shadow: 0 0 3px rgb(139,156,152);
    transition: all 0.3s ease;
}.contact_us6oSK .inquiry_paneluUBD a:hover {
    text-shadow: 0 0 5px rgb(105,122,118);
    color: rgb(105,122,118);
}.contact_us6oSK .inquiry_map8OFo {
    cursor: pointer;
    color: #ffffff;
    overflow: hidden;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    border-radius: 10px;
    background: rgb(139,156,152);
    text-transform: uppercase;
    font-weight: 600;
    border: none;
    position: relative;
    box-shadow: 0 0 15px rgb(139,156,152,0.5);
    padding: 15px 35px;
    letter-spacing: 1px;
    font-size: 18px;
}.contact_us6oSK .inquiry_map8OFo::before {
    height: 100%;
    transition: left 0.7s ease;
    width: 100%;
    content: '';
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    left: -100%;
    top: 0;
}.contact_us6oSK .inquiry_map8OFo:hover {
    box-shadow: 0 0 20px rgb(105,122,118);
    transform: translateY(-3px);
    background: rgb(105,122,118);
}.contact_us6oSK .inquiry_map8OFo:hover::before {
    left: 100%;
}.contact_us6oSK .message_box7bJS {
    flex-direction: column;
    backdrop-filter: blur(5px);
    position: relative;
    background: rgba(0, 0, 0, 0.4);
    padding: 50px;
    justify-content: center;
    flex: 2;
    display: flex;
}.contact_us6oSK .message_box7bJS::before {
    left: 0;
    background: linear-gradient(135deg, rgb(139,156,152,0.5) 0%, transparent 100%);
    opacity: 0.1;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
}.contact_us6oSK .message_box7bJS h4 {
    text-transform: uppercase;
    font-size: 23px;
    color: #ffffff;
    font-family: Arial, sans-serif;
    text-shadow: 0 0 5px rgb(139,156,152);
    font-weight: 600;
    letter-spacing: 2px;
    position: relative;
    margin-bottom: 30px;
}.contact_us6oSK .message_box7bJS h4::after {
    box-shadow: 0 0 5px rgb(139,156,152);
    content: '';
    width: 50px;
    position: absolute;
    left: 0;
    height: 2px;
    background: rgb(139,156,152);
    bottom: -10px;
}.contact_us6oSK .inquiry_helpIlRL {
    list-style: none;
    padding: 0;
    margin: 0;
}.contact_us6oSK .inquiry_helpIlRL li {
    transition: transform 0.3s ease;
    margin-bottom: 25px;
    align-items: flex-start;
    display: flex;
}.contact_us6oSK .inquiry_helpIlRL li:hover {
    transform: translateX(5px);
}.contact_us6oSK .inquiry_helpIlRL svg {
    margin-top: 2px;
    flex-shrink: 0;
    width: 24px;
    margin-right: 15px;
    height: 24px;
}.contact_us6oSK .inquiry_helpIlRL svg path {
    fill: rgb(139,156,152);
    filter: drop-shadow(0 0 3px rgb(139,156,152));
    transition: fill 0.3s ease;
}.contact_us6oSK .inquiry_helpIlRL li:hover svg path {
    filter: drop-shadow(0 0 5px rgb(105,122,118));
    fill: rgb(105,122,118);
}.contact_us6oSK .inquiry_helpIlRL span {
    line-height: 1.6;
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #ffffff;
}.contact_us6oSK .inquiry_helpIlRL a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: #ffffff;
}.contact_us6oSK .inquiry_helpIlRL a:hover {
    color: rgb(139,156,152);
    text-shadow: 0 0 5px rgb(139,156,152,0.5);
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(139,156,152,0.5);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

@media (max-width: 992px) {.contact_us6oSK .pic_wrap_itemgC0Y {
    width: 100%;
    height: 40%;
    opacity: 0.3;
}.contact_us6oSK .reach_inquiry75vP {
    max-width: 700px;
    flex-direction: column;
}.contact_us6oSK .request_formTNk9,
    .contact_us6oSK .message_box7bJS {
    width: 100%;
    padding: 40px;
}
}

@media (max-width: 768px) {.contact_us6oSK {
    padding: 80px 0;
}.contact_us6oSK h3 {
    font-size: calc(38px * 0.9);
    margin-bottom: 40px;
}.contact_us6oSK .request_formTNk9,
    .contact_us6oSK .message_box7bJS {
    padding: 30px;
}.contact_us6oSK form h3,
    .contact_us6oSK .message_box7bJS h4 {
    font-size: calc(23px * 0.9);
    margin-bottom: 25px;
}
}

@media (max-width: 576px) {.contact_us6oSK {
    padding: 60px 0;
}.contact_us6oSK h3 {
    font-size: calc(38px * 0.8);
    margin-bottom: 30px;
}.contact_us6oSK .request_formTNk9,
    .contact_us6oSK .message_box7bJS {
    padding: 25px 20px;
}.contact_us6oSK input[type="text"],
    .contact_us6oSK textarea {
    margin-bottom: 15px;
    padding: 12px;
}.contact_us6oSK .inquiry_map8OFo {
    padding: 12px;
    width: 100%;
}}.program_offeringsprN4 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #000000;
    position: relative;
    overflow: hidden;
    min-height: 100vh;
}.program_offeringsprN4 .online_learnLglr {
    top: 0;
    overflow: hidden;
    z-index: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
}.program_offeringsprN4 .training_flow0JaR {
    height: 100%;
    display: flex;
    animation: split-carousel 40s linear infinite;
    width: 500%;
}.program_offeringsprN4 .online_learnLglr:hover .training_flow0JaR {
    animation-play-state: paused;
}.program_offeringsprN4 .program_planLlMH {
    flex: 1;
    position: relative;
    overflow: hidden;
}.program_offeringsprN4 .program_planLlMH:nth-child(odd) {
    mask-image: linear-gradient(to right, transparent 0%, black 15%, black 85%, transparent 100%);
}.program_offeringsprN4 .program_planLlMH:nth-child(even) {
    mask-image: linear-gradient(to right, transparent 5%, black 20%, black 80%, transparent 95%);
}.program_offeringsprN4 .program_planLlMH img {
    filter: grayscale(0.3) contrast(1.2);
    width: 100%;
    transform: scale(1.1);
    object-fit: cover;
    height: 100%;
    transition: all 0.7s ease;
}.program_offeringsprN4 .program_planLlMH:hover img {
    transform: scale(1.05);
    filter: grayscale(0) contrast(1.3);
}.program_offeringsprN4 .container {
    max-width: 1200px;
    z-index: 10;
    margin: 0 auto;
    padding: 0 1rem;
    position: relative;
    width: 100%;
}.program_offeringsprN4 .learn_guideLXIk {
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
}.program_offeringsprN4 .education_mapTfiG {
    border: 1px solid rgb(139,156,152,0.5);
    background-color: rgba(0, 0, 0, 0.6);
    text-align: center;
    padding: 3rem;
    overflow: hidden;
    backdrop-filter: blur(10px);
    border-radius: 25px;
    max-width: 550px;
    position: relative;
}.program_offeringsprN4 .education_mapTfiG::before {
    width: 200%;
    z-index: -1;
    top: -50%;
    left: -50%;
    position: absolute;
    animation: rotate-background 20s linear infinite;
    height: 200%;
    background: conic-gradient(
        from 0deg at 50% 50%,
        transparent 0deg,
        rgb(139,156,152,0.5) 90deg,
        transparent 180deg,
        rgb(105,122,118,0.5) 270deg,
        transparent 360deg
    );
    content: "";
    opacity: 0.1;
}.program_offeringsprN4 .education_mapTfiG h3 {
    position: relative;
    letter-spacing: 1px;
    display: inline-block;
    font-weight: 700;
    font-size: 36px;
    color: #ffffff;
    margin-bottom: 1.5rem;
}.program_offeringsprN4 .education_mapTfiG h3::after {
    bottom: -10px;
    left: 50%;
    width: 80px;
    content: "";
    background: rgb(139,156,152);
    position: absolute;
    transform: translateX(-50%);
    height: 2px;
}.program_offeringsprN4 .education_mapTfiG p {
    line-height: 1.8;
    color: #ffffff;
    position: relative;
    font-size: 13px;
    margin-bottom: 2.5rem;
}.program_offeringsprN4 .education_mapTfiG .inquiry_map8OFo {
    z-index: 1;
    font-weight: 600;
    color: #ffffff;
    display: inline-block;
    overflow: hidden;
    position: relative;
    border: 2px solid rgb(139,156,152);
    padding: 0.9rem 2.5rem;
    font-size: 16px;
    text-decoration: none;
    border-radius: 10px;
    background-color: transparent;
    transition: all 0.4s ease;
}.program_offeringsprN4 .education_mapTfiG .inquiry_map8OFo::before {
    height: 0;
    content: "";
    top: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    transition: width 0.6s ease, height 0.6s ease;
    background-color: rgb(139,156,152);
    width: 0;
    z-index: -1;
    left: 50%;
}.program_offeringsprN4 .education_mapTfiG .inquiry_map8OFo:hover {
    color: #000000;
}.program_offeringsprN4 .education_mapTfiG .inquiry_map8OFo:hover::before {
    height: 300%;
    width: 300%;
}

@keyframes split-carousel {
    0%, 18% {
        transform: translateX(0);
    }
    23%, 41% {
        transform: translateX(-20%);
    }
    46%, 64% {
        transform: translateX(-40%);
    }
    69%, 87% {
        transform: translateX(-60%);
    }
    92%, 100% {
        transform: translateX(-80%);
    }
}

@keyframes rotate-background {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 1200px) {.program_offeringsprN4 .education_mapTfiG {
    padding: 2.5rem;
    max-width: 500px;
}
}

@media (max-width: 768px) {.program_offeringsprN4 {
    min-height: 100vh;
}.program_offeringsprN4 .training_flow0JaR {
    animation-duration: 30s;
}.program_offeringsprN4 .education_mapTfiG {
    max-width: 90%;
    padding: 2rem;
}.program_offeringsprN4 .education_mapTfiG h3 {
    font-size: calc(36px * 0.85);
}.program_offeringsprN4 .program_planLlMH::after {
    background: linear-gradient(to bottom, 
            #000000 0%, 
            transparent 30%, 
            transparent 70%, 
            #000000 100%
        );
}

}

@media (max-width: 576px) {.program_offeringsprN4 .container {
    padding: 0 1rem;
}.program_offeringsprN4 .education_mapTfiG {
    padding: 1.5rem;
    max-width: 100%;
}.program_offeringsprN4 .education_mapTfiG h3 {
    font-size: calc(36px * 0.7);
}.program_offeringsprN4 .education_mapTfiG .inquiry_map8OFo {
    display: block;
    width: 100%;
    padding: 0.8rem 1.5rem;
}.program_offeringsprN4 .program_planLlMH img {
    filter: grayscale(0.2) contrast(1.1);
}
}

@media (min-width: 1800px) {.program_offeringsprN4 .education_mapTfiG {
    padding: 3.5rem;
    max-width: 650px;
}.program_offeringsprN4 .education_mapTfiG h3 {
    font-size: calc(36px * 1.2);
}.program_offeringsprN4 .education_mapTfiG p {
    font-size: calc(13px * 1.1);
}.program_offeringsprN4 .education_mapTfiG .inquiry_map8OFo {
    padding: 1rem 3rem;
}}.tariff_boxeo5n {
    overflow: hidden;
    position: relative;
    padding: 120px 0 100px;
}.tariff_boxeo5n::before {
    bottom: 0;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    content: "";
    top: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 100%);
}.tariff_boxeo5n .container {
    position: relative;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    padding: 0 20px;
}.tariff_boxeo5n .payment_planslKbB {
    transform-style: preserve-3d;
    perspective: 1000px;
}.tariff_boxeo5n h2 {
    text-shadow: 0 2px 10px rgba(0,0,0,0.2);
    position: relative;
    letter-spacing: 1px;
    color: #ffffff;
    font-size: 38px;
    text-align: center;
    transform: translateZ(20px);
    font-weight: 700;
    margin-bottom: 20px;
}.tariff_boxeo5n .pricing_dealsnXaP {
    font-size: calc(12px * 1.1);
    text-align: center;
    transform: translateZ(15px);
    position: relative;
    line-height: 1.6;
    max-width: 700px;
    margin: 0 auto 50px;
    color: rgb(255, 255, 255, 0.5);
}.tariff_boxeo5n .study_feesgd9T {
    gap: 30px;
    display: grid;
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding: 0;
    margin: 0;
}.tariff_boxeo5n .study_feesgd9T li {
    perspective: 800px;
    transform-style: preserve-3d;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}.tariff_boxeo5n .qtr_costdLP2 {
    transform: translateZ(0);
    display: block;
    height: 100%;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    text-decoration: none;
}.tariff_boxeo5n .value_dealsmDS1 {
    backdrop-filter: blur(10px);
    height: 100%;
    border-radius: 4px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    padding: 40px 30px;
    transform: translateZ(0);
    background: linear-gradient(135deg, 
        rgba(255,255,255,0.1) 0%, 
        rgba(255,255,255,0.03) 100%);
    position: relative;
    overflow: hidden;
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.2),
        0 5px 15px rgba(0,0,0,0.15),
        0 0 0 1px rgba(255,255,255,0.1) inset;
}.tariff_boxeo5n .value_dealsmDS1::before {
    opacity: 0.8;
    transition: all 0.4s ease;
    height: 4px;
    position: absolute;
    background: linear-gradient(90deg, 
        rgb(139,156,152) 0%, 
        rgb(105,122,118) 100%);
    top: 0;
    content: "";
    width: 100%;
    transform: scaleX(0.8);
    left: 0;
}.tariff_boxeo5n .value_dealsmDS1::after {
    right: -60px;
    z-index: -1;
    width: 120px;
    background: radial-gradient(
        circle, 
        rgb(139,156,152,0.5) 0%, 
        transparent 70%
    );
    transition: all 0.5s ease;
    bottom: -60px;
    height: 120px;
    content: "";
    opacity: 0.5;
    position: absolute;
}.tariff_boxeo5n .tuition_gridKzQY {
    position: relative;
    z-index: 2;
}.tariff_boxeo5n .tuition_gridKzQY h4 {
    color: #ffffff;
    position: relative;
    padding-bottom: 15px;
    margin: 0 0 20px;
    font-weight: 600;
    font-size: calc(24px * 1.2);
}.tariff_boxeo5n .tuition_gridKzQY h4::after {
    position: absolute;
    bottom: 0;
    content: "";
    left: 0;
    transition: width 0.3s ease;
    background-color: rgb(105,122,118);
    height: 2px;
    width: 40px;
}.tariff_boxeo5n .tuition_gridKzQY p {
    max-height: 200px;
    color: rgb(255, 255, 255, 0.5);
    padding-right: 10px;
    font-size: 12px;
    overflow-y: auto;
    margin-bottom: 30px;
    line-height: 1.6;
    scrollbar-color: rgb(105,122,118) transparent;
    scrollbar-width: thin;
}.tariff_boxeo5n .tuition_gridKzQY p::-webkit-scrollbar {
    width: 4px;
}.tariff_boxeo5n .tuition_gridKzQY p::-webkit-scrollbar-track {
    background: transparent;
}.tariff_boxeo5n .tuition_gridKzQY p::-webkit-scrollbar-thumb {
    background-color: rgb(105,122,118,0.5);
    border-radius: 20px;
}.tariff_boxeo5n .bundle_pricetVpm {
    position: relative;
    padding: 10px 0;
    font-weight: 700;
    margin-top: 10px;
    color: #ffffff;
    text-shadow: 0 2px 8px rgba(0,0,0,0.2);
    display: block;
    font-size: calc(24px * 1.4);
}.tariff_boxeo5n .bundle_pricetVpm::before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 3px;
    background: linear-gradient(90deg, 
        rgb(105,122,118) 0%, 
        transparent 100%);
    width: 60px;
    left: 0;
}.tariff_boxeo5n .qtr_costdLP2:hover .value_dealsmDS1 {
    box-shadow: 
        0 25px 45px rgba(0,0,0,0.25),
        0 10px 20px rgba(0,0,0,0.2),
        0 0 0 1px rgba(255,255,255,0.15) inset;
    transform: translateY(-8px) translateZ(20px);
}.tariff_boxeo5n .qtr_costdLP2:hover .value_dealsmDS1::before {
    transform: scaleX(1);
    opacity: 1;
}.tariff_boxeo5n .qtr_costdLP2:hover .value_dealsmDS1::after {
    opacity: 0.7;
    transform: scale(1.2);
}.tariff_boxeo5n .qtr_costdLP2:hover .tuition_gridKzQY h4::after {
    width: 60px;
}@keyframes priceFadeIn {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.tariff_boxeo5n .study_feesgd9T li {
    opacity: 0;
    animation: priceFadeIn 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}.tariff_boxeo5n .study_feesgd9T li:nth-child(1) {
    animation-delay: 0.1s;
}.tariff_boxeo5n .study_feesgd9T li:nth-child(2) {
    animation-delay: 0.2s;
}.tariff_boxeo5n .study_feesgd9T li:nth-child(3) {
    animation-delay: 0.3s;
}.tariff_boxeo5n .study_feesgd9T li:nth-child(4) {
    animation-delay: 0.4s;
}


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

@media (max-width: 992px) {.tariff_boxeo5n h2 {
    font-size: calc(38px * 0.9);
}.tariff_boxeo5n .pricing_dealsnXaP {
    margin-bottom: 40px;
}.tariff_boxeo5n .value_dealsmDS1 {
    padding: 35px 25px;
}
}

@media (max-width: 768px) {.tariff_boxeo5n {
    padding: 80px 0 60px;
}.tariff_boxeo5n h2 {
    font-size: calc(38px * 0.8);
}.tariff_boxeo5n .pricing_dealsnXaP {
    margin-bottom: 30px;
    font-size: 12px;
}.tariff_boxeo5n .study_feesgd9T {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
}.tariff_boxeo5n .tuition_gridKzQY p {
    font-size: calc(12px * 0.95);
    max-height: 180px;
}
}

@media (max-width: 576px) {.tariff_boxeo5n {
    padding: 60px 0 40px;
}.tariff_boxeo5n .container {
    padding: 0 15px;
}.tariff_boxeo5n h2 {
    font-size: calc(38px * 0.7);
    margin-bottom: 15px;
}.tariff_boxeo5n .pricing_dealsnXaP {
    margin-bottom: 25px;
    font-size: calc(12px * 0.95);
}.tariff_boxeo5n .study_feesgd9T {
    grid-template-columns: 1fr;
    gap: 25px;
}.tariff_boxeo5n .value_dealsmDS1 {
    padding: 30px 20px;
}.tariff_boxeo5n .tuition_gridKzQY h4 {
    font-size: 24px;
}.tariff_boxeo5n .bundle_pricetVpm {
    font-size: calc(24px * 1.2);
}}.learning_systemToA1 {
    min-height: 80vh;
    position: relative;
    display: flex;
    padding: 6rem 0;
    background: linear-gradient(215deg, #000000 0%, rgb(139,156,152) 100%);
    overflow: hidden;
    align-items: center;
}.learning_systemToA1::before {
    left: 0;
    content: '';
    height: 100%;
    position: absolute;
    opacity: 0.2;
    background: 
        linear-gradient(90deg, rgb(105,122,118,0.5) 1px, transparent 1px) 0 0 / 20px 100%,
        linear-gradient(0deg, rgb(105,122,118,0.5) 1px, transparent 1px) 0 0 / 100% 20px;
    top: 0;
    width: 100%;
}.learning_systemToA1::after {
    opacity: 0.05;
    position: absolute;
    background: linear-gradient(45deg, rgb(139,156,152,0.5) 25%, transparent 25%, transparent 50%, rgb(139,156,152,0.5) 50%, rgb(139,156,152,0.5) 75%, transparent 75%, transparent);
    width: 100%;
    background-size: 30px 30px;
    animation: moveBackground 20s linear infinite;
    left: 0;
    height: 100%;
    top: 0;
    content: '';
}@keyframes moveBackground {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 30px;
    }
}

.learning_systemToA1 .learn_guideLXIk {
    display: flex;
    z-index: 5;
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
}.learning_systemToA1 .editorial_wrap0nxG {
    backdrop-filter: blur(5px);
    padding: 3rem;
    width: 90%;
    overflow: hidden;
    max-width: 900px;
    border-left: 4px solid rgb(105,122,118);
    border-radius: 0 24px 24px 0;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    margin: 0 auto;
    position: relative;
}.learning_systemToA1 .editorial_wrap0nxG::before {
    background: linear-gradient(to bottom, rgb(105,122,118), rgb(139,156,152));
    content: '';
    height: 100%;
    top: 0;
    animation: scanline 2s linear infinite;
    left: 0;
    width: 5px;
    position: absolute;
}@keyframes scanline {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(100%);
    }
}

.learning_systemToA1 .editorial_wrap0nxG::after {
    left: 0;
    content: '';
    z-index: -1;
    height: 100%;
    animation: glitch 3s ease-in-out infinite alternate;
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.1) 50%, transparent 100%);
    width: 100%;
    top: 0;
    position: absolute;
}@keyframes glitch {
    0%, 100% {
        transform: translateX(-100%);
    }
    50% {
        transform: translateX(100%);
    }
}

.learning_systemToA1 h2 {
    color: #ffffff;
    letter-spacing: 2px;
    text-shadow: 
        2px 2px 0 rgb(105,122,118,0.5),
        -2px -2px 0 rgb(139,156,152,0.5);
    display: inline-block;
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 33px;
    padding-left: 1.5rem;
    margin-bottom: 2rem;
}.learning_systemToA1 h2::before {
    content: '>';
    left: 0;
    animation: blink 1s step-end infinite;
    color: rgb(105,122,118);
    position: absolute;
}@keyframes blink {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
}

.learning_systemToA1 h2::after {
    bottom: -10px;
    left: 0;
    height: 2px;
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, rgb(105,122,118), rgb(139,156,152));
    content: '';
}.learning_systemToA1 p {
    line-height: 1.8;
    position: relative;
    margin-bottom: 0;
    color: #ffffff;
    padding-left: 1.5rem;
    font-size: 15px;
}.learning_systemToA1 p::before {
    content: '';
    position: absolute;
    top: 0;
    background: rgb(105,122,118,0.5);
    width: 3px;
    height: 100%;
    left: 0;
}.learning_systemToA1 .editorial_wrap0nxG::before,
.learning_systemToA1 .editorial_wrap0nxG::after,
.learning_systemToA1 h2,
.learning_systemToA1 p {
    transition: all 0.3s ease;
}.learning_systemToA1 .editorial_wrap0nxG:hover h2 {
    transform: translateX(5px);
    text-shadow: 
        3px 3px 0 rgb(105,122,118,0.5),
        -3px -3px 0 rgb(139,156,152,0.5);
}.learning_systemToA1 .editorial_wrap0nxG:hover p {
    transform: translateX(5px);
}.learning_systemToA1 .editorial_wrap0nxG:hover::before {
    animation-duration: 1s;
}.learning_systemToA1 .editorial_wrap0nxG:hover::after {
    animation-duration: 1.5s;
}.learning_systemToA1 .editorial_wrap0nxG::before,
.learning_systemToA1 h2::before {
    animation-play-state: running;
}.learning_systemToA1::before {
    clip-path: polygon(
        0 0,
        100% 0,
        100% 85%,
        85% 100%,
        0 100%
    );
}

@media (max-width: 992px) {.learning_systemToA1 {
    padding: 5rem 1.5rem;
    min-height: 70vh;
}.learning_systemToA1 .editorial_wrap0nxG {
    padding: 2.5rem;
    width: 90%;
}.learning_systemToA1 h2 {
    margin-bottom: 1.8rem;
    font-size: calc(33px * 0.9);
}.learning_systemToA1 p {
    font-size: calc(15px * 0.95);
}
}

@media (max-width: 768px) {.learning_systemToA1 {
    padding: 4rem 1rem;
    min-height: auto;
}.learning_systemToA1 .editorial_wrap0nxG {
    width: 100%;
    padding: 2rem;
}.learning_systemToA1 h2 {
    margin-bottom: 1.5rem;
    letter-spacing: 1px;
    font-size: calc(33px * 0.8);
}.learning_systemToA1 h2::after {
    height: 1px;
}.learning_systemToA1 p {
    padding-left: 1.2rem;
}.learning_systemToA1 p::before {
    width: 2px;
}
}

@media (max-width: 576px) {.learning_systemToA1 {
    padding: 3rem 0.8rem;
}.learning_systemToA1 .editorial_wrap0nxG {
    padding: 1.5rem;
}.learning_systemToA1 h2 {
    font-size: calc(33px * 0.7);
    padding-left: 1rem;
    margin-bottom: 1.2rem;
}.learning_systemToA1 p {
    padding-left: 1rem;
    font-size: calc(15px * 0.9);
}.learning_systemToA1::before,
    .learning_systemToA1::after {
    opacity: 0.15;
}.learning_systemToA1 .editorial_wrap0nxG::before {
    animation-duration: 3s;
}}.data_explorationjgqS {
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(173,190,186) 0%, rgba(245, 247, 250, 0.95) 100%);
}.data_explorationjgqS::before {
    position: absolute;
    content: "";
    right: -5%;
    top: -10%;
    z-index: 1;
    opacity: 0.15;
    background: linear-gradient(210deg, rgb(139,156,152,0.5) 0%, transparent 80%);
    width: 40%;
    height: 70%;
    transform: rotate(-15deg);
}.data_explorationjgqS::after {
    transform: rotate(15deg);
    bottom: -10%;
    z-index: 1;
    content: "";
    background: linear-gradient(30deg, rgb(105,122,118,0.5) 0%, transparent 80%);
    height: 70%;
    opacity: 0.15;
    left: -5%;
    width: 35%;
    position: absolute;
}.data_explorationjgqS .container {
    margin: 0 auto;
    z-index: 2;
    padding: 0 2rem;
    max-width: 1200px;
    position: relative;
}.data_explorationjgqS h4 {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    text-align: center;
    font-weight: 600;
    color: #000000;
    margin-top: 3.5rem;
    font-size: calc(20px * 1.1);
    position: relative;
    transform: translateY(0);
}.data_explorationjgqS h4::after {
    position: absolute;
    content: "";
    height: 3px;
    bottom: -12px;
    background: linear-gradient(90deg, rgb(139,156,152) 0%, rgb(105,122,118) 100%);
    transform: translateX(-50%);
    left: 50%;
    width: 80px;
}.data_explorationjgqS ul {
    margin: 0;
    list-style: none;
    gap: 2rem;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
}.data_explorationjgqS .statistics_gainsx6Pn {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(250, 250, 250, 0.85));
    transform: translateY(0);
    padding: 1.8rem;
    overflow: hidden;
    transition: all 0.35s cubic-bezier(0.25, 0.1, 0.25, 1);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    position: relative;
    border-left: 3px solid rgb(139,156,152);
}.data_explorationjgqS .statistics_gainsx6Pn::before {
    height: 100%;
    content: "";
    left: 0;
    background-image: linear-gradient(120deg, transparent 0%, transparent 40%, rgba(var(--primary-color-rgb), 0.03) 70%);
    z-index: 0;
    position: absolute;
    width: 100%;
    top: 0;
}.data_explorationjgqS .statistics_gainsx6Pn:hover {
    transform: translateY(-6px);
    border-left: 3px solid rgb(105,122,118);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}.data_explorationjgqS .statistics_gainsx6Pn div {
    position: relative;
    z-index: 2;
}.data_explorationjgqS .statistics_gainsx6Pn p {
    font-size: calc(33px * 1.2);
    background: linear-gradient(90deg, rgb(139,156,152), rgb(105,122,118));
    background-clip: text;
    -webkit-background-clip: text;
    line-height: 1.1;
    -webkit-text-fill-color: transparent;
    transition: transform 0.5s ease;
    margin: 0 0 0.5rem;
    font-weight: 700;
    display: inline-block;
    position: relative;
    color: rgb(139,156,152);
}.data_explorationjgqS .statistics_gainsx6Pn:hover p {
    transform-origin: left center;
    transform: scale(1.05);
}.data_explorationjgqS .statistics_gainsx6Pn span {
    font-weight: 600;
    display: block;
    font-size: 15px;
    color: #000000;
    position: relative;
    transition: transform 0.3s ease;
    padding-bottom: 0.4rem;
}.data_explorationjgqS .statistics_gainsx6Pn:hover span {
    transform: translateX(5px);
}.data_explorationjgqS .statistics_gainsx6Pn span::after {
    position: absolute;
    height: 2px;
    width: 0;
    background: linear-gradient(90deg, rgb(139,156,152,0.5), rgb(105,122,118,0.5));
    transition: width 0.4s ease;
    left: 0;
    bottom: 0;
    content: "";
}.data_explorationjgqS .statistics_gainsx6Pn:hover span::after {
    width: 70%;
}.data_explorationjgqS .statistics_gainsx6Pn:nth-child(odd)::after {
    right: -15px;
    width: 40px;
    content: "";
    border-radius: 50%;
    z-index: 1;
    height: 40px;
    background: linear-gradient(135deg, rgb(139,156,152,0.5), transparent);
    top: -15px;
    position: absolute;
    opacity: 0.2;
}.data_explorationjgqS .statistics_gainsx6Pn:nth-child(even)::after {
    opacity: 0.2;
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, rgb(105,122,118,0.5), transparent);
    border-radius: 50%;
    left: -15px;
    position: absolute;
    z-index: 1;
    bottom: -15px;
    content: "";
}

@media screen and (min-width: 992px) {.data_explorationjgqS ul {
    grid-template-columns: repeat(4, 1fr);
}.data_explorationjgqS .statistics_gainsx6Pn {
    align-items: center;
    min-height: 180px;
    display: flex;
}.data_explorationjgqS .statistics_gainsx6Pn:first-child {
    transform: translateY(-15px);
}.data_explorationjgqS .statistics_gainsx6Pn:last-child {
    transform: translateY(15px);
}.data_explorationjgqS .statistics_gainsx6Pn:first-child:hover,
    .data_explorationjgqS .statistics_gainsx6Pn:last-child:hover {
    transform: translateY(-6px);
}
}

@media screen and (min-width: 768px) and (max-width: 991px) {.data_explorationjgqS ul {
    grid-template-columns: repeat(3, 1fr);
}.data_explorationjgqS .statistics_gainsx6Pn {
    min-height: 160px;
}
}

@media screen and (max-width: 767px) {.data_explorationjgqS {
    padding: 4rem 0;
}.data_explorationjgqS h4 {
    font-size: 20px;
    margin-top: 2.5rem;
}.data_explorationjgqS h4::after {
    width: 60px;
}.data_explorationjgqS ul {
    gap: 1.5rem;
    grid-template-columns: repeat(2, 1fr);
}.data_explorationjgqS .statistics_gainsx6Pn {
    padding: 1.5rem;
}.data_explorationjgqS .statistics_gainsx6Pn p {
    font-size: calc(33px * 0.9);
}
}

@media screen and (max-width: 576px) {.data_explorationjgqS ul {
    grid-template-columns: 1fr;
}.data_explorationjgqS .statistics_gainsx6Pn {
    border-top: 3px solid rgb(139,156,152);
    text-align: center;
    border-left: none;
}.data_explorationjgqS .statistics_gainsx6Pn:hover {
    border-top: 3px solid rgb(105,122,118);
    border-left: none;
}.data_explorationjgqS .statistics_gainsx6Pn span::after {
    left: 50%;
    transform: translateX(-50%);
}.data_explorationjgqS .statistics_gainsx6Pn:hover span {
    transform: translateX(0);
}.data_explorationjgqS .statistics_gainsx6Pn:hover span::after {
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
}}

@keyframes pulse {
    0% {
        opacity: 0.6;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(1.05);
    }
    100% {
        opacity: 0.6;
        transform: scale(1);
    }
}

.data_explorationjgqS .container:hover h4 {
    transform: translateY(-5px);
}.welcome_boardctEY {
    min-height: 100vh;
    overflow: hidden;
    width: 100%;
    background-color: rgb(173,190,186);
    position: relative;
}.welcome_boardctEY .learn_titleTtE1 {
    perspective: 1200px;
    height: 100%;
    width: 100%;
    position: relative;
}.welcome_boardctEY .master_zonebxZh {
    transform-style: preserve-3d;
    z-index: 1;
    display: flex;
    min-height: 100vh;
    justify-content: center;
    overflow: hidden;
    padding: 8rem 4rem;
    height: 100%;
    position: relative;
    flex-direction: column;
}.welcome_boardctEY .master_zonebxZh::before {
    z-index: -1;
    opacity: 0.85;
    content: "";
    backdrop-filter: blur(5px);
    position: absolute;
    background: linear-gradient(
        135deg,
        rgb(139,156,152) 0%,
        rgba(0, 0, 0, 0.7) 100%
    );
    left: 0;
    transform: translateZ(-10px);
    height: 100%;
    top: 0;
    width: 100%;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}.welcome_boardctEY .master_zonebxZh::after {
    bottom: 20px;
    pointer-events: none;
    transition: all 0.4s ease-out;
    border: 2px solid rgba(255, 255, 255, 0.1);
    position: absolute;
    right: 20px;
    transform: translateZ(5px);
    left: 20px;
    content: "";
    top: 20px;
    clip-path: polygon(
        0 15%,
        15% 0,
        85% 0,
        100% 15%,
        100% 85%,
        85% 100%,
        15% 100%,
        0 85%
    );
}.welcome_boardctEY .master_zonebxZh:hover::after {
    transform: translateZ(10px) scale(0.98);
    border-color: rgba(255, 255, 255, 0.2);
}.welcome_boardctEY .master_zonebxZh span {
    transform-origin: left center;
    position: relative;
    transform: translateZ(20px);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    display: inline-block;
    margin-bottom: 1.5rem;
}.welcome_boardctEY .master_zonebxZh h3 {
    background-clip: text !important;
    color: #ffffff;
    font-size: 21px;
    color: transparent;
    display: inline-block;
    position: relative;
    -webkit-background-clip: text !important;
    transform: translateZ(30px);
    background: linear-gradient(
        90deg,
        #ffffff 0%,
        rgba(255, 255, 255, 0.8) 100%
    );
    line-height: 1.6;
    max-width: 800px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    animation: fadeInUp 0.8s forwards 0.4s;
    opacity: 0;
    padding: 0.5rem 1.5rem;
    font-weight: 600;
}.welcome_boardctEY .master_zonebxZh h3::before {
    height: 100%;
    width: 4px;
    box-shadow: 0 0 20px rgb(105,122,118,0.5);
    transform: translateZ(5px);
    background: rgb(105,122,118);
    content: "";
    top: 0;
    position: absolute;
    left: 0;
}.welcome_boardctEY .master_zonebxZh h1 {
    transform: translateZ(40px);
    position: relative;
    line-height: 1.2;
    color: #ffffff;
    animation: fadeInUp 0.8s forwards 0.2s;
    font-weight: 700;
    transform-origin: left center;
    letter-spacing: -0.02em;
    text-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    opacity: 0;
    margin-bottom: 1.5rem;
    font-size: 38px;
}.welcome_boardctEY .master_zonebxZh h1::after {
    bottom: -15px;
    background: rgb(105,122,118);
    left: 0;
    width: 80px;
    height: 4px;
    transform: translateZ(2px) skewX(-20deg);
    position: absolute;
    box-shadow: 0 0 15px rgb(105,122,118);
    content: "";
}.welcome_boardctEY .master_zonebxZh div {
    transform: translateZ(20px);
    animation: fadeInUp 0.8s forwards 0.6s;
    margin-top: 2rem;
    opacity: 0;
    position: relative;
}.welcome_boardctEY .master_zonebxZh div div {
    clip-path: polygon(0 0, 100% 0, 97% 100%, 0 100%);
    transform: translateZ(25px);
    max-width: 600px;
    transition: all 0.4s ease;
    margin-top: 0;
    position: relative;
    opacity: 1;
    background: rgba(255, 255, 255, 0.05);
    border-left: 3px solid rgb(105,122,118);
    padding: 1.5rem 2rem;
    backdrop-filter: blur(10px);
    animation: none;
}.welcome_boardctEY .master_zonebxZh div div:hover {
    transform: translateZ(35px) translateX(5px);
    background: rgba(255, 255, 255, 0.1);
}.welcome_boardctEY .master_zonebxZh p {
    line-height: 1.6;
    font-weight: 300;
    position: relative;
    margin-bottom: 0;
    font-size: calc(16px * 1.1);
    color: #ffffff;
}

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

@media (max-width: 991px) {.welcome_boardctEY .master_zonebxZh {
    padding: 6rem 3rem;
}.welcome_boardctEY .master_zonebxZh h1 {
    font-size: calc(38px * 0.9);
}.welcome_boardctEY .master_zonebxZh h3 {
    font-size: calc(21px * 0.9);
}
}

@media (max-width: 767px) {.welcome_boardctEY .master_zonebxZh {
    padding: 5rem 2rem;
}.welcome_boardctEY .master_zonebxZh h1 {
    font-size: calc(38px * 0.8);
}.welcome_boardctEY .master_zonebxZh h3 {
    font-size: calc(21px * 0.85);
    padding: 0.5rem 1rem;
}.welcome_boardctEY .master_zonebxZh div div {
    padding: 1.25rem 1.5rem;
}.welcome_boardctEY .master_zonebxZh::after {
    bottom: 15px;
    right: 15px;
    left: 15px;
    top: 15px;
}
}

@media (max-width: 575px) {.welcome_boardctEY .master_zonebxZh {
    padding: 4rem 1.5rem;
}.welcome_boardctEY .master_zonebxZh h1 {
    font-size: calc(38px * 0.7);
}.welcome_boardctEY .master_zonebxZh h3 {
    padding: 0.5rem 0.75rem;
    font-size: calc(21px * 0.8);
}.welcome_boardctEY .master_zonebxZh div div {
    padding: 1rem 1.25rem;
}.welcome_boardctEY .master_zonebxZh::after {
    top: 10px;
    bottom: 10px;
    right: 10px;
    left: 10px;
}}

.welcome_boardctEY:hover .master_zonebxZh span {
    transform: translateZ(30px) translateX(5px);
}.welcome_boardctEY .learn_titleTtE1:hover .master_zonebxZh::before {
    opacity: 0.9;
    transform: translateZ(-5px);
}

@media (prefers-reduced-motion: reduce) {.welcome_boardctEY .master_zonebxZh h1,
    .welcome_boardctEY .master_zonebxZh h3,
    .welcome_boardctEY .master_zonebxZh div {
    animation: none;
    opacity: 1;
}.welcome_boardctEY .master_zonebxZh::before,
    .welcome_boardctEY .master_zonebxZh::after,
    .welcome_boardctEY:hover .master_zonebxZh span,
    .welcome_boardctEY .master_zonebxZh div div:hover {
    transition: none;
}}.our_backgroundKdVB {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.our_backgroundKdVB::before {
    content: "";
    left: 0;
    height: 100%;
    top: 0;
    z-index: 1;
    background: linear-gradient(135deg, rgb(139,156,152,0.5), rgb(105,122,118,0.5));
    opacity: 0.92;
    width: 100%;
    position: absolute;
}.our_backgroundKdVB .container {
    grid-template-columns: 1fr;
    grid-gap: 40px;
    display: grid;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
}.our_backgroundKdVB h2 {
    font-size: calc(29px * 1.2);
    position: relative;
    transform: translateX(-10px);
    animation: slideInTitle 0.8s ease-out forwards;
    font-weight: 700;
    margin: 0 0 30px;
    color: #ffffff;
    opacity: 0;
}.our_backgroundKdVB h2::after {
    width: 80px;
    left: 0;
    background: rgb(105,122,118);
    bottom: -12px;
    transform-origin: left;
    transform: scaleX(0);
    height: 3px;
    content: "";
    position: absolute;
    animation: expandLine 1s 0.5s ease-in-out forwards;
}.our_backgroundKdVB .editorial_wrap0nxG {
    opacity: 0;
    position: relative;
    overflow: hidden;
    animation: fadeIn 1s 0.3s ease-out forwards;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    padding: 40px;
    transform: translateY(20px);
    background: rgba(255, 255, 255, 0.95);
}.our_backgroundKdVB .editorial_wrap0nxG::before {
    content: "";
    background: linear-gradient(to bottom, rgb(139,156,152), rgb(105,122,118));
    position: absolute;
    transform-origin: top;
    transform: scaleY(0);
    height: 100%;
    width: 5px;
    left: 0;
    top: 0;
    animation: expandVertical 0.8s 0.7s ease-out forwards;
}.our_backgroundKdVB .editorial_wrap0nxG > div {
    grid-template-columns: 1fr;
    display: grid;
    grid-gap: 25px;
}.our_backgroundKdVB .editorial_wrap0nxG p {
    transform: translateX(-10px);
    animation: slideInText 0.8s 0.4s ease-out forwards;
    position: relative;
    font-weight: 600;
    color: rgb(139,156,152);
    font-size: calc(16px * 1.4);
    padding-bottom: 10px;
    margin: 0;
    opacity: 0;
}.our_backgroundKdVB .editorial_wrap0nxG p::after {
    transform-origin: left;
    content: "";
    left: 0;
    width: 40px;
    transform: scaleX(0);
    height: 2px;
    background: rgb(105,122,118);
    animation: expandLine 0.6s 0.9s ease-out forwards;
    bottom: 0;
    position: absolute;
}.our_backgroundKdVB .editorial_wrap0nxG div div {
    line-height: 1.8;
    animation: fadeIn 1s 0.6s ease-out forwards;
    column-gap: 40px;
    font-size: 16px;
    opacity: 0;
    transform: translateY(15px);
    column-count: 1;
    color: #000000;
}

@keyframes slideInTitle {
    0% {
        transform: translateX(-10px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideInText {
    0% {
        transform: translateX(-10px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

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

@keyframes expandVertical {
    0% {
        transform: scaleY(0);
    }
    100% {
        transform: scaleY(1);
    }
}

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

@media (min-width: 768px) {.our_backgroundKdVB {
    padding: 150px 0;
}.our_backgroundKdVB .container {
    grid-gap: 60px;
    grid-template-columns: 1fr;
}.our_backgroundKdVB h2 {
    margin-bottom: 40px;
    font-size: calc(29px * 1.5);
}.our_backgroundKdVB h2::after {
    width: 120px;
    height: 4px;
}.our_backgroundKdVB .editorial_wrap0nxG {
    transform: perspective(1000px) rotateY(0deg);
    transition: transform 0.5s ease-out;
    padding: 60px;
}.our_backgroundKdVB .editorial_wrap0nxG:hover {
    transform: perspective(1000px) rotateY(1deg);
}.our_backgroundKdVB .editorial_wrap0nxG > div {
    grid-gap: 30px;
    grid-template-columns: 1fr;
}.our_backgroundKdVB .editorial_wrap0nxG p {
    font-size: calc(16px * 1.6);
}.our_backgroundKdVB .editorial_wrap0nxG div div {
    column-count: 2;
    column-gap: 50px;
}
}

@media (min-width: 1024px) {.our_backgroundKdVB {
    padding: 180px 0;
}.our_backgroundKdVB .container {
    grid-template-columns: 1fr;
    padding: 0 30px;
}.our_backgroundKdVB .editorial_wrap0nxG {
    padding: 70px;
    margin-left: -40px;
    width: calc(100% + 40px);
}.our_backgroundKdVB .editorial_wrap0nxG::after {
    height: 150px;
    content: "";
    position: absolute;
    background: linear-gradient(135deg, transparent 50%, rgba(rgb(139,156,152,0.5), 0.05) 50%);
    z-index: -1;
    width: 150px;
    bottom: 0;
    right: 0;
}.our_backgroundKdVB .editorial_wrap0nxG p {
    padding-bottom: 15px;
    font-size: calc(16px * 1.8);
}.our_backgroundKdVB .editorial_wrap0nxG div div {
    column-count: 2;
}
}

@media (min-width: 1200px) {.our_backgroundKdVB {
    padding: 200px 0;
}.our_backgroundKdVB::after {
    background: radial-gradient(circle, rgb(105,122,118,0.5) 0%, transparent 70%);
    right: 0;
    height: 250px;
    width: 250px;
    transform: translateY(-50%);
    opacity: 0.15;
    z-index: 1;
    content: "";
    position: absolute;
    top: 50%;
}.our_backgroundKdVB .container {
    padding: 0 40px;
    max-width: 1400px;
}.our_backgroundKdVB h2 {
    font-size: calc(29px * 1.8);
    margin-bottom: 50px;
}.our_backgroundKdVB .editorial_wrap0nxG {
    display: flex;
    width: calc(100% + 80px);
    margin-left: -80px;
    padding: 80px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
}.our_backgroundKdVB .editorial_wrap0nxG > div {
    grid-template-columns: 1fr;
    max-width: 90%;
    grid-gap: 35px;
}.our_backgroundKdVB .editorial_wrap0nxG div div {
    line-height: 1.9;
    column-count: 2;
    column-gap: 60px;
}
}

@media (max-width: 767px) {.our_backgroundKdVB {
    padding: 80px 0;
}.our_backgroundKdVB .container {
    padding: 0 15px;
}.our_backgroundKdVB h2 {
    font-size: 29px;
    margin-bottom: 25px;
}.our_backgroundKdVB .editorial_wrap0nxG {
    padding: 25px;
}.our_backgroundKdVB .editorial_wrap0nxG p {
    font-size: calc(16px * 1.2);
}.our_backgroundKdVB .editorial_wrap0nxG div div {
    line-height: 1.6;
    font-size: 16px;
}}.sign_up_nowH9TY {
    overflow: hidden;
    padding: 100px 0;
    position: relative;
    background-color: rgb(173,190,186);
    z-index: 1;
}.sign_up_nowH9TY::before {
    content: '';
    z-index: -1;
    opacity: 0.04;
    width: 100%;
    background: 
        repeating-linear-gradient(
            45deg,
            rgba(0, 0, 0, 0.5) 0px,
            rgba(0, 0, 0, 0.5) 1px,
            transparent 1px,
            transparent 20px
        );
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
}.sign_up_nowH9TY::after {
    animation: bgPulse 10s ease-in-out infinite alternate;
    height: 100%;
    content: '';
    opacity: 0.06;
    background-size: 30px 30px, 50px 50px;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    background-image: 
        radial-gradient(rgb(139,156,152,0.5) 1px, transparent 2px),
        radial-gradient(rgb(105,122,118,0.5) 1px, transparent 2px);
    z-index: -1;
    background-position: 0 0, 25px 25px;
}@keyframes bgPulse {
    0% {
        opacity: 0.03;
    }
    100% {
        opacity: 0.08;
    }
}

.sign_up_nowH9TY .learn_guideLXIk {
    transition: all 0.5s ease;
    padding: 60px;
    max-width: 1000px;
    text-align: center;
    position: relative;
    background-color: rgb(173,190,186);
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.08),
        -20px -20px 60px rgba(255, 255, 255, 0.8),
        inset 2px 2px 4px rgba(255, 255, 255, 0.5),
        inset -2px -2px 4px rgba(0, 0, 0, 0.05);
    margin: 0 auto;
    border-radius: 20px;
}.sign_up_nowH9TY .learn_guideLXIk:hover {
    box-shadow: 
        15px 15px 50px rgba(0, 0, 0, 0.07),
        -15px -15px 50px rgba(255, 255, 255, 0.7),
        inset 3px 3px 6px rgba(255, 255, 255, 0.6),
        inset -3px -3px 6px rgba(0, 0, 0, 0.06);
    transform: translateY(-5px);
}.sign_up_nowH9TY h3 {
    font-weight: 700;
    position: relative;
    display: inline-block;
    font-family: Arial, sans-serif;
    font-size: 33px;
    margin-bottom: 40px;
    color: #000000;
}.sign_up_nowH9TY h3::before {
    content: '';
    box-shadow: 
        2px 2px 4px rgba(0, 0, 0, 0.1),
        -2px -2px 4px rgba(255, 255, 255, 0.7);
    height: 10px;
    width: 10px;
    transform: translateY(-50%);
    background: rgb(139,156,152);
    top: 50%;
    border-radius: 50%;
    position: absolute;
    left: -20px;
}.sign_up_nowH9TY h3::after {
    right: -20px;
    top: 50%;
    height: 10px;
    position: absolute;
    content: '';
    transform: translateY(-50%);
    width: 10px;
    border-radius: 50%;
    box-shadow: 
        2px 2px 4px rgba(0, 0, 0, 0.1),
        -2px -2px 4px rgba(255, 255, 255, 0.7);
    background: rgb(105,122,118);
}.sign_up_nowH9TY .connect_expertsBLGT {
    overflow: hidden;
    margin-top: 20px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    display: inline-block;
    transition: all 0.3s ease;
    font-weight: 600;
    box-shadow: 
        8px 8px 20px rgba(0, 0, 0, 0.1),
        -8px -8px 20px rgba(255, 255, 255, 0.7),
        inset 2px 2px 4px rgba(255, 255, 255, 0.5),
        inset -2px -2px 4px rgba(0, 0, 0, 0.05);
    padding: 16px 40px;
    background: rgb(173,190,186);
    letter-spacing: 1.5px;
    position: relative;
    color: #000000;
    border-radius: 29px;
    z-index: 1;
}.sign_up_nowH9TY .connect_expertsBLGT::before {
    content: '';
    position: absolute;
    width: 100%;
    transition: opacity 0.5s ease;
    z-index: -1;
    opacity: 0;
    height: 100%;
    background: linear-gradient(90deg, 
        rgb(139,156,152,0.5), 
        rgb(105,122,118,0.5),
        rgb(139,156,152,0.5)
    );
    left: 0;
    top: 0;
}.sign_up_nowH9TY .connect_expertsBLGT:hover {
    transform: translateY(-2px);
    color: rgb(139,156,152);
    box-shadow: 
        5px 5px 15px rgba(0, 0, 0, 0.05),
        -5px -5px 15px rgba(255, 255, 255, 0.6),
        inset 5px 5px 10px rgba(0, 0, 0, 0.05),
        inset -5px -5px 10px rgba(255, 255, 255, 0.6);
}.sign_up_nowH9TY .connect_expertsBLGT:hover::before {
    opacity: 0.2;
}.sign_up_nowH9TY .connect_expertsBLGT:active {
    box-shadow: 
        inset 5px 5px 10px rgba(0, 0, 0, 0.05),
        inset -5px -5px 10px rgba(255, 255, 255, 0.6);
    transform: translateY(0);
}.sign_up_nowH9TY .learn_guideLXIk::before,
.sign_up_nowH9TY .learn_guideLXIk::after {
    content: '';
    border-radius: 50%;
    z-index: -1;
    position: absolute;
    opacity: 0.15;
}.sign_up_nowH9TY .learn_guideLXIk::before {
    height: 200px;
    top: -40px;
    animation: pulse 8s ease-in-out infinite alternate;
    background: linear-gradient(135deg, rgb(139,156,152), rgb(105,122,118));
    left: -40px;
    width: 200px;
}.sign_up_nowH9TY .learn_guideLXIk::after {
    animation: pulse 8s ease-in-out 2s infinite alternate;
    width: 150px;
    right: -30px;
    background: linear-gradient(135deg, rgb(105,122,118), rgb(139,156,152));
    height: 150px;
    bottom: -30px;
}@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0.15;
    }
}

.sign_up_nowH9TY .learn_guideLXIk {
    position: relative;
}.sign_up_nowH9TY .learn_guideLXIk::before {
    left: 0;
    position: absolute;
    z-index: -1;
    content: '';
    width: 100%;
    transition: opacity 0.5s ease, background-size 0.5s ease;
    background: linear-gradient(90deg, transparent 49.5%, rgb(139,156,152,0.5) 50%, transparent 50.5%);
    height: 100%;
    top: 0;
    opacity: 0;
    background-size: 80px 100%;
}.sign_up_nowH9TY:hover .learn_guideLXIk::before {
    background-size: 40px 100%;
    opacity: 0.05;
}.sign_up_nowH9TY .learn_guideLXIk::after {
    height: 1px;
    position: absolute;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(139,156,152,0.5), 
        rgb(105,122,118,0.5), 
        rgb(139,156,152,0.5), 
        transparent
    );
    width: calc(100% - 40px);
    opacity: 0.3;
    content: '';
    bottom: 20px;
    left: 20px;
}

@media screen and (max-width: 992px) {.sign_up_nowH9TY {
    padding: 80px 0;
}.sign_up_nowH9TY .learn_guideLXIk {
    max-width: 90%;
    padding: 40px;
}.sign_up_nowH9TY h3 {
    font-size: calc(33px * 0.9);
}.sign_up_nowH9TY .learn_guideLXIk::before {
    height: 150px;
    width: 150px;
}.sign_up_nowH9TY .learn_guideLXIk::after {
    height: 120px;
    width: 120px;
}
}

@media screen and (max-width: 768px) {.sign_up_nowH9TY {
    padding: 60px 0;
}.sign_up_nowH9TY .learn_guideLXIk {
    max-width: 95%;
    padding: 30px 20px;
}.sign_up_nowH9TY h3 {
    font-size: calc(33px * 0.8);
    margin-bottom: 30px;
}.sign_up_nowH9TY h3::before,
    .sign_up_nowH9TY h3::after {
    display: none;
}.sign_up_nowH9TY .connect_expertsBLGT {
    font-size: calc(16px * 0.9);
    padding: 14px 30px;
}.sign_up_nowH9TY .learn_guideLXIk::before,
    .sign_up_nowH9TY .learn_guideLXIk::after {
    height: 100px;
    width: 100px;
}}

@keyframes blinkDots {
    0%, 100% {
        opacity: 0.07;
    }
    50% {
        opacity: 0.12;
    }
}

@keyframes moveBackground {
    0% {
        background-position: 0 0, 25px 25px;
    }
    100% {
        background-position: 30px 30px, 55px 55px;
    }
}

.sign_up_nowH9TY::after {
    animation: 
        bgPulse 10s ease-in-out infinite alternate,
        moveBackground 30s linear infinite;
}.tyMessageC3g1 {
    background: linear-gradient(135deg, rgb(139,156,152,0.5), rgb(105,122,118) 120%);
    padding: 7rem 0;
    overflow: hidden;
    position: relative;
}.tyMessageC3g1::before {
    opacity: 0.2;
    position: absolute;
    height: 300px;
    content: "";
    animation: float 8s ease-in-out infinite;
    width: 300px;
    top: -10%;
    right: -5%;
    transform: rotate(-15deg);
    background: radial-gradient(circle, rgb(255, 255, 255, 0.5) 10%, transparent 70%);
}.tyMessageC3g1::after {
    transform: rotate(15deg);
    bottom: -5%;
    left: -5%;
    content: "";
    height: 250px;
    animation: float 9s ease-in-out infinite reverse;
    width: 250px;
    position: absolute;
    opacity: 0.15;
    background: radial-gradient(circle, rgb(105,122,118) 10%, transparent 70%);
}.tyMessageC3g1 .container {
    padding: 0 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}.tyMessageC3g1 .learn_guideLXIk {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1), 0 10px 20px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(10px);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 3.5rem;
    transform: perspective(1000px) rotateX(1deg);
    clip-path: polygon(0 0, 100% 0, 100% 95%, 95% 100%, 0 100%);
    background: rgba(255, 255, 255, 0.92);
    position: relative;
}.tyMessageC3g1 .learn_guideLXIk:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12), 0 15px 25px rgba(0, 0, 0, 0.06);
}.tyMessageC3g1 .learn_guideLXIk > div:first-child {
    position: relative;
    margin-bottom: 2rem;
}.tyMessageC3g1 .learn_guideLXIk > div:first-child::before {
    position: absolute;
    top: 50%;
    content: "";
    transform: translateY(-50%);
    background: linear-gradient(to bottom, rgb(139,156,152), rgb(105,122,118));
    left: -2rem;
    height: 70%;
    width: 0.5rem;
}.tyMessageC3g1 h5 {
    font-weight: 700;
    color: #000000;
    margin: 0;
    transition: transform 0.4s ease;
    line-height: 1.4;
    padding-bottom: 0.5rem;
    transform: translateX(0);
    position: relative;
    font-size: 20px;
}.tyMessageC3g1 .learn_guideLXIk:hover h5 {
    transform: translateX(10px);
}.tyMessageC3g1 h5::after {
    position: absolute;
    width: 80px;
    background: linear-gradient(to right, rgb(139,156,152), transparent);
    content: "";
    transition: width 0.4s ease;
    left: 0;
    bottom: 0;
    height: 3px;
}.tyMessageC3g1 .learn_guideLXIk:hover h5::after {
    width: 120px;
}.tyMessageC3g1 .learn_guideLXIk > div:last-child {
    position: relative;
    overflow: hidden;
}.tyMessageC3g1 p {
    position: relative;
    transition: color 0.3s ease;
    line-height: 1.7;
    margin: 0;
    font-size: 13px;
    color: #000000;
}.tyMessageC3g1 a {
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    transform: translateY(0);
    text-decoration: none;
    display: block;
    padding: 0.5rem 0;
}.tyMessageC3g1 a::before {
    background: rgb(139,156,152);
    width: 0;
    transition: width 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    position: absolute;
    content: "";
    bottom: 0;
    height: 1px;
}.tyMessageC3g1 a:hover {
    transform: translateY(-3px);
}.tyMessageC3g1 a:hover::before {
    width: 100%;
}.tyMessageC3g1 a:hover p {
    color: rgb(139,156,152);
}.tyMessageC3g1 a:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgb(139,156,152,0.5);
}

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

@media screen and (max-width: 992px) {.tyMessageC3g1 {
    padding: 5rem 0;
}.tyMessageC3g1 .learn_guideLXIk {
    padding: 2.5rem;
}.tyMessageC3g1 h5 {
    font-size: calc(20px * 0.95);
}
}

@media screen and (max-width: 768px) {.tyMessageC3g1 {
    padding: 4rem 0;
}.tyMessageC3g1 .learn_guideLXIk {
    padding: 2rem;
    clip-path: polygon(0 0, 100% 0, 100% 97%, 97% 100%, 0 100%);
}.tyMessageC3g1 .learn_guideLXIk > div:first-child::before {
    left: -1.5rem;
    width: 0.3rem;
}.tyMessageC3g1 h5 {
    font-size: calc(20px * 0.9);
}
}

@media screen and (max-width: 576px) {.tyMessageC3g1 {
    padding: 3rem 0;
}.tyMessageC3g1 .learn_guideLXIk {
    clip-path: polygon(0 0, 100% 0, 100% 98%, 98% 100%, 0 100%);
    padding: 1.75rem;
}.tyMessageC3g1 .learn_guideLXIk > div:first-child {
    margin-bottom: 1.5rem;
}.tyMessageC3g1 .learn_guideLXIk > div:first-child::before {
    height: 60%;
    left: -1.2rem;
}.tyMessageC3g1 h5 {
    font-size: calc(20px * 0.85);
}.tyMessageC3g1 p {
    line-height: 1.6;
    font-size: calc(13px * 0.95);
}}.prospective_studentsRK6k {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(173,190,186) 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 130px 0;
}.prospective_studentsRK6k::before {
    background: 
        linear-gradient(45deg, rgb(139,156,152,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(105,122,118,0.5) 25%, transparent 25%);
    background-size: 60px 60px;
    content: "";
    width: 100%;
    opacity: 0.05;
    height: 100%;
    z-index: 0;
    left: 0;
    top: 0;
    position: absolute;
}.prospective_studentsRK6k .container {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
}.prospective_studentsRK6k .learn_guideLXIk {
    position: relative;
}.prospective_studentsRK6k h4 {
    margin-bottom: 70px;
    text-align: center;
    font-size: 33px;
    padding-bottom: 20px;
    font-weight: 700;
    color: #000000;
    position: relative;
}.prospective_studentsRK6k h4::after {
    position: absolute;
    width: 70px;
    background: linear-gradient(90deg, rgb(139,156,152), rgb(105,122,118));
    left: 50%;
    content: "";
    bottom: 0;
    transform: translateX(-50%);
    height: 4px;
    border-radius: 2px;
}.prospective_studentsRK6k div {
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
}.prospective_studentsRK6k div p {
    background: #ffffff;
    transition: all 0.3s ease;
    min-width: 280px;
    margin: 0;
    position: relative;
    flex: 0 0 calc(33.333% - 20px);
    line-height: 1.6;
    border-radius: 28px;
    z-index: 1;
    padding: 25px 25px 25px 75px;
    color: #000000;
    font-size: 15px;
}.prospective_studentsRK6k div p::before {
    left: 5px;
    opacity: 0.4;
    z-index: -1;
    content: "";
    width: calc(100% - 10px);
    border-radius: calc(28px - 5px);
    height: calc(100% - 10px);
    top: 5px;
    border: 1px solid rgb(139,156,152,0.5);
    background: #ffffff;
    position: absolute;
    transition: all 0.3s ease;
}.prospective_studentsRK6k div p::after {
    position: absolute;
    left: 10px;
    background: #ffffff;
    border: 1px solid rgb(105,122,118,0.5);
    border-radius: calc(28px - 10px);
    content: "";
    opacity: 0.2;
    height: calc(100% - 20px);
    transition: all 0.3s ease;
    z-index: -2;
    width: calc(100% - 20px);
    top: 10px;
}.prospective_studentsRK6k div p:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}.prospective_studentsRK6k div p:hover::before {
    top: 10px;
    left: 10px;
}.prospective_studentsRK6k div p:hover::after {
    left: 15px;
    top: 15px;
}.prospective_studentsRK6k div p svg {
    padding: 8px;
    position: absolute;
    transition: all 0.3s ease;
    top: 25px;
    left: 25px;
    background: rgb(173,190,186);
    width: 35px;
    border-radius: 50%;
    height: 35px;
}.prospective_studentsRK6k div p:hover svg {
    background: rgb(139,156,152,0.5);
    transform: rotate(15deg);
}.prospective_studentsRK6k div p svg path {
    transition: all 0.3s ease;
    fill: rgb(139,156,152);
}.prospective_studentsRK6k div p:hover svg path {
    fill: rgb(105,122,118);
}

@media (max-width: 991px) {.prospective_studentsRK6k {
    padding: 100px 0;
}.prospective_studentsRK6k h4 {
    margin-bottom: 60px;
    font-size: calc(33px - 2px);
}.prospective_studentsRK6k div {
    gap: 25px;
}.prospective_studentsRK6k div p {
    min-width: 250px;
    padding: 20px 20px 20px 65px;
    flex: 0 0 calc(50% - 15px);
}.prospective_studentsRK6k div p svg {
    left: 20px;
    height: 30px;
    width: 30px;
    top: 20px;
}
}

@media (max-width: 767px) {.prospective_studentsRK6k {
    padding: 80px 0;
}.prospective_studentsRK6k h4 {
    font-size: calc(33px - 4px);
    margin-bottom: 50px;
}.prospective_studentsRK6k div {
    gap: 20px;
}.prospective_studentsRK6k div p {
    padding: 18px 18px 18px 60px;
    flex: 0 0 100%;
}.prospective_studentsRK6k div p svg {
    height: 28px;
    width: 28px;
}
}

@media (max-width: 479px) {.prospective_studentsRK6k {
    padding: 60px 0;
}.prospective_studentsRK6k h4 {
    margin-bottom: 40px;
    padding-bottom: 15px;
    font-size: calc(33px - 6px);
}.prospective_studentsRK6k div {
    gap: 15px;
}.prospective_studentsRK6k div p {
    font-size: calc(15px - 1px);
    padding: 15px 15px 15px 55px;
}.prospective_studentsRK6k div p svg {
    top: 15px;
    left: 15px;
    width: 25px;
    padding: 6px;
    height: 25px;
}}header .top_expertSe6Y {
    overflow: visible;
    background: linear-gradient(120deg, rgb(139,156,152) 0%, rgb(105,122,118,0.5) 100%);
    z-index: 99;
    box-sizing: border-box;
    justify-content: space-between;
    padding: 1.5rem 0;
    align-items: center;
    display: flex;
    width: 100%;
    position: relative;
}header .top_expertSe6Y::before {
    position: absolute;
    z-index: -1;
    height: 100%;
    left: 0;
    content: "";
    top: 0;
    background: radial-gradient(circle at 70% 30%, rgb(105,122,118,0.5) 0%, transparent 60%);
    width: 100%;
}header .top_expertSe6Y .main_learnOK9p {
    transition: all 0.4s ease;
    z-index: 2;
    transform: translateY(-5px);
    position: relative;
    margin-left: calc((100vw - 100%) / 2);
}header .top_expertSe6Y .main_learnOK9p:hover {
    transform: translateY(0) scale(1.05);
}header .top_expertSe6Y .main_learnOK9p .top_skillBAay {
    padding: 0.5rem 1rem;
    display: block;
    position: relative;
}header .top_expertSe6Y .main_learnOK9p .top_skillBAay::before {
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
    left: -20px;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 15% 100%);
    top: -10px;
    content: "";
    height: calc(100% + 20px);
    width: calc(100% + 40px);
    position: absolute;
}header .top_expertSe6Y .main_learnOK9p .top_skillBAay svg {
    height: 2.8rem;
    width: auto;
    filter: drop-shadow(0 0 8px #ffffff);
}header .top_expertSe6Y .header_learnGfRA {
    list-style: none;
    padding: 0;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    display: flex;
    background: linear-gradient(90deg, transparent, rgb(139,156,152,0.5) 30%, rgba(0, 0, 0, 0.5) 100%);
    margin: 0;
    justify-content: flex-end;
    width: 80vw;
    padding-right: calc((100vw - 100%) / 2);
    position: relative;
}header .top_expertSe6Y .header_learnGfRA::before {
    position: absolute;
    left: 0;
    content: "";
    background: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 10px,
    rgba(255, 255, 255, 0.03) 10px,
    rgba(255, 255, 255, 0.03) 20px
  );
    z-index: -1;
    top: 0;
    width: 100%;
    height: 100%;
}header .top_expertSe6Y .header_learnGfRA .top_know3QjV {
    perspective: 1000px;
    position: relative;
    transform-style: preserve-3d;
    margin: 0;
}header .top_expertSe6Y .header_learnGfRA .top_know3QjV a {
    text-decoration: none;
    transition: all 0.3s ease;
    transform-origin: center;
    font-weight: 600;
    font-size: 20px;
    position: relative;
    color: #ffffff;
    padding: 1.2rem 1.5rem;
    display: block;
}header .top_expertSe6Y .header_learnGfRA .top_know3QjV a::after {
    width: 0;
    height: 2px;
    left: 1.5rem;
    content: "";
    position: absolute;
    background: rgb(105,122,118);
    transition: width 0.3s ease;
    bottom: 0.8rem;
}header .top_expertSe6Y .header_learnGfRA .top_know3QjV a:hover {
    color: rgb(105,122,118);
    transform: translateZ(10px);
}header .top_expertSe6Y .header_learnGfRA .top_know3QjV a:hover::after {
    width: calc(100% - 3rem);
}

@media screen and (max-width: 991px) {header .top_expertSe6Y {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
}header .top_expertSe6Y .main_learnOK9p {
    margin-left: 0;
    margin-bottom: 1rem;
}header .top_expertSe6Y .header_learnGfRA {
    flex-wrap: wrap;
    background: rgb(139,156,152,0.5);
    justify-content: center;
    clip-path: none;
    width: 100%;
    padding-right: 0;
}header .top_expertSe6Y .header_learnGfRA .top_know3QjV a {
    padding: 0.8rem 1rem;
}header .top_expertSe6Y .header_learnGfRA .top_know3QjV a::after {
    left: 1rem;
    bottom: 0.4rem;
}header .top_expertSe6Y .header_learnGfRA .top_know3QjV a:hover::after {
    width: calc(100% - 2rem);
}
}

@media screen and (max-width: 767px) {header .top_expertSe6Y .header_learnGfRA {
    padding: 0.5rem 0;
}header .top_expertSe6Y .header_learnGfRA .top_know3QjV {
    width: 50%;
}header .top_expertSe6Y .header_learnGfRA .top_know3QjV a {
    padding: 0.6rem 0.8rem;
    text-align: center;
    font-size: calc(20px - 2px);
}header .top_expertSe6Y .header_learnGfRA .top_know3QjV a::after {
    display: none;
}}.learning_outcomesQH7A {
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(173,190,186) 0%, #ffffff 100%);
    position: relative;
}.learning_outcomesQH7A::before {
    opacity: 0.1;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(139,156,152,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(105,122,118,0.5) 0%, transparent 40%);
    width: 100%;
    z-index: 0;
    height: 100%;
}.learning_outcomesQH7A::after {
    width: 100%;
    position: absolute;
    z-index: 0;
    right: -50%;
    opacity: 0.03;
    height: 100%;
    pointer-events: none;
    top: -50%;
    transform: rotate(-15deg);
    background: rgb(139,156,152,0.5);
    content: "";
}.learning_outcomesQH7A .container {
    z-index: 1;
    padding: 0 20px;
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
}.learning_outcomesQH7A .learn_guideLXIk {
    flex-direction: column-reverse;
    gap: 40px;
    align-items: center;
    display: flex;
    position: relative;
}.learning_outcomesQH7A .editorial_wrap0nxG {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    padding: 40px;
    transform: translateZ(0);
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.05),
        -8px -8px 20px rgba(255, 255, 255, 0.8),
        inset 2px 2px 5px rgba(255, 255, 255, 0.4),
        inset -2px -2px 5px rgba(0, 0, 0, 0.05);
    flex: 1;
}.learning_outcomesQH7A .editorial_wrap0nxG:hover {
    box-shadow: 
        25px 25px 50px rgba(0, 0, 0, 0.07),
        -10px -10px 25px rgba(255, 255, 255, 0.9),
        inset 2px 2px 5px rgba(255, 255, 255, 0.4),
        inset -2px -2px 5px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px) translateZ(0);
}.learning_outcomesQH7A h4 {
    margin-bottom: 30px;
    letter-spacing: 0.5px;
    font-size: 24px;
    position: relative;
    line-height: 1.4;
    color: #000000;
    font-weight: 700;
}.learning_outcomesQH7A h4::after {
    transform-origin: left center;
    position: absolute;
    height: 3px;
    transition: width 0.3s ease-out;
    content: "";
    left: 0;
    bottom: -10px;
    background: linear-gradient(90deg, rgb(139,156,152) 0%, rgb(105,122,118) 100%);
    width: 80px;
}.learning_outcomesQH7A .editorial_wrap0nxG:hover h4::after {
    width: 120px;
}.learning_outcomesQH7A div > ul {
    margin: 20px 0;
    list-style: none;
    padding: 0;
}.learning_outcomesQH7A li {
    transition: transform 0.3s ease;
    margin-bottom: 18px;
    transform: translateX(0);
}.learning_outcomesQH7A li:hover {
    transform: translateX(5px);
}.learning_outcomesQH7A li p {
    transition: all 0.3s ease;
    box-shadow: 
        5px 5px 15px rgba(0, 0, 0, 0.03),
        -5px -5px 15px rgba(255, 255, 255, 0.8),
        inset 1px 1px 2px rgba(255, 255, 255, 0.4);
    background: rgba(255, 255, 255, 0.6);
    margin: 0;
    align-items: flex-start;
    border-radius: 10px;
    display: flex;
    gap: 15px;
    padding: 15px 20px;
}.learning_outcomesQH7A li:hover p {
    box-shadow: 
        8px 8px 20px rgba(0, 0, 0, 0.05),
        -8px -8px 20px rgba(255, 255, 255, 1),
        inset 1px 1px 2px rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 0.9);
}.learning_outcomesQH7A li p span:first-child {
    align-items: center;
    display: flex;
    position: relative;
    justify-content: center;
    flex-shrink: 0;
}.learning_outcomesQH7A li p span:last-child {
    font-size: 15px;
    transform: translateY(2px);
    line-height: 1.5;
    color: #000000;
}.learning_outcomesQH7A svg {
    width: 24px;
    position: relative;
    z-index: 1;
    height: 24px;
    transition: transform 0.3s ease;
}.learning_outcomesQH7A li:hover svg {
    transform: scale(1.1) rotate(5deg);
}.learning_outcomesQH7A svg path {
    transition: fill 0.3s ease;
    fill: rgb(139,156,152);
}.learning_outcomesQH7A li:hover svg path {
    fill: rgb(105,122,118);
}.learning_outcomesQH7A .pic_wrap_itemgC0Y {
    width: 100%;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.1),
        -10px -10px 20px rgba(255, 255, 255, 0.8),
        inset 2px 2px 5px rgba(255, 255, 255, 0.4);
    object-fit: cover;
    max-width: 600px;
    border-radius: 10px;
    transform: rotate(-1deg) translateZ(0);
    height: auto;
}.learning_outcomesQH7A .pic_wrap_itemgC0Y:hover {
    box-shadow: 
        25px 25px 50px rgba(0, 0, 0, 0.12),
        -12px -12px 25px rgba(255, 255, 255, 0.9);
    transform: rotate(0deg) translateY(-5px) translateZ(0);
}.learning_outcomesQH7A .editorial_wrap0nxG > div {
    gap: 10px;
    flex-direction: column;
    display: flex;
}

@media (min-width: 768px) {.learning_outcomesQH7A .editorial_wrap0nxG > div {
    flex-direction: row;
    display: flex;
    gap: 30px;
}.learning_outcomesQH7A .editorial_wrap0nxG > div > ul {
    flex: 1;
}
}

@media (min-width: 992px) {.learning_outcomesQH7A {
    padding: 150px 0;
}.learning_outcomesQH7A .learn_guideLXIk {
    gap: 60px;
    flex-direction: row;
    align-items: center;
}.learning_outcomesQH7A h4 {
    font-size: calc(24px * 1.1);
}.learning_outcomesQH7A .editorial_wrap0nxG {
    padding: 50px;
}.learning_outcomesQH7A .pic_wrap_itemgC0Y {
    max-width: 45%;
}
}

@media (min-width: 1200px) {.learning_outcomesQH7A .learn_guideLXIk {
    gap: 80px;
}.learning_outcomesQH7A .editorial_wrap0nxG {
    padding: 60px;
}.learning_outcomesQH7A h4 {
    margin-bottom: 40px;
    font-size: calc(24px * 1.2);
}.learning_outcomesQH7A li p {
    padding: 18px 25px;
}
}

@media (max-width: 767px) {.learning_outcomesQH7A {
    padding: 80px 0;
}.learning_outcomesQH7A .editorial_wrap0nxG {
    padding: 30px 25px;
}.learning_outcomesQH7A h4 {
    margin-bottom: 25px;
    font-size: calc(24px * 0.9);
}.learning_outcomesQH7A li p {
    padding: 12px 15px;
}.learning_outcomesQH7A .pic_wrap_itemgC0Y {
    max-width: 90%;
}
}

@media (hover: none) {.learning_outcomesQH7A .editorial_wrap0nxG:hover,
    .learning_outcomesQH7A li:hover,
    .learning_outcomesQH7A li:hover p,
    .learning_outcomesQH7A .pic_wrap_itemgC0Y:hover,
    .learning_outcomesQH7A li:hover svg {
    transform: none;
    box-shadow: 
            20px 20px 40px rgba(0, 0, 0, 0.05),
            -8px -8px 20px rgba(255, 255, 255, 0.8),
            inset 2px 2px 5px rgba(255, 255, 255, 0.4),
            inset -2px -2px 5px rgba(0, 0, 0, 0.05);
}.learning_outcomesQH7A .editorial_wrap0nxG:hover h4::after {
    width: 80px;
}}.instructor_profilen3ZQ {
    padding: 8rem 0;
    position: relative;
    background: linear-gradient(to bottom, #000000 0%, rgb(173,190,186) 100%);
    overflow: hidden;
}.instructor_profilen3ZQ::before {
    filter: blur(60px);
    background: 
        radial-gradient(circle at 20% 30%, rgb(139,156,152,0.5) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgb(105,122,118,0.5) 0%, transparent 25%);
    content: "";
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    animation: ambientLight 20s ease-in-out infinite alternate;
}@keyframes ambientLight {
    0% { opacity: 0.3; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.1); }
    100% { opacity: 0.3; transform: scale(1); }
}

.instructor_profilen3ZQ .container {
    position: relative;
    margin: 0 auto;
    perspective: 1000px;
    max-width: 1200px;
    padding: 0 2rem;
    z-index: 2;
}.instructor_profilen3ZQ .rating_views0niN {
    border-radius: 27px;
    transform: rotateX(5deg) rotateY(-5deg);
    position: relative;
    display: flex;
    padding: 3rem;
    backdrop-filter: blur(15px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgb(105,122,118,0.5),
        inset 0 0 30px rgb(139,156,152,0.5);
    transform-style: preserve-3d;
    background-color: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    flex-wrap: wrap;
}.instructor_profilen3ZQ .rating_views0niN:hover {
    transform: rotateX(0) rotateY(0);
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.3),
        0 0 0 2px rgb(105,122,118,0.5),
        inset 0 0 50px rgb(139,156,152,0.5);
}.instructor_profilen3ZQ .pic_wrap_itemgC0Y {
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.3),
        0 0 0 5px rgb(139,156,152,0.5);
    transform: translateX(-50%) translateZ(30px);
    border: 3px solid #ffffff;
    position: absolute;
    top: -90px;
    width: 180px;
    border-radius: 50%;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    left: 50%;
    height: 180px;
}.instructor_profilen3ZQ .rating_views0niN:hover .pic_wrap_itemgC0Y {
    transform: translateX(-50%) translateZ(50px);
}.instructor_profilen3ZQ .name {
    font-size: 38px;
    letter-spacing: 1px;
    text-shadow: 0 0 10px rgb(139,156,152,0.5);
    transform: translateZ(20px);
    color: #ffffff;
    width: 100%;
    text-align: center;
    margin-top: 100px;
    font-weight: 700;
}.instructor_profilen3ZQ .rating_views0niN span:not(.name) {
    margin-top: 0.5rem;
    width: 100%;
    letter-spacing: 2px;
    color: rgb(105,122,118);
    transform: translateZ(15px);
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
}.instructor_profilen3ZQ .employee_sectionVlKy {
    transform: translateZ(10px);
    line-height: 1.7;
    padding: 2rem;
    border-left: 3px solid rgb(139,156,152);
    font-size: 15px;
    margin-top: 2rem;
    border-radius: 10px;
    width: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
    transition: transform 0.3s ease;
    position: relative;
    color: #ffffff;
}.instructor_profilen3ZQ .employee_sectionVlKy::before {
    mix-blend-mode: overlay;
    background: linear-gradient(45deg, rgb(139,156,152,0.5) 0%, transparent 70%);
    position: absolute;
    left: 0;
    width: 100%;
    border-radius: 10px;
    opacity: 0.1;
    height: 100%;
    content: "";
    top: 0;
}.instructor_profilen3ZQ .rating_views0niN:hover .employee_sectionVlKy {
    transform: translateZ(25px);
}

@media (max-width: 991px) {.instructor_profilen3ZQ {
    padding: 7rem 0 5rem;
}.instructor_profilen3ZQ .rating_views0niN {
    padding: 2.5rem 2rem;
}.instructor_profilen3ZQ .pic_wrap_itemgC0Y {
    width: 150px;
    height: 150px;
    top: -75px;
}.instructor_profilen3ZQ .name {
    margin-top: 80px;
}.instructor_profilen3ZQ .employee_sectionVlKy {
    padding: 1.5rem;
}
}

@media (max-width: 767px) {.instructor_profilen3ZQ {
    padding: 6rem 0 3rem;
}.instructor_profilen3ZQ .container {
    padding: 0 1rem;
}.instructor_profilen3ZQ .rating_views0niN {
    padding: 2rem 1.5rem;
    transform: none;
}.instructor_profilen3ZQ .pic_wrap_itemgC0Y {
    width: 120px;
    top: -60px;
    height: 120px;
}.instructor_profilen3ZQ .name {
    margin-top: 70px;
    font-size: calc(38px - 2px);
}.instructor_profilen3ZQ .rating_views0niN span:not(.name) {
    font-size: calc(18px - 1px);
}.instructor_profilen3ZQ .employee_sectionVlKy {
    font-size: calc(15px - 1px);
    margin-top: 1.5rem;
    padding: 1.2rem;
}.instructor_profilen3ZQ .rating_views0niN:hover {
    transform: none;
}
}