* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}.warp-container-stat {
    display: flex;
    height: 100%;
    min-height: 100%;
    flex-direction: column;
}.container {
    width: 1100px;
    margin: auto;
    max-width: 100%;
}html,body {
    min-height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
    scroll-behavior: auto;
    height: 100%;
}header,footer {
    width: 100%;
}.top-sitebar-stat {
    flex: 1 0 auto;
}.student-aid-stat {
    flex: 0 0 auto;
}svg {
    height: 30px;
    width: 30px;
}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: 100;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    margin-top: 0;
    padding: 0;
    position: relative;
    background: linear-gradient(135deg, rgb(175,174,176,0.5) 0%, rgb(131,133,133,0.5) 100%);
    -webkit-backdrop-filter: blur(10px);
}header::before {
    content: '';
    left: 0;
    width: 100%;
    opacity: 0.5;
    z-index: -1;
    height: 100%;
    top: 0;
    position: absolute;
    background: 
        radial-gradient(circle at 10% 20%, rgb(175,174,176,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(131,133,133,0.5) 0%, transparent 30%);
}header .top-lesson-stat {
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.2rem 2.5rem;
}header .main-site-stat {
    z-index: 2;
    padding: 0.8rem 1.2rem;
    position: relative;
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 19px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.4s ease;
    flex: 0 0 auto;
}header .main-site-stat:hover {
    background: rgba(255, 255, 255, 0.25);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}header .top-teach-stat {
    display: block;
    transition: all 0.3s ease;
}header .top-teach-stat img {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    max-height: 40px;
}header .head-pro-stat {
    padding: 0;
    z-index: 2;
    position: relative;
    margin: 0;
    list-style: none;
    display: flex;
}header .nav-mainbar-stat {
    position: relative;
    margin: 0 0.3rem;
}header .nav-mainbar-stat a {
    padding: 0.8rem 1.2rem;
    z-index: 1;
    -webkit-backdrop-filter: blur(5px);
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    backdrop-filter: blur(5px);
    color: #ffffff;
    position: relative;
    transition: all 0.3s ease;
    display: block;
    border-radius: 19px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.05);
}header .nav-mainbar-stat a:hover {
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px);
}header .nav-mainbar-stat a::before {
    z-index: -1;
    width: 100%;
    transition: opacity 0.3s ease;
    position: absolute;
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.1), 
        rgba(255, 255, 255, 0.05)
    );
    opacity: 0;
    top: 0;
    border-radius: 19px;
    height: 100%;
    left: 0;
    content: '';
}header .nav-mainbar-stat a:hover::before {
    opacity: 1;
}header .nav-mainbar-stat::after {
    width: 0;
    content: '';
    transition: width 0.3s ease;
    height: 3px;
    opacity: 0.7;
    bottom: -3px;
    border-radius: 10px;
    background: #ffffff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}header .nav-mainbar-stat:hover::after {
    width: 70%;
}header .top-lesson-stat::before {
    filter: blur(40px);
    height: 100px;
    opacity: 0.5;
    border-radius: 50%;
    z-index: -1;
    right: -20px;
    position: absolute;
    width: 100px;
    content: '';
    background: rgb(175,174,176,0.5);
    top: -20px;
}header .top-lesson-stat::after {
    filter: blur(30px);
    z-index: -1;
    position: absolute;
    border-radius: 50%;
    left: -20px;
    height: 80px;
    content: '';
    bottom: -20px;
    background: rgb(131,133,133,0.5);
    opacity: 0.5;
    width: 80px;
}header .top-sitebar-stat {
    position: relative;
    z-index: 1;
    background: rgb(207,206,189);
    padding-top: 2rem;
}@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

header .main-site-stat::after {
    opacity: 0.5;
    height: 20px;
    width: 100%;
    bottom: -20px;
    position: absolute;
    left: 0;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.1) 0%, transparent 70%);
    content: '';
    transition: all 0.4s ease;
}header .main-site-stat:hover::after {
    opacity: 0.7;
    transform: scaleX(0.9);
}

@media (min-width: 1400px) {header .top-lesson-stat {
    margin: 0 auto;
    max-width: 1320px;
}header .nav-mainbar-stat {
    margin: 0 0.5rem;
}header .nav-mainbar-stat a {
    padding: 0.8rem 1.5rem;
}
}

@media (max-width: 991px) {header {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}header .top-lesson-stat {
    padding: 1rem 1.5rem;
    flex-wrap: wrap;
}header .main-site-stat {
    margin-bottom: 0;
    border-radius: 10px;
    padding: 0.6rem 1rem;
}header .head-pro-stat {
    margin-top: 1rem;
    justify-content: flex-end;
    flex-basis: 100%;
}header .nav-mainbar-stat a {
    padding: 0.6rem 1rem;
    border-radius: 10px;
    font-size: calc(18px - 1px);
}header .top-lesson-stat::before,
    header .top-lesson-stat::after {
    display: none;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .top-lesson-stat {
    padding: 0.8rem 1.2rem;
}header .main-site-stat {
    padding: 0.5rem 0.8rem;
    max-width: 140px;
}header .top-teach-stat img {
    max-height: 35px;
}header .head-pro-stat {
    overflow-x: auto;
    padding-bottom: 0.5rem;
    justify-content: flex-start;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
    margin-top: 0.8rem;
}header .head-pro-stat::-webkit-scrollbar {
    height: 3px;
}header .head-pro-stat::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
}header .nav-mainbar-stat {
    flex: 0 0 auto;
    margin: 0 0.15rem;
}header .nav-mainbar-stat a {
    white-space: nowrap;
    font-size: calc(18px - 2px);
    padding: 0.5rem 0.8rem;
}header .nav-mainbar-stat::after {
    display: none;
}header .main-site-stat::after {
    display: none;
}
}

@media (max-width: 479px) {header .top-lesson-stat {
    padding: 0.7rem 1rem;
}header .main-site-stat {
    padding: 0.4rem 0.7rem;
    max-width: 120px;
}header .nav-mainbar-stat a {
    font-size: calc(18px - 3px);
    padding: 0.4rem 0.6rem;
}}.offer-selection-stat {
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding: 100px 0;
}.offer-selection-stat::before {
    z-index: -1;
    position: absolute;
    content: "";
    top: 0;
    background: linear-gradient(135deg, rgba(36, 48, 94, 0.95), rgba(26, 35, 72, 0.97));
    left: 0;
    height: 100%;
    width: 100%;
}.offer-selection-stat .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
}.offer-selection-stat .cost-levels-stat {
    flex-direction: column;
    display: flex;
    align-items: center;
    z-index: 2;
    justify-content: center;
    position: relative;
}.offer-selection-stat h2 {
    color: #ffffff;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(0);
    font-size: calc(29px * 1.1);
    position: relative;
    letter-spacing: 0.5px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}.offer-selection-stat h2::after {
    transform: translateX(-50%);
    border-radius: 1px;
    background: rgb(175,174,176);
    position: absolute;
    left: 50%;
    height: 3px;
    bottom: -12px;
    content: "";
    width: 80px;
}.offer-selection-stat .package-deals-stat {
    font-size: calc(15px * 1.05);
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.2px;
    text-align: center;
    color: rgb(255, 255, 255, 0.5);
    margin: 0 auto 50px;
    max-width: 80%;
}.offer-selection-stat .deal-board-stat {
    margin: 0;
    list-style: none;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    display: grid;
    gap: 30px;
    padding: 0;
    width: 100%;
}.offer-selection-stat .deal-board-stat li {
    display: flex;
    height: 100%;
}.offer-selection-stat .indv-sub-stat {
    display: flex;
    text-decoration: none;
    transform: translateY(0) scale(1);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1), 
                0 2px 5px rgba(0, 0, 0, 0.05),
                0 1px 3px rgba(0, 0, 0, 0.03);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    width: 100%;
    flex-direction: column;
    position: relative;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05));
    height: 100%;
}.offer-selection-stat .indv-sub-stat::before {
    left: 0;
    position: absolute;
    width: 100%;
    height: 5px;
    top: 0;
    content: "";
    background: linear-gradient(90deg, rgb(175,174,176), rgb(131,133,133));
    transform: translateY(-5px);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}.offer-selection-stat .indv-sub-stat:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.18), 
                0 5px 15px rgba(0, 0, 0, 0.08);
    transform: translateY(-8px) scale(1.02);
}.offer-selection-stat .indv-sub-stat:hover::before {
    transform: translateY(0);
}.offer-selection-stat .value-pricing-stat {
    position: relative;
    flex-direction: column;
    display: flex;
    height: 100%;
    padding: 35px 30px;
}.offer-selection-stat .fee-pricing-stat {
    display: flex;
    flex-direction: column;
    height: 100%;
}.offer-selection-stat .indv-sub-stat h4 {
    margin: 0 0 20px;
    letter-spacing: 0.3px;
    padding-bottom: 15px;
    font-size: calc(22px * 1.1);
    transition: color 0.3s ease;
    font-weight: 600;
    color: #ffffff;
    position: relative;
}.offer-selection-stat .indv-sub-stat:hover h4 {
    color: rgb(175,174,176);
}.offer-selection-stat .indv-sub-stat h4::after {
    transition: width 0.4s ease, background-color 0.4s ease;
    left: 0;
    width: 40px;
    content: "";
    position: absolute;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.2);
    height: 2px;
}.offer-selection-stat .indv-sub-stat:hover h4::after {
    width: 60px;
    background-color: rgb(175,174,176);
}.offer-selection-stat .indv-sub-stat p {
    font-size: 15px;
    margin: 0 0 30px;
    font-weight: 300;
    overflow-wrap: break-word;
    flex-grow: 1;
    color: rgba(255, 255, 255, 0.75);
    white-space: normal;
    hyphens: auto;
    word-break: normal;
    line-height: 1.7;
}.offer-selection-stat .study-costs-stat {
    letter-spacing: 0.5px;
    padding: 15px 0 0;
    margin-top: auto;
    display: block;
    color: rgb(175,174,176);
    font-weight: 700;
    font-size: calc(22px * 1.15);
    position: relative;
    transition: transform 0.3s ease, color 0.3s ease;
}.offer-selection-stat .study-costs-stat::before {
    background-color: rgb(175,174,176);
    content: "";
    opacity: 0.6;
    position: absolute;
    height: 2px;
    left: 0;
    top: 0;
    transition: width 0.4s ease, opacity 0.3s ease;
    width: 25px;
}.offer-selection-stat .indv-sub-stat:hover .study-costs-stat {
    transform: translateY(-3px);
    color: rgb(131,133,133);
}.offer-selection-stat .indv-sub-stat:hover .study-costs-stat::before {
    opacity: 1;
    width: 40px;
}


