﻿* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}a {
    text-decoration: none;
    color: inherit;
}.copy_notice_stat {
    flex: 0 0 auto;
}.top_wrap_stat {
    flex: 1 0 auto;
}.container {
    margin: auto;
    width: 1270px;
    max-width: 100%;
}svg {
    height: 30px;
    width: 30px;
}html,body {
    height: 100%;
    font-family: Arial, sans-serif;
    min-height: 100%;
    color: #000000;
    scroll-behavior: smooth;
}header,footer {
    width: 100%;
}.wrapper-structure_stat {
    flex-direction: column;
    height: 100%;
    display: flex;
    min-height: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.connect_form_stat {
    position: relative;
    background: linear-gradient(135deg, rgb(204,184,190) 0%, rgb(166,89,113,0.5) 100%);
    overflow: hidden;
    padding: 80px 0;
}.connect_form_stat::before {
    z-index: 1;
    left: 0;
    width: 100%;
    top: 0;
    opacity: 0.4;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(178,138,151,0.5) 0%, transparent 70%),
        radial-gradient(circle at 80% 70%, rgb(166,89,113,0.5) 0%, transparent 70%);
    content: '';
    height: 100%;
    position: absolute;
}.connect_form_stat::after {
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    background-size: 50px 50px;
    left: 0;
    z-index: 1;
    content: '';
    opacity: 0.1;
    background-image: 
        linear-gradient(90deg, rgb(166,89,113,0.5) 1px, transparent 1px),
        linear-gradient(0deg, rgb(166,89,113,0.5) 1px, transparent 1px);
}.connect_form_stat .landscape_img_stat {
    z-index: 2;
    left: 0;
    position: absolute;
    width: 45%;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    top: 0;
    height: 100%;
}.connect_form_stat .landscape_img_stat::after {
    opacity: 0.7;
    height: 100%;
    background: linear-gradient(135deg, rgb(178,138,151,0.5) 0%, transparent 60%);
    content: '';
    left: 0;
    width: 100%;
    position: absolute;
    top: 0;
}.connect_form_stat .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
    padding: 0 15px;
}.connect_form_stat h3 {
    font-weight: 700;
    font-size: 31px;
    font-family: Arial, sans-serif;
    margin-bottom: 40px;
    text-align: center;
    text-shadow: 0 0 15px rgb(178,138,151,0.5);
    letter-spacing: 1px;
    color: #ffffff;
}.connect_form_stat .connect_feedback_stat {
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2),
                0 5px 15px rgba(0, 0, 0, 0.1),
                0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    display: flex;
    backdrop-filter: blur(10px);
    border-radius: 28px;
    justify-content: space-between;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}.connect_form_stat .connect_feedback_stat:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3),
                0 10px 20px rgba(0, 0, 0, 0.2),
                0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    transform: translateY(-5px);
}.connect_form_stat .support_links_stat {
    padding: 40px;
    position: relative;
    flex: 1;
    overflow: hidden;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}.connect_form_stat .support_links_stat::before {
    position: absolute;
    right: -100px;
    content: '';
    top: -100px;
    opacity: 0.2;
    width: 200px;
    background: radial-gradient(rgb(178,138,151,0.5), transparent 70%);
    border-radius: 50%;
    height: 200px;
}.connect_form_stat .support_links_stat::after {
    height: 150px;
    background: radial-gradient(rgb(166,89,113,0.5), transparent 70%);
    left: -75px;
    position: absolute;
    opacity: 0.2;
    content: '';
    border-radius: 50%;
    bottom: -75px;
    width: 150px;
}.connect_form_stat form {
    z-index: 2;
    position: relative;
}.connect_form_stat form h3 {
    -webkit-text-fill-color: transparent;
    text-align: left;
    text-shadow: none;
    font-size: 23px;
    margin-bottom: 25px;
    -webkit-background-clip: text !important;
    background: linear-gradient(to right, #ffffff, rgb(178,138,151));
}.connect_form_stat input[type="text"],
.connect_form_stat textarea {
    width: 100%;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.08);
    font-family: Arial, sans-serif;
    margin-bottom: 20px;
    padding: 15px;
    color: #ffffff;
    font-size: 14px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.15);
}.connect_form_stat input[type="text"]:focus,
.connect_form_stat textarea:focus {
    outline: none;
    border-color: rgb(178,138,151);
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 0 10px rgb(178,138,151,0.5);
}.connect_form_stat textarea {
    height: 120px;
    resize: none;
}.connect_form_stat .message_inquiry_stat {
    display: flex;
    margin-bottom: 25px;
    position: relative;
    align-items: flex-start;
}.connect_form_stat .message_inquiry_stat input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.connect_form_stat .message_inquiry_stat label {
    font-size: 13px;
    padding-left: 30px;
    cursor: pointer;
    line-height: 1.5;
    color: #ffffff;
    position: relative;
}.connect_form_stat .message_inquiry_stat label::before {
    top: 2px;
    position: absolute;
    width: 20px;
    border-radius: 10px;
    content: '';
    height: 20px;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.08);
    left: 0;
    border: 1px solid rgba(255, 255, 255, 0.3);
}.connect_form_stat .message_inquiry_stat input[type="checkbox"]:checked + label::before {
    background: rgb(178,138,151);
    border-color: rgb(178,138,151);
}.connect_form_stat .message_inquiry_stat input[type="checkbox"]:checked + label::after {
    border-width: 0 2px 2px 0;
    position: absolute;
    top: 5px;
    border: solid #ffffff;
    content: '';
    transform: rotate(45deg);
    height: 12px;
    left: 7px;
    width: 6px;
}.connect_form_stat .message_inquiry_stat a {
    color: rgb(178,138,151);
    text-decoration: none;
    transition: color 0.3s ease;
}.connect_form_stat .message_inquiry_stat a:hover {
    text-decoration: underline;
    color: rgb(166,89,113);
}.connect_form_stat .request_request_stat {
    border: none;
    overflow: hidden;
    padding: 15px;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
    color: #ffffff;
    width: 100%;
    font-family: Arial, sans-serif;
    font-size: 18px;
    border-radius: 10px;
    background: linear-gradient(to right, rgb(178,138,151), rgb(166,89,113));
    font-weight: 600;
}.connect_form_stat .request_request_stat::before {
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    transition: left 0.7s ease;
    left: -100%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}.connect_form_stat .request_request_stat:hover {
    box-shadow: 0 5px 15px rgb(178,138,151,0.5);
    transform: translateY(-2px);
}.connect_form_stat .request_request_stat:hover::before {
    left: 100%;
}.connect_form_stat .reach_list_stat {
    position: relative;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), transparent);
    padding: 40px;
    overflow: hidden;
    width: 40%;
}.connect_form_stat .reach_list_stat::before {
    background-image: 
        radial-gradient(circle at 70% 30%, rgb(178,138,151,0.5) 0%, transparent 60%);
    right: 0;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0.4;
    content: '';
}.connect_form_stat .reach_list_stat h4 {
    font-weight: 600;
    position: relative;
    margin-bottom: 30px;
    font-size: 23px;
    color: #ffffff;
    font-family: Arial, sans-serif;
}.connect_form_stat .reach_list_stat h4::after {
    border-radius: 3px;
    left: 0;
    height: 3px;
    bottom: -10px;
    width: 50px;
    background: rgb(178,138,151);
    position: absolute;
    content: '';
}.connect_form_stat .connect_support_stat {
    padding: 0;
    list-style: none;
    margin: 0;
}.connect_form_stat .connect_support_stat li {
    margin-bottom: 25px;
    padding-left: 5px;
    align-items: flex-start;
    display: flex;
    position: relative;
    transition: transform 0.3s ease;
}.connect_form_stat .connect_support_stat li:hover {
    transform: translateX(5px);
}.connect_form_stat .connect_support_stat li::before {
    transform: translateY(-50%);
    background: rgb(178,138,151);
    border-radius: 50%;
    width: 0;
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease;
    top: 50%;
    content: '';
    left: -10px;
    height: 0;
}.connect_form_stat .connect_support_stat li:hover::before {
    left: -3px;
    width: 6px;
    opacity: 1;
    height: 6px;
}.connect_form_stat .connect_support_stat svg {
    fill: rgb(178,138,151);
    transition: transform 0.3s ease;
    width: 24px;
    filter: drop-shadow(0 0 5px rgb(178,138,151,0.5));
    flex-shrink: 0;
    margin-right: 15px;
    height: 24px;
}.connect_form_stat .connect_support_stat li:hover svg {
    transform: scale(1.1);
}.connect_form_stat .connect_support_stat svg path {
    transition: fill 0.3s ease;
    fill: rgb(178,138,151);
}.connect_form_stat .connect_support_stat li:hover svg path {
    fill: rgb(166,89,113);
}.connect_form_stat .connect_support_stat span {
    line-height: 1.5;
    font-size: 14px;
    font-family: Arial, sans-serif;
    color: #ffffff;
}.connect_form_stat .connect_support_stat a {
    text-decoration: none;
    color: #ffffff;
    transition: color 0.3s ease;
}.connect_form_stat .connect_support_stat a:hover {
    color: rgb(178,138,151);
}

@media (max-width: 992px) {.connect_form_stat {
    padding: 60px 0;
}.connect_form_stat .landscape_img_stat {
    width: 40%;
    clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
}.connect_form_stat .connect_feedback_stat {
    flex-direction: column;
}.connect_form_stat .support_links_stat {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
}.connect_form_stat .reach_list_stat {
    width: 100%;
}
}

@media (max-width: 768px) {.connect_form_stat {
    padding: 40px 0;
}.connect_form_stat .landscape_img_stat {
    display: none;
}.connect_form_stat h3 {
    font-size: calc(31px * 0.8);
    margin-bottom: 30px;
}.connect_form_stat .support_links_stat,
    .connect_form_stat .reach_list_stat {
    padding: 30px;
}.connect_form_stat form h3,
    .connect_form_stat .reach_list_stat h4 {
    font-size: calc(23px * 0.9);
}.connect_form_stat input[type="text"],
    .connect_form_stat textarea {
    margin-bottom: 15px;
    padding: 12px;
}.connect_form_stat textarea {
    height: 100px;
}.connect_form_stat .request_request_stat {
    padding: 12px;
}.connect_form_stat .connect_support_stat li {
    margin-bottom: 20px;
}.connect_form_stat .connect_support_stat svg {
    width: 20px;
    margin-right: 10px;
    height: 20px;
}
}

@media (max-width: 576px) {.connect_form_stat {
    padding: 30px 0;
}.connect_form_stat h3 {
    font-size: calc(31px * 0.7);
    margin-bottom: 20px;
}.connect_form_stat .support_links_stat,
    .connect_form_stat .reach_list_stat {
    padding: 20px;
}.connect_form_stat .connect_feedback_stat {
    margin: 0 10px;
}.connect_form_stat .message_inquiry_stat label {
    font-size: calc(13px * 0.9);
}.connect_form_stat .connect_support_stat li {
    margin-bottom: 15px;
}.connect_form_stat .connect_support_stat span {
    font-size: calc(14px * 0.9);
}.connect_form_stat::before,
    .connect_form_stat::after,
    .connect_form_stat .support_links_stat::before,
    .connect_form_stat .support_links_stat::after,
    .connect_form_stat .reach_list_stat::before {
    opacity: 0.2;
}}.course_rewards_stat {
    overflow: hidden;
    padding: 80px 0;
    font-family: Arial, sans-serif;
    position: relative;
    background: linear-gradient(135deg, #ffffff 0%, rgb(204,184,190) 100%);
}.course_rewards_stat::before {
    position: absolute;
    opacity: 0.4;
    content: "";
    left: 0;
    background: 
    radial-gradient(circle at 20% 30%, rgb(178,138,151,0.5) 0%, transparent 30%),
    radial-gradient(circle at 80% 70%, rgb(166,89,113,0.5) 0%, transparent 30%);
    top: 0;
    width: 100%;
    height: 100%;
}.course_rewards_stat::after {
    animation: movePattern 60s linear infinite;
    background-image: repeating-linear-gradient(
    45deg,
    #ffffff 0px,
    #ffffff 1px,
    transparent 1px,
    transparent 15px
  );
    position: absolute;
    left: 0;
    width: 100%;
    opacity: 0.1;
    content: "";
    top: 0;
    height: 100%;
}@keyframes movePattern {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100px 100px;
  }
}

