﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1107px;
}.main_core_DLuQNf5 {
    flex: 1 0 auto;
}html,body {
    font-family: Arial, sans-serif;
    color: #000000;
    min-height: 100%;
    height: 100%;
}a {
    color: inherit;
    text-decoration: none;
}.assign_help_h3j2md5 {
    flex: 0 0 auto;
}svg {
    width: 30px;
    height: 30px;
}.panel-container_boDmCfZ {
    height: 100%;
    display: flex;
    min-height: 100%;
    flex-direction: column;
}header,footer {
    width: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.connect_form_05bSoXi {
    position: relative;
    padding: 0;
}.connect_form_05bSoXi::before {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgb(222,237,241);
    content: '';
    opacity: 0.92;
}.connect_form_05bSoXi .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 0;
}.connect_form_05bSoXi .help_help_Cklg4i1 {
    position: relative;
    display: flex;
}.connect_form_05bSoXi .query_feedback_JAI5Kgf {
    color: #ffffff;
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: rgb(189,195,220);
    padding: 80px 50px;
}.connect_form_05bSoXi .query_feedback_JAI5Kgf h3 {
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 50px;
    font-size: 36px;
    position: relative;
}.connect_form_05bSoXi .query_feedback_JAI5Kgf h3::after {
    position: absolute;
    bottom: -15px;
    width: 60px;
    content: '';
    left: 0;
    height: 3px;
    background: #ffffff;
}.connect_form_05bSoXi .query_feedback_JAI5Kgf div {
    align-items: center;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 15px;
    display: flex;
}.connect_form_05bSoXi .query_feedback_JAI5Kgf div:last-child {
    border-bottom: none;
}.connect_form_05bSoXi .query_feedback_JAI5Kgf svg {
    width: 25px;
    margin-right: 20px;
    height: 25px;
}.connect_form_05bSoXi .query_feedback_JAI5Kgf svg path {
    fill: #ffffff;
}.connect_form_05bSoXi .query_feedback_JAI5Kgf span {
    color: #ffffff;
    font-size: 14px;
}.connect_form_05bSoXi .query_feedback_JAI5Kgf a {
    color: #ffffff;
    text-decoration: none;
    transition: opacity 0.3s ease;
}.connect_form_05bSoXi .query_feedback_JAI5Kgf a:hover {
    opacity: 0.8;
}.connect_form_05bSoXi .inquiry_list_nKG2VLI {
    align-items: center;
    padding: 100px 50px 100px 100px;
    background-color: #ffffff;
    width: 60%;
    display: flex;
}.connect_form_05bSoXi form {
    width: 100%;
}.connect_form_05bSoXi form h3 {
    margin-bottom: 40px;
    font-weight: 700;
    color: #000000;
    position: relative;
    font-size: 36px;
}.connect_form_05bSoXi form h3::after {
    width: 60px;
    background: rgb(189,195,220);
    left: 0;
    height: 3px;
    position: absolute;
    bottom: -15px;
    content: '';
}.connect_form_05bSoXi form input[type="text"],
.connect_form_05bSoXi form input[type="email"] {
    border: none;
    width: 100%;
    transition: all 0.3s ease;
    font-size: 14px;
    margin-bottom: 25px;
    border-bottom: 1px solid #e0e0e0;
    padding: 15px 0;
    background: transparent;
    color: #000000;
}.connect_form_05bSoXi form input[type="text"]:focus,
.connect_form_05bSoXi form input[type="email"]:focus {
    border-bottom-color: rgb(189,195,220);
    outline: none;
}.connect_form_05bSoXi form input::placeholder {
    color: #9e9e9e;
}.connect_form_05bSoXi .inquiry_request_QYE3A0n {
    margin: 30px 0;
    display: flex;
    align-items: flex-start;
}.connect_form_05bSoXi .inquiry_request_QYE3A0n input[type="checkbox"] {
    -webkit-appearance: none;
    position: relative;
    background: transparent;
    margin-right: 15px;
    height: 20px;
    appearance: none;
    cursor: pointer;
    width: 20px;
    flex-shrink: 0;
    transition: all 0.3s ease;
    border: 1px solid #e0e0e0;
}.connect_form_05bSoXi .inquiry_request_QYE3A0n input[type="checkbox"]:checked {
    background-color: rgb(189,195,220);
    border-color: rgb(189,195,220);
}.connect_form_05bSoXi .inquiry_request_QYE3A0n input[type="checkbox"]:checked::before {
    border: solid white;
    top: 2px;
    border-width: 0 2px 2px 0;
    height: 10px;
    content: '';
    left: 6px;
    position: absolute;
    width: 6px;
    transform: rotate(45deg);
}.connect_form_05bSoXi .inquiry_request_QYE3A0n label {
    font-size: 13px;
    line-height: 1.6;
    color: #000000;
}.connect_form_05bSoXi .inquiry_request_QYE3A0n a {
    transition: color 0.3s ease;
    text-decoration: none;
    font-weight: 600;
    color: rgb(189,195,220);
}.connect_form_05bSoXi .inquiry_request_QYE3A0n a:hover {
    color: rgb(156,165,199);
}.connect_form_05bSoXi .feedback_inquiry_uBhxnTA {
    font-weight: 600;
    padding: 15px 40px;
    overflow: hidden;
    z-index: 1;
    font-size: 16px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    background: rgb(189,195,220);
    color: #ffffff;
    display: inline-block;
    position: relative;
}.connect_form_05bSoXi .feedback_inquiry_uBhxnTA::after {
    height: 100%;
    position: absolute;
    content: '';
    background: rgb(156,165,199);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    width: 100%;
    z-index: -1;
    transform: scaleX(0);
    transform-origin: right;
    top: 0;
}.connect_form_05bSoXi .feedback_inquiry_uBhxnTA:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

@media (max-width: 1024px) {.connect_form_05bSoXi .query_feedback_JAI5Kgf {
    padding: 60px 30px;
}.connect_form_05bSoXi .inquiry_list_nKG2VLI {
    padding: 80px 40px 80px 70px;
}
}

@media (max-width: 768px) {.connect_form_05bSoXi .help_help_Cklg4i1 {
    flex-direction: column;
}.connect_form_05bSoXi .query_feedback_JAI5Kgf {
    padding: 50px 30px;
    clip-path: none;
    width: 100%;
}.connect_form_05bSoXi .inquiry_list_nKG2VLI {
    padding: 50px 30px;
    width: 100%;
}.connect_form_05bSoXi .query_feedback_JAI5Kgf h3,
    .connect_form_05bSoXi form h3 {
    margin-bottom: 30px;
    font-size: calc(36px * 0.9);
}
}