@media (max-width: 1200px) {.offer-selection-stat {
    padding: 80px 0;
}.offer-selection-stat .package-deals-stat {
    max-width: 90%;
}.offer-selection-stat .deal-board-stat {
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
}

@media (max-width: 992px) {.offer-selection-stat h2 {
    font-size: 29px;
}.offer-selection-stat .value-pricing-stat {
    padding: 30px 25px;
}.offer-selection-stat .indv-sub-stat h4 {
    font-size: 22px;
}
}

@media (max-width: 768px) {.offer-selection-stat {
    padding: 60px 0;
}.offer-selection-stat h2 {
    font-size: calc(29px * 0.9);
}.offer-selection-stat .package-deals-stat {
    font-size: 15px;
    margin-bottom: 40px;
    max-width: 100%;
}.offer-selection-stat .deal-board-stat {
    grid-template-columns: 1fr;
    max-width: 450px;
    margin: 0 auto;
}.offer-selection-stat .indv-sub-stat {
    max-height: none;
}.offer-selection-stat .indv-sub-stat p {
    font-size: calc(15px * 0.95);
    margin-bottom: 25px;
}
}

@media (max-width: 480px) {.offer-selection-stat {
    padding: 50px 0;
}.offer-selection-stat h2 {
    font-size: calc(29px * 0.85);
}.offer-selection-stat .package-deals-stat {
    font-size: calc(15px * 0.95);
}.offer-selection-stat .value-pricing-stat {
    padding: 25px 20px;
}.offer-selection-stat .indv-sub-stat h4 {
    font-size: calc(22px * 0.95);
    margin-bottom: 15px;
}.offer-selection-stat .study-costs-stat {
    font-size: 22px;
}}.experience-trial-stat {
    position: relative;
    overflow: hidden;
    background: linear-gradient(110deg, rgb(175,174,176) 0%, rgb(131,133,133) 100%);
    z-index: 1;
    padding: 140px 0;
}.experience-trial-stat::before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    opacity: 0.5;
    z-index: -1;
    position: absolute;
    animation: patternMove 15s linear infinite;
    background-size: 30px 30px;
    background: 
        linear-gradient(
            135deg,
            transparent 25%,
            rgba(255, 255, 255, 0.05) 25%,
            rgba(255, 255, 255, 0.05) 50%,
            transparent 50%,
            transparent 75%,
            rgba(255, 255, 255, 0.05) 75%
        );
}.experience-trial-stat::after {
    top: -50%;
    position: absolute;
    content: '';
    z-index: -1;
    animation: rotateConic 30s linear infinite;
    width: 200%;
    height: 200%;
    left: -50%;
    background: conic-gradient(
        from 0deg at 50% 50%,
        rgba(255, 255, 255, 0) 0deg,
        rgba(255, 255, 255, 0.03) 90deg,
        rgba(255, 255, 255, 0) 180deg,
        rgba(255, 255, 255, 0.03) 270deg,
        rgba(255, 255, 255, 0) 360deg
    );
}.experience-trial-stat .skill-track-stat {
    justify-content: center;
    position: relative;
    padding: 0;
    align-items: center;
    margin: 0 auto;
    flex-direction: column;
    z-index: 2;
    max-width: 900px;
    display: flex;
}.experience-trial-stat .skill-track-stat::before {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 10px 20px rgba(0, 0, 0, 0.05);
    height: 100%;
    position: absolute;
    top: 0;
    backdrop-filter: blur(10px);
    z-index: -1;
    content: '';
    border-radius: 20px;
    width: 140%;
    left: -20%;
    background: rgba(255, 255, 255, 0.05);
    transform: skewX(-15deg);
}.experience-trial-stat .skill-track-stat::after {
    top: -30px;
    z-index: -1;
    height: 100px;
    position: absolute;
    filter: blur(20px);
    right: -30px;
    background: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.2) 0%,
        transparent 70%
    );
    content: '';
    width: 100px;
    animation: floatBubble 10s ease-in-out infinite alternate;
    border-radius: 50%;
}.experience-trial-stat h3 {
    transform-style: preserve-3d;
    font-size: 30px;
    transition: all 0.5s ease;
    text-transform: uppercase;
    color: #ffffff;
    font-family: Arial, sans-serif;
    margin: 60px 0;
    transform: rotateX(5deg);
    letter-spacing: 2px;
    perspective: 1000px;
    padding: 0 20px;
    position: relative;
    text-align: center;
    font-weight: 700;
}.experience-trial-stat h3::before {
    left: 10%;
    width: 80%;
    top: -30px;
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.5),
        transparent
    );
    position: absolute;
    height: 1px;
    content: '';
}.experience-trial-stat h3::after {
    width: 60%;
    height: 1px;
    bottom: -30px;
    left: 20%;
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    content: '';
    position: absolute;
}.experience-trial-stat h3:hover {
    transform: rotateX(0deg);
}.experience-trial-stat .online-contact-stat {
    border-radius: 10px;
    position: relative;
    font-size: 15px;
    transition: all 0.4s ease;
    text-transform: uppercase;
    margin-bottom: 60px;
    color: rgb(175,174,176);
    font-family: Arial, sans-serif;
    letter-spacing: 2px;
    background: linear-gradient(
        145deg,
        rgba(255, 255, 255, 0.9) 0%,
        rgba(255, 255, 255, 0.7) 100%
    );
    display: inline-block;
    overflow: hidden;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(10deg);
    z-index: 1;
    padding: 20px 50px;
    transform-origin: bottom center;
}.experience-trial-stat .online-contact-stat::before {
    z-index: -1;
    opacity: 0;
    left: 0;
    transition: opacity 0.4s ease;
    top: 0;
    content: '';
    height: 100%;
    background: linear-gradient(
        145deg,
        rgb(175,174,176) 0%,
        rgb(131,133,133) 100%
    );
    position: absolute;
    width: 100%;
}.experience-trial-stat .online-contact-stat::after {
    content: '';
    width: 100%;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.05),
        transparent
    );
    position: absolute;
    z-index: -1;
    height: 20px;
    top: 0;
    left: 0;
}.experience-trial-stat .online-contact-stat:hover {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.2),
        0 10px 20px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    color: #ffffff;
}.experience-trial-stat .online-contact-stat:hover::before {
    opacity: 1;
}

@media screen and (max-width: 992px) {.experience-trial-stat {
    padding: 120px 0;
}.experience-trial-stat .skill-track-stat::before {
    width: 130%;
    left: -15%;
}.experience-trial-stat h3 {
    margin: 50px 0;
    font-size: calc(30px * 0.9);
}.experience-trial-stat .online-contact-stat {
    padding: 18px 45px;
    font-size: calc(15px * 0.95);
    margin-bottom: 50px;
}
}

@media screen and (max-width: 768px) {.experience-trial-stat {
    padding: 100px 0;
}.experience-trial-stat .skill-track-stat::before {
    width: 120%;
    left: -10%;
    transform: skewX(-10deg);
}.experience-trial-stat h3 {
    transform: none;
    font-size: calc(30px * 0.8);
    margin: 40px 0;
}.experience-trial-stat h3::before {
    top: -25px;
}.experience-trial-stat h3::after {
    bottom: -25px;
}.experience-trial-stat .online-contact-stat {
    font-size: calc(15px * 0.9);
    padding: 15px 40px;
    transform: none;
    margin-bottom: 40px;
}.experience-trial-stat .online-contact-stat:hover {
    transform: translateY(-5px);
}
}

@media screen and (max-width: 576px) {.experience-trial-stat {
    padding: 80px 0;
}.experience-trial-stat .skill-track-stat::before {
    width: 110%;
    left: -5%;
    transform: skewX(-5deg);
}.experience-trial-stat h3 {
    margin: 35px 0;
    letter-spacing: 1px;
    font-size: calc(30px * 0.7);
}.experience-trial-stat h3::before {
    top: -20px;
}.experience-trial-stat h3::after {
    bottom: -20px;
}.experience-trial-stat .online-contact-stat {
    margin-bottom: 35px;
    padding: 12px 35px;
    letter-spacing: 1px;
    font-size: calc(15px * 0.85);
}}

@keyframes patternMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 30px;
    }
}

@keyframes rotateConic {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes floatBubble {
    0% {
        transform: translate(0, 0);
        opacity: 0.5;
    }
    50% {
        transform: translate(-20px, 20px);
        opacity: 0.7;
    }
    100% {
        transform: translate(0, 0);
        opacity: 0.5;
    }
}footer {
    position: relative;
    z-index: 1;
}footer::before {
    z-index: -2;
    left: 0;
    right: 0;
    background: linear-gradient(to right, rgb(131,133,133), rgb(175,174,176));
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    opacity: 0.9;
}footer::after {
    top: 0;
    position: absolute;
    left: 0;
    content: "";
    right: 0;
    z-index: -1;
    bottom: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 10px,
        transparent 10px,
        transparent 20px
    );
}.student-aid-stat {
    color: #ffffff;
    padding: 5rem 0 2rem;
    position: relative;
}.student-aid-stat::before {
    left: 0;
    top: 0;
    height: 10px;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgb(175,174,176), rgb(131,133,133), rgb(175,174,176));
    width: 100%;
}.student-aid-stat .container {
    position: relative;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 2rem;
}.student-aid-stat .company_holder {
    position: relative;
    grid-column: span 5;
    padding: 0;
}.student-aid-stat .company_holder h3 {
    font-weight: 700;
    padding-bottom: 1rem;
    margin: 0 0 1.5rem;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    font-size: 31px;
    color: #ffffff;
    position: relative;
}.student-aid-stat .company_holder h3::after {
    width: 80px;
    position: absolute;
    left: 0;
    background: #ffffff;
    content: "";
    height: 2px;
    bottom: -2px;
}.student-aid-stat .access-cta-stat {
    padding: 0 0 0 1.5rem;
    border-left: 3px solid rgba(255, 255, 255, 0.3);
    color: #ffffff;
    position: relative;
    line-height: 1.7;
    font-size: 17px;
    margin-top: 1.5rem;
}.student-aid-stat .grant-info-stat {
    grid-column: span 7;
}.student-aid-stat .head-expert-stat {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 2rem;
}.student-aid-stat .head-pro-stat {
    position: relative;
}.student-aid-stat .head-pro-stat h5 {
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 0.8rem;
    font-size: 22px;
    font-weight: 600;
    position: relative;
    color: #ffffff;
    margin: 0 0 1.5rem;
}.student-aid-stat .head-pro-stat h5::after {
    left: 0;
    width: 40px;
    bottom: -2px;
    height: 2px;
    position: absolute;
    content: "";
    background: #ffffff;
}.student-aid-stat .head-pro-stat .head-expert-stat {
    gap: 1rem;
    display: grid;
}.student-aid-stat .head-pro-stat .head-expert-stat a {
    align-items: center;
    position: relative;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    display: flex;
    font-size: 17px;
    transition: all 0.3s ease;
}.student-aid-stat .head-pro-stat .head-expert-stat a::after {
    transform: translateX(-5px);
    transition: all 0.3s ease;
    opacity: 0;
    margin-left: 0.5rem;
    content: "\2192";
}.student-aid-stat .head-pro-stat .head-expert-stat a:hover {
    padding-left: 0.5rem;
    color: #ffffff;
}.student-aid-stat .head-pro-stat .head-expert-stat a:hover::after {
    transform: translateX(0);
    opacity: 1;
}.login-footer-stat {
    position: relative;
    padding: 2rem 0;
    margin-top: 4rem;
    background: rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}.login-footer-stat .container {
    align-items: center;
    display: flex;
    justify-content: center;
}.login-footer-stat .youtube-chan-stat {
    position: relative;
    padding: 0 1rem;
    color: #ffffff;
    opacity: 0.9;
    font-size: 12px;
    text-align: center;
}.student-aid-stat::after {
    width: 50px;
    right: 2rem;
    height: 50px;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    top: 2rem;
    content: "";
    position: absolute;
}.student-aid-stat .company_holder::before {
    height: 50px;
    left: 0;
    width: 50px;
    border-left: 2px solid rgba(255, 255, 255, 0.2);
    top: 0;
    position: absolute;
    content: "";
    border-top: 2px solid rgba(255, 255, 255, 0.2);
}.student-aid-stat .company_holder::after {
    border-left: 2px solid rgba(255, 255, 255, 0.2);
    width: 50px;
    position: absolute;
    height: 50px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    content: "";
    left: 0;
    bottom: 0;
}.student-aid-stat .grant-info-stat::after {
    bottom: 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    height: 50px;
    position: absolute;
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    right: 0;
    content: "";
    width: 50px;
}

@media (max-width: 1200px) {.student-aid-stat .container {
    gap: 1.5rem;
}
}

@media (max-width: 992px) {.student-aid-stat {
    padding: 4rem 0 2rem;
}.student-aid-stat .container {
    grid-template-columns: 1fr;
}.student-aid-stat .company_holder,
    .student-aid-stat .grant-info-stat {
    grid-column: span 12;
}.student-aid-stat .company_holder {
    margin-bottom: 2rem;
}.student-aid-stat::after,
    .student-aid-stat .company_holder::before,
    .student-aid-stat .company_holder::after,
    .student-aid-stat .grant-info-stat::after {
    display: none;
}
}

@media (max-width: 768px) {.student-aid-stat {
    padding: 3rem 0 1.5rem;
}.student-aid-stat .head-expert-stat {
    gap: 1.5rem;
}.student-aid-stat .company_holder h3 {
    font-size: calc(31px - 2px);
}.login-footer-stat {
    margin-top: 3rem;
}
}

@media (max-width: 576px) {.student-aid-stat {
    padding: 2.5rem 0 1rem;
}.student-aid-stat .head-expert-stat {
    grid-template-columns: 1fr;
    gap: 2rem;
}.student-aid-stat .access-cta-stat {
    padding-left: 1rem;
}.login-footer-stat {
    margin-top: 2rem;
}
}

