* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}a {
    text-decoration: none;
    color: inherit;
}svg {
    height: 30px;
    width: 30px;
}html,body {
    height: 100%;
    min-height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
    scroll-behavior: auto;
}header,footer {
    width: 100%;
}.Nk_wrap-container {
    min-height: 100%;
    flex-direction: column;
    display: flex;
    height: 100%;
}.container {
    width: 1246px;
    margin: auto;
    max-width: 100%;
}.Mx_webinar_live {
    flex: 0 0 auto;
}.al_top_core {
    flex: 1 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.DS_thanksPage {
    background: linear-gradient(135deg, rgb(225,226,224) 25%, rgba(rgb(181,187,178,0.5), 0.05) 100%);
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
}.DS_thanksPage::before {
    top: -15%;
    opacity: 0.1;
    content: "";
    background: linear-gradient(120deg, rgb(144,163,129), rgba(rgb(144,163,129,0.5), 0.2));
    transform: rotate(35deg) skew(15deg);
    animation: float 15s ease-in-out infinite alternate;
    position: absolute;
    width: 40%;
    filter: blur(80px);
    z-index: 0;
    right: -10%;
    height: 70%;
}.DS_thanksPage::after {
    bottom: 0;
    position: absolute;
    content: "";
    height: 10px;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(181,187,178) 20%, 
        rgb(144,163,129) 50%, 
        rgb(181,187,178) 80%, 
        transparent);
    z-index: 1;
    left: 0;
    width: 100%;
    opacity: 0.3;
}.DS_thanksPage .container {
    padding: 0 1.5rem;
    margin: 0 auto;
    z-index: 2;
    max-width: 1140px;
    position: relative;
}.DS_thanksPage .bV_study_track {
    gap: 2rem;
    box-shadow: 
        0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.05),
        0 1px 0 rgba(rgb(255, 255, 255, 0.5), 0.95) inset,
        0 -20px 50px rgba(rgb(144,163,129,0.5), 0.1) inset;
    padding: 3.5rem;
    backdrop-filter: blur(10px);
    display: flex;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    flex-direction: column;
    position: relative;
    background: rgba(rgb(255, 255, 255, 0.5), 0.9);
    transform: perspective(1000px) rotateY(1deg);
}.DS_thanksPage .bV_study_track:hover {
    box-shadow: 
        0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.08),
        0 1px 0 rgba(rgb(255, 255, 255, 0.5), 0.95) inset,
        0 -20px 50px rgba(rgb(144,163,129,0.5), 0.15) inset;
    transform: perspective(1000px) rotateY(-1deg);
}.DS_thanksPage .bV_study_track > div:first-child {
    position: relative;
    padding-bottom: 1.5rem;
}.DS_thanksPage .bV_study_track > div:first-child::after {
    width: 60px;
    bottom: 0;
    transform-origin: left;
    position: absolute;
    height: 3px;
    background: rgb(181,187,178);
    transition: width 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    left: 0;
}.DS_thanksPage .bV_study_track:hover > div:first-child::after {
    width: 120px;
}.DS_thanksPage h5 {
    margin: 0 0 0.5rem 0;
    transition: transform 0.4s ease;
    font-weight: 700;
    font-size: 21px;
    transform: translateX(-5px);
    position: relative;
    line-height: 1.4;
    color: #000000;
}.DS_thanksPage .bV_study_track:hover h5 {
    transform: translateX(0);
}.DS_thanksPage a {
    position: relative;
    text-decoration: none;
    transition: transform 0.3s ease-out;
    display: block;
}.DS_thanksPage a:hover {
    transform: translateY(-3px);
}.DS_thanksPage p {
    font-family: Arial, sans-serif;
    font-weight: 400;
    line-height: 1.8;
    transition: color 0.3s ease;
    position: relative;
    margin: 0;
    font-size: 16px;
    color: #000000;
}.DS_thanksPage a:hover p {
    color: rgb(181,187,178);
}.DS_thanksPage a::before {
    content: "";
    bottom: -10px;
    height: 1px;
    position: absolute;
    opacity: 0.7;
    transition: width 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    left: 0;
    background: linear-gradient(90deg, 
        rgb(181,187,178), 
        rgb(144,163,129));
    width: 0;
}.DS_thanksPage a:hover::before {
    width: 100%;
}.DS_thanksPage .bV_study_track > div:first-child::before {
    content: "✓";
    opacity: 0.1;
    color: rgb(144,163,129);
    top: -20px;
    right: 0;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: absolute;
    font-size: calc(37px * 1.5);
    transform: rotate(-5deg) scale(0.9);
}.DS_thanksPage .bV_study_track:hover > div:first-child::before {
    transform: rotate(5deg) scale(1.1);
    opacity: 0.2;
}

@keyframes float {
    0% {
        transform: rotate(35deg) skew(15deg) translate(0, 0);
    }
    50% {
        transform: rotate(38deg) skew(12deg) translate(-20px, 20px);
    }
    100% {
        transform: rotate(32deg) skew(18deg) translate(20px, -10px);
    }
}

@media (max-width: 992px) {.DS_thanksPage {
    padding: 4rem 0;
}.DS_thanksPage .bV_study_track {
    padding: 2.5rem;
}.DS_thanksPage h5 {
    font-size: calc(21px * 0.9);
}
}

@media (max-width: 768px) {.DS_thanksPage {
    padding: 3rem 0;
}.DS_thanksPage .bV_study_track {
    transform: perspective(1000px) rotateY(0deg);
    padding: 2rem;
    gap: 1.5rem;
}.DS_thanksPage .bV_study_track:hover {
    transform: perspective(1000px) rotateY(0deg);
}.DS_thanksPage h5 {
    transform: translateX(0);
    font-size: calc(21px * 0.85);
}.DS_thanksPage p {
    font-size: calc(16px * 0.95);
}.DS_thanksPage::before {
    right: -30%;
    top: -10%;
    width: 60%;
    height: 50%;
}
}

@media (max-width: 576px) {.DS_thanksPage {
    padding: 2.5rem 0;
}.DS_thanksPage .bV_study_track {
    padding: 1.5rem;
    gap: 1.25rem;
}.DS_thanksPage h5 {
    font-size: calc(21px * 0.8);
}.DS_thanksPage p {
    font-size: calc(16px * 0.9);
    line-height: 1.6;
}.DS_thanksPage .bV_study_track > div:first-child {
    padding-bottom: 1rem;
}.DS_thanksPage .bV_study_track > div:first-child::after {
    width: 40px;
    height: 2px;
}.DS_thanksPage .bV_study_track:hover > div:first-child::after {
    width: 80px;
}.DS_thanksPage .bV_study_track > div:first-child::before {
    font-size: calc(37px * 1.2);
    top: -15px;
}}.li_title_greeting {
    min-height: 85vh;
    justify-content: center;
    align-items: center;
    background: linear-gradient(135deg, rgb(144,163,129,0.5), rgb(181,187,178));
    overflow: hidden;
    display: flex;
    width: 100%;
    position: relative;
    padding: 3rem 1rem;
}.li_title_greeting > div {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1200px;
}.li_title_greeting .bx_method_innov {
    margin-bottom: 2rem;
    animation: slideInLeft 0.8s ease-out forwards;
    transform: translateX(-20px);
    opacity: 0;
    position: relative;
}.li_title_greeting .nw_online_tech {
    font-weight: 700;
    position: relative;
    color: #ffffff;
    line-height: 1.2;
    margin: 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    font-size: clamp(2rem, 5vw, 39px);
    letter-spacing: 0.03em;
}.li_title_greeting .nw_online_tech::after {
    height: 4px;
    animation: scaleIn 0.6s 0.4s ease-out forwards;
    transform-origin: left;
    bottom: -0.5rem;
    position: absolute;
    background: rgb(144,163,129);
    width: 80px;
    left: 0;
    content: "";
    transform: scaleX(0);
}.li_title_greeting .mh_main_entry {
    overflow: hidden;
    border-radius: 0.5rem;
    position: relative;
    padding: 2.5rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    animation: fadeInUp 0.8s 0.2s ease-out forwards;
    opacity: 0;
    transform: translateY(20px);
}.li_title_greeting .mh_main_entry::before {
    top: 0;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgb(181,187,178,0.5));
    z-index: 0;
    left: 0;
    position: absolute;
    content: "";
    backdrop-filter: blur(3px);
    width: 100%;
}.li_title_greeting .mh_main_entry > div {
    grid-template-columns: 1fr;
    gap: 2rem;
    z-index: 1;
    position: relative;
    display: grid;
}.li_title_greeting .mh_main_entry p {
    transform: translateX(-10px);
    max-width: 600px;
    font-weight: 300;
    color: #ffffff;
    margin: 0;
    animation: fadeInSlideRight 0.6s 0.6s ease-out forwards;
    line-height: 1.6;
    font-size: clamp(1rem, 2vw, 14px);
    opacity: 0;
    padding-left: 1rem;
    position: relative;
}.li_title_greeting .mh_main_entry p::before {
    width: 3px;
    left: 0;
    content: "";
    position: absolute;
    height: 100%;
    background: rgb(144,163,129);
    top: 0;
}.li_title_greeting .mh_main_entry h3 {
    transform: translateY(10px);
    background: linear-gradient(to right, rgb(144,163,129,0.5), transparent);
    color: #ffffff;
    padding: 1.5rem;
    font-weight: 600;
    font-size: clamp(1.25rem, 3vw, 24px);
    clip-path: polygon(0 0, 100% 0, 98% 100%, 0% 100%);
    line-height: 1.4;
    margin: 0;
    opacity: 0;
    animation: fadeInUp 0.6s 0.8s ease-out forwards;
    position: relative;
}

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

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

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

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


@media (min-width: 768px) {.li_title_greeting {
    padding: 4rem 2rem;
}.li_title_greeting .mh_main_entry {
    padding: 3rem;
}.li_title_greeting .mh_main_entry > div {
    align-items: center;
    grid-template-columns: 1fr 1fr;
}.li_title_greeting .mh_main_entry p {
    padding-left: 1.5rem;
}.li_title_greeting .mh_main_entry h3 {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    padding: 2rem;
}
}

@media (min-width: 992px) {.li_title_greeting {
    padding: 5rem 2rem;
}.li_title_greeting .bx_method_innov {
    margin-bottom: 3rem;
}.li_title_greeting .mh_main_entry {
    padding: 4rem;
}.li_title_greeting .mh_main_entry > div {
    gap: 3rem;
}.li_title_greeting .nw_online_tech::after {
    height: 5px;
    width: 120px;
}
}

