* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}html,body {
    color: #000000;
    font-family: Arial, sans-serif;
    min-height: 100%;
    height: 100%;
}.container {
    width: 1100px;
    margin: auto;
    max-width: 100%;
}.nav-lead-stat {
    flex: 1 0 auto;
}.wrapper-viewport-stat {
    min-height: 100%;
    height: 100%;
    flex-direction: column;
    display: flex;
}a {
    color: inherit;
    text-decoration: none;
}svg {
    height: 30px;
    width: 30px;
}header,footer {
    width: 100%;
}.play-market-stat {
    flex: 0 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.training-specialist-stat {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(180,189,201) 0%, #ffffff 100%);
}.training-specialist-stat::before {
    top: -100px;
    z-index: 0;
    filter: blur(120px);
    content: "";
    position: absolute;
    height: 400px;
    background: rgb(146,157,170,0.5);
    right: -100px;
    width: 400px;
}.training-specialist-stat::after {
    left: -50px;
    position: absolute;
    width: 300px;
    filter: blur(100px);
    background: rgb(113,124,136,0.5);
    height: 300px;
    content: "";
    bottom: -50px;
    z-index: 0;
}.training-specialist-stat .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 1;
    position: relative;
}.training-specialist-stat .feedback-track-stat {
    backdrop-filter: blur(10px);
    padding: 40px;
    transform-style: preserve-3d;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
              0 4px 8px rgba(0, 0, 0, 0.04);
    grid-template-columns: 1fr;
    position: relative;
    transform: perspective(1000px) rotateY(2deg);
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    display: grid;
    background: rgba(255, 255, 255, 0.9);
    gap: 30px;
}.training-specialist-stat .feedback-track-stat:hover {
    transform: perspective(1000px) rotateY(0deg);
}.training-specialist-stat .feedback-track-stat > div:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
}.training-specialist-stat .feedback-track-stat .pic-show-stat {
    height: 180px;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 180px;
    position: relative;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}.training-specialist-stat .feedback-track-stat:hover .pic-show-stat {
    transform: translateZ(20px) scale(1.05);
}.training-specialist-stat .feedback-track-stat .pic-show-stat::before {
    inset: 0;
    position: absolute;
    background: linear-gradient(
    45deg,
    transparent 60%,
    rgb(146,157,170,0.5) 100%
  );
    content: "";
    z-index: 1;
}.training-specialist-stat .feedback-track-stat > div:nth-child(2) {
    transform: translateZ(10px);
    text-align: center;
}.training-specialist-stat .feedback-track-stat .name {
    font-weight: 700;
    font-size: calc(21px * 1.1);
    margin-bottom: 10px;
    color: rgb(146,157,170);
    display: inline-block;
    position: relative;
}.training-specialist-stat .feedback-track-stat .name::after {
    bottom: -8px;
    position: absolute;
    width: 80px;
    height: 2px;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    background: rgb(113,124,136);
}.training-specialist-stat .feedback-track-stat > div:nth-child(2) > div {
    font-size: calc(13px * 0.95);
    margin-top: 15px;
    color: #000000;
    font-style: italic;
    font-weight: 600;
}.training-specialist-stat .feedback-track-stat > div:nth-child(3) {
    position: relative;
}.training-specialist-stat .feedback-track-stat .emp-back-stat {
    padding: 20px 0;
    margin: 0;
    font-size: 13px;
    color: #000000;
    transform: translateZ(5px);
    position: relative;
    line-height: 1.7;
}.training-specialist-stat .feedback-track-stat .emp-back-stat::before,
.training-specialist-stat .feedback-track-stat .emp-back-stat::after {
    content: "";
    line-height: 1;
    position: absolute;
    color: rgb(146,157,170,0.5);
    font-size: 80px;
    font-family: Georgia, serif;
}.training-specialist-stat .feedback-track-stat .emp-back-stat::before {
    left: -15px;
    top: -20px;
}.training-specialist-stat .feedback-track-stat .emp-back-stat::after {
    content: "";
    bottom: -60px;
    right: -15px;
}

@media (min-width: 768px) {.training-specialist-stat .feedback-track-stat {
    gap: 30px 40px;
    grid-template-columns: 220px 1fr;
    grid-template-rows: auto 1fr;
    padding: 50px;
}.training-specialist-stat .feedback-track-stat > div:first-child {
    grid-row: span 2;
}.training-specialist-stat .feedback-track-stat > div:nth-child(2) {
    text-align: left;
    align-self: end;
}.training-specialist-stat .feedback-track-stat .name::after {
    transform: none;
    left: 0;
}.training-specialist-stat .feedback-track-stat .emp-back-stat {
    padding: 10px 0 10px 30px;
    border-left: 3px solid rgb(113,124,136,0.5);
}
}

@media (min-width: 992px) {.training-specialist-stat {
    padding: 140px 0;
}.training-specialist-stat .feedback-track-stat {
    padding: 60px;
    grid-template-columns: 260px 1fr;
    gap: 40px 60px;
}.training-specialist-stat .feedback-track-stat .pic-show-stat {
    height: 220px;
    width: 220px;
}.training-specialist-stat .feedback-track-stat .name {
    font-size: calc(21px * 1.2);
}.training-specialist-stat .feedback-track-stat .emp-back-stat {
    line-height: 1.8;
    font-size: calc(13px * 1.05);
}
}

@media (max-width: 767px) {.training-specialist-stat {
    padding: 80px 0;
}.training-specialist-stat .feedback-track-stat {
    padding: 30px 25px;
}.training-specialist-stat .feedback-track-stat .pic-show-stat {
    height: 150px;
    width: 150px;
}.training-specialist-stat .feedback-track-stat .emp-back-stat {
    font-size: calc(13px * 0.95);
    line-height: 1.6;
}.training-specialist-stat .feedback-track-stat .emp-back-stat::before,
  .training-specialist-stat .feedback-track-stat .emp-back-stat::after {
    font-size: 60px;
}
}

