* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1140px;
}html,body {
    font-family: Arial, sans-serif;
    scroll-behavior: smooth;
    color: #000000;
    height: 100%;
    min-height: 100%;
}.stat_panel-container {
    height: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}.stat_conduct_code {
    flex: 0 0 auto;
}.stat_main_bar {
    flex: 1 0 auto;
}svg {
    height: 30px;
    width: 30px;
}header,footer {
    width: 100%;
}a {
    text-decoration: none;
    color: inherit;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
header {
    z-index: 1000;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 97% 100%, 3% 100%, 0 85%);
    padding: 1.2rem 0;
    position: relative;
    background-color: rgb(234,237,239);
}header::before {
    z-index: -1;
    width: 100%;
    top: 0;
    opacity: 0.15;
    position: absolute;
    background: 
        linear-gradient(90deg, transparent 49.5%, rgb(198,203,212,0.5) 49.5%, rgb(198,203,212,0.5) 50.5%, transparent 50.5%) 0 0 / 20px 100%,
        linear-gradient(0deg, transparent 49.5%, rgb(161,168,179,0.5) 49.5%, rgb(161,168,179,0.5) 50.5%, transparent 50.5%) 0 0 / 100% 20px;
    content: '';
    left: 0;
    height: 100%;
    animation: gridMove 40s linear infinite;
}header::after {
    left: 0;
    background: linear-gradient(90deg, 
        rgb(198,203,212) 0%, 
        rgb(161,168,179) 50%, 
        rgb(198,203,212) 100%);
    height: 4px;
    content: '';
    position: absolute;
    width: 100%;
    z-index: 1;
    bottom: 0;
}header .container {
    max-width: 1200px;
    padding: 0 1.5rem;
    position: relative;
    margin: 0 auto;
}header .stat_header_primary {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}header .stat_head_learn {
    gap: 0.5rem;
    border-radius: 29px;
    padding: 5px;
    position: relative;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    display: flex;
}header .stat_top_master {
    text-decoration: none;
    position: relative;
    border-radius: 10px;
    font-weight: 400;
    padding: 0.7rem 1.2rem;
    transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
    font-size: 16px;
    color: #ffffff;
    font-family: Arial, sans-serif;
}header .stat_top_master::before {
    transition: all 0.3s ease;
    right: -2px;
    z-index: -1;
    transform: scale(0.95);
    top: -2px;
    position: absolute;
    bottom: -2px;
    opacity: 0;
    border-radius: calc(10px + 2px);
    content: '';
    background: linear-gradient(45deg, rgb(198,203,212), rgb(161,168,179));
    left: -2px;
}header .stat_top_master::after {
    top: 0;
    background: rgb(198,203,212);
    position: absolute;
    left: 0;
    z-index: -1;
    border-radius: 10px;
    right: 0;
    bottom: 0;
    content: '';
}header .stat_top_master:hover {
    transform: translateY(-3px);
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}header .stat_top_master:hover::before {
    opacity: 1;
    transform: scale(1);
}header .stat_header_bar {
    padding: 0.5rem 1rem;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.03);
    transition: all 0.3s ease;
    align-items: center;
    position: relative;
    border-radius: 10px;
    display: flex;
    overflow: hidden;
}header .stat_header_bar::before {
    content: '';
    top: 0;
    transition: 0.5s;
    position: absolute;
    left: -100%;
    height: 100%;
    width: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.1),
        transparent
    );
}header .stat_header_bar:hover::before {
    left: 100%;
}header .stat_header_bar svg {
    height: auto;
    z-index: 2;
    position: relative;
    width: 160px;
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 20px 20px;
    }
}

@media (max-width: 991px) {header {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 95% 100%, 5% 100%, 0 90%);
}header .stat_head_learn {
    gap: 0.3rem;
}header .stat_top_master {
    padding: 0.6rem 0.8rem;
    font-size: calc(16px - 1px);
}header .stat_header_bar svg {
    width: 140px;
}
}