@media (max-width: 576px) {.connect_form_05bSoXi .query_feedback_JAI5Kgf,
    .connect_form_05bSoXi .inquiry_list_nKG2VLI {
    padding: 40px 25px;
}.connect_form_05bSoXi .query_feedback_JAI5Kgf h3,
    .connect_form_05bSoXi form h3 {
    font-size: calc(36px * 0.8);
    margin-bottom: 25px;
}.connect_form_05bSoXi .query_feedback_JAI5Kgf div {
    margin-bottom: 20px;
}.connect_form_05bSoXi .feedback_inquiry_uBhxnTA {
    padding: 15px 20px;
    width: 100%;
}}.privacy_hub_jLomyat {
    border: 2px solid rgba(0, 0, 0, 0.5);
    background-color: rgb(222,237,241);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
    padding: 2rem;
    font-family: Arial, sans-serif;
    position: relative;
    color: #000000;
    margin: 2rem;
}.privacy_hub_jLomyat::before {
    top: -10px;
    pointer-events: none;
    bottom: -10px;
    content: '';
    border: 1px dashed rgb(189,195,220);
    border-radius: 15px;
    left: -10px;
    right: -10px;
    position: absolute;
}.privacy_hub_jLomyat::after {
    position: absolute;
    background-color: rgb(189,195,220,0.5);
    border-radius: 50%;
    right: 10px;
    z-index: -1;
    height: 50px;
    width: 50px;
    content: '';
    top: 10px;
}.privacy_hub_jLomyat h1 {
    padding-left: 1rem;
    color: rgb(189,195,220);
    margin-bottom: 1.5rem;
    border-left: 5px solid rgb(189,195,220);
    position: relative;
    font-weight: 700;
    font-size: 44px;
}.privacy_hub_jLomyat h2 {
    margin-top: 2rem;
    font-weight: 600;
    position: relative;
    margin-bottom: 1rem;
    border-left: 4px solid rgb(156,165,199);
    font-size: 29px;
    padding-left: 1rem;
    color: rgb(156,165,199);
}.privacy_hub_jLomyat h3, .privacy_hub_jLomyat h4, .privacy_hub_jLomyat h5, .privacy_hub_jLomyat h6 {
    font-size: 18px;
    margin: 1rem 0;
}.privacy_hub_jLomyat ul,
.privacy_hub_jLomyat ol {
    list-style-position: inside;
    padding-left: 2rem;
    margin: 1.5rem 0;
}.privacy_hub_jLomyat ul {
    list-style-type: square;
}.privacy_hub_jLomyat ol {
    list-style-type: decimal;
}.privacy_hub_jLomyat li {
    position: relative;
    line-height: 1.6;
    font-size: 17px;
    margin-bottom: 0.5rem;
}.privacy_hub_jLomyat li::before {
    border-radius: 50%;
    position: absolute;
    background-color: rgb(189,195,220);
    width: 0.5rem;
    left: -1.5rem;
    height: 0.5rem;
    content: '';
    top: 0.5rem;
}.privacy_hub_jLomyat p {
    margin-bottom: 1rem;
    border-left: 4px solid rgba(0, 0, 0, 0.5);
    line-height: 1.8;
    padding-left: 1rem;
    font-size: 17px;
}.privacy_hub_jLomyat span {
    color: rgb(156,165,199);
    background-color: rgb(189,195,220,0.5);
    font-weight: 700;
    border-radius: 10px;
    padding: 0.2rem 0.4rem;
}.privacy_hub_jLomyat > div {
    margin-bottom: 1.5rem;
    padding: 1rem;
    position: relative;
    border-radius: 10px;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.5);
}.privacy_hub_jLomyat > div::before {
    right: -5px;
    border: 1px dotted rgb(189,195,220);
    position: absolute;
    bottom: -5px;
    border-radius: 10px;
    pointer-events: none;
    content: '';
    left: -5px;
    top: -5px;
}
@media only screen and (max-width: 800px) {.privacy_hub_jLomyat {
    margin: 1rem auto;
    padding: 1rem;
}.privacy_hub_jLomyat h1 {
    border-left-width: 3px;
    padding-left: 0.5rem;
    font-size: calc(18px - 0.5rem);
}.privacy_hub_jLomyat h1::before {
    width: 5px;
    height: 5px;
    top: -5px;
}.privacy_hub_jLomyat h2 {
    padding-left: 0.5rem;
    font-size: calc(18px - 0.5rem);
    border-left-width: 3px;
}.privacy_hub_jLomyat h2::before {
    top: -4px;
    height: 4px;
    width: 4px;
}.privacy_hub_jLomyat p,
    .privacy_hub_jLomyat li {
    font-size: calc(17px - 0.2rem);
}.privacy_hub_jLomyat > div {
    padding: 0.5rem;
}.privacy_hub_jLomyat > div::before {
    bottom: -2px;
    top: -2px;
    right: -2px;
    left: -2px;
}}.statistics_information_hNBwCp5 {
    background: linear-gradient(135deg, rgb(222,237,241) 0%, rgb(222,237,241) 60%, rgb(156,165,199,0.5) 100%);
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
}.statistics_information_hNBwCp5::before {
    content: "";
    transform: rotate(-15deg) skewX(15deg);
    width: 40%;
    left: -5%;
    opacity: 0.4;
    position: absolute;
    top: -10%;
    background: linear-gradient(45deg, rgb(156,165,199,0.5) 0%, transparent 70%);
    height: 70%;
    z-index: 1;
}.statistics_information_hNBwCp5::after {
    height: 70%;
    transform: rotate(15deg) skewX(-15deg);
    bottom: -10%;
    position: absolute;
    background: linear-gradient(225deg, rgb(189,195,220,0.5) 0%, transparent 70%);
    right: -5%;
    width: 35%;
    z-index: 1;
    content: "";
    opacity: 0.3;
}.statistics_information_hNBwCp5 .container {
    z-index: 2;
    margin: 0 auto;
    max-width: 1320px;
    padding: 0 1.5rem;
    position: relative;
}.statistics_information_hNBwCp5 h4 {
    opacity: 0;
    font-size: calc(23px * 1.1);
    font-weight: 700;
    color: #000000;
    letter-spacing: 0.05em;
    position: relative;
    transform: translateY(20px);
    animation: fadeUp 0.8s ease-out 0.8s forwards;
    font-family: Arial, sans-serif;
    text-align: center;
    margin-top: 3rem;
    padding-bottom: 1rem;
}.statistics_information_hNBwCp5 h4::after {
    content: "";
    left: 50%;
    width: 80px;
    height: 3px;
    transform: translateX(-50%);
    position: absolute;
    bottom: 0;
    background: linear-gradient(90deg, transparent, rgb(156,165,199), transparent);
}.statistics_information_hNBwCp5 ul {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    padding: 0;
    list-style-type: none;
    display: grid;
    gap: 1.5rem;
    margin: 0;
}.statistics_information_hNBwCp5 .edu_statistics_BtXKbun {
    box-shadow: 0 10px 30px rgba(0,0,0,0.05), 
              0 1px 5px rgba(0,0,0,0.03),
              0 20px 40px -20px rgba(0,0,0,0.1);
    border: 1px solid rgba(255,255,255,0.4);
    animation: fadeUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    background: linear-gradient(135deg, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.7) 100%);
    border-radius: 12px;
    transform: translateY(30px);
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
              box-shadow 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    padding: 2rem 1.5rem;
    position: relative;
    opacity: 0;
    backdrop-filter: blur(5px);
}.statistics_information_hNBwCp5 .edu_statistics_BtXKbun:nth-child(1) {
    animation-delay: 0.1s;
}.statistics_information_hNBwCp5 .edu_statistics_BtXKbun:nth-child(2) {
    animation-delay: 0.2s;
}.statistics_information_hNBwCp5 .edu_statistics_BtXKbun:nth-child(3) {
    animation-delay: 0.3s;
}.statistics_information_hNBwCp5 .edu_statistics_BtXKbun:nth-child(4) {
    animation-delay: 0.4s;
}.statistics_information_hNBwCp5 .edu_statistics_BtXKbun:nth-child(5) {
    animation-delay: 0.5s;
}.statistics_information_hNBwCp5 .edu_statistics_BtXKbun:nth-child(6) {
    animation-delay: 0.6s;
}.statistics_information_hNBwCp5 .edu_statistics_BtXKbun:nth-child(7) {
    animation-delay: 0.7s;
}.statistics_information_hNBwCp5 .edu_statistics_BtXKbun:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 15px 35px rgba(0,0,0,0.08), 
              0 3px 10px rgba(0,0,0,0.05),
              0 25px 50px -20px rgba(0,0,0,0.15);
}.statistics_information_hNBwCp5 .edu_statistics_BtXKbun::before {
    opacity: 0.8;
    content: "";
    position: absolute;
    border-radius: 12px 12px 0 0;
    height: 5px;
    right: 0;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, 
    rgb(156,165,199) 0%,
    rgb(189,195,220) 100%);
}.statistics_information_hNBwCp5 .edu_statistics_BtXKbun::after {
    position: absolute;
    background: linear-gradient(135deg, rgb(156,165,199,0.5) 0%, transparent 70%);
    height: 60px;
    border-radius: 50%;
    bottom: 15%;
    content: "";
    z-index: -1;
    right: 10%;
    opacity: 0.1;
    width: 60px;
}.statistics_information_hNBwCp5 .edu_statistics_BtXKbun div {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    display: flex;
    z-index: 2;
}.statistics_information_hNBwCp5 .edu_statistics_BtXKbun p {
    font-size: calc(29px * 1.2);
    display: inline-block;
    position: relative;
    font-weight: 700;
    line-height: 1;
    color: rgb(189,195,220);
    margin: 0 0 0.5rem;
}.statistics_information_hNBwCp5 .edu_statistics_BtXKbun p::before {
    width: 30px;
    transform: translateX(-50%);
    content: "";
    background-color: rgb(156,165,199,0.5);
    position: absolute;
    height: 2px;
    bottom: -0.5rem;
    left: 50%;
}.statistics_information_hNBwCp5 .edu_statistics_BtXKbun span {
    font-size: 14px;
    font-weight: 600;
    margin: 0.5rem auto 0;
    line-height: 1.4;
    letter-spacing: 0.01em;
    max-width: 95%;
    color: #000000;
    transition: color 0.3s ease;
}.statistics_information_hNBwCp5 .edu_statistics_BtXKbun:hover span {
    color: rgb(156,165,199);
}

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

@media (max-width: 1200px) {.statistics_information_hNBwCp5 {
    padding: 5rem 0;
}.statistics_information_hNBwCp5 ul {
    gap: 1.25rem;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}.statistics_information_hNBwCp5 .edu_statistics_BtXKbun p {
    font-size: calc(29px * 1.1);
}
}

@media (max-width: 992px) {.statistics_information_hNBwCp5 ul {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
}.statistics_information_hNBwCp5 .edu_statistics_BtXKbun {
    padding: 1.75rem 1.25rem;
}.statistics_information_hNBwCp5 .edu_statistics_BtXKbun p {
    font-size: 29px;
}.statistics_information_hNBwCp5 h4 {
    font-size: 23px;
    margin-top: 2.5rem;
}
}

@media (max-width: 768px) {.statistics_information_hNBwCp5 {
    padding: 4rem 0;
}.statistics_information_hNBwCp5 ul {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1rem;
}.statistics_information_hNBwCp5 .edu_statistics_BtXKbun {
    padding: 1.5rem 1rem;
}.statistics_information_hNBwCp5 h4 {
    margin-top: 2rem;
}.statistics_information_hNBwCp5 .edu_statistics_BtXKbun span {
    font-size: calc(14px * 0.95);
}
}

