* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}.stat_event_cal {
    flex: 0 0 auto;
}html,body {
    height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
    min-height: 100%;
}svg {
    width: 30px;
    height: 30px;
}.container {
    width: 1209px;
    margin: auto;
    max-width: 100%;
}.stat_top_mainwrap {
    flex: 1 0 auto;
}.stat_wrapper-section {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
}a {
    text-decoration: none;
    color: inherit;
}header,footer {
    width: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.stat_contact_information {
    overflow: hidden;
    background: linear-gradient(160deg, rgb(211,233,224) 0%, rgb(168,206,195,0.5) 100%);
    padding: 90px 0;
    position: relative;
}.stat_contact_information::before {
    position: absolute;
    top: 0;
    width: 100%;
    content: "";
    left: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgb(168,206,195,0.5),
        rgb(168,206,195,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    height: 100%;
    opacity: 0.03;
}.stat_contact_information .container {
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    z-index: 1;
    max-width: 1200px;
}.stat_contact_information h2 {
    font-family: Arial, sans-serif;
    position: relative;
    font-size: 39px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 50px;
    text-align: center;
}.stat_contact_information .stat_query_support {
    max-width: 800px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
    display: flex;
    background: #ffffff;
    border-radius: 17px;
    flex-direction: column;
    overflow: hidden;
    margin: 0 auto;
}.stat_contact_information .stat_image_preview {
    position: relative;
    width: 100%;
    height: 200px;
}.stat_contact_information .stat_support_card {
    padding: 50px;
    width: 100%;
    position: relative;
}.stat_contact_information form {
    width: 100%;
}.stat_contact_information form h3 {
    font-weight: 700;
    font-family: Arial, sans-serif;
    font-size: 23px;
    position: relative;
    color: #000000;
    margin-bottom: 30px;
    display: inline-block;
}.stat_contact_information form h3::after {
    width: 100%;
    left: 0;
    background: rgb(168,206,195);
    content: "";
    border-radius: 1.5px;
    position: absolute;
    bottom: -10px;
    height: 3px;
}.stat_contact_information form input[type="text"] {
    width: 100%;
    border: 2px solid transparent;
    color: #000000;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    margin-bottom: 20px;
    padding: 15px 20px;
    font-size: 18px;
    border-radius: 10px;
    background: rgb(211,233,224);
}.stat_contact_information form input[type="text"]:focus {
    outline: none;
    border-color: rgb(168,206,195);
}.stat_contact_information form input[type="text"]::placeholder {
    color: rgba(0, 0, 0, 0.35);
}.stat_contact_information .stat_help_form {
    display: flex;
    margin-bottom: 30px;
    align-items: flex-start;
}.stat_contact_information .stat_help_form input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.stat_contact_information .stat_help_form label {
    cursor: pointer;
    position: relative;
    padding-left: 35px;
    line-height: 1.6;
    font-size: 15px;
    color: #000000;
}.stat_contact_information .stat_help_form label::before {
    content: "";
    border-radius: 10px;
    top: 2px;
    width: 22px;
    left: 0;
    background: rgb(211,233,224);
    position: absolute;
    transition: all 0.3s ease;
    height: 22px;
}.stat_contact_information .stat_help_form input[type="checkbox"]:checked + label::before {
    background: rgb(168,206,195);
}.stat_contact_information .stat_help_form input[type="checkbox"]:checked + label::after {
    left: 8px;
    border-right: 2px solid #ffffff;
    top: 5px;
    height: 12px;
    content: "";
    width: 6px;
    border-bottom: 2px solid #ffffff;
    transform: rotate(45deg);
    position: absolute;
}.stat_contact_information .stat_help_form label a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgb(168,206,195);
}.stat_contact_information .stat_help_form label a:hover {
    text-decoration: underline;
}.stat_contact_information form .stat_feedback_widget {
    border: none;
    transition: all 0.3s ease;
    font-size: 19px;
    font-family: Arial, sans-serif;
    width: 100%;
    cursor: pointer;
    text-align: center;
    color: #ffffff;
    overflow: hidden;
    background: rgb(168,206,195);
    padding: 16px 20px;
    font-weight: 600;
    border-radius: 10px;
    position: relative;
}.stat_contact_information form .stat_feedback_widget:hover {
    background: rgb(122,181,169);
}.stat_contact_information svg {
    height: 20px;
    fill: rgb(168,206,195);
    width: 20px;
}.stat_contact_information svg path {
    transition: fill 0.3s ease;
    fill: rgb(168,206,195);
}

@media screen and (min-width: 768px) {.stat_contact_information .stat_query_support {
    max-width: 1000px;
    flex-direction: row;
}.stat_contact_information .stat_image_preview {
    min-height: 400px;
    width: 40%;
    height: auto;
}.stat_contact_information .stat_support_card {
    width: 60%;
}
}

@media screen and (min-width: 992px) {.stat_contact_information .stat_image_preview {
    width: 50%;
}.stat_contact_information .stat_support_card {
    width: 50%;
    padding: 60px;
}
}

@media screen and (min-width: 1200px) {.stat_contact_information .stat_query_support {
    max-width: 1100px;
}.stat_contact_information .stat_image_preview {
    min-height: 500px;
}
}

@media screen and (max-width: 576px) {.stat_contact_information {
    padding: 60px 0;
}.stat_contact_information h2 {
    margin-bottom: 30px;
    font-size: calc(39px * 0.7);
}.stat_contact_information .stat_support_card {
    padding: 30px 20px;
}.stat_contact_information form h3 {
    font-size: calc(23px * 0.9);
}}.stat_cookie_popup_disclosure {
    font-family: Arial, sans-serif;
    position: fixed;
    padding: 20px;
    text-align: center;
    background: rgb(211,233,224);
    bottom: 20px;
    transform: translateX(-50%);
    border-radius: 13px;
    width: 90%;
    display: flex;
    align-items: center;
    left: 50%;
    z-index: 1050;
    overflow: hidden;
    flex-direction: column;
    max-width: 600px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
}.stat_consent_learn {
    align-items: center;
    flex-direction: column;
    z-index: 1;
    display: flex;
}.stat_cookies_terms {
    margin-bottom: 20px;
    animation: bounce 2s infinite;
}.stat_cookies_terms svg, .stat_cookies_terms svg path, .stat_cookies_terms img {
    width: 80px;
    height: 80px;
    fill: rgb(168,206,195);
}@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-15px);
    }
    60% {
        transform: translateY(-10px);
    }
}
.stat_cookie_popup_disclosure h5 {
    margin-bottom: 10px;
    color: rgb(168,206,195);
    font-size: 20px;
    font-weight: 700;
}.stat_cookie_popup_disclosure p {
    color: #000000;
    margin-bottom: 20px;
    font-size: 15px;
}.stat_consent_box {
    border-radius: 10px;
    margin: 5px;
    width: calc(50% - 10px);
    transition: background 0.3s ease-in-out, transform 0.2s ease-in-out;
    display: inline-block;
    cursor: pointer;
    font-size: 18px;
    color: #ffffff;
    text-decoration: none;
    background: rgb(168,206,195);
    padding: 10px 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    text-align: center;
}.stat_consent_box:hover {
    background: rgb(122,181,169);
    transform: translateY(-3px);
}.cookie_button.stat_cookie_overview {
    background: rgba(0, 0, 0, 0.5);
}.cookie_button.stat_cookie_overview:hover {
    background: rgb(122,181,169,0.5);
}.stat_cookie_popup_disclosure p a {
    text-decoration: underline;
    transition: color 0.3s ease-in-out;
    color: rgb(168,206,195);
}.stat_cookie_popup_disclosure p a:hover {
    color: rgb(122,181,169);
}
@media only screen and (max-width: 600px) {.stat_cookie_popup_disclosure {
    width: 100%;
    left: 0;
    bottom: 0;
    transform: none;
    border-radius: 0;
}.stat_consent_learn {
    padding: 15px;
}.stat_cookies_terms svg {
    height: 50px;
    width: 50px;
}.stat_cookie_popup_disclosure h5 {
    font-size: calc(20px - 2px);
}.stat_cookie_popup_disclosure p {
    font-size: calc(15px - 2px);
}.stat_consent_box {
    padding: 8px 16px;
    font-size: calc(18px - 2px);
    width: calc(100% - 10px);
}}
#stat_panelCookieWarning {
    display: none;
}#stat_panelCookieWarning:checked ~ .stat_cookie_popup_disclosure {
    visibility: hidden;
    opacity: 0;
}.stat_appCard {
    padding: 120px 0 80px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(168,206,195,0.5) 0%, rgb(211,233,224) 100%);
}.stat_appCard::before {
    z-index: 1;
    top: 0;
    content: "";
    background: radial-gradient(circle at 70% 30%, rgb(122,181,169,0.5) 0%, transparent 60%);
    animation: pulse 15s infinite alternate ease-in-out;
    width: 100%;
    position: absolute;
    left: 0;
    opacity: 0.7;
    height: 100%;
}.stat_appCard::after {
    right: -50px;
    bottom: -50px;
    z-index: 0;
    content: "";
    background: linear-gradient(225deg, rgb(168,206,195) 0%, transparent 70%);
    filter: blur(40px);
    position: absolute;
    height: 300px;
    opacity: 0.2;
    width: 300px;
}.stat_appCard .container {
    padding: 0 20px;
    z-index: 2;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.stat_appCard .stat_learn_growth {
    position: relative;
    transform: perspective(1000px) rotateY(-2deg);
    display: flex;
    padding: 60px 40px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    background: #ffffff;
    flex-direction: column;
}.stat_appCard .stat_learn_growth::before {
    height: 100%;
    width: 5px;
    transform: scaleY(1.02);
    top: 0;
    left: 0;
    content: "";
    background: linear-gradient(to bottom, rgb(168,206,195), rgb(122,181,169));
    position: absolute;
}.stat_appCard .stat_learn_growth::after {
    height: 80px;
    background: rgb(122,181,169,0.5);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    transform: rotate(15deg);
    content: "";
    position: absolute;
    right: 40px;
    z-index: -1;
    width: 80px;
    animation: float 8s infinite ease-in-out;
    top: -15px;
}.stat_appCard .stat_learn_growth:hover {
    transform: perspective(1000px) rotateY(0deg);
}.stat_appCard h5 {
    font-size: 20px;
    color: #000000;
    font-weight: 700;
    line-height: 1.4;
    padding-bottom: 20px;
    margin-bottom: 30px;
    position: relative;
}.stat_appCard h5::after {
    content: "";
    transition: width 0.3s ease;
    width: 80px;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, rgb(168,206,195), rgb(122,181,169));
    height: 3px;
    position: absolute;
}.stat_appCard .stat_learn_growth:hover h5::after {
    width: 120px;
}.stat_appCard p {
    line-height: 1.8;
    color: #000000;
    z-index: 2;
    position: relative;
    margin-bottom: 0;
    transition: color 0.3s ease;
    font-size: 17px;
}.stat_appCard a {
    text-decoration: none;
    display: block;
    position: relative;
    overflow: hidden;
    padding: 5px 0;
}.stat_appCard a::before {
    content: "";
    left: 0;
    height: 1px;
    bottom: 0;
    width: 100%;
    transform-origin: left;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(168,206,195,0.5), transparent);
    position: absolute;
}.stat_appCard a:hover::before {
    transform: scaleX(1);
}.stat_appCard a:hover p {
    color: rgb(168,206,195);
}

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

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