@media (max-width: 767px) {header {
    padding: 1rem 0 1.5rem;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 90% 100%, 10% 100%, 0 95%);
}header .stat_header_primary {
    flex-direction: column;
}header .stat_head_learn {
    order: 2;
    padding: 10px;
    justify-content: center;
    margin-top: 1rem;
    flex-wrap: wrap;
    gap: 0.5rem;
    width: 100%;
}header .stat_top_master {
    padding: 0.5rem 0.7rem;
    font-size: calc(16px - 2px);
}header .stat_header_bar {
    order: 1;
    margin-bottom: 0.5rem;
}header .stat_header_bar svg {
    width: 130px;
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0 1.2rem;
}header .stat_head_learn {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
}header .stat_head_learn::-webkit-scrollbar {
    height: 3px;
}header .stat_head_learn::-webkit-scrollbar-thumb {
    background: rgb(198,203,212);
    border-radius: 10px;
}header .stat_top_master {
    white-space: nowrap;
}header .stat_header_bar svg {
    width: 110px;
}}.stat_learning_system {
    position: relative;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(234,237,239) 0%, rgb(161,168,179,0.5) 100%);
    overflow: hidden;
}.stat_learning_system::before {
    top: 0;
    opacity: 0.8;
    right: 0;
    position: absolute;
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 0% 100%);
    width: 35%;
    content: "";
    z-index: 1;
    background: linear-gradient(225deg, rgb(198,203,212,0.5) 0%, transparent 70%);
    animation: pulse 8s infinite alternate ease-in-out;
    height: 100%;
}.stat_learning_system::after {
    z-index: 2;
    content: "";
    transform: translateY(5px) scaleX(0.98);
    left: 0;
    height: 15px;
    background: linear-gradient(90deg, rgb(198,203,212) 0%, rgb(161,168,179) 50%, rgb(198,203,212) 100%);
    opacity: 0.7;
    width: 100%;
    bottom: 0;
    filter: blur(3px);
    position: absolute;
}.stat_learning_system .container {
    transform-origin: center top;
    position: relative;
    margin: 0 auto;
    z-index: 3;
    padding: 0 2rem;
    transform: perspective(1000px) rotateX(1deg);
    max-width: 1200px;
}.stat_learning_system .stat_smart_learning {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 3px 10px rgba(0, 0, 0, 0.05);
    transform: translateZ(0);
    background: #ffffff;
    position: relative;
    padding: 3.5rem 3rem;
    border-left: 5px solid rgb(198,203,212);
}.stat_learning_system .stat_smart_learning::before {
    content: "";
    height: 40px;
    right: 30px;
    position: absolute;
    background: rgb(161,168,179);
    transform: rotate(45deg);
    z-index: -1;
    top: -10px;
    width: 40px;
}.stat_learning_system .stat_smart_learning > div {
    position: relative;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.stat_learning_system .stat_smart_learning:hover > div {
    transform: translateY(-8px);
}.stat_learning_system h3 {
    font-size: calc(30px * 0.9);
    margin-bottom: 1.5rem;
    font-family: Arial, sans-serif;
    position: relative;
    letter-spacing: -0.5px;
    padding-bottom: 1rem;
    font-weight: 700;
    color: #000000;
}.stat_learning_system h3::after {
    content: "";
    background: rgb(198,203,212);
    left: 0;
    width: 70px;
    height: l3px;
    bottom: 0;
    position: absolute;
    transition: width 0.3s ease-out;
    transform-origin: left;
}.stat_learning_system .stat_smart_learning:hover h3::after {
    width: 120px;
}.stat_learning_system p {
    margin-bottom: 0;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 16px;
    position: relative;
    line-height: 1.8;
}.stat_learning_system p span {
    position: relative;
    border-left: 2px solid rgb(161,168,179,0.5);
    padding-left: 1rem;
    display: block;
}.stat_learning_system p span::before {
    left: -15px;
    opacity: 0.2;
    color: rgb(161,168,179,0.5);
    top: -20px;
    content: "";
    font-family: serif;
    font-size: 5rem;
    position: absolute;
}

@keyframes pulse {
    0% {
        opacity: 0.6;
        transform: scale(0.98);
    }
    100% {
        opacity: 0.9;
        transform: scale(1.02);
    }
}

@media (max-width: 992px) {.stat_learning_system {
    padding: 5rem 0;
}.stat_learning_system .stat_smart_learning {
    padding: 2.5rem 2rem;
}.stat_learning_system h3 {
    font-size: calc(30px * 0.8);
}
}

@media (max-width: 768px) {.stat_learning_system {
    padding: 4rem 0;
}.stat_learning_system::before {
    width: 25%;
}.stat_learning_system .stat_smart_learning {
    padding: 2rem 1.5rem;
}.stat_learning_system h3 {
    font-size: calc(23px * 1.2);
    margin-bottom: 1.25rem;
}.stat_learning_system p {
    font-size: calc(16px * 0.95);
}
}

@media (max-width: 576px) {.stat_learning_system {
    padding: 3.5rem 0;
}.stat_learning_system .container {
    transform: perspective(1000px) rotateX(0deg);
    padding: 0 1rem;
}.stat_learning_system .stat_smart_learning {
    padding: 1.75rem 1.25rem;
    border-left: 3px solid rgb(198,203,212);
}.stat_learning_system .stat_smart_learning::before {
    display: none;
}.stat_learning_system h3 {
    padding-bottom: 0.75rem;
    font-size: calc(20px * 1.3);
    margin-bottom: 1rem;
}.stat_learning_system h3::after {
    width: 50px;
}.stat_learning_system p {
    line-height: 1.6;
    font-size: calc(16px * 0.9);
}.stat_learning_system p span {
    padding-left: 0.75rem;
}.stat_learning_system p span::before {
    top: -15px;
    font-size: 3.5rem;
    left: -10px;
}}.stat_get_support {
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background-color: rgb(198,203,212,0.5);
}.stat_get_support::before {
    width: 100%;
    position: absolute;
    content: "";
    height: 100%;
    left: 0;
    background: repeating-linear-gradient(
        45deg,
        rgba(0, 0, 0, 0.05),
        rgba(0, 0, 0, 0.05) 10px,
        rgba(0, 0, 0, 0.1) 10px,
        rgba(0, 0, 0, 0.1) 20px
    );
    top: 0;
    z-index: -1;
}.stat_get_support::after {
    width: 200%;
    left: -50%;
    animation: rotateBackground 60s linear infinite;
    content: "";
    height: 200%;
    z-index: -1;
    opacity: 0.15;
    background: 
        conic-gradient(
            from 0deg at 50% 50%,
            transparent 0deg,
            rgb(198,203,212,0.5) 60deg,
            transparent 120deg,
            rgb(161,168,179,0.5) 180deg,
            transparent 240deg,
            rgb(198,203,212,0.5) 300deg,
            transparent 360deg
        );
    position: absolute;
    top: -50%;
}.stat_get_support .container {
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    max-width: 1200px;
}.stat_get_support .stat_quick_contact {
    box-shadow: 0 0 30px rgb(198,203,212,0.5),
                inset 0 0 20px rgb(198,203,212,0.5);
    overflow: hidden;
    grid-template-columns: 1fr;
    display: grid;
    position: relative;
    padding: 0;
    border: 1px solid rgb(198,203,212,0.5);
    background: rgb(161,168,179);
    border-radius: 28px;
}.stat_get_support .stat_instant_contact {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    font-size: 28px;
    font-weight: 700;
    grid-column: 1 / -1;
    letter-spacing: 3px;
    margin: 0;
    text-align: center;
    position: relative;
    background: linear-gradient(90deg, 
                transparent, 
                rgb(198,203,212), 
                transparent);
    color: #ffffff;
    text-shadow: 0 0 10px rgb(198,203,212);
    text-transform: uppercase;
    padding: 1.5rem;
}.stat_get_support .stat_hero_banner {
    grid-column: 1 / -1;
    width: 100%;
    overflow: hidden;
    height: 250px;
    position: relative;
}.stat_get_support .stat_hero_banner::after {
    height: 100%;
    z-index: 2;
    position: absolute;
    width: 100%;
    background: linear-gradient(
        to bottom,
        transparent 50%,
        rgb(161,168,179) 100%
    );
    content: "";
    top: 0;
    left: 0;
}.stat_get_support .stat_hero_banner::before {
    background: 
        repeating-linear-gradient(
            90deg,
            transparent,
            transparent 30px,
            rgba(0, 0, 0, 0.1) 30px,
            rgba(0, 0, 0, 0.1) 31px
        ),
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 30px,
            rgba(0, 0, 0, 0.1) 30px,
            rgba(0, 0, 0, 0.1) 31px
        );
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    content: "";
    mix-blend-mode: overlay;
    top: 0;
    z-index: 3;
}.stat_get_support .stat_talk_experts {
    position: relative;
    z-index: 2;
    background: linear-gradient(
        145deg,
        rgba(0, 0, 0, 0.7),
        rgba(0, 0, 0, 0.9)
    );
    display: flex;
    flex-direction: column;
    padding: 2rem;
}.stat_get_support .stat_talk_experts::before {
    content: "";
    left: 0;
    position: absolute;
    opacity: 0.1;
    background: 
        linear-gradient(90deg, transparent 50%, rgb(198,203,212,0.5) 50%, rgb(198,203,212,0.5) 51%, transparent 51%) 0 0 / 40px 100%,
        linear-gradient(0deg, transparent 50%, rgb(198,203,212,0.5) 50%, rgb(198,203,212,0.5) 51%, transparent 51%) 0 0 / 100% 40px;
    height: 100%;
    top: 0;
    pointer-events: none;
    width: 100%;
}.stat_get_support .stat_talk_experts p {
    display: flex;
    margin-bottom: 1.5rem;
    border-radius: 10px;
    padding: 0.75rem 1rem;
    transition: all 0.3s ease;
    color: #ffffff;
    font-size: 16px;
    border-left: 3px solid rgb(198,203,212);
    position: relative;
    align-items: flex-start;
    background: rgba(255, 255, 255, 0.03);
}.stat_get_support .stat_talk_experts p:hover {
    transform: translateX(5px);
    background: rgba(255, 255, 255, 0.07);
    box-shadow: 0 0 15px rgb(198,203,212,0.5);
}.stat_get_support .stat_talk_experts p::before {
    content: "";
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background: linear-gradient(90deg, rgb(198,203,212), transparent);
    position: absolute;
}.stat_get_support .stat_talk_experts p span {
    color: #ffffff;
    font-weight: 600;
    position: relative;
    z-index: 1;
}.stat_get_support .stat_talk_experts p a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgb(198,203,212);
    position: relative;
    padding: 0 5px;
    z-index: 1;
}.stat_get_support .stat_talk_experts p a:hover {
    text-shadow: 0 0 5px rgb(198,203,212);
    color: #ffffff;
}.stat_get_support .stat_talk_experts p a::after {
    position: absolute;
    transform-origin: left;
    transition: transform 0.3s ease;
    content: "";
    left: 0;
    background: rgb(198,203,212);
    width: 100%;
    bottom: -2px;
    transform: scaleX(0.7);
    height: 1px;
}.stat_get_support .stat_talk_experts p a:hover::after {
    background: #ffffff;
    transform: scaleX(1);
    box-shadow: 0 0 10px rgb(198,203,212);
}.stat_get_support .stat_talk_experts svg {
    margin: 0 12px;
    stroke-linejoin: round;
    stroke-width: 2;
    transition: all 0.3s ease;
    filter: drop-shadow(0 0 3px rgb(198,203,212,0.5));
    fill: none;
    stroke: rgb(198,203,212);
    flex-shrink: 0;
    height: 20px;
    stroke-linecap: round;
    width: 20px;
}.stat_get_support .stat_talk_experts p:hover svg {
    stroke: #ffffff;
    transform: translateX(-2px) scale(1.1);
    filter: drop-shadow(0 0 5px rgb(198,203,212));
}.stat_get_support .stat_talk_experts svg path {
    animation: drawPath 1.5s forwards;
    stroke-dashoffset: 100;
    stroke-dasharray: 100;
}.stat_get_support .stat_talk_experts p:nth-child(1) svg path {
    animation-delay: 0.1s;
}.stat_get_support .stat_talk_experts p:nth-child(2) svg path {
    animation-delay: 0.2s;
}.stat_get_support .stat_talk_experts p:nth-child(3) svg path {
    animation-delay: 0.3s;
}.stat_get_support .stat_talk_experts p:nth-child(4) svg path {
    animation-delay: 0.4s;
}.stat_get_support .stat_support_contact {
    padding-top: 1.5rem;
    margin-top: 2.5rem;
    border-top: 1px dashed rgb(198,203,212,0.5);
    position: relative;
}.stat_get_support .stat_support_contact::before {
    height: 20px;
    border: 1px solid rgb(198,203,212);
    position: absolute;
    left: 50%;
    box-shadow: 0 0 10px rgb(198,203,212,0.5),
                inset 0 0 5px rgb(198,203,212,0.5);
    width: 20px;
    transform: translateX(-50%);
    top: -10px;
    content: "";
    background: #000000;
    border-radius: 50%;
}.stat_get_support .stat_reach_team {
    text-align: center;
    text-transform: uppercase;
    font-size: 21px;
    letter-spacing: 2px;
    color: #ffffff;
    margin-bottom: 1.5rem;
    position: relative;
    font-weight: 700;
    text-shadow: 0 0 5px rgb(198,203,212,0.5);
}.stat_get_support .stat_reach_team svg {
    stroke-width: 2;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    stroke-linejoin: round;
    stroke-linecap: round;
    margin-right: 8px;
    animation: pulseIcon 2s infinite;
    filter: drop-shadow(0 0 2px rgb(198,203,212));
    stroke: rgb(198,203,212);
    fill: none;
}.stat_get_support .stat_contact_list {
    display: grid;
    position: relative;
    gap: 1rem;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
}.stat_get_support .stat_send_request {
    border-radius: 10px;
    text-align: center;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
    padding: 0.8rem 0.5rem;
    font-size: calc(16px - 2px);
    position: relative;
    transition: all 0.3s ease;
    border: 1px solid rgb(198,203,212,0.5);
    color: #ffffff;
}.stat_get_support .stat_send_request:hover {
    z-index: 2;
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 0 20px rgb(198,203,212,0.5);
    border-color: rgb(198,203,212);
}.stat_get_support .stat_send_request::before {
    background: conic-gradient(
        transparent, 
        rgb(198,203,212), 
        transparent
    );
    content: "";
    position: absolute;
    width: 300%;
    opacity: 0;
    transition: opacity 0.3s ease;
    top: -100%;
    animation: rotateSpinner 4s linear infinite;
    z-index: -1;
    left: -100%;
    height: 300%;
}.stat_get_support .stat_send_request:hover::before {
    opacity: 0.15;
}.stat_get_support .stat_send_request svg {
    stroke-linecap: round;
    width: 14px;
    opacity: 0.8;
    margin-right: 4px;
    transition: all 0.3s ease;
    fill: none;
    stroke: rgb(198,203,212);
    stroke-linejoin: round;
    stroke-width: 2;
    height: 14px;
    vertical-align: middle;
}.stat_get_support .stat_send_request:hover svg {
    opacity: 1;
    filter: drop-shadow(0 0 3px rgb(198,203,212));
    stroke: #ffffff;
    transform: rotate(15deg);
}

@keyframes rotateBackground {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotateSpinner {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes drawPath {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes pulseIcon {
    0%, 100% {
        transform: scale(1);
        opacity: 0.8;
    }
    50% {
        transform: scale(1.1);
        opacity: 1;
    }
}

@media (min-width: 768px) {.stat_get_support .stat_quick_contact {
    grid-template-columns: 300px 1fr;
}.stat_get_support .stat_instant_contact {
    grid-column: 1 / -1;
}.stat_get_support .stat_hero_banner {
    height: 100%;
    grid-column: 1 / 2;
}.stat_get_support .stat_talk_experts {
    grid-column: 2 / -1;
}.stat_get_support .stat_talk_experts svg {
    width: 22px;
    margin-right: 15px;
    height: 22px;
}.stat_get_support .stat_contact_list {
    grid-template-columns: repeat(3, 1fr);
}.stat_get_support .stat_reach_team svg {
    width: 20px;
    height: 20px;
}
}

@media (min-width: 992px) {.stat_get_support::after {
    animation: rotateBackground 40s linear infinite;
}.stat_get_support .stat_quick_contact {
    grid-template-columns: 350px 1fr;
}.stat_get_support .stat_talk_experts p {
    font-size: calc(16px + 1px);
}.stat_get_support .stat_talk_experts svg {
    height: 24px;
    width: 24px;
}.stat_get_support .stat_contact_list {
    grid-template-columns: repeat(4, 1fr);
}.stat_get_support .stat_send_request svg {
    width: 16px;
    height: 16px;
}
}

@media (max-width: 767px) {.stat_get_support {
    padding: 4rem 0;
}.stat_get_support .stat_hero_banner {
    height: 220px;
}.stat_get_support .stat_instant_contact {
    font-size: calc(28px - 4px);
    padding: 1rem;
}.stat_get_support .stat_talk_experts {
    padding: 1.5rem;
}.stat_get_support .stat_talk_experts svg {
    height: 18px;
    width: 18px;
    margin-right: 10px;
}.stat_get_support .stat_reach_team {
    font-size: calc(21px - 2px);
}.stat_get_support .stat_contact_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.8rem;
}.stat_get_support .stat_send_request svg {
    width: 12px;
    height: 12px;
}}.stat_instructor_history {
    padding: 8rem 0;
    background: linear-gradient(to bottom, #000000 0%, rgb(234,237,239) 100%);
    overflow: hidden;
    position: relative;
}.stat_instructor_history::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    filter: blur(60px);
    background: 
        radial-gradient(circle at 20% 30%, rgb(198,203,212,0.5) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgb(161,168,179,0.5) 0%, transparent 25%);
    animation: ambientLight 20s ease-in-out infinite alternate;
    width: 100%;
}@keyframes ambientLight {
    0% { opacity: 0.3; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.1); }
    100% { opacity: 0.3; transform: scale(1); }
}

.stat_instructor_history .container {
    perspective: 1000px;
    position: relative;
    max-width: 1200px;
    z-index: 2;
    padding: 0 2rem;
    margin: 0 auto;
}.stat_instructor_history .stat_alumni_testimonials {
    flex-wrap: wrap;
    border-radius: 11px;
    transform-style: preserve-3d;
    backdrop-filter: blur(15px);
    transform: rotateX(5deg) rotateY(-5deg);
    display: flex;
    padding: 3rem;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgb(161,168,179,0.5),
        inset 0 0 30px rgb(198,203,212,0.5);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: rgba(255, 255, 255, 0.03);
}.stat_instructor_history .stat_alumni_testimonials:hover {
    transform: rotateX(0) rotateY(0);
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.3),
        0 0 0 2px rgb(161,168,179,0.5),
        inset 0 0 50px rgb(198,203,212,0.5);
}.stat_instructor_history .stat_hero_banner {
    left: 50%;
    transform: translateX(-50%) translateZ(30px);
    border: 3px solid #ffffff;
    top: -90px;
    border-radius: 50%;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    height: 180px;
    position: absolute;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.3),
        0 0 0 5px rgb(198,203,212,0.5);
    width: 180px;
}.stat_instructor_history .stat_alumni_testimonials:hover .stat_hero_banner {
    transform: translateX(-50%) translateZ(50px);
}.stat_instructor_history .name {
    font-weight: 700;
    color: #ffffff;
    margin-top: 100px;
    letter-spacing: 1px;
    transform: translateZ(20px);
    text-align: center;
    text-shadow: 0 0 10px rgb(198,203,212,0.5);
    font-size: 31px;
    width: 100%;
}.stat_instructor_history .stat_alumni_testimonials span:not(.name) {
    color: rgb(161,168,179);
    margin-top: 0.5rem;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 2px;
    transform: translateZ(15px);
    text-transform: uppercase;
    width: 100%;
}.stat_instructor_history .stat_employee_area {
    border-left: 3px solid rgb(198,203,212);
    transition: transform 0.3s ease;
    font-size: 13px;
    padding: 2rem;
    margin-top: 2rem;
    position: relative;
    transform: translateZ(10px);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
    border-radius: 10px;
    line-height: 1.7;
    color: #ffffff;
    width: 100%;
}.stat_instructor_history .stat_employee_area::before {
    mix-blend-mode: overlay;
    border-radius: 10px;
    width: 100%;
    background: linear-gradient(45deg, rgb(198,203,212,0.5) 0%, transparent 70%);
    top: 0;
    left: 0;
    opacity: 0.1;
    position: absolute;
    height: 100%;
    content: "";
}.stat_instructor_history .stat_alumni_testimonials:hover .stat_employee_area {
    transform: translateZ(25px);
}