@media (max-width: 576px) {.li_title_greeting {
    padding: 2rem 1rem;
    min-height: 80vh;
}.li_title_greeting .nw_online_tech {
    font-size: 1.8rem;
}.li_title_greeting .mh_main_entry {
    padding: 1.5rem;
}.li_title_greeting .mh_main_entry h3 {
    font-size: 1.1rem;
    padding: 1rem;
}.li_title_greeting .nw_online_tech::after {
    width: 60px;
    height: 3px;
}}.hL_sign_up {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(181,187,178,0.5) 0%, rgb(144,163,129) 100%);
    padding: 80px 0;
}.hL_sign_up::before {
    height: 200%;
    transform: rotate(15deg);
    position: absolute;
    opacity: 0.1;
    width: 200%;
    top: -50%;
    background: radial-gradient(circle at center, rgb(255, 255, 255, 0.5) 0.5%, transparent 8%);
    pointer-events: none;
    background-size: 40px 40px;
    left: -50%;
    content: '';
}.hL_sign_up::after {
    background: linear-gradient(to right, transparent, rgb(181,187,178,0.5));
    position: absolute;
    height: 100%;
    content: '';
    right: 0;
    width: 40%;
    opacity: 0.2;
    transform: skewX(-15deg) translateX(20%);
    top: 0;
}.hL_sign_up .container {
    padding: 0 20px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.hL_sign_up .bV_study_track {
    align-items: center;
    transform: perspective(1000px) rotateY(-2deg);
    padding: 50px 40px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
              0 5px 15px rgba(0, 0, 0, 0.05),
              0 0 0 1px rgba(255, 255, 255, 0.1);
    position: relative;
    transition: transform 0.5s ease-out;
    backdrop-filter: blur(10px);
    display: flex;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.08);
    border-left: 4px solid rgb(144,163,129);
}.hL_sign_up .bV_study_track:hover {
    transform: perspective(1000px) rotateY(0deg);
}.hL_sign_up h3 {
    position: relative;
    max-width: 800px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    margin-bottom: 30px;
    font-size: clamp(1.5rem, 4vw, 2.25rem);
    font-weight: 600;
    color: #ffffff;
    line-height: 1.3;
    text-align: center;
}.hL_sign_up .input_holder {
    flex-direction: column;
    position: relative;
    gap: 15px;
    max-width: 600px;
    width: 100%;
    display: flex;
}.hL_sign_up .input_holder > div {
    position: relative;
    width: 100%;
}.hL_sign_up .input_holder > div::before {
    position: absolute;
    pointer-events: none;
    width: 18px;
    z-index: 1;
    background-size: contain;
    transform: translateY(-50%);
    top: 50%;
    opacity: 0.7;
    height: 18px;
    content: '';
    left: 20px;
    background-repeat: no-repeat;
}.hL_sign_up input[type="email"] {
    width: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
    padding: 18px 20px 18px 50px;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    font-size: 16px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}.hL_sign_up input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgba(rgb(144,163,129), 0.3), 0 4px 12px rgba(0, 0, 0, 0.1);
    outline: none;
    transform: translateY(-2px);
    background: #ffffff;
}.hL_sign_up input[type="email"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease;
}.hL_sign_up input[type="email"]:focus::placeholder {
    transform: translateX(5px);
    opacity: 0.6;
}.hL_sign_up .fn_sub_scale {
    padding: 16px 32px;
    align-self: center;
    font-weight: 600;
    overflow: hidden;
    border: none;
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, rgb(144,163,129) 0%, rgb(144,163,129,0.5) 100%);
    position: relative;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1), 0 10px 20px rgba(0, 0, 0, 0.05);
    font-size: 17px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    cursor: pointer;
    color: #ffffff;
}.hL_sign_up .fn_sub_scale:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}.hL_sign_up .fn_sub_scale:active {
    transform: translateY(-1px);
}.hL_sign_up .fn_sub_scale::after {
    height: 100%;
    position: absolute;
    content: '';
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    left: -100%;
    top: 0;
    transition: left 0.7s ease;
}.hL_sign_up .fn_sub_scale:hover::after {
    left: 100%;
}

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

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

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

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

@media (prefers-reduced-motion: reduce) {.hL_sign_up .bV_study_track,
  .hL_sign_up .bV_study_track:hover,
  .hL_sign_up input[type="email"],
  .hL_sign_up input[type="email"]:focus,
  .hL_sign_up .fn_sub_scale,
  .hL_sign_up .fn_sub_scale:hover,
  .hL_sign_up .fn_sub_scale:active,
  .hL_sign_up .fn_sub_scale::after,
  .hL_sign_up .fn_sub_scale:hover::after,
  .hL_sign_up input[type="email"]::placeholder,
  .hL_sign_up input[type="email"]:focus::placeholder {
    transform: none;
    transition: none;
}}.ki_connect_form {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
}.ki_connect_form::before {
    z-index: -1;
    content: '';
    position: absolute;
    inset: 0;
    opacity: 0.95;
    background-color: rgb(181,187,178);
}.ki_connect_form .container {
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    max-width: 1280px;
}.ki_connect_form .cf_contact_reach {
    flex-direction: column;
    position: relative;
    display: flex;
}.ki_connect_form .IG_contact_message {
    position: relative;
    margin-bottom: 40px;
    text-align: center;
    padding: 0;
}.ki_connect_form .IG_contact_message h3 {
    position: relative;
    font-weight: 700;
    display: inline-block;
    color: #ffffff;
    margin-bottom: 20px;
    font-size: 38px;
}.ki_connect_form .IG_contact_message h3::after {
    background: rgb(144,163,129);
    left: 0;
    bottom: -10px;
    position: absolute;
    width: 100%;
    height: 2px;
    content: '';
}.ki_connect_form .IG_contact_message div {
    margin: 15px 10px;
    padding: 12px 20px;
    transition: transform 0.3s ease, background-color 0.3s ease;
    border-radius: 30px;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.1);
}.ki_connect_form .IG_contact_message div:hover {
    transform: translateY(-5px);
    background-color: rgb(144,163,129);
}.ki_connect_form .IG_contact_message div svg {
    height: 18px;
    width: 18px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}.ki_connect_form .IG_contact_message div svg path {
    fill: #ffffff;
}.ki_connect_form .IG_contact_message div span {
    font-size: 15px;
    color: #ffffff;
    display: inline-block;
    vertical-align: middle;
}.ki_connect_form .IG_contact_message div span a {
    color: #ffffff;
    text-decoration: none;
}.ki_connect_form .eh_query_block {
    gap: 20px;
    display: grid;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    position: relative;
    background-color: #ffffff;
    grid-template-columns: repeat(3, 1fr);
    border-radius: 16px;
}.ki_connect_form .eh_query_block h3 {
    margin-bottom: 20px;
    grid-column: span 3;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    color: #000000;
}.ki_connect_form .eh_query_block form {
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    grid-column: span 3;
}.ki_connect_form .eh_query_block input#name {
    grid-column: span 1;
}.ki_connect_form .eh_query_block input#phone {
    grid-column: span 1;
}.ki_connect_form .eh_query_block input#email {
    grid-column: span 1;
}.ki_connect_form .eh_query_block input[type="text"],
.ki_connect_form .eh_query_block input[type="email"] {
    transition: box-shadow 0.3s ease;
    background-color: rgb(225,226,224);
    padding: 0 20px;
    height: 55px;
    color: #000000;
    width: 100%;
    font-size: 15px;
    border: none;
    border-radius: 10px;
}.ki_connect_form .eh_query_block input[type="text"]:focus,
.ki_connect_form .eh_query_block input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgb(144,163,129);
}.ki_connect_form .eh_query_block input::placeholder {
    opacity: 0.6;
    color: #000000;
}.ki_connect_form .eh_query_block .Th_connect_feedback {
    align-items: center;
    grid-column: span 2;
    display: flex;
}.ki_connect_form .eh_query_block .Th_connect_feedback input[type="checkbox"] {
    border-radius: 10px;
    appearance: none;
    margin-right: 10px;
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    position: relative;
    cursor: pointer;
    border: 2px solid rgb(225,226,224);
}.ki_connect_form .eh_query_block .Th_connect_feedback input[type="checkbox"]:checked {
    border-color: rgb(144,163,129);
    background-color: rgb(144,163,129);
}.ki_connect_form .eh_query_block .Th_connect_feedback input[type="checkbox"]:checked::before {
    color: #ffffff;
    transform: translate(-50%, -50%);
    left: 50%;
    position: absolute;
    top: 50%;
    content: '✓';
    font-size: 12px;
}.ki_connect_form .eh_query_block .Th_connect_feedback label {
    line-height: 1.5;
    font-size: 16px;
    color: #000000;
}.ki_connect_form .eh_query_block .Th_connect_feedback label a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: rgb(144,163,129);
}.ki_connect_form .eh_query_block .Th_connect_feedback label a:hover {
    color: rgb(181,187,178);
}.ki_connect_form .eh_query_block .SM_help_message {
    grid-column: span 1;
    height: 55px;
    cursor: pointer;
    color: #ffffff;
    border: none;
    transition: background-color 0.3s ease, transform 0.3s ease;
    background-color: rgb(144,163,129);
    font-size: 18px;
    border-radius: 10px;
    font-weight: 600;
}.ki_connect_form .eh_query_block .SM_help_message:hover {
    background-color: rgb(181,187,178);
    transform: translateY(-3px);
}

@media screen and (min-width: 992px) {.ki_connect_form .cf_contact_reach {
    gap: 50px;
    align-items: center;
    flex-direction: row;
}.ki_connect_form .IG_contact_message {
    width: 30%;
    margin-bottom: 0;
    text-align: left;
}.ki_connect_form .IG_contact_message h3 {
    margin-bottom: 30px;
}.ki_connect_form .IG_contact_message h3::after {
    width: 50%;
}.ki_connect_form .IG_contact_message div {
    display: block;
    text-align: left;
    margin: 15px 0;
}.ki_connect_form .eh_query_block {
    width: 70%;
}
}

@media screen and (max-width: 991px) {.ki_connect_form .eh_query_block input#name,
    .ki_connect_form .eh_query_block input#phone,
    .ki_connect_form .eh_query_block input#email {
    grid-column: span 3;
}.ki_connect_form .eh_query_block .Th_connect_feedback {
    grid-column: span 3;
}.ki_connect_form .eh_query_block .SM_help_message {
    grid-column: span 3;
}
}

@media screen and (max-width: 767px) {.ki_connect_form {
    padding: 60px 0;
}.ki_connect_form .IG_contact_message {
    margin-bottom: 30px;
}.ki_connect_form .IG_contact_message h3 {
    font-size: calc(20px + 2px);
}.ki_connect_form .eh_query_block {
    padding: 30px 20px;
}.ki_connect_form .eh_query_block form {
    gap: 15px;
}
}