@media (min-width: 768px) {.stat_appCard {
    padding: 140px 0 100px;
}.stat_appCard .stat_learn_growth {
    padding: 80px 60px;
    max-width: 900px;
    margin: 0 auto;
}.stat_appCard h5 {
    margin-bottom: 40px;
    padding-bottom: 25px;
    font-size: calc(20px * 1.2);
}.stat_appCard p {
    line-height: 1.9;
    font-size: calc(17px * 1.05);
}.stat_appCard .stat_learn_growth::after {
    height: 100px;
    right: 60px;
    width: 100px;
}
}

@media (min-width: 992px) {.stat_appCard {
    padding: 160px 0 120px;
}.stat_appCard .stat_learn_growth {
    max-width: 1000px;
    transform: perspective(1200px) rotateY(-3deg);
    margin: 0 auto;
    padding: 100px 80px;
}.stat_appCard .stat_learn_growth::before {
    width: 8px;
}.stat_appCard h5 {
    font-size: calc(20px * 1.3);
    max-width: 80%;
}.stat_appCard p {
    max-width: 90%;
}.stat_appCard .stat_learn_growth::after {
    right: 80px;
    width: 120px;
    height: 120px;
    top: -20px;
}
}

@media (max-width: 767px) {.stat_appCard {
    padding: 80px 0 60px;
}.stat_appCard .stat_learn_growth {
    padding: 40px 25px;
    transform: perspective(800px) rotateY(-1deg);
}.stat_appCard h5 {
    margin-bottom: 25px;
    padding-bottom: 15px;
    font-size: calc(20px * 0.9);
}.stat_appCard p {
    line-height: 1.7;
    font-size: calc(17px * 0.95);
}.stat_appCard .stat_learn_growth::before {
    width: 3px;
}.stat_appCard .stat_learn_growth::after {
    right: 20px;
    top: -10px;
    height: 60px;
    width: 60px;
}
}

@media (max-width: 480px) {.stat_appCard {
    padding: 60px 0 40px;
}.stat_appCard .stat_learn_growth {
    transform: none;
    padding: 30px 20px;
}.stat_appCard h5 {
    margin-bottom: 20px;
    padding-bottom: 15px;
    font-size: calc(20px * 0.85);
}.stat_appCard .stat_learn_growth::after {
    display: none;
}}.stat_title_section {
    font-family: Arial, sans-serif;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    width: 100%;
}.stat_title_section .stat_start_home {
    position: relative;
    height: 100vh;
    width: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
}.stat_title_section .stat_start_home::before {
    content: "";
    top: 0;
    position: absolute;
    background: linear-gradient(135deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.4) 100%);
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}.stat_title_section .stat_quick_training {
    background: linear-gradient(145deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.02) 100%);
    transition: transform 0.5s ease-out;
    transform: perspective(1000px) rotateX(2deg);
    z-index: 2;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    position: relative;
    max-width: 1200px;
    backdrop-filter: blur(8px);
    width: 85%;
    padding: 3rem;
}.stat_title_section .stat_quick_training:hover {
    transform: perspective(1000px) rotateX(0deg);
}.stat_title_section .stat_quick_training div {
    transition: transform 0.4s ease;
    margin-bottom: 2rem;
    position: relative;
    transform: translateX(0);
}.stat_title_section .stat_quick_training div:nth-child(1) {
    animation: fadeSlideIn 0.7s 0.2s forwards;
    opacity: 0;
    transform: translateX(-20px);
}.stat_title_section .stat_quick_training div:nth-child(2) {
    opacity: 0;
    animation: fadeSlideIn 0.7s 0.4s forwards;
    transform: translateX(-20px);
}.stat_title_section .stat_quick_training div:nth-child(3) {
    animation: fadeSlideIn 0.7s 0.6s forwards;
    transform: translateX(-20px);
    opacity: 0;
}.stat_title_section .stat_quick_training p {
    padding-left: 20px;
    border-left: 3px solid rgb(168,206,195);
    margin-bottom: 0.5rem;
    font-weight: 600;
    font-size: calc(16px * 1.2);
    letter-spacing: 0.03em;
    position: relative;
    line-height: 1.6;
    color: #ffffff;
}.stat_title_section .title_style_header {
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.2;
    position: relative;
    margin: 0;
    font-size: calc(44px * 1.3);
    display: inline-block;
}.stat_title_section .title_style_header::after {
    left: 0;
    bottom: -12px;
    height: 4px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    width: 80px;
    position: absolute;
    content: "";
    transform: scaleX(1);
    transform-origin: left;
    background: rgb(168,206,195);
}.stat_title_section .stat_quick_training:hover .title_style_header::after {
    transform: scaleX(1.5);
}.stat_title_section .stat_quick_training h3 {
    font-size: 23px;
    position: relative;
    margin-top: 0;
    line-height: 1.5;
    font-weight: 400;
    color: rgb(255, 255, 255, 0.5);
    max-width: 90%;
}

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

@media (max-width: 1200px) {.stat_title_section .stat_quick_training {
    padding: 2.5rem;
    width: 90%;
}.stat_title_section .title_style_header {
    font-size: calc(44px * 1.1);
}
}

@media (max-width: 992px) {.stat_title_section .stat_quick_training {
    width: 92%;
    padding: 2rem;
}.stat_title_section .title_style_header {
    font-size: 44px;
}.stat_title_section .stat_quick_training p {
    font-size: 16px;
}
}

@media (max-width: 768px) {.stat_title_section .stat_start_home {
    min-height: 100vh;
    padding: 4rem 0;
    height: auto;
}.stat_title_section .stat_quick_training {
    width: 95%;
    transform: perspective(1000px) rotateX(0deg);
    padding: 1.5rem;
}.stat_title_section .title_style_header {
    font-size: calc(38px * 1.1);
}.stat_title_section .stat_quick_training h3 {
    font-size: calc(16px * 1.1);
    max-width: 100%;
}
}

@media (max-width: 576px) {.stat_title_section .stat_quick_training {
    padding: 1.25rem;
}.stat_title_section .title_style_header {
    font-size: 38px;
}.stat_title_section .stat_quick_training p {
    font-size: calc(16px * 0.95);
    padding-left: 15px;
}.stat_title_section .stat_quick_training h3 {
    font-size: 16px;
}.stat_title_section .title_style_header::after {
    height: 3px;
    width: 60px;
}
}

@media (max-width: 480px) {.stat_title_section .stat_quick_training {
    padding: 1rem;
}.stat_title_section .stat_quick_training div {
    margin-bottom: 1.5rem;
}.stat_title_section .title_style_header {
    font-size: calc(38px * 0.9);
}}.stat_help_desk_info {
    padding: 70px 0;
    overflow: hidden;
    z-index: 1;
    background: rgb(211,233,224);
    position: relative;
}.stat_help_desk_info::before {
    width: 100%;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: linear-gradient(120deg, rgb(122,181,169,0.5) 15%, transparent 60%);
}.stat_help_desk_info::after {
    width: 300px;
    background: radial-gradient(circle, rgb(168,206,195,0.5) 0%, transparent 70%);
    content: "";
    animation: moveGradient 15s ease-in-out infinite alternate;
    z-index: -1;
    right: 0;
    height: 300px;
    filter: blur(40px);
    position: absolute;
    bottom: 0;
}@keyframes moveGradient {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-50px, -50px);
  }
}