@media (max-width: 480px) {.training-specialist-stat {
    padding: 60px 0;
}.training-specialist-stat .feedback-track-stat {
    padding: 25px 20px;
    gap: 20px;
}.training-specialist-stat .feedback-track-stat .pic-show-stat {
    height: 120px;
    width: 120px;
}.training-specialist-stat .feedback-track-stat .name {
    font-size: 21px;
}.training-specialist-stat .feedback-track-stat > div:nth-child(2) > div {
    font-size: calc(13px * 0.9);
}}.ideal-participants-stat {
    background: linear-gradient(135deg, rgb(180,189,201) 0%, rgb(146,157,170,0.5) 100%);
    padding: 5rem 2rem;
    overflow: hidden;
    position: relative;
}.ideal-participants-stat::before {
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    z-index: 1;
    content: "";
    animation: rotate 20s linear infinite;
    height: 500px;
    border: 2px solid rgba(255, 255, 255, 0.1);
    position: absolute;
    width: 500px;
    border-radius: 50%;
}.ideal-participants-stat::after {
    z-index: 1;
    height: 800px;
    left: 50%;
    content: "";
    top: 50%;
    border: 4px dotted rgb(146,157,170,0.5);
    animation: rotate-reverse 30s linear infinite;
    width: 800px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    position: absolute;
}@keyframes rotate {
    from { transform: translate(-50%, -50%) rotate(0deg); }
    to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes rotate-reverse {
    from { transform: translate(-50%, -50%) rotate(360deg); }
    to { transform: translate(-50%, -50%) rotate(0deg); }
}

.ideal-participants-stat .learn-study-stat {
    z-index: 5;
    padding: 2rem;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    border-radius: 15px;
}.ideal-participants-stat .learn-study-stat::before {
    content: "";
    animation: pulse 8s ease-in-out infinite alternate;
    background: radial-gradient(circle, rgb(113,124,136,0.5) 0%, transparent 70%);
    transform: translate(-50%, -50%);
    filter: blur(50px);
    width: 300px;
    height: 300px;
    border-radius: 50%;
    left: 50%;
    z-index: -1;
    top: 50%;
    position: absolute;
}@keyframes pulse {
    0% { opacity: 0.3; transform: translate(-50%, -50%) scale(0.8); }
    100% { opacity: 0.7; transform: translate(-50%, -50%) scale(1.2); }
}

.ideal-participants-stat h3 {
    margin-bottom: 4rem;
    font-size: 31px;
    font-weight: 700;
    text-align: center;
    position: relative;
    color: #ffffff;
    z-index: 10;
}.ideal-participants-stat h3::after {
    background: rgb(146,157,170);
    border-radius: 50px;
    width: 150px;
    left: 50%;
    box-shadow: 0 0 15px rgb(146,157,170);
    height: 3px;
    position: absolute;
    bottom: -15px;
    animation: glow 3s infinite alternate;
    transform: translateX(-50%);
    content: "";
}@keyframes glow {
    0% { box-shadow: 0 0 5px rgb(146,157,170); }
    100% { box-shadow: 0 0 20px rgb(146,157,170), 0 0 40px rgb(146,157,170,0.5); }
}

.ideal-participants-stat ul {
    list-style: none;
    display: grid;
    position: relative;
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
    gap: 2.5rem;
    margin: 0;
}.ideal-participants-stat li {
    background-color: rgba(0, 0, 0, 0.2);
    transition: all 0.4s ease;
    align-items: center;
    backdrop-filter: blur(10px);
    overflow: hidden;
    padding: 1.5rem 2rem;
    color: #ffffff;
    position: relative;
    font-size: 18px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    border-radius: 50px;
}.ideal-participants-stat li::before {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    content: "";
}.ideal-participants-stat li::after {
    background: rgba(255, 255, 255, 0.2);
    animation: data-stream 5s infinite;
    position: absolute;
    height: 150%;
    transform: rotate(20deg) translateX(-150px);
    z-index: 0;
    width: 50px;
    content: "";
    opacity: 0;
    animation-delay: calc(var(--i, 0) * 1s);
}.ideal-participants-stat li:nth-child(1) {
    --i: 0;
}.ideal-participants-stat li:nth-child(2) {
    --i: 1;
}.ideal-participants-stat li:nth-child(3) {
    --i: 2;
}.ideal-participants-stat li:nth-child(4) {
    --i: 3;
}.ideal-participants-stat li:nth-child(5) {
    --i: 4;
}.ideal-participants-stat li:nth-child(6) {
    --i: 5;
}.ideal-participants-stat li:nth-child(7) {
    --i: 6;
}.ideal-participants-stat li:nth-child(8) {
    --i: 7;
}.ideal-participants-stat li:nth-child(9) {
    --i: 8;
}.ideal-participants-stat li:nth-child(10) {
    --i: 9;
}@keyframes data-stream {
    0% { transform: rotate(20deg) translateX(-150px); opacity: 0; }
    20% { opacity: 0.5; }
    100% { transform: rotate(20deg) translateX(500px); opacity: 0; }
}

.ideal-participants-stat li:hover {
    border-color: rgb(113,124,136);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    transform: translateY(-5px);
}.ideal-participants-stat svg {
    z-index: 2;
    position: relative;
    width: 30px;
    transition: all 0.4s ease;
    margin-right: 1.5rem;
    height: 30px;
}.ideal-participants-stat svg path {
    fill: rgb(113,124,136);
    transition: all 0.4s ease;
}.ideal-participants-stat li:hover svg {
    transform: rotate(15deg);
}.ideal-participants-stat li:hover svg path {
    fill: rgb(146,157,170);
}

@media (max-width: 1200px) {.ideal-participants-stat::before {
    width: 400px;
    height: 400px;
}.ideal-participants-stat::after {
    width: 600px;
    height: 600px;
}
}

@media (max-width: 992px) {.ideal-participants-stat {
    padding: 4rem 1.5rem;
}.ideal-participants-stat ul {
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
}.ideal-participants-stat li {
    padding: 1.25rem 1.5rem;
}
}

@media (max-width: 768px) {.ideal-participants-stat {
    padding: 3.5rem 1.5rem;
}.ideal-participants-stat ul {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.ideal-participants-stat::before {
    width: 300px;
    height: 300px;
}.ideal-participants-stat::after {
    width: 450px;
    height: 450px;
}.ideal-participants-stat h3 {
    font-size: calc(31px * 0.9);
}
}

@media (max-width: 576px) {.ideal-participants-stat {
    padding: 3rem 1rem;
}.ideal-participants-stat .learn-study-stat {
    padding: 1.5rem 1rem;
}.ideal-participants-stat h3 {
    font-size: calc(31px * 0.8);
    margin-bottom: 3rem;
}.ideal-participants-stat li {
    padding: 1rem 1.25rem;
}.ideal-participants-stat svg {
    margin-right: 1rem;
    height: 25px;
    width: 25px;
}}header {
    top: 0;
    background: rgb(180,189,201);
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    z-index: 1000;
    left: 0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    position: fixed;
    width: 100%;
}header:before {
    width: 100%;
    position: absolute;
    top: 0;
    background: linear-gradient(90deg, 
        rgb(146,157,170) 0%, 
        rgb(113,124,136) 50%, 
        rgb(146,157,170) 100%
    );
    height: 5px;
    content: '';
    left: 0;
}header:after {
    pointer-events: none;
    width: 100%;
    background-size: 20px 20px;
    bottom: 0;
    content: '';
    position: absolute;
    height: 100%;
    opacity: 0.4;
    background-color: rgba(0, 0, 0, 0.01);
    left: 0;
    background: 
        linear-gradient(135deg, rgb(180,189,201) 25%, transparent 25%) -10px 0,
        linear-gradient(225deg, rgb(180,189,201) 25%, transparent 25%) -10px 0,
        linear-gradient(315deg, rgb(180,189,201) 25%, transparent 25%),
        linear-gradient(45deg, rgb(180,189,201) 25%, transparent 25%);
}header .main-head-stat {
    overflow: hidden;
    position: relative;
}header .main-head-stat:before {
    content: '';
    left: 0;
    height: 1px;
    width: 100%;
    background: linear-gradient(to right, 
        transparent, 
        rgb(146,157,170,0.5),
        transparent
    );
    position: absolute;
    bottom: 0;
}header .container {
    position: relative;
    margin: 0 auto;
    padding: 15px 25px;
    max-width: 1200px;
}header .container:before {
    position: absolute;
    top: 50%;
    opacity: 0.7;
    background: rgb(146,157,170);
    transform: translateY(-50%) rotate(45deg);
    height: 8px;
    left: 10px;
    width: 8px;
    content: '';
}header .container:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    opacity: 0.7;
    content: '';
    width: 8px;
    background: rgb(113,124,136);
    height: 8px;
    right: 10px;
}header .head-main-stat {
    justify-content: space-between;
    display: flex;
    align-items: center;
    position: relative;
}header .head-main-stat:before {
    width: 100%;
    background: linear-gradient(90deg,
        transparent 0%,
        #000000 20%,
        #000000 80%,
        transparent 100%
    );
    height: 1px;
    bottom: -10px;
    opacity: 0.2;
    left: 0;
    position: absolute;
    content: '';
}header .header-nav-stat {
    align-items: center;
    gap: 30px;
    display: flex;
    position: relative;
}header .header-nav-stat:before {
    left: 0;
    transform: scaleX(0.9);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    bottom: -8px;
    content: '';
    transform-origin: center;
    background: rgb(146,157,170);
    height: 2px;
    width: 100%;
    position: absolute;
    opacity: 0;
}header .header-nav-stat:hover:before {
    opacity: 0.3;
    transform: scaleX(1);
}header .main-skill-stat {
    font-weight: 600;
    padding: 8px 2px;
    font-size: 13px;
    letter-spacing: 0.5px;
    color: #000000;
    transition: all 0.3s ease;
    text-decoration: none;
    font-family: Arial, sans-serif;
    overflow: hidden;
    text-transform: uppercase;
    position: relative;
}header .main-skill-stat:before {
    transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    transform: translateX(-101%);
    position: absolute;
    background: rgb(146,157,170);
    content: '';
    left: 0;
    width: 100%;
    bottom: 0;
    height: 2px;
}header .main-skill-stat:after {
    content: '';
    transition: all 0.3s ease;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 8px;
    height: 8px;
    position: absolute;
    top: 100%;
    left: 50%;
    opacity: 0;
    background: rgb(146,157,170);
}header .main-skill-stat:hover {
    color: rgb(146,157,170);
}header .main-skill-stat:hover:before {
    transform: translateX(0);
}header .main-skill-stat:hover:after {
    top: calc(100% - 3px);
    opacity: 1;
}header .header-page-stat {
    text-decoration: none;
    position: relative;
    padding: 5px 12px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}header .header-page-stat:before {
    top: 0;
    height: 100%;
    opacity: 0;
    background: linear-gradient(rgb(180,189,201), rgb(180,189,201)) padding-box,
                linear-gradient(135deg, rgb(146,157,170), rgb(113,124,136)) border-box;
    width: 100%;
    position: absolute;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    left: 0;
    border: 2px solid transparent;
    border-radius: 10px;
    content: '';
}header .header-page-stat:after {
    background: linear-gradient(135deg, rgb(146,157,170), rgb(113,124,136));
    width: 10px;
    border-radius: 50%;
    transform: scale(0);
    height: 10px;
    content: '';
    position: absolute;
    opacity: 0;
    top: -5px;
    transition: all 0.4s ease;
    left: -5px;
}header .header-page-stat:hover:before {
    opacity: 1;
}header .header-page-stat:hover:after {
    opacity: 1;
    transform: scale(1);
}header .header-page-stat svg {
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    height: 42px;
    width: auto;
}header .header-page-stat:hover svg {
    transform: scale(1.05);
}

@keyframes drawBorder {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 300% 0%;
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.7;
    }
    50% {
        opacity: 1;
    }
}

@media (max-width: 991px) {header .container {
    padding: 15px 20px;
}header .header-nav-stat {
    gap: 20px;
}header .header-page-stat svg {
    height: 38px;
}
}

@media (max-width: 767px) {header .header-nav-stat {
    transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    padding: 75px 30px 30px;
    right: -100%;
    height: 100vh;
    gap: 5px;
    width: 80%;
    max-width: 320px;
    top: 0;
    z-index: 1001;
    flex-direction: column;
    background: rgb(180,189,201);
    position: fixed;
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.1);
}header .header-nav-stat:before {
    bottom: auto;
    left: 10%;
    width: 80%;
    top: 60px;
    height: 1px;
}header .menu.active {
    right: 0;
}header .main-skill-stat {
    padding: 14px 5px;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}header .main-skill-stat:last-child {
    border-bottom: none;
}header .main-skill-stat:after {
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
    left: 10px;
}header .main-skill-stat:hover:after {
    top: 50%;
    opacity: 1;
    left: 5px;
}header .header-page-stat {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .container:before,
    header .container:after {
    display: none;
}header .header-page-stat svg {
    height: 35px;
}}.course-program-info-stat {
    padding: 100px 0 120px;
    background: linear-gradient(135deg, rgb(180,189,201) 0%, rgba(245, 247, 250, 1) 100%);
    position: relative;
    overflow: hidden;
}.course-program-info-stat::before {
    left: 0;
    height: 100%;
    z-index: 0;
    content: "";
    background-size: 30px 30px;
    top: 0;
    width: 100%;
    position: absolute;
    animation: patternFloat 60s linear infinite;
    background-image: 
        linear-gradient(30deg, rgba(rgb(146,157,170,0.5), 0.03) 1px, transparent 1px),
        linear-gradient(120deg, rgba(rgb(146,157,170,0.5), 0.03) 1px, transparent 1px);
}.course-program-info-stat::after {
    background: linear-gradient(135deg, rgba(rgb(146,157,170,0.5), 0.08) 0%, rgba(rgb(113,124,136,0.5), 0.05) 100%);
    top: -50%;
    right: -20%;
    height: 200%;
    z-index: 0;
    position: absolute;
    content: "";
    width: 70%;
    transform: rotate(-15deg);
}.course-program-info-stat .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 1;
    padding: 0 20px;
    position: relative;
}.course-program-info-stat h2 {
    margin-left: auto;
    position: relative;
    margin-bottom: 50px;
    transform: perspective(1000px) rotateX(0deg);
    text-align: center;
    line-height: 1.3;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    color: #000000;
    font-weight: 700;
    font-size: 37px;
    margin-right: auto;
    max-width: 800px;
}.course-program-info-stat h2::after {
    width: 80px;
    position: absolute;
    transition: width 0.3s ease;
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(146,157,170) 0%, rgb(113,124,136) 100%);
    height: 3px;
    content: "";
}.course-program-info-stat h2:hover {
    transform: perspective(1000px) rotateX(2deg);
}.course-program-info-stat h2:hover::after {
    width: 120px;
}.course-program-info-stat .learn-map-stat {
    transform-style: preserve-3d;
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    perspective: 1000px;
    position: relative;
    align-items: center;
    gap: 40px;
}.course-program-info-stat .pic-show-stat {
    height: 500px;
    box-shadow: 0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.15);
    transform: translateZ(20px);
    border-radius: 3px;
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
}.course-program-info-stat .pic-show-stat::before {
    z-index: 1;
    content: "";
    top: 0;
    background: linear-gradient(
        to bottom,
        rgba(rgb(146,157,170,0.5), 0.2),
        rgba(rgba(0, 0, 0, 0.5), 0.4)
    );
    transition: opacity 0.3s ease;
    position: absolute;
    width: 100%;
    left: 0;
    opacity: 0.7;
    height: 100%;
}.course-program-info-stat .pic-show-stat:hover {
    transform: translateZ(30px) scale(1.02);
}.course-program-info-stat .pic-show-stat:hover::before {
    opacity: 0.5;
}.course-program-info-stat .text-block-stat {
    scrollbar-color: rgb(146,157,170) rgba(rgb(180,189,201), 0.5);
    transform: translateZ(10px);
    max-height: 500px;
    padding-right: 15px;
    overflow-y: auto;
    scrollbar-width: thin;
    position: relative;
}.course-program-info-stat .text-block-stat::-webkit-scrollbar {
    width: 6px;
}.course-program-info-stat .text-block-stat::-webkit-scrollbar-track {
    border-radius: 3px;
    background: rgba(rgb(180,189,201), 0.5);
}.course-program-info-stat .text-block-stat::-webkit-scrollbar-thumb {
    background-color: rgb(146,157,170);
    border-radius: 3px;
}.course-program-info-stat .description {
    margin-bottom: 24px;
    transition: transform 0.3s ease;
    font-size: 18px;
    position: relative;
    line-height: 1.8;
    color: #000000;
}.course-program-info-stat .description:first-of-type {
    border-left: 3px solid rgb(146,157,170);
    padding-left: 20px;
    position: relative;
}.course-program-info-stat .description:last-of-type {
    position: relative;
    border-left: 3px solid rgb(113,124,136);
    padding-left: 20px;
}.course-program-info-stat .description:first-of-type::before {
    content: "";
    background: linear-gradient(to bottom, rgb(146,157,170), rgb(113,124,136));
    position: absolute;
    top: 0;
    transition: height 1.5s ease;
    left: -3px;
    width: 3px;
    height: 0;
}.course-program-info-stat .description:first-of-type:hover::before {
    height: 100%;
}