@media screen and (max-width: 480px) {.ki_connect_form {
    padding: 40px 0;
}.ki_connect_form .IG_contact_message div {
    width: 100%;
    margin: 10px 0;
    text-align: left;
    display: block;
}}.IS_teacher_profile {
    overflow: hidden;
    perspective: 1000px;
    position: relative;
    padding: 5rem 2rem;
    background: rgb(225,226,224);
}.IS_teacher_profile::before {
    height: 100%;
    position: absolute;
    filter: blur(60px);
    opacity: 0.4;
    content: "";
    z-index: 1;
    top: 0;
    width: 100%;
    background: conic-gradient(
        from 45deg at 50% 50%,
        rgb(144,163,129,0.5) 0deg,
        rgb(181,187,178,0.5) 90deg,
        rgb(225,226,224) 180deg,
        rgb(181,187,178,0.5) 270deg,
        rgb(144,163,129,0.5) 360deg
    );
    left: 0;
}.IS_teacher_profile .YM_success_ratings {
    gap: 0;
    transform-style: preserve-3d;
    z-index: 2;
    flex-direction: row;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}.IS_teacher_profile .jw_img_circle {
    width: 40%;
    height: 400px;
    position: relative;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: rotateY(10deg) translateZ(50px);
    border-radius: 16px;
    filter: saturate(0.8);
    box-shadow: -20px 20px 30px -10px rgba(0, 0, 0, 0.5);
}.IS_teacher_profile .jw_img_circle::after {
    content: "";
    top: 0;
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgb(181,187,178,0.5) 100%
    );
    height: 100%;
    border-radius: 16px;
    transition: opacity 0.6s ease;
    width: 100%;
    opacity: 0.4;
    position: absolute;
    left: 0;
}.IS_teacher_profile .jw_img_circle:hover {
    box-shadow: -30px 30px 50px -10px rgba(0, 0, 0, 0.5);
    filter: saturate(1.2);
    transform: rotateY(0deg) translateZ(70px) scale(1.05);
}.IS_teacher_profile .jw_img_circle:hover::after {
    opacity: 0;
}.IS_teacher_profile .Xz_experience {
    overflow: hidden;
    background: #ffffff;
    width: 60%;
    padding: 2.5rem;
    position: relative;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: rotateY(-5deg) translateZ(30px);
    border-radius: 16px;
    box-shadow: 20px 20px 30px -10px rgba(0, 0, 0, 0.5);
}.IS_teacher_profile .Xz_experience::before {
    height: 200%;
    content: "";
    background: radial-gradient(
        circle at center,
        rgb(144,163,129,0.5) 0%,
        transparent 70%
    );
    position: absolute;
    top: -50%;
    transform: scale(0);
    transition: transform 0.8s ease;
    width: 200%;
    opacity: 0.1;
    left: -50%;
}.IS_teacher_profile .Xz_experience:hover {
    box-shadow: 30px 30px 50px -10px rgba(0, 0, 0, 0.5);
    transform: rotateY(0deg) translateZ(50px);
}.IS_teacher_profile .Xz_experience:hover::before {
    transform: scale(1);
}.IS_teacher_profile .name {
    color: rgb(181,187,178);
    position: relative;
    font-size: 30px;
    display: inline-block;
    margin-bottom: 0.5rem;
    font-weight: 700;
}.IS_teacher_profile .name::after {
    left: 0;
    width: 0;
    background: rgb(144,163,129);
    transition: width 0.4s ease-in-out;
    content: "";
    position: absolute;
    height: 3px;
    bottom: -5px;
}.IS_teacher_profile .Xz_experience:hover .name::after {
    width: 100%;
}.IS_teacher_profile .Xz_experience > div:nth-child(2) {
    margin-bottom: 2rem;
    font-weight: 600;
    opacity: 0.9;
    color: rgb(144,163,129);
    font-size: 19px;
    letter-spacing: 1px;
}.IS_teacher_profile .fx_career_record {
    line-height: 1.7;
    font-style: italic;
    color: #000000;
    position: relative;
    font-size: 18px;
    font-weight: 400;
    border-left: 3px solid rgb(181,187,178,0.5);
    padding-left: 2rem;
}.IS_teacher_profile .fx_career_record::before {
    position: absolute;
    font-family: serif;
    opacity: 0.3;
    left: -10px;
    color: rgb(144,163,129,0.5);
    font-size: 5rem;
    content: "";
    top: -20px;
}@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(181,187,178,0.5);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

.IS_teacher_profile .jw_img_circle:hover {
    animation: pulse 1.5s infinite;
}

@media (max-width: 992px) {.IS_teacher_profile .YM_success_ratings {
    flex-direction: column;
}.IS_teacher_profile .jw_img_circle,
    .IS_teacher_profile .Xz_experience {
    transform: none;
    width: 100%;
}.IS_teacher_profile .jw_img_circle {
    margin-bottom: 2rem;
    height: 300px;
}.IS_teacher_profile .jw_img_circle:hover,
    .IS_teacher_profile .Xz_experience:hover {
    transform: translateY(-10px);
}}.ML_pricing_group {
    padding: 120px 0;
    background: rgb(225,226,224);
    overflow: hidden;
    position: relative;
}.ML_pricing_group::before {
    height: 100%;
    background: linear-gradient(135deg, rgb(181,187,178,0.5) 0%, transparent 70%);
    left: 0;
    z-index: 1;
    width: 100%;
    top: 0;
    position: absolute;
    content: "";
}.ML_pricing_group .container {
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
    max-width: 1320px;
    z-index: 2;
}.ML_pricing_group .Yl_fee_deals {
    gap: 60px;
    display: flex;
    flex-direction: column-reverse;
}.ML_pricing_group .cf_class_deals {
    text-align: center;
    margin: 0 auto;
    max-width: 800px;
    animation: fadeInUp 0.8s ease-out forwards;
    transform: translateY(-10px);
}.ML_pricing_group .cf_class_deals h2 {
    color: #000000;
    margin-bottom: 20px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    font-size: 34px;
}.ML_pricing_group .cf_class_deals h2::after {
    width: 80px;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    bottom: -10px;
    height: 3px;
    content: "";
    background: rgb(181,187,178);
}.ML_pricing_group .Cc_pricing_list {
    margin-bottom: 0;
    max-width: 600px;
    color: #000000;
    margin: 0 auto;
    line-height: 1.7;
    word-break: break-word;
    font-size: 14px;
    overflow-wrap: break-word;
}.ML_pricing_group .tP_payment_plans {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    gap: 30px;
}.ML_pricing_group .jF_package_price {
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    text-decoration: none;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    border-radius: 10px;
    transform: translateY(20px);
    display: block;
    animation: fadeInUp 0.8s ease-out forwards;
    animation-delay: calc(var(--index, 0) * 0.1s);
    opacity: 0;
}.ML_pricing_group .jF_package_price:nth-child(1) {
    --index: 1;
}.ML_pricing_group .jF_package_price:nth-child(2) {
    --index: 2;
}.ML_pricing_group .jF_package_price:nth-child(3) {
    --index: 3;
}.ML_pricing_group .jF_package_price:nth-child(4) {
    --index: 4;
}.ML_pricing_group .jF_package_price:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.ML_pricing_group .ls_tuition_table {
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    height: 100%;
    box-sizing: border-box;
    background: linear-gradient(145deg, #ffffff, #f5f8ff);
}.ML_pricing_group .ls_tuition_table::before {
    top: 0;
    content: "";
    position: absolute;
    left: 0;
    height: 5px;
    background: linear-gradient(90deg, rgb(181,187,178), rgb(144,163,129));
    width: 100%;
}.ML_pricing_group .ao_value_deals {
    flex-direction: column;
    padding: 40px 30px;
    flex: 1;
    box-sizing: border-box;
    display: flex;
}.ML_pricing_group .ao_value_deals h3 {
    position: relative;
    margin-top: 0;
    overflow-wrap: break-word;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 22px;
    word-break: break-word;
    color: #000000;
}.ML_pricing_group .ao_value_deals h3::after {
    bottom: -8px;
    left: 0;
    height: 2px;
    position: absolute;
    transition: width 0.3s ease;
    background-color: rgb(181,187,178);
    content: "";
    width: 40px;
}.ML_pricing_group .jF_package_price:hover .ao_value_deals h3::after {
    width: 70px;
}.ML_pricing_group .pE_value_rates {
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.1), rgba(var(--primary-color-rgb), 0.05));
    display: inline-block;
    border-radius: 10px;
    font-weight: 700;
    position: relative;
    word-break: break-word;
    margin: 10px 0 20px;
    color: rgb(181,187,178);
    font-size: calc(22px * 1.2);
    padding: 8px 16px;
    overflow-wrap: break-word;
}.ML_pricing_group .ao_value_deals p {
    white-space: normal;
    flex-grow: 1;
    line-height: 1.7;
    word-break: break-word;
    overflow-wrap: break-word;
    font-size: 14px;
    margin-bottom: 0;
    color: #000000;
}.ML_pricing_group .jw_img_circle {
    width: 100%;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), filter 0.6s ease;
    height: 200px;
}.ML_pricing_group .jF_package_price:hover .jw_img_circle {
    transform: scale(1.05);
    filter: brightness(1.05);
}

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

@media (min-width: 768px) {.ML_pricing_group .tP_payment_plans {
    grid-template-columns: repeat(2, 1fr);
}.ML_pricing_group .ao_value_deals {
    padding: 40px;
}.ML_pricing_group .jw_img_circle {
    height: 220px;
}
}

@media (min-width: 992px) {.ML_pricing_group .Yl_fee_deals {
    flex-direction: row;
    gap: 50px;
    align-items: center;
}.ML_pricing_group .tP_payment_plans {
    grid-template-columns: repeat(2, 1fr);
    width: 65%;
}.ML_pricing_group .cf_class_deals {
    text-align: left;
    width: 35%;
    margin: 0;
}.ML_pricing_group .cf_class_deals h2::after {
    left: 0;
    transform: none;
}.ML_pricing_group .Cc_pricing_list {
    margin: 0;
}
}