.stat_help_desk_info .container {
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.stat_help_desk_info .stat_contact_map {
    border-radius: 19px;
    background: linear-gradient(145deg, #ffffff, rgb(211,233,224));
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    border-left: 4px solid rgb(168,206,195);
    transition: transform 0.3s ease;
    position: relative;
    padding: 40px;
}.stat_help_desk_info .stat_contact_map::before {
    height: 120px;
    content: "";
    opacity: 0.1;
    border-radius: 50%;
    width: 120px;
    right: 20px;
    background: rgb(168,206,195,0.5);
    position: absolute;
    top: 20px;
    z-index: -1;
}.stat_help_desk_info .stat_contact_map:hover {
    transform: translateY(-5px);
}.stat_help_desk_info h2 {
    color: #000000;
    display: inline-block;
    font-size: 33px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
}.stat_help_desk_info h2::after {
    position: absolute;
    width: 40%;
    bottom: -8px;
    content: "";
    height: 3px;
    left: 0;
    background: rgb(168,206,195);
    border-radius: 10px;
}.stat_help_desk_info p {
    color: #000000;
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 25px;
}.stat_help_desk_info .stat_online_contact {
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 30px;
    display: flex;
}.stat_help_desk_info .stat_msg_details {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    transition: all 0.3s ease;
    font-size: 13px;
    display: flex;
    position: relative;
    align-items: center;
    z-index: 1;
    border-radius: 10px;
    overflow: hidden;
    padding: 12px 20px;
    color: #000000;
    text-decoration: none;
}.stat_help_desk_info .stat_msg_details::before {
    top: 0;
    background: rgb(168,206,195);
    height: 100%;
    left: 0;
    z-index: -1;
    position: absolute;
    width: 3px;
    transition: width 0.3s ease;
    content: "";
}.stat_help_desk_info .stat_msg_details:hover {
    color: #ffffff;
}.stat_help_desk_info .stat_msg_details:hover::before {
    width: 100%;
}.stat_help_desk_info .stat_msg_details svg {
    width: 22px;
    height: 22px;
    transition: transform 0.3s ease;
}.stat_help_desk_info .stat_msg_details:hover svg {
    transform: translateX(3px);
}.stat_help_desk_info .stat_msg_details svg path {
    fill: rgb(168,206,195);
    transition: fill 0.3s ease;
}.stat_help_desk_info .stat_msg_details:hover svg path {
    fill: #ffffff;
}.stat_help_desk_info p svg {
    width: 20px;
    vertical-align: middle;
    height: 20px;
    margin-right: 8px;
}.stat_help_desk_info p svg path {
    fill: rgb(168,206,195);
}.stat_help_desk_info p:nth-last-child(2) {
    display: flex;
    width: fit-content;
    background: rgb(211,233,224);
    border-radius: 10px;
    font-weight: 400;
    padding: 10px 15px;
    align-items: center;
}

@media (max-width: 991px) {.stat_help_desk_info {
    padding: 50px 0;
}.stat_help_desk_info .stat_contact_map {
    padding: 35px 25px;
}.stat_help_desk_info h2 {
    font-size: calc(33px * 0.9);
}.stat_help_desk_info .stat_online_contact {
    gap: 12px;
}
}

@media (max-width: 767px) {.stat_help_desk_info {
    padding: 40px 0;
}.stat_help_desk_info .stat_contact_map {
    padding: 30px 20px;
}.stat_help_desk_info h2 {
    margin-bottom: 15px;
    font-size: calc(33px * 0.85);
}.stat_help_desk_info p {
    font-size: calc(13px * 0.95);
    margin-bottom: 20px;
}.stat_help_desk_info .stat_online_contact {
    gap: 10px;
    flex-direction: column;
}.stat_help_desk_info .stat_msg_details {
    width: 100%;
    padding: 10px 15px;
}.stat_help_desk_info .stat_contact_map::before {
    width: 80px;
    height: 80px;
}}

.stat_help_desk_info .container::after {
    z-index: -1;
    content: "";
    border-radius: 50%;
    position: absolute;
    left: -50px;
    height: 100px;
    top: 50%;
    animation: rotate 30s linear infinite;
    width: 100px;
    opacity: 0.3;
    border: 2px dashed rgb(168,206,195,0.5);
}@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.stat_help_desk_info .stat_msg_details:active {
    transform: scale(0.98);
}.stat_help_desk_info h2 span {
    position: relative;
    animation: waveText 2.5s ease-in-out infinite;
    display: inline-block;
    animation-delay: calc(0.1s * var(--i));
}@keyframes waveText {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.stat_help_desk_info .stat_contact_map::after {
    width: 150px;
    height: 150px;
    transform: rotate(45deg) translate(50%, 0);
    background: linear-gradient(45deg, transparent, rgb(122,181,169,0.5));
    right: 0;
    opacity: 0.1;
    content: "";
    z-index: -1;
    bottom: 0;
    position: absolute;
    border-radius: 19px;
}.stat_help_desk_info p:nth-last-child(2):hover svg {
    animation: bounce 0.8s ease infinite;
}@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

.stat_help_desk_info .stat_msg_details:hover {
    letter-spacing: 0.5px;
}.stat_leadership_profile {
    overflow: hidden;
    position: relative;
    background: linear-gradient(to bottom, #000000 0%, rgb(211,233,224) 100%);
    padding: 8rem 0;
}.stat_leadership_profile::before {
    top: 0;
    content: "";
    animation: ambientLight 20s ease-in-out infinite alternate;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(168,206,195,0.5) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgb(122,181,169,0.5) 0%, transparent 25%);
    left: 0;
    position: absolute;
    filter: blur(60px);
}@keyframes ambientLight {
    0% { opacity: 0.3; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.1); }
    100% { opacity: 0.3; transform: scale(1); }
}

.stat_leadership_profile .container {
    perspective: 1000px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding: 0 2rem;
    max-width: 1200px;
}.stat_leadership_profile .stat_learn_reviews {
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform-style: preserve-3d;
    flex-wrap: wrap;
    padding: 3rem;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgb(122,181,169,0.5),
        inset 0 0 30px rgb(168,206,195,0.5);
    position: relative;
    transform: rotateX(5deg) rotateY(-5deg);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: rgba(255, 255, 255, 0.03);
    display: flex;
    border-radius: 23px;
}.stat_leadership_profile .stat_learn_reviews:hover {
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.3),
        0 0 0 2px rgb(122,181,169,0.5),
        inset 0 0 50px rgb(168,206,195,0.5);
    transform: rotateX(0) rotateY(0);
}.stat_leadership_profile .stat_image_preview {
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.3),
        0 0 0 5px rgb(168,206,195,0.5);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    width: 180px;
    border-radius: 50%;
    height: 180px;
    top: -90px;
    border: 3px solid #ffffff;
    left: 50%;
    transform: translateX(-50%) translateZ(30px);
    position: absolute;
}.stat_leadership_profile .stat_learn_reviews:hover .stat_image_preview {
    transform: translateX(-50%) translateZ(50px);
}.stat_leadership_profile .name {
    text-shadow: 0 0 10px rgb(168,206,195,0.5);
    margin-top: 100px;
    font-weight: 700;
    letter-spacing: 1px;
    width: 100%;
    transform: translateZ(20px);
    font-size: 29px;
    color: #ffffff;
    text-align: center;
}.stat_leadership_profile .stat_learn_reviews span:not(.name) {
    text-transform: uppercase;
    color: rgb(122,181,169);
    text-align: center;
    margin-top: 0.5rem;
    transform: translateZ(15px);
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 22px;
    width: 100%;
}.stat_leadership_profile .stat_job_view {
    width: 100%;
    font-size: 17px;
    line-height: 1.7;
    transform: translateZ(10px);
    margin-top: 2rem;
    transition: transform 0.3s ease;
    border-radius: 10px;
    color: #ffffff;
    border-left: 3px solid rgb(168,206,195);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
    position: relative;
    padding: 2rem;
}.stat_leadership_profile .stat_job_view::before {
    width: 100%;
    background: linear-gradient(45deg, rgb(168,206,195,0.5) 0%, transparent 70%);
    border-radius: 10px;
    mix-blend-mode: overlay;
    height: 100%;
    opacity: 0.1;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
}.stat_leadership_profile .stat_learn_reviews:hover .stat_job_view {
    transform: translateZ(25px);
}

@media (max-width: 991px) {.stat_leadership_profile {
    padding: 7rem 0 5rem;
}.stat_leadership_profile .stat_learn_reviews {
    padding: 2.5rem 2rem;
}.stat_leadership_profile .stat_image_preview {
    height: 150px;
    width: 150px;
    top: -75px;
}.stat_leadership_profile .name {
    margin-top: 80px;
}.stat_leadership_profile .stat_job_view {
    padding: 1.5rem;
}
}

@media (max-width: 767px) {.stat_leadership_profile {
    padding: 6rem 0 3rem;
}.stat_leadership_profile .container {
    padding: 0 1rem;
}.stat_leadership_profile .stat_learn_reviews {
    padding: 2rem 1.5rem;
    transform: none;
}.stat_leadership_profile .stat_image_preview {
    top: -60px;
    width: 120px;
    height: 120px;
}.stat_leadership_profile .name {
    font-size: calc(29px - 2px);
    margin-top: 70px;
}.stat_leadership_profile .stat_learn_reviews span:not(.name) {
    font-size: calc(22px - 1px);
}.stat_leadership_profile .stat_job_view {
    margin-top: 1.5rem;
    font-size: calc(17px - 1px);
    padding: 1.2rem;
}.stat_leadership_profile .stat_learn_reviews:hover {
    transform: none;
}}.stat_customer_experience {
    background: linear-gradient(135deg, rgb(211,233,224) 0%, rgba(rgb(168,206,195,0.5), 0.05) 100%);
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
}.stat_customer_experience::before {
    opacity: 0.05;
    background-size: 60px 60px;
    content: "";
    position: absolute;
    top: 0;
    background-image: 
        linear-gradient(30deg, rgb(168,206,195) 1px, transparent 1px),
        linear-gradient(120deg, rgb(168,206,195) 1px, transparent 1px);
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}.stat_customer_experience::after {
    filter: blur(3px);
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(168,206,195) 25%, 
        rgb(122,181,169) 75%, 
        transparent 100%);
    position: absolute;
    bottom: -5px;
    height: 10px;
    opacity: 0.7;
    z-index: 1;
    left: 0;
    content: "";
    width: 100%;
}.stat_customer_experience .container {
    z-index: 2;
    position: relative;
}.stat_customer_experience h2 {
    padding-bottom: 1.5rem;
    margin-bottom: 3rem;
    text-align: center;
    font-size: 33px;
    transform-origin: center;
    position: relative;
    transform: perspective(800px) rotateX(2deg);
    color: #000000;
    font-weight: 700;
}.stat_customer_experience h2::after {
    width: 100px;
    bottom: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(168,206,195), rgb(122,181,169));
    border-radius: 10px;
    height: 4px;
    transform: translateX(-50%);
    content: "";
    left: 50%;
}.stat_customer_experience .stat_learner_stories {
    padding: 0;
    gap: 2rem;
    display: grid;
    perspective: 1000px;
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.stat_customer_experience .stat_learn_reviews {
    transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1), 
                box-shadow 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    position: relative;
    box-shadow: 
        0 15px 35px -15px rgba(rgba(0, 0, 0, 0.5), 0.15),
        0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.05);
    overflow: hidden;
    border-radius: 17px;
    transform: translateZ(0) scale(1);
    backdrop-filter: blur(10px);
    background: linear-gradient(145deg, rgba(rgb(255, 255, 255, 0.5), 0.9), rgba(rgb(255, 255, 255, 0.5), 0.97));
    padding: 2rem;
}.stat_customer_experience .stat_learn_reviews:hover {
    box-shadow: 
        0 25px 45px -12px rgba(rgb(168,206,195,0.5), 0.15),
        0 8px 20px rgba(rgba(0, 0, 0, 0.5), 0.05);
    transform: translateY(-10px) translateZ(10px) scale(1.02);
}.stat_customer_experience .stat_learn_reviews::before {
    z-index: 0;
    position: absolute;
    content: "";
    right: 20px;
    font-size: 150px;
    line-height: 1;
    font-family: serif;
    color: rgba(rgb(168,206,195,0.5), 0.1);
    top: -20px;
}.stat_customer_experience .stat_learn_reviews div {
    align-items: center;
    z-index: 2;
    position: relative;
    display: flex;
    margin-bottom: 1.5rem;
}.stat_customer_experience .stat_learn_reviews img {
    height: 60px;
    border: 3px solid #ffffff;
    transition: transform 0.3s ease;
    margin-right: 1rem;
    box-shadow: 0 4px 12px rgba(rgb(168,206,195,0.5), 0.2);
    width: 60px;
    object-fit: cover;
    border-radius: 50%;
}.stat_customer_experience .stat_learn_reviews:hover img {
    transform: scale(1.05);
}.stat_customer_experience .stat_learn_reviews h4 {
    position: relative;
    margin: 0;
    font-size: calc(18px * 0.9);
    color: #000000;
    font-weight: 600;
}.stat_customer_experience .stat_learn_reviews h4::after {
    width: 30px;
    position: absolute;
    transition: width 0.3s ease;
    left: 0;
    background: rgb(168,206,195);
    content: "";
    bottom: -5px;
    height: 2px;
}.stat_customer_experience .stat_learn_reviews:hover h4::after {
    width: 60px;
}.stat_customer_experience .stat_learn_reviews .description {
    line-height: 1.6;
    z-index: 2;
    position: relative;
    font-size: 14px;
    margin: 0;
    color: #000000;
}.stat_customer_experience a {
    font-size: 17px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 15px rgba(rgb(168,206,195,0.5), 0.3);
    position: relative;
    text-decoration: none;
    background: linear-gradient(45deg, rgb(168,206,195), rgb(122,181,169));
    border-radius: 10px;
    overflow: hidden;
    font-weight: 600;
    transform: translateZ(0);
    padding: 0.8rem 2rem;
    color: #ffffff;
    text-align: center;
    display: inline-block;
    margin-top: 3rem;
}.stat_customer_experience a:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 8px 25px rgba(rgb(168,206,195,0.5), 0.4);
}.stat_customer_experience a::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.7s ease;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: -100%;
    content: "";
}.stat_customer_experience a:hover::before {
    left: 100%;
}