.course_rewards_stat .container {
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    z-index: 1;
}.course_rewards_stat .fast_classes_stat {
    position: relative;
    align-items: center;
    padding: 40px;
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.08),
    0 0 0 1px rgba(255, 255, 255, 0.6);
    border-radius: 22px;
    display: flex;
    overflow: hidden;
    background: #ffffff;
    gap: 40px;
}.course_rewards_stat .fast_classes_stat::before {
    top: 0;
    opacity: 0.7;
    height: 8px;
    left: 0;
    width: 100%;
    animation: gradientShift 8s linear infinite;
    background-size: 200% 100%;
    position: absolute;
    background: linear-gradient(90deg, 
    rgb(178,138,151), 
    rgb(166,89,113), 
    rgb(178,138,151));
    content: "";
}@keyframes gradientShift {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 200% 0%;
  }
}

.course_rewards_stat .landscape_img_stat {
    max-width: 450px;
    flex: 0 0 40%;
    border-radius: 22px;
    box-shadow: 
    10px 10px 30px rgba(0, 0, 0, 0.1),
    -5px -5px 20px rgba(255, 255, 255, 0.6);
    transform-origin: center;
    transition: all 0.5s ease;
}.course_rewards_stat .landscape_img_stat:hover {
    box-shadow: 
    15px 15px 35px rgba(0, 0, 0, 0.15),
    -7px -7px 25px rgba(255, 255, 255, 0.8);
    transform: scale(1.03);
}.course_rewards_stat .text_holder_item_stat {
    flex: 1;
    position: relative;
}.course_rewards_stat h3 {
    padding-bottom: 15px;
    margin-bottom: 25px;
    font-size: 31px;
    position: relative;
    color: rgb(178,138,151);
    font-weight: 700;
}.course_rewards_stat h3::after {
    position: absolute;
    width: 60px;
    border-radius: 10px;
    height: 3px;
    transition: width 0.3s ease;
    content: "";
    background: linear-gradient(to right, rgb(178,138,151), rgb(166,89,113));
    bottom: 0;
    left: 0;
}.course_rewards_stat .text_holder_item_stat:hover h3::after {
    width: 120px;
}.course_rewards_stat ul {
    list-style: none;
    margin: 0;
    padding: 0;
}.course_rewards_stat li {
    transform: translateX(0);
    padding-left: 12px;
    transition: all 0.3s ease;
    position: relative;
    margin-bottom: 16px;
}.course_rewards_stat li:last-child {
    margin-bottom: 0;
}.course_rewards_stat li::before {
    transition: all 0.3s ease;
    height: 100%;
    position: absolute;
    width: 3px;
    background: linear-gradient(to bottom, rgb(178,138,151,0.5), rgb(166,89,113,0.5));
    top: 0;
    border-radius: 10px;
    opacity: 0.5;
    left: 0;
    content: "";
}.course_rewards_stat li:hover {
    transform: translateX(8px);
}.course_rewards_stat li:hover::before {
    width: 5px;
    opacity: 1;
}.course_rewards_stat li p {
    gap: 15px;
    border-radius: 10px;
    transition: all 0.3s ease;
    padding: 15px;
    font-size: 18px;
    display: flex;
    color: #000000;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.3));
    box-shadow: 
    3px 3px 10px rgba(0, 0, 0, 0.03),
    -3px -3px 10px rgba(255, 255, 255, 0.8);
    align-items: center;
    margin: 0;
}.course_rewards_stat li:hover p {
    box-shadow: 
    5px 5px 15px rgba(0, 0, 0, 0.05),
    -5px -5px 15px rgba(255, 255, 255, 1);
}.course_rewards_stat svg {
    width: 24px;
    border-radius: 12px;
    padding: 10px;
    height: 24px;
    transition: all 0.3s ease;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
    background: linear-gradient(135deg, rgb(178,138,151,0.5), rgb(166,89,113,0.5));
}.course_rewards_stat svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}.course_rewards_stat li:hover svg {
    transform: rotate(10deg);
    background: linear-gradient(135deg, rgb(178,138,151), rgb(166,89,113));
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.15);
}

@media (max-width: 992px) {.course_rewards_stat {
    padding: 60px 0;
}.course_rewards_stat .fast_classes_stat {
    flex-direction: column;
    padding: 30px;
}.course_rewards_stat .landscape_img_stat {
    max-width: 450px;
    margin: 0 auto;
    flex: 0 0 auto;
    width: 100%;
}
}

@media (max-width: 768px) {.course_rewards_stat {
    padding: 50px 0;
}.course_rewards_stat h3 {
    font-size: calc(31px * 0.9);
}
}

@media (max-width: 576px) {.course_rewards_stat {
    padding: 40px 0;
}.course_rewards_stat .fast_classes_stat {
    padding: 25px 20px;
}.course_rewards_stat h3 {
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: calc(31px * 0.85);
}.course_rewards_stat li {
    margin-bottom: 12px;
}.course_rewards_stat li p {
    padding: 12px;
    font-size: calc(18px * 1);
    gap: 12px;
}.course_rewards_stat svg {
    width: 20px;
    border-radius: 10px;
    padding: 8px;
    height: 20px;
}}.cookie_message_alert_stat {
    max-width: 500px;
    background: #ffffff;
    border-radius: 24px;
    width: 90%;
    overflow: hidden;
    position: fixed;
    transform: translateX(-50%);
    z-index: 1050;
    font-family: Arial, sans-serif;
    bottom: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    left: 50%;
}.learn_prefs_stat {
    align-items: center;
    padding: 20px;
    display: flex;
    flex-direction: column;
}.user_dialog_stat {
    margin-bottom: 20px;
}.user_dialog_stat svg, .user_dialog_stat svg path, .user_dialog_stat img {
    fill: rgb(178,138,151);
    height: 60px;
    width: 60px;
}.cookie_message_alert_stat h5 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    color: rgb(178,138,151);
}.cookie_message_alert_stat p {
    text-align: center;
    color: #000000;
    font-size: 17px;
    margin-bottom: 20px;
}.cookie_overview_stat {
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
    transition: background 0.3s ease-in-out;
    width: calc(50% - 10px);
    display: inline-block;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    margin: 5px;
    padding: 10px 20px;
    border-radius: 10px;
    background: rgb(178,138,151);
    text-align: center;
}.cookie_overview_stat:hover {
    background: rgb(166,89,113);
}.cookie_button.track_switch_stat {
    background: rgb(166,89,113);
}.cookie_button.track_switch_stat:hover {
    background: rgb(166,89,113,0.5);
}.cookie_message_alert_stat p a {
    text-decoration: none;
    transition: color 0.3s ease-in-out;
    color: rgb(178,138,151);
}.cookie_message_alert_stat p a:hover {
    color: rgb(166,89,113);
}#cookieConsentDialog_stat {
    display: none;
}#cookieConsentDialog_stat:checked ~ .cookie_message_alert_stat {
    opacity: 0;
    visibility: hidden;
}.program_offerings_stat {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(204,184,190) 0%, #ffffff 100%);
    padding: 7rem 0;
}.program_offerings_stat::before {
    content: "";
    pointer-events: none;
    height: 100%;
    width: 100%;
    left: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(178,138,151,0.5) 0px,
        rgb(178,138,151,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    position: absolute;
    top: 0;
    opacity: 0.05;
}.program_offerings_stat::after {
    background: radial-gradient(circle, rgb(178,138,151,0.5) 0%, transparent 70%);
    z-index: 0;
    top: -10%;
    right: -5%;
    opacity: 0.15;
    height: 30rem;
    width: 30rem;
    content: "";
    position: absolute;
}.program_offerings_stat .container {
    z-index: 1;
    padding: 0 1.5rem;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.program_offerings_stat h2 {
    font-size: 29px;
    opacity: 0;
    font-weight: 700;
    color: #000000;
    margin-bottom: 3rem;
    transform: translateY(20px);
    line-height: 1.3;
    animation: fadeInUp 0.8s ease forwards 0.2s;
    position: relative;
    text-align: center;
}.program_offerings_stat h2::after {
    content: "";
    height: 4px;
    transform: translateX(-50%);
    width: 80px;
    background: linear-gradient(90deg, rgb(178,138,151) 0%, rgb(166,89,113) 100%);
    border-radius: 10px;
    bottom: -15px;
    position: absolute;
    left: 50%;
}.program_offerings_stat .training_flow_stat {
    display: flex;
    gap: 2.5rem;
    opacity: 0;
    transform: translateY(30px);
    flex-direction: column;
    animation: fadeInUp 0.8s ease forwards 0.4s;
}.program_offerings_stat .landscape_img_stat {
    border-radius: 24px;
    height: 350px;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transform: perspective(1000px) rotateY(-3deg);
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    position: relative;
}.program_offerings_stat .landscape_img_stat::before {
    background: linear-gradient(
        to bottom,
        transparent 60%,
        rgba(0, 0, 0, 0.5) 100%
    );
    top: 0;
    z-index: 1;
    position: absolute;
    content: "";
    height: 100%;
    left: 0;
    width: 100%;
}.program_offerings_stat .landscape_img_stat::after {
    height: 300%;
    content: "";
    width: 300%;
    z-index: 2;
    left: -100%;
    animation: shimmer 6s infinite linear;
    transform: rotate(45deg);
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgba(255, 255, 255, 0.1) 50%,
        transparent 100%
    );
    position: absolute;
    top: -100%;
}.program_offerings_stat .text_holder_item_stat {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}.program_offerings_stat .description {
    padding: 0 0.5rem;
    color: #000000;
    line-height: 1.7;
    transition: all 0.3s ease;
    position: relative;
    font-size: 14px;
    font-weight: 400;
}.program_offerings_stat .description:first-of-type {
    border-left: 3px solid rgb(178,138,151);
    padding-left: 1.25rem;
    position: relative;
}.program_offerings_stat .description:nth-of-type(2) {
    position: relative;
    padding-right: 1.25rem;
    border-right: 3px solid rgb(166,89,113);
}.program_offerings_stat .description:first-of-type::before {
    content: "";
    top: 0;
    width: 20px;
    position: absolute;
    border-radius: 50%;
    background: rgb(178,138,151);
    left: -10px;
    opacity: 0.2;
    height: 20px;
}.program_offerings_stat .description:nth-of-type(2)::after {
    bottom: 0;
    border-radius: 50%;
    background: rgb(166,89,113);
    right: -10px;
    content: "";
    opacity: 0.2;
    position: absolute;
    height: 20px;
    width: 20px;
}

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

@keyframes shimmer {
    0% {
        transform: translateX(-100%) translateY(-100%) rotate(45deg);
    }
    100% {
        transform: translateX(100%) translateY(100%) rotate(45deg);
    }
}

@media (min-width: 768px) {.program_offerings_stat .training_flow_stat {
    align-items: flex-start;
    flex-direction: row;
}.program_offerings_stat .landscape_img_stat {
    height: 450px;
    flex: 0 0 45%;
}.program_offerings_stat .text_holder_item_stat {
    padding-left: 2.5rem;
    flex: 0 0 55%;
}.program_offerings_stat .description {
    font-size: calc(14px + 0.05rem);
}.program_offerings_stat h2 {
    margin-left: auto;
    font-size: calc(29px + 0.2rem);
    max-width: 80%;
    margin-right: auto;
}.program_offerings_stat .landscape_img_stat:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    transform: perspective(1000px) rotateY(0deg);
}
}

