﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}html,body {
    height: 100%;
    min-height: 100%;
    font-family: Arial, sans-serif;
    scroll-behavior: smooth;
    color: #000000;
}header,footer {
    width: 100%;
}.stat-nav-learning {
    flex: 1 0 auto;
}::-webkit-scrollbar {
    height: 7px;
    width: 4px;
    padding: 3px;
}::-webkit-scrollbar-track {
    background: linear-gradient(105deg, rgb(255, 255, 255, 0.5) 81%, rgb(168,107,158) 11%, rgb(168,107,158,0.5) 30%, rgb(196,171,193) 100%, rgb(196,171,193,0.5) 20%);
    border-radius: 15.6em;
}::-webkit-scrollbar-track:active {
    background: rgb(255, 255, 255, 0.5);
}::-webkit-scrollbar-thumb {
    transition: transform 3.9s ease-out;
    background: #ffffff;
    box-shadow: -3px 3px 5px 1px rgba(0, 0, 0, 0.1);
    border-radius: 5.8rem;
}::-webkit-scrollbar-thumb:hover {
    background: rgb(227,221,227);
}* {
    scrollbar-width: thin;
    scrollbar-color: rgb(227,221,227) rgb(255, 255, 255, 0.5);
}
@media (max-width: 768px) {::-webkit-scrollbar {
    width: 5px;
}::-webkit-scrollbar-thumb {
    background: rgb(168,107,158,0.5);
}}

.container {
    max-width: 100%;
    margin: auto;
    width: 1212px;
}svg {
    height: 30px;
    width: 30px;
}.stat-content-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}a {
    text-decoration: none;
    color: inherit;
}.stat-award-show {
    flex: 0 0 auto;
}
@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 {
    width: 100%;
    overflow: visible;
    background: linear-gradient(to bottom, rgb(227,221,227), rgba(0, 0, 0, 0.5));
    position: relative;
    z-index: 99;
}header::before {
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: repeating-linear-gradient(
        -45deg,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0.5) 1px,
        transparent 1px,
        transparent 6px
    );
    height: 100%;
    opacity: 0.1;
}header .stat-head-know {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 30px;
}header .stat-head-know::before {
    left: 10%;
    position: absolute;
    height: 1px;
    width: 80%;
    bottom: 0;
    background: linear-gradient(to right, transparent, rgb(196,171,193), transparent);
    content: "";
}header .stat-head-know .stat-main-mainbar {
    margin-right: 40px;
    position: relative;
    z-index: 2;
}header .stat-head-know .stat-main-mainbar .stat-nav-sitebar {
    padding: 5px;
    display: block;
    position: relative;
}header .stat-head-know .stat-main-mainbar .stat-nav-sitebar::before {
    top: -5px;
    position: absolute;
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
    content: "";
    right: -5px;
    border-radius: 10px;
    bottom: -5px;
    left: -5px;
    z-index: -1;
    transform: scale(0.9);
    background: rgba(0, 0, 0, 0.5);
}header .stat-head-know .stat-main-mainbar .stat-nav-sitebar:hover::before {
    opacity: 0.1;
    transform: scale(1);
}header .stat-head-know .stat-main-mainbar .stat-nav-sitebar svg {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    height: 45px;
    width: auto;
}header .stat-head-know .stat-head-page {
    list-style: none;
    margin: 0;
    display: flex;
    padding: 0;
    perspective: 1000px;
}header .stat-head-know .stat-head-page .stat-main-teach {
    position: relative;
    transform-style: preserve-3d;
    margin: 0;
}header .stat-head-know .stat-head-page .stat-main-teach a {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.5px;
    padding: 12px 20px;
    transition: color 0.3s ease, transform 0.3s ease;
    font-family: Arial, sans-serif;
    display: block;
    transform-style: preserve-3d;
    color: #000000;
    position: relative;
    background: linear-gradient(to bottom, transparent, transparent);
    text-decoration: none;
}header .stat-head-know .stat-head-page .stat-main-teach a::before,
header .stat-head-know .stat-head-page .stat-main-teach a::after {
    top: 0;
    height: 100%;
    left: 0;
    transition: all 0.3s ease;
    position: absolute;
    width: 100%;
    content: "";
    pointer-events: none;
}header .stat-head-know .stat-head-page .stat-main-teach a::before {
    background: linear-gradient(to bottom, rgb(196,171,193,0.5), transparent);
    transform: translateZ(-1px) rotateX(10deg);
    opacity: 0;
    transform-origin: top center;
}header .stat-head-know .stat-head-page .stat-main-teach a::after {
    transform: translateZ(-2px) rotateX(-10deg);
    background: linear-gradient(to top, rgb(168,107,158,0.5), transparent);
    transform-origin: bottom center;
    opacity: 0;
}header .stat-head-know .stat-head-page .stat-main-teach:hover a {
    color: rgb(196,171,193);
    transform: translateZ(10px);
}header .stat-head-know .stat-head-page .stat-main-teach:hover a::before,
header .stat-head-know .stat-head-page .stat-main-teach:hover a::after {
    opacity: 0.1;
}header .stat-head-know .stat-head-page .stat-main-teach:hover a::before {
    transform: translateZ(-5px) rotateX(15deg);
}header .stat-head-know .stat-head-page .stat-main-teach:hover a::after {
    transform: translateZ(-10px) rotateX(-15deg);
}

@media (max-width: 992px) {header .stat-head-know {
    flex-direction: column;
    padding: 15px;
}header .stat-head-know .stat-main-mainbar {
    margin: 0 0 15px 0;
}header .stat-head-know .stat-head-page {
    flex-wrap: wrap;
    justify-content: center;
    perspective: none;
    width: 100%;
}header .stat-head-know .stat-head-page .stat-main-teach a {
    font-size: calc(14px - 1px);
    padding: 10px 15px;
    transform-style: flat;
}header .stat-head-know .stat-head-page .stat-main-teach:hover a {
    transform: none;
}header .stat-head-know .stat-head-page .stat-main-teach a::before,
    header .stat-head-know .stat-head-page .stat-main-teach a::after {
    display: none;
}
}

@media (max-width: 767px) {header .stat-head-know .stat-head-page .stat-main-teach a {
    font-size: calc(14px - 2px);
    padding: 8px 12px;
}}header .top_plank {
    color:  #ffffff;
    background: rgb(196,171,193);
}header .top_plank .stat-main-plank div svg, header .top_plank .stat-main-plank div svg path {
    fill: #ffffff;
}header .top_plank .stat-main-plank div span {
    color: #ffffff;
}header .top_plank .stat-main-plank {
    font-size: 12px;
    align-items: center;
    justify-content: flex-start;
    padding: 15px 0 10px 0;
    flex-wrap: wrap;
    display: flex;
    width: 100%;
    line-height: 21px;
}header .top_plank .stat-main-plank div {
    justify-content: flex-start;
    margin-right: 24px;
    align-items: center;
    display: flex;
}header .top_plank .stat-main-plank div img, header .top_plank .stat-main-plank div svg {
    margin-right: 8px;
    width: 16px;
    height: 16px;
}.stat-primary-page {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(227,221,227) 0%, rgba(245, 250, 255, 0.95) 100%);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
    min-height: 100vh;
    position: relative;
}.stat-primary-page .stat-learn-learnings {
    z-index: 1;
    display: grid;
    position: relative;
    padding: 2rem;
    grid-template-columns: 1fr;
    width: 100%;
    min-height: 100vh;
}.stat-primary-page::before {
    width: 60%;
    top: -10%;
    content: "";
    filter: blur(15px);
    right: -15%;
    opacity: 0.15;
    height: 70%;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    z-index: 0;
    transform: rotate(-5deg);
    position: absolute;
    animation: floatBackground 18s ease-in-out infinite alternate;
    background: linear-gradient(45deg, rgb(196,171,193,0.5) 10%, rgb(168,107,158,0.5) 90%);
}.stat-primary-page::after {
    height: 60%;
    background: linear-gradient(135deg, rgb(168,107,158,0.5) 20%, rgb(196,171,193,0.5) 80%);
    border-radius: 30% 70% 70% 30% / 60% 40% 60% 40%;
    transform: rotate(8deg);
    bottom: -15%;
    left: -10%;
    animation: floatBackground 22s ease-in-out infinite alternate-reverse;
    z-index: 0;
    position: absolute;
    width: 55%;
    opacity: 0.12;
    content: "";
    filter: blur(15px);
}.stat-primary-page .stat-message-wrap {
    max-width: 600px;
    display: flex;
    z-index: 2;
    justify-content: center;
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    padding: 2rem 0;
}.stat-primary-page h1 {
    transform: translateX(-5px);
    color: #000000;
    animation: slideInRight 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.2s;
    opacity: 0;
    font-weight: 700;
    position: relative;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    font-size: clamp(2rem, 5vw, 38px);
}.stat-primary-page h1::after {
    transform-origin: left;
    left: 0;
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(196,171,193) 0%, rgb(168,107,158) 100%);
    position: absolute;
    bottom: -0.5rem;
    width: 4rem;
    content: "";
    height: 4px;
    animation: scaleInX 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.8s;
}.stat-primary-page .stat-main-home {
    flex-direction: column;
    margin-bottom: 2.5rem;
    transform: translateY(10px);
    animation: fadeIn 0.8s ease forwards 0.6s;
    display: flex;
    align-items: flex-start;
    opacity: 0;
}.stat-primary-page .stat-main-home p {
    font-size: 13px;
    animation: fadeIn 0.8s ease forwards 0.9s;
    transform: translateY(10px);
    opacity: 0;
    position: relative;
    line-height: 1.6;
    max-width: 95%;
    color: #000000;
    padding-left: 0.75rem;
    margin-top: 1.5rem;
}.stat-primary-page .stat-main-home p::before {
    content: "";
    top: 0.5rem;
    width: 3px;
    background: linear-gradient(to bottom, rgb(196,171,193), rgb(168,107,158));
    border-radius: 10px;
    position: absolute;
    bottom: 0.5rem;
    left: 0;
}.stat-primary-page svg {
    opacity: 0;
    animation: popIn 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards 0.7s;
    margin-left: -0.5rem;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
    transform-origin: center;
    width: 80px;
    height: 80px;
    transform: translateY(5px) scale(0.95);
}.stat-primary-page svg path {
    transition: fill 0.3s ease;
    fill: rgb(94, 170, 168);
}.stat-primary-page svg:hover path {
    fill: rgb(196,171,193);
    filter: brightness(1.1);
}.stat-primary-page svg text {
    dominant-baseline: middle;
    font-family: Arial, sans-serif;
    animation: pulseBrightness 4s infinite alternate ease-in-out;
}.stat-primary-page ul {
    padding: 0;
    margin: 0;
    opacity: 0;
    animation: fadeIn 0.8s ease forwards 1.1s;
    display: flex;
    list-style: none;
    transform: translateY(10px);
}.stat-primary-page .stat-inquiry-list {
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 0 4px 12px rgba(94, 170, 168, 0.2);
    border: none;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
    z-index: 1;
    transform: translateY(0);
    overflow: hidden;
    background: linear-gradient(45deg, rgb(196,171,193) 0%, rgb(168,107,158) 100%);
    display: inline-block;
    border-radius: 20px;
    padding: 1rem 2rem;
    position: relative;
}.stat-primary-page .stat-inquiry-list::before {
    content: "";
    transition: all 0.6s ease;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.2));
    width: 100%;
    top: 0;
    z-index: -1;
    position: absolute;
    height: 100%;
    transform: skewX(-25deg);
    left: -100%;
}.stat-primary-page .stat-inquiry-list:hover {
    box-shadow: 0 7px 14px rgba(94, 170, 168, 0.25);
    transform: translateY(-3px);
}.stat-primary-page .stat-inquiry-list:hover::before {
    left: 100%;
}.stat-primary-page .stat-inquiry-list:active {
    box-shadow: 0 4px 8px rgba(94, 170, 168, 0.2);
    transform: translateY(-1px);
}.stat-primary-page .stat-pic-cell {
    transform: translateY(10px) scale(0.98);
    overflow: hidden;
    animation: fadeIn 1s ease forwards 0.4s, floatUp 6s ease-in-out infinite alternate;
    position: relative;
    border-radius: 10px;
    min-height: 300px;
    height: 100%;
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.12);
    opacity: 0;
}.stat-primary-page .stat-pic-cell::before {
    right: 0;
    background: linear-gradient(to bottom, rgba(94, 170, 168, 0.2), transparent);
    bottom: 0;
    transition: opacity 0.3s ease;
    opacity: 0;
    top: 0;
    content: "";
    left: 0;
    position: absolute;
    z-index: 1;
}.stat-primary-page .stat-pic-cell:hover::before {
    opacity: 1;
}

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

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

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