@media (max-width: 1200px) {.stat_customer_experience {
    padding: 5rem 0;
}.stat_customer_experience .stat_learner_stories {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 1.5rem;
}
}

@media (max-width: 992px) {.stat_customer_experience h2 {
    font-size: calc(33px * 0.9);
    margin-bottom: 2.5rem;
}.stat_customer_experience .stat_learner_stories {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}
}

@media (max-width: 768px) {.stat_customer_experience {
    padding: 4rem 0;
}.stat_customer_experience h2 {
    font-size: calc(33px * 0.85);
    transform: perspective(800px) rotateX(1deg);
    margin-bottom: 2rem;
}.stat_customer_experience .stat_learner_stories {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1.25rem;
}.stat_customer_experience .stat_learn_reviews {
    padding: 1.5rem;
}
}

@media (max-width: 576px) {.stat_customer_experience {
    padding: 3.5rem 0;
}.stat_customer_experience h2 {
    margin-bottom: 1.75rem;
    font-size: calc(33px * 0.8);
    transform: none;
}.stat_customer_experience h2::after {
    width: 80px;
    height: 3px;
}.stat_customer_experience .stat_learner_stories {
    grid-template-columns: 1fr;
    gap: 1rem;
}.stat_customer_experience .stat_learn_reviews {
    padding: 1.25rem;
}.stat_customer_experience .stat_learn_reviews img {
    height: 50px;
    width: 50px;
}.stat_customer_experience .stat_learn_reviews h4 {
    font-size: calc(18px * 0.85);
}.stat_customer_experience .stat_learn_reviews .description {
    font-size: calc(14px * 0.95);
}.stat_customer_experience a {
    margin-top: 2rem;
    padding: 0.7rem 1.5rem;
    font-size: calc(17px * 0.9);
}
}

@media (max-width: 400px) {.stat_customer_experience {
    padding: 3rem 0;
}.stat_customer_experience .stat_learn_reviews {
    padding: 1rem;
}.stat_customer_experience .stat_learn_reviews div {
    margin-bottom: 1rem;
}.stat_customer_experience .stat_learn_reviews img {
    width: 45px;
    height: 45px;
}}.stat_pricing_grid {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(211,233,224), rgba(240, 240, 255, 0.95));
}.stat_pricing_grid::before {
    opacity: 0.4;
    z-index: 0;
    transform: rotate(-15deg) skewX(15deg);
    filter: blur(60px);
    right: -5%;
    content: "";
    width: 40%;
    background: linear-gradient(145deg, rgb(168,206,195,0.5), rgb(122,181,169,0.5));
    top: -10%;
    position: absolute;
    height: 70%;
}.stat_pricing_grid::after {
    content: "";
    z-index: 0;
    height: 60%;
    position: absolute;
    background: linear-gradient(215deg, rgb(122,181,169,0.5), rgb(168,206,195,0.5));
    filter: blur(50px);
    bottom: -10%;
    width: 35%;
    transform: rotate(12deg) skewX(-10deg);
    opacity: 0.3;
    left: -5%;
}.stat_pricing_grid .container {
    position: relative;
    margin: 0 auto;
    max-width: 1320px;
    z-index: 1;
    padding: 0 20px;
}.stat_pricing_grid .stat_rate_choices {
    gap: 60px;
    display: grid;
    grid-template-columns: 1fr;
}.stat_pricing_grid .stat_cert_fees {
    opacity: 0;
    animation: fadeInUp 0.8s ease-out forwards 0.3s;
    transform: translateY(30px);
    text-align: center;
}.stat_pricing_grid .stat_cert_fees h2 {
    margin-bottom: 20px;
    font-size: 37px;
    color: #000000;
    display: inline-block;
    position: relative;
    font-weight: 700;
}.stat_pricing_grid .stat_cert_fees h2::after {
    transform: translateX(-50%);
    left: 50%;
    bottom: -12px;
    content: "";
    background: linear-gradient(90deg, rgb(168,206,195), rgb(122,181,169));
    position: absolute;
    width: 80px;
    border-radius: 10px;
    height: 4px;
}.stat_pricing_grid .stat_annual_fee {
    max-width: 680px;
    margin: 20px auto 0;
    line-height: 1.6;
    color: #000000;
    font-size: 12px;
}.stat_pricing_grid .stat_cost_card {
    grid-template-columns: 1fr;
    display: grid;
    animation: fadeInUp 0.8s ease-out forwards 0.5s;
    gap: 30px;
    opacity: 0;
    transform: translateY(40px);
}.stat_pricing_grid .stat_bundle_rate {
    text-decoration: none;
    display: block;
    transform: perspective(1000px) rotateX(0deg);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.6s ease;
    backface-visibility: hidden;
}.stat_pricing_grid .stat_lesson_rates {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    height: 100%;
    display: flex;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    will-change: transform, box-shadow;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    background: #ffffff;
    border-radius: 8px;
}.stat_pricing_grid .stat_bundle_rate:hover .stat_lesson_rates {
    box-shadow: 0 25px 40px rgba(0, 0, 0, 0.12), 0 10px 20px rgba(var(--primary-color-rgb), 0.1);
    transform: translateY(-8px);
}.stat_pricing_grid .stat_payment_plans {
    padding: 35px 30px;
    flex-grow: 1;
    flex-direction: column;
    display: flex;
}.stat_pricing_grid .stat_payment_plans h3 {
    padding-left: 15px;
    font-weight: 700;
    position: relative;
    font-size: calc(20px + 2px);
    word-break: break-word;
    margin-bottom: 15px;
    white-space: normal;
    overflow-wrap: break-word;
    color: #000000;
}.stat_pricing_grid .stat_payment_plans h3::before {
    content: "";
    background: linear-gradient(to bottom, rgb(168,206,195), rgb(122,181,169));
    position: absolute;
    width: 4px;
    top: 5px;
    left: 0;
    border-radius: 10px;
    height: calc(100% - 10px);
}.stat_pricing_grid .stat_group_rates {
    color: rgb(168,206,195);
    font-size: calc(20px + 4px);
    display: inline-block;
    border-radius: 6px;
    padding: 8px 15px;
    font-weight: 700;
    position: relative;
    margin: 5px 0 20px;
    background: linear-gradient(120deg, rgba(var(--primary-color-rgb), 0.08), rgba(var(--secondary-color-rgb), 0.08));
}.stat_pricing_grid .stat_payment_plans p {
    line-height: 1.6;
    word-break: break-word;
    margin-top: 5px;
    overflow-wrap: break-word;
    color: #000000;
    margin-bottom: 10px;
    flex-grow: 1;
    font-size: 12px;
    white-space: normal;
}.stat_pricing_grid .stat_image_preview {
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 220px;
}.stat_pricing_grid .stat_image_preview::after {
    position: absolute;
    top: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
    content: "";
    left: 0;
    right: 0;
    z-index: 1;
    bottom: 0;
}.stat_pricing_grid .stat_bundle_rate:hover .stat_image_preview {
    transform: scale(1.05);
}

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

@media (min-width: 768px) {.stat_pricing_grid .stat_cost_card {
    gap: 25px;
    grid-template-columns: repeat(2, 1fr);
}.stat_pricing_grid .stat_rate_choices {
    grid-template-columns: 1fr;
}
}

@media (min-width: 992px) {.stat_pricing_grid .stat_rate_choices {
    gap: 40px;
    grid-template-columns: 2fr 1fr;
}.stat_pricing_grid .stat_cert_fees {
    grid-column: 2;
    text-align: left;
    grid-row: 1;
    align-self: center;
}.stat_pricing_grid .stat_cert_fees h2 {
    display: inline-block;
}.stat_pricing_grid .stat_cert_fees h2::after {
    transform: none;
    left: 0;
}.stat_pricing_grid .stat_annual_fee {
    margin: 25px 0 0;
}.stat_pricing_grid .stat_cost_card {
    grid-template-columns: repeat(2, 1fr);
    grid-column: 1;
    grid-row: 1;
}
}

@media (min-width: 1200px) {.stat_pricing_grid .stat_cost_card {
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
}.stat_pricing_grid .stat_payment_plans {
    padding: 40px 35px;
}.stat_pricing_grid .stat_image_preview {
    height: 240px;
}
}

@media (max-width: 767px) {.stat_pricing_grid {
    padding: 80px 0;
}.stat_pricing_grid .stat_cert_fees {
    margin-bottom: 20px;
}.stat_pricing_grid .stat_lesson_rates {
    max-width: 100%;
}.stat_pricing_grid .stat_payment_plans {
    padding: 30px 25px;
}.stat_pricing_grid .stat_payment_plans h3 {
    font-size: calc(20px + 1px);
}.stat_pricing_grid .stat_group_rates {
    margin: 0 0 15px;
    font-size: 20px;
}.stat_pricing_grid .stat_image_preview {
    height: 200px;
}
}