@keyframes patternFloat {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

@media screen and (max-width: 992px) {.course-program-info-stat {
    padding: 80px 0 100px;
}.course-program-info-stat h2 {
    margin-bottom: 40px;
    font-size: calc(37px * 0.9);
}.course-program-info-stat .learn-map-stat {
    gap: 30px;
    grid-template-columns: 1fr;
}.course-program-info-stat .pic-show-stat {
    order: -1;
    height: 400px;
}.course-program-info-stat .text-block-stat {
    max-height: 450px;
}
}

@media screen and (max-width: 768px) {.course-program-info-stat {
    padding: 60px 0 80px;
}.course-program-info-stat h2 {
    margin-bottom: 30px;
    font-size: calc(37px * 0.8);
}.course-program-info-stat h2::after {
    bottom: -12px;
    width: 60px;
}.course-program-info-stat .pic-show-stat {
    height: 320px;
}.course-program-info-stat .text-block-stat {
    max-height: 400px;
}.course-program-info-stat .description {
    font-size: calc(18px * 0.95);
    line-height: 1.7;
}
}

@media screen and (max-width: 576px) {.course-program-info-stat {
    padding: 50px 0 70px;
}.course-program-info-stat h2 {
    font-size: calc(37px * 0.7);
    margin-bottom: 25px;
}.course-program-info-stat h2::after {
    width: 50px;
    bottom: -10px;
}.course-program-info-stat .pic-show-stat {
    height: 250px;
}.course-program-info-stat .text-block-stat {
    max-height: 350px;
}.course-program-info-stat .description {
    line-height: 1.6;
    padding-left: 15px;
    font-size: calc(18px * 0.9);
}
}

@media (hover: none) {.course-program-info-stat h2:hover,
    .course-program-info-stat .pic-show-stat:hover {
    transform: none;
}.course-program-info-stat h2:hover::after {
    width: 80px;
}}.about-this-stat {
    position: relative;
    background: rgb(180,189,201);
    padding: 100px 0;
    overflow: hidden;
}.about-this-stat::before {
    width: 100%;
    z-index: 1;
    top: 0;
    position: absolute;
    background: linear-gradient(120deg, rgb(146,157,170,0.5) 0%, transparent 30%),
                linear-gradient(240deg, rgb(113,124,136,0.5) 0%, transparent 30%);
    content: "";
    left: 0;
    height: 100%;
}.about-this-stat .container {
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 2;
}.about-this-stat h2 {
    text-align: center;
    color: #000000;
    position: relative;
    margin-bottom: 60px;
    font-size: 32px;
    letter-spacing: 1px;
    font-weight: 700;
}.about-this-stat h2::after {
    height: 3px;
    background: linear-gradient(90deg, rgb(146,157,170), rgb(113,124,136));
    position: absolute;
    transform: translateX(-50%);
    border-radius: 10px;
    bottom: -15px;
    width: 100px;
    left: 50%;
    content: "";
}.about-this-stat .virtual-track-stat {
    gap: 30px;
    display: flex;
    flex-direction: column;
    position: relative;
}.about-this-stat .study-growth-stat {
    transition: all 0.3s ease;
    border-radius: 17px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    padding: 40px;
    overflow: hidden;
    border-left: 4px solid rgb(146,157,170);
    position: relative;
    background: rgba(255, 255, 255, 0.02);
}.about-this-stat .study-growth-stat:nth-child(2) {
    border-left-color: rgb(113,124,136);
}.about-this-stat .study-growth-stat::before {
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    z-index: -1;
    position: absolute;
    left: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), transparent);
    content: "";
    height: 100%;
    top: 0;
}.about-this-stat .study-growth-stat::after {
    width: 20px;
    animation: pulse 4s infinite;
    right: 30px;
    content: "";
    height: 20px;
    border-radius: 50%;
    position: absolute;
    border: 2px solid rgb(146,157,170,0.5);
    top: 30px;
}.about-this-stat .study-growth-stat:nth-child(2)::after {
    animation-delay: 2s;
    border-color: rgb(113,124,136,0.5);
}@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.2;
    }
    100% {
        transform: scale(1);
        opacity: 0.5;
    }
}