@keyframes popIn {
    0% {
        opacity: 0;
        transform: translateY(5px) scale(0.95);
    }
    70% {
        opacity: 1;
        transform: translateY(-2px) scale(1.02);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes floatUp {
    0% {
        transform: translateY(0) scale(1);
    }
    100% {
        transform: translateY(-5px) scale(1.01);
    }
}

@keyframes floatBackground {
    0% {
        transform: translate(0, 0) rotate(-5deg);
    }
    100% {
        transform: translate(5px, -5px) rotate(0deg);
    }
}

@keyframes pulseBrightness {
    0% {
        filter: brightness(1);
    }
    100% {
        filter: brightness(1.2);
    }
}

@media (min-width: 768px) {.stat-primary-page .stat-learn-learnings {
    gap: 2rem;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    padding: 3rem;
}.stat-primary-page .stat-message-wrap {
    padding-right: 2rem;
}.stat-primary-page h1 {
    max-width: 90%;
}.stat-primary-page .stat-main-home p {
    max-width: 90%;
}.stat-primary-page .stat-pic-cell {
    min-height: 450px;
}
}

@media (min-width: 992px) {.stat-primary-page .stat-learn-learnings {
    padding: 4rem 6rem;
    gap: 3rem;
}.stat-primary-page .stat-message-wrap {
    padding-right: 3rem;
}.stat-primary-page h1 {
    margin-bottom: 2rem;
}.stat-primary-page svg {
    height: 100px;
    width: 100px;
}.stat-primary-page .stat-pic-cell {
    transform-origin: center right;
    min-height: 550px;
}.stat-primary-page::before {
    height: 55%;
    width: 45%;
}.stat-primary-page::after {
    height: 50%;
    width: 40%;
}
}

@media (max-width: 767px) {.stat-primary-page {
    min-height: auto;
}.stat-primary-page .stat-learn-learnings {
    min-height: auto;
    padding: 3rem 1.5rem;
}.stat-primary-page .stat-message-wrap {
    margin-bottom: 2rem;
}.stat-primary-page .stat-pic-cell {
    margin-bottom: 2rem;
    min-height: 250px;
    order: -1;
}.stat-primary-page h1 {
    font-size: 1.75rem;
}.stat-primary-page .stat-main-home p {
    font-size: 1rem;
}.stat-primary-page .stat-inquiry-list {
    padding: 0.875rem 1.75rem;
}}.stat-leadership-profile {
    overflow: hidden;
    background: radial-gradient(circle at 70% 30%, rgb(196,171,193,0.5) 0%, transparent 40%), 
              radial-gradient(circle at 30% 70%, rgb(168,107,158,0.5) 0%, transparent 40%), 
              #000000;
    padding: 7rem 2rem;
    position: relative;
}.stat-leadership-profile::before {
    opacity: 0.3;
    position: absolute;
    top: -25%;
    content: "";
    background: radial-gradient(ellipse at center, transparent 0%, transparent 50%, #000000 100%), 
              repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0px, rgba(0, 0, 0, 0.5) 1px, transparent 1px, transparent 10px);
    animation: backgroundMovement 30s linear infinite alternate;
    height: 150%;
    left: -25%;
    width: 150%;
}.stat-leadership-profile .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    position: relative;
}.stat-leadership-profile .stat-success-quotes {
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    border-radius: 17px;
    display: grid;
    gap: 0;
    grid-template-rows: auto auto auto;
    position: relative;
}.stat-leadership-profile .stat-success-quotes::after {
    height: 100%;
    left: 0;
    position: absolute;
    opacity: 0.3;
    top: 0;
    pointer-events: none;
    mix-blend-mode: overlay;
    content: "";
    width: 100%;
    background: linear-gradient(135deg, rgb(196,171,193,0.5) 0%, transparent 50%);
}.stat-leadership-profile .stat-success-quotes .stat-pic-cell {
    grid-row: 1 / 4;
    position: relative;
    z-index: 1;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
    transition: all 0.5s ease;
    box-shadow: 0 0 30px rgb(196,171,193,0.5);
    border-radius: 0;
    min-height: 500px;
    grid-column: 1 / 2;
    transform: scale(1.05) translateX(-5%);
}.stat-leadership-profile .stat-success-quotes .stat-pic-cell:hover {
    box-shadow: 0 0 50px rgb(196,171,193);
    transform: scale(1.07) translateX(-4%);
}.stat-leadership-profile .stat-success-quotes .name {
    grid-column: 2 / 3;
    color: #ffffff;
    letter-spacing: 2px;
    z-index: 2;
    text-shadow: 0 0 10px rgb(196,171,193,0.5), 0 0 20px rgb(196,171,193,0.5);
    padding: 3.5rem 2rem 0.5rem 3rem;
    position: relative;
    animation: neonPulse 4s infinite alternate;
    font-size: 37px;
    grid-row: 1 / 2;
    font-weight: 700;
}.stat-leadership-profile .stat-success-quotes span:not(.name) {
    font-weight: 400;
    text-transform: uppercase;
    grid-column: 2 / 3;
    position: relative;
    grid-row: 2 / 3;
    padding: 0 2rem 1rem 3rem;
    letter-spacing: 1px;
    font-size: 20px;
    z-index: 2;
    color: rgb(168,107,158);
}.stat-leadership-profile .stat-success-quotes .stat-career-wrap {
    line-height: 1.7;
    border-top: 1px solid rgb(168,107,158,0.5);
    backdrop-filter: blur(5px);
    padding: 2rem 2rem 2.5rem 3rem;
    margin-right: 1.5rem;
    font-size: 12px;
    grid-column: 2 / 3;
    position: relative;
    border-radius: 0 10px 0 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    grid-row: 3 / 4;
    color: #ffffff;
    z-index: 2;
}

@keyframes neonPulse {
  0%, 100% {
    text-shadow: 0 0 10px rgb(196,171,193,0.5), 0 0 20px rgb(196,171,193,0.5);
  }
  50% {
    text-shadow: 0 0 20px rgb(196,171,193), 0 0 30px rgb(196,171,193);
  }
}

@keyframes backgroundMovement {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  100% {
    transform: translate(50px, 50px) rotate(10deg);
  }
}

@media (max-width: 992px) {.stat-leadership-profile {
    padding: 5rem 1.5rem;
}.stat-leadership-profile .stat-success-quotes {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
}.stat-leadership-profile .stat-success-quotes .stat-pic-cell {
    grid-column: 1 / 2;
    transform: scale(1.02) translateY(-5%);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    grid-row: 1 / 2;
    min-height: 350px;
}.stat-leadership-profile .stat-success-quotes .stat-pic-cell:hover {
    transform: scale(1.03) translateY(-4%);
}.stat-leadership-profile .stat-success-quotes .name {
    grid-row: 2 / 3;
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    grid-column: 1 / 2;
}.stat-leadership-profile .stat-success-quotes span:not(.name) {
    padding: 0 1.5rem 1rem 1.5rem;
    grid-row: 3 / 4;
    grid-column: 1 / 2;
}.stat-leadership-profile .stat-success-quotes .stat-career-wrap {
    border-radius: 10px;
    margin-right: 0;
    grid-row: 4 / 5;
    padding: 1.5rem;
    grid-column: 1 / 2;
}
}

@media (max-width: 576px) {.stat-leadership-profile {
    padding: 4rem 1rem;
}.stat-leadership-profile .stat-success-quotes .stat-pic-cell {
    min-height: 280px;
}.stat-leadership-profile .stat-success-quotes .name {
    padding: 1.5rem 1rem 0.5rem 1rem;
}.stat-leadership-profile .stat-success-quotes span:not(.name) {
    padding: 0 1rem 1rem 1rem;
}.stat-leadership-profile .stat-success-quotes .stat-career-wrap {
    padding: 1.2rem;
}}.stat-course-candidates {
    position: relative;
    overflow: hidden;
    padding: 110px 0;
    background: #ffffff;
}.stat-course-candidates::before {
    position: absolute;
    height: 100%;
    left: 0;
    background: linear-gradient(135deg, 
                rgb(196,171,193,0.5) 0%, 
                transparent 30%, 
                transparent 70%, 
                rgb(168,107,158,0.5) 100%);
    width: 100%;
    top: 0;
    content: "";
    opacity: 0.1;
    z-index: 1;
}.stat-course-candidates .container {
    margin: 0 auto;
    z-index: 2;
    position: relative;
    padding: 0 15px;
    max-width: 1140px;
}.stat-course-candidates .stat-learn-learnings {
    position: relative;
}.stat-course-candidates h4 {
    margin-bottom: 50px;
    text-align: center;
    letter-spacing: 0.5px;
    position: relative;
    color: #000000;
    font-size: 28px;
    padding-bottom: 15px;
    font-weight: 700;
}.stat-course-candidates h4::after {
    bottom: 0;
    width: 80px;
    position: absolute;
    transform: translateX(-50%);
    border-radius: 10px;
    background: rgb(196,171,193);
    height: 3px;
    left: 50%;
    content: "";
}.stat-course-candidates div > div {
    gap: 20px;
    flex-direction: column;
    display: flex;
}.stat-course-candidates p {
    font-size: 14px;
    display: flex;
    padding: 25px 30px;
    border-radius: 10px;
    transition: all 0.3s ease;
    overflow: hidden;
    margin: 0;
    position: relative;
    align-items: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    color: #000000;
}.stat-course-candidates p::before {
    transition: width 0.3s ease;
    height: 100%;
    left: 0;
    width: 5px;
    position: absolute;
    background: rgb(196,171,193);
    top: 0;
    content: "";
}.stat-course-candidates p::after {
    width: 100%;
    background: linear-gradient(90deg, 
                rgb(196,171,193,0.5) 0%, 
                transparent 30%);
    top: 0;
    height: 100%;
    content: "";
    opacity: 0;
    z-index: -1;
    left: 0;
    transition: opacity 0.3s ease;
    position: absolute;
}.stat-course-candidates p:hover {
    transform: translateX(10px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}.stat-course-candidates p:hover::before {
    width: 8px;
}.stat-course-candidates p:hover::after {
    opacity: 0.2;
}.stat-course-candidates p svg {
    margin-right: 20px;
    height: 28px;
    transition: all 0.3s ease;
    width: 28px;
    flex-shrink: 0;
}.stat-course-candidates p svg path {
    transition: fill 0.3s ease;
    fill: rgb(196,171,193);
}.stat-course-candidates p:hover svg {
    transform: scale(1.2);
}.stat-course-candidates p:hover svg path {
    fill: rgb(168,107,158);
}.stat-course-candidates p:nth-child(even)::before {
    background: rgb(168,107,158);
}.stat-course-candidates p:nth-child(even)::after {
    background: linear-gradient(90deg, 
                rgb(168,107,158,0.5) 0%, 
                transparent 30%);
}@keyframes fadeInSlide {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.stat-course-candidates .stat-learn-learnings > div p {
    opacity: 0;
    animation: fadeInSlide 0.5s ease forwards;
}.stat-course-candidates .stat-learn-learnings > div p:nth-child(1) {
    animation-delay: 0.1s;
}.stat-course-candidates .stat-learn-learnings > div p:nth-child(2) {
    animation-delay: 0.2s;
}.stat-course-candidates .stat-learn-learnings > div p:nth-child(3) {
    animation-delay: 0.3s;
}.stat-course-candidates .stat-learn-learnings > div p:nth-child(4) {
    animation-delay: 0.4s;
}.stat-course-candidates .stat-learn-learnings > div p:nth-child(5) {
    animation-delay: 0.5s;
}.stat-course-candidates .stat-learn-learnings > div p:nth-child(6) {
    animation-delay: 0.6s;
}

@media (max-width: 991px) {.stat-course-candidates {
    padding: 90px 0;
}.stat-course-candidates h4 {
    margin-bottom: 40px;
    font-size: calc(28px * 0.9);
}.stat-course-candidates div > div {
    gap: 18px;
}.stat-course-candidates p {
    padding: 20px 25px;
}.stat-course-candidates p svg {
    width: 25px;
    height: 25px;
    margin-right: 15px;
}
}

@media (max-width: 768px) {.stat-course-candidates {
    padding: 70px 0;
}.stat-course-candidates h4 {
    margin-bottom: 30px;
    font-size: calc(28px * 0.8);
}.stat-course-candidates h4::after {
    width: 60px;
}.stat-course-candidates div > div {
    gap: 15px;
}.stat-course-candidates p {
    padding: 18px 20px;
}
}

@media (max-width: 576px) {.stat-course-candidates {
    padding: 60px 0;
}.stat-course-candidates h4 {
    margin-bottom: 25px;
    font-size: calc(28px * 0.7);
    padding-bottom: 10px;
}.stat-course-candidates h4::after {
    height: 2px;
    width: 50px;
}.stat-course-candidates div > div {
    gap: 12px;
}.stat-course-candidates p {
    font-size: calc(14px * 0.9);
    padding: 15px;
}.stat-course-candidates p svg {
    margin-right: 12px;
    height: 22px;
    width: 22px;
}.stat-course-candidates p:hover {
    transform: translateX(5px);
}}.stat-appSpotlight {
    justify-content: center;
    min-height: 60vh;
    background: linear-gradient(135deg, rgb(227,221,227) 0%, rgb(196,171,193,0.5) 100%);
    overflow: hidden;
    padding: 5rem 2rem;
    display: flex;
    align-items: center;
    position: relative;
}.stat-appSpotlight::before {
    position: absolute;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    opacity: 0.05;
    background: repeating-linear-gradient(
        -45deg,
        rgb(196,171,193,0.5) 0px,
        rgb(196,171,193,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    width: 100%;
    content: "";
}.stat-appSpotlight::after {
    position: absolute;
    background: rgb(168,107,158,0.5);
    opacity: 0.1;
    transform: rotate(15deg);
    top: -5%;
    height: 30%;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    content: "";
    right: -5%;
    z-index: 1;
    width: 30%;
}.stat-appSpotlight .container {
    max-width: 1200px;
    position: relative;
    width: 100%;
    z-index: 2;
    margin: 0 auto;
}.stat-appSpotlight .stat-learn-learnings {
    display: grid;
    border-left: 5px solid rgb(196,171,193);
    padding: 3.5rem;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08), 0 10px 20px rgba(0, 0, 0, 0.05);
    gap: 2rem;
    position: relative;
    grid-template-columns: 1fr;
    transform: perspective(1000px) rotateX(2deg);
}.stat-appSpotlight .stat-learn-learnings::before {
    left: 0;
    transform-origin: left top;
    width: 100%;
    position: absolute;
    content: "";
    height: 8px;
    background: linear-gradient(90deg, rgb(196,171,193) 0%, rgb(168,107,158) 100%);
    top: 0;
}.stat-appSpotlight .stat-learn-learnings > div:first-child {
    position: relative;
    padding-bottom: 1.5rem;
}.stat-appSpotlight .stat-learn-learnings > div:first-child::after {
    background: rgb(168,107,158);
    height: 4px;
    transform-origin: left;
    width: 80px;
    position: absolute;
    left: 0;
    animation: lineGrow 1.2s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    content: "";
    bottom: 0;
}.stat-appSpotlight h5 {
    margin: 0;
    font-weight: 700;
    line-height: 1.4;
    color: #000000;
    opacity: 0;
    font-size: calc(20px * 1.1);
    animation: fadeUp 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.2s forwards;
    transform: translateY(20px);
}.stat-appSpotlight a {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    text-decoration: none;
    display: block;
}.stat-appSpotlight a:hover {
    transform: translateY(-5px);
}.stat-appSpotlight p {
    transform: translateY(20px);
    line-height: 1.8;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.03);
    color: #000000;
    position: relative;
    background: linear-gradient(to bottom right, rgba(rgb(227,221,227), 0.3), rgba(255, 255, 255, 0.9));
    opacity: 0;
    padding: 1.5rem;
    border-radius: 10px;
    font-size: 16px;
    margin: 0;
    animation: fadeUp 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.4s forwards;
    border-left: 3px solid rgb(168,107,158,0.5);
}.stat-appSpotlight p::before {
    display: flex;
    color: #ffffff;
    align-items: center;
    position: absolute;
    justify-content: center;
    left: -15px;
    height: 36px;
    border-radius: 50%;
    content: "✓";
    font-weight: 700;
    background: rgb(196,171,193);
    width: 36px;
    top: -15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

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

@keyframes lineGrow {
    from {
        width: 0;
    }
    to {
        width: 80px;
    }
}

@media (min-width: 768px) {.stat-appSpotlight {
    padding: 7rem 3rem;
}.stat-appSpotlight .stat-learn-learnings {
    gap: 3rem;
    grid-template-columns: 1fr 1fr;
    transform: perspective(1000px) rotateX(1deg);
    padding: 4rem;
}.stat-appSpotlight h5 {
    font-size: calc(20px * 1.3);
}.stat-appSpotlight .stat-learn-learnings > div:first-child {
    display: flex;
    padding-bottom: 0;
    align-items: center;
}.stat-appSpotlight .stat-learn-learnings > div:first-child::after {
    display: none;
}.stat-appSpotlight p {
    padding: 2rem;
}
}

@media (max-width: 767px) {.stat-appSpotlight {
    padding: 4rem 1.5rem;
}.stat-appSpotlight .stat-learn-learnings {
    transform: perspective(1000px) rotateX(1deg);
    padding: 2.5rem 1.5rem;
}.stat-appSpotlight h5 {
    line-height: 1.5;
    font-size: 20px;
}.stat-appSpotlight p {
    padding: 1.2rem;
    font-size: calc(16px * 0.95);
}.stat-appSpotlight p::before {
    width: 30px;
    left: -10px;
    font-size: 0.8rem;
    top: -10px;
    height: 30px;
}
}

@media (max-width: 480px) {.stat-appSpotlight {
    padding: 3rem 1rem;
}.stat-appSpotlight .stat-learn-learnings {
    padding: 2rem 1.2rem;
    border-left-width: 3px;
}.stat-appSpotlight .stat-learn-learnings::before {
    height: 5px;
}.stat-appSpotlight h5 {
    font-size: calc(20px * 0.9);
}.stat-appSpotlight p {
    font-size: calc(16px * 0.9);
    line-height: 1.6;
    padding: 1rem;
}}.stat-contact-box {
    position: relative;
    background: rgb(227,221,227);
    padding: 70px 0;
    overflow: hidden;
}.stat-contact-box::before {
    left: 0;
    top: 0;
    content: "";
    z-index: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(0, 0, 0, 0.03) 10px, rgba(0, 0, 0, 0.03) 20px),
        repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(0, 0, 0, 0.03) 10px, rgba(0, 0, 0, 0.03) 20px);
}.stat-contact-box .container {
    z-index: 1;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.stat-contact-box h2 {
    font-weight: 700;
    position: relative;
    color: rgb(168,107,158);
    text-align: center;
    margin-bottom: 40px;
    font-size: 31px;
}.stat-contact-box h2::after {
    background: rgb(196,171,193);
    position: absolute;
    height: 3px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
    width: 60px;
    content: "";
}.stat-contact-box .stat-reach-grid {
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-radius: 11px;
    overflow: hidden;
    background: #ffffff;
    gap: 0;
}.stat-contact-box .stat-pic-cell {
    transition: transform 0.6s ease;
    border-top-right-radius: 11px;
    height: 100%;
    border-bottom-right-radius: 11px;
    grid-row: 1;
    min-height: 500px;
    grid-column: 2;
}.stat-contact-box .stat-support-section {
    background: #ffffff;
    grid-column: 1;
    padding: 50px 40px;
    grid-row: 1;
}.stat-contact-box #contact {
    display: flex;
    flex-direction: column;
    gap: 25px;
}.stat-contact-box h3 {
    color: rgb(196,171,193);
    font-size: 23px;
    margin-bottom: 15px;
    font-weight: 600;
}.stat-contact-box input[type="text"] {
    background: #ffffff;
    transition: all 0.3s ease;
    border: 1px solid rgb(227,221,227);
    width: 100%;
    color: #000000;
    padding: 15px 20px;
    font-size: 15px;
    border-radius: 10px;
}.stat-contact-box input[type="text"]:focus {
    outline: none;
    border-color: rgb(196,171,193);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}.stat-contact-box input[type="text"]::placeholder {
    opacity: 0.5;
    color: #000000;
}.stat-contact-box .stat-reach-query {
    margin-top: 10px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}.stat-contact-box .stat-reach-query input[type="checkbox"] {
    border: 2px solid rgb(227,221,227);
    width: 24px;
    margin-top: 2px;
    position: relative;
    flex-shrink: 0;
    height: 24px;
    appearance: none;
    border-radius: 10px;
    cursor: pointer;
}.stat-contact-box .stat-reach-query input[type="checkbox"]:checked {
    border-color: rgb(196,171,193);
    background: rgb(196,171,193);
}.stat-contact-box .stat-reach-query input[type="checkbox"]:checked::after {
    content: "✓";
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    font-size: 16px;
    color: #ffffff;
}.stat-contact-box .stat-reach-query label {
    line-height: 1.5;
    font-size: 15px;
    color: #000000;
}.stat-contact-box .stat-reach-query a {
    font-weight: 600;
    color: rgb(196,171,193);
    transition: all 0.3s ease;
    text-decoration: none;
}.stat-contact-box .stat-reach-query a:hover {
    color: rgb(168,107,158);
}.stat-contact-box .stat-inquiry-list {
    position: relative;
    overflow: hidden;
    border: none;
    background: rgb(196,171,193);
    align-self: flex-start;
    cursor: pointer;
    font-size: 19px;
    margin-top: 10px;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 10px;
    padding: 15px 35px;
    text-transform: uppercase;
    color: #ffffff;
    transition: all 0.3s ease;
}.stat-contact-box .stat-inquiry-list::before {
    position: absolute;
    left: -100%;
    transition: all 0.6s ease;
    width: 100%;
    content: "";
    top: 0;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}.stat-contact-box .stat-inquiry-list:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: rgb(168,107,158);
    transform: translateY(-3px);
}.stat-contact-box .stat-inquiry-list:hover::before {
    left: 100%;
}.stat-contact-box svg {
    fill: rgb(196,171,193);
    height: 22px;
    width: 22px;
    margin-right: 10px;
    vertical-align: middle;
}.stat-contact-box svg path {
    fill: rgb(196,171,193);
}

@media (max-width: 992px) {.stat-contact-box .stat-reach-grid {
    grid-template-columns: 1fr;
}.stat-contact-box .stat-pic-cell {
    border-top-right-radius: 11px;
    grid-column: 1;
    grid-row: 1;
    border-radius: 0;
    border-top-left-radius: 11px;
    min-height: 300px;
}.stat-contact-box .stat-support-section {
    grid-column: 1;
    grid-row: 2;
    padding: 40px 30px;
}
}

@media (max-width: 768px) {.stat-contact-box {
    padding: 50px 0;
}.stat-contact-box h2 {
    margin-bottom: 30px;
    font-size: calc(31px - 4px);
}.stat-contact-box .stat-support-section {
    padding: 30px 25px;
}.stat-contact-box .stat-pic-cell {
    min-height: 250px;
}
}

@media (max-width: 576px) {.stat-contact-box {
    padding: 40px 0;
}.stat-contact-box .container {
    padding: 0 15px;
}.stat-contact-box h2::after {
    width: 40px;
}.stat-contact-box .stat-support-section {
    padding: 25px 20px;
}.stat-contact-box #contact {
    gap: 20px;
}.stat-contact-box .stat-inquiry-list {
    width: 100%;
    padding: 14px 20px;
}.stat-contact-box .stat-pic-cell {
    min-height: 200px;
}}.stat-plan-list-item {
    overflow: hidden;
    position: relative;
    padding: 100px 0;
    background: linear-gradient(135deg, rgb(227,221,227) 0%, rgb(196,171,193,0.5) 100%);
}.stat-plan-list-item::before {
    width: 100%;
    pointer-events: none;
    position: absolute;
    background: radial-gradient(circle at 30% 70%, rgb(168,107,158,0.5) 0%, transparent 60%);
    height: 100%;
    left: 0;
    content: "";
    z-index: 0;
    top: 0;
}.stat-plan-list-item .container {
    z-index: 1;
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1320px;
    position: relative;
}.stat-plan-list-item .stat-fee-deals {
    display: flex;
    flex-direction: column-reverse;
    position: relative;
    gap: 60px;
}.stat-plan-list-item .stat-training-fees {
    border-left: 3px solid rgb(196,171,193);
    padding: 30px;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 90%);
    position: relative;
    transform: perspective(1000px) rotateX(0deg);
    max-width: 100%;
}.stat-plan-list-item .stat-training-fees:hover {
    transform: perspective(1000px) rotateX(2deg);
}.stat-plan-list-item .stat-training-fees h2 {
    letter-spacing: -0.02em;
    font-size: 36px;
    margin-bottom: 20px;
    background-clip: text !important;
    line-height: 1.3;
    color: transparent;
    -webkit-background-clip: text !important;
    background: linear-gradient(90deg, rgb(196,171,193), rgb(168,107,158));
    transform: translateZ(0);
    font-weight: 700;
}.stat-plan-list-item .stat-training-fees .stat-fee-choices {
    line-height: 1.6;
    overflow-wrap: break-word;
    margin-bottom: 0;
    font-size: 17px;
    color: #000000;
    word-break: break-word;
    max-width: 700px;
}.stat-plan-list-item .stat-plan-deals {
    grid-template-columns: 1fr;
    position: relative;
    display: grid;
    gap: 30px;
}.stat-plan-list-item .stat-study-costs {
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    overflow: hidden;
    text-decoration: none;
    border-radius: 4px;
    display: block;
    position: relative;
    transform: translateY(0);
}.stat-plan-list-item .stat-study-costs:hover {
    transform: translateY(-10px);
    z-index: 5;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.stat-plan-list-item .stat-sub-options {
    flex-direction: column;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    display: flex;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.06);
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 95%);
}.stat-plan-list-item .stat-sub-options::before {
    left: 0;
    position: absolute;
    transform: scaleX(0.8);
    top: 0;
    background: linear-gradient(90deg, rgb(196,171,193), rgb(168,107,158));
    content: "";
    transition: transform 0.4s ease-out;
    width: 100%;
    transform-origin: left;
    height: 5px;
}.stat-plan-list-item .stat-study-costs:hover .stat-sub-options::before {
    transform: scaleX(1);
}.stat-plan-list-item .stat-tuition-grid {
    z-index: 1;
    flex-direction: column;
    position: relative;
    padding: 30px;
    display: flex;
    flex: 1;
}.stat-plan-list-item .stat-tuition-grid h3 {
    overflow: hidden;
    font-weight: 700;
    transform-origin: left;
    transition: transform 0.3s ease;
    color: #000000;
    font-size: calc(20px + 2px);
    text-overflow: ellipsis;
    position: relative;
    margin-bottom: 15px;
    white-space: nowrap;
}.stat-plan-list-item .stat-study-costs:hover .stat-tuition-grid h3 {
    color: rgb(196,171,193);
    transform: translateX(5px) scale(1.03);
}.stat-plan-list-item .stat-class-rates {
    position: relative;
    font-size: calc(20px + 4px);
    color: rgb(168,107,158);
    margin-bottom: 20px;
    font-weight: 700;
    display: inline-block;
}.stat-plan-list-item .stat-class-rates::after {
    content: "";
    height: 3px;
    left: 0;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: scaleX(0.5);
    bottom: -5px;
    background: rgb(196,171,193);
    width: 50px;
    transform-origin: left;
    position: absolute;
}.stat-plan-list-item .stat-study-costs:hover .stat-class-rates::after {
    transform: scaleX(1);
}.stat-plan-list-item .stat-tuition-grid p {
    overflow-wrap: break-word;
    color: #000000;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    word-break: break-word;
    line-height: 1.6;
    -webkit-line-clamp: 5;
    font-size: 17px;
    flex: 1;
    margin-bottom: 0;
}.stat-plan-list-item .stat-pic-cell {
    overflow: hidden;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    height: 200px;
    position: relative;
}.stat-plan-list-item .stat-pic-cell::after {
    top: 0;
    content: "";
    left: 0;
    position: absolute;
    pointer-events: none;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.3) 100%);
}.stat-plan-list-item .stat-study-costs:hover .stat-pic-cell {
    transform: scale(1.05);
}