@media (max-width: 991px) {.stat_instructor_history {
    padding: 7rem 0 5rem;
}.stat_instructor_history .stat_alumni_testimonials {
    padding: 2.5rem 2rem;
}.stat_instructor_history .stat_hero_banner {
    top: -75px;
    width: 150px;
    height: 150px;
}.stat_instructor_history .name {
    margin-top: 80px;
}.stat_instructor_history .stat_employee_area {
    padding: 1.5rem;
}
}

@media (max-width: 767px) {.stat_instructor_history {
    padding: 6rem 0 3rem;
}.stat_instructor_history .container {
    padding: 0 1rem;
}.stat_instructor_history .stat_alumni_testimonials {
    transform: none;
    padding: 2rem 1.5rem;
}.stat_instructor_history .stat_hero_banner {
    height: 120px;
    width: 120px;
    top: -60px;
}.stat_instructor_history .name {
    margin-top: 70px;
    font-size: calc(31px - 2px);
}.stat_instructor_history .stat_alumni_testimonials span:not(.name) {
    font-size: calc(18px - 1px);
}.stat_instructor_history .stat_employee_area {
    padding: 1.2rem;
    margin-top: 1.5rem;
    font-size: calc(13px - 1px);
}.stat_instructor_history .stat_alumni_testimonials:hover {
    transform: none;
}}.stat_training_results {
    padding: 5rem 1.5rem;
    position: relative;
    overflow: hidden;
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, rgb(234,237,239) 0%, rgba(255,255,255,0.98) 70%);
}.stat_training_results::before {
    background: linear-gradient(220deg, rgb(198,203,212,0.5) 10%, transparent 70%);
    opacity: 0.2;
    animation: float 18s infinite ease-in-out;
    right: -5%;
    z-index: 0;
    top: -10%;
    position: absolute;
    content: "";
    height: 25rem;
    border-radius: 40% 60% 70% 30%;
    filter: blur(30px);
    width: 25rem;
    transform: rotate(-15deg);
}.stat_training_results::after {
    bottom: -15%;
    z-index: 0;
    content: "";
    animation: float 15s infinite ease-in-out reverse;
    width: 20rem;
    height: 20rem;
    filter: blur(35px);
    transform: rotate(25deg);
    border-radius: 60% 40% 30% 70%;
    opacity: 0.15;
    background: linear-gradient(40deg, rgb(161,168,179,0.5) 15%, transparent 75%);
    position: absolute;
    left: -5%;
}.stat_training_results h5 {
    color: #000000;
    margin-bottom: 3.5rem;
    font-size: 18px;
    transform: perspective(1000px) translateZ(0);
    font-weight: 600;
    position: relative;
    z-index: 2;
    text-align: center;
}.stat_training_results h5::after {
    background: linear-gradient(90deg, transparent, rgb(198,203,212), transparent);
    transform: translateX(-50%);
    bottom: -0.8rem;
    left: 50%;
    width: 4rem;
    content: "";
    height: 3px;
    position: absolute;
    border-radius: 10px;
}.stat_training_results .container {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    max-width: 1200px;
}.stat_training_results .stat_smart_learning {
    padding: 2.5rem 1.5rem;
    align-items: center;
    backdrop-filter: blur(10px);
    gap: 2.5rem;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.9);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 5px rgba(0, 0, 0, 0.03);
    display: flex;
}.stat_training_results .stat_smart_learning:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08), 
                0 2px 10px rgba(0, 0, 0, 0.05);
}.stat_training_results .stat_hero_banner {
    object-fit: cover;
    height: auto;
    border-radius: 3px;
    transform: perspective(1000px) rotateY(-2deg);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.07);
    max-width: 480px;
    width: 100%;
}.stat_training_results .stat_smart_learning:hover .stat_hero_banner {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
    transform: perspective(1000px) rotateY(0);
}.stat_training_results .stat_text_frame {
    width: 100%;
}.stat_training_results ul {
    list-style: none;
    display: grid;
    gap: 1.25rem;
    padding: 0;
    grid-template-columns: 1fr;
    margin: 0;
}.stat_training_results li {
    transition: transform 0.3s ease, background 0.3s ease, border-left 0.3s ease;
    position: relative;
    transform: translateX(0);
    padding: 0.8rem 1rem 0.8rem 3.2rem;
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.03), transparent);
    border-left: 2px solid rgb(198,203,212,0.5);
}.stat_training_results li:hover {
    border-left: 2px solid rgb(198,203,212);
    transform: translateX(5px);
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.05), transparent);
}.stat_training_results li:nth-child(odd) {
    border-left: 2px solid rgb(161,168,179,0.5);
    background: linear-gradient(to right, rgba(var(--secondary-color-rgb), 0.02), transparent);
}.stat_training_results li:nth-child(odd):hover {
    background: linear-gradient(to right, rgba(var(--secondary-color-rgb), 0.04), transparent);
    border-left: 2px solid rgb(161,168,179);
}.stat_training_results li div,
.stat_training_results li p {
    line-height: 1.5;
    font-size: 17px;
    color: #000000;
    margin: 0;
    position: relative;
}.stat_training_results li svg {
    height: 1.5rem;
    left: -2.3rem;
    top: 0;
    position: absolute;
    transform: translateY(0);
    width: 1.5rem;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}.stat_training_results li:hover svg {
    transform: translateY(-3px);
}.stat_training_results svg path {
    fill: rgb(198,203,212);
    transition: fill 0.3s ease;
}.stat_training_results li:nth-child(odd) svg path {
    fill: rgb(161,168,179);
}.stat_training_results li:first-child {
    animation: fadeInUp 0.6s 0.1s both;
}.stat_training_results li:nth-child(2) {
    animation: fadeInUp 0.6s 0.2s both;
}.stat_training_results li:nth-child(3) {
    animation: fadeInUp 0.6s 0.3s both;
}.stat_training_results li:nth-child(4) {
    animation: fadeInUp 0.6s 0.4s both;
}.stat_training_results li:nth-child(5) {
    animation: fadeInUp 0.6s 0.5s both;
}

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

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

@media (min-width: 768px) {.stat_training_results {
    padding: 6rem 2rem;
}.stat_training_results h5 {
    margin-bottom: 4rem;
    font-size: calc(18px * 1.1);
}.stat_training_results .stat_smart_learning {
    flex-direction: row;
    padding: 3rem;
    gap: 3rem;
}.stat_training_results ul {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 992px) {.stat_training_results {
    padding: 8rem 3rem;
}.stat_training_results .stat_smart_learning {
    gap: 4rem;
}.stat_training_results .stat_hero_banner {
    max-width: 45%;
}.stat_training_results .stat_text_frame {
    max-width: 55%;
}.stat_training_results h5::after {
    width: 6rem;
}
}

@media (max-width: 767px) {.stat_training_results li p {
    font-size: calc(17px * 0.95);
}.stat_training_results h5 {
    font-size: calc(18px * 0.9);
    padding: 0 1rem;
}.stat_training_results li {
    padding: 0.7rem 0.8rem 0.7rem 3rem;
}}.stat_program_structure {
    perspective: 1000px;
    position: relative;
    background: rgb(234,237,239);
    overflow: hidden;
    padding: 120px 0;
}.stat_program_structure::before {
    width: 100%;
    position: absolute;
    left: 0;
    content: "";
    animation: shiftLines 20s linear infinite;
    top: 0;
    opacity: 0.05;
    background: repeating-linear-gradient(
        45deg,
        rgb(198,203,212,0.5) 0,
        rgb(198,203,212,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    height: 100%;
}@keyframes shiftLines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}

.stat_program_structure .container {
    overflow: visible;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1280px;
    position: relative;
    z-index: 2;
}.stat_program_structure .stat_career_learn {
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
    min-height: 550px;
    grid-template-rows: auto auto;
    gap: 0;
}.stat_program_structure .stat_text_frame {
    transition: transform 0.5s ease;
    background: #ffffff;
    margin-right: 50px;
    z-index: 5;
    transform: translateZ(0);
    position: relative;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1),
                0 10px 30px rgba(0, 0, 0, 0.05);
    margin-top: -80px;
    border-radius: 14px;
    grid-column: 1;
    padding: 40px;
    margin-left: 50px;
    grid-row: 2;
}.stat_program_structure .stat_text_frame::before {
    z-index: -1;
    border-radius: 14px;
    background: linear-gradient(120deg, 
                rgba(255, 255, 255, 0.8) 0%, 
                rgba(255, 255, 255, 0.95) 100%);
    top: 0;
    backdrop-filter: blur(10px);
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    left: 0;
}.stat_program_structure .stat_text_frame::after {
    right: -20px;
    opacity: 0.3;
    filter: blur(20px);
    top: -20px;
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    animation: pulsate 5s ease-in-out infinite;
    height: 100px;
    content: "";
    width: 100px;
    background: radial-gradient(circle, rgb(198,203,212) 0%, transparent 70%);
}@keyframes pulsate {
    0%, 100% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.5;
    }
}