.about-this-stat .study-growth-stat:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    background: linear-gradient(to right, rgba(rgb(146,157,170,0.5), 0.03), rgba(255, 255, 255, 0.05));
}.about-this-stat .study-growth-stat h3 {
    font-size: 20px;
    font-weight: 600;
    position: relative;
    color: rgb(146,157,170);
    margin-bottom: 20px;
    display: inline-block;
}.about-this-stat .study-growth-stat:nth-child(2) h3 {
    color: rgb(113,124,136);
}.about-this-stat .study-growth-stat h3::before {
    position: absolute;
    bottom: -8px;
    height: 2px;
    content: "";
    background: currentColor;
    left: 0;
    width: 30px;
    transition: width 0.3s ease;
}.about-this-stat .study-growth-stat:hover h3::before {
    width: 100%;
}.about-this-stat .study-growth-stat p {
    position: relative;
    transition: padding-left 0.3s ease;
    font-size: 12px;
    line-height: 1.8;
    color: #000000;
    padding-left: 0;
}.about-this-stat .study-growth-stat:first-child {
    opacity: 0;
    animation: slideIn 0.6s forwards 0.2s;
    transform: translateX(-20px);
}.about-this-stat .study-growth-stat:last-child {
    transform: translateX(-20px);
    animation: slideIn 0.6s forwards 0.5s;
    opacity: 0;
}@keyframes slideIn {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.about-this-stat::after {
    z-index: 1;
    background-size: 50px 50px;
    position: absolute;
    opacity: 0.03;
    height: 100%;
    width: 100%;
    content: "";
    background-image: 
        linear-gradient(to right, rgba(0, 0, 0, 0.5) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 1px, transparent 1px);
    left: 0;
    top: 0;
}.about-this-stat .container::before,
.about-this-stat .container::after {
    width: 200px;
    content: "";
    opacity: 0.2;
    background: radial-gradient(circle, rgb(146,157,170,0.5) 0%, transparent 70%);
    position: absolute;
    height: 200px;
    z-index: -1;
    border-radius: 50%;
}.about-this-stat .container::before {
    top: -100px;
    right: -100px;
}.about-this-stat .container::after {
    bottom: -100px;
    background: radial-gradient(circle, rgb(113,124,136,0.5) 0%, transparent 70%);
    left: -100px;
}

@media (max-width: 992px) {.about-this-stat {
    padding: 80px 0;
}.about-this-stat h2 {
    margin-bottom: 50px;
}.about-this-stat .study-growth-stat {
    padding: 30px;
}
}

@media (max-width: 768px) {.about-this-stat {
    padding: 60px 0;
}.about-this-stat h2 {
    font-size: calc(32px * 0.9);
    margin-bottom: 40px;
}.about-this-stat .study-growth-stat {
    padding: 25px;
}.about-this-stat .study-growth-stat h3 {
    font-size: calc(20px * 0.9);
    margin-bottom: 15px;
}
}

@media (max-width: 576px) {.about-this-stat {
    padding: 40px 0;
}.about-this-stat h2 {
    margin-bottom: 30px;
    font-size: calc(32px * 0.8);
}.about-this-stat .study-growth-stat {
    border-left-width: 3px;
    padding: 20px;
}.about-this-stat .study-growth-stat::after {
    right: 20px;
    height: 15px;
    width: 15px;
    top: 20px;
}.about-this-stat .study-growth-stat p {
    font-size: calc(12px * 0.95);
    line-height: 1.6;
}.about-this-stat .container::before,
    .about-this-stat .container::after {
    height: 150px;
    width: 150px;
}}.title-page-stat {
    justify-content: center;
    padding: 2rem 1rem;
    align-items: center;
    position: relative;
    background: linear-gradient(135deg, rgb(180,189,201) 0%, rgb(146,157,170,0.5) 100%);
    min-height: 100vh;
    overflow: hidden;
    display: flex;
}.title-page-stat::before {
    bottom: 0;
    position: absolute;
    mix-blend-mode: overlay;
    left: 0;
    background: 
    radial-gradient(circle at 20% 30%, rgb(113,124,136,0.5) 0%, transparent 40%),
    radial-gradient(circle at 80% 70%, rgb(146,157,170,0.5) 0%, transparent 40%);
    z-index: 0;
    right: 0;
    content: "";
    top: 0;
}.title-page-stat::after {
    content: "";
    opacity: 0.05;
    height: 100%;
    z-index: 1;
    background-image: 
    linear-gradient(90deg, rgba(0, 0, 0, 0.5) 1px, transparent 1px),
    linear-gradient(0deg, rgba(0, 0, 0, 0.5) 1px, transparent 1px);
    background-position: center;
    background-size: 40px 40px;
    width: 100%;
    position: absolute;
}.title-page-stat .learning-lead-stat {
    gap: 2rem;
    transform: translateY(-2%);
    grid-template-columns: 1fr;
    z-index: 2;
    max-width: 1200px;
    display: grid;
    width: 100%;
    position: relative;
}.title-page-stat .learning-lead-stat > div:first-child {
    padding: 2rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: translateX(-10px) rotate(-1deg);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    background-color: #ffffff;
}.title-page-stat .learning-lead-stat > div:first-child:hover {
    transform: translateX(0) rotate(0);
}.title-page-stat .learning-lead-stat > div:first-child::before {
    content: "";
    z-index: -1;
    inset: 0;
    transform: translate(-5px, 5px);
    position: absolute;
    transition: transform 0.3s ease;
    border-left: 5px solid rgb(146,157,170);
}.title-page-stat .learning-lead-stat > div:first-child h3 {
    line-height: 1.6;
    font-weight: 600;
    font-size: 20px;
    margin: 0;
    color: #000000;
}.title-page-stat .learning-lead-stat > div:last-child {
    position: relative;
}.title-page-stat .learning-lead-stat > div:last-child > div {
    position: relative;
}.title-page-stat .fast-guide-stat {
    transform: perspective(1000px) rotateY(3deg);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
    position: relative;
    padding: 2.5rem;
    background: #ffffff;
}.title-page-stat .fast-guide-stat:hover {
    transform: perspective(1000px) rotateY(0);
}.title-page-stat .fast-guide-stat::before {
    opacity: 0.6;
    transition: transform 0.3s ease, opacity 0.3s ease;
    z-index: -1;
    filter: blur(10px);
    inset: 0;
    transform: translate(8px, 8px);
    background: linear-gradient(45deg, rgb(146,157,170) 0%, rgb(113,124,136) 100%);
    content: "";
    position: absolute;
}.title-page-stat .fast-guide-stat:hover::before {
    opacity: 0.8;
    transform: translate(12px, 12px);
}.title-page-stat .fast-guide-stat h1 {
    font-size: 45px;
    color: #000000;
    line-height: 1.2;
    display: inline-block;
    position: relative;
    margin: 0 0 1.5rem;
    font-weight: 700;
}.title-page-stat .fast-guide-stat h1::after {
    content: "";
    background: linear-gradient(90deg, rgb(146,157,170) 0%, rgb(113,124,136) 100%);
    height: 5px;
    transform-origin: left;
    transform: scaleX(0.7);
    bottom: -10px;
    width: 60%;
    position: absolute;
    left: 0;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}.title-page-stat .fast-guide-stat:hover h1::after {
    transform: scaleX(1);
}.title-page-stat .fast-guide-stat > div {
    margin-top: 2rem;
    position: relative;
    padding: 2rem;
    box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}.title-page-stat .fast-guide-stat > div::before {
    position: absolute;
    content: "";
    mix-blend-mode: color-burn;
    inset: 0;
    background: rgb(146,157,170,0.5);
}.title-page-stat .fast-guide-stat > div p {
    color: #ffffff;
    position: relative;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    font-size: calc(15px * 1.1);
    font-weight: 600;
    margin: 0;
}

@media (min-width: 768px) {.title-page-stat {
    padding: 3rem;
}.title-page-stat .learning-lead-stat {
    gap: 3rem;
    grid-template-columns: 1fr 1.5fr;
}.title-page-stat .learning-lead-stat > div:first-child {
    display: flex;
    align-items: center;
}.title-page-stat .learning-lead-stat > div:first-child h3 {
    font-size: 38px;
}.title-page-stat .fast-guide-stat {
    padding: 3.5rem;
}.title-page-stat .fast-guide-stat h1 {
    margin-bottom: 2rem;
    font-size: calc(45px * 1.2);
}.title-page-stat .fast-guide-stat > div {
    padding: 3rem;
    margin-top: 3rem;
}.title-page-stat .fast-guide-stat > div p {
    font-size: calc(15px * 1.3);
}
}

@media (min-width: 1024px) {.title-page-stat .learning-lead-stat {
    grid-template-columns: 1fr 1.8fr;
}.title-page-stat .learning-lead-stat > div:first-child {
    transform: translateX(-30px) rotate(-2deg);
}.title-page-stat .fast-guide-stat {
    padding: 4rem;
    transform: perspective(1500px) rotateY(5deg);
}.title-page-stat .fast-guide-stat h1 {
    font-size: calc(45px * 1.4);
}.title-page-stat .fast-guide-stat > div {
    padding: 4rem;
}.title-page-stat .fast-guide-stat > div p {
    font-size: calc(15px * 1.4);
}
}

@media (max-width: 767px) {.title-page-stat {
    padding: 2rem 1rem;
}.title-page-stat .learning-lead-stat > div:first-child {
    padding: 1.5rem;
    margin-bottom: 0;
}.title-page-stat .learning-lead-stat > div:first-child h3 {
    font-size: calc(20px * 0.9);
}.title-page-stat .fast-guide-stat {
    padding: 1.8rem;
}.title-page-stat .fast-guide-stat h1 {
    margin-bottom: 1rem;
    font-size: calc(45px * 0.9);
}.title-page-stat .fast-guide-stat > div {
    margin-top: 1.5rem;
    padding: 1.5rem;
}.title-page-stat .fast-guide-stat > div p {
    font-size: 15px;
}
}

@media (prefers-reduced-motion: reduce) {.title-page-stat .learning-lead-stat > div:first-child,
  .title-page-stat .fast-guide-stat,
  .title-page-stat .fast-guide-stat::before,
  .title-page-stat .fast-guide-stat h1::after {
    transform: none;
    transition: none;
}}.confidential-cove-stat {
    padding: 5rem 2rem;
    position: relative;
    overflow: hidden;
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, rgb(180,189,201) 0%, rgb(180,189,201) 85%, rgba(rgb(146,157,170,0.5), 0.05) 100%);
    color: #000000;
}.confidential-cove-stat::before {
    transform: scaleX(0.95);
    position: absolute;
    box-shadow: 0 0 20px rgba(rgb(146,157,170,0.5), 0.2);
    content: "";
    background: linear-gradient(90deg, rgb(146,157,170) 0%, rgb(113,124,136) 100%);
    transform-origin: left;
    left: 0;
    top: 0;
    width: 100%;
    height: 8px;
}.confidential-cove-stat::after {
    pointer-events: none;
    content: "";
    border-radius: 50%;
    right: -100px;
    height: 250px;
    position: absolute;
    transform: rotate(-15deg);
    opacity: 0.5;
    top: 40px;
    width: 250px;
    border: 2px solid rgba(rgb(146,157,170,0.5), 0.1);
}.confidential-cove-stat .container {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    z-index: 1;
}.confidential-cove-stat h1 {
    font-weight: 700;
    font-size: calc(38px * 1.2);
    position: relative;
    margin-bottom: 2.5rem;
    transform: translateX(-0.5rem);
    line-height: 1.2;
    color: rgb(146,157,170);
}.confidential-cove-stat h1::after {
    position: absolute;
    animation: pulse 4s infinite alternate ease-in-out;
    left: 0;
    background: linear-gradient(90deg, rgb(146,157,170), transparent);
    content: "";
    transform-origin: left;
    bottom: -1rem;
    height: 4px;
    width: 6rem;
}.confidential-cove-stat h2 {
    font-size: 33px;
    padding-left: 1.2rem;
    font-weight: 600;
    position: relative;
    margin: 3rem 0 1.5rem;
    color: #000000;
}.confidential-cove-stat h2::before {
    background: rgb(113,124,136);
    position: absolute;
    transform: scaleY(0.9);
    content: "";
    height: calc(100% - 0.5rem);
    width: 4px;
    left: 0;
    top: 0.25rem;
}.confidential-cove-stat h3 {
    font-size: calc(33px * 0.85);
    font-weight: 600;
    padding-left: 1rem;
    margin: 2.5rem 0 1.2rem;
    position: relative;
    color: #000000;
}.confidential-cove-stat h3::before {
    content: "";
    position: absolute;
    left: 0;
    opacity: 0.8;
    width: 3px;
    top: 0.2rem;
    background: rgb(113,124,136);
    height: calc(100% - 0.4rem);
    transform: scaleY(0.8);
}.confidential-cove-stat h4 {
    position: relative;
    font-weight: 600;
    color: #000000;
    margin: 2rem 0 1rem;
    font-size: calc(33px * 0.75);
    padding-left: 0.8rem;
}.confidential-cove-stat h4::before {
    height: calc(100% - 0.4rem);
    content: "";
    transform: scaleY(0.7);
    left: 0;
    top: 0.2rem;
    width: 2px;
    background: rgb(113,124,136);
    opacity: 0.7;
    position: absolute;
}.confidential-cove-stat p {
    line-height: 1.7;
    max-width: 90ch;
    margin-bottom: 1.5rem;
    color: #000000;
    font-size: 16px;
}.confidential-cove-stat p strong {
    display: inline-block;
    color: #000000;
    position: relative;
    font-weight: 600;
    background: linear-gradient(to bottom, transparent 60%, rgba(rgb(113,124,136,0.5), 0.15) 40%);
    padding: 0 0.2rem;
}.confidential-cove-stat span {
    color: #000000;
    margin-bottom: 1.5rem;
    border-left: 1px dashed rgba(rgb(146,157,170,0.5), 0.3);
    line-height: 1.7;
    padding-left: 0.5rem;
    font-size: 16px;
    max-width: 90ch;
    display: block;
}.confidential-cove-stat ul {
    list-style-type: none;
    margin: 1.5rem 0 2rem 1.5rem;
    padding: 0;
}.confidential-cove-stat li {
    line-height: 1.6;
    margin-bottom: 1.2rem;
    position: relative;
    padding-left: 1.8rem;
    font-size: 16px;
}.confidential-cove-stat li::before {
    transform: rotate(45deg);
    height: 10px;
    border: 2px solid rgb(146,157,170);
    left: 0;
    top: 0.5rem;
    content: "";
    transition: transform 0.3s ease, opacity 0.3s ease;
    width: 10px;
    position: absolute;
    opacity: 0.8;
}.confidential-cove-stat li:hover::before {
    transform: rotate(225deg);
    opacity: 1;
}

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

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

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