@media (min-width: 992px) {.program_offerings_stat {
    padding: 9rem 0;
}.program_offerings_stat .container {
    padding: 0 3rem;
}.program_offerings_stat .landscape_img_stat {
    height: 500px;
}.program_offerings_stat h2 {
    margin-bottom: 4rem;
}.program_offerings_stat .description {
    font-size: calc(14px + 0.1rem);
}
}

@media (max-width: 767px) {.program_offerings_stat {
    padding: 5rem 0;
}.program_offerings_stat h2 {
    font-size: calc(29px - 0.2rem);
    margin-bottom: 2rem;
}.program_offerings_stat .landscape_img_stat {
    height: 280px;
}.program_offerings_stat .text_holder_item_stat {
    gap: 1rem;
}.program_offerings_stat .description {
    font-size: calc(14px - 0.1rem);
}}.pricing_grid_item_stat {
    position: relative;
    background: linear-gradient(135deg, rgb(204,184,190) 0%, #ffffff 100%);
    padding: 6rem 0;
    overflow: hidden;
}.pricing_grid_item_stat::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(45deg, rgb(178,138,151,0.5) 0%, transparent 40%);
    z-index: 1;
}.pricing_grid_item_stat .container {
    margin: 0 auto;
    z-index: 2;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
}.pricing_grid_item_stat .pricing_catalog_stat {
    display: flex;
    flex-direction: column;
}.pricing_grid_item_stat .premium_plan_stat {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    order: 1;
    text-align: center;
    margin-bottom: 3rem;
}.pricing_grid_item_stat .premium_plan_stat h2 {
    margin-bottom: 1rem;
    position: relative;
    font-size: 32px;
    display: inline-block;
    font-weight: 700;
    color: #000000;
}.pricing_grid_item_stat .premium_plan_stat h2::after {
    bottom: -10px;
    left: 50%;
    background: rgb(178,138,151);
    content: "";
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    position: absolute;
}.pricing_grid_item_stat .lesson_rates_stat {
    max-width: 600px;
    color: #000000;
    margin: 0 auto;
    line-height: 1.6;
    overflow-wrap: break-word;
    word-break: break-word;
    font-size: 14px;
}.pricing_grid_item_stat .fee_chart_stat {
    gap: 2rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    order: 2;
    margin-top: 2rem;
}.pricing_grid_item_stat .cost_fee_stat {
    border-radius: 10px;
    display: block;
    height: 100%;
    overflow: hidden;
    position: relative;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.5s ease;
    text-decoration: none;
}.pricing_grid_item_stat .cost_fee_stat:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}.pricing_grid_item_stat .promo_cost_stat {
    flex-direction: column;
    height: 100%;
    display: flex;
}.pricing_grid_item_stat .basic_rates_stat {
    position: relative;
    z-index: 1;
    flex-grow: 1;
    overflow-wrap: break-word;
    word-break: break-word;
    padding: 2rem;
    display: flex;
    flex-direction: column;
}.pricing_grid_item_stat .basic_rates_stat::before {
    position: absolute;
    z-index: -1;
    left: 0;
    height: 100%;
    background: linear-gradient(135deg, transparent 0%, #ffffff 100%);
    content: "";
    opacity: 0.7;
    top: 0;
    width: 100%;
}.pricing_grid_item_stat .basic_rates_stat h3 {
    margin-bottom: 1.5rem;
    font-weight: 700;
    position: relative;
    padding-bottom: 0.5rem;
    color: #000000;
    font-size: calc(20px * 1.2);
}.pricing_grid_item_stat .basic_rates_stat h3::after {
    content: "";
    position: absolute;
    bottom: 0;
    transition: width 0.3s ease;
    background: rgb(166,89,113);
    height: 2px;
    left: 0;
    width: 40px;
}.pricing_grid_item_stat .cost_fee_stat:hover .basic_rates_stat h3::after {
    width: 80px;
}.pricing_grid_item_stat .pro_fees_stat {
    display: inline-block;
    color: rgb(178,138,151);
    position: relative;
    margin-bottom: 1.5rem;
    font-weight: 700;
    font-size: calc(20px * 1.5);
}.pricing_grid_item_stat .pro_fees_stat::before {
    content: "";
    position: absolute;
    background: rgb(178,138,151);
    transition: width 0.3s ease;
    width: 0;
    left: 0;
    height: 2px;
    bottom: -5px;
}.pricing_grid_item_stat .cost_fee_stat:hover .pro_fees_stat::before {
    width: 100%;
}.pricing_grid_item_stat .basic_rates_stat p {
    font-size: 14px;
    overflow-wrap: break-word;
    color: #000000;
    margin-top: auto;
    word-break: break-word;
    line-height: 1.6;
}.pricing_grid_item_stat .landscape_img_stat {
    height: 200px;
    transition: transform 0.5s ease;
    position: relative;
    overflow: hidden;
}.pricing_grid_item_stat .landscape_img_stat::after {
    top: 0;
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.4) 100%);
    height: 100%;
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
}.pricing_grid_item_stat .cost_fee_stat:hover .landscape_img_stat {
    transform: scale(1.05);
}.pricing_grid_item_stat .cost_fee_stat:nth-child(odd) .promo_cost_stat {
    flex-direction: column-reverse;
}.pricing_grid_item_stat .cost_fee_stat:nth-child(3n+1) {
    border-top: 3px solid rgb(178,138,151);
}.pricing_grid_item_stat .cost_fee_stat:nth-child(3n+2) {
    border-top: 3px solid rgb(166,89,113);
}.pricing_grid_item_stat .cost_fee_stat:nth-child(3n+3) {
    border-top: 3px solid #000000;
}

@media (min-width: 768px) {.pricing_grid_item_stat .pricing_catalog_stat {
    align-items: center;
    flex-direction: row;
    gap: 4rem;
}.pricing_grid_item_stat .premium_plan_stat {
    flex: 0 0 30%;
    order: 2;
    margin-bottom: 0;
    text-align: left;
}.pricing_grid_item_stat .premium_plan_stat h2 {
    text-align: left;
}.pricing_grid_item_stat .premium_plan_stat h2::after {
    left: 0;
    transform: none;
}.pricing_grid_item_stat .lesson_rates_stat {
    margin: 0;
    text-align: left;
}.pricing_grid_item_stat .fee_chart_stat {
    order: 1;
    grid-template-columns: repeat(2, 1fr);
    flex: 0 0 65%;
}
}

@media (min-width: 992px) {.pricing_grid_item_stat .fee_chart_stat {
    grid-template-columns: repeat(2, 1fr);
}.pricing_grid_item_stat .cost_fee_stat:nth-child(4n+1) {
    transform: translateY(20px);
}.pricing_grid_item_stat .cost_fee_stat:nth-child(4n+3) {
    transform: translateY(-20px);
}.pricing_grid_item_stat .cost_fee_stat:hover {
    transform: translateY(0) scale(1.02);
}
}

@media (max-width: 767px) {.pricing_grid_item_stat {
    padding: 4rem 0;
}.pricing_grid_item_stat .basic_rates_stat {
    padding: 1.5rem;
}.pricing_grid_item_stat .basic_rates_stat h3 {
    font-size: 20px;
}.pricing_grid_item_stat .pro_fees_stat {
    font-size: 20px;
}.pricing_grid_item_stat .basic_rates_stat p {
    line-height: 1.5;
    font-size: calc(14px * 0.9);
    overflow-y: auto;
    max-height: 150px;
}.pricing_grid_item_stat .landscape_img_stat {
    height: 150px;
}
}

@media (max-width: 480px) {.pricing_grid_item_stat .fee_chart_stat {
    grid-template-columns: 1fr;
}.pricing_grid_item_stat .premium_plan_stat h2 {
    font-size: calc(32px * 0.8);
}.pricing_grid_item_stat .lesson_rates_stat {
    font-size: calc(14px * 0.9);
}.pricing_grid_item_stat .basic_rates_stat p {
    max-height: 120px;
}}.join_list_stat {
    padding: 4rem 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(178,138,151,0.5), rgb(166,89,113,0.5));
}.join_list_stat::before {
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 2px,
        transparent 2px,
        transparent 8px
    );
    width: 100%;
    z-index: 1;
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
    content: "";
}.join_list_stat::after {
    position: absolute;
    width: 35%;
    transform: rotate(15deg);
    z-index: 0;
    height: 120%;
    top: -10%;
    right: -5%;
    opacity: 0.1;
    content: "";
    background: rgb(178,138,151);
}.join_list_stat .container {
    margin: 0 auto;
    padding: 0 1.5rem;
    max-width: 1200px;
    z-index: 5;
    position: relative;
}.join_list_stat .fast_classes_stat {
    grid-template-columns: 1fr;
    overflow: hidden;
    position: relative;
    gap: 2rem;
    background: #ffffff;
    display: grid;
    padding: 2.5rem;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.1);
    transform: translateZ(0);
}.join_list_stat .fast_classes_stat::before {
    top: 0;
    width: 6px;
    content: "";
    background: rgb(178,138,151);
    position: absolute;
    z-index: 2;
    height: 100%;
    left: 0;
}.join_list_stat .fast_classes_stat::after {
    right: 0;
    z-index: 2;
    position: absolute;
    transform-origin: right;
    bottom: 0;
    width: 40%;
    height: 6px;
    content: "";
    background: rgb(166,89,113);
}.join_list_stat h4 {
    margin: 0 0 0.5rem;
    color: #000000;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    transform: translateY(0);
    font-weight: 600;
    line-height: 1.4;
    font-size: 19px;
}.join_list_stat .input_holder {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}.join_list_stat .input_holder span {
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    display: block;
    position: relative;
}.join_list_stat .input_holder span:hover {
    transform: translateY(-2px);
}.join_list_stat .input_holder input[type="email"] {
    font-size: 14px;
    padding: 1rem 1.25rem;
    background: #ffffff;
    transition: all 0.3s ease;
    color: #000000;
    outline: none;
    font-family: Arial, sans-serif;
    width: 100%;
    border: 2px solid rgba(0, 0, 0, 0.08);
}.join_list_stat .input_holder input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgb(178,138,151,0.5);
    border-color: rgb(178,138,151);
}.join_list_stat .input_holder input[type="email"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
    transition: opacity 0.3s ease;
}.join_list_stat .input_holder input[type="email"]:focus::placeholder {
    opacity: 0.5;
}.join_list_stat .get_started_stat {
    z-index: 1;
    position: relative;
    border: none;
    color: #ffffff;
    background: rgb(178,138,151);
    width: 100%;
    font-size: 19px;
    cursor: pointer;
    overflow: hidden;
    font-weight: 600;
    font-family: Arial, sans-serif;
    transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    padding: 1rem 1.5rem;
}.join_list_stat .get_started_stat:hover {
    background: #000000;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}.join_list_stat .get_started_stat:active {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transform: translateY(0);
}.join_list_stat .get_started_stat::before {
    position: absolute;
    transition: transform 0.6s ease;
    width: 100%;
    left: -100%;
    z-index: -1;
    height: 100%;
    top: 0;
    background: linear-gradient(
        90deg, 
        rgba(255, 255, 255, 0) 0%, 
        rgba(255, 255, 255, 0.2) 50%, 
        rgba(255, 255, 255, 0) 100%
    );
    content: "";
}.join_list_stat .get_started_stat:hover::before {
    transform: translateX(200%);
}

@media (min-width: 768px) {.join_list_stat {
    padding: 6rem 0;
}.join_list_stat .fast_classes_stat {
    padding: 3rem;
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
}.join_list_stat .input_holder {
    gap: 1rem;
    grid-template-columns: 2fr 1fr;
}.join_list_stat h4 {
    margin: 0;
    font-size: calc(19px * 1.1);
}.join_list_stat .fast_classes_stat::after {
    width: 25%;
}
}

@media (min-width: 992px) {.join_list_stat .fast_classes_stat {
    padding: 4rem;
    gap: 4rem;
}.join_list_stat h4 {
    font-size: calc(19px * 1.2);
}.join_list_stat .input_holder input[type="email"] {
    padding: 1.1rem 1.5rem;
}.join_list_stat .get_started_stat {
    padding: 1.1rem 2rem;
}.join_list_stat .fast_classes_stat:hover h4 {
    transform: translateY(-3px);
}
}