@media (min-width: 768px) {.stat-plan-list-item .stat-plan-deals {
    grid-template-columns: repeat(2, 1fr);
}.stat-plan-list-item .stat-training-fees {
    padding: 40px;
}.stat-plan-list-item .stat-tuition-grid {
    padding: 30px 35px;
}.stat-plan-list-item .stat-pic-cell {
    height: 240px;
}
}

@media (min-width: 992px) {.stat-plan-list-item .stat-fee-deals {
    align-items: stretch;
    flex-direction: row;
    gap: 40px;
}.stat-plan-list-item .stat-training-fees {
    width: 30%;
    padding: 50px 40px;
    justify-content: center;
    flex-direction: column;
    display: flex;
}.stat-plan-list-item .stat-plan-deals {
    grid-template-columns: repeat(2, 1fr);
    width: 70%;
}.stat-plan-list-item .stat-tuition-grid {
    padding: 30px;
}.stat-plan-list-item .stat-tuition-grid p {
    -webkit-line-clamp: 6;
}
}

@media (min-width: 1200px) {.stat-plan-list-item {
    padding: 120px 0;
}.stat-plan-list-item .stat-plan-deals {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.stat-plan-list-item .stat-training-fees h2 {
    font-size: calc(36px + 4px);
}.stat-plan-list-item .stat-tuition-grid h3 {
    font-size: calc(20px + 4px);
}.stat-plan-list-item .stat-class-rates {
    font-size: calc(20px + 8px);
}.stat-plan-list-item .stat-pic-cell {
    height: 280px;
}
}

@media (min-width: 1400px) {.stat-plan-list-item .stat-plan-deals {
    grid-template-columns: repeat(2, 1fr);
}.stat-plan-list-item .stat-tuition-grid p {
    -webkit-line-clamp: 7;
}
}

@media (hover: hover) {.stat-plan-list-item .stat-study-costs {
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.stat-plan-list-item .stat-study-costs:hover {
    transform: translateY(-10px) scale(1.02);
}}.stat-data-insights {
    padding: 100px 0;
    position: relative;
    color: #ffffff;
    overflow: hidden;
    isolation: isolate;
}.stat-data-insights::before {
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    backdrop-filter: blur(8px);
    content: '';
    position: absolute;
}.stat-data-insights::after {
    background: linear-gradient(45deg, rgb(196,171,193,0.5) 0%, transparent 50%);
    position: absolute;
    z-index: -1;
    width: 100%;
    left: 0;
    content: '';
    height: 100%;
    top: 0;
}.stat-data-insights .container {
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    max-width: 1400px;
}.stat-data-insights .stat-study-elevation {
    align-items: center;
    grid-template-columns: 1fr 2fr;
    position: relative;
    z-index: 1;
    gap: 50px;
    display: grid;
}.stat-data-insights .stat-extra-statistics {
    display: inline-block;
    margin-bottom: 25px;
}.stat-data-insights .stat-extra-statistics svg {
    filter: drop-shadow(0 0 10px rgb(196,171,193,0.5));
    fill: rgb(196,171,193);
    width: 70px;
    height: 70px;
}.stat-data-insights .stat-extra-statistics svg path {
    stroke: #ffffff;
    fill: rgb(196,171,193);
    stroke-width: 0.5;
}.stat-data-insights .stat-study-gain {
    color: #ffffff;
    position: relative;
    text-align: left;
    font-size: 28px;
    padding-bottom: 15px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    margin-bottom: 25px;
    font-weight: 700;
}.stat-data-insights .stat-study-gain::after {
    width: 80px;
    left: 0;
    background: linear-gradient(to right, rgb(196,171,193), transparent);
    position: absolute;
    content: '';
    bottom: 0;
    height: 3px;
}.stat-data-insights .stat-learn-statistics {
    text-align: left;
    opacity: 0.9;
    position: relative;
    margin-bottom: 0;
    line-height: 1.7;
    font-size: 13px;
    color: #ffffff;
}.stat-data-insights .stat-program-wins {
    gap: 25px;
    grid-template-columns: repeat(2, 1fr);
    position: relative;
    padding-left: 30px;
    display: grid;
    grid-template-rows: repeat(2, 1fr);
}.stat-data-insights .stat-program-wins::before {
    position: absolute;
    left: 0;
    height: 100%;
    content: '';
    width: 1px;
    top: 0;
    background: linear-gradient(to bottom, transparent, #ffffff, transparent);
}.stat-data-insights .stat-statistics-boosters {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    border-radius: 10px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    align-items: center;
    padding: 25px;
    display: flex;
    position: relative;
}.stat-data-insights .stat-statistics-boosters:hover {
    transform: translateY(-5px);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.07));
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}.stat-data-insights .stat-value-statistics {
    flex-shrink: 0;
    margin-right: 20px;
}.stat-data-insights .stat-value-statistics svg {
    width: 40px;
    height: 40px;
    filter: drop-shadow(0 0 5px rgb(196,171,193,0.5));
    fill: rgb(196,171,193);
}.stat-data-insights .stat-value-statistics svg path {
    stroke: #ffffff;
    stroke-width: 0.5;
    fill: rgb(196,171,193);
}.stat-data-insights .stat_item_content {
    flex-direction: column;
    display: flex;
}.stat-data-insights .stat-statistics-boosters span {
    font-weight: 700;
    position: relative;
    font-size: 21px;
    display: block;
    margin-bottom: 5px;
    color: #ffffff;
}.stat-data-insights .stat-statistics-boosters p {
    margin: 0;
    font-size: calc(13px * 0.9);
    color: #ffffff;
    opacity: 0.9;
    line-height: 1.3;
}@keyframes float {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(20px, 10px);
    }
    100% {
        transform: translate(-10px, 20px);
    }
}