@media (max-width: 767px) {.confidential-cove-stat {
    padding: 4rem 1.5rem;
}.confidential-cove-stat h1 {
    margin-bottom: 2rem;
    font-size: calc(38px * 1.1);
}.confidential-cove-stat h2 {
    margin: 2.5rem 0 1.2rem;
    font-size: calc(33px * 0.95);
}.confidential-cove-stat h3, 
    .confidential-cove-stat h4 {
    margin: 2rem 0 1rem;
}.confidential-cove-stat p, 
    .confidential-cove-stat span {
    font-size: calc(16px * 0.95);
}.confidential-cove-stat ul {
    margin-left: 0.5rem;
}.confidential-cove-stat li {
    margin-bottom: 1rem;
    padding-left: 1.5rem;
}}.reach-out-stat {
    overflow: hidden;
    background: rgb(180,189,201);
    position: relative;
    padding: 80px 0;
}.reach-out-stat::before {
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0.6;
    background: radial-gradient(circle at 20% 50%, rgb(146,157,170,0.5) 0%, transparent 40%),
                radial-gradient(circle at 80% 30%, rgb(113,124,136,0.5) 0%, transparent 40%);
}.reach-out-stat .pic-show-stat {
    position: absolute;
    width: 50%;
    top: 0;
    clip-path: polygon(0 0, 100% 0, 70% 100%, 0 100%);
    left: 0;
    z-index: 1;
    height: 100%;
}.reach-out-stat .pic-show-stat::before {
    left: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6), transparent);
    width: 100%;
    position: absolute;
    top: 0;
    content: '';
    height: 100%;
}.reach-out-stat .container {
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
    text-align: center;
}.reach-out-stat h3 {
    font-weight: 700;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    text-shadow: 0 0 5px #ffffff, 0 0 10px #ffffff, 0 0 15px #ffffff;
    font-size: 28px;
    background: rgba(255, 255, 255, 0.8);
    color: #000000;
    display: inline-block;
    backdrop-filter: blur(5px);
    margin-bottom: 40px;
    position: relative;
    font-family: Arial, sans-serif;
    padding: 15px;
    text-align: center;
}.reach-out-stat .feedback-links-stat {
    border-radius: 15px;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 3;
    display: flex;
}.reach-out-stat .feedback-links-stat::before {
    height: 150px;
    position: absolute;
    top: 0;
    background: rgb(146,157,170,0.5);
    opacity: 0.2;
    right: 0;
    border-radius: 50%;
    transform: translate(50%, -50%);
    width: 150px;
    content: '';
}.reach-out-stat .feedback-links-stat::after {
    left: 0;
    bottom: 0;
    background: rgb(113,124,136,0.5);
    width: 100px;
    height: 100px;
    transform: translate(-50%, 50%);
    content: '';
    border-radius: 50%;
    position: absolute;
    opacity: 0.2;
}.reach-out-stat .query-block-stat {
    position: relative;
    flex: 1;
    padding: 50px;
}.reach-out-stat form h3 {
    font-size: 22px;
    text-align: left;
    margin-bottom: 25px;
}.reach-out-stat input[type="text"],
.reach-out-stat textarea {
    color: #000000;
    width: 100%;
    font-size: 14px;
    padding: 15px 20px;
    transition: all 0.3s ease;
    margin-bottom: 20px;
    border-radius: 15px;
    font-family: Arial, sans-serif;
    border: 2px solid rgba(0, 0, 0, 0.08);
    background: #ffffff;
}.reach-out-stat input[type="text"]:focus,
.reach-out-stat textarea:focus {
    border-color: rgb(146,157,170);
    outline: none;
    box-shadow: 0 0 10px rgb(146,157,170,0.5);
}.reach-out-stat textarea {
    resize: none;
    height: 140px;
}.reach-out-stat .support-query-stat {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}.reach-out-stat .support-query-stat input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.reach-out-stat .support-query-stat label {
    cursor: pointer;
    padding-left: 30px;
    font-size: 14px;
    position: relative;
    line-height: 1.5;
    color: #000000;
}.reach-out-stat .support-query-stat label::before {
    top: 2px;
    border-radius: 10px;
    content: '';
    left: 0;
    transition: all 0.3s ease;
    height: 20px;
    border: 2px solid rgb(146,157,170,0.5);
    position: absolute;
    width: 20px;
}.reach-out-stat .support-query-stat input[type="checkbox"]:checked + label::before {
    background: rgb(146,157,170);
    border-color: rgb(146,157,170);
}.reach-out-stat .support-query-stat input[type="checkbox"]:checked + label::after {
    top: 6px;
    content: '';
    width: 6px;
    left: 7px;
    position: absolute;
    height: 10px;
    border-width: 0 2px 2px 0;
    border: solid #ffffff;
    transform: rotate(45deg);
}.reach-out-stat .support-query-stat a {
    font-weight: 600;
    transition: all 0.3s ease;
    color: rgb(146,157,170);
    text-decoration: none;
}.reach-out-stat .support-query-stat a:hover {
    color: rgb(113,124,136);
}.reach-out-stat .reach-info-stat {
    color: #ffffff;
    position: relative;
    font-family: Arial, sans-serif;
    border-radius: 15px;
    font-weight: 600;
    border: none;
    transition: all 0.3s ease;
    padding: 15px 30px;
    cursor: pointer;
    font-size: 15px;
    overflow: hidden;
    z-index: 1;
    background: rgb(146,157,170);
}.reach-out-stat .reach-info-stat::before {
    z-index: -1;
    content: '';
    width: 100%;
    transition: transform 0.4s ease;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background: rgb(113,124,136);
    transform: translateX(-100%);
}.reach-out-stat .reach-info-stat:hover {
    box-shadow: 0 5px 15px rgb(146,157,170,0.5);
}.reach-out-stat .reach-info-stat:hover::before {
    transform: translateX(0);
}.reach-out-stat .support-inquiry-stat {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(146,157,170), rgb(113,124,136));
    padding: 50px;
    width: 35%;
    color: #ffffff;
    position: relative;
}.reach-out-stat .support-inquiry-stat::before {
    height: 100%;
    background-size: 20px 20px;
    width: 100%;
    top: 0;
    position: absolute;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%),
                linear-gradient(-45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%),
                linear-gradient(45deg, transparent 75%, rgba(255, 255, 255, 0.1) 75%),
                linear-gradient(-45deg, transparent 75%, rgba(255, 255, 255, 0.1) 75%);
    opacity: 0.3;
    left: 0;
    content: '';
}.reach-out-stat .support-inquiry-stat h4 {
    font-family: Arial, sans-serif;
    font-size: 22px;
    color: #ffffff;
    position: relative;
    font-weight: 600;
    margin-bottom: 30px;
}.reach-out-stat .support-inquiry-stat h4::after {
    width: 40px;
    height: 3px;
    position: absolute;
    content: '';
    border-radius: 3px;
    left: 0;
    bottom: -10px;
    background: #ffffff;
}.reach-out-stat .contact-feedback-stat {
    margin: 0;
    padding: 0;
    list-style: none;
}.reach-out-stat .contact-feedback-stat li {
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 15px;
    margin-bottom: 25px;
    transition: transform 0.3s ease;
    align-items: flex-start;
}.reach-out-stat .contact-feedback-stat li:last-child {
    border-bottom: none;
}.reach-out-stat .contact-feedback-stat li:hover {
    transform: translateX(5px);
}.reach-out-stat .contact-feedback-stat svg {
    height: 22px;
    margin-right: 15px;
    width: 22px;
    flex-shrink: 0;
    margin-top: 3px;
}.reach-out-stat .contact-feedback-stat svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}.reach-out-stat .contact-feedback-stat li:hover svg path {
    fill: rgba(255, 255, 255, 0.8);
}.reach-out-stat .contact-feedback-stat span {
    font-family: Arial, sans-serif;
    line-height: 1.5;
    font-size: 14px;
    color: #ffffff;
}.reach-out-stat .contact-feedback-stat a {
    color: #ffffff;
    transition: all 0.3s ease;
    text-decoration: none;
}.reach-out-stat .contact-feedback-stat a:hover {
    color: rgba(255, 255, 255, 0.8);
}

@keyframes float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

@media (max-width: 992px) {.reach-out-stat .pic-show-stat {
    clip-path: polygon(0 0, 100% 0, 60% 100%, 0 100%);
    width: 40%;
}.reach-out-stat .feedback-links-stat {
    max-width: 90%;
    margin: 0 auto;
    flex-direction: column;
}.reach-out-stat .query-block-stat {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    width: 100%;
}.reach-out-stat .support-inquiry-stat {
    width: 100%;
}
}

@media (max-width: 768px) {.reach-out-stat {
    padding: 60px 0;
}.reach-out-stat .pic-show-stat {
    display: none;
}.reach-out-stat h3 {
    font-size: calc(28px * 0.9);
}.reach-out-stat .query-block-stat,
    .reach-out-stat .support-inquiry-stat {
    padding: 40px 30px;
}.reach-out-stat form h3,
    .reach-out-stat .support-inquiry-stat h4 {
    font-size: calc(22px * 0.9);
}
}