@media (max-width: 576px) {.statistics_information_hNBwCp5 {
    padding: 3.5rem 0;
}.statistics_information_hNBwCp5 ul {
    max-width: 340px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.statistics_information_hNBwCp5 .edu_statistics_BtXKbun {
    padding: 1.5rem;
}.statistics_information_hNBwCp5 .edu_statistics_BtXKbun p {
    font-size: calc(29px * 0.9);
}}.cookie_message_banner_NipgRMY {
    background: rgb(222,237,241);
    z-index: 90;
    position: fixed;
    width: 100%;
    bottom: 0;
    border-top: 2px solid rgb(189,195,220);
}.learn_agree_7ypiBJe {
    display: flex;
    padding: 20px 0;
    align-items: center;
    justify-content: space-between;
}.cookie_message_banner_NipgRMY h5 {
    margin-bottom: 6px;
    font-size: 22px;
}.cookie_message_banner_NipgRMY p {
    font-size: 18px;
}.cookies_consent_Ux0tPzK {
    flex-shrink: 0;
    margin-right: 10px;
}.cookies_consent_Ux0tPzK svg, .cookies_consent_Ux0tPzK svg path, .cookies_consent_Ux0tPzK img {
    width: 100px;
    fill: rgb(189,195,220);
    height: 100px;
}.track_accept_qFtmSz7 {
    cursor: pointer;
    font-size: 24px;
    margin-left: 10px;
    border-bottom: 2px solid rgb(189,195,220);
    min-width: 120px;
    color: rgb(189,195,220);
    line-height: 35px;
    white-space: nowrap;
    flex-shrink: 0;
    text-align: center;
    text-decoration: none;
}.cookie_message_banner_NipgRMY p a {
    text-decoration: none;
    color: rgb(189,195,220);
}
@media only screen and (max-width: 1200px) {.cookie_message_banner_NipgRMY {
    padding: 20px;
}}
#cookieMessageBanner_MpaCUzn {
    display: none;
}#cookieMessageBanner_MpaCUzn:checked ~ .cookie_message_banner_NipgRMY {
    opacity: 0;
    visibility: hidden;
}
@media only screen and (max-width: 800px) {.cookies_consent_Ux0tPzK {
    display: none;
}.learn_agree_7ypiBJe {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.cookie_message_banner_NipgRMY h5 {
    text-align: center;
}.cookie_message_banner_NipgRMY p {
    text-align: center;
}.cookie_disclaimer_ykt871Q {
    margin-bottom: 20px;
}body .panel-container_boDmCfZ .track_accept_qFtmSz7 {
    margin-left: 0;
}}.company_overview_dwzYZ4g {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    color: #ffffff;
}.company_overview_dwzYZ4g::before {
    height: 100%;
    z-index: 1;
    content: "";
    left: 0;
    top: 0;
    background: linear-gradient(135deg, 
        rgba(23, 35, 50, 0.92) 0%,
        rgba(41, 54, 74, 0.88) 45%,
        rgba(56, 72, 98, 0.85) 100%);
    width: 100%;
    position: absolute;
}.company_overview_dwzYZ4g::after {
    background: radial-gradient(
        circle at 75% 25%,
        rgb(189,195,220,0.5) 0%,
        transparent 45%
    );
    pointer-events: none;
    top: 0;
    height: 100%;
    z-index: 2;
    left: 0;
    position: absolute;
    width: 100%;
    content: "";
}.company_overview_dwzYZ4g h4 {
    z-index: 3;
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    font-size: calc(20px * 1.1);
    letter-spacing: 3px;
    color: #ffffff;
    text-align: center;
    font-weight: 600;
    opacity: 0;
    transform: translateY(10px);
    margin-bottom: 50px;
    position: relative;
    text-transform: uppercase;
}.company_overview_dwzYZ4g h4::after {
    width: 60px;
    left: 50%;
    background: rgb(156,165,199);
    transform: translateX(-50%);
    position: absolute;
    content: "";
    bottom: -12px;
    height: 2px;
}.company_overview_dwzYZ4g .container {
    padding: 0 30px;
    position: relative;
    margin: 0 auto;
    z-index: 3;
    max-width: 1200px;
}.company_overview_dwzYZ4g .words_container_DkmoXUB {
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 50px 60px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25);
    opacity: 0;
    animation: fadeInUp 1s ease-out 0.4s forwards;
    transform: translateY(20px);
    backdrop-filter: blur(10px);
    position: relative;
    background: linear-gradient(
        to right bottom,
        rgba(255, 255, 255, 0.05) 0%,
        rgba(255, 255, 255, 0.02) 100%
    );
}.company_overview_dwzYZ4g .words_container_DkmoXUB::before {
    border: 2px solid rgb(156,165,199,0.5);
    z-index: -1;
    position: absolute;
    content: "";
    right: -40px;
    opacity: 0.3;
    border-radius: 50%;
    height: 120px;
    width: 120px;
    top: -40px;
}.company_overview_dwzYZ4g .words_container_DkmoXUB::after {
    z-index: -1;
    position: absolute;
    border-radius: 50%;
    border: 2px solid rgb(189,195,220,0.5);
    opacity: 0.3;
    left: -20px;
    width: 60px;
    height: 60px;
    bottom: -20px;
    content: "";
}.company_overview_dwzYZ4g h6 {
    display: inline-block;
    margin-bottom: 25px;
    font-size: calc(19px * 1.3);
    font-weight: 700;
    position: relative;
    color: rgb(156,165,199);
}.company_overview_dwzYZ4g h6::after {
    content: "";
    width: 30%;
    background: rgb(156,165,199);
    bottom: -10px;
    height: 2px;
    left: 0;
    position: absolute;
    transform-origin: left;
    animation: expandWidth 1.2s ease-in-out 1s forwards;
}.company_overview_dwzYZ4g span {
    column-gap: 40px;
    font-size: 17px;
    text-align: justify;
    column-count: 1;
    display: block;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.8;
    font-family: Arial, sans-serif;
}.company_overview_dwzYZ4g .words_container_DkmoXUB div {
    position: relative;
    overflow: hidden;
}.company_overview_dwzYZ4g .container::before {
    border: 1px solid rgba(255, 255, 255, 0.05);
    animation: rotateOrbit 20s linear infinite;
    content: "";
    border-radius: 50%;
    z-index: -1;
    width: 200px;
    right: -100px;
    height: 200px;
    position: absolute;
    top: -50px;
}.company_overview_dwzYZ4g .container::after {
    z-index: -1;
    border-radius: 50%;
    position: absolute;
    height: 150px;
    content: "";
    animation: rotateOrbitReverse 25s linear infinite;
    bottom: -30px;
    width: 150px;
    left: -50px;
    border: 1px solid rgba(255, 255, 255, 0.03);
}.company_overview_dwzYZ4g .words_container_DkmoXUB div::before {
    border-radius: 50%;
    width: 4px;
    animation: twinkle 3s ease-in-out infinite;
    right: 30px;
    position: absolute;
    background-color: rgb(156,165,199);
    height: 4px;
    top: 20px;
    box-shadow: 0 0 10px 2px rgb(156,165,199,0.5);
    content: "";
}.company_overview_dwzYZ4g .words_container_DkmoXUB div::after {
    bottom: 30px;
    height: 3px;
    border-radius: 50%;
    content: "";
    left: 20px;
    position: absolute;
    box-shadow: 0 0 8px 1px rgba(255, 255, 255, 0.6);
    background-color: #ffffff;
    animation: twinkle 4s ease-in-out 1s infinite;
    width: 3px;
}@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes expandWidth {
    from {
        width: 0;
    }
    to {
        width: 30%;
    }
}

@keyframes rotateOrbit {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes rotateOrbitReverse {
    from {
        transform: rotate(360deg);
    }
    to {
        transform: rotate(0deg);
    }
}

@keyframes twinkle {
    0%, 100% {
        opacity: 0.2;
        transform: scale(0.8);
    }
    50% {
        opacity: 1;
        transform: scale(1.2);
    }
}


.company_overview_dwzYZ4g .words_container_DkmoXUB:hover {
    transition: all 0.3s ease-out;
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}


@media (min-width: 1200px) {.company_overview_dwzYZ4g .words_container_DkmoXUB {
    padding: 60px 70px;
    margin: 0 auto;
    max-width: 90%;
}.company_overview_dwzYZ4g span {
    column-count: 2;
    column-gap: 50px;
}
}

@media (min-width: 992px) and (max-width: 1199px) {.company_overview_dwzYZ4g {
    padding: 100px 0;
}.company_overview_dwzYZ4g .words_container_DkmoXUB {
    max-width: 95%;
    padding: 50px 60px;
    margin: 0 auto;
}.company_overview_dwzYZ4g span {
    column-count: 2;
    column-gap: 40px;
}
}

@media (min-width: 768px) and (max-width: 991px) {.company_overview_dwzYZ4g {
    padding: 80px 0;
}.company_overview_dwzYZ4g h4 {
    margin-bottom: 40px;
}.company_overview_dwzYZ4g .words_container_DkmoXUB {
    padding: 40px 50px;
}.company_overview_dwzYZ4g span {
    column-gap: 30px;
    font-size: calc(17px * 0.95);
    column-count: 2;
}
}

@media (min-width: 576px) and (max-width: 767px) {.company_overview_dwzYZ4g {
    padding: 70px 0;
}.company_overview_dwzYZ4g h4 {
    font-size: calc(20px * 1);
    margin-bottom: 35px;
}.company_overview_dwzYZ4g .words_container_DkmoXUB {
    padding: 35px 40px;
}.company_overview_dwzYZ4g h6 {
    margin-bottom: 20px;
    font-size: calc(19px * 1.2);
}.company_overview_dwzYZ4g span {
    line-height: 1.7;
    column-count: 1;
    font-size: calc(17px * 0.9);
}
}

@media (max-width: 575px) {.company_overview_dwzYZ4g {
    padding: 60px 0;
}.company_overview_dwzYZ4g h4 {
    margin-bottom: 30px;
    font-size: calc(20px * 0.9);
    letter-spacing: 2px;
}.company_overview_dwzYZ4g .container {
    padding: 0 20px;
}.company_overview_dwzYZ4g .words_container_DkmoXUB {
    padding: 30px 25px;
}.company_overview_dwzYZ4g h6 {
    font-size: calc(19px * 1.1);
    margin-bottom: 18px;
}.company_overview_dwzYZ4g h6::after {
    width: 50px;
}.company_overview_dwzYZ4g span {
    line-height: 1.6;
    font-size: calc(17px * 0.85);
}.company_overview_dwzYZ4g .words_container_DkmoXUB::before,
    .company_overview_dwzYZ4g .words_container_DkmoXUB::after {
    display: none;
}}.course_program_info_XcgrYp8 {
    overflow: hidden;
    padding: 90px 0;
    background: linear-gradient(135deg, rgb(222,237,241) 0%, rgba(240, 240, 245, 0.9) 100%);
    position: relative;
}.course_program_info_XcgrYp8::before {
    top: 0;
    z-index: 1;
    content: "";
    right: 0;
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 30% 0);
    height: 100%;
    position: absolute;
    width: 45%;
    background: linear-gradient(225deg, rgb(189,195,220,0.5) 0%, transparent 80%);
}.course_program_info_XcgrYp8::after {
    content: "";
    left: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 2;
    height: 8px;
    background: linear-gradient(90deg, rgb(189,195,220) 0%, rgb(156,165,199) 50%, rgb(189,195,220) 100%);
}.course_program_info_XcgrYp8 .container {
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 3;
}.course_program_info_XcgrYp8 .program_flow_t2ogKrk {
    display: grid;
    position: relative;
    gap: 40px;
    grid-template-columns: 1fr;
}.course_program_info_XcgrYp8 .image_overlay_gKS5xFn {
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    transform: perspective(1000px) rotateY(-2deg);
    height: 380px;
    position: relative;
}.course_program_info_XcgrYp8 .image_overlay_gKS5xFn::before {
    z-index: 1;
    top: 0;
    height: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.4));
    width: 100%;
    content: "";
}.course_program_info_XcgrYp8 .image_overlay_gKS5xFn::after {
    border-top: 4px solid rgb(156,165,199);
    right: -10px;
    height: 80px;
    content: "";
    border-right: 4px solid rgb(156,165,199);
    position: absolute;
    z-index: 2;
    top: -10px;
    width: 80px;
}.course_program_info_XcgrYp8 .image_overlay_gKS5xFn:hover {
    transform: perspective(1000px) rotateY(0);
}.course_program_info_XcgrYp8 .words_container_DkmoXUB {
    transform: translateY(0);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    backdrop-filter: blur(10px);
    padding: 30px;
    position: relative;
    background: rgba(255, 255, 255, 0.9);
    transition: transform 0.5s ease;
}.course_program_info_XcgrYp8 .words_container_DkmoXUB:hover {
    transform: translateY(-5px);
}.course_program_info_XcgrYp8 .words_container_DkmoXUB::before {
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, rgb(189,195,220), rgb(156,165,199));
    height: 100%;
    width: 4px;
    position: absolute;
    content: "";
}.course_program_info_XcgrYp8 h3 {
    color: #000000;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 15px;
    font-weight: 700;
    line-height: 1.4;
    font-size: calc(24px * 1.1);
}.course_program_info_XcgrYp8 h3::after {
    bottom: 0;
    width: 80px;
    height: 3px;
    left: 0;
    content: "";
    background: rgb(189,195,220);
    position: absolute;
}.course_program_info_XcgrYp8 .description {
    padding-right: 15px;
    font-size: 14px;
    max-height: 250px;
    overflow-y: auto;
    line-height: 1.8;
    color: #000000;
    margin-bottom: 20px;
}.course_program_info_XcgrYp8 .description::-webkit-scrollbar {
    width: 4px;
}.course_program_info_XcgrYp8 .description::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
}.course_program_info_XcgrYp8 .description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(189,195,220,0.5);
}.course_program_info_XcgrYp8 span.description {
    display: none;
}