.stat-data-insights .stat-program-wins:has(.stat-statistics-boosters:only-child) {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
}.stat-data-insights .stat-program-wins:has(.stat-statistics-boosters:nth-child(2):last-child) {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
}.stat-data-insights .stat-program-wins:has(.stat-statistics-boosters:nth-child(3):last-child) {
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
}.stat-data-insights .stat-program-wins:has(.stat-statistics-boosters:nth-child(n+5):last-child) {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(auto-fit, 1fr);
    grid-auto-rows: 1fr;
}

@media screen and (max-width: 1100px) {.stat-data-insights .stat-study-elevation {
    grid-template-columns: 1fr 1fr;
}.stat-data-insights .stat-program-wins {
    grid-template-columns: 1fr 1fr;
}
}

@media screen and (max-width: 992px) {.stat-data-insights {
    padding: 80px 0;
}.stat-data-insights .stat-study-elevation {
    gap: 50px;
    grid-template-columns: 1fr;
}.stat-data-insights .stat-study-gain {
    text-align: center;
}.stat-data-insights .stat-study-gain::after {
    transform: translateX(-50%);
    left: 50%;
    background: linear-gradient(to right, transparent, rgb(196,171,193), transparent);
}.stat-data-insights .stat-learn-statistics {
    margin-bottom: 0;
    text-align: center;
}.stat-data-insights .stat-extra-statistics {
    display: flex;
    justify-content: center;
}.stat-data-insights .stat-program-wins {
    padding-left: 0;
    grid-template-columns: repeat(2, 1fr);
}.stat-data-insights .stat-program-wins::before {
    display: none;
}
}