@media (max-width: 480px) {.stat_pricing_grid {
    padding: 60px 0;
}.stat_pricing_grid .stat_payment_plans {
    padding: 25px 20px;
}.stat_pricing_grid .stat_image_preview {
    height: 180px;
}}.stat_privacy_shield {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
    padding: 40px;
    background-color: rgb(211,233,224);
    line-height: 1.6;
    color: #000000;
    font-family: Arial, sans-serif;
}.stat_privacy_shield h1 {
    padding-bottom: 10px;
    border-bottom: 2px solid rgb(168,206,195);
    font-size: 44px;
    font-weight: 700;
    color: rgb(168,206,195);
    margin-bottom: 20px;
}.stat_privacy_shield h2 {
    color: rgb(122,181,169);
    font-size: 37px;
    margin-bottom: 15px;
    font-weight: 600;
    margin-top: 30px;
}.stat_privacy_shield h3,
.stat_privacy_shield h4,
.stat_privacy_shield h5,
.stat_privacy_shield h6 {
    margin-bottom: 10px;
    font-weight: 400;
    margin-top: 25px;
    color: rgb(168,206,195);
}.stat_privacy_shield h3 {
    font-size: calc(23px - 0.2rem);
}.stat_privacy_shield h4 {
    font-size: 23px;
}.stat_privacy_shield h5 {
    font-size: calc(23px - 0.2rem);
}.stat_privacy_shield h6 {
    font-size: 20px;
}.stat_privacy_shield ul {
    margin-top: 10px;
    padding-left: 20px;
    list-style-type: disc;
}.stat_privacy_shield ol {
    margin-top: 10px;
    padding-left: 20px;
    list-style-type: decimal;
}.stat_privacy_shield li {
    line-height: 1.5;
    margin-bottom: 10px;
}.stat_privacy_shield div {
    margin-bottom: 20px;
}.stat_privacy_shield p {
    font-size: 13px;
    margin-bottom: 20px;
}.stat_privacy_shield span {
    font-weight: 600;
    color: rgb(168,206,195);
}
@media only screen and (max-width: 800px) {.stat_privacy_shield {
    padding: 20px;
    border-radius: 10px;
}.stat_privacy_shield h1 {
    font-size: calc(23px - 0.5rem);
}.stat_privacy_shield h2 {
    font-size: calc(23px - 0.4rem);
}.stat_privacy_shield p {
    font-size: calc(13px - 0.2rem);
}}
.stat_privacy_shield::before {
    background-color: rgb(168,206,195);
    display: block;
    margin-bottom: 20px;
    width: 50px;
    content: '';
    border-radius: 10px;
    height: 5px;
}.stat_privacy_shield ul li::marker,
.stat_privacy_shield ol li::marker {
    color: rgb(122,181,169);
    font-weight: 700;
}.stat_privacy_shield h2 {
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(to right, rgb(168,206,195), rgb(122,181,169));
}.stat_privacy_shield section {
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.5);
    margin: 40px 0;
}.stat_event_cal {
    font-family: Arial, sans-serif;
    position: relative;
    z-index: 1;
    color: #ffffff;
    padding: 80px 0 40px;
}@keyframes pulseLine {
    0%, 100% {
        opacity: 0.6;
    }
    50% {
        opacity: 1;
    }
}

.stat_event_cal .container {
    position: relative;
    justify-content: space-between;
    display: flex;
}.stat_event_cal .company_holder {
    flex: 0 0 30%;
    padding-right: 30px;
    position: relative;
}.stat_event_cal .company_holder::after {
    width: 1px;
    height: 80%;
    background: linear-gradient(to bottom, transparent, rgb(168,206,195), transparent);
    top: 10%;
    right: 0;
    content: '';
    position: absolute;
}.stat_event_cal .company_holder h3 {
    text-shadow: 0 0 10px rgb(168,206,195,0.5);
    font-weight: 700;
    display: inline-block;
    margin-bottom: 20px;
    font-size: calc(32px * 0.9);
    position: relative;
    color: #ffffff;
}.stat_event_cal .company_holder h3::after {
    position: absolute;
    content: '';
    transition: width 0.3s ease-in-out;
    left: 0;
    background: rgb(168,206,195);
    width: 40%;
    bottom: -5px;
    height: 2px;
}.stat_event_cal .company_holder h3:hover::after {
    width: 100%;
}.stat_event_cal .stat_chrome_ext {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transform: translateZ(0);
    backdrop-filter: blur(5px);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    padding: 15px;
    line-height: 1.6;
    font-size: 16px;
    margin-top: 15px;
    transition: all 0.3s ease;
}.stat_event_cal .stat_chrome_ext:hover {
    transform: translateY(-2px) translateZ(0);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    background: rgba(255, 255, 255, 0.12);
}.stat_event_cal .stat_footer_account {
    display: flex;
    position: relative;
    justify-content: space-between;
    flex: 0 0 65%;
}.stat_event_cal .stat_head_teach {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    flex-wrap: wrap;
}.stat_event_cal .stat_main_primary {
    overflow: hidden;
    padding: 20px;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    border-radius: 21px;
    flex: 0 0 45%;
    backdrop-filter: blur(10px);
    position: relative;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.stat_event_cal .stat_main_primary::before {
    content: '';
    background: linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    position: absolute;
    transform: translateX(-100%);
    z-index: -1;
    inset: 0;
    transition: transform 0.6s ease;
}.stat_event_cal .stat_main_primary:hover::before {
    transform: translateX(100%);
}.stat_event_cal .stat_main_primary h5 {
    margin-bottom: 20px;
    position: relative;
    font-weight: 600;
    padding-bottom: 10px;
    color: #ffffff;
    font-size: 23px;
}.stat_event_cal .stat_main_primary h5::after {
    height: 2px;
    left: 0;
    bottom: 0;
    position: absolute;
    transition: width 0.3s ease, box-shadow 0.3s ease;
    width: 40px;
    content: '';
    background: rgb(168,206,195);
}.stat_event_cal .stat_main_primary:hover h5::after {
    width: 70px;
    box-shadow: 0 0 8px rgb(168,206,195), 0 0 16px rgb(168,206,195,0.5);
}.stat_event_cal .stat_main_primary .stat_head_teach {
    gap: 12px;
    display: flex;
    flex-direction: column;
}.stat_event_cal .stat_main_primary .stat_head_teach a {
    position: relative;
    opacity: 0.85;
    text-decoration: none;
    font-size: calc(16px * 0.95);
    color: #ffffff;
    padding-left: 0;
    display: inline-block;
    transition: all 0.3s ease;
}.stat_event_cal .stat_main_primary .stat_head_teach a::before {
    transition: width 0.3s ease, transform 0.3s ease;
    width: 0;
    content: '';
    bottom: -2px;
    position: absolute;
    height: 1px;
    left: 0;
    background: linear-gradient(90deg, rgb(168,206,195), transparent);
    transform-origin: left;
}.stat_event_cal .stat_main_primary .stat_head_teach a:hover {
    opacity: 1;
    color: #ffffff;
    padding-left: 5px;
}.stat_event_cal .stat_main_primary .stat_head_teach a:hover::before {
    box-shadow: 0 0 5px rgb(168,206,195,0.5);
    width: 100%;
}.stat_desktop_app {
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    padding: 15px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
}.stat_desktop_app::before {
    background: linear-gradient(90deg, transparent, rgb(168,206,195,0.5), transparent);
    content: '';
    left: 0;
    top: 0;
    right: 0;
    height: 1px;
    position: absolute;
}.stat_desktop_app .container {
    display: flex;
    justify-content: center;
    align-items: center;
}.stat_desktop_app .stat_skill_links {
    opacity: 0.8;
    transition: opacity 0.3s ease;
    text-align: center;
    letter-spacing: 0.5px;
    font-size: 15px;
    color: #ffffff;
}.stat_desktop_app .stat_skill_links:hover {
    opacity: 1;
}

@media (max-width: 991px) {.stat_event_cal {
    padding: 60px 0 30px;
}.stat_event_cal .container {
    flex-direction: column;
}.stat_event_cal .company_holder {
    flex: 0 0 100%;
    padding-right: 0;
    margin-bottom: 40px;
}.stat_event_cal .company_holder::after {
    display: none;
}.stat_event_cal .stat_footer_account {
    flex: 0 0 100%;
}.stat_event_cal .stat_main_primary {
    flex: 0 0 calc(50% - 20px);
    margin-bottom: 20px;
}
}

@media (max-width: 768px) {.stat_event_cal {
    padding: 40px 0 20px;
}.stat_event_cal .stat_head_teach {
    flex-direction: column;
}.stat_event_cal .stat_main_primary {
    margin-bottom: 20px;
    flex: 0 0 100%;
}.stat_event_cal .company_holder h3 {
    font-size: calc(32px * 0.8);
}.stat_event_cal .stat_main_primary h5 {
    font-size: calc(23px * 0.9);
}.stat_desktop_app .stat_skill_links {
    font-size: calc(15px * 0.9);
}
}

@media (max-width: 576px) {.stat_event_cal {
    padding: 30px 0 15px;
}.stat_event_cal .company_holder {
    margin-bottom: 30px;
}.stat_event_cal .company_holder h3 {
    font-size: calc(32px * 0.7);
}.stat_event_cal .stat_main_primary h5 {
    font-size: calc(23px * 0.8);
}.stat_desktop_app {
    padding: 10px 0;
}.stat_desktop_app .stat_skill_links {
    font-size: calc(15px * 0.8);
}}


footer {
    position: relative;
}footer::after {
    background-size: 50px 50px;
    background-image: 
        linear-gradient(0deg, transparent 24%, rgba(255, 255, 255, .05) 25%, rgba(255, 255, 255, .05) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, .05) 75%, rgba(255, 255, 255, .05) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, rgba(255, 255, 255, .05) 25%, rgba(255, 255, 255, .05) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, .05) 75%, rgba(255, 255, 255, .05) 76%, transparent 77%, transparent);
    left: 0;
    position: absolute;
    opacity: 0.3;
    z-index: 0;
    bottom: 0;
    top: 0;
    right: 0;
    content: '';
}.stat_event_cal .company_holder h3 {
    overflow: hidden;
    position: relative;
}.stat_event_cal .company_holder h3::before {
    left: -100%;
    top: 0;
    pointer-events: none;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: 0.5s;
    height: 100%;
    width: 100%;
    position: absolute;
    content: '';
}.stat_event_cal .company_holder h3:hover::before {
    left: 100%;
}.stat_company_overview {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, #000000 0%, rgb(168,206,195) 100%);
}.stat_company_overview::before {
    background: radial-gradient(circle at 30% 70%, rgb(168,206,195,0.5) 0%, transparent 50%);
    height: 100%;
    position: absolute;
    width: 100%;
    content: "";
    z-index: 1;
    left: 0;
    top: 0;
    animation: pulse 15s infinite alternate;
}.stat_company_overview::after {
    position: absolute;
    width: 100%;
    content: "";
    z-index: 1;
    background-size: 100% 100%, 20px 20px;
    height: 100%;
    top: 0;
    background: 
        radial-gradient(circle at 80% 20%, rgb(122,181,169,0.5) 0%, transparent 40%),
        linear-gradient(45deg, transparent 48%, rgb(168,206,195,0.5) 50%, transparent 52%) #000000;
    opacity: 0.3;
    right: 0;
}.stat_company_overview .container {
    padding: 0 20px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.stat_company_overview .stat_learn_growth {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    padding: 50px;
    transform: perspective(1000px) rotateY(0deg);
    gap: 60px;
    backdrop-filter: blur(10px);
    flex-direction: row;
    display: flex;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    transition: transform 0.5s ease;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
    justify-content: space-between;
}.stat_company_overview .stat_learn_growth:hover {
    transform: perspective(1000px) rotateY(2deg);
}.stat_company_overview .stat_story_visual {
    position: relative;
    transition: all 0.4s ease;
    transform: translateY(0);
    flex: 0 0 280px;
}.stat_company_overview .stat_story_visual:hover {
    transform: translateY(-10px);
}.stat_company_overview .stat_story_visual .stat_image_preview {
    transition: all 0.4s ease;
    width: 280px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
    border-radius: 14px;
    overflow: hidden;
    height: 360px;
    position: relative;
}.stat_company_overview .stat_story_visual .stat_image_preview::before {
    left: -100%;
    position: absolute;
    animation: shine 3s infinite;
    transform: skewX(-25deg);
    top: 0;
    height: 100%;
    content: "";
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.3), transparent);
    width: 50%;
}.stat_company_overview .stat_edu_beliefs {
    position: relative;
    transform: translateY(-30px) translateX(20px);
    z-index: 2;
    padding: 20px 30px;
    border-left: 4px solid rgb(122,181,169);
    background: rgb(168,206,195);
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}.stat_company_overview .stat_edu_beliefs::before {
    background: linear-gradient(135deg, transparent 25%, rgba(255, 255, 255, 0.1) 50%, transparent 75%);
    background-size: 20px 20px;
    top: 0;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 0;
}.stat_company_overview .stat_knowledge_growth {
    position: relative;
    font-weight: 700;
    font-size: 20px;
    margin: 0 0 5px 0;
    color: #ffffff;
}.stat_company_overview .stat_knowledge_experts {
    margin: 0;
    color: #ffffff;
    font-size: 13px;
    opacity: 0.8;
    font-weight: 300;
}.stat_company_overview .stat_text_holder_item {
    padding-left: 20px;
    flex: 1;
    position: relative;
}.stat_company_overview .stat_text_holder_item::before {
    width: 4px;
    left: 0;
    background: linear-gradient(to bottom, rgb(168,206,195), rgb(122,181,169));
    content: "";
    top: 0;
    border-radius: 2px;
    position: absolute;
    height: 100%;
}.stat_company_overview .stat_learn_zone {
    align-items: center;
    display: flex;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
    transform: translateY(0);
}.stat_company_overview .stat_learn_zone:hover {
    transform: translateY(-5px);
}.stat_company_overview .stat_learn_zone svg {
    fill: rgb(168,206,195);
    width: 60px;
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.2));
    height: 60px;
    transition: all 0.3s ease;
    margin-right: 15px;
}.stat_company_overview .stat_learn_zone svg:hover {
    fill: rgb(122,181,169);
    transform: scale(1.1);
}.stat_company_overview .stat_learn_zone svg path {
    transition: all 0.3s ease;
}.stat_company_overview .stat_learn_zone svg:hover path {
    fill: rgb(122,181,169);
}.stat_company_overview h2 {
    font-size: 38px;
    margin: 0 0 20px 0;
    font-weight: 700;
    color: #ffffff;
    position: relative;
    padding-bottom: 15px;
}.stat_company_overview h2::after {
    border-radius: 2px;
    background: rgb(122,181,169);
    height: 4px;
    left: 0;
    position: absolute;
    content: "";
    width: 80px;
    bottom: 0;
}.stat_company_overview p {
    color: #ffffff;
    line-height: 1.8;
    font-size: 13px;
    margin: 0;
    opacity: 0.9;
}