@media (min-width: 768px) {.course_program_info_XcgrYp8 {
    padding: 120px 0;
}.course_program_info_XcgrYp8 .program_flow_t2ogKrk {
    grid-template-columns: 1fr 1fr;
    align-items: center;
}.course_program_info_XcgrYp8 .image_overlay_gKS5xFn {
    clip-path: polygon(0 0, 100% 5%, 95% 95%, 0 100%);
    height: 450px;
}.course_program_info_XcgrYp8 .words_container_DkmoXUB {
    z-index: 4;
    transform: translateX(-50px);
}.course_program_info_XcgrYp8 .words_container_DkmoXUB:hover {
    transform: translateX(-60px) translateY(0);
}.course_program_info_XcgrYp8 h3 {
    font-size: 38px;
}.course_program_info_XcgrYp8 .description {
    max-height: 350px;
}
}

@media (min-width: 992px) {.course_program_info_XcgrYp8 .program_flow_t2ogKrk {
    gap: 60px;
}.course_program_info_XcgrYp8 .image_overlay_gKS5xFn {
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.3);
    height: 500px;
}.course_program_info_XcgrYp8 .words_container_DkmoXUB {
    padding: 50px;
    transform: translateX(-80px);
}.course_program_info_XcgrYp8 .words_container_DkmoXUB:hover {
    transform: translateX(-90px) translateY(0);
}.course_program_info_XcgrYp8 h3 {
    margin-bottom: 30px;
}.course_program_info_XcgrYp8 .description {
    font-size: calc(14px * 1.05);
    max-height: 400px;
    line-height: 1.9;
}
}

@media (max-width: 767px) {.course_program_info_XcgrYp8 {
    padding: 60px 0;
}.course_program_info_XcgrYp8::before {
    width: 100%;
    clip-path: polygon(100% 0, 100% 30%, 0 100%, 0 70%);
    opacity: 0.3;
}.course_program_info_XcgrYp8 .image_overlay_gKS5xFn {
    height: 280px;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}.course_program_info_XcgrYp8 .words_container_DkmoXUB {
    margin-top: -30px;
    padding: 25px 20px;
}.course_program_info_XcgrYp8 h3 {
    margin-bottom: 20px;
    font-size: calc(24px * 1.05);
    padding-bottom: 12px;
}.course_program_info_XcgrYp8 .description {
    max-height: 200px;
    line-height: 1.7;
    font-size: calc(14px * 0.95);
}}.pricing_suite_L0pqmFe {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    color: #ffffff;
}.pricing_suite_L0pqmFe::before {
    z-index: 0;
    content: "";
    bottom: 0;
    right: 0;
    background-color: rgba(0, 20, 50, 0.85);
    position: absolute;
    backdrop-filter: blur(5px);
    left: 0;
    top: 0;
}.pricing_suite_L0pqmFe .container {
    max-width: 1320px;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    z-index: 1;
}.pricing_suite_L0pqmFe .payment_option_sNvqd9G {
    perspective: 1200px;
}.pricing_suite_L0pqmFe h2 {
    font-size: 33px;
    text-shadow: 0 4px 12px rgba(0,0,0,0.2);
    margin-bottom: 1.5rem;
    letter-spacing: 0.5px;
    transform: translateZ(30px);
    color: #ffffff;
    position: relative;
    text-align: center;
    font-weight: 700;
}.pricing_suite_L0pqmFe h2::after {
    bottom: -15px;
    width: 80px;
    content: "";
    height: 4px;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    background: linear-gradient(90deg, rgb(189,195,220), rgb(156,165,199));
    box-shadow: 0 2px 10px rgba(rgb(189,195,220,0.5), 0.5);
}.pricing_suite_L0pqmFe .price_sheet_anzPiqr {
    line-height: 1.6;
    transform: translateZ(20px);
    color: rgba(255, 255, 255, 0.85);
    font-size: calc(17px * 1.1);
    max-width: 800px;
    margin: 0 auto 3rem;
    text-align: center;
}.pricing_suite_L0pqmFe .qtr_cost_FzexGMZ {
    transform-style: preserve-3d;
    gap: 30px;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    margin: 0;
}.pricing_suite_L0pqmFe .qtr_cost_FzexGMZ li {
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    transform: perspective(1000px) rotateX(5deg);
}.pricing_suite_L0pqmFe .qtr_cost_FzexGMZ li:hover {
    transform: perspective(1000px) rotateX(0) translateY(-10px) scale(1.02);
    z-index: 2;
}.pricing_suite_L0pqmFe .discount_plan_Te3jG0c {
    height: 100%;
    text-decoration: none;
    transform-style: preserve-3d;
    display: block;
    color: #ffffff;
}.pricing_suite_L0pqmFe .learning_fees_W6O8A7f {
    overflow: hidden;
    position: relative;
    backdrop-filter: blur(8px);
    transform-style: preserve-3d;
    height: 100%;
    background: linear-gradient(135deg, 
        rgba(rgb(189,195,220,0.5), 0.2) 0%, 
        rgba(rgb(189,195,220,0.5), 0.3) 50%, 
        rgba(rgb(189,195,220,0.5), 0.18) 100%);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.3),
        0 1px 0 rgba(255, 255, 255, 0.1) inset,
        0 -1px 0 rgba(0, 0, 0, 0.3) inset;
    border-radius: 2px;
    transition: all 0.4s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}.pricing_suite_L0pqmFe .learning_fees_W6O8A7f::before {
    width: 100%;
    position: absolute;
    top: 0;
    background: linear-gradient(90deg, 
        rgb(189,195,220), 
        rgb(156,165,199) 50%, 
        rgb(189,195,220));
    height: 5px;
    content: "";
    left: 0;
    transform: translateZ(10px);
}.pricing_suite_L0pqmFe .learning_fees_W6O8A7f::after {
    left: -50%;
    width: 200%;
    transition: opacity 0.5s ease;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 70%);
    top: -50%;
    height: 200%;
    content: "";
    opacity: 0;
    position: absolute;
    transform: translateZ(5px);
}.pricing_suite_L0pqmFe .discount_plan_Te3jG0c:hover .learning_fees_W6O8A7f::after {
    opacity: 1;
}.pricing_suite_L0pqmFe .plan_rates_I8XMUqw {
    position: relative;
    padding: 30px 25px;
    z-index: 1;
    transform-style: preserve-3d;
}.pricing_suite_L0pqmFe .plan_rates_I8XMUqw h4 {
    font-size: calc(24px * 1.1);
    transition: transform 0.4s ease;
    position: relative;
    transform: translateZ(20px);
    margin-bottom: 15px;
    color: #ffffff;
    font-weight: 700;
}.pricing_suite_L0pqmFe .discount_plan_Te3jG0c:hover .plan_rates_I8XMUqw h4 {
    color: rgb(156,165,199);
    transform: translateZ(25px);
}.pricing_suite_L0pqmFe .plan_rates_I8XMUqw p {
    transform: translateZ(15px);
    padding-right: 5px;
    color: rgba(255, 255, 255, 0.8);
    position: relative;
    overflow-y: auto;
    line-height: 1.7;
    margin-bottom: 25px;
    max-height: 220px;
    font-size: 17px;
}.pricing_suite_L0pqmFe .plan_rates_I8XMUqw p::-webkit-scrollbar {
    width: 3px;
}.pricing_suite_L0pqmFe .plan_rates_I8XMUqw p::-webkit-scrollbar-thumb {
    background-color: rgba(rgb(156,165,199,0.5), 0.6);
    border-radius: 3px;
}.pricing_suite_L0pqmFe .plan_rates_I8XMUqw p::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0.1);
}.pricing_suite_L0pqmFe .study_rates_kv6RuLO {
    color: rgb(156,165,199);
    font-weight: 700;
    text-align: center;
    background: linear-gradient(rgba(rgb(189,195,220,0.5), 0.2), rgba(rgb(189,195,220,0.5), 0.4));
    display: block;
    border-radius: 2px;
    transition: all 0.3s ease;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    padding: 10px 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateZ(25px);
    font-size: calc(24px * 1.3);
    margin-top: 20px;
    position: relative;
}.pricing_suite_L0pqmFe .discount_plan_Te3jG0c:hover .study_rates_kv6RuLO {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    background: linear-gradient(rgba(rgb(156,165,199,0.5), 0.4), rgba(rgb(156,165,199,0.5), 0.7));
    color: #ffffff;
    transform: translateZ(30px) scale(1.05);
}

@media (max-width: 1199px) {.pricing_suite_L0pqmFe {
    padding: 100px 0;
}.pricing_suite_L0pqmFe .qtr_cost_FzexGMZ {
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}
}

@media (max-width: 991px) {.pricing_suite_L0pqmFe {
    padding: 80px 0;
}.pricing_suite_L0pqmFe h2 {
    font-size: calc(33px * 0.9);
}.pricing_suite_L0pqmFe .price_sheet_anzPiqr {
    margin-bottom: 2.5rem;
    font-size: 17px;
}.pricing_suite_L0pqmFe .qtr_cost_FzexGMZ {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}.pricing_suite_L0pqmFe .plan_rates_I8XMUqw {
    padding: 25px 20px;
}
}

@media (max-width: 767px) {.pricing_suite_L0pqmFe {
    padding: 60px 0;
}.pricing_suite_L0pqmFe h2 {
    font-size: calc(33px * 0.8);
}.pricing_suite_L0pqmFe .qtr_cost_FzexGMZ {
    margin: 0 auto;
    max-width: 450px;
    grid-template-columns: 1fr;
}.pricing_suite_L0pqmFe .qtr_cost_FzexGMZ li {
    transform: perspective(800px) rotateX(3deg);
}.pricing_suite_L0pqmFe .study_rates_kv6RuLO {
    font-size: calc(24px * 1.2);
}
}