@media (max-width: 767px) {.join_list_stat {
    padding: 3rem 0;
}.join_list_stat .fast_classes_stat {
    padding: 2rem;
}.join_list_stat h4 {
    font-size: 14px;
    margin-bottom: 1.5rem;
}.join_list_stat .input_holder span {
    margin-bottom: 0.5rem;
}.join_list_stat .input_holder input[type="email"],
    .join_list_stat .get_started_stat {
    padding: 0.9rem 1rem;
}
}

@media (max-width: 480px) {.join_list_stat {
    padding: 2.5rem 0;
}.join_list_stat .fast_classes_stat {
    padding: 1.5rem;
}.join_list_stat h4 {
    font-size: calc(14px * 0.95);
}.join_list_stat .fast_classes_stat::before {
    width: 4px;
}.join_list_stat .fast_classes_stat::after {
    height: 4px;
    width: 50%;
}
}

@media (prefers-reduced-motion: reduce) {.join_list_stat .fast_classes_stat:hover h4,
    .join_list_stat .input_holder span:hover,
    .join_list_stat .get_started_stat:hover,
    .join_list_stat .get_started_stat:hover::before {
    transition: none;
    transform: none;
}}.tyArea_stat {
    justify-content: center;
    display: flex;
    overflow: hidden;
    align-items: center;
    perspective: 1000px;
    position: relative;
    background: linear-gradient(135deg, rgb(204,184,190) 0%, #ffffff 100%);
    min-height: 100vh;
}.tyArea_stat::before {
    height: 120%;
    z-index: 0;
    width: 120%;
    left: -5%;
    background: 
        linear-gradient(120deg, rgb(178,138,151,0.5) 0%, transparent 40%),
        linear-gradient(-120deg, rgb(166,89,113,0.5) 0%, transparent 40%);
    pointer-events: none;
    top: -10%;
    content: "";
    transform: rotate(-5deg) skewX(5deg);
    position: absolute;
}.tyArea_stat::after {
    width: 60%;
    background: linear-gradient(135deg, rgb(178,138,151,0.5) 0%, rgb(166,89,113,0.5) 100%);
    bottom: -20%;
    content: "";
    opacity: 0.2;
    filter: blur(80px);
    height: 60%;
    position: absolute;
    right: -20%;
    transform: rotate(15deg);
    z-index: 0;
}.tyArea_stat .container {
    max-width: 1200px;
    animation: container-entry 1.2s cubic-bezier(0.215, 0.610, 0.355, 1.000) forwards;
    transform-style: preserve-3d;
    width: 90%;
    position: relative;
    z-index: 2;
}.tyArea_stat .fast_classes_stat {
    padding: calc(2rem + 3vw);
    background-color: #ffffff;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(0, 0, 0, 0.02);
    transition: transform 0.5s ease;
    position: relative;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 30px), 
        calc(100% - 30px) 100%, 
        0 100%
    );
    transform: translateZ(0) rotateX(2deg);
    transform-style: preserve-3d;
}.tyArea_stat .fast_classes_stat::before {
    right: 20px;
    transform: translateZ(-10px);
    top: 20px;
    position: absolute;
    pointer-events: none;
    left: 20px;
    bottom: 20px;
    border: 1px solid rgb(178,138,151,0.5);
    opacity: 0.4;
    content: "";
}.tyArea_stat .fast_classes_stat:hover {
    transform: translateZ(10px) rotateX(0deg);
}.tyArea_stat .fast_classes_stat > div:first-child {
    transform: translateZ(20px);
    margin-bottom: 2rem;
    position: relative;
}.tyArea_stat .fast_classes_stat > div:first-child::after {
    width: 80px;
    bottom: -10px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    content: "";
    left: 0;
    transform: scaleX(1);
    background: linear-gradient(90deg, rgb(178,138,151) 0%, rgb(166,89,113) 100%);
    height: 4px;
    position: absolute;
    transform-origin: left center;
}.tyArea_stat .fast_classes_stat:hover > div:first-child::after {
    transform: scaleX(1.5);
}.tyArea_stat h5 {
    color: #000000;
    margin: 0;
    transition: transform 0.5s ease;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    transform: translateZ(30px);
    font-size: 22px;
    position: relative;
    font-weight: 700;
    line-height: 1.4;
}.tyArea_stat .fast_classes_stat:hover h5 {
    transform: translateZ(40px);
}.tyArea_stat .fast_classes_stat > div:last-child {
    transition: transform 0.5s ease;
    position: relative;
    transform: translateZ(10px);
}.tyArea_stat .fast_classes_stat:hover > div:last-child {
    transform: translateZ(20px);
}.tyArea_stat p {
    transform: translateZ(0);
    color: #000000;
    line-height: 1.8;
    font-size: 12px;
    position: relative;
    transition: color 0.3s ease, transform 0.5s ease;
    margin: 0;
    font-weight: 400;
}.tyArea_stat a {
    transition: transform 0.3s ease;
    display: block;
    overflow: hidden;
    text-decoration: none;
    position: relative;
}.tyArea_stat a::before {
    height: 100%;
    z-index: -1;
    width: 100%;
    content: "";
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    bottom: 0;
    background: linear-gradient(135deg, 
        transparent 0%, 
        transparent 95%, 
        rgb(178,138,151,0.5) 95%, 
        rgb(178,138,151,0.5) 100%
    );
    left: 0;
    position: absolute;
}.tyArea_stat a:hover::before {
    opacity: 0.2;
    transform: translateY(0);
}.tyArea_stat a:hover p {
    transform: translateZ(5px);
    color: rgb(178,138,151);
}

@keyframes container-entry {
    0% {
        opacity: 0;
        transform: translateY(40px) translateZ(-100px) rotateX(10deg);
    }
    100% {
        opacity: 1;
        transform: translateY(0) translateZ(0) rotateX(0);
    }
}

@media (max-width: 991px) {.tyArea_stat {
    padding: 4rem 0;
}.tyArea_stat .fast_classes_stat {
    padding: calc(1.5rem + 2vw);
    transform: translateZ(0) rotateX(1deg);
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 20px), 
            calc(100% - 20px) 100%, 
            0 100%
        );
}.tyArea_stat h5 {
    font-size: calc(22px * 0.9);
    line-height: 1.5;
}.tyArea_stat p {
    font-size: calc(12px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 767px) {.tyArea_stat {
    min-height: auto;
}.tyArea_stat .container {
    width: 95%;
}.tyArea_stat .fast_classes_stat {
    transform: none;
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 15px), 
            calc(100% - 15px) 100%, 
            0 100%
        );
    padding: 1.5rem;
}.tyArea_stat .fast_classes_stat::before {
    bottom: 10px;
    right: 10px;
    top: 10px;
    left: 10px;
}.tyArea_stat .fast_classes_stat > div:first-child::after {
    width: 60px;
    height: 3px;
}.tyArea_stat h5 {
    transform: none;
    font-size: calc(22px * 0.85);
}.tyArea_stat p {
    font-size: calc(12px * 0.9);
    line-height: 1.6;
}.tyArea_stat .fast_classes_stat:hover h5,
    .tyArea_stat .fast_classes_stat:hover > div:last-child,
    .tyArea_stat .fast_classes_stat:hover {
    transform: none;
}
}

@media (max-width: 480px) {.tyArea_stat {
    padding: 3rem 0;
}.tyArea_stat .fast_classes_stat {
    padding: 1.25rem;
    box-shadow: 
            0 10px 25px rgba(0, 0, 0, 0.08),
            0 3px 10px rgba(0, 0, 0, 0.04),
            0 0 0 1px rgba(0, 0, 0, 0.02);
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 10px), 
            calc(100% - 10px) 100%, 
            0 100%
        );
}.tyArea_stat h5 {
    font-size: calc(22px * 0.8);
    line-height: 1.4;
}.tyArea_stat p {
    line-height: 1.5;
    font-size: calc(12px * 0.85);
}.tyArea_stat .fast_classes_stat > div:first-child {
    margin-bottom: 1.5rem;
}.tyArea_stat .fast_classes_stat > div:first-child::after {
    bottom: -8px;
    height: 3px;
    width: 50px;
}}.welcome_board_stat {
    background: linear-gradient(135deg, rgb(204,184,190) 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.welcome_board_stat > div {
    flex-direction: column;
    z-index: 2;
    display: flex;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
}.welcome_board_stat::before {
    content: "";
    width: 40%;
    top: 0;
    z-index: 1;
    background: rgb(178,138,151,0.5);
    position: absolute;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    right: 0;
    height: 100%;
}.welcome_board_stat::after {
    z-index: 1;
    position: absolute;
    background: rgb(166,89,113,0.5);
    height: 50%;
    width: 35%;
    clip-path: polygon(0 100%, 100% 100%, 0 0);
    bottom: 0;
    content: "";
    left: 0;
}.welcome_board_stat h1.learn_entry_stat {
    color: #000000;
    position: relative;
    font-size: calc(45px * 1.2);
    opacity: 0;
    font-weight: 700;
    transform: translateY(20px);
    animation: fadeInUp 0.8s ease-out forwards;
    margin-bottom: 25px;
    line-height: 1.2;
    max-width: 700px;
}.welcome_board_stat h1.learn_entry_stat::after {
    left: 0;
    position: absolute;
    height: 4px;
    background: rgb(178,138,151);
    transform-origin: left;
    bottom: -10px;
    animation: expandLine 1s ease-out 0.4s forwards;
    content: "";
    transform: scaleX(0);
    width: 80px;
}.welcome_board_stat p {
    margin-bottom: 40px;
    animation: fadeInUp 0.8s ease-out 0.3s forwards;
    opacity: 0;
    max-width: 600px;
    line-height: 1.6;
    color: #000000;
    transform: translateY(20px);
    font-size: calc(15px * 1.1);
}.welcome_board_stat .edu_expert_stat {
    width: 100%;
    margin-top: 40px;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.8s ease-out 0.6s forwards;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}.welcome_board_stat .who_weare_stat {
    height: 350px;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;
}.welcome_board_stat .who_weare_stat::before {
    left: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
}.welcome_board_stat .who_weare_stat span {
    backdrop-filter: blur(5px);
    max-width: 80%;
    background: rgba(255, 255, 255, 0.9);
    z-index: 2;
    padding: 30px;
    position: relative;
    transform: translateX(-100%);
    animation: slideIn 0.8s ease-out 0.9s forwards;
}.welcome_board_stat .who_weare_stat h3 {
    margin: 0;
    font-size: calc(23px * 1.1);
    line-height: 1.5;
    font-weight: 600;
    color: #000000;
}.welcome_board_stat .edu_expert_stat:hover .who_weare_stat span {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
}

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

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

@keyframes slideIn {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}

@media (min-width: 768px) {.welcome_board_stat > div {
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}.welcome_board_stat > div > div:first-child {
    width: 48%;
}.welcome_board_stat .edu_expert_stat {
    margin-top: 0;
    width: 48%;
}.welcome_board_stat h1.learn_entry_stat {
    font-size: calc(45px * 1.4);
}.welcome_board_stat .who_weare_stat {
    height: 400px;
}
}

@media (min-width: 992px) {.welcome_board_stat {
    padding: 150px 0;
}.welcome_board_stat h1.learn_entry_stat {
    font-size: calc(45px * 1.6);
}.welcome_board_stat p {
    font-size: calc(15px * 1.2);
}.welcome_board_stat .who_weare_stat {
    height: 450px;
}.welcome_board_stat .who_weare_stat span {
    padding: 40px;
    max-width: 70%;
}
}

@media (max-width: 767px) {.welcome_board_stat {
    padding: 80px 0;
}.welcome_board_stat h1.learn_entry_stat {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: calc(45px * 1.1);
}.welcome_board_stat h1.learn_entry_stat::after {
    left: 50%;
    transform: translateX(-50%) scaleX(0);
}@keyframes expandLine {
    from {
      transform: translateX(-50%) scaleX(0);
    }
    to {
      transform: translateX(-50%) scaleX(1);
    }
  }

  .welcome_board_stat p {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}.welcome_board_stat .who_weare_stat {
    height: 300px;
}.welcome_board_stat .who_weare_stat span {
    max-width: 90%;
    padding: 20px;
}.welcome_board_stat .who_weare_stat h3 {
    font-size: 23px;
}
}

@media (max-width: 480px) {.welcome_board_stat {
    padding: 60px 0;
}.welcome_board_stat h1.learn_entry_stat {
    font-size: 45px;
}.welcome_board_stat .who_weare_stat {
    height: 250px;
}.welcome_board_stat .who_weare_stat span {
    padding: 15px;
}}.meet_us_stat {
    color: #ffffff;
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.meet_us_stat::before {
    bottom: 0;
    top: 0;
    position: absolute;
    content: "";
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.65) 50%, rgba(0, 0, 0, 0.75));
    z-index: 1;
    left: 0;
    right: 0;
}.meet_us_stat::after {
    background: linear-gradient(180deg, rgb(178,138,151,0.5) 0%, transparent 100%);
    top: 0;
    bottom: 0;
    content: "";
    right: 0;
    position: absolute;
    z-index: 2;
    animation: gradientShift 8s ease-in-out infinite alternate;
    left: 0;
    opacity: 0.3;
}.meet_us_stat .container {
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 5;
    max-width: 1200px;
}.meet_us_stat .text_holder_item_stat {
    backdrop-filter: blur(10px);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25), 
                0 0 0 1px rgba(255, 255, 255, 0.1);
    transform: perspective(1000px) rotateY(1deg);
    position: relative;
    padding: 60px 50px;
    border-left: 4px solid rgb(178,138,151);
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
}.meet_us_stat .text_holder_item_stat:hover {
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.3), 
                0 0 0 1px rgba(255, 255, 255, 0.15);
    transform: perspective(1000px) rotateY(0deg);
}.meet_us_stat .text_holder_item_stat::before {
    z-index: -1;
    border-radius: 50%;
    position: absolute;
    right: -100px;
    background: rgb(178,138,151);
    height: 200px;
    opacity: 0.05;
    content: "";
    width: 200px;
    top: -100px;
}.meet_us_stat .text_holder_item_stat::after {
    bottom: -75px;
    width: 150px;
    border-radius: 50%;
    background: rgb(166,89,113);
    height: 150px;
    z-index: -1;
    content: "";
    position: absolute;
    opacity: 0.05;
    left: -75px;
}.meet_us_stat h5 {
    text-transform: uppercase;
    color: rgb(178,138,151);
    font-weight: 700;
    letter-spacing: 2px;
    display: inline-block;
    position: relative;
    margin: 0 0 20px 0;
    font-size: calc(18px * 1.2);
}.meet_us_stat h5::after {
    background: rgb(178,138,151);
    width: 50%;
    bottom: -10px;
    transform: scaleX(0);
    transform-origin: left;
    position: absolute;
    left: 0;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    height: 2px;
}.meet_us_stat .text_holder_item_stat:hover h5::after {
    transform: scaleX(1);
}.meet_us_stat p {
    line-height: 1.6;
    margin-bottom: 25px;
    font-size: 16px;
    color: #ffffff;
}.meet_us_stat p b {
    transform: translateX(0);
    font-size: calc(16px * 1.4);
    display: inline-block;
    color: transparent;
    -webkit-background-clip: text !important;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    font-weight: 700;
    background: linear-gradient(120deg, rgb(178,138,151), rgb(166,89,113));
}.meet_us_stat .text_holder_item_stat:hover p b {
    transform: translateX(10px);
}.meet_us_stat ol {
    position: relative;
    padding-left: 0;
    margin-top: 30px;
}.meet_us_stat ol li {
    line-height: 1.8;
    padding-left: 0;
    position: relative;
    list-style-type: none;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    text-align: justify;
}.meet_us_stat ol::before {
    transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: top;
    transform: scaleY(0);
    content: "";
    width: 3px;
    left: -20px;
    background: linear-gradient(to bottom, rgb(178,138,151), transparent);
    top: 10px;
    height: calc(100% - 60px);
    position: absolute;
}.meet_us_stat .text_holder_item_stat:hover ol::before {
    transform: scaleY(1);
}