@media (max-width: 420px) {.student-aid-stat .company_holder h3::after,
    .student-aid-stat .head-pro-stat h5::after {
    width: 30px;
}.student-aid-stat .head-pro-stat .head-expert-stat a:hover {
    padding-left: 0.3rem;
}}.opening-page-stat {
    perspective: 1000px;
    min-height: 100vh;
    background: linear-gradient(135deg, rgb(207,206,189) 0%, rgba(240, 245, 255, 1) 70%, rgba(225, 240, 250, 1) 100%);
    overflow: hidden;
    display: flex;
    align-items: center;
    position: relative;
}.opening-page-stat::before {
    content: "";
    left: 0;
    pointer-events: none;
    bottom: 0;
    position: absolute;
    right: 0;
    background: repeating-linear-gradient(45deg, rgba(94, 170, 168, 0.03), rgba(94, 170, 168, 0.03) 10px, transparent 10px, transparent 20px);
    z-index: 1;
    top: 0;
}.opening-page-stat::after {
    position: absolute;
    content: "";
    top: -10%;
    width: 40%;
    background: linear-gradient(145deg, rgba(94, 170, 168, 0.15), rgba(94, 170, 168, 0.05) 60%, transparent 100%);
    transform: rotate(-15deg) skewX(10deg);
    pointer-events: none;
    right: -5%;
    z-index: 0;
    height: 70%;
}.opening-page-stat .skill-track-stat {
    max-width: 1280px;
    gap: 2rem;
    margin: 0 auto;
    grid-template-columns: 1fr 1fr;
    position: relative;
    transform-style: preserve-3d;
    padding: 3rem;
    width: 100%;
    display: grid;
    z-index: 2;
}.opening-page-stat .info-wrapper-stat {
    position: relative;
    justify-content: center;
    z-index: 3;
    display: flex;
    padding: 2rem;
    transform: translateZ(20px);
    flex-direction: column;
}.opening-page-stat .info-wrapper-stat::before {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 20%, rgba(255, 255, 255, 0.7) 80%);
    border-left: 4px solid rgb(175,174,176);
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
    content: "";
    width: 100%;
    z-index: -1;
    left: 0;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1.4), box-shadow 0.5s ease;
    backdrop-filter: blur(10px);
    position: absolute;
    height: 100%;
    top: 0;
}.opening-page-stat .info-wrapper-stat:hover::before {
    box-shadow: -10px 10px 30px rgba(0, 0, 0, 0.1);
    transform: translateX(5px) translateY(-5px);
}.opening-page-stat h1 {
    font-size: 46px;
    transform: translateX(-10px);
    color: #000000;
    margin-bottom: 1.5rem;
    position: relative;
    font-weight: 700;
    transition: transform 0.5s ease;
}.opening-page-stat h1::after {
    height: 4px;
    background: rgb(175,174,176);
    width: 60px;
    transform-origin: left;
    position: absolute;
    content: "";
    bottom: -10px;
    transition: transform 0.5s ease;
    transform: scaleX(0.8);
    left: 0;
}.opening-page-stat .info-wrapper-stat:hover h1 {
    transform: translateX(0);
}.opening-page-stat .info-wrapper-stat:hover h1::after {
    transform: scaleX(1);
}.opening-page-stat .learning-primary-stat {
    display: flex;
    gap: 1.5rem;
    flex-direction: column;
    margin-bottom: 2rem;
}.opening-page-stat .learning-primary-stat svg {
    margin-left: -10px;
    filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.1));
    height: 80px;
    transform: rotate(-5deg);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), filter 0.5s ease;
    width: 80px;
}.opening-page-stat .info-wrapper-stat:hover .learning-primary-stat svg {
    transform: rotate(0) scale(1.05);
    filter: drop-shadow(3px 6px 8px rgba(0, 0, 0, 0.15));
}.opening-page-stat .learning-primary-stat svg path {
    fill: rgb(94, 170, 168);
    transition: fill 0.3s ease;
}.opening-page-stat .learning-primary-stat svg text {
    font-family: Arial, sans-serif;
    fill: rgb(94, 170, 168);
    transition: fill 0.3s ease;
}.opening-page-stat .info-wrapper-stat:hover .learning-primary-stat svg path,
.opening-page-stat .info-wrapper-stat:hover .learning-primary-stat svg text {
    fill: rgb(175,174,176);
}.opening-page-stat .learning-primary-stat p {
    opacity: 0.9;
    font-size: calc(13px * 1.1);
    transition: transform 0.5s ease, opacity 0.5s ease;
    color: #000000;
    line-height: 1.6;
    transform: translateY(5px);
    max-width: 90%;
}.opening-page-stat .info-wrapper-stat:hover .learning-primary-stat p {
    opacity: 1;
    transform: translateY(0);
}.opening-page-stat ul {
    list-style: none;
    margin: 1rem 0 0 0;
    padding: 0;
}.opening-page-stat ul li {
    display: inline-block;
}.opening-page-stat .help-map-stat {
    position: relative;
    transform: translateY(0);
    text-decoration: none;
    border: none;
    box-shadow: 0 4px 15px rgba(94, 170, 168, 0.3);
    display: inline-block;
    padding: 0.9rem 2rem;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease;
    color: #ffffff;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(175,174,176) 0%, rgb(94, 170, 168) 100%);
    font-size: 15px;
    font-weight: 600;
    z-index: 1;
}.opening-page-stat .help-map-stat::before {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    opacity: 0;
    transition: opacity 0.4s ease;
    height: 100%;
    background: linear-gradient(135deg, rgb(94, 170, 168) 0%, rgb(175,174,176) 100%);
    left: 0;
    width: 100%;
}.opening-page-stat .help-map-stat:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(94, 170, 168, 0.4);
}.opening-page-stat .help-map-stat:hover::before {
    opacity: 1;
}.opening-page-stat .img-header-stat {
    transform: translateZ(10px) perspective(1000px) rotateY(-5deg);
    min-height: 400px;
    z-index: 2;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    height: 100%;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    transform-style: preserve-3d;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
}.opening-page-stat .img-header-stat::before {
    top: 0;
    z-index: 1;
    width: 100%;
    transition: opacity 0.5s ease;
    background: linear-gradient(135deg, rgba(94, 170, 168, 0.7) 0%, rgba(94, 170, 168, 0) 70%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
}.opening-page-stat .img-header-stat:hover {
    transform: translateZ(30px) perspective(1000px) rotateY(0deg);
}.opening-page-stat .img-header-stat:hover::before {
    opacity: 0.7;
}

@media (max-width: 991px) {.opening-page-stat .skill-track-stat {
    grid-template-columns: 1fr;
    padding: 2rem 1.5rem;
}.opening-page-stat .info-wrapper-stat {
    order: 2;
    transform: translateZ(0);
    padding: 1.5rem;
}.opening-page-stat .img-header-stat {
    order: 1;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    min-height: 350px;
    transform: translateZ(0) perspective(1000px) rotateY(0);
}.opening-page-stat h1 {
    font-size: calc(46px * 0.9);
    transform: translateX(0);
}.opening-page-stat .learning-primary-stat p {
    max-width: 100%;
}.opening-page-stat .info-wrapper-stat::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
}

@media (max-width: 767px) {.opening-page-stat {
    min-height: auto;
    padding: 3rem 0;
}.opening-page-stat .skill-track-stat {
    gap: 1.5rem;
    padding: 1rem;
}.opening-page-stat .info-wrapper-stat {
    padding: 1.2rem;
}.opening-page-stat h1 {
    font-size: calc(46px * 0.8);
    margin-bottom: 1.2rem;
}.opening-page-stat .learning-primary-stat {
    margin-bottom: 1.5rem;
    gap: 1rem;
}.opening-page-stat .learning-primary-stat svg {
    height: 60px;
    width: 60px;
}.opening-page-stat .learning-primary-stat p {
    font-size: 13px;
}.opening-page-stat .img-header-stat {
    min-height: 250px;
}.opening-page-stat .help-map-stat {
    font-size: calc(15px * 0.9);
    padding: 0.8rem 1.5rem;
}
}

@media (max-width: 480px) {.opening-page-stat {
    padding: 2rem 0;
}.opening-page-stat .skill-track-stat {
    gap: 1rem;
    padding: 0.8rem;
}.opening-page-stat .info-wrapper-stat {
    padding: 1rem;
}.opening-page-stat h1 {
    font-size: calc(46px * 0.7);
    margin-bottom: 1rem;
}.opening-page-stat .learning-primary-stat svg {
    height: 50px;
    width: 50px;
}.opening-page-stat .learning-primary-stat p {
    font-size: calc(13px * 0.9);
}.opening-page-stat .img-header-stat {
    min-height: 200px;
}}.ty-success-stat {
    padding: 5rem 2rem;
    perspective: 1000px;
    position: relative;
    background: linear-gradient(135deg, rgb(175,174,176,0.5) 0%, rgb(207,206,189) 70%);
    overflow: hidden;
}.ty-success-stat::before {
    z-index: 0;
    opacity: 0.15;
    top: 0;
    width: 100%;
    content: "";
    background-size: 80px 80px, 60px 60px, 100px 100px;
    position: absolute;
    height: 100%;
    left: 0;
    background: 
        radial-gradient(circle at 10% 20%, transparent 20%, rgb(175,174,176,0.5) 21%, transparent 22%),
        radial-gradient(circle at 90% 60%, transparent 10%, rgb(175,174,176,0.5) 11%, transparent 12%),
        radial-gradient(circle at 50% 40%, transparent 30%, rgb(175,174,176,0.5) 31%, transparent 32%);
}.ty-success-stat .container {
    margin: 0 auto;
    z-index: 1;
    transform-style: preserve-3d;
    max-width: 1200px;
    position: relative;
}.ty-success-stat h2 {
    margin-bottom: 3rem;
    font-family: Arial, sans-serif;
    position: relative;
    animation: fadeSlideUp 0.8s 0.2s forwards ease-out;
    transform: translateZ(40px);
    text-shadow: 0 1px 1px rgba(0,0,0,0.1);
    opacity: 0;
    color: #000000;
    font-weight: 700;
    font-size: 33px;
    line-height: 1.3;
}.ty-success-stat h2::after {
    position: absolute;
    left: 0;
    width: 80px;
    bottom: -15px;
    transform: scaleX(0);
    content: "";
    height: 3px;
    animation: lineExpand 1.2s 0.6s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    background: rgb(175,174,176);
    transform-origin: left;
}.ty-success-stat .skill-track-stat {
    transform-style: preserve-3d;
    transform: translateZ(20px) rotateY(-2deg);
    animation: fadeSlideUp 0.8s 0.4s forwards ease-out;
    transition: transform 0.5s ease;
    border-left: 5px solid rgb(175,174,176);
    box-shadow: 
        0 10px 25px -10px rgba(0,0,0,0.1),
        0 5px 10px -5px rgba(0,0,0,0.04);
    opacity: 0;
    background: #ffffff;
}.ty-success-stat .skill-track-stat:hover {
    transform: translateZ(25px) rotateY(0deg);
}.ty-success-stat ul {
    padding: 0;
    list-style-type: none;
    margin: 0;
}.ty-success-stat li {
    padding: 2.5rem;
    position: relative;
}.ty-success-stat li::before {
    animation: pulseIn 1.5s 1s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    border-radius: 50%;
    content: "";
    width: 40px;
    background: rgb(131,133,133,0.5);
    transform: scale(0);
    right: -8px;
    position: absolute;
    height: 40px;
    opacity: 0.7;
    top: -8px;
    z-index: -1;
}.ty-success-stat span {
    transform: translateZ(10px);
    font-size: 16px;
    position: relative;
    color: #000000;
    display: block;
    line-height: 1.8;
    font-family: Arial, sans-serif;
}

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

@keyframes lineExpand {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@keyframes pulseIn {
    0% {
        transform: scale(0);
    }
    70% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

@media (max-width: 992px) {.ty-success-stat {
    padding: 4rem 1.5rem;
}.ty-success-stat h2 {
    margin-bottom: 2.5rem;
    font-size: calc(33px * 0.9);
}.ty-success-stat .skill-track-stat {
    transform: translateZ(15px) rotateY(-1deg);
}
}

@media (max-width: 768px) {.ty-success-stat {
    padding: 3rem 1rem;
}.ty-success-stat h2 {
    font-size: calc(33px * 0.8);
    margin-bottom: 2rem;
}.ty-success-stat .skill-track-stat {
    transform: translateZ(10px) rotateY(0);
}.ty-success-stat li {
    padding: 2rem;
}
}

@media (max-width: 576px) {.ty-success-stat {
    padding: 2.5rem 0.8rem;
}.ty-success-stat h2 {
    font-size: calc(33px * 0.7);
    margin-bottom: 1.5rem;
}.ty-success-stat h2::after {
    height: 2px;
    width: 60px;
}.ty-success-stat li {
    padding: 1.5rem;
}.ty-success-stat span {
    line-height: 1.6;
    font-size: calc(16px * 0.95);
}}.reach-us-stat {
    background: linear-gradient(120deg, rgb(207,206,189) 0%, #ffffff 100%);
    position: relative;
    padding: 80px 0;
    overflow: hidden;
}.reach-us-stat::before {
    left: 0;
    background-image: repeating-linear-gradient(
        45deg,
        rgb(175,174,176,0.5) 0,
        rgb(175,174,176,0.5) 1px,
        transparent 1px,
        transparent 50px
    );
    width: 100%;
    content: '';
    position: absolute;
    opacity: 0.04;
    height: 100%;
    top: 0;
    z-index: 1;
}.reach-us-stat .container {
    padding: 0 20px;
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}.reach-us-stat .assist-team-stat {
    position: relative;
    z-index: 2;
    background: transparent;
    border-radius: 24px;
}.reach-us-stat h3 {
    font-size: 35px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    position: relative;
    display: inline-block;
    color: #000000;
    margin-bottom: 15px;
}.reach-us-stat h3::after {
    border-radius: 10px;
    height: 3px;
    position: absolute;
    background: linear-gradient(90deg, rgb(175,174,176), rgb(131,133,133));
    width: 100%;
    left: 0;
    content: '';
    bottom: -5px;
}.reach-us-stat .connect-block-stat {
    margin-bottom: 50px;
    color: #000000;
    font-size: 17px;
    line-height: 1.6;
    max-width: 700px;
}.reach-us-stat .reach-experts-stat {
    padding: 40px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    display: grid;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    position: relative;
    border-radius: 24px;
    gap: 30px;
}.reach-us-stat .reach-experts-stat::before {
    position: absolute;
    background-size: 30px 30px;
    top: 0;
    height: 100%;
    background: 
        linear-gradient(135deg, transparent 49.5%, rgb(175,174,176,0.5) 49.5%, rgb(175,174,176,0.5) 50.5%, transparent 50.5%),
        linear-gradient(45deg, transparent 49.5%, rgb(131,133,133,0.5) 49.5%, rgb(131,133,133,0.5) 50.5%, transparent 50.5%);
    border-radius: 24px;
    left: 0;
    width: 100%;
    z-index: -1;
    content: '';
    opacity: 0.15;
}.reach-us-stat .reach-experts-stat > span {
    position: relative;
    transition: transform 0.3s ease;
    padding-left: 35px;
}.reach-us-stat .reach-experts-stat > span:hover {
    transform: translateX(5px);
}.reach-us-stat .reach-experts-stat > span p {
    font-size: 17px;
    margin-bottom: 3px;
    font-weight: 600;
    margin: 0;
    color: #000000;
}.reach-us-stat .reach-experts-stat > span > span {
    color: #000000;
    font-size: 17px;
    display: block;
}.reach-us-stat .reach-experts-stat > span a {
    position: relative;
    color: rgb(175,174,176);
    text-decoration: none;
    transition: color 0.3s ease;
    font-weight: 600;
}.reach-us-stat .reach-experts-stat > span a::after {
    transition: width 0.3s ease;
    position: absolute;
    bottom: -2px;
    content: '';
    height: 1px;
    left: 0;
    width: 0;
    background: rgb(131,133,133);
}.reach-us-stat .reach-experts-stat > span a:hover {
    color: rgb(131,133,133);
}.reach-us-stat .reach-experts-stat > span a:hover::after {
    width: 100%;
}.reach-us-stat .reach-experts-stat > span svg {
    stroke: rgb(175,174,176);
    fill: none;
    left: 0;
    transition: transform 0.3s ease;
    stroke-linejoin: round;
    stroke-width: 2px;
    position: absolute;
    top: 0;
    height: 24px;
    stroke-linecap: round;
    width: 24px;
}.reach-us-stat .reach-experts-stat > span:nth-child(even) svg {
    stroke: rgb(131,133,133);
}.reach-us-stat .reach-experts-stat > span:hover svg {
    transform: scale(1.1);
}.reach-us-stat .reach-experts-stat > span svg path {
    transition: stroke-dasharray 0.3s ease;
}.reach-us-stat .reach-experts-stat > span:hover svg path {
    animation: dash 1.5s linear infinite;
    stroke-dasharray: 5;
}@keyframes dash {
    to {
        stroke-dashoffset: 10;
    }
}

.reach-us-stat .message-block-stat {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding-top: 30px;
    margin-top: 10px;
    grid-column: 1 / -1;
}.reach-us-stat .message-block-stat h4 {
    color: #000000;
    display: inline-block;
    font-size: 18px;
    margin-right: 20px;
    font-weight: 600;
    position: relative;
}.reach-us-stat .message-block-stat h4::after {
    bottom: -5px;
    height: 2px;
    left: 0;
    background: rgb(131,133,133);
    position: absolute;
    width: 40px;
    content: '';
}.reach-us-stat .message-block-stat span {
    padding: 8px 15px;
    background: rgb(207,206,189);
    margin-right: 10px;
    display: inline-block;
    border-radius: 10px;
    margin-bottom: 10px;
    font-size: 17px;
    transition: transform 0.3s ease, background-color 0.3s ease;
    color: #000000;
}.reach-us-stat .message-block-stat span:hover {
    transform: translateY(-3px);
    background-color: rgb(175,174,176,0.5);
}.reach-us-stat .message-block-stat svg {
    stroke: rgb(131,133,133);
    stroke-width: 2px;
    height: 18px;
    width: 18px;
    fill: none;
    stroke-linecap: round;
    vertical-align: middle;
    stroke-linejoin: round;
    margin-right: 5px;
}.reach-us-stat .message-block-stat span:hover svg {
    animation: rotate 1s ease-in-out;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 991px) {.reach-us-stat .message-block-stat h4 {
    width: 100%;
    margin-bottom: 20px;
}.reach-us-stat {
    padding: 70px 0;
}.reach-us-stat .reach-experts-stat {
    padding: 30px;
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}.reach-us-stat h3 {
    font-size: calc(35px - 2px);
}.reach-us-stat .reach-experts-stat > span svg {
    width: 22px;
    height: 22px;
}
}

@media (max-width: 767px) {.reach-us-stat {
    padding: 60px 0;
}.reach-us-stat .reach-experts-stat {
    gap: 20px;
    grid-template-columns: 1fr;
    padding: 25px;
}.reach-us-stat h3 {
    font-size: calc(35px - 4px);
}.reach-us-stat .connect-block-stat {
    margin-bottom: 35px;
}.reach-us-stat .message-block-stat span {
    padding: 6px 12px;
    margin-bottom: 8px;
    margin-right: 8px;
}.reach-us-stat .reach-experts-stat > span svg {
    height: 20px;
    width: 20px;
}.reach-us-stat .message-block-stat svg {
    height: 16px;
    width: 16px;
}
}

@media (max-width: 479px) {.reach-us-stat {
    padding: 50px 0;
}.reach-us-stat .reach-experts-stat {
    gap: 15px;
    padding: 20px;
}.reach-us-stat h3 {
    font-size: calc(35px - 6px);
}.reach-us-stat .connect-block-stat {
    font-size: calc(17px - 1px);
    margin-bottom: 30px;
}.reach-us-stat .reach-experts-stat > span {
    padding-left: 25px;
}.reach-us-stat .reach-experts-stat > span::before {
    width: 15px;
}.reach-us-stat .message-block-stat {
    padding-top: 20px;
}.reach-us-stat .message-block-stat h4 {
    margin-bottom: 15px;
    font-size: calc(18px - 2px);
}.reach-us-stat .message-block-stat span {
    margin-bottom: 5px;
    font-size: calc(17px - 1px);
    padding: 5px 10px;
    margin-right: 5px;
}.reach-us-stat .reach-experts-stat > span svg {
    width: 18px;
    height: 18px;
}.reach-us-stat .message-block-stat svg {
    height: 14px;
    width: 14px;
}
}

@media (hover: none) {.reach-us-stat .reach-experts-stat > span:hover {
    transform: none;
}.reach-us-stat .message-block-stat span:hover {
    transform: none;
    background-color: rgb(207,206,189);
}.reach-us-stat .reach-experts-stat > span a:hover {
    color: rgb(175,174,176);
}.reach-us-stat .reach-experts-stat > span a:hover::after {
    width: 0;
}.reach-us-stat .reach-experts-stat > span:hover svg {
    transform: none;
}.reach-us-stat .reach-experts-stat > span:hover svg path {
    stroke-dasharray: none;
    animation: none;
}.reach-us-stat .message-block-stat span:hover svg {
    animation: none;
}}.about-this-stat {
    position: relative;
    padding: 100px 0 80px;
    overflow: hidden;
    z-index: 1;
}.about-this-stat::before {
    width: 100%;
    background: linear-gradient(135deg, rgb(175,174,176,0.5), rgba(0, 0, 0, 0.5));
    position: absolute;
    opacity: 0.85;
    left: 0;
    top: 0;
    z-index: -1;
    content: "";
    height: 100%;
}.about-this-stat::after {
    width: 250px;
    opacity: 0.2;
    animation: float 15s infinite ease-in-out;
    bottom: -50px;
    height: 250px;
    border: 2px solid rgb(131,133,133);
    content: "";
    right: -50px;
    z-index: -1;
    transform: rotate(15deg);
    position: absolute;
}.about-this-stat h4 {
    text-align: center;
    animation: fadeInUp 0.8s 0.2s forwards;
    text-transform: uppercase;
    transform: translateY(20px);
    position: relative;
    opacity: 0;
    letter-spacing: 3px;
    font-size: calc(19px * 1.2);
    color: #ffffff;
    margin-bottom: 40px;
    font-weight: 700;
    font-family: Arial, sans-serif;
}.about-this-stat h4::after {
    background: rgb(131,133,133);
    bottom: -15px;
    position: absolute;
    left: 50%;
    height: 3px;
    width: 60px;
    transform: translateX(-50%);
    content: "";
}.about-this-stat .container {
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
}.about-this-stat .info-wrapper-stat {
    animation: fadeInUp 0.8s 0.4s forwards;
    padding: 50px;
    overflow: hidden;
    position: relative;
    opacity: 0;
    transform: translateY(30px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.95);
}.about-this-stat .info-wrapper-stat::before {
    height: 100%;
    left: 0;
    position: absolute;
    content: "";
    width: 5px;
    background: linear-gradient(to bottom, rgb(175,174,176), rgb(131,133,133));
    top: 0;
}.about-this-stat .info-wrapper-stat h6 {
    padding-bottom: 15px;
    position: relative;
    font-family: Arial, sans-serif;
    color: rgb(175,174,176);
    margin-bottom: 25px;
    opacity: 0;
    font-size: calc(17px * 1.3);
    font-weight: 700;
    transform: translateX(-10px);
    animation: fadeInRight 0.8s 0.6s forwards;
}.about-this-stat .info-wrapper-stat h6::after {
    height: 2px;
    left: 0;
    content: "";
    bottom: 0;
    position: absolute;
    background: rgb(131,133,133);
    width: 80px;
}.about-this-stat .info-wrapper-stat div {
    position: relative;
    z-index: 1;
}.about-this-stat .info-wrapper-stat span {
    line-height: 1.8;
    transform: translateY(20px);
    position: relative;
    animation: fadeInUp 0.8s 0.8s forwards;
    color: #000000;
    opacity: 0;
    font-family: Arial, sans-serif;
    display: block;
    font-size: 16px;
}.about-this-stat .info-wrapper-stat::after {
    height: 100px;
    width: 100px;
    bottom: 0;
    background: linear-gradient(135deg, transparent 50%, rgb(131,133,133,0.5) 50%);
    right: 0;
    content: "";
    position: absolute;
    z-index: 0;
}

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

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

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

@media (max-width: 992px) {.about-this-stat {
    padding: 80px 0 60px;
}.about-this-stat .info-wrapper-stat {
    padding: 40px 30px;
}.about-this-stat h4 {
    font-size: calc(19px * 1.1);
}.about-this-stat .info-wrapper-stat h6 {
    font-size: calc(17px * 1.2);
    margin-bottom: 20px;
}
}

@media (max-width: 768px) {.about-this-stat {
    padding: 60px 0 40px;
}.about-this-stat .info-wrapper-stat {
    padding: 30px 25px;
}.about-this-stat h4 {
    font-size: 19px;
    margin-bottom: 30px;
}.about-this-stat .info-wrapper-stat h6 {
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: 17px;
}.about-this-stat .info-wrapper-stat span {
    line-height: 1.7;
    font-size: calc(16px * 0.95);
}.about-this-stat::after {
    height: 180px;
    width: 180px;
}
}

@media (max-width: 576px) {.about-this-stat {
    padding: 50px 0 30px;
}.about-this-stat .info-wrapper-stat {
    padding: 25px 20px;
}.about-this-stat h4 {
    font-size: calc(19px * 0.9);
    letter-spacing: 2px;
}.about-this-stat h4::after {
    width: 40px;
    bottom: -10px;
}.about-this-stat .info-wrapper-stat h6 {
    font-size: calc(17px * 0.95);
}.about-this-stat .info-wrapper-stat span {
    line-height: 1.6;
    font-size: calc(16px * 0.9);
}.about-this-stat::after {
    right: -30px;
    width: 120px;
    height: 120px;
    bottom: -30px;
}}.secure-sanctuary-stat {
    color: #000000;
    overflow: hidden;
    width: 100%;
    padding: 40px;
    background-color: rgb(131,133,133,0.5);
    height: 100%;
    font-family: Arial, sans-serif;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}.secure-sanctuary-stat h1 {
    font-weight: 700;
    border-bottom: 2px solid rgb(175,174,176,0.5);
    margin-bottom: 30px;
    color: rgb(175,174,176);
    margin-top: 40px;
    font-size: 39px;
    padding-bottom: 10px;
}.secure-sanctuary-stat h2 {
    margin-bottom: 20px;
    margin-top: 30px;
    font-weight: 600;
    font-size: 37px;
    color: rgb(131,133,133);
}.secure-sanctuary-stat h3, .secure-sanctuary-stat h4, .secure-sanctuary-stat h5, .secure-sanctuary-stat h6 {
    margin-top: 25px;
    font-size: 20px;
    margin-bottom: 15px;
    color: rgb(175,174,176);
    font-weight: 400;
}.secure-sanctuary-stat ul, .secure-sanctuary-stat ol {
    font-size: 13px;
    line-height: 1.6;
    padding-left: 20px;
    padding: 15px 0;
    list-style-position: inside;
}.secure-sanctuary-stat li {
    padding-left: 5px;
    border-left: 3px solid rgb(175,174,176);
    margin-bottom: 12px;
}.secure-sanctuary-stat section {
    border-radius: 10px;
    background: rgb(207,206,189);
    padding: 20px;
}.secure-sanctuary-stat p, .secure-sanctuary-stat span, .secure-sanctuary-stat div {
    line-height: 1.8;
    margin-bottom: 15px;
    color: #000000;
    font-size: 13px;
}

@media only screen and (max-width: 800px) {.secure-sanctuary-stat {
    padding: 20px;
}.secure-sanctuary-stat h1 {
    font-size: calc(20px - 10px);
}.secure-sanctuary-stat h2 {
    font-size: calc(20px - 8px);
}.secure-sanctuary-stat h3, .secure-sanctuary-stat h4, .secure-sanctuary-stat h5, .secure-sanctuary-stat h6 {
    font-size: calc(20px - 6px);
}.secure-sanctuary-stat ul, .secure-sanctuary-stat ol {
    padding-left: 10px;
}}

.secure-sanctuary-stat a {
    border-bottom: 1px solid rgb(175,174,176,0.5);
    transition: color 0.3s ease, border-bottom-color 0.3s ease;
    text-decoration: none;
    color: rgb(175,174,176);
}.secure-sanctuary-stat a:hover {
    color: rgb(131,133,133);
    border-bottom-color: rgb(131,133,133,0.5);
}.program-structure-stat {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
    background: rgb(207,206,189);
}.program-structure-stat::before {
    left: 0;
    z-index: 0;
    opacity: 0.4;
    background: 
        linear-gradient(135deg, rgb(175,174,176,0.5) 0%, transparent 40%),
        linear-gradient(225deg, rgb(131,133,133,0.5) 0%, transparent 40%);
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    content: "";
}.program-structure-stat::after {
    left: 0;
    opacity: 0.2;
    height: 100%;
    z-index: 0;
    content: "";
    animation: gridMove 20s linear infinite;
    top: 0;
    position: absolute;
    width: 100%;
}.program-structure-stat .container {
    position: relative;
    z-index: 1;
}.program-structure-stat .skill-track-stat {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    min-height: 500px;
    position: relative;
}.program-structure-stat .img-header-stat {
    position: absolute;
    z-index: 0;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
}.program-structure-stat .img-header-stat::before {
    content: "";
    height: 100%;
    width: 100%;
    background: linear-gradient(
        135deg,
        rgba(0, 0, 0, 0.5) 0%,
        transparent 40%,
        transparent 60%,
        rgba(0, 0, 0, 0.5) 100%
    );
    left: 0;
    position: absolute;
    top: 0;
    mix-blend-mode: multiply;
    z-index: 1;
}.program-structure-stat .future-skills-stat {
    grid-template-areas: 
        "logo logo"
        "title photo1"
        "desc photo2";
    display: grid;
    width: 100%;
    gap: 30px;
    grid-template-rows: auto auto 1fr;
    position: relative;
    z-index: 2;
    grid-template-columns: 60% 40%;
}.program-structure-stat .main-site-stat {
    margin-bottom: 20px;
    justify-self: center;
    background: #ffffff;
    width: 80px;
    box-shadow: 
        0px 10px 30px rgba(0, 0, 0, 0.1),
        0px 4px 10px rgb(175,174,176,0.5);
    grid-area: logo;
    z-index: 10;
    align-items: center;
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    justify-content: center;
    position: relative;
    border-radius: 50%;
    display: flex;
    height: 80px;
}.program-structure-stat .main-site-stat::before {
    opacity: 0.6;
    z-index: -1;
    background: conic-gradient(
        from 0deg, 
        rgb(175,174,176,0.5), 
        rgb(131,133,133,0.5), 
        rgb(175,174,176,0.5)
    );
    border-radius: 50%;
    animation: spin 10s linear infinite;
    top: -8px;
    bottom: -8px;
    left: -8px;
    position: absolute;
    content: "";
    right: -8px;
}.program-structure-stat .main-site-stat::after {
    content: "";
    z-index: -2;
    animation: pulse 4s ease-in-out infinite;
    right: -15px;
    opacity: 0.3;
    border-radius: 50%;
    top: -15px;
    left: -15px;
    bottom: -15px;
    position: absolute;
    border: 1px solid rgb(175,174,176,0.5);
}.program-structure-stat .main-site-stat:hover {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 
        0px 15px 40px rgba(0, 0, 0, 0.15),
        0px 6px 15px rgb(175,174,176,0.5);
}.program-structure-stat .main-site-stat svg {
    height: 45px;
    width: 45px;
    transition: transform 0.5s ease;
}.program-structure-stat .main-site-stat:hover svg {
    transform: rotate(-10deg);
}.program-structure-stat .main-site-stat svg path {
    transition: fill 0.3s ease;
    fill: rgb(175,174,176);
}.program-structure-stat .main-site-stat:hover svg path {
    fill: rgb(131,133,133);
}.program-structure-stat h3 {
    color: #000000;
    transition: all 0.5s ease;
    font-size: 33px;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    z-index: 5;
    margin: 0;
    padding: 30px 40px;
    transform: translateX(-5%);
    font-weight: 700;
    position: relative;
    clip-path: polygon(0% 0%, 95% 0%, 100% 50%, 95% 100%, 0% 100%);
    border-radius: 0 15px 15px 0;
    grid-area: title;
}.program-structure-stat h3::before {
    clip-path: polygon(0% 0%, 95% 0%, 100% 50%, 95% 100%, 0% 100%);
    right: 10px;
    border: 1px dashed rgb(175,174,176,0.5);
    left: 10px;
    opacity: 0.5;
    content: "";
    position: absolute;
    border-radius: 0 10px 10px 0;
    z-index: -1;
    top: 10px;
    bottom: 10px;
}.program-structure-stat h3::after {
    border-radius: 10px;
    bottom: 15px;
    background: linear-gradient(90deg, rgb(175,174,176), rgb(131,133,133));
    transition: width 0.4s ease;
    left: 40px;
    width: 60px;
    height: 3px;
    position: absolute;
    content: "";
}.program-structure-stat .future-skills-stat:hover h3 {
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateX(0%);
}.program-structure-stat .future-skills-stat:hover h3::after {
    width: 100px;
}.program-structure-stat p {
    clip-path: polygon(0% 0%, 93% 0%, 100% 50%, 93% 100%, 0% 100%);
    transform: translateX(-10%);
    z-index: 4;
    line-height: 1.8;
    padding-right: 70px;
    margin: 0;
    background: #ffffff;
    position: relative;
    border-radius: 0 15px 15px 0;
    font-size: 12px;
    padding: 35px 40px;
    color: #000000;
    transition: all 0.5s ease 0.1s;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
    grid-area: desc;
}.program-structure-stat p::before {
    top: 10px;
    border: 1px dashed rgb(131,133,133,0.5);
    clip-path: polygon(0% 0%, 93% 0%, 100% 50%, 93% 100%, 0% 100%);
    border-radius: 0 10px 10px 0;
    z-index: -1;
    left: 10px;
    right: 10px;
    content: "";
    position: absolute;
    bottom: 10px;
    opacity: 0.5;
}.program-structure-stat .future-skills-stat:hover p {
    transform: translateX(-5%);
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.15);
}.program-structure-stat .img-header-stat::after {
    z-index: 1;
    transition: opacity 0.5s ease;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    content: "";
    left: 0;
    top: 0;
    mix-blend-mode: multiply;
    height: 100%;
    position: absolute;
    opacity: 0.5;
}.program-structure-stat .future-skills-stat::after {
    transform: translateX(15%);
    background-size: cover;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
    content: "";
    background: inherit;
    background-position: center bottom;
    border-radius: 15px 0 0 15px;
    z-index: 2;
    transition: all 0.5s ease 0.1s;
    height: 100%;
    position: relative;
    grid-area: photo2;
    clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 0% 100%);
}.program-structure-stat .future-skills-stat:hover::before {
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateX(5%);
}.program-structure-stat .future-skills-stat:hover::after {
    transform: translateX(10%);
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.15);
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.5;
    }
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {.program-structure-stat {
    padding: 80px 0;
}.program-structure-stat .future-skills-stat {
    grid-template-columns: 55% 45%;
    gap: 25px;
}.program-structure-stat h3 {
    padding: 25px 35px;
    font-size: calc(33px - 2px);
}.program-structure-stat p {
    padding: 30px 35px;
}
}

@media (min-width: 768px) and (max-width: 991px) {.program-structure-stat {
    padding: 70px 0;
}.program-structure-stat .skill-track-stat {
    min-height: auto;
}.program-structure-stat .future-skills-stat {
    grid-template-rows: auto auto auto 250px;
    gap: 20px;
    grid-template-areas: 
            "logo logo"
            "title title"
            "desc desc"
            "photo1 photo2";
    grid-template-columns: 1fr 1fr;
}.program-structure-stat h3 {
    transform: none;
    clip-path: none;
    font-size: calc(33px - 4px);
    border-radius: 15px;
    padding: 25px 30px;
}.program-structure-stat h3::before {
    border-radius: 10px;
    clip-path: none;
}.program-structure-stat p {
    transform: none;
    clip-path: none;
    border-radius: 15px;
    padding: 25px 30px;
}.program-structure-stat p::before {
    border-radius: 10px;
    clip-path: none;
}.program-structure-stat .future-skills-stat::before,
    .program-structure-stat .future-skills-stat::after {
    transform: none;
    height: 250px;
    border-radius: 15px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 10% 100%);
}.program-structure-stat .future-skills-stat::after {
    clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
}.program-structure-stat .future-skills-stat:hover h3,
    .program-structure-stat .future-skills-stat:hover p,
    .program-structure-stat .future-skills-stat:hover::before,
    .program-structure-stat .future-skills-stat:hover::after {
    transform: none;
}.program-structure-stat .main-site-stat {
    margin-bottom: 15px;
    height: 70px;
    width: 70px;
}.program-structure-stat .main-site-stat svg {
    width: 40px;
    height: 40px;
}
}