@media (max-width: 575px) {.pricing_suite_L0pqmFe {
    padding: 50px 0;
}.pricing_suite_L0pqmFe h2 {
    font-size: calc(33px * 0.7);
}.pricing_suite_L0pqmFe .price_sheet_anzPiqr {
    font-size: calc(17px * 0.95);
    margin-bottom: 2rem;
}.pricing_suite_L0pqmFe .plan_rates_I8XMUqw {
    padding: 20px 15px;
}.pricing_suite_L0pqmFe .plan_rates_I8XMUqw h4 {
    font-size: 24px;
}.pricing_suite_L0pqmFe .plan_rates_I8XMUqw p {
    max-height: 180px;
    font-size: calc(17px * 0.9);
}.pricing_suite_L0pqmFe .study_rates_kv6RuLO {
    font-size: 24px;
    padding: 8px 12px;
}}.welcome_Alp06bd {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    overflow: hidden;
}.welcome_Alp06bd .edu_skill_6KFbSWL {
    align-items: center;
    height: 100%;
    justify-content: flex-start;
    display: flex;
    min-height: 100vh;
    width: 100%;
    position: relative;
}.welcome_Alp06bd .edu_skill_6KFbSWL::before {
    top: 0;
    right: 0;
    bottom: 0;
    content: '';
    z-index: 1;
    background: linear-gradient(135deg, 
    rgba(0, 0, 0, 0.85) 0%, 
    rgba(0, 0, 0, 0.5) 50%, 
    rgba(0, 0, 0, 0.7) 100%);
    left: 0;
    position: absolute;
}.welcome_Alp06bd .study_program_UcWOug0 {
    gap: 3rem;
    padding: 5rem;
    margin-left: 10%;
    z-index: 2;
    grid-template-columns: 1fr;
    transform: perspective(1000px) rotateY(-2deg);
    display: grid;
    position: relative;
    max-width: 90%;
}.welcome_Alp06bd .study_program_UcWOug0 > div:first-child {
    animation: slideInLeft 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    position: relative;
    opacity: 0;
    transform: translateX(-30px);
}.welcome_Alp06bd .study_program_UcWOug0 > div:last-child {
    position: relative;
    animation: slideInRight 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s forwards;
    transform: translateX(30px);
    opacity: 0;
}.welcome_Alp06bd .title_style_header {
    display: inline-block;
    font-size: clamp(2.5rem, 5vw, 40px);
    color: #ffffff;
    position: relative;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}.welcome_Alp06bd .title_style_header::after {
    bottom: -10px;
    width: 80%;
    position: absolute;
    content: '';
    transform-origin: left;
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(189,195,220) 0%, rgb(156,165,199) 100%);
    left: 0;
    height: 4px;
    animation: lineGrow 1.2s cubic-bezier(0.17, 0.67, 0.83, 0.67) 0.6s forwards;
}.welcome_Alp06bd h3 {
    line-height: 1.4;
    -webkit-text-fill-color: transparent;
    margin-bottom: 1.5rem;
    background-clip: text !important;
    max-width: 90%;
    -webkit-background-clip: text !important;
    color: #ffffff;
    font-size: clamp(1.3rem, 2.5vw, 20px);
    font-weight: 600;
    background: linear-gradient(90deg, #ffffff 60%, rgb(156,165,199) 100%);
}.welcome_Alp06bd p {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    font-size: clamp(1rem, 1.5vw, 12px);
    transform: translateY(0);
    display: inline-block;
    letter-spacing: 0.5px;
    backdrop-filter: blur(8px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: linear-gradient(120deg, rgb(189,195,220,0.5) 0%, transparent 100%);
    padding: 1rem 2rem;
    margin-top: 1.5rem;
    color: #ffffff;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    line-height: 1.6;
}.welcome_Alp06bd p:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

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

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

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

@media (max-width: 992px) {.welcome_Alp06bd .study_program_UcWOug0 {
    padding: 4rem 3rem;
    max-width: 90%;
    margin-left: 5%;
    transform: perspective(800px) rotateY(-1deg);
}.welcome_Alp06bd p {
    padding: 0.8rem 1.5rem;
}
}

@media (max-width: 768px) {.welcome_Alp06bd .study_program_UcWOug0 {
    max-width: 100%;
    transform: none;
    margin-left: 0;
    gap: 2rem;
    padding: 3rem 2rem;
}.welcome_Alp06bd .title_style_header::after {
    height: 3px;
}.welcome_Alp06bd h3 {
    max-width: 100%;
}.welcome_Alp06bd p {
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
    padding: 0.7rem 1.2rem;
}
}

@media (max-width: 576px) {.welcome_Alp06bd .edu_skill_6KFbSWL {
    justify-content: center;
}.welcome_Alp06bd .study_program_UcWOug0 {
    padding: 2rem 1.5rem;
    text-align: center;
    gap: 1.5rem;
}.welcome_Alp06bd .title_style_header::after {
    width: 60%;
    left: 20%;
}.welcome_Alp06bd h3 {
    font-size: 1.1rem;
}.welcome_Alp06bd p {
    max-width: 90%;
    display: block;
    margin: 0 auto;
    padding: 0.6rem 1rem;
    font-size: 0.95rem;
}}footer {
    width: 100%;
    position: relative;
}footer .assign_help_h3j2md5 {
    color: #ffffff;
    padding: 80px 0 30px;
    font-family: Arial, sans-serif;
    position: relative;
    background-color: rgb(156,165,199);
    overflow: hidden;
}footer .assign_help_h3j2md5::before {
    height: 100px;
    right: 0;
    transform: skewY(-3deg);
    content: "";
    top: -50px;
    background-color: rgb(156,165,199);
    left: 0;
    z-index: 0;
    clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0 100%);
    position: absolute;
}footer .project_ref_CqUzv1p {
    position: relative;
    z-index: 1;
}footer .query_form_GXVeQ83 {
    flex-wrap: wrap;
    margin-bottom: 60px;
    justify-content: center;
    gap: 15px;
    display: flex;
}footer .info_item {
    flex: 1 1 200px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    max-width: 300px;
    overflow: hidden;
    transition: all 0.3s ease;
    background-color: rgb(156,165,199,0.5);
    border-radius: 0 5px 5px 0;
    position: relative;
    padding: 15px 20px 15px 25px;
}footer .info_item::before {
    position: absolute;
    content: "";
    background-color: rgb(189,195,220);
    left: 0;
    height: 100%;
    width: 5px;
    top: 0;
}footer .info_item::after {
    height: 100%;
    z-index: -1;
    left: 0;
    position: absolute;
    content: "";
    top: 0;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.05) 0%, transparent 50%);
    width: 100%;
}footer .info_item:nth-child(even) {
    background-color: rgb(189,195,220,0.5);
}footer .info_item:hover {
    transform: translateY(-5px) translateX(5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}footer .info_item svg {
    fill: rgb(189,195,220);
    width: 20px;
    top: -1px;
    height: 20px;
    vertical-align: middle;
    position: relative;
    margin-right: 12px;
}footer .info_item p,
footer .info_item a {
    text-decoration: none;
    color: #ffffff;
    transition: color 0.3s ease;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
}footer .info_item a:hover {
    color: rgb(189,195,220);
}footer .text_main_holder {
    gap: 30px;
    display: grid;
    position: relative;
    grid-template-columns: 1fr;
}footer .head_mainbar_qAYPL0m {
    background-color: rgb(156,165,199,0.5);
    position: relative;
    border-radius: 22px;
    padding: 30px;
}footer .head_mainbar_qAYPL0m::before {
    content: "";
    position: absolute;
    bottom: 15px;
    border: 1px dashed rgba(255, 255, 255, 0.1);
    left: 15px;
    border-radius: calc(22px - 8px);
    right: 15px;
    top: 15px;
    pointer-events: none;
}footer .head_mainbar_qAYPL0m svg {
    display: block;
    filter: brightness(0) invert(1);
    width: auto;
    height: 45px;
    margin-bottom: 20px;
}footer .news_feed_kR9QaHW {
    line-height: 1.6;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}footer .nav_begin_Ahkesw9 {
    position: relative;
}footer .nav_begin_Ahkesw9 h5 {
    display: inline-block;
    padding-left: 15px;
    font-size: 23px;
    font-weight: 600;
    color: #ffffff;
    position: relative;
    margin-bottom: 25px;
}footer .nav_begin_Ahkesw9 h5::before {
    position: absolute;
    content: "";
    top: 0;
    background-color: rgb(189,195,220);
    height: 100%;
    width: 3px;
    left: 0;
}footer .nav_top_mdX3GBw {
    margin-bottom: 25px;
    position: relative;
}footer .nav_top_mdX3GBw a {
    border-radius: 0 5px 5px 0;
    position: relative;
    background-color: rgb(156,165,199,0.5);
    padding: 10px 15px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    margin: 0 10px 10px 0;
    transition: all 0.3s ease;
    display: inline-block;
    text-decoration: none;
}footer .nav_top_mdX3GBw a::before {
    transition: width 0.3s ease;
    width: 3px;
    background-color: rgb(189,195,220);
    height: 100%;
    position: absolute;
    top: 0;
    content: "";
    left: 0;
}footer .nav_top_mdX3GBw a:hover {
    transform: translateX(5px);
    color: #ffffff;
    background-color: rgb(189,195,220,0.5);
}footer .nav_top_mdX3GBw a:hover::before {
    width: 5px;
}footer .subscribe_holder {
    border-radius: 22px;
    background-color: rgb(156,165,199,0.5);
    position: relative;
    padding: 30px;
}footer .subscribe_holder::before {
    pointer-events: none;
    bottom: 15px;
    left: 15px;
    right: 15px;
    top: 15px;
    border-radius: calc(22px - 8px);
    content: "";
    border: 1px dashed rgba(255, 255, 255, 0.1);
    position: absolute;
}footer .subscribe_holder h5 {
    font-weight: 600;
    margin-bottom: 15px;
    color: #ffffff;
    position: relative;
    padding-left: 15px;
    font-size: 23px;
}footer .subscribe_holder h5::before {
    background-color: rgb(189,195,220);
    width: 3px;
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
    content: "";
}footer .subscribe_holder p {
    line-height: 1.6;
    margin-bottom: 25px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}footer .input_holder {
    flex-direction: column;
    display: flex;
    gap: 15px;
}footer .input_holder input[type="email"] {
    font-size: 14px;
    transition: all 0.3s ease;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 14px 16px;
}footer .input_holder input[type="email"]:focus {
    border-color: rgb(189,195,220);
    outline: none;
    background-color: rgba(255, 255, 255, 0.1);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .get_started_u1W6pJV {
    font-weight: 600;
    border: none;
    background-color: rgb(189,195,220);
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    color: #ffffff;
    transition: all 0.3s ease;
    padding: 14px 20px;
    cursor: pointer;
    font-size: 15px;
}footer .get_started_u1W6pJV::after {
    width: 200%;
    content: "";
    left: -100%;
    position: absolute;
    height: 200%;
    top: -50%;
    background: rgba(255, 255, 255, 0.1);
    transform: rotate(30deg);
    transition: all 0.5s ease;
}footer .get_started_u1W6pJV:hover {
    background-color: rgb(156,165,199);
}footer .get_started_u1W6pJV:hover::after {
    left: 100%;
}footer .sponsor_logo_dqlUIc4 {
    position: relative;
    text-align: center;
    margin-top: 50px;
}footer .sponsor_logo_dqlUIc4::before {
    transform: translateX(-50%);
    width: 50px;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    left: 50%;
    top: -25px;
    height: 1px;
}footer .degree_path_LifmT5j {
    display: inline-block;
    position: relative;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
}

@media (min-width: 768px) {footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .get_started_u1W6pJV {
    white-space: nowrap;
}
}

@media (max-width: 767px) {footer .assign_help_h3j2md5 {
    padding: 60px 0 30px;
}footer .query_form_GXVeQ83 {
    margin-bottom: 40px;
}footer .head_mainbar_qAYPL0m, footer .subscribe_holder {
    padding: 25px 20px;
}footer .nav_top_mdX3GBw a {
    padding: 8px 12px;
    margin: 0 5px 8px 0;
}footer .sponsor_logo_dqlUIc4 {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .assign_help_h3j2md5 {
    padding: 50px 0 20px;
}footer .nav_begin_Ahkesw9 h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
    font-size: calc(23px - 2px);
}footer .head_mainbar_qAYPL0m::before, footer .subscribe_holder::before {
    bottom: 10px;
    top: 10px;
    left: 10px;
    right: 10px;
}footer .input_holder input[type="email"],
    footer .get_started_u1W6pJV {
    padding: 12px;
}}.education_history_cCzsMUF {
    padding: 7rem 0;
    background: rgb(222,237,241);
    position: relative;
    overflow: hidden;
    min-height: 700px;
}.education_history_cCzsMUF::before {
    background-size: 50px 50px;
    animation: gridMove 20s linear infinite;
    height: 100%;
    opacity: 0.15;
    position: absolute;
    top: 0;
    content: "";
    width: 100%;
    background: 
        linear-gradient(0deg, transparent 49.5%, rgb(189,195,220,0.5) 49.5%, rgb(189,195,220,0.5) 50.5%, transparent 50.5%),
        linear-gradient(90deg, transparent 49.5%, rgb(189,195,220,0.5) 49.5%, rgb(189,195,220,0.5) 50.5%, transparent 50.5%);
    left: 0;
}.education_history_cCzsMUF .container {
    max-width: 1200px;
    z-index: 2;
    padding: 0 2rem;
    margin: 0 auto;
    position: relative;
}.education_history_cCzsMUF .feedback_zone_UwdyZHN {
    margin: 0 auto;
    height: 650px;
    flex-direction: column;
    display: flex;
    perspective: 2000px;
    position: relative;
    max-width: 1000px;
}.education_history_cCzsMUF .image_overlay_gKS5xFn {
    z-index: 3;
    border-radius: 22px;
    filter: contrast(1.1) brightness(1.05);
    right: 0;
    transform: translateZ(100px) rotateY(-15deg);
    height: 400px;
    box-shadow: -20px 20px 40px rgba(0, 0, 0, 0.5);
    top: -20px;
    width: 400px;
    position: absolute;
    transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}.education_history_cCzsMUF .feedback_zone_UwdyZHN:hover .image_overlay_gKS5xFn {
    transform: translateZ(120px) rotateY(-10deg) translateX(-20px);
}.education_history_cCzsMUF .name {
    transform: translateZ(70px) rotateY(5deg);
    transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    z-index: 4;
    font-size: 28px;
    min-width: 300px;
    left: 0;
    top: 100px;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    background: rgb(189,195,220);
    position: absolute;
    padding: 1.5rem 2rem;
    color: #ffffff;
    font-weight: 700;
}.education_history_cCzsMUF .feedback_zone_UwdyZHN:hover .name {
    transform: translateZ(90px) rotateY(0deg) translateX(20px);
}.education_history_cCzsMUF .feedback_zone_UwdyZHN span:not(.name) {
    color: #000000;
    padding: 1rem 1.5rem;
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    transform: translateZ(50px) rotateY(5deg);
    font-size: 22px;
    position: absolute;
    left: 40px;
    z-index: 3;
    background: #ffffff;
    top: 190px;
    border-radius: 10px;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5);
    font-weight: 600;
}.education_history_cCzsMUF .feedback_zone_UwdyZHN:hover span:not(.name) {
    transform: translateZ(70px) rotateY(0deg) translateX(30px);
}.education_history_cCzsMUF .exp_details_X8l1BUj {
    color: #000000;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    border-bottom: 4px solid rgb(189,195,220);
    line-height: 1.8;
    z-index: 2;
    font-size: 14px;
    left: 0;
    transition: all 0.7s cubic-bezier(0.22, 1, 0.36, 1);
    right: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.85) 100%);
    bottom: 0;
    border-top: 4px solid rgb(156,165,199);
    backdrop-filter: blur(10px);
    padding: 3rem;
    transform: translateZ(30px);
    position: absolute;
    border-radius: 22px;
}.education_history_cCzsMUF .feedback_zone_UwdyZHN:hover .exp_details_X8l1BUj {
    transform: translateZ(40px) translateY(-10px);
}.education_history_cCzsMUF .exp_details_X8l1BUj::before {
    background-size: 20px 20px;
    mix-blend-mode: overlay;
    top: 0;
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(156,165,199,0.5) 49.5%, rgb(156,165,199,0.5) 50.5%, transparent 50.5%);
    opacity: 0.1;
}.education_history_cCzsMUF .container::after {
    height: 100%;
    filter: blur(100px);
    content: "";
    background: 
        radial-gradient(circle at 80% 20%, rgb(189,195,220,0.5) 0%, transparent 50%),
        radial-gradient(circle at 20% 80%, rgb(156,165,199,0.5) 0%, transparent 50%);
    animation: colorPulse 10s ease-in-out infinite alternate;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    left: 0;
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}