@media (max-width: 576px) {.reach-out-stat {
    padding: 40px 0;
}.reach-out-stat h3 {
    font-size: calc(28px * 0.8);
}.reach-out-stat .feedback-links-stat {
    max-width: 95%;
}.reach-out-stat .query-block-stat,
    .reach-out-stat .support-inquiry-stat {
    padding: 30px 20px;
}.reach-out-stat input[type="text"],
    .reach-out-stat textarea {
    padding: 12px;
}.reach-out-stat .reach-info-stat {
    width: 100%;
    padding: 12px;
}}.give-it-a-try-stat {
    margin: 4rem 0;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    background: linear-gradient(135deg, rgb(113,124,136) 0%, rgb(146,157,170) 100%);
    padding: 5rem 1rem;
}.give-it-a-try-stat::before {
    left: 0;
    right: 0;
    z-index: 1;
    animation: patternMove 30s linear infinite;
    opacity: 0.1;
    background: repeating-linear-gradient(
    45deg,
    rgb(113,124,136,0.5),
    rgb(113,124,136,0.5) 10px,
    transparent 10px,
    transparent 20px
  );
    content: "";
    transform: scale(1.05);
    position: absolute;
    bottom: 0;
    top: 0;
}.give-it-a-try-stat::after {
    background: radial-gradient(circle, rgb(255, 255, 255, 0.5) 0%, transparent 60%);
    animation: pulseGlow 15s ease-in-out infinite;
    z-index: 2;
    width: 200%;
    top: -50%;
    left: -50%;
    content: "";
    position: absolute;
    transform-origin: center;
    height: 200%;
    opacity: 0.1;
}.give-it-a-try-stat .container {
    padding: 0 20px;
    transform: translateZ(0);
    z-index: 10;
    display: flex;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    align-items: center;
    flex-direction: column;
}.give-it-a-try-stat h6 {
    font-weight: 700;
    line-height: 1.6;
    transform: perspective(1000px) translateZ(20px);
    color: #ffffff;
    letter-spacing: 0.02em;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    font-size: calc(21px * 1.1);
    margin-bottom: 2.5rem;
    position: relative;
    max-width: 800px;
    text-align: center;
}.give-it-a-try-stat h6::after {
    transform: translateX(-50%);
    bottom: -12px;
    opacity: 0.7;
    position: absolute;
    height: 3px;
    left: 50%;
    background: #ffffff;
    content: "";
    width: 80px;
}.give-it-a-try-stat div:nth-child(2) {
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: flex;
    transform: translateY(10px);
    justify-content: center;
}.give-it-a-try-stat span {
    z-index: 5;
    transform: perspective(800px) rotateX(2deg);
    position: relative;
    display: inline-block;
}.give-it-a-try-stat .reach-info-stat {
    background: #ffffff;
    text-decoration: none;
    overflow: hidden;
    border-radius: 10px;
    font-size: 14px;
    align-items: center;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 
              0 3px 6px rgba(0, 0, 0, 0.05),
              0 0 0 2px rgba(255, 255, 255, 0.1);
    justify-content: center;
    position: relative;
    transform-origin: center;
    color: rgb(113,124,136);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    min-width: 220px;
    padding: 14px 28px;
    letter-spacing: 1.5px;
    font-weight: 600;
    border: none;
    text-transform: uppercase;
    display: inline-flex;
}.give-it-a-try-stat .reach-info-stat::before {
    width: 100%;
    top: 0;
    transform: translateX(-100%);
    background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0) 100%
  );
    position: absolute;
    left: 0;
    content: "";
    transition: transform 0.7s ease;
    height: 100%;
}.give-it-a-try-stat .reach-info-stat span {
    transition: all 0.3s ease;
    transform: none;
    position: relative;
    z-index: 2;
}.give-it-a-try-stat .reach-info-stat:hover {
    transform: translateY(-5px) scale(1.02);
    background: #ffffff;
    color: rgb(146,157,170);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15), 
              0 5px 10px rgba(0, 0, 0, 0.08),
              0 0 0 2px rgba(255, 255, 255, 0.2);
}.give-it-a-try-stat .reach-info-stat:hover::before {
    transform: translateX(100%);
}.give-it-a-try-stat .reach-info-stat:hover span {
    transform: scale(1.05);
}.give-it-a-try-stat .reach-info-stat:active {
    transition: all 0.1s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(255, 255, 255, 0.15);
    transform: translateY(-2px) scale(0.98);
}

@keyframes patternMove {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100px 100px;
  }
}

@keyframes pulseGlow {
  0%, 100% {
    opacity: 0.05;
    transform: scale(1);
  }
  50% {
    opacity: 0.15;
    transform: scale(1.1);
  }
}

@media screen and (max-width: 992px) {.give-it-a-try-stat {
    padding: 4rem 1rem;
    margin: 3rem 0;
}.give-it-a-try-stat h6 {
    margin-bottom: 2rem;
    font-size: 21px;
}.give-it-a-try-stat .reach-info-stat {
    padding: 12px 24px;
    min-width: 200px;
}
}

@media screen and (max-width: 768px) {.give-it-a-try-stat {
    padding: 3.5rem 0.75rem;
    margin: 2.5rem 0;
}.give-it-a-try-stat h6 {
    font-size: calc(21px * 0.9);
    margin-bottom: 1.8rem;
    line-height: 1.5;
}.give-it-a-try-stat h6::after {
    width: 60px;
    bottom: -10px;
}.give-it-a-try-stat .reach-info-stat {
    font-size: calc(14px * 0.95);
    padding: 12px 20px;
    min-width: 180px;
}
}

@media screen and (max-width: 576px) {.give-it-a-try-stat {
    margin: 2rem 0;
    padding: 3rem 0.5rem;
}.give-it-a-try-stat h6 {
    margin-bottom: 1.5rem;
    font-size: calc(21px * 0.85);
}.give-it-a-try-stat h6::after {
    width: 50px;
}.give-it-a-try-stat .reach-info-stat {
    min-width: 160px;
    padding: 10px 18px;
    font-size: calc(14px * 0.9);
}
}

@media (hover: none) {.give-it-a-try-stat .reach-info-stat:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.05);
    transform: none;
}.give-it-a-try-stat .reach-info-stat:hover span {
    transform: none;
}
}

@media (prefers-reduced-motion) {.give-it-a-try-stat::before,
  .give-it-a-try-stat::after {
    animation: none;
}.give-it-a-try-stat .reach-info-stat::before {
    transition: none;
}}.cookie-message-banner-stat {
    border-top: 2px solid rgb(146,157,170);
    width: 100%;
    position: fixed;
    bottom: 0;
    background: rgb(180,189,201);
    z-index: 90;
}.cookie-view-stat {
    align-items: center;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
}.cookie-message-banner-stat h5 {
    margin-bottom: 6px;
    font-size: 22px;
}#cookieSettingsPanel-stat {
    display: none;
}#cookieSettingsPanel-stat:checked ~ .cookie-message-banner-stat {
    visibility: hidden;
    opacity: 0;
}.cookie-message-banner-stat p {
    font-size: 18px;
}.cookie-window-stat {
    flex-shrink: 0;
    margin-right: 10px;
}.cookie-window-stat svg, .cookie-window-stat svg path, .cookie-window-stat img {
    height: 100px;
    width: 100px;
    fill: rgb(146,157,170);
}.cookie-edu-stat {
    text-align: center;
    text-decoration: none;
    border-bottom: 2px solid rgb(146,157,170);
    color: rgb(146,157,170);
    min-width: 120px;
    flex-shrink: 0;
    margin-left: 10px;
    cursor: pointer;
    font-size: 24px;
    line-height: 35px;
    white-space: nowrap;
}.cookie-message-banner-stat p a {
    color: rgb(146,157,170);
    text-decoration: none;
}
@media only screen and (max-width: 1200px) {.cookie-message-banner-stat {
    padding: 20px;
}}

.wrapper-viewport-stat .cookie-message-banner-stat {
    box-shadow: rgb(113,124,136,0.5) 0px 0px 40px 39px;
    border: none;
    background: rgb(113,124,136);
    padding: 40px 0;
}.wrapper-viewport-stat .cookie-edu-stat {
    padding: 10px;
    color: #ffffff;
    border: none;
    font-size: 20px;
    background: rgb(146,157,170);
    margin-left: 30px;
    font-weight: 400;
}.wrapper-viewport-stat .cookie-expand-stat h5, .wrapper-viewport-stat .cookie-expand-stat p {
    color: #ffffff;
}
@media only screen and (max-width: 800px) {.cookie-window-stat {
    display: none;
}.cookie-view-stat {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}.cookie-message-banner-stat h5 {
    text-align: center;
}.cookie-message-banner-stat p {
    text-align: center;
}.cookie-expand-stat {
    margin-bottom: 20px;
}body .wrapper-viewport-stat .cookie-edu-stat {
    margin-left: 0;
    margin-bottom: 10px;
}}.customer-opinions-stat {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(180,189,201) 0%, rgba(240, 245, 255, 0.9) 100%);
    position: relative;
    padding: 5rem 0;
}.customer-opinions-stat::before {
    height: 70%;
    pointer-events: none;
    z-index: 1;
    content: "";
    right: -10%;
    transform: rotate(-15deg) skew(5deg);
    position: absolute;
    background: linear-gradient(230deg, rgb(146,157,170,0.5) 0%, transparent 80%);
    top: -5%;
    width: 50%;
}.customer-opinions-stat::after {
    transform: rotate(10deg) skew(-5deg);
    bottom: -10%;
    width: 40%;
    background: linear-gradient(45deg, rgb(113,124,136,0.5) 0%, transparent 70%);
    left: -5%;
    position: absolute;
    content: "";
    pointer-events: none;
    height: 60%;
    z-index: 1;
}.customer-opinions-stat h2 {
    position: relative;
    text-align: center;
    margin-bottom: 3.5rem;
    transform-origin: center left;
    transition: transform 0.5s ease-out;
    color: #000000;
    font-weight: 700;
    font-size: 32px;
}.customer-opinions-stat h2:hover {
    transform: scale(1.02);
}.customer-opinions-stat h2::after {
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    bottom: -1rem;
    background: linear-gradient(90deg, rgb(146,157,170) 0%, rgb(113,124,136) 100%);
    height: 0.25rem;
    content: "";
    width: 6rem;
    box-shadow: 0 4px 12px rgba(rgb(146,157,170,0.5), 0.3);
}.customer-opinions-stat .container.learn-study-stat {
    z-index: 5;
    position: relative;
}.customer-opinions-stat .rating-insights-stat {
    gap: 2.5rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    perspective: 1000px;
    display: grid;
}.customer-opinions-stat .feedback-track-stat {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 2;
    display: flex;
    overflow: hidden;
    transform-style: preserve-3d;
    height: 100%;
    background: #ffffff;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}.customer-opinions-stat .feedback-track-stat::before {
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
    z-index: -1;
    content: "";
    background: linear-gradient(135deg, transparent 0%, rgba(rgb(146,157,170,0.5), 0.05) 100%);
}.customer-opinions-stat .feedback-track-stat:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-8px) rotateX(2deg);
}.customer-opinions-stat .feedback-track-stat h3 {
    font-weight: 700;
    color: rgb(146,157,170);
    display: inline-block;
    margin-bottom: 0.75rem;
    position: relative;
    font-size: calc(22px * 1.1);
}.customer-opinions-stat .feedback-track-stat h3::after {
    content: "";
    bottom: -5px;
    transition: width 0.3s ease;
    background: rgb(113,124,136);
    width: 0;
    position: absolute;
    height: 2px;
    left: 0;
}.customer-opinions-stat .feedback-track-stat:hover h3::after {
    width: 100%;
}.customer-opinions-stat .feedback-track-stat .description {
    line-height: 1.7;
    z-index: 2;
    color: #000000;
    margin-bottom: 1.5rem;
    position: relative;
    font-size: 17px;
}.customer-opinions-stat .feedback-track-stat .description::before {
    font-size: 8rem;
    position: absolute;
    top: -2rem;
    z-index: -1;
    color: rgba(rgb(146,157,170,0.5), 0.05);
    left: -1rem;
    font-family: serif;
    content: "";
}.customer-opinions-stat .feedback-track-stat div {
    margin-top: auto;
    overflow: hidden;
    position: relative;
    width: 60px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    height: 60px;
    border-radius: 16px;
}.customer-opinions-stat .feedback-track-stat div::before {
    inset: 0;
    opacity: 0;
    background: linear-gradient(45deg, rgb(146,157,170,0.5), transparent);
    position: absolute;
    content: "";
    z-index: 1;
    transition: opacity 0.3s ease;
}.customer-opinions-stat .feedback-track-stat:hover div::before {
    opacity: 0.3;
}.customer-opinions-stat .feedback-track-stat div img {
    transition: transform 0.5s ease;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}.customer-opinions-stat .feedback-track-stat:hover div img {
    transform: scale(1.05);
}