@media (max-width: 767px) {.program-structure-stat {
    padding: 60px 0;
}.program-structure-stat .skill-track-stat {
    min-height: auto;
}.program-structure-stat .future-skills-stat {
    grid-template-rows: auto auto auto 200px;
    gap: 15px;
    grid-template-columns: 1fr;
    grid-template-areas: 
            "logo"
            "title"
            "desc"
            "photo1";
}.program-structure-stat h3 {
    padding: 20px 25px;
    transform: none;
    border-radius: 15px;
    clip-path: none;
    font-size: calc(33px - 6px);
}.program-structure-stat h3::before {
    display: none;
}.program-structure-stat h3::after {
    width: 50px;
    left: 25px;
    height: 2px;
    bottom: 10px;
}.program-structure-stat p {
    line-height: 1.6;
    clip-path: none;
    transform: none;
    font-size: calc(12px - 1px);
    padding: 20px 25px;
    border-radius: 15px;
}.program-structure-stat p::before {
    display: none;
}.program-structure-stat .future-skills-stat::before {
    height: 200px;
    border-radius: 15px;
    transform: none;
    clip-path: none;
}.program-structure-stat .future-skills-stat::after {
    display: none;
}.program-structure-stat .future-skills-stat:hover h3,
    .program-structure-stat .future-skills-stat:hover p,
    .program-structure-stat .future-skills-stat:hover::before {
    transform: none;
}.program-structure-stat .main-site-stat {
    margin-bottom: 10px;
    height: 60px;
    width: 60px;
}.program-structure-stat .main-site-stat::before,
    .program-structure-stat .main-site-stat::after {
    display: none;
}.program-structure-stat .main-site-stat svg {
    height: 35px;
    width: 35px;
}}.contact-stat {
    overflow: hidden;
    position: relative;
    padding: 100px 0;
    background: linear-gradient(90deg, #ffffff 50%, rgb(207,206,189) 50%);
}.contact-stat::before {
    height: 100%;
    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%);
    content: "";
    left: 0;
    background-size: 60px 60px;
    position: absolute;
    width: 100%;
    z-index: 0;
    top: 0;
}.contact-stat .container {
    position: relative;
    margin: 0 auto;
    z-index: 1;
    max-width: 1200px;
    padding: 0 20px;
}.contact-stat h2 {
    font-weight: 700;
    margin-bottom: 60px;
    text-align: center;
    font-size: 34px;
    position: relative;
    color: rgb(175,174,176);
}.contact-stat h2::after {
    left: 50%;
    width: 60px;
    position: absolute;
    transform: translateX(-50%);
    height: 3px;
    bottom: -15px;
    background: rgb(175,174,176);
    content: "";
}.contact-stat .support-reach-stat {
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    display: flex;
    border-radius: 28px;
}.contact-stat .support-reach-stat::before {
    content: "";
    height: 5px;
    position: absolute;
    top: 0;
    background: linear-gradient(90deg, rgb(175,174,176), rgb(131,133,133));
    left: 0;
    width: 100%;
}.contact-stat .img-header-stat {
    transition: all 0.5s ease;
    position: relative;
    min-height: 550px;
    flex: 0 0 50%;
}.contact-stat .img-header-stat::after {
    height: 100%;
    width: 100%;
    position: absolute;
    background: linear-gradient(45deg, rgb(175,174,176,0.5), transparent);
    content: "";
    top: 0;
    left: 0;
}.contact-stat .inquiry-request-stat {
    background: #ffffff;
    padding: 60px 50px;
    position: relative;
    flex: 0 0 50%;
}.contact-stat .inquiry-request-stat::before {
    position: absolute;
    left: 0;
    width: 10px;
    background: rgb(207,206,189);
    top: 0;
    height: 100%;
    content: "";
}.contact-stat #contact {
    gap: 30px;
    display: flex;
    flex-direction: column;
}.contact-stat h3 {
    font-weight: 600;
    font-size: 22px;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 20px;
    color: #000000;
    position: relative;
}.contact-stat h3::after {
    content: "";
    bottom: 0;
    background: rgb(175,174,176,0.5);
    width: 100%;
    left: 0;
    position: absolute;
    height: 2px;
}.contact-stat input[type="text"] {
    background: #ffffff;
    font-size: 15px;
    border: 2px solid rgb(207,206,189);
    color: #000000;
    border-radius: 10px;
    transition: all 0.3s ease;
    width: 100%;
    padding: 18px 20px;
}.contact-stat input[type="text"]:focus {
    outline: none;
    border-color: rgb(175,174,176);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}.contact-stat input[type="text"]::placeholder {
    opacity: 0.6;
    color: #000000;
}.contact-stat .query-help-stat {
    margin-top: 10px;
    gap: 12px;
    align-items: flex-start;
    display: flex;
}.contact-stat .query-help-stat input[type="checkbox"] {
    cursor: pointer;
    border-radius: 10px;
    transition: all 0.3s ease;
    margin-top: 2px;
    width: 24px;
    position: relative;
    appearance: none;
    border: 2px solid rgb(207,206,189);
    height: 24px;
}.contact-stat .query-help-stat input[type="checkbox"]:checked {
    background: rgb(175,174,176);
    border-color: rgb(175,174,176);
}.contact-stat .query-help-stat input[type="checkbox"]:checked::after {
    height: 10px;
    width: 6px;
    border-right: 2px solid #ffffff;
    top: 5px;
    content: "";
    position: absolute;
    border-bottom: 2px solid #ffffff;
    transform: rotate(45deg);
    left: 8px;
}.contact-stat .query-help-stat label {
    color: #000000;
    font-size: 15px;
    line-height: 1.5;
}.contact-stat .query-help-stat a {
    font-weight: 600;
    text-decoration: none;
    color: rgb(175,174,176);
    transition: all 0.3s ease;
}.contact-stat .query-help-stat a:hover {
    color: rgb(131,133,133);
}.contact-stat .help-map-stat {
    border-radius: 10px;
    font-size: 14px;
    overflow: hidden;
    font-weight: 600;
    position: relative;
    background: rgb(175,174,176);
    padding: 16px 40px;
    align-self: flex-start;
    border: none;
    transition: all 0.3s ease;
    cursor: pointer;
    color: #ffffff;
    margin-top: 20px;
    box-shadow: 0 8px 20px rgb(175,174,176,0.5);
}.contact-stat .help-map-stat::before {
    height: 100%;
    left: -100%;
    transition: all 0.6s ease;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    width: 100%;
    position: absolute;
    content: "";
}.contact-stat .help-map-stat:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgb(131,133,133,0.5);
    background: rgb(131,133,133);
}.contact-stat .help-map-stat:hover::before {
    left: 100%;
}.contact-stat svg {
    height: 22px;
    width: 22px;
    fill: rgb(175,174,176);
    transition: all 0.3s ease;
}.contact-stat svg path {
    fill: rgb(175,174,176);
    transition: all 0.3s ease;
}.contact-stat svg:hover {
    transform: translateY(-2px);
    fill: rgb(131,133,133);
}.contact-stat svg:hover path {
    fill: rgb(131,133,133);
}