@keyframes colorPulse {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 0.3;
    }
}

@media (max-width: 992px) {.education_history_cCzsMUF .feedback_zone_UwdyZHN {
    height: auto;
    padding: 20px 0;
    flex-direction: column;
}.education_history_cCzsMUF .image_overlay_gKS5xFn {
    position: relative;
    transform: none;
    right: auto;
    height: 300px;
    border-radius: 20px;
    top: auto;
    width: 300px;
    margin: 0 auto 30px;
}.education_history_cCzsMUF .feedback_zone_UwdyZHN:hover .image_overlay_gKS5xFn {
    transform: translateY(-10px);
}.education_history_cCzsMUF .name {
    left: auto;
    text-align: center;
    transform: none;
    margin: 0 auto 30px;
    top: auto;
    width: 90%;
    position: relative;
}.education_history_cCzsMUF .feedback_zone_UwdyZHN:hover .name {
    transform: translateY(-5px);
}.education_history_cCzsMUF .feedback_zone_UwdyZHN span:not(.name) {
    display: block;
    left: auto;
    width: max-content;
    top: auto;
    transform: none;
    margin: 0 auto 45px;
    text-align: center;
    position: relative;
}.education_history_cCzsMUF .feedback_zone_UwdyZHN:hover span:not(.name) {
    transform: translateY(-5px);
}.education_history_cCzsMUF .exp_details_X8l1BUj {
    bottom: auto;
    transform: none;
    position: relative;
}.education_history_cCzsMUF .feedback_zone_UwdyZHN:hover .exp_details_X8l1BUj {
    transform: translateY(-5px);
}
}

@media (max-width: 576px) {.education_history_cCzsMUF {
    padding: 4rem 0;
}.education_history_cCzsMUF .image_overlay_gKS5xFn {
    margin-bottom: 35px;
    width: 220px;
    height: 220px;
}.education_history_cCzsMUF .name {
    margin-bottom: 25px;
    font-size: 22px;
    width: 100%;
    padding: 1rem 1.5rem;
    min-width: auto;
}.education_history_cCzsMUF .feedback_zone_UwdyZHN span:not(.name) {
    margin-bottom: 35px;
    font-size: 14px;
    padding: 0.5rem 1rem;
}.education_history_cCzsMUF .exp_details_X8l1BUj {
    padding: 2rem 1.5rem;
    font-size: calc(14px * 0.9);
}}.join_our_mailing_list_sjM5AtJ {
    overflow: hidden;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.15);
    position: relative;
    padding: 5rem 2rem;
    background: linear-gradient(135deg, rgb(156,165,199,0.5), rgb(156,165,199) 70%);
}.join_our_mailing_list_sjM5AtJ::before {
    background: linear-gradient(45deg, transparent 30%, rgb(189,195,220,0.5) 70%, transparent 90%);
    opacity: 0.3;
    animation: lightShift 8s infinite alternate ease-in-out;
    transform: rotate(15deg) translateZ(0);
    width: 100%;
    top: -50%;
    right: -50%;
    content: "";
    pointer-events: none;
    height: 200%;
    position: absolute;
}.join_our_mailing_list_sjM5AtJ::after {
    transform-origin: left center;
    content: "";
    width: 100%;
    bottom: -2px;
    animation: borderPulse 4s infinite ease-in-out;
    position: absolute;
    height: 6px;
    left: 0;
    background: linear-gradient(90deg, rgb(189,195,220), rgb(156,165,199), rgb(189,195,220));
}.join_our_mailing_list_sjM5AtJ .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 2;
}.join_our_mailing_list_sjM5AtJ .academy_track_oSOAI7H {
    flex-direction: column;
    transform: perspective(1000px) rotateY(-2deg);
    padding: 3rem;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    border-left: 4px solid rgb(189,195,220);
    background: #ffffff;
    display: flex;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}.join_our_mailing_list_sjM5AtJ .academy_track_oSOAI7H:hover {
    transform: perspective(1000px) rotateY(0deg);
}.join_our_mailing_list_sjM5AtJ h4 {
    margin: 0 0 2rem;
    font-weight: 600;
    position: relative;
    font-family: Arial, sans-serif;
    font-size: 18px;
    line-height: 1.4;
    max-width: 90%;
    color: #000000;
}.join_our_mailing_list_sjM5AtJ h4::after {
    bottom: -10px;
    content: "";
    left: 0;
    background: rgb(189,195,220);
    transform-origin: left center;
    width: 60px;
    position: absolute;
    transition: width 0.3s ease-out;
    height: 3px;
}.join_our_mailing_list_sjM5AtJ .academy_track_oSOAI7H:hover h4::after {
    width: 100px;
}.join_our_mailing_list_sjM5AtJ .input_holder {
    position: relative;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
    display: flex;
}.join_our_mailing_list_sjM5AtJ .input_holder span {
    flex: 1 1 250px;
    position: relative;
}.join_our_mailing_list_sjM5AtJ .input_holder span:first-child {
    flex: 1 1 350px;
}.join_our_mailing_list_sjM5AtJ input[type="email"] {
    outline: none;
    padding: 1.2rem 1.5rem;
    width: 100%;
    font-size: 12px;
    border: 1px solid transparent;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    background: rgba(240, 240, 245, 0.8);
    color: #000000;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}.join_our_mailing_list_sjM5AtJ input[type="email"]:focus {
    border-color: rgb(189,195,220);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    background: #ffffff;
}.join_our_mailing_list_sjM5AtJ input[type="email"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(0, 0, 0, 0.4);
}.join_our_mailing_list_sjM5AtJ input[type="email"]:focus::placeholder {
    opacity: 0.5;
    transform: translateX(10px);
}.join_our_mailing_list_sjM5AtJ .get_started_u1W6pJV {
    width: 100%;
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-size: 14px;
    background: linear-gradient(135deg, rgb(189,195,220), rgb(156,165,199));
    font-weight: 600;
    cursor: pointer;
    padding: 1.25rem 1.5rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    border: none;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.join_our_mailing_list_sjM5AtJ .get_started_u1W6pJV::before {
    pointer-events: none;
    transform: rotate(30deg);
    left: -50%;
    height: 200%;
    content: "";
    width: 200%;
    animation: buttonShine 3s infinite ease-in-out;
    top: -50%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    position: absolute;
}.join_our_mailing_list_sjM5AtJ .get_started_u1W6pJV:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}.join_our_mailing_list_sjM5AtJ .get_started_u1W6pJV:active {
    transform: translateY(1px);
}