.stat_program_structure .stat_text_frame h2 {
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 38px;
    display: inline-block;
    color: #000000;
    z-index: 2;
    position: relative;
}.stat_program_structure .stat_text_frame h2::before {
    border-radius: 10px;
    width: 40px;
    height: 4px;
    background: rgb(198,203,212);
    left: 0;
    bottom: -8px;
    position: absolute;
    content: "";
    transition: width 0.3s ease;
}.stat_program_structure .stat_text_frame:hover h2::before {
    width: 100%;
}.stat_program_structure .stat_text_frame .description {
    position: relative;
    margin-bottom: 20px;
    z-index: 2;
    line-height: 1.7;
    color: #000000;
    font-size: 17px;
}.stat_program_structure .stat_text_frame .description:last-child {
    margin-bottom: 0;
}.stat_program_structure .stat_hero_banner {
    grid-row: 1;
    transition: transform 0.5s ease;
    height: 450px;
    transform: rotateX(5deg);
    overflow: hidden;
    z-index: 3;
    position: relative;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
    grid-column: 1;
    border-radius: 14px;
}.stat_program_structure .stat_hero_banner::before {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    content: "";
    background: linear-gradient(180deg, 
                transparent 0%, 
                rgba(0, 0, 0, 0.5) 100%);
    height: 100%;
}.stat_program_structure .stat_hero_banner::after {
    position: absolute;
    content: "";
    mix-blend-mode: overlay;
    top: 0;
    height: 100%;
    z-index: 1;
    left: 0;
    width: 100%;
    background: radial-gradient(
        circle at 70% 20%,
        rgb(198,203,212,0.5) 0%,
        transparent 60%
    );
}.stat_program_structure:hover .stat_hero_banner {
    transform: rotateX(2deg) translateY(-10px);
}.stat_program_structure:hover .stat_text_frame {
    transform: translateY(-10px);
}.stat_program_structure .container::before,
.stat_program_structure .container::after {
    content: "";
    opacity: 0.1;
    z-index: 1;
    background: rgb(161,168,179,0.5);
    border-radius: 50%;
    position: absolute;
}.stat_program_structure .container::before {
    height: 200px;
    width: 200px;
    animation: float 20s ease-in-out infinite;
    left: -50px;
    top: -100px;
}.stat_program_structure .container::after {
    height: 150px;
    bottom: -50px;
    width: 150px;
    right: -30px;
    animation: float 15s ease-in-out infinite reverse;
}@keyframes float {
    0%, 100% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(20px, -20px);
    }
    50% {
        transform: translate(0, -40px);
    }
    75% {
        transform: translate(-20px, -20px);
    }
}

.stat_program_structure .stat_career_learn::after {
    right: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0.05;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 20px,
        rgb(198,203,212,0.5) 20px,
        rgb(198,203,212,0.5) 21px
    );
    content: "";
    position: absolute;
    top: 0;
    pointer-events: none;
}

@media screen and (max-width: 1024px) {.stat_program_structure {
    padding: 80px 0;
}.stat_program_structure .stat_career_learn {
    min-height: 400px;
}.stat_program_structure .stat_hero_banner {
    height: 350px;
}.stat_program_structure .stat_text_frame {
    margin-left: 30px;
    padding: 30px;
    margin-right: 30px;
    margin-top: -60px;
}.stat_program_structure .container::before {
    width: 150px;
    height: 150px;
}.stat_program_structure .container::after {
    height: 100px;
    width: 100px;
}
}

@media screen and (max-width: 767px) {.stat_program_structure {
    padding: 60px 0;
}.stat_program_structure .stat_career_learn {
    min-height: auto;
}.stat_program_structure .stat_hero_banner {
    transform: none;
    height: 250px;
}.stat_program_structure .stat_text_frame {
    transform: none;
    margin-right: 15px;
    margin-top: -40px;
    padding: 25px;
    margin-left: 15px;
}.stat_program_structure .stat_text_frame h2 {
    margin-bottom: 20px;
    font-size: calc(38px * 0.85);
}.stat_program_structure .stat_text_frame .description {
    font-size: calc(17px * 0.95);
}.stat_program_structure:hover .stat_hero_banner,
    .stat_program_structure:hover .stat_text_frame {
    transform: none;
}.stat_program_structure .container::before,
    .stat_program_structure .container::after {
    display: none;
}}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.stat_program_structure .stat_hero_banner {
    animation: slideUp 0.8s ease-out forwards;
}.stat_program_structure .stat_text_frame {
    animation-fill-mode: forwards;
    animation: slideUp 1s 0.3s ease-out forwards;
    opacity: 0;
}

@media (prefers-color-scheme: dark) {.stat_program_structure {
    background: rgb(198,203,212);
}.stat_program_structure .stat_text_frame::before {
    background: linear-gradient(120deg, 
                    rgba(30, 30, 30, 0.9) 0%, 
                    rgba(50, 50, 50, 0.95) 100%);
}.stat_program_structure .stat_text_frame h2 {
    color: #ffffff;
}.stat_program_structure .stat_text_frame .description {
    color: #ffffff;
    opacity: 0.9;
}
}

@media (prefers-contrast: more) {.stat_program_structure .stat_text_frame {
    background: #ffffff;
}.stat_program_structure .stat_text_frame h2 {
    color: #000000;
}.stat_program_structure .stat_text_frame .description {
    color: #000000;
}.stat_program_structure .stat_hero_banner::before {
    opacity: 0.7;
}
}

@media (prefers-reduced-motion: reduce) {.stat_program_structure::before,
    .stat_program_structure .container::before,
    .stat_program_structure .container::after,
    .stat_program_structure .stat_text_frame::after,
    .stat_program_structure:hover .stat_hero_banner,
    .stat_program_structure:hover .stat_text_frame {
    transform: none;
    animation: none;
}.stat_program_structure .stat_hero_banner,
    .stat_program_structure .stat_text_frame {
    animation: none;
    opacity: 1;
}}

.stat_program_structure .stat_hero_banner,
.stat_program_structure .stat_text_frame {
    transform: translateZ(0);
    will-change: transform;
}

@media (hover: hover) {.stat_program_structure .stat_text_frame:hover h2::before {
    width: 100%;
}.stat_program_structure:hover .stat_hero_banner {
    transform: rotateX(2deg) translateY(-10px);
}.stat_program_structure:hover .stat_text_frame {
    transform: translateY(-10px);
}}footer {
    position: relative;
}footer::before {
    opacity: 0.95;
    top: 0;
    background: linear-gradient(125deg, #000000 0%, rgb(161,168,179) 100%);
    left: 0;
    bottom: 0;
    content: '';
    z-index: 1;
    position: absolute;
    right: 0;
}.stat_conduct_code {
    z-index: 2;
    padding: 60px 0;
    font-family: Arial, sans-serif;
    position: relative;
    color: #ffffff;
}.stat_conduct_code .container {
    flex-wrap: wrap;
    display: flex;
}.stat_conduct_code .company_holder {
    border-radius: 29px;
    margin-bottom: 40px;
    flex: 0 0 100%;
    background: rgba(0, 0, 0, 0.2);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    padding: 25px;
    text-align: center;
}.stat_conduct_code .company_holder h3 {
    font-size: 35px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
    letter-spacing: 1px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}.stat_conduct_code .stat_footer_benefit {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
    max-width: 80%;
    line-height: 1.7;
    color: #ffffff;
    padding: 15px 20px;
    font-size: 14px;
    text-align: center;
    margin: 0 auto;
}.stat_conduct_code .stat_project_ref {
    margin-top: 20px;
    flex: 0 0 100%;
}.stat_conduct_code .stat_nav_lesson {
    margin-top: 30px;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    display: flex;
}.stat_conduct_code .stat_head_learn {
    padding: 20px;
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    border-radius: 29px;
    max-width: calc(50% - 30px);
    flex: 0 0 calc(50% - 30px);
}.stat_conduct_code .stat_head_learn:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-5px);
}.stat_conduct_code .stat_head_learn h5 {
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
    color: #ffffff;
}.stat_conduct_code .stat_head_learn .stat_nav_lesson {
    margin-top: 0;
    display: flex;
    gap: 12px;
    flex-direction: column;
}.stat_conduct_code .stat_head_learn .stat_nav_lesson a {
    background: rgba(255, 255, 255, 0.05);
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 8px 12px;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    border-radius: 10px;
}.stat_conduct_code .stat_head_learn .stat_nav_lesson a:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
}.stat_sponsor_logo {
    z-index: 2;
    padding: 20px 0;
    background: rgba(0, 0, 0, 0.3);
    position: relative;
    margin-top: 40px;
}.stat_sponsor_logo::before {
    content: '';
    opacity: 0.2;
    height: 1px;
    top: 0;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    position: absolute;
    left: 20%;
    right: 20%;
}.stat_sponsor_logo .container {
    display: flex;
    justify-content: center;
}.stat_sponsor_logo .stat_tutor_match {
    font-size: 13px;
    letter-spacing: 0.5px;
    color: #ffffff;
    text-align: center;
}

@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
@media (min-width: 768px) {.stat_conduct_code .stat_nav_lesson {
    justify-content: space-between;
}.stat_conduct_code .company_holder {
    flex: 0 0 30%;
    text-align: left;
}.stat_conduct_code .stat_project_ref {
    flex: 0 0 65%;
}.stat_conduct_code .container {
    justify-content: space-between;
    align-items: flex-start;
}.stat_conduct_code .stat_footer_benefit {
    text-align: left;
    margin: 0;
    max-width: 100%;
}
}

@media (max-width: 767px) {.stat_conduct_code .stat_head_learn {
    margin-bottom: 20px;
    max-width: 100%;
    flex: 0 0 100%;
}.stat_conduct_code .company_holder {
    padding: 20px 15px;
}.stat_conduct_code .stat_footer_benefit {
    max-width: 100%;
    padding: 15px;
}
}

@media (max-width: 576px) {.stat_conduct_code {
    padding: 40px 0;
}.stat_conduct_code .company_holder h3 {
    font-size: calc(35px * 0.8);
}.stat_conduct_code .stat_head_learn h5 {
    font-size: calc(20px * 0.9);
}.stat_conduct_code .stat_head_learn .stat_nav_lesson a {
    font-size: calc(14px * 0.95);
}}

@keyframes pulseLight {
    0%, 100% {
        opacity: 0.1;
        transform: scale(1);
    }
    50% {
        opacity: 0.15;
        transform: scale(1.1);
    }
}