@media (max-width: 1200px) {.contact-stat {
    background: #ffffff;
}
}

@media (max-width: 992px) {.contact-stat {
    padding: 80px 0;
}.contact-stat .support-reach-stat {
    flex-direction: column-reverse;
}.contact-stat .img-header-stat {
    flex: 0 0 auto;
    min-height: 350px;
}.contact-stat .inquiry-request-stat {
    padding: 50px 40px;
    flex: 0 0 auto;
}.contact-stat .inquiry-request-stat::before {
    left: 0;
    top: 0;
    width: 100%;
    height: 10px;
}
}

@media (max-width: 768px) {.contact-stat {
    padding: 60px 0;
}.contact-stat h2 {
    font-size: calc(34px - 4px);
    margin-bottom: 40px;
}.contact-stat .inquiry-request-stat {
    padding: 40px 30px;
}.contact-stat #contact {
    gap: 25px;
}.contact-stat .img-header-stat {
    min-height: 300px;
}
}

@media (max-width: 576px) {.contact-stat {
    padding: 50px 0;
}.contact-stat .container {
    padding: 0 15px;
}.contact-stat h2 {
    font-size: calc(34px - 6px);
    margin-bottom: 30px;
}.contact-stat .inquiry-request-stat {
    padding: 35px 25px;
}.contact-stat #contact {
    gap: 20px;
}.contact-stat input[type="text"] {
    padding: 15px;
}.contact-stat .help-map-stat {
    padding: 15px 25px;
    width: 100%;
}.contact-stat .img-header-stat {
    min-height: 250px;
}}.education-history-stat {
    padding: 4rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(207,206,189) 0%, rgb(175,174,176,0.5) 100%);
    position: relative;
}.education-history-stat::before {
    background: repeating-linear-gradient(
    -45deg,
    rgb(175,174,176,0.5) 0px,
    rgb(175,174,176,0.5) 1px,
    transparent 1px,
    transparent 20px
  );
    opacity: 0.08;
    width: 100%;
    content: "";
    position: absolute;
    z-index: 1;
    height: 100%;
    left: 0;
    top: 0;
}.education-history-stat::after {
    z-index: 0;
    opacity: 0.15;
    position: absolute;
    top: -50%;
    background: radial-gradient(circle, rgb(131,133,133,0.5) 0%, transparent 70%);
    width: 100%;
    content: "";
    height: 100%;
    right: -50%;
}.education-history-stat .container {
    margin: 0 auto;
    padding: 0 2rem;
    z-index: 2;
    position: relative;
    max-width: 1200px;
}.education-history-stat .user-reviews-stat {
    transform: perspective(1000px) rotateX(2deg);
    grid-template-columns: 1fr;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
              0 5px 15px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    display: grid;
    isolation: isolate;
    padding: 3rem 2rem;
    position: relative;
    gap: 2rem;
}.education-history-stat .user-reviews-stat::before {
    z-index: 1;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    background: linear-gradient(to bottom, rgb(175,174,176), rgb(131,133,133));
    width: 4px;
    height: 100%;
}.education-history-stat .user-reviews-stat > div:first-child {
    justify-content: center;
    display: flex;
    align-items: center;
    order: 1;
}.education-history-stat .user-reviews-stat .img-header-stat {
    transform: translateY(-10px) rotate(-3deg);
    width: 200px;
    position: relative;
    height: 200px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}.education-history-stat .user-reviews-stat .img-header-stat::after {
    z-index: 1;
    position: absolute;
    background: linear-gradient(to top right, rgba(rgb(175,174,176), 0.2), transparent);
    inset: 0;
    mix-blend-mode: overlay;
    content: "";
}.education-history-stat .user-reviews-stat .img-header-stat:hover {
    transform: translateY(-15px) rotate(0deg) scale(1.05);
}.education-history-stat .user-reviews-stat > div:nth-child(2) {
    order: 2;
    border-left: 1px solid rgb(175,174,176,0.5);
    padding-left: 1rem;
}.education-history-stat .user-reviews-stat .name {
    color: rgb(175,174,176);
    font-size: calc(22px * 1.1);
    display: inline-block;
    position: relative;
    margin-bottom: 0.5rem;
    font-weight: 700;
}.education-history-stat .user-reviews-stat .name::after {
    bottom: -4px;
    transition: transform 0.3s ease-out;
    height: 2px;
    width: 60%;
    content: "";
    left: 0;
    transform: scaleX(0.7);
    background: rgb(131,133,133);
    transform-origin: left;
    position: absolute;
}.education-history-stat .user-reviews-stat .name:hover::after {
    transform: scaleX(1);
}.education-history-stat .user-reviews-stat > div:nth-child(2) > div {
    margin-top: 0.5rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 14px;
    color: rgb(131,133,133);
}.education-history-stat .user-reviews-stat > div:nth-child(3) {
    order: 3;
    margin-top: 1rem;
    position: relative;
}.education-history-stat .user-reviews-stat .job-achievements-stat {
    line-height: 1.7;
    border-radius: 10px;
    color: #000000;
    position: relative;
    margin: 0;
    background: linear-gradient(to right, rgb(207,206,189) 0%, transparent 100%);
    padding: 1.5rem;
    font-size: 14px;
}.education-history-stat .user-reviews-stat .job-achievements-stat::before {
    font-size: 5rem;
    line-height: 1;
    top: -0.5rem;
    opacity: 0.3;
    color: rgb(175,174,176,0.5);
    content: "";
    left: 0;
    position: absolute;
}