@keyframes lightShift {
    0% {
        opacity: 0.2;
        transform: rotate(15deg) translateX(-10%) translateZ(0);
    }
    100% {
        opacity: 0.4;
        transform: rotate(15deg) translateX(10%) translateZ(0);
    }
}

@keyframes borderPulse {
    0%, 100% {
        opacity: 0.6;
    }
    50% {
        opacity: 1;
    }
}

@keyframes buttonShine {
    0% {
        transform: rotate(30deg) translate(-100%, -100%);
    }
    100% {
        transform: rotate(30deg) translate(100%, 100%);
    }
}

@media (min-width: 768px) {.join_our_mailing_list_sjM5AtJ {
    padding: 7rem 3rem;
}.join_our_mailing_list_sjM5AtJ .academy_track_oSOAI7H {
    gap: 3rem;
    justify-content: space-between;
    align-items: center;
    padding: 4rem;
    flex-direction: row;
}.join_our_mailing_list_sjM5AtJ h4 {
    margin: 0;
    flex: 1;
}.join_our_mailing_list_sjM5AtJ .input_holder {
    margin-left: 2rem;
    flex: 1;
}
}

@media (max-width: 767px) {.join_our_mailing_list_sjM5AtJ {
    padding: 4rem 1.5rem;
}.join_our_mailing_list_sjM5AtJ .academy_track_oSOAI7H {
    padding: 2.5rem 2rem;
    transform: perspective(1000px) rotateY(-1deg);
}.join_our_mailing_list_sjM5AtJ h4 {
    font-size: calc(18px * 0.9);
    max-width: 100%;
}.join_our_mailing_list_sjM5AtJ .input_holder {
    margin-top: 2rem;
}.join_our_mailing_list_sjM5AtJ input[type="email"],
    .join_our_mailing_list_sjM5AtJ .get_started_u1W6pJV {
    padding: 1rem 1.2rem;
}
}

@media (max-width: 480px) {.join_our_mailing_list_sjM5AtJ {
    padding: 3rem 1rem;
}.join_our_mailing_list_sjM5AtJ .academy_track_oSOAI7H {
    padding: 2rem 1.5rem;
}.join_our_mailing_list_sjM5AtJ h4 {
    font-size: calc(18px * 0.85);
}.join_our_mailing_list_sjM5AtJ input[type="email"],
    .join_our_mailing_list_sjM5AtJ .get_started_u1W6pJV {
    padding: 0.9rem 1rem;
}.join_our_mailing_list_sjM5AtJ .input_holder span {
    flex: 1 1 100%;
}}.gratPage_yBVpOZW {
    justify-content: center;
    position: relative;
    min-height: 70vh;
    padding: 6rem 2rem;
    align-items: center;
    overflow: hidden;
    display: flex;
    background: linear-gradient(135deg, rgb(189,195,220,0.5), rgb(156,165,199,0.5));
}.gratPage_yBVpOZW::before {
    background: radial-gradient(circle at 30% 70%, rgb(189,195,220,0.5) 0%, transparent 60%);
    z-index: 1;
    content: "";
    height: 100%;
    transform-origin: center;
    animation: pulse 15s ease-in-out infinite alternate;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}.gratPage_yBVpOZW::after {
    z-index: 0;
    position: absolute;
    bottom: -5%;
    background: radial-gradient(circle, rgb(156,165,199,0.5) 0%, transparent 70%);
    width: 50%;
    height: 50%;
    right: -5%;
    content: "";
    animation: float 20s ease-in-out infinite;
}.gratPage_yBVpOZW .container {
    width: 100%;
    transform: perspective(1000px) rotateX(2deg);
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.gratPage_yBVpOZW .academy_track_oSOAI7H {
    transform: translateZ(0);
    background: rgba(255, 255, 255, 0.85);
    gap: 2.5rem;
    backdrop-filter: blur(10px);
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    padding: 3.5rem;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% 85%, 
        95% 100%, 
        0 100%
    );
    position: relative;
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.2),
        inset 0 0 0 1px rgba(255, 255, 255, 0.2);
    grid-template-columns: 1fr;
    display: grid;
}.gratPage_yBVpOZW .academy_track_oSOAI7H:hover {
    transform: translateZ(30px) scale(1.02);
}.gratPage_yBVpOZW .academy_track_oSOAI7H > div:first-child {
    padding-left: 2.5rem;
    position: relative;
    border-left: 4px solid rgb(189,195,220);
}.gratPage_yBVpOZW .academy_track_oSOAI7H > div:first-child::before {
    background: rgb(189,195,220);
    box-shadow: 0 0 20px rgba(rgb(189,195,220), 0.5);
    transform: translateY(-50%);
    left: -15px;
    animation: pulse 3s infinite alternate;
    content: "";
    height: 26px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    width: 26px;
}.gratPage_yBVpOZW h5 {
    animation: slideIn 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    transition: transform 0.4s ease-out;
    font-size: calc(23px * 1.2);
    margin: 0;
    line-height: 1.4;
    opacity: 0;
    transform: translateX(0);
    font-weight: 700;
    color: #000000;
}.gratPage_yBVpOZW .academy_track_oSOAI7H > div:nth-child(2) {
    animation: fadeIn 0.8s 0.4s ease-out forwards;
    position: relative;
    transition: transform 0.3s ease;
    opacity: 0;
}.gratPage_yBVpOZW .academy_track_oSOAI7H > div:nth-child(2)::before {
    top: -10px;
    position: absolute;
    background: linear-gradient(90deg, rgb(189,195,220), transparent);
    content: "";
    width: 70%;
    height: 1px;
    left: 0;
}.gratPage_yBVpOZW a {
    display: block;
    text-decoration: none;
    transition: transform 0.4s ease-out;
    transform: translateY(0);
}.gratPage_yBVpOZW a:hover {
    transform: translateY(-5px);
}.gratPage_yBVpOZW p {
    hyphens: auto;
    color: #000000;
    padding: 1rem 0;
    line-height: 1.8;
    position: relative;
    margin: 0;
    font-size: 18px;
}.gratPage_yBVpOZW p::after {
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    right: 0;
    transform: scaleX(0);
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(156,165,199));
    bottom: 0;
    transform-origin: right;
    content: "";
    width: 35%;
    height: 2px;
}.gratPage_yBVpOZW a:hover p::after {
    transform: scaleX(1);
}

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

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

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

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

@media (min-width: 768px) {.gratPage_yBVpOZW {
    padding: 8rem 3rem;
}.gratPage_yBVpOZW .academy_track_oSOAI7H {
    grid-template-columns: 1fr 1fr;
    gap: 3.5rem;
    padding: 4rem;
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% 90%, 
            95% 100%, 
            0 100%
        );
}.gratPage_yBVpOZW h5 {
    font-size: calc(23px * 1.4);
}.gratPage_yBVpOZW .academy_track_oSOAI7H > div:first-child::after {
    transform: translateY(-50%);
    content: "";
    right: -3.5rem;
    height: 80%;
    background: linear-gradient(to bottom, transparent, rgb(189,195,220,0.5), transparent);
    position: absolute;
    top: 50%;
    width: 1px;
}.gratPage_yBVpOZW .academy_track_oSOAI7H > div:nth-child(2)::before {
    width: 40%;
}
}

@media (min-width: 992px) {.gratPage_yBVpOZW .academy_track_oSOAI7H {
    padding: 5rem;
    gap: 5rem;
}.gratPage_yBVpOZW h5 {
    font-size: calc(23px * 1.5);
}.gratPage_yBVpOZW .academy_track_oSOAI7H > div:first-child {
    border-left-width: 5px;
    padding-left: 3rem;
}.gratPage_yBVpOZW p {
    font-size: calc(18px * 1.1);
}.gratPage_yBVpOZW .container {
    transform: perspective(1500px) rotateX(3deg);
}
}

@media (max-width: 767px) {.gratPage_yBVpOZW {
    padding: 4rem 1.5rem;
}.gratPage_yBVpOZW .academy_track_oSOAI7H {
    padding: 2.5rem 2rem;
}.gratPage_yBVpOZW h5 {
    font-size: 23px;
}.gratPage_yBVpOZW p {
    font-size: calc(18px * 0.95);
}
}

@media (hover: hover) {.gratPage_yBVpOZW .academy_track_oSOAI7H:hover > div:first-child::before {
    animation-duration: 1.5s;
}
}