@keyframes gradientShift {
    0% {
        opacity: 0.2;
        background-position: 0% 0%;
    }
    50% {
        opacity: 0.35;
    }
    100% {
        opacity: 0.3;
        background-position: 100% 100%;
    }
}

@media (max-width: 1200px) {.meet_us_stat {
    padding: 100px 0;
}.meet_us_stat .text_holder_item_stat {
    padding: 50px 40px;
}
}

@media (max-width: 992px) {.meet_us_stat {
    padding: 80px 0;
}.meet_us_stat .text_holder_item_stat {
    padding: 40px 30px;
    transform: perspective(1000px) rotateY(0.5deg);
}.meet_us_stat h5 {
    font-size: calc(18px * 1.1);
}.meet_us_stat p b {
    font-size: calc(16px * 1.3);
}
}

@media (max-width: 768px) {.meet_us_stat {
    padding: 70px 0;
}.meet_us_stat .text_holder_item_stat {
    border-left-width: 3px;
    transform: none;
    padding: 35px 25px;
}.meet_us_stat h5 {
    margin-bottom: 15px;
    font-size: 18px;
}.meet_us_stat p {
    margin-bottom: 20px;
    font-size: calc(16px * 0.95);
}.meet_us_stat p b {
    font-size: calc(16px * 1.2);
}.meet_us_stat ol li {
    line-height: 1.7;
    font-size: calc(16px * 0.95);
}
}

@media (max-width: 576px) {.meet_us_stat {
    padding: 60px 0;
}.meet_us_stat .text_holder_item_stat {
    border-left-width: 2px;
    padding: 30px 20px;
}.meet_us_stat h5 {
    letter-spacing: 1.5px;
    font-size: calc(18px * 0.9);
}.meet_us_stat p {
    font-size: calc(16px * 0.9);
    margin-bottom: 15px;
}.meet_us_stat p b {
    font-size: calc(16px * 1.1);
}.meet_us_stat ol {
    margin-top: 20px;
}.meet_us_stat ol li {
    line-height: 1.6;
    font-size: calc(16px * 0.9);
}.meet_us_stat ol::before {
    left: -15px;
    width: 2px;
}}.education_experience_stat {
    position: relative;
    overflow: hidden;
    padding: 4rem 0;
    background-color: rgb(204,184,190);
}.education_experience_stat::before {
    transform: rotate(15deg);
    opacity: 0.07;
    right: -5%;
    width: 40%;
    z-index: 0;
    background: linear-gradient(135deg, rgb(178,138,151,0.5), rgb(178,138,151));
    height: 40%;
    content: "";
    top: -5%;
    filter: blur(20px);
    position: absolute;
}.education_experience_stat::after {
    z-index: 0;
    bottom: -5%;
    content: "";
    background: linear-gradient(225deg, rgb(166,89,113), rgb(166,89,113,0.5));
    width: 40%;
    position: absolute;
    filter: blur(20px);
    height: 40%;
    opacity: 0.07;
    transform: rotate(-15deg);
    left: -5%;
}.education_experience_stat .container {
    margin: 0 auto;
    position: relative;
    padding: 0 1.5rem;
    z-index: 2;
    max-width: 1200px;
}.education_experience_stat .success_ratings_stat {
    box-shadow: 0 10px 30px rgba(0,0,0,0.05), 
                0 1px 4px rgba(0,0,0,0.03),
                0 20px 40px rgba(rgb(178,138,151,0.5), 0.04);
    position: relative;
    grid-template-columns: 1fr;
    border-left: 4px solid rgb(178,138,151);
    padding: 2.5rem;
    background: linear-gradient(165deg, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.85) 100%);
    display: grid;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275),
                box-shadow 0.5s ease;
    gap: 2rem;
}.education_experience_stat .success_ratings_stat:hover {
    box-shadow: 0 15px 35px rgba(0,0,0,0.08), 
                0 3px 8px rgba(0,0,0,0.05),
                0 25px 50px rgba(rgb(178,138,151,0.5), 0.06);
    transform: translateY(-5px);
}.education_experience_stat .success_ratings_stat::before {
    border-radius: 10px;
    right: 1.5rem;
    background: rgb(178,138,151,0.5);
    width: 80px;
    content: "";
    height: 80px;
    z-index: -1;
    top: 1.5rem;
    opacity: 0.05;
    position: absolute;
    transform: rotate(15deg);
}.education_experience_stat .success_ratings_stat > div:first-child {
    justify-self: center;
}.education_experience_stat .landscape_img_stat {
    transform: perspective(800px) rotateY(5deg);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1),
                box-shadow 0.5s ease;
    width: 170px;
    overflow: hidden;
    border-radius: 2px;
    height: 170px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    position: relative;
}.education_experience_stat .success_ratings_stat:hover .landscape_img_stat {
    box-shadow: 15px 15px 30px rgba(0,0,0,0.15);
    transform: perspective(800px) rotateY(-2deg) translateY(-5px);
}.education_experience_stat .landscape_img_stat::before {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(
        135deg,
        rgba(rgb(178,138,151,0.5), 0.2) 0%,
        transparent 40%,
        transparent 60%,
        rgba(rgb(166,89,113,0.5), 0.2) 100%
    );
    z-index: 1;
}.education_experience_stat .landscape_img_stat::after {
    content: "";
    top: -50%;
    opacity: 0;
    position: absolute;
    z-index: 2;
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgba(255,255,255,0) 30%,
        rgba(255,255,255,0.2) 50%,
        rgba(255,255,255,0) 70%,
        transparent 100%
    );
    transform: rotate(25deg);
    transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
    left: -50%;
    width: 200%;
    height: 200%;
}.education_experience_stat .success_ratings_stat:hover .landscape_img_stat::after {
    transform: rotate(25deg) translate(50%, 50%);
    opacity: 1;
}.education_experience_stat .name {
    color: #000000;
    font-size: 23px;
    font-weight: 700;
    margin: 0 0 0.75rem;
    letter-spacing: 0.03em;
    display: inline-block;
    position: relative;
}.education_experience_stat .name::after {
    background: linear-gradient(to right, rgb(178,138,151), rgb(178,138,151,0.5));
    left: 0;
    transform: scaleX(0.8);
    transform-origin: left center;
    transition: transform 0.35s ease;
    height: 3px;
    bottom: -5px;
    width: 2.5rem;
    position: absolute;
    content: "";
}.education_experience_stat .success_ratings_stat:hover .name::after {
    transform: scaleX(1);
}.education_experience_stat .success_ratings_stat > div:nth-child(2) > div {
    margin-bottom: 1rem;
    padding-left: 0.5rem;
    opacity: 0.85;
    color: rgba(0, 0, 0, 0.5);
    letter-spacing: 0.02em;
    position: relative;
    font-size: calc(14px * 0.95);
    font-weight: 600;
    transition: color 0.3s ease, opacity 0.3s ease;
}.education_experience_stat .success_ratings_stat:hover > div:nth-child(2) > div {
    color: rgb(178,138,151);
    opacity: 1;
}.education_experience_stat .success_ratings_stat > div:nth-child(2) > div::before {
    left: 0;
    height: 0.8em;
    top: 0.4em;
    position: absolute;
    background-color: rgb(166,89,113);
    width: 3px;
    content: "";
    transition: height 0.3s ease, top 0.3s ease;
    opacity: 0.75;
}.education_experience_stat .success_ratings_stat:hover > div:nth-child(2) > div::before {
    height: 1.2em;
    top: 0.2em;
}.education_experience_stat .career_area_stat {
    line-height: 1.7;
    padding-left: 1rem;
    transition: border-color 0.3s ease;
    margin: 0;
    position: relative;
    font-size: 14px;
    color: #000000;
    border-left: 2px solid rgba(rgb(178,138,151,0.5), 0.3);
}.education_experience_stat .success_ratings_stat:hover .career_area_stat {
    border-left-color: rgb(178,138,151);
}.education_experience_stat .career_area_stat::before {
    font-size: 4rem;
    color: rgb(178,138,151,0.5);
    content: "";
    left: -0.5rem;
    line-height: 1;
    top: -1.5rem;
    opacity: 0.15;
    position: absolute;
}