@media screen and (max-width: 768px) {.stat-data-insights {
    padding: 60px 0;
}.stat-data-insights .stat-study-gain {
    font-size: calc(28px * 0.9);
    margin-bottom: 20px;
}.stat-data-insights .stat-learn-statistics {
    font-size: calc(13px * 0.95);
}.stat-data-insights .stat-program-wins {
    gap: 20px;
}.stat-data-insights .stat-statistics-boosters {
    padding: 20px;
}.stat-data-insights .stat-statistics-boosters span {
    font-size: calc(21px * 0.9);
}.stat-data-insights .stat-statistics-boosters p {
    font-size: calc(13px * 0.85);
}
}

@media screen and (max-width: 576px) {.stat-data-insights {
    padding: 50px 0;
}.stat-data-insights .stat-study-elevation {
    gap: 40px;
}.stat-data-insights .stat-program-wins {
    grid-template-columns: 1fr;
    gap: 15px;
}.stat-data-insights .stat-extra-statistics svg {
    height: 60px;
    width: 60px;
}.stat-data-insights .stat-study-gain {
    padding-bottom: 10px;
    margin-bottom: 15px;
}.stat-data-insights .stat-study-gain::after {
    width: 60px;
}.stat-data-insights .stat-value-statistics svg {
    height: 35px;
    width: 35px;
}}