@media (min-width: 1200px) {.ML_pricing_group .tP_payment_plans {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.ML_pricing_group .ao_value_deals h3 {
    font-size: calc(22px * 1.1);
}.ML_pricing_group .pE_value_rates {
    font-size: calc(22px * 1.3);
}.ML_pricing_group .jw_img_circle {
    height: 240px;
}
}

@media (max-width: 767px) {.ML_pricing_group {
    padding: 80px 0;
}.ML_pricing_group .ao_value_deals {
    padding: 30px 20px;
}.ML_pricing_group .pE_value_rates {
    padding: 6px 12px;
    font-size: 22px;
}.ML_pricing_group .jw_img_circle {
    height: 180px;
}
}

@media (max-width: 480px) {.ML_pricing_group {
    padding: 60px 0;
}.ML_pricing_group .cf_class_deals h2 {
    font-size: calc(34px * 0.85);
}.ML_pricing_group .ao_value_deals h3 {
    font-size: calc(22px * 0.95);
}.ML_pricing_group .jw_img_circle {
    height: 160px;
}}footer {
    width: 100%;
    position: relative;
}.Mx_webinar_live {
    overflow: hidden;
    font-family: Arial, sans-serif;
    position: relative;
    color: #ffffff;
    padding: 80px 0 30px;
    background-color: #000000;
}.Mx_webinar_live::before {
    height: 500px;
    width: 500px;
    transform: rotate(45deg);
    position: absolute;
    content: "";
    top: -100px;
    opacity: 0.4;
    background: repeating-linear-gradient(
        45deg,
        #000000,
        #000000 10px,
        rgba(0, 0, 0, 0.5) 10px,
        rgba(0, 0, 0, 0.5) 20px
    );
    right: -100px;
}.Mx_webinar_live::after {
    content: "";
    bottom: -50px;
    background: repeating-linear-gradient(
        -45deg,
        #000000,
        #000000 15px,
        rgb(144,163,129,0.5) 15px,
        rgb(144,163,129,0.5) 30px
    );
    left: -50px;
    position: absolute;
    transform: rotate(30deg);
    opacity: 0.2;
    height: 300px;
    width: 300px;
}footer .sz_case_study {
    position: relative;
    z-index: 1;
}footer .CZ_contact_list {
    margin-bottom: 60px;
    display: grid;
    border-left: 4px solid rgb(181,187,178);
    padding: 30px;
    gap: 20px;
    border-radius: 0 13px 13px 0;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    background-color: rgba(255, 255, 255, 0.05);
}footer .info_item {
    align-items: center;
    display: flex;
}footer .info_item svg {
    margin-right: 15px;
    height: 20px;
    flex-shrink: 0;
    width: 20px;
    fill: rgb(181,187,178);
}footer .info_item p,
footer .info_item a {
    color: #ffffff;
    font-size: 13px;
    font-weight: 300;
    transition: color 0.3s ease;
    text-decoration: none;
}footer .info_item a:hover {
    color: rgb(181,187,178);
}footer .text_main_holder {
    grid-template-columns: 1fr;
    display: grid;
    gap: 50px;
}footer .oN_main_pagebar {
    position: relative;
}footer .oN_main_pagebar::after {
    position: absolute;
    background-color: rgb(181,187,178);
    width: 30%;
    bottom: -30px;
    height: 3px;
    left: 0;
    content: "";
}footer .oN_main_pagebar svg {
    filter: brightness(0) invert(1);
    width: auto;
    height: 45px;
    margin-bottom: 20px;
}footer .le_facebook_cta {
    color: rgba(255, 255, 255, 0.7);
    max-width: 330px;
    font-size: 16px;
    line-height: 1.6;
}footer .JG_main_bar {
    position: relative;
}footer .JG_main_bar h5 {
    color: #ffffff;
    display: inline-block;
    text-transform: uppercase;
    font-size: 19px;
    position: relative;
    margin-bottom: 25px;
    font-weight: 700;
    letter-spacing: 1px;
}footer .JG_main_bar h5::after {
    position: absolute;
    height: 3px;
    background-color: rgb(181,187,178);
    content: "";
    width: 40px;
    bottom: -10px;
    left: 0;
}footer .Zg_top_wrap {
    margin-bottom: 30px;
}footer .Zg_top_wrap a {
    padding: 8px 0;
    font-size: 13px;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    margin-bottom: 12px;
    position: relative;
    display: block;
    transition: all 0.3s ease;
    color: rgba(255, 255, 255, 0.7);
}footer .Zg_top_wrap a:hover {
    padding-left: 10px;
    color: #ffffff;
    border-bottom-color: rgb(181,187,178,0.5);
}footer .subscribe_holder {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 13px;
    position: relative;
    padding: 35px;
}footer .subscribe_holder::before {
    opacity: 0.1;
    position: absolute;
    right: 0;
    background: linear-gradient(135deg, rgb(181,187,178,0.5), transparent);
    left: 0;
    bottom: 0;
    top: 0;
    content: "";
    border-radius: 13px;
}footer .subscribe_holder h5 {
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 19px;
    font-weight: 700;
    color: #ffffff;
}footer .subscribe_holder p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
    margin-bottom: 25px;
    line-height: 1.7;
}footer .input_holder {
    flex-direction: column;
    gap: 15px;
    position: relative;
    display: flex;
}footer .input_holder input[type="email"] {
    border-radius: 10px;
    padding: 15px;
    color: #ffffff;
    transition: all 0.3s ease;
    font-size: 13px;
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
}footer .input_holder input[type="email"]:focus {
    border-color: rgb(181,187,178);
    background-color: rgba(255, 255, 255, 0.1);
    outline: none;
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .fn_sub_scale {
    border: none;
    padding: 15px 20px;
    position: relative;
    transition: all 0.3s ease;
    font-size: 17px;
    cursor: pointer;
    color: #ffffff;
    background-color: rgb(181,187,178);
    letter-spacing: 1px;
    border-radius: 10px;
    overflow: hidden;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
}footer .fn_sub_scale::after {
    top: -100px;
    transition: all 0.7s ease;
    content: "";
    transform: rotate(45deg);
    background-color: rgba(255, 255, 255, 0.2);
    width: 30px;
    height: 300px;
    left: -100px;
    position: absolute;
}footer .fn_sub_scale:hover {
    background-color: rgb(144,163,129);
}footer .fn_sub_scale:hover::after {
    left: 120%;
}footer .oR_study_group {
    margin-top: 60px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}footer .WB_qna_board {
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
    text-align: center;
}

@keyframes pulseLight {
    0% {
        opacity: 0.1;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 0.1;
    }
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .input_holder {
    align-items: stretch;
    flex-direction: row;
}footer .fn_sub_scale {
    white-space: nowrap;
}
}

@media (max-width: 767px) {footer .Mx_webinar_live {
    padding: 60px 0 30px;
}footer .CZ_contact_list {
    padding: 20px;
    grid-template-columns: 1fr;
    margin-bottom: 40px;
}footer .JG_main_bar h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
}footer .JG_main_bar h5::after {
    bottom: -8px;
}footer .subscribe_holder {
    padding: 25px 20px;
}footer .oR_study_group {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .Mx_webinar_live {
    padding: 50px 0 20px;
}footer .CZ_contact_list {
    margin-bottom: 30px;
    padding: 15px;
}footer .oN_main_pagebar::after {
    width: 50px;
}footer .JG_main_bar h5, footer .subscribe_holder h5 {
    font-size: calc(19px - 2px);
}footer .subscribe_holder p, footer .Zg_top_wrap a, footer .info_item p, footer .info_item a {
    font-size: calc(13px - 1px);
}footer .subscribe_holder {
    padding: 20px 15px;
}footer .input_holder input[type="email"],
    footer .fn_sub_scale {
    padding: 12px 15px;
}}.tz_privacy_zone {
    padding: 40px;
    margin: 0 auto;
    z-index: 1;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    position: relative;
    height: auto;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    width: 100%;
}.tz_privacy_zone::before {
    left: 10px;
    top: 10px;
    content: '';
    bottom: 10px;
    right: 10px;
    z-index: -1;
    position: absolute;
}.tz_privacy_zone h1 {
    padding-bottom: 10px;
    border-bottom: 2px solid rgb(181,187,178);
    text-align: center;
    color: rgb(181,187,178);
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 30px;
    font-size: 38px;
    font-family: Arial, sans-serif;
}.tz_privacy_zone h2 {
    font-family: Arial, sans-serif;
    text-align: left;
    padding-left: 15px;
    border-left: 4px solid rgb(144,163,129);
    margin-bottom: 15px;
    font-size: 34px;
    color: rgb(144,163,129);
    margin-top: 25px;
    font-weight: 600;
}.tz_privacy_zone h3, .tz_privacy_zone h4, .tz_privacy_zone h5, .tz_privacy_zone h6 {
    font-family: Arial, sans-serif;
    color: rgb(181,187,178);
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 20px;
    font-size: 18px;
}.tz_privacy_zone ul, .tz_privacy_zone ol {
    font-family: Arial, sans-serif;
    list-style: none;
    padding: 15px 0;
    padding-left: 0;
    color: #ffffff;
    font-size: 12px;
    margin: 0;
}.tz_privacy_zone li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 30px;
}.tz_privacy_zone li::before {
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.2em;
    left: 0;
    line-height: 1em;
    color: rgb(181,187,178);
    position: absolute;
    content: ">";
}.tz_privacy_zone section {
    background: #000000;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 20px;
    border: 1px solid rgb(144,163,129,0.5);
}.tz_privacy_zone p, .tz_privacy_zone span, .tz_privacy_zone div {
    padding-left: 15px;
    border-left: 3px solid rgb(181,187,178);
    color: #ffffff;
    line-height: 1.6;
    font-family: Arial, sans-serif;
    font-size: 12px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 800px) {.tz_privacy_zone {
    padding: 20px;
    width: 95%;
}.tz_privacy_zone h1 {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: calc(18px - 6px);
}.tz_privacy_zone h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: calc(18px - 6px);
}.tz_privacy_zone ul, .tz_privacy_zone ol {
    padding-left: 15px;
}.tz_privacy_zone li {
    padding-left: 20px;
}.tz_privacy_zone p, .tz_privacy_zone span, .tz_privacy_zone div {
    margin-bottom: 15px;
    padding-left: 10px;
}}.aw_data_statistics {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(225,226,224) 0%, rgba(rgb(181,187,178,0.5), 0.05) 100%);
    padding: 6rem 0;
}.aw_data_statistics::before {
    right: 0;
    left: 0;
    top: 0;
    height: 8px;
    content: "";
    background: linear-gradient(90deg, rgb(181,187,178) 0%, rgb(144,163,129) 100%);
    position: absolute;
    opacity: 0.8;
}.aw_data_statistics::after {
    height: 100%;
    content: "";
    bottom: 0;
    pointer-events: none;
    width: 40%;
    z-index: 0;
    right: 0;
    background: radial-gradient(circle at bottom right, rgba(rgb(144,163,129,0.5), 0.1), transparent 70%);
    position: absolute;
}.aw_data_statistics .container {
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    max-width: 1320px;
    z-index: 1;
}.aw_data_statistics h4 {
    text-align: center;
    position: relative;
    font-size: 21px;
    transition: transform 0.5s ease-out;
    font-weight: 600;
    font-family: Arial, sans-serif;
    color: #000000;
    margin-top: 3rem;
    transform: perspective(1000px) translateZ(0);
}.aw_data_statistics h4::after {
    bottom: -10px;
    content: "";
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(181,187,178), rgb(144,163,129));
    left: 50%;
    width: 80px;
    height: 3px;
    position: absolute;
}.aw_data_statistics ul {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    list-style: none;
    padding: 0;
    display: grid;
    margin: 0 auto;
    gap: 2rem;
}.aw_data_statistics .SL_statistics_pros {
    z-index: 1;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
    position: relative;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, rgba(rgb(255, 255, 255, 0.5), 0.95), rgba(rgb(255, 255, 255, 0.5), 0.85));
    backdrop-filter: blur(5px);
    height: 220px;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 95% 100%, 0 100%);
    box-shadow: 0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.08), 
                0 1px 0 rgba(rgb(255, 255, 255, 0.5), 0.6) inset;
    transform: translateY(0);
    display: flex;
    overflow: hidden;
}.aw_data_statistics .SL_statistics_pros:hover {
    box-shadow: 0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.12), 
                0 1px 0 rgba(rgb(255, 255, 255, 0.5), 0.8) inset;
    transform: translateY(-8px);
}.aw_data_statistics .SL_statistics_pros::before {
    height: 5px;
    position: absolute;
    background: linear-gradient(90deg, 
        rgb(181,187,178), 
        rgb(144,163,129), 
        rgb(181,187,178));
    content: "";
    width: 100%;
    animation: gradientShift 8s ease infinite;
    z-index: 2;
    top: 0;
    background-size: 200% 100%;
    left: 0;
}.aw_data_statistics .SL_statistics_pros::after {
    height: 150%;
    width: 150%;
    transition: opacity 0.5s ease, transform 0.5s ease;
    content: "";
    background: radial-gradient(circle, transparent 30%, rgba(rgb(144,163,129,0.5), 0.03) 70%);
    position: absolute;
    transform: scale(0.8);
    z-index: -1;
    opacity: 0;
    left: -25%;
    top: -25%;
}.aw_data_statistics .SL_statistics_pros:hover::after {
    transform: scale(1);
    opacity: 1;
}.aw_data_statistics .SL_statistics_pros div {
    width: 100%;
    height: 100%;
    z-index: 2;
    padding: 2rem;
    justify-content: center;
    align-items: center;
    display: flex;
    text-align: center;
    position: relative;
    flex-direction: column;
}.aw_data_statistics .SL_statistics_pros p {
    line-height: 1;
    font-weight: 700;
    position: relative;
    transform-style: preserve-3d;
    font-size: calc(29px * 1.2);
    margin: 0 0 0.5rem;
    perspective: 1000px;
    color: rgb(181,187,178);
}.aw_data_statistics .SL_statistics_pros p::after {
    background: linear-gradient(90deg, rgb(181,187,178), transparent);
    height: 3px;
    position: absolute;
    content: "";
    transform: translateX(-50%);
    border-radius: 10px;
    bottom: -10px;
    width: 40px;
    left: 50%;
}.aw_data_statistics .SL_statistics_pros span {
    transition: transform 0.3s ease, color 0.3s ease;
    margin-top: 1rem;
    color: #000000;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
    max-width: 90%;
}.aw_data_statistics .SL_statistics_pros:hover span {
    color: rgb(144,163,129);
}.aw_data_statistics .SL_statistics_pros:nth-child(odd) div {
    background-image: 
        linear-gradient(135deg, transparent 0%, rgba(rgb(181,187,178,0.5), 0.03) 100%);
}.aw_data_statistics .SL_statistics_pros:nth-child(even) div {
    background-image: 
        linear-gradient(135deg, transparent 0%, rgba(rgb(144,163,129,0.5), 0.03) 100%);
}.aw_data_statistics .SL_statistics_pros:nth-child(1) {
    animation: fadeInUp 0.5s 0.1s both;
}.aw_data_statistics .SL_statistics_pros:nth-child(2) {
    animation: fadeInUp 0.5s 0.2s both;
}.aw_data_statistics .SL_statistics_pros:nth-child(3) {
    animation: fadeInUp 0.5s 0.3s both;
}.aw_data_statistics .SL_statistics_pros:nth-child(4) {
    animation: fadeInUp 0.5s 0.4s both;
}.aw_data_statistics .SL_statistics_pros:nth-child(5) {
    animation: fadeInUp 0.5s 0.5s both;
}.aw_data_statistics .SL_statistics_pros:nth-child(6) {
    animation: fadeInUp 0.5s 0.6s both;
}.aw_data_statistics .SL_statistics_pros:nth-child(7) {
    animation: fadeInUp 0.5s 0.7s both;
}

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

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@media screen and (min-width: 992px) {.aw_data_statistics ul {
    grid-template-columns: repeat(4, 1fr);
}.aw_data_statistics h4 {
    font-size: calc(21px * 1.1);
    margin-top: 4rem;
}.aw_data_statistics .SL_statistics_pros p {
    font-size: calc(29px * 1.4);
}.aw_data_statistics .SL_statistics_pros:nth-child(1) {
    transform: rotate(-1deg) translateY(0);
}.aw_data_statistics .SL_statistics_pros:nth-child(3) {
    transform: rotate(1deg) translateY(0);
}.aw_data_statistics .SL_statistics_pros:nth-child(1):hover {
    transform: rotate(-1deg) translateY(-8px);
}.aw_data_statistics .SL_statistics_pros:nth-child(3):hover {
    transform: rotate(1deg) translateY(-8px);
}
}