footer::after {
    left: 0;
    position: absolute;
    height: 100%;
    content: '';
    top: 0;
    width: 100%;
    z-index: 1;
    background-image: linear-gradient(0deg, 
        rgba(255, 255, 255, 0.02) 1px, 
        transparent 1px),
        linear-gradient(90deg, 
        rgba(255, 255, 255, 0.02) 1px, 
        transparent 1px);
    background-size: 20px 20px;
}.stat_connect_with_us {
    position: relative;
    overflow: hidden;
    background: linear-gradient(90deg, #ffffff 50%, rgb(234,237,239) 50%);
    padding: 100px 0;
}.stat_connect_with_us::before {
    z-index: 0;
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
    background-size: 60px 60px;
    content: "";
    background: 
        radial-gradient(circle at 20% 20%, rgba(0, 0, 0, 0.02) 0%, transparent 20%),
        radial-gradient(circle at 80% 80%, rgba(0, 0, 0, 0.02) 0%, transparent 20%);
    height: 100%;
}.stat_connect_with_us .container {
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 1;
}.stat_connect_with_us h2 {
    font-size: 35px;
    color: rgb(198,203,212);
    font-weight: 700;
    margin-bottom: 60px;
    position: relative;
    text-align: center;
}.stat_connect_with_us h2::after {
    width: 60px;
    bottom: -15px;
    background: rgb(198,203,212);
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    content: "";
    height: 3px;
}.stat_connect_with_us .stat_reach_card {
    overflow: hidden;
    background: #ffffff;
    display: flex;
    border-radius: 15px;
    position: relative;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
}.stat_connect_with_us .stat_reach_card::before {
    background: linear-gradient(90deg, rgb(198,203,212), rgb(161,168,179));
    position: absolute;
    left: 0;
    width: 100%;
    content: "";
    height: 5px;
    top: 0;
}.stat_connect_with_us .stat_hero_banner {
    position: relative;
    flex: 0 0 50%;
    min-height: 550px;
    transition: all 0.5s ease;
}.stat_connect_with_us .stat_hero_banner::after {
    background: linear-gradient(45deg, rgb(198,203,212,0.5), transparent);
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
}.stat_connect_with_us .stat_contact_feedback {
    background: #ffffff;
    position: relative;
    flex: 0 0 50%;
    padding: 60px 50px;
}.stat_connect_with_us .stat_contact_feedback::before {
    left: 0;
    top: 0;
    position: absolute;
    content: "";
    background: rgb(234,237,239);
    width: 10px;
    height: 100%;
}.stat_connect_with_us #contact {
    flex-direction: column;
    gap: 30px;
    display: flex;
}.stat_connect_with_us h3 {
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 19px;
    color: #000000;
    font-weight: 600;
    position: relative;
    display: inline-block;
}.stat_connect_with_us h3::after {
    height: 2px;
    width: 100%;
    left: 0;
    content: "";
    background: rgb(198,203,212,0.5);
    position: absolute;
    bottom: 0;
}.stat_connect_with_us input[type="text"] {
    color: #000000;
    padding: 18px 20px;
    font-size: 14px;
    width: 100%;
    border-radius: 10px;
    border: 2px solid rgb(234,237,239);
    background: #ffffff;
    transition: all 0.3s ease;
}.stat_connect_with_us input[type="text"]:focus {
    outline: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-color: rgb(198,203,212);
}.stat_connect_with_us input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.6;
}.stat_connect_with_us .stat_help_info {
    gap: 12px;
    margin-top: 10px;
    align-items: flex-start;
    display: flex;
}.stat_connect_with_us .stat_help_info input[type="checkbox"] {
    width: 24px;
    appearance: none;
    border: 2px solid rgb(234,237,239);
    border-radius: 10px;
    height: 24px;
    position: relative;
    margin-top: 2px;
    transition: all 0.3s ease;
    cursor: pointer;
}.stat_connect_with_us .stat_help_info input[type="checkbox"]:checked {
    border-color: rgb(198,203,212);
    background: rgb(198,203,212);
}.stat_connect_with_us .stat_help_info input[type="checkbox"]:checked::after {
    width: 6px;
    border-right: 2px solid #ffffff;
    position: absolute;
    transform: rotate(45deg);
    height: 10px;
    top: 5px;
    content: "";
    border-bottom: 2px solid #ffffff;
    left: 8px;
}.stat_connect_with_us .stat_help_info label {
    color: #000000;
    font-size: 14px;
    line-height: 1.5;
}.stat_connect_with_us .stat_help_info a {
    text-decoration: none;
    color: rgb(198,203,212);
    transition: all 0.3s ease;
    font-weight: 600;
}.stat_connect_with_us .stat_help_info a:hover {
    color: rgb(161,168,179);
}.stat_connect_with_us .stat_message_inquiry {
    position: relative;
    margin-top: 20px;
    align-self: flex-start;
    box-shadow: 0 8px 20px rgb(198,203,212,0.5);
    border: none;
    padding: 16px 40px;
    background: rgb(198,203,212);
    transition: all 0.3s ease;
    cursor: pointer;
    border-radius: 10px;
    font-weight: 600;
    font-size: 14px;
    overflow: hidden;
    color: #ffffff;
}.stat_connect_with_us .stat_message_inquiry::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    left: -100%;
    top: 0;
    transition: all 0.6s ease;
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
}.stat_connect_with_us .stat_message_inquiry:hover {
    background: rgb(161,168,179);
    box-shadow: 0 10px 25px rgb(161,168,179,0.5);
    transform: translateY(-3px);
}.stat_connect_with_us .stat_message_inquiry:hover::before {
    left: 100%;
}.stat_connect_with_us svg {
    height: 22px;
    transition: all 0.3s ease;
    fill: rgb(198,203,212);
    width: 22px;
}.stat_connect_with_us svg path {
    fill: rgb(198,203,212);
    transition: all 0.3s ease;
}.stat_connect_with_us svg:hover {
    fill: rgb(161,168,179);
    transform: translateY(-2px);
}.stat_connect_with_us svg:hover path {
    fill: rgb(161,168,179);
}

@media (max-width: 1200px) {.stat_connect_with_us {
    background: #ffffff;
}
}

@media (max-width: 992px) {.stat_connect_with_us {
    padding: 80px 0;
}.stat_connect_with_us .stat_reach_card {
    flex-direction: column-reverse;
}.stat_connect_with_us .stat_hero_banner {
    flex: 0 0 auto;
    min-height: 350px;
}.stat_connect_with_us .stat_contact_feedback {
    flex: 0 0 auto;
    padding: 50px 40px;
}.stat_connect_with_us .stat_contact_feedback::before {
    top: 0;
    left: 0;
    height: 10px;
    width: 100%;
}
}

@media (max-width: 768px) {.stat_connect_with_us {
    padding: 60px 0;
}.stat_connect_with_us h2 {
    font-size: calc(35px - 4px);
    margin-bottom: 40px;
}.stat_connect_with_us .stat_contact_feedback {
    padding: 40px 30px;
}.stat_connect_with_us #contact {
    gap: 25px;
}.stat_connect_with_us .stat_hero_banner {
    min-height: 300px;
}
}

@media (max-width: 576px) {.stat_connect_with_us {
    padding: 50px 0;
}.stat_connect_with_us .container {
    padding: 0 15px;
}.stat_connect_with_us h2 {
    font-size: calc(35px - 6px);
    margin-bottom: 30px;
}.stat_connect_with_us .stat_contact_feedback {
    padding: 35px 25px;
}.stat_connect_with_us #contact {
    gap: 20px;
}.stat_connect_with_us input[type="text"] {
    padding: 15px;
}.stat_connect_with_us .stat_message_inquiry {
    padding: 15px 25px;
    width: 100%;
}.stat_connect_with_us .stat_hero_banner {
    min-height: 250px;
}}header .top_plank {
    background: rgb(198,203,212);
    color:  #ffffff;
}header .top_plank .stat_peak_learn div svg, header .top_plank .stat_peak_learn div svg path {
    fill: #ffffff;
}header .top_plank .stat_peak_learn div span {
    color: #ffffff;
}header .top_plank .stat_peak_learn {
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    width: 100%;
    display: flex;
    line-height: 21px;
    padding: 15px 0 10px 0;
    flex-wrap: wrap;
}header .top_plank .stat_peak_learn div {
    margin-right: 24px;
    align-items: center;
    display: flex;
    justify-content: flex-start;
}header .top_plank .stat_peak_learn div img, header .top_plank .stat_peak_learn div svg {
    margin-right: 8px;
    height: 16px;
    width: 16px;
}.stat_policyAgreementPanel {
    bottom: 0;
    background: rgb(234,237,239);
    position: fixed;
    width: 100%;
    z-index: 90;
    border-top: 2px solid rgb(198,203,212);
}.stat_visitor_acceptance {
    display: flex;
    padding: 20px 0;
    justify-content: space-between;
    align-items: center;
}.stat_policyAgreementPanel h5 {
    font-size: 22px;
    margin-bottom: 6px;
}#stat_privacyBannerPopup {
    display: none;
}#stat_privacyBannerPopup:checked ~ .stat_policyAgreementPanel {
    visibility: hidden;
    opacity: 0;
}.stat_policyAgreementPanel p {
    font-size: 18px;
}.stat_track_ack {
    flex-shrink: 0;
    margin-right: 10px;
}.stat_track_ack svg, .stat_track_ack svg path, .stat_track_ack img {
    fill: rgb(198,203,212);
    height: 100px;
    width: 100px;
}.stat_cookie_menu {
    border-bottom: 2px solid rgb(198,203,212);
    margin-left: 10px;
    flex-shrink: 0;
    text-decoration: none;
    font-size: 24px;
    text-align: center;
    white-space: nowrap;
    line-height: 35px;
    min-width: 120px;
    color: rgb(198,203,212);
    cursor: pointer;
}.stat_policyAgreementPanel p a {
    text-decoration: none;
    color: rgb(198,203,212);
}
@media only screen and (max-width: 1200px) {.stat_policyAgreementPanel {
    padding: 20px;
}}

.stat_panel-container .stat_policyAgreementPanel {
    background: rgb(161,168,179);
    padding: 40px 0;
    border: none;
    box-shadow: rgb(161,168,179,0.5) 0px 0px 40px 39px;
}.stat_panel-container .stat_cookie_menu {
    color: #ffffff;
    font-weight: 400;
    border: none;
    background: rgb(198,203,212);
    margin-left: 30px;
    padding: 10px;
    font-size: 20px;
}.stat_panel-container .stat_cookie_user h5, .stat_panel-container .stat_cookie_user p {
    color: #ffffff;
}
@media only screen and (max-width: 800px) {.stat_track_ack {
    display: none;
}.stat_visitor_acceptance {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}.stat_policyAgreementPanel h5 {
    text-align: center;
}.stat_policyAgreementPanel p {
    text-align: center;
}.stat_cookie_user {
    margin-bottom: 20px;
}body .stat_panel-container .stat_cookie_menu {
    margin-left: 0;
    margin-bottom: 10px;
}}.stat_who_we_are {
    background: rgb(234,237,239);
    padding: 150px 0;
    z-index: 1;
    overflow: hidden;
    position: relative;
}.stat_who_we_are::before {
    height: 100%;
    background: 
        linear-gradient(0deg, rgba(0, 0, 0, 0.5) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 0, 0, 0.5) 1px, transparent 1px);
    left: 0;
    opacity: 0.05;
    width: 100%;
    content: "";
    position: absolute;
    transform: perspective(1000px) rotateX(60deg) scale(2.5) translateZ(-200px);
    animation: gridMove 60s linear infinite;
    background-position: center;
    top: 0;
    backface-visibility: hidden;
    background-size: 40px 40px;
    transform-origin: center center;
    z-index: -1;
}@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}