@media (min-width: 768px) {.education_experience_stat {
    padding: 6rem 0;
}.education_experience_stat .success_ratings_stat {
    gap: 2rem 3rem;
    grid-template-rows: auto 1fr;
    padding: 3rem;
    grid-template-columns: auto 1fr;
}.education_experience_stat .success_ratings_stat > div:first-child {
    grid-row: 1 / 3;
    justify-self: start;
}.education_experience_stat .landscape_img_stat {
    width: 220px;
    height: 280px;
}.education_experience_stat .name {
    margin: 0 0 1rem;
    font-size: calc(23px * 1.1);
}.education_experience_stat .career_area_stat {
    line-height: 1.75;
    font-size: calc(14px * 1.05);
    padding-left: 1.5rem;
}
}

@media (min-width: 992px) {.education_experience_stat {
    padding: 8rem 0;
}.education_experience_stat .success_ratings_stat {
    max-width: 90%;
    gap: 2.5rem 4rem;
    margin: 0 auto;
    border-left-width: 6px;
    padding: 4rem;
}.education_experience_stat .landscape_img_stat {
    width: 240px;
    height: 320px;
}.education_experience_stat .success_ratings_stat > div:nth-child(2) > div {
    font-size: calc(14px * 1);
}.education_experience_stat .career_area_stat {
    line-height: 1.8;
    font-size: calc(14px * 1.1);
}
}

@media (max-width: 767px) {.education_experience_stat .success_ratings_stat {
    padding: 2rem;
}.education_experience_stat .landscape_img_stat {
    height: 140px;
    width: 140px;
    margin-bottom: 1rem;
}.education_experience_stat .name {
    font-size: calc(23px * 0.95);
}.education_experience_stat .success_ratings_stat > div:nth-child(2) > div {
    font-size: calc(14px * 0.9);
}.education_experience_stat .career_area_stat {
    line-height: 1.6;
    padding-left: 0.75rem;
    font-size: calc(14px * 0.95);
}
}

@media (hover: none) {.education_experience_stat .success_ratings_stat {
    box-shadow: 0 10px 30px rgba(0,0,0,0.05), 
                    0 1px 4px rgba(0,0,0,0.03),
                    0 20px 40px rgba(rgb(178,138,151,0.5), 0.04) !important;
    transform: none !important;
}.education_experience_stat .landscape_img_stat {
    transform: none !important;
}.education_experience_stat .landscape_img_stat::after {
    display: none;
}.education_experience_stat .name::after {
    transform: scaleX(1);
}}.secure_haven_stat {
    padding: 5rem 2rem;
    overflow: hidden;
    color: #000000;
    background: linear-gradient(135deg, rgb(204,184,190) 0%, rgb(204,184,190) 85%, rgba(rgb(178,138,151,0.5), 0.05) 100%);
    position: relative;
    font-family: Arial, sans-serif;
}.secure_haven_stat::before {
    transform-origin: left;
    background: linear-gradient(90deg, rgb(178,138,151) 0%, rgb(166,89,113) 100%);
    position: absolute;
    top: 0;
    height: 8px;
    box-shadow: 0 0 20px rgba(rgb(178,138,151,0.5), 0.2);
    left: 0;
    width: 100%;
    content: "";
    transform: scaleX(0.95);
}.secure_haven_stat::after {
    height: 250px;
    pointer-events: none;
    right: -100px;
    position: absolute;
    width: 250px;
    opacity: 0.5;
    border: 2px solid rgba(rgb(178,138,151,0.5), 0.1);
    transform: rotate(-15deg);
    top: 40px;
    border-radius: 50%;
    content: "";
}.secure_haven_stat .container {
    position: relative;
    margin: 0 auto;
    z-index: 1;
    max-width: 1000px;
}.secure_haven_stat h1 {
    position: relative;
    color: rgb(178,138,151);
    font-size: calc(40px * 1.2);
    line-height: 1.2;
    margin-bottom: 2.5rem;
    font-weight: 700;
    transform: translateX(-0.5rem);
}.secure_haven_stat h1::after {
    width: 6rem;
    bottom: -1rem;
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, rgb(178,138,151), transparent);
    height: 4px;
    transform-origin: left;
    animation: pulse 4s infinite alternate ease-in-out;
    content: "";
}.secure_haven_stat h2 {
    position: relative;
    font-size: 32px;
    font-weight: 600;
    margin: 3rem 0 1.5rem;
    color: #000000;
    padding-left: 1.2rem;
}.secure_haven_stat h2::before {
    left: 0;
    background: rgb(166,89,113);
    height: calc(100% - 0.5rem);
    position: absolute;
    top: 0.25rem;
    width: 4px;
    transform: scaleY(0.9);
    content: "";
}.secure_haven_stat h3 {
    font-size: calc(32px * 0.85);
    color: #000000;
    padding-left: 1rem;
    margin: 2.5rem 0 1.2rem;
    font-weight: 600;
    position: relative;
}.secure_haven_stat h3::before {
    top: 0.2rem;
    opacity: 0.8;
    transform: scaleY(0.8);
    content: "";
    height: calc(100% - 0.4rem);
    left: 0;
    position: absolute;
    width: 3px;
    background: rgb(166,89,113);
}.secure_haven_stat h4 {
    position: relative;
    padding-left: 0.8rem;
    color: #000000;
    margin: 2rem 0 1rem;
    font-weight: 600;
    font-size: calc(32px * 0.75);
}.secure_haven_stat h4::before {
    left: 0;
    top: 0.2rem;
    width: 2px;
    position: absolute;
    background: rgb(166,89,113);
    opacity: 0.7;
    height: calc(100% - 0.4rem);
    content: "";
    transform: scaleY(0.7);
}.secure_haven_stat p {
    max-width: 90ch;
    line-height: 1.7;
    color: #000000;
    font-size: 15px;
    margin-bottom: 1.5rem;
}.secure_haven_stat p strong {
    font-weight: 600;
    color: #000000;
    display: inline-block;
    padding: 0 0.2rem;
    position: relative;
    background: linear-gradient(to bottom, transparent 60%, rgba(rgb(166,89,113,0.5), 0.15) 40%);
}.secure_haven_stat span {
    padding-left: 0.5rem;
    color: #000000;
    font-size: 15px;
    display: block;
    max-width: 90ch;
    border-left: 1px dashed rgba(rgb(178,138,151,0.5), 0.3);
    margin-bottom: 1.5rem;
    line-height: 1.7;
}.secure_haven_stat ul {
    margin: 1.5rem 0 2rem 1.5rem;
    padding: 0;
    list-style-type: none;
}.secure_haven_stat li {
    margin-bottom: 1.2rem;
    padding-left: 1.8rem;
    position: relative;
    font-size: 15px;
    line-height: 1.6;
}.secure_haven_stat li::before {
    position: absolute;
    opacity: 0.8;
    height: 10px;
    content: "";
    left: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
    top: 0.5rem;
    transform: rotate(45deg);
    width: 10px;
    border: 2px solid rgb(178,138,151);
}.secure_haven_stat li:hover::before {
    opacity: 1;
    transform: rotate(225deg);
}

@keyframes pulse {
    0%, 100% {
        transform: scaleX(1);
        opacity: 0.8;
    }
    50% {
        transform: scaleX(1.1);
        opacity: 1;
    }
}

@media (min-width: 768px) {.secure_haven_stat {
    padding: 6rem 3rem;
}.secure_haven_stat .container {
    gap: 1rem;
    display: grid;
    grid-template-columns: 1fr;
}.secure_haven_stat h1 {
    margin-bottom: 3rem;
    font-size: calc(40px * 1.4);
    grid-column: 1 / -1;
}.secure_haven_stat p, 
    .secure_haven_stat span {
    font-size: calc(15px * 1.05);
}.secure_haven_stat h2 {
    margin-top: 4rem;
}.secure_haven_stat ul {
    margin-left: 2rem;
}
}

@media (min-width: 1024px) {.secure_haven_stat {
    padding: 8rem 4rem 6rem;
}.secure_haven_stat::after {
    top: 80px;
    width: 400px;
    right: -80px;
    height: 400px;
}.secure_haven_stat .container {
    max-width: 1200px;
}.secure_haven_stat h1 {
    transform: translateX(-1rem);
}.secure_haven_stat h1::after {
    width: 8rem;
}.secure_haven_stat h2 {
    font-size: calc(32px * 1.1);
    padding-left: 1.5rem;
}.secure_haven_stat h2::before {
    width: 6px;
}.secure_haven_stat li {
    padding-left: 2rem;
}.secure_haven_stat li::before {
    height: 12px;
    width: 12px;
}
}

@media (max-width: 767px) {.secure_haven_stat {
    padding: 4rem 1.5rem;
}.secure_haven_stat h1 {
    font-size: calc(40px * 1.1);
    margin-bottom: 2rem;
}.secure_haven_stat h2 {
    margin: 2.5rem 0 1.2rem;
    font-size: calc(32px * 0.95);
}.secure_haven_stat h3, 
    .secure_haven_stat h4 {
    margin: 2rem 0 1rem;
}.secure_haven_stat p, 
    .secure_haven_stat span {
    font-size: calc(15px * 0.95);
}.secure_haven_stat ul {
    margin-left: 0.5rem;
}.secure_haven_stat li {
    margin-bottom: 1rem;
    padding-left: 1.5rem;
}}header {
    position: relative;
    overflow: visible;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 15px), 
        calc(100% - 15px) 100%, 
        15px 100%, 
        0 calc(100% - 15px)
    );
    margin-top: 0;
    background: linear-gradient(120deg, rgb(178,138,151) 0%, rgb(166,89,113) 100%);
    z-index: 100;
    padding: 0;
}header::before {
    bottom: 2px;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 15px), 
        calc(100% - 15px) 100%, 
        15px 100%, 
        0 calc(100% - 15px)
    );
    top: 2px;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05) 0px,
        rgba(255, 255, 255, 0.05) 1px,
        transparent 1px,
        transparent 10px
    );
    z-index: -1;
    position: absolute;
    content: '';
    left: 2px;
    right: 2px;
}header .nav_block_stat {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 5;
    padding: 1.2rem 3rem;
}header .nav_learn_stat {
    margin-right: 2rem;
    clip-path: polygon(
        0 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% 100%,
        10px 100%,
        0 calc(100% - 10px)
    );
    padding: 0.7rem 1.2rem 0.7rem 1rem;
    position: relative;
    background: rgba(255, 255, 255, 0.15);
    flex: 0 0 auto;
    transition: all 0.3s ease;
}header .nav_learn_stat::before {
    z-index: -1;
    content: '';
    position: absolute;
    right: 3px;
    left: 3px;
    border: 1px dashed rgba(255, 255, 255, 0.3);
    clip-path: polygon(
        0 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% 100%,
        10px 100%,
        0 calc(100% - 10px)
    );
    top: 3px;
    bottom: 3px;
}header .nav_learn_stat:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px) scale(1.03);
}header .top_sitewrap_stat {
    z-index: 1;
    position: relative;
    display: block;
    transition: all 0.3s ease;
}header .top_sitewrap_stat img {
    max-height: 40px;
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
}header .header_page_stat {
    z-index: 2;
    padding: 0;
    margin: 0;
    display: flex;
    position: relative;
    list-style: none;
}header .first_pagebar_stat {
    margin: 0 0.5rem;
    position: relative;
}header .first_pagebar_stat a {
    padding: 0 1.2rem;
    font-size: 12px;
    text-decoration: none;
    border: 1px solid transparent;
    align-items: center;
    justify-content: center;
    height: 40px;
    font-weight: 600;
    display: flex;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    clip-path: polygon(
        10px 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% calc(100% - 10px),
        calc(100% - 10px) 100%,
        10px 100%,
        0 calc(100% - 10px),
        0 10px
    );
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
}header .first_pagebar_stat a::before {
    position: absolute;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    transition: left 0.7s ease;
    content: '';
    width: 100%;
    top: 0;
    left: -100%;
}header .first_pagebar_stat a:hover {
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    border-color: #ffffff;
    transform: translateY(-3px);
}header .first_pagebar_stat a:hover::before {
    left: 100%;
}header .first_pagebar_stat::after {
    height: 2px;
    width: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: width 0.3s ease;
    content: '';
    position: absolute;
    bottom: -5px;
    background: #ffffff;
}header .first_pagebar_stat:hover::after {
    width: 80%;
}header .nav_block_stat::before {
    height: 40px;
    border-bottom: none;
    width: 40px;
    top: 10px;
    content: '';
    opacity: 0.5;
    border: 2px solid rgba(255, 255, 255, 0.3);
    position: absolute;
    right: 10px;
    border-right: none;
}header .nav_block_stat::after {
    bottom: 10px;
    border-top: none;
    left: 10px;
    width: 40px;
    content: '';
    border-left: none;
    position: absolute;
    border: 2px solid rgba(255, 255, 255, 0.3);
    height: 40px;
    opacity: 0.5;
}header .top_wrap_stat {
    margin-top: -15px;
    background: rgb(204,184,190);
    position: relative;
    z-index: 1;
    padding-top: 2rem;
}@keyframes pulse {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 1; }
}