@media screen and (max-width: 991px) {.aw_data_statistics ul {
    grid-template-columns: repeat(3, 1fr);
}.aw_data_statistics .SL_statistics_pros {
    height: 200px;
}
}

@media screen and (max-width: 767px) {.aw_data_statistics {
    padding: 4rem 0;
}.aw_data_statistics ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}.aw_data_statistics .SL_statistics_pros {
    height: 180px;
}.aw_data_statistics .SL_statistics_pros p {
    font-size: calc(29px * 1.1);
}.aw_data_statistics .SL_statistics_pros span {
    font-size: calc(16px * 0.9);
}
}

@media screen and (max-width: 576px) {.aw_data_statistics {
    padding: 3rem 0;
}.aw_data_statistics ul {
    max-width: 320px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.aw_data_statistics .SL_statistics_pros {
    height: 160px;
}.aw_data_statistics h4 {
    font-size: 21px;
    margin-top: 2rem;
}.aw_data_statistics h4::after {
    width: 60px;
}}.ZX_education_framework {
    overflow: visible;
    background: linear-gradient(110deg, rgb(225,226,224) 0%, rgb(144,163,129,0.5) 120%);
    padding: 150px 0;
    position: relative;
}.ZX_education_framework::before {
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0.1;
    background-image: radial-gradient(rgb(181,187,178,0.5) 1px, transparent 1px);
    position: absolute;
    background-size: 40px 40px;
    height: 100%;
    width: 100%;
    content: '';
}.ZX_education_framework .bV_study_track {
    align-items: stretch;
    padding: 0 20px;
    display: flex;
    position: relative;
    z-index: 2;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1200px;
}.ZX_education_framework .Ew_headline_wrap {
    position: relative;
    flex-direction: column;
    width: 100%;
    display: flex;
}.ZX_education_framework .Ew_headline_wrap h2 {
    padding: 35px 50px;
    font-size: 37px;
    align-self: flex-start;
    margin-bottom: 0;
    font-weight: 700;
    width: 50%;
    position: relative;
    background: linear-gradient(120deg, rgb(181,187,178,0.5) 0%, rgba(255, 255, 255, 0.1) 100%);
    transform: translateX(-50px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(10px);
    border-radius: 11px;
    color: #ffffff;
    z-index: 3;
}.ZX_education_framework .Ew_headline_wrap p {
    background: rgba(255, 255, 255, 0.05);
    width: 65%;
    font-size: 12px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    z-index: 2;
    position: relative;
    align-self: flex-end;
    padding: 40px 50px;
    transform: translateX(50px);
    line-height: 1.8;
    margin-top: -15px;
    backdrop-filter: blur(15px);
    color: #ffffff;
    border-radius: 11px;
}.ZX_education_framework .Ew_headline_wrap h2::before {
    z-index: -1;
    top: -60px;
    left: -80px;
    background: rgb(181,187,178);
    filter: blur(30px);
    opacity: 0.1;
    width: 120px;
    border-radius: 50%;
    height: 120px;
    content: '';
    position: absolute;
}.ZX_education_framework .Ew_headline_wrap h2::after {
    z-index: 4;
    bottom: -20px;
    height: 40px;
    width: 40px;
    right: 30px;
    position: absolute;
    content: '';
    background: rgb(181,187,178);
    border-radius: 50%;
    animation: float-small 8s infinite ease-in-out;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}.ZX_education_framework .Ew_headline_wrap p::before {
    background: linear-gradient(90deg, transparent, rgb(181,187,178,0.5), transparent);
    content: '';
    position: absolute;
    width: 85%;
    top: 20px;
    height: 1px;
    left: 7.5%;
    opacity: 0.6;
}.ZX_education_framework .Ew_headline_wrap p::after {
    height: 1px;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(144,163,129,0.5), transparent);
    bottom: 20px;
    width: 70%;
    content: '';
    left: 15%;
    opacity: 0.6;
}.ZX_education_framework::after {
    border: 2px solid rgb(181,187,178,0.5);
    animation: rotate-slow 30s linear infinite;
    bottom: -100px;
    width: 200px;
    transform: rotate(45deg);
    opacity: 0.2;
    content: '';
    left: 10%;
    height: 200px;
    position: absolute;
}.ZX_education_framework .bV_study_track::before {
    top: -75px;
    position: absolute;
    animation: pulse-ring 10s infinite ease-in-out;
    right: 15%;
    width: 150px;
    border: 3px solid rgb(144,163,129,0.5);
    opacity: 0.2;
    height: 150px;
    border-radius: 50%;
    content: '';
}.ZX_education_framework .bV_study_track::after {
    filter: blur(20px);
    position: absolute;
    right: -40px;
    width: 80px;
    opacity: 0.1;
    border-radius: 10px;
    animation: pulse-fade 8s infinite alternate;
    top: 40%;
    content: '';
    background: rgb(181,187,178);
    height: 80px;
}@keyframes float-small {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
}

@keyframes rotate-slow {
    0% {
        transform: rotate(45deg);
    }
    100% {
        transform: rotate(405deg);
    }
}

@keyframes pulse-ring {
    0%, 100% {
        transform: scale(1);
        opacity: 0.2;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.3;
    }
}

@keyframes pulse-fade {
    0% {
        opacity: 0.1;
        transform: scale(1) rotate(0);
    }
    50% {
        opacity: 0.2;
        transform: scale(1.1) rotate(5deg);
    }
    100% {
        opacity: 0.1;
        transform: scale(1) rotate(0);
    }
}

.ZX_education_framework .Ew_headline_wrap h2 span {
    display: inline-block;
    position: relative;
    z-index: 2;
}.ZX_education_framework .Ew_headline_wrap h2 span::after {
    left: 0;
    opacity: 0.3;
    bottom: 2px;
    height: 4px;
    z-index: -1;
    content: '';
    width: 100%;
    background: rgb(181,187,178);
    position: absolute;
}.ZX_education_framework .Ew_headline_wrap p strong {
    font-weight: 600;
    color: rgb(181,187,178);
}

@media screen and (max-width: 1200px) {.ZX_education_framework .Ew_headline_wrap h2 {
    transform: translateX(-30px);
    width: 55%;
}.ZX_education_framework .Ew_headline_wrap p {
    width: 70%;
    transform: translateX(30px);
}
}

@media screen and (max-width: 992px) {.ZX_education_framework {
    padding: 120px 0;
}.ZX_education_framework .Ew_headline_wrap h2 {
    padding: 30px 40px;
    width: 60%;
    transform: translateX(-20px);
}.ZX_education_framework .Ew_headline_wrap p {
    width: 75%;
    padding: 35px 40px;
    transform: translateX(20px);
}.ZX_education_framework .Ew_headline_wrap h2::before {
    height: 100px;
    top: -50px;
    left: -60px;
    width: 100px;
}.ZX_education_framework .Ew_headline_wrap h2::after {
    height: 30px;
    bottom: -15px;
    width: 30px;
}.ZX_education_framework::after {
    bottom: -75px;
    height: 150px;
    width: 150px;
}.ZX_education_framework .bV_study_track::before {
    height: 120px;
    width: 120px;
    top: -60px;
}.ZX_education_framework .bV_study_track::after {
    height: 60px;
    width: 60px;
    right: -30px;
}
}

@media screen and (max-width: 768px) {.ZX_education_framework {
    padding: 100px 0;
    overflow: hidden;
}.ZX_education_framework .Ew_headline_wrap h2 {
    margin-bottom: 20px;
    width: 100%;
    align-self: center;
    padding: 25px 30px;
    font-size: calc(37px * 0.9);
    transform: none;
}.ZX_education_framework .Ew_headline_wrap p {
    align-self: center;
    padding: 30px;
    transform: none;
    margin-top: 0;
    width: 100%;
}.ZX_education_framework .Ew_headline_wrap h2::before,
    .ZX_education_framework .Ew_headline_wrap h2::after,
    .ZX_education_framework::after,
    .ZX_education_framework .bV_study_track::before,
    .ZX_education_framework .bV_study_track::after {
    display: none;
}
}

@media screen and (max-width: 480px) {.ZX_education_framework {
    padding: 80px 0;
}.ZX_education_framework .Ew_headline_wrap h2 {
    padding: 20px 25px;
    font-size: calc(37px * 0.8);
}.ZX_education_framework .Ew_headline_wrap p {
    padding: 25px;
    font-size: calc(12px * 0.9);
}}.Rf_cookieDisclosurePanel {
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    font-family: Arial, sans-serif;
    bottom: 0;
    border-top: 3px solid rgb(181,187,178);
    position: fixed;
    padding: 15px 20px;
    width: 100%;
    background: #ffffff;
    z-index: 1050;
}.Ll_user_tracker {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}.TD_cookie_notice {
    margin-right: 15px;
    flex-shrink: 0;
}.TD_cookie_notice svg {
    transition: fill 0.3s ease-in-out;
    fill: rgb(181,187,178);
    width: 50px;
    height: 50px;
}.GO_cookie_explained {
    margin-right: 15px;
    flex-grow: 1;
}.GO_cookie_explained h5 {
    color: rgb(181,187,178);
    font-weight: 700;
    font-size: 21px;
    margin-bottom: 5px;
}.GO_cookie_explained p {
    color: #000000;
    font-size: 17px;
    margin-bottom: 0;
}.Yf_cookie_none {
    text-align: center;
    border-radius: 10px;
    text-decoration: none;
    line-height: 1.5;
    vertical-align: middle;
    font-size: 19px;
    padding: 0.375rem 0.75rem;
    user-select: none;
    margin-left: 10px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border: 1px solid transparent;
    white-space: nowrap;
}.cookie_button.sL_cookie_comply {
    color: #ffffff;
    border-color: rgb(181,187,178);
    background-color: rgb(181,187,178);
}#Xu_cookiePolicyPopup {
    display: none;
}#Xu_cookiePolicyPopup:checked ~ .Rf_cookieDisclosurePanel {
    visibility: hidden;
    opacity: 0;
}.cookie_button.sL_cookie_comply:hover {
    border-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.5);
}.cookie_button.Fl_track_cookies {
    background-color: rgb(144,163,129);
    border-color: rgb(144,163,129);
    color: #000000;
}.cookie_button.Fl_track_cookies:hover {
    border-color: rgb(181,187,178);
    color: #ffffff;
    background-color: rgb(181,187,178);
}.Rf_cookieDisclosurePanel p a {
    text-decoration: underline;
    color: rgb(181,187,178);
}.Rf_cookieDisclosurePanel p a:hover {
    color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 1200px) {.GO_cookie_explained h5 {
    font-size: calc(21px - 2px);
}.GO_cookie_explained p {
    font-size: calc(17px - 2px);
}.Yf_cookie_none {
    font-size: calc(19px - 2px);
}
}
@media (max-width: 800px) {.Ll_user_tracker {
    align-items: center;
    flex-direction: column;
}.TD_cookie_notice {
    margin-bottom: 10px;
}.GO_cookie_explained {
    text-align: center;
    margin-bottom: 15px;
}.Yf_cookie_none {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
}}
header {
    width: 100%;
    padding: 0;
    position: relative;
    background: linear-gradient(to right, #ffffff, rgb(225,226,224));
    z-index: 100;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.07);
}header::before {
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    z-index: 0;
    background-image: 
        linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255,255,255,0.05) 1px, transparent 1px);
    position: absolute;
    content: '';
    background-size: 20px 20px;
}header::after {
    content: '';
    left: 0;
    position: absolute;
    height: 100%;
    top: 0;
    width: 5px;
    z-index: 1;
    background: linear-gradient(to bottom, rgb(181,187,178), rgb(144,163,129));
}header .container {
    max-width: 100%;
    width: 100%;
    z-index: 2;
    position: relative;
    padding: 0;
    margin: 0;
}header .Kb_main_lead {
    display: flex;
    margin-left: 5px;
    justify-content: space-between;
    padding: 0.9rem 3%;
    align-items: center;
}header .Dg_page_top {
    align-items: center;
    position: relative;
    transition: all 0.3s ease;
    display: flex;
    background: rgba(255, 255, 255, 0.4);
    padding: 0.5rem;
    text-decoration: none;
    border-radius: 10px;
}header .Dg_page_top:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 0.6);
}header .Dg_page_top svg {
    transition: all 0.3s ease;
    width: 140px;
    height: auto;
}header .JG_main_bar {
    border-radius: 10px;
    position: relative;
    padding: 0.4rem 0.6rem;
    background: rgba(255, 255, 255, 0.3);
    align-items: center;
    display: flex;
    gap: 0.4rem;
}header .JG_main_bar::before {
    border-radius: calc(10px + 2px);
    right: -2px;
    z-index: -1;
    left: -2px;
    bottom: -2px;
    opacity: 0.5;
    top: -2px;
    position: absolute;
    background: linear-gradient(135deg, rgb(181,187,178,0.5), rgb(144,163,129,0.5));
    content: '';
}header .UF_main_start {
    background: #ffffff;
    z-index: 1;
    overflow: hidden;
    color: #000000;
    padding: 0.4rem 0.7rem;
    font-family: Arial, sans-serif;
    font-size: 16px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
    font-weight: 400;
    border-radius: 10px;
    text-decoration: none;
    position: relative;
}header .UF_main_start::before {
    z-index: -1;
    left: 0;
    width: 100%;
    top: 0;
    position: absolute;
    height: 100%;
    background: linear-gradient(45deg, rgb(181,187,178,0.5), rgb(144,163,129,0.5));
    transition: opacity 0.3s ease;
    content: '';
    opacity: 0;
}header .UF_main_start:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
    color: #ffffff;
    transform: translateY(-2px);
}header .UF_main_start:hover::before {
    opacity: 1;
}