.stat_who_we_are::after {
    z-index: -2;
    position: absolute;
    content: "";
    background: radial-gradient(circle at center, transparent 30%, rgb(234,237,239) 70%);
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
}.stat_who_we_are .container {
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.stat_who_we_are .container::before,
.stat_who_we_are .container::after {
    pointer-events: none;
    content: "";
    border-radius: 50%;
    position: absolute;
}.stat_who_we_are .container::before {
    animation: pulseGlow 15s ease-in-out infinite alternate;
    background: radial-gradient(circle at center, rgb(198,203,212,0.5) 0%, transparent 70%);
    filter: blur(40px);
    height: 250px;
    top: -100px;
    opacity: 0.1;
    right: -50px;
    width: 250px;
}.stat_who_we_are .container::after {
    opacity: 0.15;
    filter: blur(50px);
    left: -100px;
    height: 300px;
    width: 300px;
    animation: pulseGlow 20s ease-in-out infinite alternate-reverse;
    bottom: -150px;
    background: radial-gradient(circle at center, rgb(161,168,179,0.5) 0%, transparent 70%);
}@keyframes pulseGlow {
    0% {
        opacity: 0.1;
        transform: scale(0.8);
    }
    50% {
        opacity: 0.15;
        transform: scale(1.2);
    }
    100% {
        opacity: 0.1;
        transform: scale(0.8);
    }
}

.stat_who_we_are .stat_smart_learning {
    grid-template-rows: auto 1fr;
    gap: 30px;
    grid-template-columns: 1fr 1.5fr;
    grid-template-areas:
        "logo content"
        "director content";
    position: relative;
    display: grid;
}.stat_who_we_are .stat_smart_learning::before {
    opacity: 0.2;
    left: 0;
    background: 
        linear-gradient(90deg, transparent calc(33.33% - 1px), rgb(198,203,212,0.5) calc(33.33%), transparent calc(33.33% + 1px)),
        linear-gradient(0deg, transparent calc(40% - 1px), rgb(198,203,212,0.5) calc(40%), transparent calc(40% + 1px));
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    pointer-events: none;
    z-index: -1;
    top: 0;
}.stat_who_we_are .stat_smart_learning::after {
    background: linear-gradient(90deg, transparent, rgb(198,203,212), transparent);
    width: 200px;
    height: 1px;
    bottom: -20px;
    position: absolute;
    left: 50%;
    animation: scanEffect 3s ease-in-out infinite;
    content: "";
    transform: translateX(-50%);
    opacity: 0.6;
}@keyframes scanEffect {
    0%, 100% {
        transform: translateX(-50%) scaleX(0.5);
        opacity: 0.3;
    }
    50% {
        transform: translateX(-50%) scaleX(1);
        opacity: 0.6;
    }
}

.stat_who_we_are .stat_virtual_track {
    border-radius: 12px;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.02);
    grid-area: logo;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    padding: 20px;
    font-size: 16px;
    color: #000000;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.05);
    display: flex;
    margin-bottom: 20px;
    gap: 15px;
    align-items: center;
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}.stat_who_we_are .stat_virtual_track:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    border-color: rgb(198,203,212,0.5);
}.stat_who_we_are .stat_virtual_track::before {
    z-index: -1;
    inset: -2px;
    background: linear-gradient(45deg, rgb(198,203,212), rgb(161,168,179), rgb(198,203,212));
    position: absolute;
    border-radius: calc(12px + 2px);
    content: "";
    opacity: 0;
    transition: opacity 0.4s ease;
}.stat_who_we_are .stat_virtual_track:hover::before {
    opacity: 0.5;
}.stat_who_we_are .stat_virtual_track svg {
    filter: drop-shadow(0 0 2px rgb(198,203,212,0.5));
    fill: rgb(198,203,212);
    width: 45px;
    height: 45px;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.stat_who_we_are .stat_virtual_track svg path {
    transition: fill 0.5s ease;
}.stat_who_we_are .stat_virtual_track:hover svg {
    transform: rotate(10deg) scale(1.1);
    filter: drop-shadow(0 0 5px rgb(198,203,212));
}.stat_who_we_are .stat_skills_center {
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    background: rgba(255, 255, 255, 0.03);
    flex-direction: row;
    border: 1px solid rgba(255, 255, 255, 0.07);
    z-index: 2;
    grid-area: director;
    display: flex;
    backdrop-filter: blur(15px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    position: relative;
    gap: 25px;
    border-radius: 12px;
    align-items: center;
    padding: 30px;
}.stat_who_we_are .stat_skills_center:hover {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
    border-color: rgb(198,203,212,0.5);
    transform: translateY(-10px) scale(1.02);
}.stat_who_we_are .stat_skills_center::before {
    inset: 0;
    transition: opacity 0.5s ease;
    opacity: 0.05;
    content: "";
    background: 
        radial-gradient(circle at 20% 50%, rgb(198,203,212,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgb(161,168,179,0.5) 0%, transparent 60%);
    z-index: -1;
    position: absolute;
}.stat_who_we_are .stat_skills_center:hover::before {
    opacity: 0.1;
}.stat_who_we_are .stat_skills_center::after {
    left: 35%;
    content: "";
    bottom: 0;
    position: absolute;
    height: 2px;
    animation: scanHorizontal 3s ease-in-out infinite alternate;
    width: 30%;
    background: linear-gradient(90deg, transparent, rgb(198,203,212), transparent);
}@keyframes scanHorizontal {
    0% {
        opacity: 0.4;
        transform: scaleX(0.7);
    }
    100% {
        opacity: 0.8;
        transform: scaleX(1);
    }
}

.stat_who_we_are .stat_hero_banner {
    position: relative;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
    border: 3px solid #ffffff;
    z-index: 5;
    width: 120px;
    height: 120px;
    border-radius: 12px;
    flex-shrink: 0;
    transition: all 0.4s ease;
}.stat_who_we_are .stat_approach_edu {
    flex: 1;
}.stat_who_we_are .stat_mission_why {
    color: #000000;
    position: relative;
    transition: all 0.3s ease;
    font-weight: 700;
    padding-bottom: 10px;
    font-size: 18px;
    margin-bottom: 8px;
}.stat_who_we_are .stat_mission_why::after {
    bottom: 0;
    width: 40px;
    transition: width 0.4s ease;
    position: absolute;
    height: 2px;
    left: 0;
    background: linear-gradient(90deg, rgb(198,203,212), transparent);
    content: "";
}.stat_who_we_are .stat_skills_center:hover .stat_mission_why::after {
    width: 60px;
}.stat_who_we_are .stat_knowledge_learning {
    color: rgb(198,203,212);
    opacity: 0.9;
    transition: all 0.3s ease;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 14px;
}.stat_who_we_are .stat_skills_center:hover .stat_knowledge_learning {
    opacity: 1;
    transform: translateX(5px);
}.stat_who_we_are .stat_text_frame {
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    backdrop-filter: blur(15px);
    z-index: 2;
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 40px;
    grid-area: content;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.02);
}.stat_who_we_are .stat_text_frame:hover {
    border-color: rgb(161,168,179,0.5);
    box-shadow: 0 35px 60px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}.stat_who_we_are .stat_text_frame::before {
    filter: blur(60px);
    opacity: 0.03;
    z-index: -1;
    border-radius: 45% 55% 50% 50% / 55% 45% 55% 45%;
    top: -300px;
    width: 600px;
    animation: morphBlob 20s ease-in-out infinite alternate;
    height: 600px;
    background: rgb(198,203,212,0.5);
    position: absolute;
    right: -300px;
    content: "";
}.stat_who_we_are .stat_text_frame::after {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    content: "";
    left: -250px;
    animation: morphBlob 25s ease-in-out infinite alternate-reverse;
    bottom: -250px;
    width: 500px;
    background: rgb(161,168,179,0.5);
    position: absolute;
    opacity: 0.03;
    z-index: -1;
    height: 500px;
    filter: blur(50px);
}@keyframes morphBlob {
    0% {
        border-radius: 45% 55% 50% 50% / 55% 45% 55% 45%;
        transform: translate(0, 0) rotate(0deg);
    }
    33% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
        transform: translate(-50px, 20px) rotate(120deg);
    }
    66% {
        border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
        transform: translate(50px, -20px) rotate(240deg);
    }
    100% {
        border-radius: 45% 55% 50% 50% / 55% 45% 55% 45%;
        transform: translate(0, 0) rotate(360deg);
    }
}

.stat_who_we_are .stat_text_frame h2 {
    color: #000000;
    transition: all 0.4s ease;
    font-size: 35px;
    padding-bottom: 15px;
    margin-bottom: 25px;
    position: relative;
    font-weight: 700;
}.stat_who_we_are .stat_text_frame h2::after {
    width: 80px;
    left: 0;
    height: 3px;
    transition: all 0.4s ease;
    bottom: 0;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgb(198,203,212), rgb(161,168,179,0.5), transparent);
    border-radius: 10px;
}.stat_who_we_are .stat_text_frame:hover h2::after {
    width: 120px;
}.stat_who_we_are .stat_text_frame p {
    margin-bottom: 0;
    line-height: 1.9;
    font-size: 14px;
    position: relative;
    transition: all 0.3s ease;
    color: #000000;
}.stat_who_we_are .stat_text_frame:hover p {
    transform: translateY(3px);
}.stat_who_we_are .stat_text_frame:hover::before,
.stat_who_we_are .stat_text_frame:hover::after {
    opacity: 0.06;
}.stat_who_we_are .stat_text_frame::after {
    pointer-events: none;
    z-index: -3;
    top: 0;
    left: 0;
    opacity: 0.5;
    width: 100%;
    background-image: repeating-linear-gradient(
        to bottom,
        transparent,
        transparent 8px,
        rgba(255, 255, 255, 0.03) 8px,
        rgba(255, 255, 255, 0.03) 9px
    );
    position: absolute;
    content: "";
    height: 100%;
}.stat_who_we_are .stat_virtual_track:hover svg path,
.stat_who_we_are .stat_virtual_track:hover svg {
    fill: rgb(161,168,179);
}

@media (max-width: 1199px) {.stat_who_we_are {
    padding: 120px 0;
}.stat_who_we_are .stat_smart_learning {
    grid-template-columns: 1fr 1.2fr;
    gap: 25px;
}.stat_who_we_are .stat_text_frame {
    padding: 35px;
}
}

@media (max-width: 991px) {.stat_who_we_are {
    padding: 100px 0;
}.stat_who_we_are .stat_smart_learning {
    gap: 30px;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    grid-template-areas:
            "logo"
            "director"
            "stat_main_bar";
}.stat_who_we_are .stat_virtual_track {
    justify-content: center;
}.stat_who_we_are .stat_skills_center {
    max-width: 600px;
    margin: 0 auto;
}.stat_who_we_are .stat_text_frame {
    max-width: 600px;
    margin: 0 auto;
}.stat_who_we_are .stat_smart_learning::before {
    opacity: 0.1;
    background: 
            linear-gradient(90deg, transparent calc(50% - 1px), rgb(198,203,212,0.5) calc(50%), transparent calc(50% + 1px)),
            linear-gradient(0deg, transparent calc(33.33% - 1px), rgb(198,203,212,0.5) calc(33.33%), transparent calc(33.33% + 1px)),
            linear-gradient(0deg, transparent calc(66.66% - 1px), rgb(198,203,212,0.5) calc(66.66%), transparent calc(66.66% + 1px));
}
}