@media (prefers-reduced-motion) {.gratPage_yBVpOZW .academy_track_oSOAI7H,
    .gratPage_yBVpOZW a,
    .gratPage_yBVpOZW h5,
    .gratPage_yBVpOZW::before,
    .gratPage_yBVpOZW::after {
    transition: none;
    animation: none;
}.gratPage_yBVpOZW .academy_track_oSOAI7H > div:first-child::before {
    animation: none;
}.gratPage_yBVpOZW .academy_track_oSOAI7H > div:nth-child(2) {
    opacity: 1;
}.gratPage_yBVpOZW h5 {
    opacity: 1;
}}header {
    background: 
        linear-gradient(170deg, 
            #000000 0%,
            rgb(189,195,220,0.5) 100%);
    left: 0;
    z-index: 1000;
    background: #000000;
    position: fixed;
    overflow: hidden;
    top: 0;
    width: 100%;
}header::before {
    content: "";
    opacity: 0.03;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 10px,
            rgb(156,165,199,0.5) 10px,
            rgb(156,165,199,0.5) 11px
        );
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}header::after {
    animation: gradient-shift 8s linear infinite;
    left: 0;
    top: 0;
    background-size: 200% 100%;
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, 
        rgb(189,195,220),
        rgb(156,165,199),
        rgb(189,195,220));
    z-index: 5;
    content: "";
    height: 5px;
}header .container {
    align-items: center;
    flex-direction: column;
    padding: 0;
    display: flex;
    position: relative;
}header .header_mentor_m6galeo {
    display: flex;
    width: 100%;
    flex-direction: column;
    padding-top: 1.5rem;
    position: relative;
    z-index: 2;
    align-items: center;
}header .main_guide_qOjwvrH {
    padding: 0.5rem 2rem;
    justify-content: center;
    text-decoration: none;
    margin-bottom: 2rem;
    z-index: 3;
    display: flex;
    position: relative;
}header .main_guide_qOjwvrH::before {
    position: absolute;
    height: 1px;
    width: 160%;
    left: -30%;
    content: "";
    background: linear-gradient(90deg, 
        transparent 0%,
        rgb(156,165,199,0.5) 20%,
        rgb(156,165,199) 50%,
        rgb(156,165,199,0.5) 80%,
        transparent 100%);
    bottom: -10px;
}header .main_guide_qOjwvrH::after {
    height: 40px;
    content: "";
    width: 40px;
    filter: blur(20px);
    animation: orb-float 5s ease-in-out infinite alternate;
    opacity: 0.5;
    position: absolute;
    background: rgb(189,195,220,0.5);
    z-index: -1;
    border-radius: 50%;
}header .main_guide_qOjwvrH svg {
    z-index: 2;
    filter: drop-shadow(0 0 8px rgb(189,195,220,0.5));
    height: 48px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: auto;
    position: relative;
}header .main_guide_qOjwvrH:hover svg {
    transform: scale(1.08);
    filter: drop-shadow(0 0 12px rgb(189,195,220));
}header .nav_begin_Ahkesw9 {
    overflow-x: auto;
    background: linear-gradient(to bottom, 
        #000000 0%,
        rgba(0, 0, 0, 0.5) 100%);
    width: 100vw;
    scrollbar-width: none;
    justify-content: center;
    position: relative;
    gap: 1rem;
    padding: 1rem 0;
    display: flex;
    mask-image: linear-gradient(90deg, 
        transparent 0%,
        #000 5%,
        #000 95%,
        transparent 100%);
}header .nav_begin_Ahkesw9::-webkit-scrollbar {
    display: none;
}header .nav_begin_Ahkesw9::before {
    left: 0;
    position: absolute;
    content: "";
    background: rgb(189,195,220,0.5);
    height: 1px;
    width: 100%;
    top: 0;
}header .head_learning_lzxNF6V {
    transition: all 0.3s ease;
    background: linear-gradient(135deg,
        #000000 0%,
        rgba(0, 0, 0, 0.5) 100%);
    overflow: hidden;
    text-decoration: none;
    font-weight: 400;
    white-space: nowrap;
    border-radius: 28px;
    border: 1px solid rgb(189,195,220,0.5);
    font-family: Arial, sans-serif;
    padding: 0.6rem 1.8rem;
    color: #ffffff;
    letter-spacing: 0.5px;
    font-size: 18px;
    position: relative;
}header .head_learning_lzxNF6V::before {
    transition: left 0.5s ease;
    background: linear-gradient(90deg,
        transparent,
        rgb(156,165,199,0.5),
        transparent);
    content: "";
    height: 100%;
    left: -100%;
    top: 0;
    opacity: 0.5;
    width: 100%;
    position: absolute;
}header .head_learning_lzxNF6V::after {
    right: 12px;
    transition: transform 0.3s ease;
    background: rgb(156,165,199);
    position: absolute;
    content: "";
    box-shadow: 0 0 10px rgb(156,165,199);
    transform: translateY(-50%) scale(0);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    top: 50%;
}header .head_learning_lzxNF6V:hover {
    transform: translateY(-2px);
    color: rgb(156,165,199);
    box-shadow: 0 0 15px rgb(189,195,220,0.5),
                inset 0 0 10px rgb(189,195,220,0.5);
    border-color: rgb(156,165,199);
}header .head_learning_lzxNF6V:hover::before {
    left: 100%;
}header .head_learning_lzxNF6V:hover::after {
    transform: translateY(-50%) scale(1);
}

@keyframes gradient-shift {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 200% 50%;
    }
}

@keyframes orb-float {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(30px, 10px);
    }
}

@media (max-width: 991px) {header .main_guide_qOjwvrH {
    margin-bottom: 1.5rem;
}header .main_guide_qOjwvrH svg {
    height: 42px;
}header .head_learning_lzxNF6V {
    padding: 0.5rem 1.5rem;
    font-size: calc(18px - 1px);
}
}

@media (max-width: 767px) {header .header_mentor_m6galeo {
    padding-top: 1rem;
}header .main_guide_qOjwvrH {
    margin-bottom: 1rem;
}header .main_guide_qOjwvrH svg {
    height: 36px;
}header .nav_begin_Ahkesw9 {
    justify-content: flex-start;
    padding: 0.8rem 0;
}header .head_learning_lzxNF6V {
    font-size: calc(18px - 2px);
    padding: 0.4rem 1.2rem;
    margin: 0 0.2rem;
}header .head_learning_lzxNF6V:first-child {
    margin-left: 1rem;
}header .head_learning_lzxNF6V:last-child {
    margin-right: 1rem;
}header .head_learning_lzxNF6V::after {
    right: 8px;
    height: 6px;
    width: 6px;
}}.course_candidates_aQytNeK {
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
    background-color: rgb(222,237,241);
}.course_candidates_aQytNeK::before {
    background: 
        radial-gradient(circle at 20% 30%, rgb(156,165,199,0.5) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgb(189,195,220,0.5) 0%, transparent 30%);
    top: 0;
    left: 0;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.4;
}.course_candidates_aQytNeK::after {
    height: 200%;
    position: absolute;
    opacity: 0.05;
    width: 200%;
    background-size: 100px 100px;
    background: linear-gradient(45deg, transparent 48%, rgb(156,165,199,0.5) 49%, rgb(156,165,199,0.5) 51%, transparent 52%);
    top: -50%;
    z-index: 1;
    content: '';
    animation: moveGradient 120s linear infinite;
    left: -50%;
}.course_candidates_aQytNeK .academy_track_oSOAI7H {
    padding: 3rem;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 0 80px rgb(156,165,199,0.5);
    margin: 0 auto;
    z-index: 2;
    backdrop-filter: blur(12px);
    max-width: 1100px;
    border-radius: 28px;
}.course_candidates_aQytNeK h3 {
    font-size: 36px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 3.5rem;
    color: #000000;
    position: relative;
    text-align: center;
}.course_candidates_aQytNeK h3::before {
    border-radius: 50px;
    top: -30px;
    background: rgb(156,165,199);
    left: 50%;
    width: 60px;
    content: '';
    transform: translateX(-50%);
    position: absolute;
    height: 5px;
}.course_candidates_aQytNeK h3::after {
    content: '';
    height: 1px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, rgb(156,165,199), transparent);
    bottom: -15px;
    width: 40%;
    left: 50%;
    position: absolute;
}.course_candidates_aQytNeK ul {
    display: flex;
    list-style: none;
    gap: 2rem;
    margin: 0;
    flex-direction: column;
    padding: 0;
}.course_candidates_aQytNeK li {
    flex-direction: column;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.05),
        0 1px 3px rgba(0, 0, 0, 0.02),
        inset 0 0 0 1px rgba(255, 255, 255, 0.4);
    overflow: hidden;
    display: flex;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    text-align: center;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 2.5rem 2rem;
    align-items: center;
    border-radius: 28px;
    position: relative;
}.course_candidates_aQytNeK li::before {
    height: 5px;
    opacity: 0.3;
    width: 100%;
    content: '';
    background: linear-gradient(90deg, rgb(156,165,199,0.5), rgb(189,195,220,0.5));
    left: 0;
    transition: opacity 0.4s ease;
    top: 0;
    position: absolute;
}.course_candidates_aQytNeK li::after {
    bottom: 0;
    background: radial-gradient(circle at center bottom, rgb(156,165,199,0.5) 0%, transparent 70%);
    content: '';
    z-index: -1;
    position: absolute;
    height: 100%;
    transition: opacity 0.5s ease;
    left: 0;
    width: 100%;
    opacity: 0;
}.course_candidates_aQytNeK li:hover {
    transform: translateY(-8px);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 3px 10px rgba(0, 0, 0, 0.05),
        inset 0 0 0 1px rgba(255, 255, 255, 0.6);
}.course_candidates_aQytNeK li:hover::before {
    opacity: 1;
}.course_candidates_aQytNeK li:hover::after {
    opacity: 0.15;
}.course_candidates_aQytNeK li svg {
    height: 60px;
    display: block;
    margin-bottom: 1.5rem;
    width: 60px;
    filter: drop-shadow(0 3px 6px rgb(156,165,199,0.5));
    fill: rgb(156,165,199);
    transition: all 0.4s ease;
}.course_candidates_aQytNeK li:hover svg {
    filter: drop-shadow(0 5px 10px rgb(189,195,220,0.5));
    transform: scale(1.05);
    fill: rgb(189,195,220);
}.course_candidates_aQytNeK li svg path {
    transition: all 0.4s ease;
}.course_candidates_aQytNeK li:hover svg path {
    fill: rgb(189,195,220);
}.course_candidates_aQytNeK li {
    color: #000000;
    font-weight: 300;
    position: relative;
    line-height: 1.6;
    padding-bottom: 1rem;
    font-size: 18px;
}.course_candidates_aQytNeK li:nth-child(1) {
    background-color: rgba(255, 255, 255, 0.75);
}.course_candidates_aQytNeK li:nth-child(2) {
    background-color: rgba(255, 255, 255, 0.8);
}.course_candidates_aQytNeK li:nth-child(3) {
    background-color: rgba(255, 255, 255, 0.85);
}.course_candidates_aQytNeK li:nth-child(4) {
    background-color: rgba(255, 255, 255, 0.9);
}

@keyframes moveGradient {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@media (min-width: 992px) {.course_candidates_aQytNeK ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}.course_candidates_aQytNeK li:nth-child(even) {
    transform: translateY(20px);
}.course_candidates_aQytNeK li:nth-child(even):hover {
    transform: translateY(12px);
}.course_candidates_aQytNeK li:nth-child(1),
    .course_candidates_aQytNeK li:nth-child(4) {
    animation: float 8s ease-in-out infinite;
}.course_candidates_aQytNeK li:nth-child(2),
    .course_candidates_aQytNeK li:nth-child(3) {
    animation: float 8s ease-in-out infinite reverse;
}
}

@media (max-width: 991px) {.course_candidates_aQytNeK .academy_track_oSOAI7H {
    padding: 2rem;
}.course_candidates_aQytNeK h3 {
    font-size: calc(36px * 0.9);
    margin-bottom: 2.5rem;
}.course_candidates_aQytNeK li {
    padding: 2rem 1.5rem;
}.course_candidates_aQytNeK li svg {
    height: 50px;
    width: 50px;
    margin-bottom: 1rem;
}
}

@media (max-width: 767px) {.course_candidates_aQytNeK {
    padding: 3rem 0;
}.course_candidates_aQytNeK .academy_track_oSOAI7H {
    padding: 1.5rem;
}.course_candidates_aQytNeK h3 {
    font-size: calc(36px * 0.8);
    margin-bottom: 2rem;
}.course_candidates_aQytNeK h3::before {
    top: -20px;
    width: 50px;
}.course_candidates_aQytNeK h3::after {
    width: 70%;
}.course_candidates_aQytNeK ul {
    gap: 1.5rem;
}.course_candidates_aQytNeK li {
    padding: 1.5rem 1rem;
}.course_candidates_aQytNeK li svg {
    height: 45px;
    width: 45px;
}
}