@media (min-width: 768px) {.education-history-stat .user-reviews-stat {
    grid-template-areas: 
      "photo info"
      "quote quote";
    padding: 4rem;
    grid-template-columns: 250px 1fr;
    gap: 3rem;
}.education-history-stat .user-reviews-stat > div:first-child {
    grid-area: photo;
    justify-content: flex-start;
}.education-history-stat .user-reviews-stat > div:nth-child(2) {
    align-self: center;
    padding-left: 0;
    border-left: none;
    grid-area: info;
}.education-history-stat .user-reviews-stat > div:nth-child(3) {
    grid-area: quote;
}.education-history-stat .user-reviews-stat .job-achievements-stat {
    padding: 2rem;
    background: linear-gradient(135deg, rgb(207,206,189) 0%, transparent 100%);
}
}

@media (min-width: 992px) {.education-history-stat .user-reviews-stat {
    grid-template-areas: 
      "photo info"
      "photo quote";
    grid-template-columns: 300px 1fr;
    padding: 5rem;
    gap: 3rem 4rem;
}.education-history-stat .user-reviews-stat > div:first-child {
    align-self: start;
}.education-history-stat .user-reviews-stat .img-header-stat {
    height: 280px;
    width: 280px;
}.education-history-stat .user-reviews-stat .name {
    font-size: calc(22px * 1.3);
}.education-history-stat .user-reviews-stat > div:nth-child(2) > div {
    font-size: calc(14px * 1.1);
}.education-history-stat .user-reviews-stat .job-achievements-stat {
    padding: 2.5rem;
    line-height: 1.8;
    font-size: calc(14px * 1.05);
}
}