@keyframes pulse {
    0% {
        opacity: 0.3;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.05);
    }
    100% {
        opacity: 0.3;
        transform: scale(1);
    }
}

@keyframes shine {
    0% {
        left: -100%;
    }
    20% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}

@media screen and (max-width: 992px) {.stat_company_overview {
    padding: 80px 0;
}.stat_company_overview .stat_learn_growth {
    flex-direction: column;
    gap: 40px;
    padding: 40px 30px;
}.stat_company_overview .stat_story_visual {
    flex-direction: column;
    flex: 0 0 auto;
    align-items: center;
    display: flex;
}.stat_company_overview .stat_text_holder_item {
    text-align: center;
    padding-left: 0;
}.stat_company_overview .stat_text_holder_item::before {
    display: none;
}.stat_company_overview h2::after {
    transform: translateX(-50%);
    left: 50%;
}.stat_company_overview .stat_learn_zone {
    justify-content: center;
}
}

@media screen and (max-width: 767px) {.stat_company_overview {
    padding: 60px 0;
}.stat_company_overview .stat_learn_growth {
    padding: 30px 20px;
    gap: 30px;
}.stat_company_overview .stat_story_visual .stat_image_preview {
    width: 220px;
    height: 300px;
}.stat_company_overview .stat_edu_beliefs {
    width: 80%;
    transform: translateY(-30px) translateX(0);
}.stat_company_overview h2 {
    font-size: calc(38px * 0.8);
}
}