@media (max-width: 991px) {header .Kb_main_lead {
    padding: 0.8rem 2.5%;
}header .Dg_page_top svg {
    width: 130px;
}header .JG_main_bar {
    padding: 0.35rem 0.5rem;
    gap: 0.3rem;
}header .UF_main_start {
    padding: 0.35rem 0.6rem;
    font-size: calc(16px - 1px);
}
}

@media (max-width: 767px) {header::after {
    width: 3px;
}header .Kb_main_lead {
    margin-left: 3px;
    padding: 0.8rem 2%;
    gap: 0.7rem;
    align-items: flex-start;
    flex-direction: column;
}header .Dg_page_top {
    padding: 0.4rem;
}header .Dg_page_top svg {
    width: 120px;
}header .JG_main_bar {
    padding: 0.4rem;
    overflow-x: auto;
    width: 98%;
    justify-content: flex-start;
}header .JG_main_bar::-webkit-scrollbar {
    height: 2px;
}header .JG_main_bar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(181,187,178);
}header .UF_main_start {
    padding: 0.3rem 0.5rem;
    white-space: nowrap;
    font-size: calc(16px - 1px);
}
}

@media (max-width: 480px) {header::after {
    width: 2px;
}header .Kb_main_lead {
    padding: 0.7rem 1.5%;
    margin-left: 2px;
}header .Dg_page_top svg {
    width: 110px;
}header .JG_main_bar {
    padding: 0.3rem;
}header .UF_main_start {
    padding: 0.3rem 0.4rem;
    font-size: calc(16px - 2px);
}}.Kr_course_structure {
    background-color: rgb(225,226,224);
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}.Kr_course_structure::before {
    content: "";
    opacity: 0.1;
    z-index: 1;
    position: absolute;
    height: 100%;
    left: 0;
    background: repeating-linear-gradient(
    45deg,
    rgb(181,187,178,0.5) 0,
    rgb(181,187,178,0.5) 1px,
    transparent 1px,
    transparent 10px
  );
    top: 0;
    width: 100%;
}.Kr_course_structure::after {
    height: 100%;
    top: 0;
    content: "";
    background: radial-gradient(
    circle at 80% 20%,
    rgb(144,163,129,0.5) 0%,
    transparent 60%
  );
    right: 0;
    position: absolute;
    z-index: 1;
    width: 100%;
}.Kr_course_structure .container {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
}.Kr_course_structure .bV_study_track {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}.Kr_course_structure .bV_study_track::before {
    border-radius: 50%;
    z-index: -1;
    position: absolute;
    border: 1px solid rgb(181,187,178,0.5);
    width: 200px;
    content: "";
    height: 200px;
    top: -80px;
    animation: rotate 30s linear infinite;
    left: -120px;
}.Kr_course_structure .bV_study_track::after {
    width: 300px;
    content: "";
    border: 2px solid rgb(144,163,129,0.5);
    height: 300px;
    position: absolute;
    bottom: -100px;
    right: -50px;
    z-index: -1;
    animation: rotate 40s linear infinite reverse;
    border-radius: 50%;
}.Kr_course_structure .sL_skill_explorer {
    border-radius: 15px;
    border-left: 3px solid rgb(181,187,178);
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: translateZ(0);
    padding: 40px;
    flex-direction: column;
    background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.05) 0%,
    rgba(255, 255, 255, 0.01) 100%
  );
    backdrop-filter: blur(10px);
    justify-content: center;
    display: flex;
}.Kr_course_structure .sL_skill_explorer::before {
    top: 20px;
    content: "";
    position: absolute;
    width: 60px;
    right: 20px;
    z-index: 1;
    border-right: 2px solid rgb(144,163,129,0.5);
    border-top: 2px solid rgb(144,163,129,0.5);
    height: 60px;
}.Kr_course_structure .sL_skill_explorer::after {
    left: 20px;
    border-left: 2px solid rgb(181,187,178,0.5);
    z-index: 1;
    content: "";
    height: 60px;
    position: absolute;
    bottom: 20px;
    width: 60px;
    border-bottom: 2px solid rgb(181,187,178,0.5);
}.Kr_course_structure .oN_main_pagebar {
    position: relative;
    margin-bottom: 30px;
}.Kr_course_structure .oN_main_pagebar::before {
    background-color: rgb(181,187,178);
    height: 10px;
    content: "";
    top: 50%;
    left: -20px;
    width: 10px;
    transform: translateY(-50%);
    position: absolute;
    border-radius: 50%;
}.Kr_course_structure .oN_main_pagebar svg {
    height: 60px;
    width: 60px;
    transition: filter 0.4s ease;
    max-height: 70px;
}.Kr_course_structure .oN_main_pagebar:hover svg {
    filter: drop-shadow(0 0 8px rgb(181,187,178,0.5));
}.Kr_course_structure .oN_main_pagebar svg path {
    transition: fill 0.3s ease;
    fill: rgb(181,187,178);
}.Kr_course_structure .oN_main_pagebar:hover svg path {
    fill: rgb(144,163,129);
}.Kr_course_structure h3 {
    letter-spacing: 1px;
    position: relative;
    font-size: 30px;
    padding-bottom: 20px;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 20px;
}.Kr_course_structure h3::after {
    height: 3px;
    border-radius: 10px;
    width: 80px;
    content: "";
    background: linear-gradient(
    to right,
    rgb(181,187,178) 0%,
    rgb(144,163,129) 100%
  );
    position: absolute;
    bottom: 0;
    left: 0;
}.Kr_course_structure p {
    color: #000000;
    font-size: 13px;
    line-height: 1.8;
    position: relative;
    margin-bottom: 0;
}.Kr_course_structure .jw_img_circle {
    min-height: 500px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
    position: relative;
    transform: perspective(1000px) rotateY(-5deg);
    border-radius: 15px;
    overflow: hidden;
    height: 500px;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}.Kr_course_structure .jw_img_circle::before {
    top: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(
    to bottom right,
    rgb(181,187,178,0.5) 0%,
    transparent 30%,
    transparent 70%,
    rgb(144,163,129,0.5) 100%
  );
    left: 0;
    height: 100%;
    content: "";
    z-index: 2;
}.Kr_course_structure .jw_img_circle::after {
    z-index: 3;
    position: absolute;
    content: "";
    inset: 0;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}.Kr_course_structure .jw_img_circle:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(10px);
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes pulse {
  0% {
    opacity: 0.4;
    transform: scale(0.98);
  }
  50% {
    opacity: 0.6;
    transform: scale(1);
  }
  100% {
    opacity: 0.4;
    transform: scale(0.98);
  }
}

@media (max-width: 1199px) {.Kr_course_structure .bV_study_track {
    gap: 40px;
}.Kr_course_structure .sL_skill_explorer {
    padding: 30px;
}.Kr_course_structure .jw_img_circle {
    min-height: 450px;
}
}

@media (max-width: 991px) {.Kr_course_structure {
    padding: 70px 0;
}.Kr_course_structure .bV_study_track {
    gap: 40px;
    grid-template-columns: 1fr;
}.Kr_course_structure .sL_skill_explorer {
    order: 2;
}.Kr_course_structure .jw_img_circle {
    order: 1;
    transform: perspective(1000px) rotateY(0deg);
    min-height: 400px;
}.Kr_course_structure .bV_study_track::before,
  .Kr_course_structure .bV_study_track::after {
    display: none;
}
}

@media (max-width: 767px) {.Kr_course_structure {
    padding: 50px 0;
}.Kr_course_structure .sL_skill_explorer {
    padding: 25px;
}.Kr_course_structure h3 {
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-size: calc(30px * 0.9);
}.Kr_course_structure .oN_main_pagebar {
    margin-bottom: 20px;
}.Kr_course_structure .oN_main_pagebar svg {
    max-height: 60px;
}.Kr_course_structure .jw_img_circle {
    min-height: 350px;
}.Kr_course_structure .sL_skill_explorer::before,
  .Kr_course_structure .sL_skill_explorer::after {
    height: 40px;
    width: 40px;
}
}

@media (max-width: 576px) {.Kr_course_structure {
    padding: 40px 0;
}.Kr_course_structure .sL_skill_explorer {
    padding: 20px;
}.Kr_course_structure h3 {
    font-size: calc(30px * 0.8);
}.Kr_course_structure p {
    font-size: calc(13px * 0.95);
    line-height: 1.7;
}.Kr_course_structure .oN_main_pagebar {
    margin-bottom: 15px;
}.Kr_course_structure .oN_main_pagebar svg {
    max-height: 50px;
}.Kr_course_structure .jw_img_circle {
    min-height: 300px;
}.Kr_course_structure .sL_skill_explorer::before,
  .Kr_course_structure .sL_skill_explorer::after {
    width: 30px;
    height: 30px;
}
}