@media (max-width: 991px) {.customer-opinions-stat {
    padding: 4rem 0;
}.customer-opinions-stat h2 {
    margin-bottom: 3rem;
    font-size: calc(32px * 0.9);
}.customer-opinions-stat .rating-insights-stat {
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}
}

@media (max-width: 767px) {.customer-opinions-stat {
    padding: 3rem 0;
}.customer-opinions-stat::before,
    .customer-opinions-stat::after {
    height: 50%;
    width: 70%;
}.customer-opinions-stat h2 {
    font-size: calc(32px * 0.8);
    margin-bottom: 2.5rem;
}.customer-opinions-stat h2::after {
    width: 5rem;
}.customer-opinions-stat .rating-insights-stat {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.customer-opinions-stat .feedback-track-stat {
    padding: 1.5rem;
}
}

@media (max-width: 575px) {.customer-opinions-stat {
    padding: 2.5rem 0;
}.customer-opinions-stat h2 {
    font-size: calc(32px * 0.7);
    margin-bottom: 2rem;
}.customer-opinions-stat h2::after {
    width: 4rem;
    height: 0.2rem;
}.customer-opinions-stat .rating-insights-stat {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.customer-opinions-stat .feedback-track-stat {
    padding: 1.25rem;
}.customer-opinions-stat .feedback-track-stat:hover {
    transform: translateY(-5px) rotateX(1deg);
}
}

@media (hover: none) {.customer-opinions-stat .feedback-track-stat:hover {
    transform: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}.customer-opinions-stat .feedback-track-stat:hover h3::after {
    width: 0;
}.customer-opinions-stat .feedback-track-stat:hover div::before {
    opacity: 0;
}.customer-opinions-stat .feedback-track-stat:hover div img {
    transform: none;
}
}

@media (prefers-reduced-motion) {.customer-opinions-stat .feedback-track-stat,
    .customer-opinions-stat .feedback-track-stat div img,
    .customer-opinions-stat .feedback-track-stat h3::after,
    .customer-opinions-stat h2 {
    transition: none;
}.customer-opinions-stat .feedback-track-stat:hover {
    transform: none;
}.customer-opinions-stat .feedback-track-stat:hover div img {
    transform: none;
}}footer {
    position: relative;
    width: 100%;
}.play-market-stat {
    font-family: Arial, sans-serif;
    overflow: hidden;
    padding: 0 0 30px;
    position: relative;
}footer .debate-club-stat {
    z-index: 1;
    position: relative;
}footer .start-chat-stat {
    flex-wrap: wrap;
    gap: 20px;
    background-color: rgb(113,124,136);
    display: flex;
    color: #ffffff;
    position: relative;
    padding: 40px 20px;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    justify-content: center;
    margin-bottom: 70px;
}footer .start-chat-stat::after {
    width: 100%;
    position: absolute;
    height: 100%;
    pointer-events: none;
    content: "";
    top: 0;
    left: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
}footer .info_item {
    border-radius: 10px;
    align-items: center;
    transition: all 0.3s ease;
    display: flex;
    background-color: rgba(0, 0, 0, 0.2);
    max-width: 300px;
    flex: 1 1 200px;
    padding: 10px 20px;
}footer .info_item:hover {
    background-color: rgba(0, 0, 0, 0.3);
    transform: translateY(-5px);
}footer .info_item svg {
    fill: #ffffff;
    width: 22px;
    margin-right: 15px;
    flex-shrink: 0;
    height: 22px;
}footer .info_item p,
footer .info_item a {
    text-decoration: none;
    font-size: 15px;
    color: #ffffff;
}footer .info_item a:hover {
    text-decoration: underline;
}footer .text_main_holder {
    position: relative;
    margin-top: -30px;
    grid-template-columns: 1fr;
    display: grid;
    gap: 40px;
}footer .text_main_holder::before {
    width: 100%;
    top: 0;
    z-index: -1;
    left: 0;
    background-color: #ffffff;
    content: "";
    height: 100%;
    position: absolute;
    clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 100%);
}footer .nav-pro-stat {
    padding-top: 60px;
    text-align: center;
}footer .nav-pro-stat svg {
    width: auto;
    margin-bottom: 15px;
    height: 45px;
}footer .partner-logo-stat {
    font-size: 16px;
    text-align: center;
    line-height: 1.6;
    max-width: 350px;
    margin: 0 auto;
    color: #000000;
}footer .header-nav-stat {
    padding: 30px;
    margin: 0 20px;
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
    background-color: rgb(180,189,201);
    position: relative;
}footer .header-nav-stat h5 {
    position: relative;
    display: inline-block;
    font-weight: 600;
    color: #000000;
    margin-bottom: 25px;
    font-size: 19px;
}footer .header-nav-stat h5::after {
    content: "";
    left: 0;
    height: 2px;
    width: 100%;
    background: linear-gradient(90deg, rgb(146,157,170), transparent);
    bottom: -8px;
    position: absolute;
}footer .head-prime-stat {
    flex-wrap: wrap;
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
    gap: 10px 30px;
}footer .head-prime-stat a {
    flex: 1 0 calc(50% - 30px);
    padding: 8px 0;
    position: relative;
    color: #000000;
    text-decoration: none;
    font-size: 15px;
    transition: all 0.3s ease;
}footer .head-prime-stat a::after {
    content: "";
    width: 0;
    bottom: 0;
    left: 0;
    background-color: rgb(146,157,170);
    position: absolute;
    height: 1px;
    transition: width 0.3s ease;
}footer .head-prime-stat a:hover {
    padding-left: 5px;
    color: rgb(146,157,170);
}footer .head-prime-stat a:hover::after {
    width: 100%;
}footer .subscribe_holder {
    color: #ffffff;
    margin: 0 20px;
    clip-path: polygon(0 0, 95% 0, 100% 100%, 5% 100%);
    position: relative;
    padding: 30px;
    background-color: rgb(146,157,170);
}footer .subscribe_holder::before {
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.1) 0%, transparent 50%);
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    left: 0;
    content: "";
    pointer-events: none;
}footer .subscribe_holder h5 {
    font-size: 19px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 15px;
}footer .subscribe_holder p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
    margin-bottom: 25px;
    line-height: 1.6;
}footer .input_holder {
    position: relative;
    gap: 15px;
    flex-direction: column;
    display: flex;
}footer .input_holder input[type="email"] {
    transition: all 0.3s ease;
    font-size: 15px;
    border-radius: 10px;
    padding: 15px;
    border: none;
}footer .input_holder input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
}footer .updates-widget-stat {
    color: #ffffff;
    font-weight: 600;
    background-color: #000000;
    font-size: 19px;
    transition: all 0.3s ease;
    padding: 15px;
    border-radius: 10px;
    cursor: pointer;
    border: none;
}footer .updates-widget-stat:hover {
    background-color: rgb(113,124,136);
}footer .facebook-cta-stat {
    padding-top: 20px;
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
    margin-top: 60px;
}footer .reward-sys-stat {
    color: #000000;
    text-align: center;
    font-size: 16px;
}

@media (min-width: 768px) {footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .updates-widget-stat {
    white-space: nowrap;
}footer .nav-pro-stat {
    padding-top: 80px;
}
}