@media (min-width: 1200px) {.education-history-stat .user-reviews-stat {
    transform: perspective(1000px) rotateX(1deg) rotateY(-1deg);
    transition: transform 0.5s ease-out;
}.education-history-stat .user-reviews-stat:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg);
}.education-history-stat .user-reviews-stat .img-header-stat {
    width: 320px;
    height: 320px;
}
}

@media (max-width: 767px) {.education-history-stat {
    padding: 3rem 0;
}.education-history-stat .container {
    padding: 0 1.5rem;
}.education-history-stat .user-reviews-stat {
    padding: 2rem 1.5rem;
    transform: none;
}.education-history-stat .user-reviews-stat .img-header-stat {
    width: 180px;
    height: 180px;
}}.teaching-process-stat {
    position: relative;
    padding: 160px 0;
    overflow: visible;
    background: linear-gradient(170deg, rgb(207,206,189) 0%, rgba(0, 0, 0, 0.5) 100%);
}.teaching-process-stat::before {
    opacity: 0.2;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    position: absolute;
    content: '';
    background: linear-gradient(45deg, rgb(175,174,176,0.5) 0%, transparent 40%);
    z-index: 1;
}.teaching-process-stat .skill-track-stat {
    transform: rotate(-3deg);
    z-index: 2;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
}.teaching-process-stat .info-wrapper-stat {
    margin-left: 5%;
    border-left: 4px solid rgb(175,174,176);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
    padding: 60px 70px 60px 50px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    position: relative;
    overflow: visible;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    border-radius: 0 18px 18px 0;
    backdrop-filter: blur(10px);
    transform: translateX(20px);
    width: 60%;
}.teaching-process-stat .info-wrapper-stat:hover {
    transform: translateX(10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
}.teaching-process-stat .info-wrapper-stat::before {
    width: 180px;
    filter: blur(40px);
    z-index: -1;
    position: absolute;
    height: 180px;
    content: '';
    animation: pulse-glow 8s infinite alternate;
    background: rgb(175,174,176);
    top: -90px;
    border-radius: 50%;
    opacity: 0.1;
    right: -90px;
}.teaching-process-stat .info-wrapper-stat::after {
    z-index: 3;
    bottom: -30px;
    width: 150%;
    height: 3px;
    position: absolute;
    left: -25%;
    content: '';
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(175,174,176,0.5) 30%, 
        rgb(175,174,176) 50%, 
        rgb(175,174,176,0.5) 70%, 
        transparent 100%
    );
}.teaching-process-stat .info-wrapper-stat h2 {
    padding-bottom: 15px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 28px;
    transform: translateX(-40px);
    position: relative;
    color: #ffffff;
}.teaching-process-stat .info-wrapper-stat h2::before {
    left: -35px;
    height: 70px;
    animation: spin-slow 20s linear infinite;
    border-radius: 10px;
    z-index: -1;
    content: '';
    top: -35px;
    width: 70px;
    opacity: 0.6;
    border: 2px solid rgb(175,174,176,0.5);
    position: absolute;
}.teaching-process-stat .info-wrapper-stat h2::after {
    width: 60px;
    bottom: 0;
    background: rgb(175,174,176);
    border-radius: 10px;
    content: '';
    height: 4px;
    position: absolute;
    left: 0;
}.teaching-process-stat .info-wrapper-stat p {
    font-size: 18px;
    color: #ffffff;
    line-height: 1.8;
    position: relative;
    z-index: 2;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}.teaching-process-stat::after {
    bottom: -90px;
    position: absolute;
    background: rgb(131,133,133);
    right: 15%;
    content: '';
    opacity: 0.1;
    filter: blur(30px);
    border-radius: 18px;
    height: 180px;
    animation: rotate-float 25s infinite linear;
    width: 180px;
    transform: rotate(30deg);
}.teaching-process-stat .skill-track-stat::before {
    opacity: 0.4;
    animation: float-vertical 10s infinite ease-in-out;
    border: 1px solid rgb(175,174,176,0.5);
    width: 100px;
    content: '';
    top: -120px;
    right: 10%;
    position: absolute;
    border-radius: 50%;
    height: 100px;
}.teaching-process-stat .skill-track-stat::after {
    opacity: 0.2;
    height: 25px;
    left: -40px;
    background: rgb(175,174,176);
    top: 40%;
    width: 25px;
    border-radius: 50%;
    position: absolute;
    content: '';
    animation: pulse-subtle 5s infinite;
    filter: blur(5px);
}@keyframes pulse-glow {
    0%, 100% {
        opacity: 0.1;
        transform: scale(1);
    }
    50% {
        opacity: 0.2;
        transform: scale(1.1);
    }
}

@keyframes spin-slow {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotate-float {
    0% {
        transform: rotate(30deg) translateY(0);
    }
    25% {
        transform: rotate(120deg) translateY(-20px);
    }
    50% {
        transform: rotate(210deg) translateY(0);
    }
    75% {
        transform: rotate(300deg) translateY(20px);
    }
    100% {
        transform: rotate(390deg) translateY(0);
    }
}

@keyframes float-vertical {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-30px);
    }
}

@keyframes pulse-subtle {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.3);
    }
}

.teaching-process-stat .info-wrapper-stat p::first-letter {
    font-weight: 700;
    color: rgb(175,174,176);
    font-size: 1.5em;
}.teaching-process-stat .info-wrapper-stat p::after {
    width: 200px;
    content: '';
    background-image: repeating-linear-gradient(
        -45deg,
        rgb(175,174,176,0.5),
        rgb(175,174,176,0.5) 1px,
        transparent 1px,
        transparent 6px
    );
    top: 0;
    position: absolute;
    height: 100%;
    right: -250px;
    opacity: 0.3;
    z-index: -1;
}

@media screen and (max-width: 1200px) {.teaching-process-stat .info-wrapper-stat::after {
    width: 120%;
    left: -10%;
}.teaching-process-stat .info-wrapper-stat p::after {
    display: none;
}
}

@media screen and (max-width: 992px) {.teaching-process-stat {
    padding: 120px 0;
}.teaching-process-stat .skill-track-stat {
    transform: rotate(-2deg);
}.teaching-process-stat .info-wrapper-stat {
    width: 70%;
    padding: 50px 40px 50px 40px;
}.teaching-process-stat .info-wrapper-stat h2 {
    transform: translateX(-30px);
}.teaching-process-stat .info-wrapper-stat::before {
    width: 150px;
    top: -75px;
    right: -75px;
    height: 150px;
}.teaching-process-stat::after {
    width: 150px;
    bottom: -75px;
    height: 150px;
}
}

@media screen and (max-width: 768px) {.teaching-process-stat {
    overflow: hidden;
    padding: 90px 0;
}.teaching-process-stat .skill-track-stat {
    transform: none;
}.teaching-process-stat .info-wrapper-stat {
    width: 90%;
    margin-left: 0;
    transform: none;
    padding: 40px 30px;
    border-radius: 18px;
}.teaching-process-stat .info-wrapper-stat:hover {
    transform: none;
}.teaching-process-stat .info-wrapper-stat h2 {
    transform: none;
    font-size: calc(28px * 0.9);
    margin-bottom: 25px;
}.teaching-process-stat .info-wrapper-stat h2::before {
    display: none;
}.teaching-process-stat .info-wrapper-stat::before {
    width: 120px;
    right: -60px;
    height: 120px;
    top: -60px;
}.teaching-process-stat .info-wrapper-stat::after {
    width: 100%;
    bottom: -20px;
    left: 0;
}.teaching-process-stat .skill-track-stat::before,
    .teaching-process-stat .skill-track-stat::after,
    .teaching-process-stat::after {
    display: none;
}
}