header::after {
    animation: pulse 2s infinite;
    width: 8px;
    background: #ffffff;
    content: '';
    height: 8px;
    border-radius: 50%;
    top: 15px;
    box-shadow: 0 0 10px #ffffff;
    right: 15px;
    position: absolute;
}

@media (min-width: 1400px) {header .nav_block_stat {
    max-width: 1320px;
    margin: 0 auto;
}header .first_pagebar_stat {
    margin: 0 0.7rem;
}header .first_pagebar_stat a {
    padding: 0 1.5rem;
}
}

@media (max-width: 991px) {header {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 10px), 
            calc(100% - 10px) 100%, 
            10px 100%, 
            0 calc(100% - 10px)
        );
}header .nav_block_stat {
    padding: 1rem 2rem;
    flex-wrap: wrap;
}header .nav_learn_stat {
    margin-right: 0;
    margin-bottom: 0;
}header .header_page_stat {
    flex-basis: 100%;
    justify-content: flex-end;
    margin-top: 1rem;
}header .first_pagebar_stat a {
    height: 35px;
    padding: 0 1rem;
    font-size: calc(12px - 1px);
}header .nav_block_stat::before,
    header .nav_block_stat::after {
    display: none;
}.top_wrap_stat {
    margin-top: -10px;
}
}

@media (max-width: 767px) {header {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 5px), 
            calc(100% - 5px) 100%, 
            5px 100%, 
            0 calc(100% - 5px)
        );
    padding: 0;
}header .nav_block_stat {
    padding: 0.8rem 1.5rem;
}header .nav_learn_stat {
    padding: 0.5rem 0.8rem;
    clip-path: polygon(
            0 0,
            calc(100% - 5px) 0,
            100% 5px,
            100% 100%,
            5px 100%,
            0 calc(100% - 5px)
        );
}header .top_sitewrap_stat img {
    max-height: 35px;
}header .header_page_stat {
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    overflow-x: auto;
    padding-bottom: 0.5rem;
    margin-top: 0.8rem;
    justify-content: flex-start;
}header .header_page_stat::-webkit-scrollbar {
    height: 3px;
}header .header_page_stat::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
}header .first_pagebar_stat {
    flex: 0 0 auto;
    margin: 0 0.25rem;
}header .first_pagebar_stat a {
    padding: 0 0.8rem;
    height: 32px;
    clip-path: polygon(
            5px 0,
            calc(100% - 5px) 0,
            100% 5px,
            100% calc(100% - 5px),
            calc(100% - 5px) 100%,
            5px 100%,
            0 calc(100% - 5px),
            0 5px
        );
    font-size: calc(12px - 2px);
    white-space: nowrap;
}header .first_pagebar_stat::after {
    display: none;
}header::after {
    right: 10px;
    width: 5px;
    height: 5px;
    top: 10px;
}.top_wrap_stat {
    margin-top: -5px;
}
}

@media (max-width: 479px) {header .nav_block_stat {
    padding: 0.7rem 1.2rem;
}header .nav_learn_stat {
    padding: 0.4rem 0.6rem;
    max-width: 120px;
}header .first_pagebar_stat a {
    height: 30px;
    font-size: calc(12px - 3px);
    padding: 0 0.6rem;
}}.copy_notice_stat {
    font-family: Arial, sans-serif;
    color: #ffffff;
    position: relative;
    background: linear-gradient(45deg, #000000 0%, rgb(166,89,113,0.5) 100%);
    padding: 6rem 0 2rem;
}.copy_notice_stat::before {
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(178,138,151,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(166,89,113,0.5) 0%, transparent 30%);
    height: 100%;
    left: 0;
    width: 100%;
    z-index: 1;
    position: absolute;
    content: '';
    top: 0;
    opacity: 0.15;
}.copy_notice_stat::after {
    position: absolute;
    background-image: 
        repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.03) 4px),
        repeating-linear-gradient(90deg, transparent, transparent 2px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.03) 4px);
    z-index: 2;
    content: '';
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
}.copy_notice_stat .container {
    position: relative;
    z-index: 3;
}.copy_notice_stat .telegram_ref_stat {
    flex-direction: column;
    display: flex;
    position: relative;
}.copy_notice_stat .get_contactpanel_stat {
    justify-content: space-between;
    background-color: #ffffff;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    flex-wrap: wrap;
    gap: 1.5rem;
    display: flex;
    transform: translateY(-3.5rem);
    z-index: 10;
    position: relative;
    border-radius: 30px;
    padding: 1.25rem 2rem;
    margin-bottom: 2rem;
}.copy_notice_stat .get_contactpanel_stat::before {
    top: 0;
    left: 0;
    border-radius: 30px;
    z-index: -1;
    background: linear-gradient(135deg, transparent 20%, rgb(178,138,151,0.5) 140%);
    opacity: 0.08;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
}.copy_notice_stat .info_item {
    flex: 1;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    min-width: 200px;
    max-width: 300px;
}.copy_notice_stat .info_item:not(:last-child)::after {
    right: -0.75rem;
    background: linear-gradient(to bottom, transparent, rgb(166,89,113,0.5), transparent);
    position: absolute;
    width: 1px;
    top: 50%;
    content: '';
    transform: translateY(-50%);
    height: 70%;
}.copy_notice_stat .info_item p,
.copy_notice_stat .info_item a {
    align-items: center;
    gap: 0.875rem;
    transition: all 0.3s ease;
    padding: 0.5rem;
    text-decoration: none;
    border-radius: 10px;
    font-size: 12px;
    display: flex;
    color: #000000;
}.copy_notice_stat .info_item:hover {
    transform: translateY(-5px);
}.copy_notice_stat .info_item:hover p,
.copy_notice_stat .info_item:hover a {
    color: rgb(178,138,151);
}.copy_notice_stat .info_item svg {
    transition: transform 0.3s ease;
    height: 22px;
    width: 22px;
    fill: rgb(178,138,151);
}.copy_notice_stat .info_item:hover svg {
    transform: scale(1.15);
}.copy_notice_stat .text_main_holder {
    gap: 4rem;
    grid-template-columns: 1fr 1.5fr 1fr;
    display: grid;
    position: relative;
}.copy_notice_stat .nav_learn_stat {
    display: flex;
    gap: 1.5rem;
    flex-direction: column;
}.copy_notice_stat .nav_learn_stat svg {
    height: auto;
    filter: brightness(0) invert(1);
    max-width: 180px;
    transition: filter 0.3s ease, transform 0.3s ease;
}.copy_notice_stat .nav_learn_stat:hover svg {
    filter: brightness(0) invert(1) drop-shadow(0 0 5px rgb(178,138,151,0.5));
    transform: scale(1.03);
}.copy_notice_stat .app_store_stat {
    opacity: 0.8;
    line-height: 1.6;
    font-size: calc(13px + 1px);
}.copy_notice_stat .header_page_stat {
    flex-direction: column;
    display: flex;
    position: relative;
}.copy_notice_stat .header_page_stat::before {
    position: absolute;
    width: 1px;
    background: linear-gradient(to bottom, transparent, rgb(166,89,113,0.5) 30%, rgb(166,89,113,0.5) 70%, transparent);
    left: -2rem;
    bottom: 0;
    content: '';
    top: 0;
}.copy_notice_stat .header_page_stat::after {
    position: absolute;
    right: -2rem;
    top: 0;
    content: '';
    width: 1px;
    bottom: 0;
    background: linear-gradient(to bottom, transparent, rgb(166,89,113,0.5) 30%, rgb(166,89,113,0.5) 70%, transparent);
}.copy_notice_stat .header_page_stat h5 {
    margin-bottom: 1.75rem;
    padding-bottom: 0.875rem;
    font-size: 18px;
    font-weight: 600;
    position: relative;
}.copy_notice_stat .header_page_stat h5::after {
    background: linear-gradient(to right, rgb(178,138,151), transparent);
    bottom: 0;
    content: '';
    height: 2px;
    left: 0;
    width: 60px;
    position: absolute;
}.copy_notice_stat .site_main_stat {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
    display: grid;
}.copy_notice_stat .site_main_stat:first-child {
    margin-bottom: 2rem;
}.copy_notice_stat .site_main_stat a {
    text-decoration: none;
    font-size: 12px;
    position: relative;
    color: #ffffff;
    transition: all 0.3s ease;
    opacity: 0.85;
    padding: 0.25rem 0;
    transform-origin: left;
}.copy_notice_stat .site_main_stat a::before {
    background-color: rgb(178,138,151);
    content: '';
    left: 0;
    position: absolute;
    width: 0;
    bottom: 0;
    transition: width 0.3s ease;
    height: 1px;
}.copy_notice_stat .site_main_stat a:hover {
    transform: translateX(8px);
    opacity: 1;
    color: rgb(178,138,151);
}.copy_notice_stat .site_main_stat a:hover::before {
    width: 20px;
}.copy_notice_stat .subscribe_holder {
    flex-direction: column;
    backdrop-filter: blur(10px);
    display: flex;
    gap: 1.5rem;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.03);
    padding: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 30px;
    position: relative;
}.copy_notice_stat .subscribe_holder::before {
    z-index: -1;
    height: 100%;
    content: '';
    opacity: 0.2;
    left: 0;
    width: 100%;
    position: absolute;
    background: 
        linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.05) 50%, transparent 100%),
        radial-gradient(circle at top right, rgb(178,138,151,0.5), transparent 70%);
    top: 0;
}.copy_notice_stat .subscribe_holder::after {
    content: '';
    background: radial-gradient(circle, rgb(178,138,151,0.5) 0%, transparent 70%);
    width: 150px;
    animation: pulseGlow 6s infinite alternate;
    position: absolute;
    height: 150px;
    z-index: -1;
    right: 0;
    bottom: 0;
    opacity: 0.3;
}@keyframes pulseGlow {
    0% {
        opacity: 0.1;
        transform: scale(0.8);
    }
    100% {
        opacity: 0.3;
        transform: scale(1.2);
    }
}