@media (min-width: 1400px) {.Kr_course_structure .container {
    max-width: 1320px;
}.Kr_course_structure .jw_img_circle {
    min-height: 550px;
}}.QX_our_story {
    overflow: hidden;
    position: relative;
    padding: 120px 0 100px;
}.QX_our_story::before {
    opacity: 0.75;
    content: "";
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    background: #000000;
    position: absolute;
    height: 100%;
}.QX_our_story::after {
    z-index: 1;
    content: "";
    width: 300px;
    animation: pulse 8s infinite alternate ease-in-out;
    border-radius: 50%;
    bottom: -50px;
    height: 300px;
    right: -50px;
    filter: blur(40px);
    position: absolute;
    background: rgb(181,187,178);
    opacity: 0.1;
}.QX_our_story .container {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 1200px;
    position: relative;
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
}.QX_our_story .Ew_headline_wrap {
    transform: perspective(1000px) rotateY(-2deg);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    background: linear-gradient(135deg, rgba(255,255,255,0.12), rgba(255,255,255,0.03));
    box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25);
    padding: 40px;
    border-left: 4px solid rgb(181,187,178);
    backdrop-filter: blur(10px);
}.QX_our_story .Ew_headline_wrap:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}.QX_our_story h5 {
    font-weight: 700;
    position: relative;
    letter-spacing: 1px;
    transform: translateX(0);
    font-size: 19px;
    color: rgb(181,187,178);
    text-transform: uppercase;
    transition: transform 0.3s ease-out;
    margin: 0 0 10px;
    display: inline-block;
}.QX_our_story h5::after {
    position: absolute;
    bottom: -8px;
    transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    transform: scaleX(1);
    content: "";
    left: 0;
    transform-origin: left;
    background: rgb(181,187,178);
    width: 40%;
    height: 3px;
}.QX_our_story .Ew_headline_wrap:hover h5 {
    transform: translateX(5px);
}.QX_our_story .Ew_headline_wrap:hover h5::after {
    transform: scaleX(1.5);
}.QX_our_story p {
    margin: 0 0 20px;
    letter-spacing: 0.5px;
    font-weight: 600;
    font-size: calc(17px * 1.2);
    color: #ffffff;
}.QX_our_story p b {
    display: inline-block;
    padding-bottom: 5px;
    font-size: calc(17px * 1.4);
    letter-spacing: 1px;
    font-weight: 700;
    position: relative;
    color: rgb(144,163,129);
}.QX_our_story p b::before {
    width: 100%;
    content: "";
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform-origin: right;
    position: absolute;
    bottom: 0;
    transform: scaleX(0);
    left: 0;
    height: 2px;
    background: rgb(144,163,129);
}.QX_our_story .Ew_headline_wrap:hover p b::before {
    transform: scaleX(1);
    transform-origin: left;
}.QX_our_story ol {
    counter-reset: item;
    padding: 0;
    list-style: none;
    margin: 0;
}.QX_our_story ol li {
    position: relative;
    opacity: 0.9;
    padding-left: 5px;
    text-align: justify;
    font-weight: 400;
    color: #ffffff;
    column-gap: 40px;
    letter-spacing: 0.3px;
    column-count: 1;
    line-height: 1.8;
    font-size: 17px;
}.QX_our_story ol li::first-line {
    color: rgb(144,163,129);
    font-weight: 600;
}

@keyframes pulse {
    0% {
        opacity: 0.1;
        transform: scale(1);
    }
    50% {
        opacity: 0.15;
        transform: scale(1.2);
    }
    100% {
        opacity: 0.1;
        transform: scale(1);
    }
}

@media (min-width: 768px) {.QX_our_story {
    padding: 150px 0 130px;
}.QX_our_story .Ew_headline_wrap {
    padding: 60px;
}.QX_our_story ol li {
    column-count: 2;
    column-gap: 50px;
}.QX_our_story::after {
    width: 400px;
    height: 400px;
}
}

@media (min-width: 992px) {.QX_our_story {
    padding: 180px 0 160px;
}.QX_our_story .container {
    grid-template-columns: 1fr 3fr;
}.QX_our_story .Ew_headline_wrap {
    grid-column: 2;
    padding: 70px;
}.QX_our_story h5 {
    margin-bottom: 20px;
}.QX_our_story ol li {
    column-gap: 60px;
    column-count: 2;
}
}

@media (max-width: 767px) {.QX_our_story {
    padding: 80px 0 60px;
}.QX_our_story .Ew_headline_wrap {
    padding: 30px;
    transform: none;
}.QX_our_story h5 {
    font-size: calc(19px * 0.85);
}.QX_our_story p b {
    font-size: calc(17px * 1.2);
}.QX_our_story ol li {
    font-size: calc(17px * 0.9);
    line-height: 1.6;
}}.eT_learning_outcomes {
    z-index: 1;
    position: relative;
    background: linear-gradient(135deg, rgb(225,226,224) 30%, rgba(255,255,255,0.9) 100%);
    padding: 6rem 0;
    overflow: hidden;
}.eT_learning_outcomes::before {
    z-index: -1;
    transform: rotate(-15deg);
    left: -2%;
    position: absolute;
    background: rgb(181,187,178,0.5);
    top: -5%;
    width: 30%;
    content: "";
    height: 40%;
    filter: blur(40px);
}.eT_learning_outcomes::after {
    bottom: -5%;
    width: 35%;
    content: "";
    background: rgb(144,163,129,0.5);
    filter: blur(50px);
    height: 45%;
    z-index: -1;
    right: -2%;
    transform: rotate(15deg);
    position: absolute;
}.eT_learning_outcomes .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 0 1.5rem;
}.eT_learning_outcomes .jw_img_circle {
    clip-path: polygon(0 0, 100% 3%, 98% 97%, 2% 100%);
    width: 100%;
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    transform: perspective(1000px) rotateY(-5deg);
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    filter: saturate(1.1) contrast(1.05);
    height: 300px;
    object-fit: cover;
}.eT_learning_outcomes .jw_img_circle:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}.eT_learning_outcomes .bV_study_track {
    position: relative;
    animation: slideUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    background: rgba(255,255,255,0.8);
    transform: translateY(-20px);
    padding: 2.5rem 2rem;
    backdrop-filter: blur(10px);
}.eT_learning_outcomes .Ew_headline_wrap {
    position: relative;
}.eT_learning_outcomes h1 {
    color: #000000;
    transform: translateX(-5px);
    font-weight: 700;
    line-height: 1.3;
    animation: fadeIn 0.7s ease-out forwards;
    position: relative;
    font-size: 31px;
    margin-bottom: 1.5rem;
}.eT_learning_outcomes h1::before {
    left: -10px;
    position: absolute;
    background: rgb(181,187,178);
    width: 4px;
    content: "";
    transform: scaleY(0);
    transform-origin: top;
    height: 85%;
    animation: scaleIn 0.6s 0.3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
    top: 0.5rem;
}.eT_learning_outcomes ul {
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 1.25rem;
    display: grid;
}.eT_learning_outcomes li {
    animation: itemAppear 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    padding-left: 2.5rem;
    opacity: 0;
    position: relative;
    transform: translateY(10px);
}.eT_learning_outcomes li:nth-child(1) {
    animation-delay: 0.3s;
}.eT_learning_outcomes li:nth-child(2) {
    animation-delay: 0.45s;
}.eT_learning_outcomes li:nth-child(3) {
    animation-delay: 0.6s;
}.eT_learning_outcomes li:nth-child(4) {
    animation-delay: 0.75s;
}.eT_learning_outcomes li:nth-child(5) {
    animation-delay: 0.9s;
}.eT_learning_outcomes li p {
    align-items: flex-start;
    margin: 0;
    color: #000000;
    display: flex;
    font-size: calc(18px - 0.1rem);
    line-height: 1.5;
    font-weight: 400;
}.eT_learning_outcomes li svg {
    margin-right: 0.75rem;
    width: 22px;
    animation: iconPop 0.4s 0.3s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    top: 2px;
    left: 0;
    position: absolute;
    flex-shrink: 0;
    transform: scale(0);
    height: 22px;
}.eT_learning_outcomes li svg path {
    transition: fill 0.3s;
    fill: rgb(181,187,178);
}.eT_learning_outcomes li:hover svg {
    transform: scale(1.1) rotate(5deg);
}.eT_learning_outcomes li:hover svg path {
    fill: rgb(144,163,129);
}.eT_learning_outcomes li:hover p {
    color: #000000;
}

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

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

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

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