@media screen and (max-width: 480px) {.teaching-process-stat {
    padding: 70px 0;
}.teaching-process-stat .info-wrapper-stat {
    padding: 30px 20px;
    width: 100%;
}.teaching-process-stat .info-wrapper-stat h2 {
    padding-bottom: 12px;
    margin-bottom: 20px;
    font-size: calc(28px * 0.8);
}.teaching-process-stat .info-wrapper-stat h2::after {
    height: 3px;
    width: 50px;
}.teaching-process-stat .info-wrapper-stat p {
    font-size: calc(18px * 0.9);
}.teaching-process-stat .info-wrapper-stat::before {
    width: 80px;
    height: 80px;
    top: -40px;
    right: -40px;
}}.join-our-mailing-list-stat {
    color: var(--newsletter-text-color);
    padding: 6rem 0;
    background: linear-gradient(135deg, var(--newsletter-background), rgba(20, 30, 60, 0.95));
    perspective: var(--perspective-depth);
    --newsletter-text-color: #ffffff;
    --newsletter-accent: rgb(175,174,176);
    --input-focus-scale: 1.02;
    overflow: hidden;
    position: relative;
    --animation-time: 0.5s;
    --perspective-depth: 1000px;
    --newsletter-background: #000000;
    --newsletter-shadow: rgba(0, 0, 0, 0.25);
    font-family: Arial, sans-serif;
}.join-our-mailing-list-stat::before {
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 15px,
        transparent 15px,
        transparent 30px
    );
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    z-index: 0;
    width: 100%;
    transform: translateZ(-50px);
    left: 0;
}.join-our-mailing-list-stat::after {
    position: absolute;
    right: -20%;
    height: 200%;
    width: 70%;
    content: "";
    z-index: 1;
    pointer-events: none;
    transform: rotate(-15deg);
    top: -50%;
    background: radial-gradient(
        ellipse at center,
        rgba(rgb(175,174,176,0.5), 0.15),
        transparent 70%
    );
}.join-our-mailing-list-stat .container {
    padding: 0 2rem;
    transform-style: preserve-3d;
    max-width: 1200px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}.join-our-mailing-list-stat .skill-track-stat {
    display: flex;
    transform: translateZ(0);
    flex-direction: column;
    animation: float 7s ease-in-out infinite;
    gap: 2.5rem;
    align-items: flex-start;
}.join-our-mailing-list-stat h4 {
    font-weight: 600;
    color: var(--newsletter-text-color);
    text-shadow: 0 4px 12px var(--newsletter-shadow);
    font-size: min(2.2rem, 5vw);
    margin: 0;
    position: relative;
    transform: translateZ(30px);
    max-width: 800px;
    line-height: 1.3;
}.join-our-mailing-list-stat h4::after {
    transition: transform var(--animation-time) cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 80px;
    transform-origin: left;
    transform: scaleX(0.8);
    background: var(--newsletter-accent);
    height: 3px;
    content: "";
    bottom: -15px;
    position: absolute;
    left: 0;
}.join-our-mailing-list-stat .skill-track-stat:hover h4::after {
    transform: scaleX(1);
}.join-our-mailing-list-stat .input_holder {
    width: 100%;
    filter: drop-shadow(0 10px 20px var(--newsletter-shadow));
    gap: 1rem;
    position: relative;
    transform: translateZ(50px);
    display: flex;
}.join-our-mailing-list-stat .input_holder span {
    transform-style: preserve-3d;
    display: flex;
    position: relative;
}.join-our-mailing-list-stat .input_holder span:first-child {
    flex: 1;
    min-width: 0;
}.join-our-mailing-list-stat .input_holder input {
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    width: 100%;
    font-size: 1rem;
    color: #000000;
    transform: translateZ(0);
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.9);
    outline: none;
    padding: 1.2rem 1.5rem;
    border: none;
    transition: all var(--animation-time) cubic-bezier(0.34, 1.56, 0.64, 1);
}.join-our-mailing-list-stat .input_holder input[type="email"] {
    border-left: 3px solid var(--newsletter-accent);
}.join-our-mailing-list-stat .input_holder input[type="email"]:focus {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    transform: scale(var(--input-focus-scale)) translateZ(20px);
    background: #ffffff;
}.join-our-mailing-list-stat .input_holder input[type="email"]::placeholder {
    transition: opacity 0.3s;
    color: rgba(rgba(0, 0, 0, 0.5), 0.6);
}.join-our-mailing-list-stat .input_holder input[type="email"]:focus::placeholder {
    opacity: 0.5;
}.join-our-mailing-list-stat .input_holder input[type="submit"] {
    color: #ffffff;
    background: var(--newsletter-accent);
    text-transform: uppercase;
    border-radius: 4px;
    font-weight: 600;
    overflow: hidden;
    transition: all var(--animation-time) cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    white-space: nowrap;
    letter-spacing: 0.5px;
    cursor: pointer;
}.join-our-mailing-list-stat .input_holder input[type="submit"]:hover {
    transform: scale(1.05) translateZ(20px);
    box-shadow: 0 10px 25px rgba(rgb(175,174,176,0.5), 0.4);
}.join-our-mailing-list-stat .input_holder input[type="submit"]:active {
    transform: scale(0.98) translateZ(5px);
}.join-our-mailing-list-stat .input_holder input[type="submit"]::before {
    left: -50%;
    content: "";
    background: radial-gradient(circle, rgba(255,255,255,0.3) 0%, transparent 70%);
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    width: 200%;
    transform: scale(0);
    top: -50%;
    position: absolute;
    height: 200%;
}.join-our-mailing-list-stat .input_holder input[type="submit"]:hover::before {
    transform: scale(1);
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) translateZ(0);
    }
    50% {
        transform: translateY(-10px) translateZ(0);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.8;
    }
    50% {
        opacity: 1;
    }
}

@media (min-width: 768px) {.join-our-mailing-list-stat .skill-track-stat {
    gap: 3rem;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
}.join-our-mailing-list-stat h4 {
    max-width: 60%;
}.join-our-mailing-list-stat .input_holder {
    max-width: 50%;
}
}

@media (max-width: 767px) {.join-our-mailing-list-stat {
    padding: 4rem 0;
}.join-our-mailing-list-stat .skill-track-stat {
    align-items: center;
    text-align: center;
}.join-our-mailing-list-stat h4 {
    font-size: clamp(1.5rem, 5vw, 2rem);
}.join-our-mailing-list-stat h4::after {
    transform: translateX(-50%) scaleX(0.8);
    left: 50%;
}.join-our-mailing-list-stat .skill-track-stat:hover h4::after {
    transform: translateX(-50%) scaleX(1);
}.join-our-mailing-list-stat .input_holder {
    flex-direction: column;
    width: 100%;
}.join-our-mailing-list-stat .input_holder span {
    width: 100%;
}
}

@media (max-width: 480px) {.join-our-mailing-list-stat {
    padding: 3rem 0;
}.join-our-mailing-list-stat h4 {
    font-size: 1.3rem;
}.join-our-mailing-list-stat .input_holder input {
    padding: 1rem;
}}.program-assets-stat {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(207,206,189) 0%, rgba(247, 248, 255, 0.85) 100%);
    padding: 5rem 0;
}.program-assets-stat .container {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    padding: 0 2rem;
}.program-assets-stat .skill-track-stat {
    gap: 3rem;
    flex-direction: column-reverse;
    position: relative;
    display: flex;
}.program-assets-stat .info-wrapper-stat {
    z-index: 2;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transform: translateY(0);
    background: rgba(255, 255, 255, 0.7);
    padding: 2rem;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    backdrop-filter: blur(10px);
}.program-assets-stat .info-wrapper-stat:hover {
    transform: translateY(-5px);
}.program-assets-stat .info-wrapper-stat::before {
    content: "";
    left: 0;
    height: 0;
    position: absolute;
    background: rgb(175,174,176);
    top: 0;
    transition: height 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    width: 3px;
}.program-assets-stat .info-wrapper-stat:hover::before {
    height: 100%;
}.program-assets-stat h4 {
    position: relative;
    border-left: 3px solid rgb(131,133,133);
    font-weight: 600;
    line-height: 1.4;
    font-size: 1.8rem;
    margin-bottom: 2rem;
    color: #000000;
    padding-left: 1rem;
}.program-assets-stat .info-wrapper-stat > div {
    flex-direction: column;
    display: flex;
    gap: 1.5rem;
}.program-assets-stat ul {
    padding: 0;
    list-style: none;
    margin: 0;
}.program-assets-stat li {
    transition: transform 0.4s ease;
    position: relative;
    margin-bottom: 1.25rem;
    transform: translateX(0);
}.program-assets-stat li:hover {
    transform: translateX(5px);
}.program-assets-stat li p {
    line-height: 1.6;
    align-items: flex-start;
    margin: 0;
    display: flex;
    font-size: 18px;
    color: #000000;
    gap: 1rem;
}.program-assets-stat li p span:first-child {
    margin-top: 0.2rem;
    flex-shrink: 0;
}.program-assets-stat li svg {
    width: 24px;
    height: 24px;
    transform: scale(1);
    transition: transform 0.3s ease;
}.program-assets-stat li:hover svg {
    transform: scale(1.15);
}.program-assets-stat li svg path {
    fill: rgb(175,174,176);
    transition: fill 0.3s ease;
}.program-assets-stat li:hover svg path {
    fill: rgb(131,133,133);
}.program-assets-stat .img-header-stat {
    filter: saturate(0.9);
    width: 100%;
    transform: scale(1);
    object-fit: cover;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    border-radius: 18px;
    height: auto;
}.program-assets-stat .img-header-stat:hover {
    transform: scale(1.02);
    filter: saturate(1.1);
}

@media (min-width: 768px) {.program-assets-stat {
    padding: 7rem 0;
}.program-assets-stat .skill-track-stat {
    flex-direction: row;
    gap: 5rem;
    align-items: center;
}.program-assets-stat .info-wrapper-stat {
    padding: 3rem;
    flex: 1;
}.program-assets-stat .img-header-stat {
    max-height: 500px;
    max-width: 45%;
    flex: 1;
    height: 100%;
}.program-assets-stat .info-wrapper-stat > div {
    flex-direction: row;
}.program-assets-stat h4 {
    padding-left: 1.5rem;
    font-size: 2rem;
}
}

@media (min-width: 992px) {.program-assets-stat {
    padding: 8rem 0;
}.program-assets-stat .skill-track-stat {
    gap: 6rem;
}.program-assets-stat .info-wrapper-stat {
    padding: 3.5rem;
}.program-assets-stat .img-header-stat {
    transform: perspective(1000px) rotateY(-3deg);
    border-radius: 100px;
}.program-assets-stat .img-header-stat:hover {
    transform: perspective(1000px) rotateY(0deg) scale(1.02);
}.program-assets-stat h4 {
    font-size: 2.2rem;
}.program-assets-stat li {
    margin-bottom: 1.5rem;
}.program-assets-stat li p {
    font-size: calc(18px + 0.1rem);
}
}

@media (min-width: 1200px) {.program-assets-stat .info-wrapper-stat::after {
    border-bottom: 3px solid rgb(131,133,133);
    bottom: 0;
    opacity: 0;
    width: 60px;
    position: absolute;
    transition: opacity 0.5s ease, transform 0.5s ease;
    border-right: 3px solid rgb(131,133,133);
    content: "";
    right: 0;
    height: 60px;
    transform: translate(10px, 10px);
}.program-assets-stat .info-wrapper-stat:hover::after {
    opacity: 1;
    transform: translate(0, 0);
}.program-assets-stat h4 {
    font-size: 2.4rem;
}.program-assets-stat li p {
    font-size: calc(18px + 0.15rem);
}.program-assets-stat .img-header-stat {
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.7s ease;
}.program-assets-stat .img-header-stat:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}
}

@media (prefers-reduced-motion: reduce) {.program-assets-stat *,
    .program-assets-stat *::before,
    .program-assets-stat *::after {
    animation-duration: 0.01s !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01s !important;
}}.cookieAlertPromptPanel-stat {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 90;
    background: rgb(207,206,189);
    border-top: 2px solid rgb(175,174,176);
}.cookie-guide-stat {
    justify-content: space-between;
    padding: 20px 0;
    display: flex;
    align-items: center;
}.cookieAlertPromptPanel-stat h5 {
    font-size: 22px;
    margin-bottom: 6px;
}.cookieAlertPromptPanel-stat p {
    font-size: 18px;
}.cookie-visitor-stat {
    flex-shrink: 0;
    margin-right: 10px;
}.cookie-visitor-stat svg, .cookie-visitor-stat svg path, .cookie-visitor-stat img {
    height: 100px;
    fill: rgb(175,174,176);
    width: 100px;
}.edu-approve-stat {
    color: rgb(175,174,176);
    white-space: nowrap;
    font-size: 24px;
    flex-shrink: 0;
    text-align: center;
    line-height: 35px;
    min-width: 120px;
    border-bottom: 2px solid rgb(175,174,176);
    text-decoration: none;
    cursor: pointer;
    margin-left: 10px;
}.cookieAlertPromptPanel-stat p a {
    color: rgb(175,174,176);
    text-decoration: none;
}#consentNotification-stat {
    display: none;
}#consentNotification-stat:checked ~ .cookieAlertPromptPanel-stat {
    opacity: 0;
    visibility: hidden;
}
@media only screen and (max-width: 1200px) {.cookieAlertPromptPanel-stat {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.cookie-visitor-stat {
    display: none;
}.cookie-guide-stat {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}.cookieAlertPromptPanel-stat h5 {
    text-align: center;
}.cookieAlertPromptPanel-stat p {
    text-align: center;
}.web-tracking-stat {
    margin-bottom: 20px;
}body .warp-container-stat .edu-approve-stat {
    margin-left: 0;
}}
.warp-container-stat .cookie-guide-stat {
    justify-content: flex-end;
}.warp-container-stat .edu-approve-stat {
    font-size: 20px;
    padding: 10px;
    margin-left: 30px;
    color: #ffffff;
    background: rgb(175,174,176);
}.warp-container-stat .web-tracking-stat {
    text-align: right;
}
@media only screen and (max-width: 800px)  {.warp-container-stat .edu-approve-stat {
    margin-bottom: 10px;
    margin-left: 0;
}
}