.copy_notice_stat .subscribe_holder h5 {
    position: relative;
    font-size: 18px;
    padding-bottom: 0.875rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
}.copy_notice_stat .subscribe_holder h5::after {
    left: 0;
    bottom: 0;
    position: absolute;
    height: 2px;
    background: rgb(178,138,151);
    width: 40px;
    content: '';
}.copy_notice_stat .subscribe_holder p {
    font-size: 12px;
    opacity: 0.9;
    line-height: 1.6;
    margin-bottom: 0.5rem;
}.copy_notice_stat .input_holder {
    display: flex;
    gap: 1rem;
    position: relative;
    flex-direction: column;
    margin-top: 0.5rem;
}.copy_notice_stat .input_holder::before {
    left: -10px;
    animation: subtleRotate 15s linear infinite;
    height: calc(100% + 20px);
    opacity: 0.1;
    z-index: -1;
    width: calc(100% + 20px);
    top: -10px;
    border-radius: calc(10px + 10px);
    position: absolute;
    content: '';
    background: 
        radial-gradient(circle at bottom right, rgb(178,138,151,0.5) 0%, transparent 70%),
        radial-gradient(circle at top left, rgb(166,89,113,0.5) 0%, transparent 70%);
}@keyframes subtleRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.copy_notice_stat .input_holder input[type="email"] {
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    border-radius: 10px;
    padding: 1.125rem 1.5rem;
    font-size: 12px;
}.copy_notice_stat .input_holder input[type="email"]:focus {
    background-color: rgba(255, 255, 255, 0.15);
    border-color: rgb(178,138,151,0.5);
    outline: none;
    box-shadow: 0 0 0 3px rgb(178,138,151,0.5);
}.copy_notice_stat .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}.copy_notice_stat .get_started_stat {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    background-color: rgb(178,138,151);
    transition: all 0.3s ease;
    z-index: 1;
    font-size: 18px;
    border: none;
    color: #ffffff;
    font-weight: 600;
    padding: 1.125rem 1.5rem;
    cursor: pointer;
}.copy_notice_stat .get_started_stat::before {
    content: '';
    top: 0;
    width: 100%;
    height: 100%;
    transition: left 0.7s ease;
    left: -100%;
    position: absolute;
    z-index: -1;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}.copy_notice_stat .get_started_stat::after {
    top: 0;
    z-index: -2;
    width: 100%;
    opacity: 0;
    transition: opacity 0.3s ease;
    content: '';
    background: rgb(166,89,113);
    position: absolute;
    left: 0;
    height: 100%;
}.copy_notice_stat .get_started_stat:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}.copy_notice_stat .get_started_stat:hover::before {
    left: 100%;
}.copy_notice_stat .get_started_stat:hover::after {
    opacity: 1;
}.copy_notice_stat .alumni_net_stat {
    text-align: center;
    position: relative;
    margin-top: 4rem;
    padding-top: 2rem;
}.copy_notice_stat .alumni_net_stat::before {
    top: 0;
    background: linear-gradient(to right, transparent, rgb(166,89,113,0.5), transparent);
    left: 20%;
    height: 1px;
    position: absolute;
    width: 60%;
    content: '';
}.copy_notice_stat .access_cta_stat {
    font-size: 13px;
    opacity: 0.7;
}

@media (max-width: 1200px) {.copy_notice_stat .text_main_holder {
    gap: 3rem;
    grid-template-columns: 1fr 1.5fr;
}.copy_notice_stat .subscribe_holder {
    margin-top: 2rem;
    grid-column: 1 / -1;
}.copy_notice_stat .header_page_stat::after {
    display: none;
}
}

@media (max-width: 991px) {.copy_notice_stat {
    padding: 5rem 0 2rem;
}.copy_notice_stat .get_contactpanel_stat {
    flex-wrap: wrap;
    justify-content: center;
}.copy_notice_stat .info_item {
    max-width: none;
    width: calc(50% - 2rem);
    flex: 0 0 auto;
}.copy_notice_stat .info_item:not(:last-child)::after {
    display: none;
}.copy_notice_stat .text_main_holder {
    gap: 3rem;
    grid-template-columns: 1fr;
}.copy_notice_stat .header_page_stat::before, 
    .copy_notice_stat .header_page_stat::after {
    display: none;
}.copy_notice_stat .nav_learn_stat {
    text-align: center;
    align-items: center;
}.copy_notice_stat .header_page_stat h5, 
    .copy_notice_stat .subscribe_holder h5 {
    text-align: center;
}.copy_notice_stat .header_page_stat h5::after, 
    .copy_notice_stat .subscribe_holder h5::after {
    transform: translateX(-50%);
    left: 50%;
}.copy_notice_stat .site_main_stat {
    grid-template-columns: repeat(3, 1fr);
}.copy_notice_stat .input_holder {
    max-width: 400px;
    margin: 0 auto;
}
}

@media (max-width: 768px) {.copy_notice_stat {
    padding: 4rem 0 2rem;
}.copy_notice_stat .get_contactpanel_stat {
    padding: 1rem 1.5rem;
    transform: translateY(-2.5rem);
}.copy_notice_stat .info_item {
    max-width: none;
    width: 100%;
}.copy_notice_stat .site_main_stat {
    grid-template-columns: repeat(2, 1fr);
}.copy_notice_stat .alumni_net_stat {
    margin-top: 3rem;
}
}

@media (max-width: 576px) {.copy_notice_stat {
    padding: 3rem 0 1.5rem;
}.copy_notice_stat .get_contactpanel_stat {
    transform: translateY(-1.5rem);
    padding: 1rem;
}.copy_notice_stat .info_item p,
    .copy_notice_stat .info_item a {
    font-size: calc(12px - 1px);
}.copy_notice_stat .site_main_stat {
    grid-template-columns: 1fr;
    text-align: center;
}.copy_notice_stat .site_main_stat a:hover {
    transform: none;
}.copy_notice_stat .site_main_stat a::before {
    left: 50%;
    transform: translateX(-50%);
}.copy_notice_stat .site_main_stat a:hover::before {
    width: 30px;
}.copy_notice_stat .input_holder {
    width: 100%;
}}.education_framework_stat {
    padding: 120px 0;
    background: rgb(204,184,190);
    overflow: hidden;
    z-index: 1;
    position: relative;
}.education_framework_stat::before {
    left: -20%;
    position: absolute;
    animation: shape-rotate 40s linear infinite;
    top: -50%;
    content: "";
    z-index: -1;
    height: 200%;
    transform: rotate(-30deg);
    background: rgb(178,138,151,0.5);
    width: 60%;
}.education_framework_stat::after {
    position: absolute;
    background: rgb(166,89,113,0.5);
    animation: shape-pulse 15s ease-in-out infinite alternate;
    bottom: -20%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%);
    content: "";
    right: -10%;
    height: 60%;
    width: 40%;
    z-index: -1;
}.education_framework_stat .container {
    z-index: 2;
    align-items: center;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    grid-template-columns: 2fr 3fr;
    grid-gap: 50px;
    display: grid;
}.education_framework_stat .fast_classes_stat {
    position: relative;
    padding: 0;
}.education_framework_stat .fast_classes_stat::before {
    left: -10%;
    top: -80px;
    transform: rotate(-2deg);
    opacity: 0.5;
    height: 20px;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(178,138,151), transparent);
    position: absolute;
    width: 120%;
    animation: line-slide 10s ease-in-out infinite alternate;
}.education_framework_stat .fast_classes_stat::after {
    right: -10%;
    width: 120%;
    height: 20px;
    transform: rotate(2deg);
    background: linear-gradient(90deg, transparent, rgb(166,89,113), transparent);
    bottom: -80px;
    position: absolute;
    animation: line-slide 10s ease-in-out infinite alternate-reverse;
    opacity: 0.5;
    content: "";
}.education_framework_stat h3 {
    font-size: 46px;
    color: #000000;
    margin-right: -40px;
    padding-right: 40px;
    transform: translateX(-50px);
    border-right: 4px solid rgb(178,138,151);
    opacity: 0;
    grid-column: 1;
    text-align: right;
    position: relative;
    z-index: 2;
    line-height: 1.2;
    font-weight: 700;
    animation: slide-in 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}.education_framework_stat h3::before {
    animation: square-rotate 6s linear infinite;
    top: -10px;
    position: absolute;
    right: -22px;
    width: 40px;
    height: 40px;
    content: "";
    border: 4px solid rgb(166,89,113);
    z-index: -1;
}.education_framework_stat h3::after {
    background: rgb(178,138,151);
    position: absolute;
    right: -8px;
    bottom: -10px;
    height: 20px;
    border-radius: 50%;
    width: 20px;
    content: "";
    animation: circle-pulse 4s ease-in-out infinite;
}.education_framework_stat span {
    padding-left: 30px;
    font-size: 14px;
    transform: translateX(50px);
    color: #000000;
    position: relative;
    line-height: 1.8;
    animation: slide-in 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards;
    text-align: left;
    grid-column: 2;
    opacity: 0;
}.education_framework_stat span::before {
    top: 15px;
    z-index: -1;
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    pointer-events: none;
    border: 1px dashed rgb(178,138,151,0.5);
    left: 15px;
    animation: border-dance 20s linear infinite;
}

@keyframes shape-rotate {
    0% {
        transform: rotate(-30deg);
    }
    100% {
        transform: rotate(330deg);
    }
}

@keyframes shape-pulse {
    0% {
        transform: scale(1) translateX(0);
    }
    100% {
        transform: scale(1.2) translateX(-20px);
    }
}

@keyframes line-slide {
    0% {
        transform: translateX(-10%) rotate(-2deg);
    }
    100% {
        transform: translateX(10%) rotate(-2deg);
    }
}

@keyframes slide-in {
    0% {
        opacity: 0;
        transform: translateX(-50px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes square-rotate {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes circle-pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.3);
    }
}

@keyframes border-dance {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 991px) {.education_framework_stat {
    padding: 90px 20px;
}.education_framework_stat .container {
    grid-gap: 30px;
}.education_framework_stat h3 {
    font-size: calc(46px - 6px);
    padding-right: 20px;
    margin-right: -20px;
}.education_framework_stat h3::before {
    width: 30px;
    height: 30px;
    right: -17px;
}.education_framework_stat span {
    padding-left: 20px;
}.education_framework_stat .fast_classes_stat::before,
    .education_framework_stat .fast_classes_stat::after {
    height: 15px;
}
}

@media (max-width: 767px) {.education_framework_stat {
    padding: 70px 15px;
}.education_framework_stat .container {
    grid-gap: 40px;
    grid-template-columns: 1fr;
}.education_framework_stat h3 {
    border-right: none;
    padding-bottom: 20px;
    border-bottom: 4px solid rgb(178,138,151);
    padding-right: 0;
    text-align: center;
    margin-right: 0;
}.education_framework_stat h3::before {
    right: auto;
    top: auto;
    bottom: -17px;
    left: 20px;
}.education_framework_stat h3::after {
    right: auto;
    bottom: -8px;
    left: calc(100% - 30px);
}.education_framework_stat span {
    text-align: center;
    padding-left: 0;
    animation-name: slide-in-mobile;
}.education_framework_stat span::before {
    border-top: none;
    border: 1px dashed rgb(178,138,151,0.5);
    left: 0;
}.education_framework_stat .fast_classes_stat::before {
    transform: rotate(0);
    top: -20px;
}.education_framework_stat .fast_classes_stat::after {
    bottom: -20px;
    transform: rotate(0);
}
    
    @keyframes slide-in {
        0% {
            opacity: 0;
            transform: translateY(-30px);
        }
        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }
    
    @keyframes slide-in-mobile {
        0% {
            opacity: 0;
            transform: translateY(30px);
        }
        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }
}

@media (max-width: 479px) {.education_framework_stat {
    padding: 50px 10px;
}.education_framework_stat h3 {
    font-size: calc(46px - 12px);
    padding-bottom: 15px;
}.education_framework_stat h3::before {
    bottom: -12px;
    left: 10px;
    width: 20px;
    height: 20px;
}.education_framework_stat h3::after {
    height: 15px;
    left: calc(100% - 20px);
    width: 15px;
}.education_framework_stat span {
    line-height: 1.6;
    font-size: calc(14px - 1px);
}.education_framework_stat .fast_classes_stat::before,
    .education_framework_stat .fast_classes_stat::after {
    height: 10px;
}
}