.stat-data-insights .stat-statistics-boosters::before {
    height: 40px;
    position: absolute;
    transition: opacity 0.3s ease;
    top: 0;
    opacity: 0;
    width: 40px;
    background: linear-gradient(135deg, transparent, rgb(196,171,193,0.5));
    border-top-right-radius: 10px;
    content: '';
    right: 0;
}.stat-data-insights .stat-statistics-boosters:hover::before {
    opacity: 1;
}.stat-data-insights .stat-statistics-boosters::after {
    position: absolute;
    bottom: 0;
    background: linear-gradient(315deg, rgb(168,107,158,0.5), transparent);
    border-bottom-left-radius: 10px;
    opacity: 0;
    left: 0;
    height: 30px;
    width: 30px;
    content: '';
    transition: opacity 0.3s ease;
}.stat-data-insights .stat-statistics-boosters:hover::after {
    opacity: 1;
}.stat-our-background {
    padding: 120px 0 80px;
    background: linear-gradient(145deg, rgb(227,221,227), #f0f4f8);
    perspective: 1000px;
    overflow: hidden;
    position: relative;
}.stat-our-background::before {
    height: 70%;
    right: -5%;
    top: -10%;
    position: absolute;
    width: 40%;
    background: linear-gradient(135deg, rgb(196,171,193,0.5), rgb(168,107,158,0.5));
    content: "";
    z-index: 1;
    opacity: 0.7;
    filter: blur(40px);
    transform: rotate(-15deg) skewX(5deg);
}.stat-our-background::after {
    opacity: 0.5;
    content: "";
    width: 50%;
    height: 60%;
    filter: blur(60px);
    z-index: 1;
    left: -5%;
    position: absolute;
    background: linear-gradient(225deg, rgb(168,107,158,0.5), rgb(196,171,193,0.5));
    bottom: -10%;
    transform: rotate(10deg) skewX(-5deg);
}.stat-our-background .container {
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    transform-style: preserve-3d;
    z-index: 2;
    margin: 0 auto;
}.stat-our-background h1 {
    position: relative;
    transform: translateZ(30px);
    font-size: 48px;
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 50px;
    color: #000000;
    text-shadow: 0px 2px 3px rgba(0,0,0,0.1);
}.stat-our-background h1::after {
    bottom: -15px;
    position: absolute;
    left: 0;
    transform: translateZ(40px);
    width: 80px;
    background: linear-gradient(90deg, rgb(196,171,193), rgb(168,107,158));
    content: "";
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    height: 4px;
}.stat-our-background .stat-proof-stats {
    position: relative;
    transform-style: preserve-3d;
}.stat-our-background .stat-proof-stats ul {
    margin: 0;
    list-style-type: none;
    transform-style: preserve-3d;
    grid-template-columns: 1fr;
    display: grid;
    gap: 50px;
    padding: 0;
}.stat-our-background .stat-master-track {
    overflow: hidden;
    padding: 40px;
    transform: translateZ(10px) rotateX(2deg);
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    background: #ffffff;
    position: relative;
    box-shadow: 0 15px 35px rgba(0,0,0,0.08), 0 5px 15px rgba(0,0,0,0.05);
    border-radius: 10px;
}.stat-our-background .stat-master-track:hover {
    box-shadow: 0 25px 50px rgba(0,0,0,0.12), 0 10px 25px rgba(0,0,0,0.08);
    transform: translateZ(25px) rotateX(0deg);
}.stat-our-background .stat-master-track::before {
    width: 6px;
    top: 0;
    position: absolute;
    content: "";
    left: 0;
    transform: translateZ(5px);
    background: linear-gradient(180deg, rgb(196,171,193), rgb(168,107,158));
    height: 100%;
}.stat-our-background .stat-master-track h4 {
    padding-bottom: 15px;
    position: relative;
    color: rgb(196,171,193);
    font-size: calc(22px + 2px);
    margin-top: 0;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}.stat-our-background .stat-master-track h4::after {
    width: 40px;
    position: absolute;
    height: 3px;
    background: rgb(168,107,158);
    bottom: 0;
    left: 0;
    content: "";
}.stat-our-background .stat-master-track div {
    max-height: 300px;
    font-family: Arial, sans-serif;
    padding-right: 10px;
    margin: 0;
    position: relative;
    font-size: 17px;
    overflow-y: auto;
    font-weight: 400;
    color: #000000;
    line-height: 1.7;
}.stat-our-background .stat-master-track div::-webkit-scrollbar {
    width: 6px;
}.stat-our-background .stat-master-track div::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0,0,0,0.05);
}.stat-our-background .stat-master-track div::-webkit-scrollbar-thumb {
    background: linear-gradient(rgb(196,171,193,0.5), rgb(168,107,158));
    border-radius: 10px;
}

@media (min-width: 768px) {.stat-our-background {
    padding: 150px 0 100px;
}.stat-our-background h1 {
    font-size: calc(48px + 10px);
    margin-bottom: 70px;
}.stat-our-background h1::after {
    height: 5px;
    width: 120px;
}.stat-our-background .stat-proof-stats ul {
    gap: 60px;
    grid-template-columns: repeat(2, 1fr);
}.stat-our-background .stat-master-track {
    padding: 50px;
    backdrop-filter: blur(5px);
    transform: translateZ(20px) rotateX(2deg) rotateY(-1deg);
}.stat-our-background .stat-master-track:hover {
    transform: translateZ(40px) rotateX(0deg) rotateY(0deg);
}.stat-our-background .stat-master-track:nth-child(even) {
    transform: translateZ(20px) rotateX(2deg) rotateY(1deg);
}.stat-our-background .stat-master-track:nth-child(even):hover {
    transform: translateZ(40px) rotateX(0deg) rotateY(0deg);
}.stat-our-background .stat-master-track::before {
    width: 8px;
}.stat-our-background .stat-master-track div {
    max-height: 350px;
}.stat-our-background .stat-master-track:first-child {
    transform: translateZ(20px) translateX(20px) rotateX(2deg) rotateY(-1deg);
}.stat-our-background .stat-master-track:first-child:hover {
    transform: translateZ(40px) translateX(20px) rotateX(0deg) rotateY(0deg);
}.stat-our-background .stat-master-track:last-child {
    transform: translateZ(20px) translateX(-20px) rotateX(2deg) rotateY(1deg);
}.stat-our-background .stat-master-track:last-child:hover {
    transform: translateZ(40px) translateX(-20px) rotateX(0deg) rotateY(0deg);
}
}

@media (min-width: 1024px) {.stat-our-background {
    padding: 180px 0 120px;
}.stat-our-background::before {
    height: 80%;
    width: 50%;
}.stat-our-background::after {
    height: 70%;
    width: 60%;
}.stat-our-background h1 {
    font-size: calc(48px + 16px);
    margin-bottom: 90px;
    transform: translateZ(50px);
}.stat-our-background h1::after {
    width: 150px;
    transform: translateZ(60px);
    height: 6px;
}.stat-our-background .stat-proof-stats ul {
    gap: 80px;
}.stat-our-background .stat-master-track {
    transform: translateZ(30px) rotateX(3deg) rotateY(-2deg);
    padding: 60px;
}.stat-our-background .stat-master-track:hover {
    transform: translateZ(60px) rotateX(0deg) rotateY(0deg);
}.stat-our-background .stat-master-track:nth-child(even) {
    transform: translateZ(30px) rotateX(3deg) rotateY(2deg);
}.stat-our-background .stat-master-track:nth-child(even):hover {
    transform: translateZ(60px) rotateX(0deg) rotateY(0deg);
}.stat-our-background .stat-master-track::before {
    width: 10px;
}.stat-our-background .stat-master-track h4 {
    font-size: calc(22px + 4px);
    margin-bottom: 30px;
}.stat-our-background .stat-master-track h4::after {
    height: 4px;
    width: 50px;
}.stat-our-background .stat-master-track div {
    font-size: calc(17px + 1px);
    line-height: 1.8;
    max-height: 400px;
}.stat-our-background .stat-master-track:first-child {
    transform: translateZ(30px) translateX(40px) rotateX(3deg) rotateY(-2deg);
}.stat-our-background .stat-master-track:first-child:hover {
    transform: translateZ(60px) translateX(40px) rotateX(0deg) rotateY(0deg);
}.stat-our-background .stat-master-track:last-child {
    transform: translateZ(30px) translateX(-40px) rotateX(3deg) rotateY(2deg);
}.stat-our-background .stat-master-track:last-child:hover {
    transform: translateZ(60px) translateX(-40px) rotateX(0deg) rotateY(0deg);
}
}