@keyframes iconPop {
  0% {
    transform: scale(0);
  }
  70% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

@media (min-width: 768px) {.eT_learning_outcomes {
    padding: 8rem 0;
}.eT_learning_outcomes .container {
    align-items: center;
    gap: 3rem;
    grid-template-columns: 1fr 1.2fr;
}.eT_learning_outcomes .jw_img_circle {
    clip-path: polygon(0 0, 100% 5%, 95% 95%, 5% 100%);
    transform: perspective(1200px) rotateY(-8deg) translateZ(30px);
    height: 400px;
}.eT_learning_outcomes .bV_study_track {
    margin-left: -3rem;
    z-index: 2;
    transform: perspective(1000px) rotateY(2deg);
    padding: 3rem;
}.eT_learning_outcomes h1 {
    font-size: 38px;
    margin-bottom: 2rem;
}.eT_learning_outcomes ul {
    gap: 1.5rem 2rem;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}

@media (min-width: 992px) {.eT_learning_outcomes .container {
    gap: 0;
    grid-template-columns: 0.9fr 1.1fr;
}.eT_learning_outcomes .jw_img_circle {
    height: 450px;
    transform: perspective(1500px) rotateY(-12deg) translateZ(50px);
}.eT_learning_outcomes .bV_study_track {
    padding: 3.5rem;
    max-width: 650px;
    margin-left: -5rem;
}.eT_learning_outcomes h1::before {
    width: 6px;
    left: -20px;
}.eT_learning_outcomes li p {
    font-size: 18px;
}
}

@media (min-width: 1200px) {.eT_learning_outcomes .jw_img_circle {
    height: 500px;
}.eT_learning_outcomes .bV_study_track {
    margin-left: -8rem;
    padding: 4rem;
}
}

@media (max-width: 767px) {.eT_learning_outcomes h1 {
    font-size: calc(31px - 0.2rem);
}.eT_learning_outcomes .bV_study_track {
    padding: 2rem 1.5rem;
}}.Om_launch_now {
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(225,226,224) 0%, rgb(181,187,178,0.5) 100%);
    padding: 5rem 0;
}.Om_launch_now::before {
    z-index: 1;
    top: 0;
    bottom: 0;
    position: absolute;
    content: '';
    left: 0;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 20px,
        rgba(255, 255, 255, 0.03) 20px,
        rgba(255, 255, 255, 0.03) 40px
    );
    right: 0;
}.Om_launch_now::after {
    right: -100px;
    filter: blur(30px);
    z-index: 0;
    opacity: 0.6;
    height: 300px;
    content: '';
    position: absolute;
    width: 300px;
    background: radial-gradient(circle, rgb(181,187,178,0.5) 0%, transparent 70%);
    top: -150px;
    border-radius: 50%;
}.Om_launch_now .container {
    position: relative;
    padding: 3rem;
    margin: 0 auto;
    z-index: 2;
    background: rgba(255, 255, 255, 0.9);
    transform: perspective(1000px) rotateX(2deg);
    max-width: 1140px;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.05),
        -20px -20px 40px rgba(255, 255, 255, 0.8),
        inset 5px 5px 10px rgba(255, 255, 255, 0.8),
        inset -5px -5px 10px rgba(0, 0, 0, 0.05);
}.Om_launch_now .container:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 
        25px 25px 50px rgba(0, 0, 0, 0.08),
        -25px -25px 50px rgba(255, 255, 255, 0.9),
        inset 5px 5px 10px rgba(255, 255, 255, 0.9),
        inset -5px -5px 10px rgba(0, 0, 0, 0.03);
}.Om_launch_now h6 {
    font-family: Arial, sans-serif;
    line-height: 1.5;
    font-size: 18px;
    text-align: center;
    transform: translateY(0);
    opacity: 1;
    font-weight: 600;
    color: #000000;
    margin-bottom: 2.5rem;
    letter-spacing: 0.5px;
    transition: transform 0.4s ease-out, opacity 0.4s ease-out;
}.Om_launch_now .container:hover h6 {
    transform: translateY(-5px);
}.Om_launch_now div div {
    display: flex;
    justify-content: center;
    margin-top: 1.5rem;
    align-items: center;
}.Om_launch_now div span {
    display: inline-block;
    position: relative;
    transform: translateY(0);
    z-index: 2;
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}.Om_launch_now div span:hover {
    transform: translateY(-5px);
}.Om_launch_now .SM_help_message {
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    font-weight: 600;
    display: inline-flex;
    justify-content: center;
    border: none;
    box-shadow: 
        0 10px 20px rgba(rgb(181,187,178,0.5), 0.2),
        0 5px 10px rgba(rgb(181,187,178,0.5), 0.1),
        inset 0 -2px 0 rgba(0, 0, 0, 0.1);
    align-items: center;
    padding: 15px 32px;
    border-radius: 10px;
    position: relative;
    background: linear-gradient(135deg, rgb(181,187,178) 0%, rgb(144,163,129) 100%);
    font-size: 19px;
    overflow: hidden;
    text-decoration: none;
    color: #ffffff;
    cursor: pointer;
}.Om_launch_now .SM_help_message::before {
    top: 0;
    height: 100%;
    width: 100%;
    transition: left 0.7s ease;
    content: '';
    position: absolute;
    background: linear-gradient(
        90deg, 
        transparent, 
        rgba(255, 255, 255, 0.2), 
        transparent
    );
    left: -100%;
}.Om_launch_now .SM_help_message:hover {
    box-shadow: 
        0 15px 25px rgba(rgb(181,187,178,0.5), 0.3),
        0 10px 15px rgba(rgb(181,187,178,0.5), 0.2),
        inset 0 -2px 0 rgba(0, 0, 0, 0.1);
    transform: translateY(-2px) scale(1.03);
}.Om_launch_now .SM_help_message:hover::before {
    left: 100%;
}.Om_launch_now .SM_help_message:active {
    transform: translateY(1px) scale(0.98);
    box-shadow: 
        0 5px 10px rgba(rgb(181,187,178,0.5), 0.2),
        0 2px 5px rgba(rgb(181,187,178,0.5), 0.1),
        inset 0 2px 3px rgba(0, 0, 0, 0.1);
}.Om_launch_now .SM_help_message span {
    position: relative;
    transition: transform 0.3s ease;
    z-index: 1;
}.Om_launch_now .SM_help_message:hover span {
    transform: scale(1.05);
}


@media (max-width: 1200px) {.Om_launch_now .container {
    padding: 2.5rem;
    max-width: 960px;
}
}

@media (max-width: 992px) {.Om_launch_now {
    padding: 4rem 0;
}.Om_launch_now .container {
    max-width: 720px;
    transform: perspective(1000px) rotateX(1deg);
    padding: 2rem;
}.Om_launch_now h6 {
    font-size: calc(18px * 0.95);
    margin-bottom: 2rem;
}
}

@media (max-width: 768px) {.Om_launch_now {
    padding: 3.5rem 0;
}.Om_launch_now .container {
    transform: perspective(1000px) rotateX(0.5deg);
    max-width: 540px;
    padding: 1.75rem;
}.Om_launch_now h6 {
    margin-bottom: 1.75rem;
    font-size: calc(18px * 0.9);
}.Om_launch_now .SM_help_message {
    padding: 12px 28px;
}
}

@media (max-width: 576px) {.Om_launch_now {
    padding: 3rem 0;
}.Om_launch_now .container {
    transform: none;
    padding: 1.5rem;
    width: 90%;
}.Om_launch_now h6 {
    margin-bottom: 1.5rem;
    font-size: calc(18px * 0.85);
    line-height: 1.4;
}.Om_launch_now .SM_help_message {
    padding: 10px 24px;
    font-size: calc(19px * 0.9);
}
}

@media (max-width: 400px) {.Om_launch_now {
    padding: 2.5rem 0;
}.Om_launch_now .container {
    padding: 1.25rem;
    width: 95%;
}.Om_launch_now h6 {
    font-size: calc(18px * 0.8);
    margin-bottom: 1.25rem;
}.Om_launch_now .SM_help_message {
    padding: 8px 20px;
    font-size: calc(19px * 0.85);
}}.WN_course_candidates {
    padding: 110px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, #ffffff 0%, rgb(225,226,224) 100%);
}.WN_course_candidates::before {
    left: 0;
    width: 100%;
    background-size: 30px 30px;
    content: "";
    top: 0;
    z-index: 1;
    background: 
        linear-gradient(90deg, transparent 98%, rgb(144,163,129,0.5) 98%, rgb(144,163,129,0.5) 100%),
        linear-gradient(0deg, transparent 98%, rgb(144,163,129,0.5) 98%, rgb(144,163,129,0.5) 100%);
    height: 100%;
    position: absolute;
    opacity: 0.4;
}.WN_course_candidates .container {
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
    z-index: 2;
    max-width: 1140px;
}.WN_course_candidates .bV_study_track {
    position: relative;
}.WN_course_candidates h4 {
    position: relative;
    padding: 15px 30px;
    color: #000000;
    font-size: 33px;
    border-radius: 10px;
    left: 50%;
    background: #ffffff;
    display: inline-block;
    margin-bottom: 60px;
    border: 2px solid rgb(181,187,178);
    font-weight: 700;
    transform: translateX(-50%);
    box-shadow: 5px 5px 0 rgb(181,187,178,0.5);
}.WN_course_candidates div > div {
    gap: 50px;
    flex-wrap: wrap;
    position: relative;
    display: flex;
    justify-content: center;
}.WN_course_candidates div > div::before {
    top: 50%;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgb(181,187,178,0.5), transparent);
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    z-index: -1;
}.WN_course_candidates div > div::after {
    background: linear-gradient(180deg, transparent, rgb(144,163,129,0.5), transparent);
    top: 0;
    left: 50%;
    content: "";
    z-index: -1;
    width: 2px;
    position: absolute;
    height: 100%;
}.WN_course_candidates p {
    position: relative;
    color: #000000;
    width: calc(33.333% - 50px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    align-items: center;
    justify-content: flex-start;
    margin: 0;
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    font-size: 16px;
    border-radius: 10px;
    z-index: 1;
    border: 1px solid rgb(225,226,224);
    padding: 20px;
    display: flex;
    background: #ffffff;
}.WN_course_candidates p::before {
    transition: opacity 0.4s ease;
    content: "";
    position: absolute;
    z-index: -1;
    height: 100%;
    opacity: 0;
    width: 100%;
    background: linear-gradient(135deg, transparent 0%, rgb(181,187,178,0.5) 300%);
    left: 0;
    border-radius: 10px;
    top: 0;
}.WN_course_candidates p::after {
    border: 1px solid rgb(181,187,178);
    transition: all 0.3s ease;
    top: -10px;
    background: #ffffff;
    border-radius: 50%;
    left: -10px;
    width: 20px;
    content: "";
    height: 20px;
    position: absolute;
}.WN_course_candidates p:hover {
    transform: translateY(-10px);
    border-color: rgb(181,187,178,0.5);
}.WN_course_candidates p:hover::before {
    opacity: 0.2;
}.WN_course_candidates p:hover::after {
    transform: scale(1.5);
    background: rgb(181,187,178);
}.WN_course_candidates p svg {
    transition: all 0.3s ease;
    margin-right: 15px;
    height: 26px;
    flex-shrink: 0;
    width: 26px;
}.WN_course_candidates p svg path {
    transition: fill 0.3s ease;
    fill: rgb(181,187,178);
}.WN_course_candidates p:hover svg {
    transform: rotate(15deg);
}.WN_course_candidates p:hover svg path {
    fill: rgb(144,163,129);
}@keyframes circuitPath {
    0% {
        stroke-dashoffset: 1000;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

.WN_course_candidates::after {
    position: absolute;
    background-repeat: no-repeat;
    content: "";
    z-index: 1;
    opacity: 0.3;
    bottom: 0;
    width: 300px;
    right: 0;
    height: 300px;
    background-position: bottom right;
}@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.WN_course_candidates .bV_study_track > div p {
    opacity: 0;
    animation: fadeInScale 0.5s ease forwards;
}.WN_course_candidates .bV_study_track > div p:nth-child(1) {
    animation-delay: 0.1s;
}.WN_course_candidates .bV_study_track > div p:nth-child(2) {
    animation-delay: 0.2s;
}.WN_course_candidates .bV_study_track > div p:nth-child(3) {
    animation-delay: 0.3s;
}.WN_course_candidates .bV_study_track > div p:nth-child(4) {
    animation-delay: 0.4s;
}.WN_course_candidates .bV_study_track > div p:nth-child(5) {
    animation-delay: 0.5s;
}.WN_course_candidates .bV_study_track > div p:nth-child(6) {
    animation-delay: 0.6s;
}

@media (max-width: 991px) {.WN_course_candidates {
    padding: 90px 0;
}.WN_course_candidates h4 {
    padding: 12px 25px;
    margin-bottom: 50px;
    font-size: calc(33px * 0.9);
}.WN_course_candidates div > div {
    gap: 30px;
}.WN_course_candidates p {
    padding: 18px;
    width: calc(50% - 30px);
}.WN_course_candidates p svg {
    height: 24px;
    width: 24px;
    margin-right: 12px;
}.WN_course_candidates::after {
    width: 200px;
    height: 200px;
}
}

@media (max-width: 768px) {.WN_course_candidates {
    padding: 70px 0;
}.WN_course_candidates h4 {
    box-shadow: 3px 3px 0 rgb(181,187,178,0.5);
    margin-bottom: 40px;
    font-size: calc(33px * 0.8);
    padding: 10px 20px;
}.WN_course_candidates div > div {
    gap: 25px;
}.WN_course_candidates div > div::before,
    .WN_course_candidates div > div::after {
    opacity: 0.4;
}.WN_course_candidates p {
    font-size: calc(16px * 0.95);
    width: 100%;
    padding: 15px;
}
}

@media (max-width: 576px) {.WN_course_candidates {
    padding: 60px 0;
}.WN_course_candidates h4 {
    font-size: calc(33px * 0.7);
    box-shadow: 2px 2px 0 rgb(181,187,178,0.5);
    border-width: 1px;
    padding: 8px 16px;
    margin-bottom: 35px;
}.WN_course_candidates div > div {
    gap: 20px;
}.WN_course_candidates p {
    font-size: calc(16px * 0.9);
    padding: 12px;
}.WN_course_candidates p svg {
    margin-right: 10px;
    height: 20px;
    width: 20px;
}.WN_course_candidates p::after {
    top: -5px;
    height: 12px;
    left: -5px;
    width: 12px;
}.WN_course_candidates::after {
    height: 100px;
    width: 100px;
}
}