@media (max-width: 767px) {.stat_who_we_are {
    padding: 80px 0;
}.stat_who_we_are::before {
    background-size: 30px 30px;
}.stat_who_we_are .stat_skills_center {
    padding: 25px;
}.stat_who_we_are .stat_text_frame {
    padding: 30px;
}.stat_who_we_are .stat_virtual_track {
    padding: 15px;
}.stat_who_we_are .stat_text_frame h2 {
    font-size: calc(35px * 0.9);
}
}

@media (max-width: 575px) {.stat_who_we_are {
    padding: 60px 0;
}.stat_who_we_are .stat_skills_center {
    flex-direction: column;
    padding: 25px 15px;
    text-align: center;
}.stat_who_we_are .stat_hero_banner {
    height: 100px;
    width: 100px;
    margin-bottom: 15px;
}.stat_who_we_are .stat_mission_why::after {
    left: 50%;
    transform: translateX(-50%);
}.stat_who_we_are .stat_skills_center:hover .stat_knowledge_learning {
    transform: translateX(0) translateY(3px);
}.stat_who_we_are .stat_text_frame {
    padding: 25px 20px;
}.stat_who_we_are .stat_text_frame h2 {
    font-size: calc(35px * 0.8);
}.stat_who_we_are .stat_virtual_track svg {
    width: 40px;
    height: 40px;
}.stat_who_we_are .stat_mission_why {
    font-size: calc(18px * 0.95);
}.stat_who_we_are .stat_knowledge_learning {
    font-size: calc(14px * 0.95);
}}.stat_privacy_shelter {
    color: #000000;
    background-color: rgb(234,237,239);
    font-family: Arial, sans-serif;
    padding: 2rem;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}.stat_privacy_shelter:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
    background-color: rgb(198,203,212,0.5);
}.stat_privacy_shelter h1, .stat_privacy_shelter h2 {
    margin-bottom: 1rem;
    color: rgb(198,203,212);
}.stat_privacy_shelter h1 {
    margin-bottom: 1.5rem;
    border-bottom: 2px solid rgb(198,203,212);
    font-weight: 700;
    font-size: 39px;
    padding-bottom: 0.5rem;
}.stat_privacy_shelter h2 {
    font-size: 33px;
    padding-bottom: 0.25rem;
    font-weight: 600;
    border-bottom: 1px solid rgb(161,168,179);
}.stat_privacy_shelter h3, .stat_privacy_shelter h4, .stat_privacy_shelter h5, .stat_privacy_shelter h6 {
    margin: 10px 0;
}.stat_privacy_shelter ul {
    list-style-type: none;
    padding-left: 0;
    margin: 1rem 0;
}.stat_privacy_shelter ul li {
    margin-bottom: 0.5rem;
    font-size: 18px;
    position: relative;
    font-weight: 400;
    padding-left: 1.5rem;
    padding: 0.5rem 0;
}.stat_privacy_shelter ul li::before {
    color: rgb(198,203,212);
    top: 0;
    left: 0;
    position: absolute;
    font-size: 1.5rem;
    content: '•';
}.stat_privacy_shelter p, .stat_privacy_shelter span {
    color: #000000;
    font-size: 18px;
    line-height: 1.6;
}.stat_privacy_shelter div {
    margin-bottom: 1rem;
}.stat_privacy_shelter section {
    margin-bottom: 2rem;
}
@media only screen and (max-width: 800px) {.stat_privacy_shelter {
    padding: 1rem;
    border-radius: 10px;
}.stat_privacy_shelter h1 {
    font-size: calc(22px * 0.8);
}.stat_privacy_shelter h2 {
    font-size: calc(22px * 0.8);
}.stat_privacy_shelter ul li {
    padding-left: 1rem;
}.stat_privacy_shelter ul li::before {
    font-size: 1.2rem;
}}.stat_gratArea {
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(234,237,239) 0%, rgb(198,203,212,0.5) 100%);
    overflow: hidden;
    position: relative;
}.stat_gratArea::before {
    z-index: 1;
    height: 70%;
    top: -10%;
    position: absolute;
    content: "";
    animation: floatElement 15s ease-in-out infinite;
    right: -5%;
    transform: rotate(-15deg) skewX(10deg);
    width: 40%;
    filter: blur(60px);
    background: linear-gradient(220deg, rgb(161,168,179,0.5) 20%, transparent 80%);
}.stat_gratArea::after {
    width: 40%;
    filter: blur(60px);
    bottom: -10%;
    height: 70%;
    transform: rotate(15deg) skewX(-10deg);
    animation: floatElement 15s ease-in-out infinite reverse;
    left: -5%;
    position: absolute;
    background: linear-gradient(220deg, rgb(198,203,212,0.5) 20%, transparent 80%);
    content: "";
    z-index: 1;
}.stat_gratArea .container {
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}.stat_gratArea h2 {
    max-width: 800px;
    line-height: 1.4;
    animation: slideUp 0.8s forwards 0.2s ease-out;
    margin-bottom: 40px;
    letter-spacing: -0.01em;
    text-align: center;
    position: relative;
    font-size: 34px;
    font-weight: 700;
    margin-right: auto;
    margin-left: auto;
    opacity: 0;
    color: #000000;
    transform: translateY(20px);
}.stat_gratArea h2::after {
    content: "";
    border-radius: 10px;
    height: 3px;
    width: 80px;
    background: rgb(198,203,212);
    transform: translateX(-50%);
    left: 50%;
    bottom: -15px;
    position: absolute;
}.stat_gratArea .stat_smart_learning {
    overflow: hidden;
    transform: translateY(30px);
    padding: 50px;
    animation: slideUp 0.8s forwards 0.5s ease-out;
    opacity: 0;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08), 0 5px 10px rgba(0, 0, 0, 0.05);
    position: relative;
    background: #ffffff;
    border-radius: 17px;
}.stat_gratArea .stat_smart_learning::before {
    background: linear-gradient(90deg, rgb(198,203,212) 0%, rgb(161,168,179) 100%);
    position: absolute;
    height: 6px;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
}.stat_gratArea .stat_smart_learning::after {
    background: linear-gradient(135deg, rgb(198,203,212,0.5) 0%, transparent 70%);
    position: absolute;
    border-radius: 50%;
    height: 160px;
    content: "";
    width: 160px;
    opacity: 0.2;
    right: 20px;
    top: 20px;
    transform: translateY(-10px);
}.stat_gratArea ul {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}.stat_gratArea li {
    gap: 20px;
    grid-template-columns: 1fr;
    position: relative;
    display: grid;
}.stat_gratArea li::before {
    left: -30px;
    border-radius: 50%;
    animation: pulse 2s infinite;
    background: rgb(198,203,212);
    position: absolute;
    width: 12px;
    height: 12px;
    top: 8px;
    content: "";
}.stat_gratArea span {
    color: #000000;
    position: relative;
    line-height: 1.8;
    border-left: 3px solid rgb(198,203,212,0.5);
    font-family: Arial, sans-serif;
    text-align: left;
    font-size: calc(14px * 1.1);
    padding-left: 15px;
}

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

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(rgb(198,203,212), 0.5);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(rgb(198,203,212), 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(rgb(198,203,212), 0);
  }
}

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

@media (max-width: 991px) {.stat_gratArea {
    padding: 80px 0;
}.stat_gratArea h2 {
    font-size: calc(34px * 0.85);
}.stat_gratArea .stat_smart_learning {
    padding: 40px 30px;
}.stat_gratArea li::before {
    left: -20px;
}
}

@media (max-width: 767px) {.stat_gratArea {
    padding: 60px 0;
}.stat_gratArea h2 {
    margin-bottom: 30px;
    font-size: calc(34px * 0.7);
}.stat_gratArea h2::after {
    bottom: -10px;
    width: 60px;
}.stat_gratArea .stat_smart_learning {
    padding: 30px 20px;
}.stat_gratArea li::before {
    display: none;
}.stat_gratArea span {
    line-height: 1.6;
    font-size: 14px;
}
}

@media (max-width: 480px) {.stat_gratArea {
    padding: 40px 0;
}.stat_gratArea h2 {
    margin-bottom: 25px;
    font-size: calc(34px * 0.6);
}.stat_gratArea .stat_smart_learning {
    padding: 25px 15px;
}.stat_gratArea span {
    border-left: 2px solid rgb(198,203,212,0.5);
    padding-left: 10px;
}}.stat_client_testimonials {
    background: linear-gradient(135deg, rgb(234,237,239) 0%, rgb(198,203,212,0.5) 100%);
    padding: 5rem 0;
    overflow: hidden;
    position: relative;
}.stat_client_testimonials::before {
    top: 0;
    content: "";
    left: 0;
    background: radial-gradient(circle at 70% 30%, rgb(161,168,179,0.5) 0%, transparent 60%);
    opacity: 0.4;
    width: 100%;
    z-index: 1;
    position: absolute;
    height: 100%;
}.stat_client_testimonials::after {
    content: "";
    background: #ffffff;
    left: -10%;
    filter: blur(15px);
    height: 20px;
    position: absolute;
    transform: rotate(-1deg);
    bottom: -10px;
    width: 120%;
    opacity: 0.3;
}.stat_client_testimonials h2 {
    color: #000000;
    margin-bottom: 3rem;
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    text-shadow: 2px 2px 4px rgb(255, 255, 255, 0.5);
    font-size: 32px;
    text-align: center;
    z-index: 2;
    font-weight: 700;
    letter-spacing: 0.5px;
}.stat_client_testimonials h2::after {
    transform: translateX(-50%);
    width: 80px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    background: linear-gradient(90deg, rgb(198,203,212) 0%, rgb(161,168,179) 100%);
    left: 50%;
    position: absolute;
    content: "";
    height: 4px;
    bottom: -15px;
}.stat_client_testimonials .container.stat_smart_learning {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    position: relative;
}.stat_client_testimonials .stat_success_stories {
    padding: 0.5rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2rem;
}.stat_client_testimonials .stat_alumni_testimonials {
    position: relative;
    padding: 1.5rem;
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.08), 
                -12px -12px 24px rgba(255, 255, 255, 0.8);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), 
                box-shadow 0.3s ease-out;
}.stat_client_testimonials .stat_alumni_testimonials:hover {
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.1), 
                -15px -15px 30px rgba(255, 255, 255, 1),
                0 10px 20px rgba(rgb(198,203,212,0.5), 0.2);
    transform: translateY(-8px) scale(1.02);
}.stat_client_testimonials .stat_alumni_testimonials::before {
    height: 5px;
    background: linear-gradient(90deg, rgb(198,203,212) 0%, rgb(161,168,179) 100%);
    top: 0;
    content: "";
    width: 100%;
    transform-origin: left;
    position: absolute;
    left: 0;
    transform: scaleX(0);
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}.stat_client_testimonials .stat_alumni_testimonials:hover::before {
    transform: scaleX(1);
}.stat_client_testimonials .stat_alumni_testimonials h3 {
    display: inline-block;
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0.75rem;
    position: relative;
}.stat_client_testimonials .stat_alumni_testimonials h3::after {
    background: rgb(161,168,179);
    bottom: -5px;
    transition: width 0.3s ease;
    content: "";
    height: 2px;
    position: absolute;
    left: 0;
    width: 30px;
}.stat_client_testimonials .stat_alumni_testimonials:hover h3::after {
    width: 100%;
}.stat_client_testimonials .stat_alumni_testimonials .description {
    z-index: 1;
    position: relative;
    margin-bottom: 1.5rem;
    color: #000000;
    line-height: 1.6;
    font-size: 12px;
}.stat_client_testimonials .stat_alumni_testimonials .description::before {
    position: absolute;
    content: "";
    z-index: -1;
    top: -2rem;
    font-size: 5rem;
    transition: transform 0.4s ease, opacity 0.3s ease;
    color: rgb(161,168,179,0.5);
    left: -1rem;
    opacity: 0.15;
}.stat_client_testimonials .stat_alumni_testimonials:hover .description::before {
    opacity: 0.25;
    transform: translateY(-5px) rotate(-5deg);
}.stat_client_testimonials .stat_alumni_testimonials div {
    height: 70px;
    position: relative;
    transition: transform 0.4s ease;
    width: 70px;
    overflow: hidden;
    border-radius: 50%;
    box-shadow: 
        inset 4px 4px 8px rgba(0, 0, 0, 0.1),
        inset -4px -4px 8px rgba(255, 255, 255, 0.8),
        4px 4px 10px rgba(0, 0, 0, 0.05);
}.stat_client_testimonials .stat_alumni_testimonials:hover div {
    transform: scale(1.1) translateX(5px);
}.stat_client_testimonials .stat_alumni_testimonials div::before {
    width: 100%;
    background: radial-gradient(circle at 30% 30%, transparent 0%, rgba(0, 0, 0, 0.2) 100%);
    position: absolute;
    transition: opacity 0.3s ease;
    opacity: 0;
    z-index: 2;
    height: 100%;
    content: "";
}.stat_client_testimonials .stat_alumni_testimonials:hover div::before {
    opacity: 1;
}.stat_client_testimonials .stat_alumni_testimonials div img {
    transition: transform 0.5s ease;
    object-fit: cover;
    width: 100%;
    height: 100%;
}.stat_client_testimonials .stat_alumni_testimonials:hover div img {
    transform: scale(1.1);
}