@media screen and (max-width: 480px) {.stat_company_overview {
    padding: 40px 0;
}.stat_company_overview .stat_learn_growth {
    padding: 20px 15px;
}.stat_company_overview .stat_story_visual .stat_image_preview {
    width: 180px;
    height: 240px;
}.stat_company_overview .stat_edu_beliefs {
    width: 90%;
    padding: 15px 20px;
}.stat_company_overview .stat_knowledge_growth {
    font-size: calc(20px * 0.9);
}.stat_company_overview .stat_knowledge_experts {
    font-size: calc(13px * 0.9);
}.stat_company_overview .stat_learn_zone svg {
    height: 45px;
    width: 45px;
}.stat_company_overview h2 {
    margin-bottom: 15px;
    font-size: calc(38px * 0.7);
}.stat_company_overview p {
    font-size: calc(13px * 0.9);
}}.stat_sign_up_now {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    perspective: 1000px;
    position: relative;
    transform-style: preserve-3d;
    z-index: 1;
    padding: 5rem 2rem;
    background: linear-gradient(135deg, rgb(168,206,195) 0%, rgb(122,181,169) 100%);
    overflow: hidden;
}.stat_sign_up_now::before {
    width: 100%;
    position: absolute;
    z-index: -1;
    transform: translateZ(-10px);
    left: 0;
    content: '';
    height: 100%;
    top: 0;
    background: linear-gradient(45deg, rgb(168,206,195,0.5) 0%, transparent 50%);
}.stat_sign_up_now::after {
    opacity: 0.2;
    top: -50%;
    position: absolute;
    content: '';
    z-index: -1;
    height: 100%;
    width: 100%;
    animation: pulse 8s infinite alternate ease-in-out;
    background: radial-gradient(circle, rgb(255, 255, 255, 0.5) 0%, transparent 70%);
    right: -50%;
}.stat_sign_up_now .container {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    flex-direction: column;
    transform: translateZ(20px);
    max-width: 1200px;
    z-index: 2;
}.stat_sign_up_now h6 {
    letter-spacing: 0.5px;
    font-weight: 600;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    transform: translateZ(30px);
    text-align: center;
    line-height: 1.6;
    font-size: 18px;
    max-width: 90%;
    margin-bottom: 2.5rem;
    font-family: Arial, sans-serif;
}.stat_sign_up_now div {
    justify-content: center;
    transform: translateZ(40px);
    display: flex;
}.stat_sign_up_now span {
    transform-style: preserve-3d;
    transition: transform 0.3s ease-out;
    display: inline-block;
    position: relative;
}.stat_sign_up_now a.stat_feedback_widget {
    border: none;
    overflow: hidden;
    align-items: center;
    padding: 1rem 2.5rem;
    font-size: 15px;
    text-decoration: none;
    display: inline-flex;
    background: #ffffff;
    position: relative;
    font-weight: 700;
    color: rgb(168,206,195);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    transform: translateZ(10px);
    justify-content: center;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.stat_sign_up_now a.stat_feedback_widget::before {
    top: 0;
    content: '';
    transform: translateX(-100%);
    width: 100%;
    position: absolute;
    background: linear-gradient(45deg, transparent 0%, rgba(255, 255, 255, 0.2) 50%, transparent 100%);
    height: 100%;
    transition: transform 0.6s ease;
    left: 0;
}.stat_sign_up_now a.stat_feedback_widget:hover {
    color: rgb(122,181,169);
    transform: translateY(-5px) translateZ(15px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}.stat_sign_up_now a.stat_feedback_widget:hover::before {
    transform: translateX(100%);
}.stat_sign_up_now a.stat_feedback_widget span {
    display: inline-block;
    transition: transform 0.3s ease;
    z-index: 1;
    position: relative;
}.stat_sign_up_now a.stat_feedback_widget:hover span {
    transform: scale(1.05);
}.stat_sign_up_now a.stat_feedback_widget:active {
    transform: translateY(0) translateZ(5px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

@keyframes pulse {
    0% {
        opacity: 0.1;
        transform: scale(1) rotate(0deg);
    }
    50% {
        opacity: 0.2;
        transform: scale(1.1) rotate(5deg);
    }
    100% {
        opacity: 0.1;
        transform: scale(1) rotate(0deg);
    }
}

@media screen and (max-width: 992px) {.stat_sign_up_now {
    padding: 4rem 1.5rem;
}.stat_sign_up_now h6 {
    margin-bottom: 2rem;
    font-size: calc(18px - 2px);
}.stat_sign_up_now a.stat_feedback_widget {
    padding: 0.9rem 2rem;
}
}

@media screen and (max-width: 768px) {.stat_sign_up_now {
    padding: 3.5rem 1.25rem;
}.stat_sign_up_now h6 {
    line-height: 1.5;
    font-size: calc(18px - 4px);
    margin-bottom: 1.75rem;
}.stat_sign_up_now::after {
    right: -30%;
    top: -30%;
}
}

@media screen and (max-width: 576px) {.stat_sign_up_now {
    padding: 3rem 1rem;
}.stat_sign_up_now h6 {
    margin-bottom: 1.5rem;
    max-width: 100%;
    font-size: calc(15px + 1px);
}.stat_sign_up_now a.stat_feedback_widget {
    padding: 0.8rem 1.5rem;
    font-size: calc(15px - 1px);
}.stat_sign_up_now::before, 
    .stat_sign_up_now::after {
    transform: scale(0.8);
}}header {
    padding: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    z-index: 100;
    overflow: visible;
    position: relative;
    background: rgb(211,233,224);
    margin-top: 0;
}header::before {
    z-index: 0;
    top: 0;
    background: 
        linear-gradient(135deg, transparent 25%, rgba(rgb(168,206,195), 0.03) 25%) 0 0 / 20px 20px,
        linear-gradient(225deg, transparent 25%, rgba(rgb(168,206,195), 0.03) 25%) 0 0 / 20px 20px,
        linear-gradient(315deg, transparent 25%, rgba(rgb(168,206,195), 0.03) 25%) 0 0 / 20px 20px,
        linear-gradient(45deg, transparent 25%, rgba(rgb(168,206,195), 0.03) 25%) 0 0 / 20px 20px;
    width: 100%;
    position: absolute;
    left: 0;
    height: 100%;
    content: '';
}header::after {
    background: linear-gradient(to right, 
        rgb(168,206,195), 
        rgb(122,181,169), 
        rgb(168,206,195)
    );
    transform: scaleX(0.7);
    bottom: 0;
    transition: transform 0.5s ease;
    transform-origin: center;
    width: 100%;
    left: 0;
    content: '';
    position: absolute;
    height: 5px;
}header:hover::after {
    transform: scaleX(1);
}header .stat_site_nav {
    align-items: center;
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 1.3rem 2.5rem;
    z-index: 5;
}header .stat_head_learn {
    margin-right: 2rem;
    flex: 0 0 auto;
    perspective: 800px;
    position: relative;
}header .stat_main_mainbar {
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: block;
    transform-style: preserve-3d;
    position: relative;
}header .stat_main_mainbar:hover {
    transform: rotateY(10deg) rotateX(5deg);
}header .stat_main_mainbar::before {
    width: 100%;
    background: rgb(168,206,195);
    filter: blur(10px);
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    content: '';
    transform: translateZ(-10px);
    opacity: 0.1;
}header .stat_main_mainbar img {
    max-height: 40px;
    transform: translateZ(20px);
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.2));
}header .stat_main_primary {
    list-style: none;
    transform-style: preserve-3d;
    perspective: 1000px;
    position: relative;
    display: flex;
    padding: 0;
    margin: 0;
}header .stat_main_primary::before {
    transform-origin: top;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.05));
    width: 100%;
    content: '';
    top: 100%;
    left: 0;
    height: 10px;
    transform: rotateX(90deg);
    position: absolute;
}header .stat_main_learning {
    margin: 0 0.3rem;
    transform-style: preserve-3d;
    position: relative;
}header .stat_main_learning a {
    font-size: 13px;
    color: #000000;
    position: relative;
    padding: 0.7rem 1.2rem;
    display: flex;
    border-radius: 10px;
    justify-content: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    transform-style: preserve-3d;
    transform: translateZ(0);
    background: #ffffff;
    align-items: center;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.4s ease;
}header .stat_main_learning a::before {
    width: 100%;
    position: absolute;
    transition: opacity 0.4s ease;
    left: 0;
    content: '';
    background: linear-gradient(135deg, 
        rgb(168,206,195,0.5) 0%, 
        rgb(122,181,169,0.5) 100%
    );
    top: 0;
    height: 100%;
    border-radius: 10px;
    opacity: 0;
    transform: translateZ(-5px);
}header .stat_main_learning a:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    transform: translateZ(15px);
}header .stat_main_learning a:hover::before {
    opacity: 1;
}header .stat_main_learning a::after {
    position: absolute;
    height: 5px;
    left: 5px;
    background: rgb(168,206,195);
    content: '';
    opacity: 0;
    right: 5px;
    bottom: -5px;
    transition: all 0.4s ease;
    transform: translateZ(-10px);
}header .stat_main_learning a:hover::after {
    bottom: -8px;
    opacity: 0.3;
}header .stat_site_nav::before {
    content: '';
    position: absolute;
    top: 0;
    left: 35%;
    background: linear-gradient(to right, 
        transparent, 
        rgb(168,206,195), 
        transparent
    );
    height: 1px;
    width: 30%;
}.stat_top_mainwrap {
    position: relative;
    padding-top: 2rem;
    z-index: 1;
    background: #ffffff;
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

@media (min-width: 1400px) {header .stat_site_nav {
    max-width: 1320px;
    margin: 0 auto;
}header .stat_main_learning {
    margin: 0 0.5rem;
}header .stat_main_learning a {
    padding: 0.7rem 1.5rem;
}
}

@media (max-width: 991px) {header .stat_site_nav {
    padding: 1rem 2rem;
    flex-wrap: wrap;
}header .stat_head_learn {
    margin-right: 0;
    margin-bottom: 0;
}header .stat_main_primary {
    flex-basis: 100%;
    margin-top: 1rem;
    justify-content: flex-end;
}header .stat_main_learning a {
    padding: 0.6rem 1rem;
    font-size: calc(13px - 1px);
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .stat_site_nav {
    padding: 0.8rem 1.5rem;
}header .stat_head_learn {
    max-width: 140px;
}header .stat_main_mainbar img {
    max-height: 35px;
}header .stat_main_primary {
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
    margin-top: 0.8rem;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 0.5rem;
}header .stat_main_primary::-webkit-scrollbar {
    height: 3px;
}header .stat_main_primary::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(168,206,195,0.5);
}header .stat_main_learning {
    margin: 0 0.2rem;
    flex: 0 0 auto;
}header .stat_main_learning a {
    padding: 0.5rem 0.8rem;
    font-size: calc(13px - 2px);
    white-space: nowrap;
}
}

@media (max-width: 479px) {header .stat_site_nav {
    padding: 0.7rem 1.2rem;
}header .stat_head_learn {
    max-width: 120px;
}header .stat_main_learning a {
    padding: 0.4rem 0.6rem;
    font-size: calc(13px - 3px);
}header::after {
    height: 3px;
}
}

@supports not (transform-style: preserve-3d) {header .stat_main_mainbar:hover {
    transform: translateY(-3px);
}header .stat_main_learning a:hover {
    transform: translateY(-3px);
}}.stat_target_audience {
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(150deg, rgb(211,233,224) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
}.stat_target_audience::before {
    z-index: 0;
    background: 
        radial-gradient(circle at 10% 10%, rgba(rgb(168,206,195), 0.05) 0%, transparent 50%),
        radial-gradient(circle at 90% 90%, rgba(rgb(122,181,169), 0.05) 0%, transparent 50%);
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
}.stat_target_audience .container {
    z-index: 2;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}.stat_target_audience .stat_learn_growth {
    position: relative;
    overflow: hidden;
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 
        0 20px 60px rgba(0, 0, 0, 0.1),
        0 10px 30px rgba(0, 0, 0, 0.05);
}.stat_target_audience h4 {
    font-size: 33px;
    text-align: center;
    color: #000000;
    font-weight: 700;
    background: #ffffff;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    margin: 0;
    padding: 30px;
}.stat_target_audience h4::after {
    bottom: -1px;
    background: linear-gradient(90deg, rgb(168,206,195), rgb(122,181,169));
    content: "";
    position: absolute;
    width: 80px;
    height: 3px;
    transform: translateX(-50%);
    left: 50%;
}.stat_target_audience div {
    padding: 40px;
    gap: 0;
    display: flex;
    flex-wrap: wrap;
}.stat_target_audience div p {
    overflow: hidden;
    background: #ffffff;
    padding: 20px 20px 20px 60px;
    border-left: 3px solid rgb(168,206,195);
    width: calc(100% - 30px);
    cursor: pointer;
    flex: 1 1 calc(100% - 30px);
    position: relative;
    margin: 0 15px 0 15px;
    transition: all 0.3s ease;
    margin-bottom: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    z-index: 1;
}.stat_target_audience div p:last-child {
    margin-bottom: 0;
}.stat_target_audience div p:hover {
    transform: translateX(10px);
    background: linear-gradient(90deg, rgba(rgb(168,206,195), 0.03) 0%, transparent 100%);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}.stat_target_audience div p::before {
    height: 100%;
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, rgba(rgb(168,206,195), 0.1) 0%, transparent 100%);
    content: "";
    transition: width 0.3s ease;
    width: 0;
    z-index: -1;
    top: 0;
}.stat_target_audience div p:hover::before {
    width: 100%;
}.stat_target_audience div p::after {
    border-top: 2px solid rgb(168,206,195);
    position: absolute;
    width: 6px;
    top: 50%;
    opacity: 0;
    height: 6px;
    content: "";
    transform: translateY(-50%) rotate(45deg);
    right: 20px;
    transition: all 0.3s ease;
    border-right: 2px solid rgb(168,206,195);
}.stat_target_audience div p:hover::after {
    opacity: 1;
    right: 15px;
}.stat_target_audience div p svg {
    top: 50%;
    position: absolute;
    left: 20px;
    width: 24px;
    transform: translateY(-50%);
    transition: all 0.3s ease;
    height: 24px;
}.stat_target_audience div p:hover svg {
    transform: translateY(-50%) scale(1.2) rotate(10deg);
}.stat_target_audience div p svg path {
    fill: rgb(168,206,195);
    transition: fill 0.3s ease;
}.stat_target_audience div p:hover svg path {
    fill: rgb(122,181,169);
}

@media (max-width: 991px) {.stat_target_audience {
    padding: 100px 0;
}.stat_target_audience h4 {
    padding: 25px;
    font-size: calc(33px - 2px);
}.stat_target_audience div {
    padding: 30px;
}.stat_target_audience div p {
    padding: 18px 18px 18px 55px;
    margin-bottom: 15px;
}.stat_target_audience div p svg {
    height: 22px;
    left: 18px;
    width: 22px;
}
}

@media (max-width: 767px) {.stat_target_audience {
    padding: 80px 0;
}.stat_target_audience h4 {
    font-size: calc(33px - 4px);
    padding: 20px;
}.stat_target_audience div {
    padding: 25px 20px;
}.stat_target_audience div p {
    margin-left: 0;
    flex: 1 1 100%;
    width: 100%;
    margin-bottom: 12px;
    padding: 15px 15px 15px 50px;
    margin-right: 0;
}.stat_target_audience div p svg {
    width: 20px;
    left: 15px;
    height: 20px;
}
}

@media (max-width: 479px) {.stat_target_audience {
    padding: 60px 0;
}.stat_target_audience h4 {
    padding: 18px 15px;
    font-size: calc(33px - 6px);
}.stat_target_audience div {
    padding: 20px 15px;
}.stat_target_audience div p {
    margin-bottom: 10px;
    font-size: calc(15px - 1px);
    padding: 12px 12px 12px 45px;
}.stat_target_audience div p svg {
    width: 18px;
    height: 18px;
    left: 12px;
}}.stat_program_offerings {
    padding: 100px 0;
    background-color: rgb(211,233,224);
    position: relative;
    overflow: hidden;
}.stat_program_offerings::before {
    z-index: 1;
    content: "";
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    background: linear-gradient(45deg, rgb(168,206,195,0.5) 0%, transparent 50%, rgb(122,181,169,0.5) 100%);
}.stat_program_offerings::after {
    z-index: 1;
    border-radius: 50%;
    animation: rotate 20s linear infinite;
    content: "";
    top: -100px;
    width: 400px;
    background: radial-gradient(circle, rgb(122,181,169,0.5) 0%, transparent 80%);
    height: 400px;
    position: absolute;
    right: -100px;
}.stat_program_offerings .container {
    max-width: 1200px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
}.stat_program_offerings .stat_education {
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr;
    position: relative;
}.stat_program_offerings .stat_text_holder_item {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    display: grid;
    align-items: center;
}.stat_program_offerings .stat_text_holder_item h2 {
    color: #000000;
    font-size: 36px;
    position: relative;
    margin-bottom: 20px;
    padding-left: 20px;
    font-weight: 700;
    border-left: 4px solid rgb(168,206,195);
    grid-column: 1 / -1;
}.stat_program_offerings .description {
    padding: 30px;
    line-height: 1.8;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 25px;
    color: #000000;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    font-size: 13px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}.stat_program_offerings .description:first-of-type {
    overflow: hidden;
    position: relative;
}.stat_program_offerings .description:first-of-type::before {
    top: -10px;
    content: "";
    left: -10px;
    position: absolute;
    z-index: -1;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgb(168,206,195,0.5);
}.stat_program_offerings .description:last-of-type {
    position: relative;
    overflow: hidden;
}.stat_program_offerings .description:last-of-type::before {
    background-color: rgb(122,181,169,0.5);
    right: -10px;
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    z-index: -1;
    bottom: -10px;
    border-radius: 50%;
}.stat_program_offerings .description:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.stat_program_offerings .stat_image_preview {
    height: 400px;
    position: relative;
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    margin: 40px 0;
    border-radius: 25px;
    overflow: hidden;
}.stat_program_offerings .stat_image_preview::before {
    right: 0;
    bottom: 0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, transparent 40%);
}.stat_program_offerings .stat_image_preview::after {
    left: 50%;
    filter: blur(10px);
    transform: translateX(-50%);
    animation: glow 4s infinite alternate;
    border-radius: 50%;
    width: 90%;
    top: -20px;
    height: 10px;
    background: rgb(168,206,195);
    content: "";
    position: absolute;
    opacity: 0.7;
}.stat_program_offerings .stat_image_preview:hover {
    transform: perspective(1000px) rotateX(0deg);
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes glow {
    0% {
        opacity: 0.5;
        width: 90%;
    }
    100% {
        opacity: 0.8;
        width: 95%;
    }
}

@media screen and (max-width: 1024px) {.stat_program_offerings {
    padding: 80px 0;
}.stat_program_offerings .stat_image_preview {
    margin: 30px 0;
    height: 350px;
}
}

@media screen and (max-width: 768px) {.stat_program_offerings {
    padding: 60px 0;
}.stat_program_offerings .stat_text_holder_item {
    grid-template-columns: 1fr;
    gap: 20px;
}.stat_program_offerings .description {
    padding: 25px;
}.stat_program_offerings .stat_image_preview {
    margin: 25px 0;
    height: 300px;
}.stat_program_offerings h2 {
    font-size: calc(36px * 0.9);
}
}

@media screen and (max-width: 480px) {.stat_program_offerings {
    padding: 40px 0;
}.stat_program_offerings .stat_education {
    gap: 30px;
}.stat_program_offerings .stat_text_holder_item h2 {
    font-size: calc(36px * 0.8);
    padding-left: 15px;
}.stat_program_offerings .description {
    padding: 20px;
    font-size: calc(13px * 0.95);
}.stat_program_offerings .stat_image_preview {
    margin: 20px 0;
    height: 250px;
    transform: perspective(1000px) rotateX(0deg);
}}.stat_quantitative_data {
    overflow: hidden;
    padding: 100px 0;
    position: relative;
    color: #ffffff;
    isolation: isolate;
}.stat_quantitative_data::before {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    z-index: -1;
    position: absolute;
    top: 0;
    backdrop-filter: blur(8px);
    content: '';
    width: 100%;
}.stat_quantitative_data::after {
    background: linear-gradient(135deg, rgb(168,206,195,0.5) 0%, transparent 70%);
    z-index: -1;
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    content: '';
    top: 0;
}.stat_quantitative_data .container {
    margin: 0 auto;
    max-width: 1400px;
    padding: 0 20px;
    position: relative;
}.stat_quantitative_data .stat_value_statistics {
    z-index: 1;
    flex-direction: column;
    position: relative;
    display: flex;
}.stat_quantitative_data .stat_statistics_advantage {
    margin-bottom: 30px;
    justify-content: center;
    display: flex;
}.stat_quantitative_data .stat_statistics_advantage svg {
    height: 60px;
    width: 60px;
    fill: rgb(168,206,195);
    filter: drop-shadow(0 0 8px rgb(168,206,195,0.5));
}.stat_quantitative_data .stat_statistics_advantage svg path {
    stroke-width: 0.5;
    stroke: #ffffff;
    fill: rgb(168,206,195);
}.stat_quantitative_data .stat_benefits_track {
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    letter-spacing: 2px;
    margin-bottom: 20px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    font-size: 31px;
    color: #ffffff;
}.stat_quantitative_data .stat_key_classes {
    max-width: 800px;
    font-size: 12px;
    line-height: 1.6;
    opacity: 0.9;
    margin: 0 auto 50px;
    text-align: center;
    color: #ffffff;
}.stat_quantitative_data .stat_boost_experts {
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    display: grid;
    gap: 15px;
    width: 100%;
}.stat_quantitative_data .stat_growth_track {
    padding: 25px 10px;
    display: flex;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    flex-direction: column;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    align-items: center;
}.stat_quantitative_data .stat_growth_track:hover {
    transform: translateY(-5px);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.08));
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}.stat_quantitative_data .stat_advantage_statistics {
    align-items: center;
    justify-content: center;
    height: 40px;
    display: flex;
    margin-bottom: 15px;
}.stat_quantitative_data .stat_advantage_statistics svg {
    width: 30px;
    height: 30px;
    fill: rgb(168,206,195);
}.stat_quantitative_data .stat_advantage_statistics svg path {
    fill: rgb(168,206,195);
    stroke: #ffffff;
    stroke-width: 0.5;
}.stat_quantitative_data .stat_growth_track span {
    font-size: 24px;
    color: #ffffff;
    font-weight: 700;
    display: block;
    position: relative;
    margin-bottom: 10px;
}.stat_quantitative_data .stat_growth_track p {
    font-size: calc(12px * 0.8);
    margin: 0;
    opacity: 0.9;
    color: #ffffff;
    line-height: 1.3;
}.stat_quantitative_data .stat_growth_track::before {
    bottom: 0;
    background: linear-gradient(to right, transparent, rgb(168,206,195), transparent);
    width: 100%;
    height: 3px;
    transform: scaleX(0);
    position: absolute;
    transition: transform 0.3s ease;
    left: 0;
    content: '';
}.stat_quantitative_data .stat_growth_track:hover::before {
    transform: scaleX(1);
}.stat_quantitative_data .stat_boost_experts:has(.stat_growth_track:only-child) {
    margin: 0 auto;
    max-width: 300px;
    display: block;
}.stat_quantitative_data .stat_boost_experts:has(.stat_growth_track:nth-child(2):last-child) {
    max-width: 600px;
    margin: 0 auto;
    grid-template-columns: repeat(2, 1fr);
}.stat_quantitative_data .stat_boost_experts:has(.stat_growth_track:nth-child(3):last-child) {
    margin: 0 auto;
    max-width: 900px;
    grid-template-columns: repeat(3, 1fr);
}.stat_quantitative_data .stat_boost_experts:has(.stat_growth_track:nth-child(4):last-child) {
    grid-template-columns: repeat(4, 1fr);
    max-width: 1200px;
    margin: 0 auto;
}.stat_quantitative_data .stat_boost_experts:has(.stat_growth_track:nth-child(5):last-child) {
    grid-template-columns: repeat(5, 1fr);
}.stat_quantitative_data .stat_boost_experts:has(.stat_growth_track:nth-child(n+6):nth-child(-n+8):last-child) {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}.stat_quantitative_data .stat_boost_experts:has(.stat_growth_track:nth-child(n+9):last-child) {
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
}

