.StatisticsPanel_panel__C_sZ2 {
    border: 2px solid rgba(0, 0, 0, 0.4);
    width: 100%;
    background: #fff;
    padding: 1.4375rem;
    min-height: 60vh;
    border-radius: 10px 80px 10px 10px;
    overflow: hidden;
    position: relative;
}
@media screen and (min-width: 768px) {
    .StatisticsPanel_panel__C_sZ2 {
        border-radius: 20px 200px 20px 20px;
        padding: 4rem 5rem 2.5rem 4rem;
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        gap: 0.75rem;
        align-items: center;
    }
}
.StatisticsPanel_panelWrap__iNrBj {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
}
@media screen and (min-width: 768px) {
    .StatisticsPanel_panelWrap__iNrBj {
        grid-column: span 5;
    }
}
@keyframes StatisticsPanel_rainbow__9cOQP {
    0% {
        background-position: 0;
    }
    50% {
        background-position: 100%;
    }
    to {
        background-position: 0;
    }
}
.StatisticsPanel_logo__pnjFD img {
    height: 60px !important;
    width: auto !important;
    max-width: 150px;
    margin-bottom: 1rem;
    filter: brightness(0);
}
@media screen and (min-width: 768px) {
    .StatisticsPanel_logo__pnjFD img {
        height: 100px !important;
        margin-bottom: 2rem;
        max-width: 150px;
    }
}
@media screen and (min-width: 1024px) {
    .StatisticsPanel_logo__pnjFD img {
        margin-bottom: 5rem;
    }
}
.StatisticsPanel_visual__crBRi {
    width: 100%;
    height: 90%;
    display: none;
    grid-column: span 7;
}
@media screen and (min-width: 768px) {
    .StatisticsPanel_visual__crBRi {
        display: block;
    }
}
.StatisticsPanel_visualMobile__4w9EW {
    width: 100%;
    display: block;
    margin: 0.5rem 0;
}
@media screen and (min-width: 768px) {
    .StatisticsPanel_visualMobile__4w9EW {
        display: none;
    }
}
.StatisticsPanel_heading__Xqlyh {
    font-size: 5rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: calc(-0.02em);
    margin: 0;
    text-decoration: none;
    background: linear-gradient(90deg, #633cc9, #3b8392, #cb24cc);
    background-size: 200% 200%;
    animation: StatisticsPanel_rainbow__9cOQP 3s ease-in-out infinite;
    background-clip: text;
    -webkit-background-clip: text;
    transition: color 0.5s ease;
    color: transparent;
    display: inline-block;
}
@media screen and (min-width: 768px) {
    .StatisticsPanel_heading__Xqlyh {
        font-size: clamp(6rem, 10vw, 10rem);
        margin-top: auto;
    }
}
.StatisticsPanel_description__NM4c_ {
    font-size: 1.5rem;
    font-weight: 400;
    display: block;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}
@media screen and (min-width: 768px) {
    .StatisticsPanel_description__NM4c_ {
        margin-bottom: 3rem;
    }
}
@media screen and (min-width: 1024px) {
    .StatisticsPanel_description__NM4c_ {
        font-size: 2.125rem;
        margin-bottom: 7rem;
    }
}
.StatisticsPanel_buttons__IavWc {
    margin-top: auto;
}
.StatisticsPanel_backgroundImage__o9T5M {
    position: absolute;
    opacity: 0.4;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
@media screen and (min-width: 1024px) {
    .StatisticsPanel_backgroundImage__o9T5M {
        opacity: 1;
    }
}
.StatisticsCarousel_panels__OZ96t {
    margin-top: 3rem;
}
.StatisticsCarousel_container__kcOZo {
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
}
.StatisticsCarousel_swiper__PLGJ6 {
    overflow: visible !important;
    width: 85%;
    max-width: 1400px;
}
@media screen and (min-width: 1920px) {
    .StatisticsCarousel_swiper__PLGJ6 {
        max-width: 1800px;
    }
}
.StatisticsCarousel_swiperSlide__4gGXN {
    justify-content: center;
    display: flex !important;
    height: auto !important;
}
.StatisticsCarousel_swiperSlide__4gGXN .swiper-slide-shadow {
    background: #efefef;
    border-radius: 10px;
}
@media screen and (min-width: 768px) {
    .StatisticsCarousel_swiperSlide__4gGXN .swiper-slide-shadow {
        border-radius: 20px;
    }
}
.StatisticsCarousel_swiperNav__ZNiR0 {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    z-index: 2;
    justify-content: flex-end;
    padding: 1.4375rem;
    pointer-events: none;
}
@media screen and (min-width: 768px) {
    .StatisticsCarousel_swiperNav__ZNiR0 {
        padding: 1.875rem;
    }
}
.StatisticsCarousel_swiperNavNext__OgPJn {
    width: 45px;
    height: 45px;
    border: 2px solid #000;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    pointer-events: all;
}
@media screen and (min-width: 768px) {
    .StatisticsCarousel_swiperNavNext__OgPJn {
        width: 50px;
        height: 50px;
    }
}
.StatisticsCarousel_swiperNavNext__OgPJn.swiper-button-disabled {
    display: none;
}
.StatisticsCarousel_swiperNavNext__OgPJn:hover:before {
    transform: translateX(-10%) rotate(45deg);
}
.StatisticsCarousel_swiperNavNext__OgPJn:before {
    content: "";
    width: 16px;
    height: 16px;
    border-right: 2px solid;
    border-top: 2px solid;
    color: #000;
    transform: translateX(-25%) rotate(45deg);
    transition: all 0.3s ease;
}