@media (max-width: 991px) {.stat_client_testimonials {
    padding: 4rem 0;
}.stat_client_testimonials h2 {
    margin-bottom: 2.5rem;
    font-size: calc(32px * 0.9);
}.stat_client_testimonials .stat_success_stories {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1.5rem;
}
}

@media (max-width: 767px) {.stat_client_testimonials {
    padding: 3rem 0;
}.stat_client_testimonials h2 {
    font-size: calc(32px * 0.8);
    transform: perspective(1000px) rotateX(1deg);
    margin-bottom: 2rem;
}.stat_client_testimonials h2::after {
    width: 60px;
    height: 3px;
}.stat_client_testimonials .stat_success_stories {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1.25rem;
}.stat_client_testimonials .stat_alumni_testimonials {
    padding: 1.25rem;
}
}

@media (max-width: 575px) {.stat_client_testimonials {
    padding: 2.5rem 0;
}.stat_client_testimonials h2 {
    padding: 0 1rem;
    font-size: calc(32px * 0.7);
    transform: none;
}.stat_client_testimonials .stat_success_stories {
    gap: 1.5rem;
    grid-template-columns: 1fr;
    padding: 0 1rem;
}.stat_client_testimonials .stat_alumni_testimonials {
    padding: 1.25rem;
}.stat_client_testimonials .stat_alumni_testimonials:hover {
    transform: translateY(-5px);
}
}

@media (min-width: 1400px) {.stat_client_testimonials h2 {
    font-size: calc(32px * 1.1);
}.stat_client_testimonials .stat_success_stories {
    gap: 2.5rem;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
}.stat_client_testimonials .stat_alumni_testimonials {
    padding: 2rem;
}
}

@media (prefers-reduced-motion: reduce) {.stat_client_testimonials .stat_alumni_testimonials,
    .stat_client_testimonials .stat_alumni_testimonials::before,
    .stat_client_testimonials .stat_alumni_testimonials h3::after,
    .stat_client_testimonials .stat_alumni_testimonials div,
    .stat_client_testimonials .stat_alumni_testimonials div img,
    .stat_client_testimonials .stat_alumni_testimonials .description::before {
    transition: none;
}.stat_client_testimonials .stat_alumni_testimonials:hover {
    transform: none;
}.stat_client_testimonials .stat_alumni_testimonials:hover div {
    transform: none;
}.stat_client_testimonials .stat_alumni_testimonials:hover div img {
    transform: none;
}}.stat_homepage {
    display: flex;
    background-color: rgb(234,237,239);
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    width: 100%;
}.stat_homepage::before {
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 1;
    pointer-events: none;
    content: "";
    position: absolute;
    top: 0;
    background: 
    linear-gradient(120deg, rgb(198,203,212,0.5) 0%, transparent 30%),
    linear-gradient(240deg, rgb(161,168,179,0.5) 0%, transparent 30%);
}.stat_homepage::after {
    position: absolute;
    height: 100%;
    content: "";
    background-image: 
    repeating-linear-gradient(0deg, transparent, transparent 20px, rgba(255,255,255,0.03) 20px, rgba(255,255,255,0.03) 21px),
    repeating-linear-gradient(90deg, transparent, transparent 20px, rgba(255,255,255,0.03) 20px, rgba(255,255,255,0.03) 21px);
    width: 100%;
    z-index: 0;
    opacity: 0.4;
}.stat_homepage .stat_main_intro {
    transform: perspective(1000px) rotateX(2deg);
    width: 90%;
    max-width: 1200px;
    position: relative;
    z-index: 2;
}.stat_homepage .stat_learn_quickpro {
    box-shadow: 
    0 20px 40px rgba(0,0,0,0.2),
    0 5px 15px rgba(0,0,0,0.1);
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    border-radius: 10px;
    padding: 6rem 4rem;
    overflow: hidden;
}.stat_homepage .stat_learn_quickpro::before {
    top: 0;
    z-index: 1;
    left: 0;
    content: "";
    position: absolute;
    background: linear-gradient(135deg, 
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0,0,0,0.85) 100%);
    height: 100%;
    width: 100%;
}.stat_homepage .stat_learn_quickpro::after {
    position: absolute;
    height: 150%;
    top: -25%;
    content: "";
    z-index: 2;
    background: radial-gradient(circle at center, transparent 30%, rgba(0,0,0,0.6) 70%);
    left: -25%;
    width: 150%;
}.stat_homepage .stat_learn_quickpro span {
    animation: slideIn 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards;
    z-index: 3;
    transform: translateX(-1rem);
    opacity: 0;
    position: relative;
    margin-bottom: 1.5rem;
}.stat_homepage .stat_learn_quickpro h3 {
    max-width: 80%;
    clip-path: polygon(0 0, 100% 0, 98% 100%, 0 100%);
    color: #ffffff;
    font-size: calc(24px * 0.9);
    background: linear-gradient(120deg, rgb(198,203,212,0.5) 0%, rgb(161,168,179,0.5) 100%);
    font-weight: 400;
    padding: 0.75rem 1.5rem;
    letter-spacing: 0.5px;
    line-height: 1.4;
    backdrop-filter: blur(5px);
    border-left: 3px solid rgb(198,203,212);
}.stat_homepage .stat_learn_quickpro h1 {
    text-shadow: 0 2px 5px rgba(0,0,0,0.3);
    animation: fadeUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s forwards;
    line-height: 1.2;
    font-size: calc(43px * 1.2);
    transform: translateY(1rem);
    opacity: 0;
    font-weight: 700;
    position: relative;
    color: #ffffff;
    margin-bottom: 1.5rem;
    z-index: 3;
}.stat_homepage .stat_learn_quickpro h1::after {
    transform: scaleX(0);
    width: 80px;
    height: 4px;
    position: absolute;
    background: rgb(198,203,212);
    left: 0;
    transform-origin: left;
    content: "";
    bottom: -15px;
    animation: expandLine 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s forwards;
}.stat_homepage .stat_learn_quickpro > div {
    opacity: 0;
    transform: translateY(1rem);
    position: relative;
    margin-top: 2rem;
    z-index: 3;
    animation: fadeUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s forwards;
}.stat_homepage .stat_learn_quickpro p {
    line-height: 1.6;
    font-size: calc(15px * 1.2);
    max-width: 80%;
    position: relative;
    color: #ffffff;
    padding-left: 1rem;
    letter-spacing: 0.3px;
    font-weight: 300;
}.stat_homepage .stat_learn_quickpro p::before {
    width: 2px;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, rgb(198,203,212), rgb(161,168,179));
    content: "";
    position: absolute;
}@keyframes slideIn {
  from {
    transform: translateX(-1rem);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

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

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

.stat_homepage .stat_learn_quickpro:hover::before {
    background: linear-gradient(135deg, 
    rgba(0, 0, 0, 0.5) 10%,
    rgba(0,0,0,0.8) 100%);
    transition: background 0.5s ease;
}.stat_homepage .stat_learn_quickpro:hover h1::after {
    background: linear-gradient(to right, rgb(198,203,212), rgb(161,168,179));
    transition: background 0.5s ease;
}

@media (max-width: 992px) {.stat_homepage .stat_learn_quickpro {
    padding: 5rem 3rem;
}.stat_homepage .stat_learn_quickpro h1 {
    font-size: calc(43px * 1.1);
}.stat_homepage .stat_learn_quickpro h3,
  .stat_homepage .stat_learn_quickpro p {
    max-width: 90%;
}
}

@media (max-width: 768px) {.stat_homepage .stat_main_intro {
    width: 95%;
    transform: perspective(1000px) rotateX(1deg);
}.stat_homepage .stat_learn_quickpro {
    padding: 4rem 2rem;
}.stat_homepage .stat_learn_quickpro h1 {
    font-size: 43px;
}.stat_homepage .stat_learn_quickpro h3 {
    font-size: 24px;
    max-width: 100%;
}.stat_homepage .stat_learn_quickpro p {
    max-width: 100%;
    font-size: 15px;
}
}

@media (max-width: 576px) {.stat_homepage {
    min-height: 90vh;
}.stat_homepage .stat_learn_quickpro {
    padding: 3rem 1.5rem;
}.stat_homepage .stat_learn_quickpro h1 {
    font-size: calc(43px * 0.9);
}.stat_homepage .stat_learn_quickpro h3 {
    font-size: calc(24px * 0.85);
    padding: 0.5rem 1rem;
}.stat_homepage .stat_main_intro {
    transform: none;
}
}

@media (max-height: 600px) {.stat_homepage {
    min-height: 120vh;
}.stat_homepage .stat_learn_quickpro {
    padding: 3rem 2rem;
}
}

@media (hover: hover) {.stat_homepage .stat_learn_quickpro {
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}.stat_homepage .stat_learn_quickpro:hover {
    transform: translateY(-5px);
}
}