@media (max-width: 767px) {footer .start-chat-stat {
    padding: 30px 15px 50px;
}footer .header-nav-stat, footer .subscribe_holder {
    margin: 0 10px;
    padding: 25px 20px;
}footer .facebook-cta-stat {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .start-chat-stat {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}footer .header-nav-stat h5, footer .subscribe_holder h5 {
    font-size: calc(19px - 2px);
}footer .head-prime-stat a {
    flex: 1 0 100%;
}footer .input_holder input[type="email"],
    footer .updates-widget-stat {
    padding: 12px;
}}.appBlock-stat {
    position: relative;
    isolation: isolate;
    background: linear-gradient(135deg, rgb(146,157,170,0.5), rgb(113,124,136), rgb(146,157,170));
    padding: 6rem 2rem;
    overflow: hidden;
}.appBlock-stat::before {
    animation: shimmer 15s infinite linear;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    opacity: 0.6;
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(255,255,255,0.1) 2px, transparent 3px),
        radial-gradient(circle at 80% 70%, rgba(255,255,255,0.1) 2px, transparent 3px);
    z-index: -1;
    position: absolute;
    width: 100%;
    background-size: 60px 60px, 40px 40px;
}.appBlock-stat::after {
    filter: blur(40px);
    width: 40%;
    right: -5%;
    z-index: -1;
    transform: rotate(-15deg) skew(20deg);
    background: linear-gradient(160deg, rgb(113,124,136,0.5), transparent);
    top: -10%;
    height: 70%;
    position: absolute;
    content: "";
}.appBlock-stat .container {
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
    z-index: 1;
}.appBlock-stat .learn-study-stat {
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 3px 10px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    backdrop-filter: blur(10px);
    padding: 3.5rem;
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    transform-origin: center bottom;
    background: rgba(255, 255, 255, 0.95);
}.appBlock-stat .learn-study-stat::before {
    top: 0;
    background: linear-gradient(90deg, rgb(146,157,170), rgb(113,124,136), rgb(146,157,170));
    left: 0;
    animation: shimmerBorder 3s infinite linear;
    opacity: 0.9;
    content: "";
    transform-origin: left center;
    width: 100%;
    height: 6px;
    position: absolute;
}.appBlock-stat .learn-study-stat::after {
    position: absolute;
    filter: blur(15px);
    left: 5%;
    z-index: -1;
    content: "";
    width: 90%;
    background: rgba(0, 0, 0, 0.07);
    height: 20px;
    bottom: -20px;
    border-radius: 50%;
}.appBlock-stat .learn-study-stat > div:first-child {
    margin-bottom: 2rem;
    position: relative;
}.appBlock-stat .learn-study-stat > div:first-child::after {
    animation: expandLine 1.5s 0.5s forwards cubic-bezier(0.19, 1, 0.22, 1);
    bottom: -0.75rem;
    width: 60px;
    left: 0;
    transform-origin: left center;
    transform: scaleX(0);
    background: rgb(113,124,136);
    content: "";
    height: 3px;
    position: absolute;
}.appBlock-stat h5 {
    animation: fadeSlideUp 1s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    color: #000000;
    font-size: 23px;
    margin: 0;
    line-height: 1.4;
    font-weight: 700;
    transform: translateY(20px);
    opacity: 0;
}.appBlock-stat p {
    font-family: Arial, sans-serif;
    margin: 0;
    animation: fadeSlideUp 1s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
    line-height: 1.8;
    font-size: 18px;
    color: #000000;
    opacity: 0;
    transform: translateY(20px);
}.appBlock-stat a {
    display: block;
    color: inherit;
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
}.appBlock-stat a::before {
    content: "";
    transform-origin: right center;
    height: 2px;
    bottom: -10px;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: absolute;
    background: rgb(146,157,170,0.5);
    width: 30%;
    transform: scaleX(0);
    right: 0;
}.appBlock-stat a:hover {
    transform: translateX(5px);
}.appBlock-stat a:hover::before {
    transform: scaleX(1);
}

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

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

@keyframes shimmer {
    0% {
        background-position: 0 0, 0 0;
    }
    100% {
        background-position: 100px 100px, -100px -100px;
    }
}

@keyframes shimmerBorder {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 200% 0%;
    }
}

@media (hover: hover) {.appBlock-stat .learn-study-stat:hover {
    box-shadow: 
            0 25px 50px rgba(0, 0, 0, 0.12),
            0 5px 15px rgba(0, 0, 0, 0.06),
            0 0 0 1px rgba(255, 255, 255, 0.25) inset;
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}
}

@media screen and (max-width: 992px) {.appBlock-stat {
    padding: 5rem 2rem;
}.appBlock-stat .learn-study-stat {
    transform: perspective(1000px) rotateX(1deg);
    padding: 2.5rem;
}.appBlock-stat h5 {
    font-size: calc(23px * 0.9);
}
}

@media screen and (max-width: 768px) {.appBlock-stat {
    padding: 4rem 1.5rem;
}.appBlock-stat .learn-study-stat {
    padding: 2rem;
    transform: none;
}.appBlock-stat .learn-study-stat::before {
    height: 4px;
}.appBlock-stat h5 {
    font-size: calc(23px * 0.85);
}.appBlock-stat p {
    font-size: calc(18px * 0.95);
}
}

@media screen and (max-width: 576px) {.appBlock-stat {
    padding: 3rem 1rem;
}.appBlock-stat .learn-study-stat {
    padding: 1.75rem;
}.appBlock-stat .learn-study-stat::before {
    height: 3px;
}.appBlock-stat h5 {
    font-size: calc(23px * 0.8);
}.appBlock-stat p {
    line-height: 1.7;
    font-size: calc(18px * 0.9);
}.appBlock-stat .learn-study-stat > div:first-child {
    margin-bottom: 1.5rem;
}}.pricing-panel-stat {
    z-index: 1;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}.pricing-panel-stat::before {
    left: 0;
    position: absolute;
    content: "";
    width: 100%;
    top: 0;
    z-index: -1;
    height: 100%;
    background: linear-gradient(135deg, 
        rgba(22, 28, 45, 0.85) 0%,
        rgba(22, 28, 45, 0.75) 50%, 
        rgba(22, 28, 45, 0.9) 100%);
}.pricing-panel-stat .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}.pricing-panel-stat .discount-grid-stat {
    position: relative;
}.pricing-panel-stat h2 {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
    font-size: 33px;
    color: #ffffff;
    font-weight: 700;
    transform: translateZ(0);
}.pricing-panel-stat h2::after {
    transform: translateX(-50%);
    width: 80px;
    bottom: -12px;
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(146,157,170), rgb(113,124,136));
    height: 4px;
    position: absolute;
    content: "";
    left: 50%;
}.pricing-panel-stat .value-rates-stat {
    text-align: center;
    font-size: calc(13px + 2px);
    opacity: 0.9;
    margin: 0 auto 60px;
    color: #ffffff;
    font-weight: 300;
    line-height: 1.6;
    max-width: 800px;
}.pricing-panel-stat .premium-grid-stat {
    gap: 30px;
    list-style: none;
    display: grid;
    padding: 0;
    perspective: 1000px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin: 0;
}.pricing-panel-stat .premium-grid-stat li {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.pricing-panel-stat .premium-grid-stat li:hover {
    transform: translateY(-15px);
    z-index: 2;
}.pricing-panel-stat .pricing-card-stat {
    text-decoration: none;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.4s ease;
    background-color: rgba(255, 255, 255, 0.03);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15), 
                0 8px 15px rgba(0, 0, 0, 0.1),
                0 1px 0 rgba(255, 255, 255, 0.1) inset;
    overflow: hidden;
    isolation: isolate;
    position: relative;
    display: block;
    backdrop-filter: blur(10px);
}.pricing-panel-stat .pricing-card-stat::before {
    top: 0;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    height: 4px;
    transform-origin: 0 0;
    right: 0;
    left: 0;
    content: "";
    background: linear-gradient(90deg, rgb(146,157,170), rgb(113,124,136));
    position: absolute;
    transform: scaleX(0);
}.pricing-panel-stat .pricing-card-stat:hover::before {
    transform: scaleX(1);
}.pricing-panel-stat .pricing-card-stat::after {
    content: "";
    width: 100%;
    z-index: -1;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(to top, rgba(rgb(146,157,170,0.5), 0.05), transparent);
}.pricing-panel-stat .pricing-list-stat {
    z-index: 1;
    display: flex;
    padding: 35px 30px;
    position: relative;
    box-sizing: border-box;
    height: 100%;
    flex-direction: column;
}.pricing-panel-stat .rate-options-stat {
    flex-direction: column;
    display: flex;
    flex: 1;
}.pricing-panel-stat .rate-options-stat h4 {
    padding-bottom: 15px;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 0.5px;
    position: relative;
    margin: 0 0 20px;
    font-size: calc(19px + 2px);
    transition: transform 0.3s ease;
}.pricing-panel-stat .rate-options-stat h4::after {
    bottom: 0;
    content: "";
    height: 3px;
    transition: width 0.3s ease;
    left: 0;
    position: absolute;
    width: 40px;
    background: rgb(113,124,136);
}.pricing-panel-stat .pricing-card-stat:hover .rate-options-stat h4::after {
    width: 60px;
}.pricing-panel-stat .rate-options-stat p {
    overflow-wrap: break-word;
    font-size: 13px;
    line-height: 1.6;
    hyphens: auto;
    margin: 0 0 30px;
    flex: 1;
    color: rgba(255, 255, 255, 0.8);
    word-wrap: break-word;
}.pricing-panel-stat .price-sheet-stat {
    position: relative;
    color: rgb(146,157,170);
    margin-top: auto;
    display: block;
    border-radius: 10px;
    letter-spacing: 0.5px;
    background: rgba(rgb(146,157,170,0.5), 0.1);
    font-weight: 700;
    padding: 10px 20px;
    align-self: flex-start;
    transition: all 0.3s ease;
    font-size: calc(19px + 4px);
}.pricing-panel-stat .pricing-card-stat:hover .price-sheet-stat {
    transform: scale(1.05);
    background: rgba(rgb(146,157,170,0.5), 0.2);
}

@media (min-width: 1200px) {.pricing-panel-stat .premium-grid-stat {
    grid-template-columns: repeat(4, 1fr);
}.pricing-panel-stat .pricing-list-stat {
    padding: 40px 35px;
}.pricing-panel-stat h2 {
    font-size: calc(33px + 4px);
}
}

@media (min-width: 992px) and (max-width: 1199px) {.pricing-panel-stat .premium-grid-stat {
    grid-template-columns: repeat(3, 1fr);
}.pricing-panel-stat .pricing-list-stat {
    padding: 35px 30px;
}
}

@media (min-width: 768px) and (max-width: 991px) {.pricing-panel-stat .premium-grid-stat {
    grid-template-columns: repeat(2, 1fr);
}.pricing-panel-stat .rate-options-stat p {
    margin-bottom: 25px;
    font-size: calc(13px - 1px);
}.pricing-panel-stat .pricing-list-stat {
    padding: 30px 25px;
}
}

@media (max-width: 767px) {.pricing-panel-stat {
    padding: 70px 0;
}.pricing-panel-stat .premium-grid-stat {
    grid-template-columns: 1fr;
    gap: 20px;
}.pricing-panel-stat h2 {
    font-size: calc(33px - 2px);
}.pricing-panel-stat .value-rates-stat {
    margin-bottom: 40px;
    font-size: 13px;
}.pricing-panel-stat .rate-options-stat h4 {
    font-size: 19px;
}.pricing-panel-stat .rate-options-stat p {
    margin-bottom: 20px;
    font-size: calc(13px - 1px);
}.pricing-panel-stat .price-sheet-stat {
    font-size: calc(19px + 2px);
}.pricing-panel-stat .pricing-list-stat {
    padding: 30px 20px;
}
}

@media (max-width: 480px) {.pricing-panel-stat {
    padding: 50px 0;
}.pricing-panel-stat .pricing-list-stat {
    padding: 25px 20px;
}.pricing-panel-stat h2::after {
    width: 60px;
    height: 3px;
}.pricing-panel-stat .price-sheet-stat {
    padding: 8px 16px;
}
}