@media screen and (max-width: 1200px) {.stat_quantitative_data .stat_boost_experts {
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
}.stat_quantitative_data .stat_growth_track {
    padding: 20px 15px;
}.stat_quantitative_data .stat_boost_experts:has(.stat_growth_track:nth-child(n+6):last-child) {
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
}
}

@media screen and (max-width: 992px) {.stat_quantitative_data .stat_boost_experts {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}.stat_quantitative_data .stat_boost_experts:has(.stat_growth_track:nth-child(n+5):last-child) {
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
}
}

@media screen and (max-width: 768px) {.stat_quantitative_data .stat_boost_experts {
    gap: 15px;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}.stat_quantitative_data .stat_benefits_track {
    font-size: calc(31px * 0.8);
}.stat_quantitative_data .stat_key_classes {
    font-size: calc(12px * 0.9);
    margin-bottom: 30px;
}.stat_quantitative_data .stat_growth_track span {
    font-size: 17px;
}.stat_quantitative_data .stat_boost_experts:has(.stat_growth_track:nth-child(n+3):last-child) {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}
}

@media screen and (max-width: 576px) {.stat_quantitative_data {
    padding: 60px 0;
}.stat_quantitative_data .stat_boost_experts {
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    gap: 15px;
}.stat_quantitative_data .stat_growth_track {
    padding: 20px;
}.stat_quantitative_data .stat_advantage_statistics {
    height: 35px;
}.stat_quantitative_data .stat_advantage_statistics svg {
    height: 25px;
    width: 25px;
}.stat_quantitative_data .stat_growth_track span {
    font-size: 17px;
}.stat_quantitative_data .stat_growth_track p {
    font-size: 12px;
}.stat_quantitative_data .stat_boost_experts:has(.stat_growth_track:nth-child(n+3):last-child) {
    grid-template-columns: 1fr 1fr;
}.stat_quantitative_data .stat_boost_experts:has(.stat_growth_track:nth-child(n+5):last-child) {
    grid-template-columns: 1fr 1fr;
}
}

@media screen and (max-width: 400px) {.stat_quantitative_data .stat_boost_experts {
    grid-template-columns: 1fr;
}.stat_quantitative_data .stat_boost_experts:has(.stat_growth_track:nth-child(n+2):last-child) {
    grid-template-columns: 1fr;
}}

.stat_quantitative_data .stat_value_statistics {
    position: relative;
}.stat_quantitative_data .stat_value_statistics::before,
.stat_quantitative_data .stat_value_statistics::after {
    height: 200px;
    background: radial-gradient(circle, rgb(122,181,169,0.5) 0%, transparent 70%);
    width: 200px;
    z-index: -1;
    border-radius: 50%;
    position: absolute;
    content: '';
}.stat_quantitative_data .stat_value_statistics::before {
    animation: float 15s infinite alternate ease-in-out;
    top: -50px;
    left: -50px;
}.stat_quantitative_data .stat_value_statistics::after {
    bottom: -50px;
    right: -50px;
    animation: float 15s infinite alternate-reverse ease-in-out;
}@keyframes float {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(30px, 15px);
    }
    100% {
        transform: translate(-15px, 30px);
    }
}

.stat_quantitative_data .stat_boost_experts::before {
    content: '';
    position: absolute;
    top: -20px;
    height: 1px;
    left: 0;
    background: linear-gradient(to right, transparent, #ffffff, transparent);
    width: 100%;
}.stat_quantitative_data .stat_growth_track span::after {
    width: 20px;
    content: '';
    display: block;
    height: 2px;
    background-color: rgb(122,181,169);
    margin: 8px auto 0;
}