@media (max-width: 767px) {.stat-our-background {
    padding: 80px 0 60px;
}.stat-our-background h1 {
    font-size: calc(48px - 2px);
    margin-bottom: 40px;
}.stat-our-background .stat-master-track {
    padding: 30px;
    margin-bottom: 30px;
}.stat-our-background .stat-master-track h4 {
    font-size: 22px;
    margin-bottom: 15px;
    padding-bottom: 10px;
}.stat-our-background .stat-master-track div {
    font-size: calc(17px - 1px);
    line-height: 1.6;
    max-height: 250px;
}}.stat-program-information {
    padding: 8rem 0;
    overflow: hidden;
    background: rgb(227,221,227);
    position: relative;
}.stat-program-information::before {
    position: absolute;
    content: "";
    opacity: 0.6;
    background: linear-gradient(135deg, rgb(227,221,227) 0%, rgb(196,171,193,0.5) 100%);
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}.stat-program-information::after {
    opacity: 0.15;
    position: absolute;
    width: 100%;
    background-image: 
        repeating-linear-gradient(0deg, transparent, transparent 15px, rgb(168,107,158,0.5) 15px, rgb(168,107,158,0.5) 16px),
        repeating-linear-gradient(90deg, transparent, transparent 15px, rgb(196,171,193,0.5) 15px, rgb(196,171,193,0.5) 16px);
    animation: gridShift 30s infinite linear;
    top: 0;
    content: "";
    z-index: 1;
    left: 0;
    height: 100%;
    background-size: 4rem 4rem;
}.stat-program-information .container {
    z-index: 3;
    position: relative;
}.stat-program-information .stat-learn-learnings {
    position: relative;
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(8, minmax(50px, auto));
}.stat-program-information .stat-learn-path {
    grid-row: 2 / 8;
    padding: 3rem;
    grid-column: 1 / 9;
    background: #ffffff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-radius: 27px;
    position: relative;
    z-index: 5;
}.stat-program-information .stat-pic-cell {
    position: relative;
    border-radius: 27px;
    grid-column: 7 / 13;
    z-index: 3;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    grid-row: 1 / 7;
    clip-path: polygon(0% 15%, 100% 0%, 100% 85%, 0% 100%);
    overflow: hidden;
}.stat-program-information .stat-pic-cell::before {
    left: 0;
    z-index: 2;
    position: absolute;
    content: "";
    height: 100%;
    top: 0;
    background: linear-gradient(45deg, rgb(196,171,193,0.5) 0%, transparent 70%);
    width: 100%;
}.stat-program-information .stat-pic-cell::after {
    opacity: 0.6;
    width: 70%;
    z-index: 1;
    right: -5px;
    clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
    height: 70%;
    content: "";
    bottom: -5px;
    position: absolute;
    border-radius: 10px;
    border: 2px solid rgb(168,107,158);
}.stat-program-information .stat-main-mainbar {
    transform: rotate(-5deg);
    justify-content: center;
    position: absolute;
    z-index: 10;
    width: 5rem;
    background: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    right: 3rem;
    display: flex;
    top: -2rem;
    height: 5rem;
    transition: transform 0.3s ease-out;
    align-items: center;
}.stat-program-information .stat-main-mainbar:hover {
    transform: rotate(0deg) scale(1.05);
}.stat-program-information .stat-main-mainbar svg {
    height: 3rem;
    transition: all 0.3s ease;
    width: 3rem;
}.stat-program-information .stat-main-mainbar:hover svg {
    transform: scale(1.1);
}.stat-program-information .stat-main-mainbar svg path {
    fill: rgb(196,171,193);
}.stat-program-information h3 {
    color: #000000;
    font-size: 32px;
    padding-left: 1rem;
    border-left: 4px solid rgb(196,171,193);
    position: relative;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 1.5rem;
}.stat-program-information p {
    font-size: 12px;
    line-height: 1.8;
    position: relative;
    margin-bottom: 0;
    color: #000000;
}.stat-program-information .stat-learn-learnings::before {
    top: -6rem;
    filter: blur(100px);
    background: rgb(196,171,193,0.5);
    animation: moveCircle 20s infinite alternate;
    content: "";
    opacity: 0.6;
    border-radius: 50%;
    position: absolute;
    left: -6rem;
    z-index: 1;
    height: 12rem;
    width: 12rem;
}.stat-program-information .stat-learn-learnings::after {
    right: -4rem;
    opacity: 0.5;
    animation: moveCircle 15s infinite alternate-reverse;
    content: "";
    width: 8rem;
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    background: rgb(168,107,158,0.5);
    filter: blur(80px);
    bottom: -4rem;
    height: 8rem;
}.stat-program-information .stat-learn-path::before {
    width: 100px;
    content: "";
    position: absolute;
    border-radius: 0 10px 0 10px;
    height: 5px;
    top: 0;
    background: linear-gradient(90deg, rgb(196,171,193) 0%, rgb(168,107,158) 100%);
    right: 0;
}.stat-program-information .stat-learn-path::after {
    position: absolute;
    bottom: 0;
    content: "";
    right: 0;
    border-radius: 0 0 10px 0;
    width: 5px;
    height: 100px;
    background: linear-gradient(180deg, rgb(196,171,193) 0%, rgb(168,107,158) 100%);
}

@keyframes gridShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 4rem 4rem;
    }
}

@keyframes moveCircle {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(20px, 20px);
    }
    100% {
        transform: translate(-20px, -20px);
    }
}

@media (max-width: 1200px) {.stat-program-information {
    padding: 7rem 0;
}.stat-program-information .stat-learn-learnings {
    gap: 0.75rem;
}.stat-program-information .stat-learn-path {
    grid-column: 1 / 8;
    padding: 2.5rem;
}.stat-program-information .stat-pic-cell {
    grid-column: 6 / 13;
}.stat-program-information .stat-main-mainbar {
    right: 2rem;
}
}

@media (max-width: 992px) {.stat-program-information {
    padding: 6rem 0;
}.stat-program-information .stat-learn-learnings {
    grid-template-columns: 1fr;
    display: grid;
    gap: 2rem;
    grid-template-rows: auto auto;
}.stat-program-information .stat-learn-path {
    grid-row: 2 / 3;
    padding: 2.5rem;
    grid-column: auto;
}.stat-program-information .stat-pic-cell {
    clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 0% 100%);
    height: 350px;
    grid-row: 1 / 2;
    grid-column: auto;
}.stat-program-information .stat-main-mainbar {
    right: 3rem;
    top: auto;
    bottom: -2rem;
}.stat-program-information h3 {
    font-size: calc(32px * 0.9);
}
}

@media (max-width: 768px) {.stat-program-information {
    padding: 5rem 0;
}.stat-program-information .stat-learn-path {
    padding: 2rem;
}.stat-program-information .stat-pic-cell {
    height: 300px;
}.stat-program-information .stat-main-mainbar {
    width: 4.5rem;
    right: 2rem;
    height: 4.5rem;
    bottom: -1.5rem;
}.stat-program-information .stat-main-mainbar svg {
    width: 2.5rem;
    height: 2.5rem;
}.stat-program-information h3 {
    margin-bottom: 1.25rem;
    font-size: calc(32px * 0.8);
}.stat-program-information p {
    line-height: 1.7;
    font-size: calc(12px * 0.95);
}.stat-program-information .stat-learn-path::before {
    width: 70px;
}.stat-program-information .stat-learn-path::after {
    height: 70px;
}
}

@media (max-width: 576px) {.stat-program-information {
    padding: 4rem 0;
}.stat-program-information .stat-learn-path {
    padding: 1.5rem;
}.stat-program-information .stat-pic-cell {
    clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 0% 100%);
    height: 250px;
}.stat-program-information .stat-main-mainbar {
    right: 1.5rem;
    height: 4rem;
    width: 4rem;
    bottom: -1.25rem;
}.stat-program-information .stat-main-mainbar svg {
    width: 2.25rem;
    height: 2.25rem;
}.stat-program-information h3 {
    font-size: calc(32px * 0.7);
    padding-left: 0.75rem;
    margin-bottom: 1rem;
}.stat-program-information p {
    font-size: calc(12px * 0.9);
    line-height: 1.6;
}.stat-program-information .stat-learn-path::before {
    width: 50px;
}.stat-program-information .stat-learn-path::after {
    height: 50px;
}.stat-program-information .stat-learn-learnings::before,
    .stat-program-information .stat-learn-learnings::after {
    display: none;
}}.stat-learning-outcomes {
    position: relative;
    font-family: Arial, sans-serif;
    background: linear-gradient(145deg, #ffffff 0%, rgb(227,221,227) 100%);
    overflow: hidden;
    padding: 80px 0;
}.stat-learning-outcomes::before {
    left: 0;
    background-image: 
    radial-gradient(circle at 70% 20%, rgb(196,171,193,0.5) 0%, transparent 30%),
    radial-gradient(circle at 30% 80%, rgb(168,107,158,0.5) 0%, transparent 30%);
    opacity: 0.3;
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    content: "";
}.stat-learning-outcomes::after {
    position: absolute;
    top: -50%;
    width: 200%;
    background-image: radial-gradient(#ffffff 1px, transparent 2px);
    opacity: 0.1;
    content: "";
    animation: rotateBackground 120s linear infinite;
    background-size: 30px 30px;
    left: -50%;
    height: 200%;
}@keyframes rotateBackground {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.stat-learning-outcomes .container {
    z-index: 1;
    max-width: 1100px;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
}.stat-learning-outcomes .stat-learn-learnings {
    gap: 0;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    background: transparent;
}.stat-learning-outcomes .stat-pic-cell {
    box-shadow: 
    10px 10px 30px rgba(0, 0, 0, 0.15),
    -5px -5px 20px rgba(255, 255, 255, 0.8);
    transform: perspective(1000px) rotateY(5deg);
    position: relative;
    z-index: 1;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    min-height: 350px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}.stat-learning-outcomes .stat-pic-cell:hover {
    transform: perspective(1000px) rotateY(0deg) scale(1.02);
}.stat-learning-outcomes .stat-message-wrap {
    position: relative;
    margin-left: -30px;
    z-index: 2;
    background: #ffffff;
    box-shadow: 
    10px 10px 30px rgba(0, 0, 0, 0.1),
    -5px -5px 20px rgba(255, 255, 255, 0.6);
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 20px;
    padding: 40px 30px;
    transform: perspective(1000px) rotateY(-5deg);
}.stat-learning-outcomes .stat-message-wrap:hover {
    transform: perspective(1000px) rotateY(0deg);
}.stat-learning-outcomes h3 {
    margin-bottom: 30px;
    position: relative;
    color: rgb(196,171,193);
    font-size: 36px;
    padding-left: 15px;
    font-weight: 700;
}.stat-learning-outcomes h3::before {
    content: "";
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, rgb(196,171,193), rgb(168,107,158));
    border-radius: 10px;
    height: 100%;
    position: absolute;
    width: 4px;
}.stat-learning-outcomes ul {
    list-style: none;
    padding: 0;
    margin: 0;
}.stat-learning-outcomes li {
    transform-origin: left center;
    margin-bottom: 16px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.4));
    transition: all 0.3s ease;
    padding: 16px;
    border-radius: 12px;
    box-shadow: 
    3px 3px 10px rgba(0, 0, 0, 0.05),
    inset 1px 1px 1px rgba(255, 255, 255, 0.7);
}.stat-learning-outcomes li:last-child {
    margin-bottom: 0;
}.stat-learning-outcomes li:hover {
    transform: scale(1.03);
    box-shadow: 
    5px 5px 15px rgba(0, 0, 0, 0.08),
    inset 1px 1px 2px rgba(255, 255, 255, 0.9);
}.stat-learning-outcomes li p {
    font-size: 18px;
    display: flex;
    align-items: center;
    margin: 0;
    color: #000000;
    gap: 15px;
}.stat-learning-outcomes svg {
    border-radius: 50%;
    height: 22px;
    flex-shrink: 0;
    width: 22px;
    padding: 9px;
    background: linear-gradient(135deg, rgb(196,171,193,0.5), rgb(168,107,158,0.5));
    transition: all 0.3s ease;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.1);
}.stat-learning-outcomes svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}.stat-learning-outcomes li:hover svg {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
    transform: rotate(-10deg);
    background: linear-gradient(135deg, rgb(196,171,193), rgb(168,107,158));
}

@media (max-width: 992px) {.stat-learning-outcomes {
    padding: 60px 0;
}.stat-learning-outcomes .stat-learn-learnings {
    grid-template-columns: 1fr;
    gap: 30px;
}.stat-learning-outcomes .stat-pic-cell {
    order: 1;
    min-height: 300px;
    transform: perspective(1000px) rotateY(0deg);
}.stat-learning-outcomes .stat-message-wrap {
    margin-left: 0;
    order: 2;
    transform: perspective(1000px) rotateY(0deg);
}
}

@media (max-width: 768px) {.stat-learning-outcomes {
    padding: 50px 0;
}.stat-learning-outcomes .stat-pic-cell {
    min-height: 250px;
}.stat-learning-outcomes h3 {
    font-size: calc(36px * 0.9);
}
}

@media (max-width: 576px) {.stat-learning-outcomes {
    padding: 40px 0;
}.stat-learning-outcomes .stat-pic-cell {
    min-height: 200px;
}.stat-learning-outcomes .stat-message-wrap {
    padding: 30px 20px;
}.stat-learning-outcomes h3 {
    font-size: calc(36px * 0.85);
    margin-bottom: 25px;
}.stat-learning-outcomes li {
    padding: 12px;
    margin-bottom: 12px;
}.stat-learning-outcomes li p {
    font-size: calc(18px * 0.9);
    gap: 10px;
}.stat-learning-outcomes svg {
    height: 18px;
    width: 18px;
    padding: 7px;
}}.stat-cookiePolicyContainer {
    width: 100%;
    bottom: 0;
    background: rgb(227,221,227);
    border-top: 2px solid rgb(196,171,193);
    z-index: 90;
    position: fixed;
}.stat-consent-learn {
    display: flex;
    padding: 20px 0;
    align-items: center;
    justify-content: space-between;
}.stat-cookiePolicyContainer h5 {
    font-size: 22px;
    margin-bottom: 6px;
}#stat-cookieNotification {
    display: none;
}#stat-cookieNotification:checked ~ .stat-cookiePolicyContainer {
    visibility: hidden;
    opacity: 0;
}.stat-cookiePolicyContainer p {
    font-size: 18px;
}.stat-data-consent {
    margin-right: 10px;
    flex-shrink: 0;
}.stat-data-consent svg, .stat-data-consent svg path, .stat-data-consent img {
    fill: rgb(196,171,193);
    height: 100px;
    width: 100px;
}.stat-cookie-screen {
    text-align: center;
    font-size: 24px;
    color: rgb(196,171,193);
    border-bottom: 2px solid rgb(196,171,193);
    margin-left: 10px;
    flex-shrink: 0;
    text-decoration: none;
    cursor: pointer;
    min-width: 120px;
    white-space: nowrap;
    line-height: 35px;
}.stat-cookiePolicyContainer p a {
    text-decoration: none;
    color: rgb(196,171,193);
}
@media only screen and (max-width: 1200px) {.stat-cookiePolicyContainer {
    padding: 20px;
}}

.stat-content-wrapper .stat-cookiePolicyContainer {
    padding: 40px 0;
    border: none;
    background: rgb(168,107,158);
    box-shadow: rgb(168,107,158,0.5) 0px 0px 40px 39px;
}.stat-content-wrapper .stat-cookie-screen {
    font-weight: 400;
    color: #ffffff;
    font-size: 20px;
    border: none;
    background: rgb(196,171,193);
    margin-left: 30px;
    padding: 10px;
}.stat-content-wrapper .stat-learn-consent h5, .stat-content-wrapper .stat-learn-consent p {
    color: #ffffff;
}
@media only screen and (max-width: 800px) {.stat-data-consent {
    display: none;
}.stat-consent-learn {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}.stat-cookiePolicyContainer h5 {
    text-align: center;
}.stat-cookiePolicyContainer p {
    text-align: center;
}.stat-learn-consent {
    margin-bottom: 20px;
}body .stat-content-wrapper .stat-cookie-screen {
    margin-left: 0;
    margin-bottom: 10px;
}}.stat-privacy-space {
    border: 1px solid rgb(196,171,193);
    flex-direction: column;
    display: flex;
    gap: 20px;
    color: #ffffff;
    background-color: rgb(196,171,193);
    font-family: Arial, sans-serif;
    padding: 50px;
}.stat-privacy-space h1 {
    color: rgb(168,107,158);
    text-transform: uppercase;
    padding-left: 20px;
    border-left: 5px solid rgb(168,107,158);
    margin: 30px 0;
    font-size: 47px;
    font-weight: 700;
}.stat-privacy-space h2 {
    text-transform: uppercase;
    margin: 15px 0;
    padding-left: 20px;
    font-weight: 600;
    color: rgb(168,107,158);
    font-size: 34px;
    border-left: 3px solid rgb(168,107,158);
}.stat-privacy-space h3, .stat-privacy-space h4, .stat-privacy-space h5, .stat-privacy-space h6 {
    margin: 10px 0;
}.stat-privacy-space ul {
    color: #ffffff;
    padding-left: 0;
    list-style: none;
    margin: 10px 0;
}.stat-privacy-space li {
    margin-bottom: 10px;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 13px;
    border-left: 3px solid rgb(196,171,193);
    padding: 10px;
}.stat-privacy-space li:not(:last-child) {
    margin-bottom: 15px;
}.stat-privacy-space p {
    color: #ffffff;
    font-size: 13px;
    line-height: 1.8;
}.stat-privacy-space span {
    font-weight: 700;
    border-radius: 10px;
    padding: 3px 6px;
    background-color: rgb(168,107,158,0.5);
    color: #000000;
}.stat-privacy-space a {
    font-weight: 700;
    color: rgb(168,107,158);
    text-decoration: underline;
}
@media only screen and (max-width: 800px) {.stat-privacy-space {
    padding: 30px;
    gap: 15px;
}.stat-privacy-space h1 {
    font-size: calc(21px * 0.9);
    padding-left: 10px;
}.stat-privacy-space h2 {
    font-size: calc(21px * 0.9);
    padding-left: 8px;
}.stat-privacy-space p {
    font-size: calc(13px * 0.9);
}.stat-privacy-space li {
    padding: 8px;
}}
footer {
    width: 100%;
    position: relative;
}.stat-award-show {
    font-family: Arial, sans-serif;
    background-color: #ffffff;
    padding: 70px 0 30px;
    color: #000000;
    position: relative;
}.stat-award-show::before {
    height: 5px;
    background: linear-gradient(90deg, rgb(196,171,193), rgb(168,107,158));
    left: 0;
    width: 100%;
    content: "";
    top: 0;
    position: absolute;
}footer .stat-youtube-chan {
    gap: 60px;
    display: grid;
}footer .stat-message-form {
    padding-bottom: 40px;
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}footer .info_item {
    margin-right: 30px;
    margin-bottom: 15px;
    position: relative;
}footer .info_item:last-child {
    margin-right: 0;
}footer .info_item svg {
    margin-right: 10px;
    width: 18px;
    fill: rgb(196,171,193);
    top: 3px;
    position: relative;
    height: 18px;
}footer .info_item p,
footer .info_item a {
    text-decoration: none;
    color: #000000;
    transition: color 0.2s ease;
    font-size: 16px;
    letter-spacing: 0.3px;
}footer .info_item a:hover {
    color: rgb(196,171,193);
}footer .text_main_holder {
    gap: 40px;
    grid-template-columns: 1fr;
    display: grid;
}footer .stat-main-mainbar {
    margin-bottom: 15px;
}footer .stat-main-mainbar svg {
    margin-bottom: 20px;
    width: auto;
    height: 40px;
}footer .stat-hackathon {
    line-height: 1.6;
    color: #000000;
    max-width: 350px;
    font-size: 14px;
}footer .stat-head-page h5 {
    font-size: 20px;
    margin-bottom: 25px;
    font-weight: 600;
    position: relative;
    color: #000000;
}footer .stat-head-page h5::after {
    height: 2px;
    width: 30px;
    content: "";
    left: 0;
    background-color: rgb(196,171,193);
    position: absolute;
    bottom: -8px;
}footer .stat-top-teach {
    margin-bottom: 30px;
}footer .stat-top-teach a {
    display: block;
    transition: transform 0.2s ease, color 0.2s ease;
    margin-bottom: 12px;
    text-decoration: none;
    color: #000000;
    font-size: 16px;
}footer .stat-top-teach a:hover {
    transform: translateX(5px);
    color: rgb(196,171,193);
}footer .subscribe_holder {
    background-color: rgba(0, 0, 0, 0.02);
    border-radius: 10px;
    padding: 30px;
}footer .subscribe_holder h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #000000;
}footer .subscribe_holder p {
    font-size: 16px;
    color: #000000;
    margin-bottom: 25px;
    line-height: 1.6;
}footer .input_holder {
    gap: 10px;
    display: flex;
    flex-direction: column;
}footer .input_holder input[type="email"] {
    background-color: #ffffff;
    transition: border-color 0.3s ease;
    font-size: 16px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    color: #000000;
    padding: 14px 16px;
}footer .input_holder input[type="email"]:focus {
    outline: none;
    border-color: rgb(196,171,193);
}footer .stat-mail-list {
    font-weight: 600;
    transition: background-color 0.3s ease;
    background-color: rgb(196,171,193);
    text-align: center;
    border: none;
    cursor: pointer;
    border-radius: 10px;
    font-size: 19px;
    padding: 14px 20px;
    color: #ffffff;
}footer .stat-mail-list:hover {
    background-color: rgb(168,107,158);
}footer .stat-access-cta {
    margin-top: 50px;
}footer .stat-grant-info {
    color: #000000;
    font-size: 14px;
    text-align: center;
}

@media (min-width: 768px) {footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .stat-mail-list {
    white-space: nowrap;
}
}

@media (max-width: 767px) {footer .stat-award-show {
    padding: 50px 0 30px;
}footer .stat-message-form {
    gap: 15px;
    flex-direction: column;
}footer .info_item {
    margin-bottom: 20px;
    margin-right: 0;
}footer .subscribe_holder {
    padding: 20px;
}footer .stat-access-cta {
    margin-top: 30px;
}
}

@media (max-width: 576px) {footer .stat-award-show {
    padding: 40px 0 20px;
}footer .stat-youtube-chan {
    gap: 40px;
}footer .stat-head-page h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
}
}