.f1-section {
    max-width: 1280px;
    margin: 40px auto;
    padding: 0 24px
}

.f1-row {
    gap: 48px;
    flex-wrap: nowrap
}

.f1-video {
    min-width: 700px;
    height: 400px;
    border-radius: 12px;
    background: #0f1115;
    box-shadow: 0 16px 36px rgb(0 0 0 / .15)
}

.f1-video::before {
    content: "";
    position: absolute;
    inset: 0;
}

.f1-timer {
    left: 18px;
    bottom: 16px;
    color: #e5e7eb;
    font-weight: 600;
    letter-spacing: .2px
}

.f1-play {
    inset: 0;
    place-items: center
}

.f1-circle {
    width: 150px;
    height: 150px;
    background: #1f232c;
    box-shadow: inset 0 0 0 10px rgb(255 255 255 / .02), 0 12px 30px rgb(0 0 0 / .35);
    cursor: pointer;
    transition: transform .2s ease;
    display: grid;
    place-items: center
}

.f1-circle:hover {
    transform: scale(1.03)
}

.f1-circle svg {
    width: 46px;
    height: 46px;
    fill: #fff;
    margin-right: 6px;
    transform: translateX(5px);
}

.f1-right {
    width: 495px
}

.f1-title {
    margin: 8px 0 57px 0;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.35;
    gap: 10px
}

.title {
    padding: 0 20px;
    color: #0f172a !important
}

.f1-lead {
    color: #475569;
    margin: 0 0 30px;
    line-height: 2;
    font-size: 18px;
    font-weight: 400;
    text-align: justify
}

.f1-icons {
    gap: 16px
}

.f1-card {
    flex: 1 1 0%;
    background: #fff;
    box-shadow: 0 2px 36px #00000014;
    border-radius: 16px;
    padding: 1rem;
    transition: .2s ease box-shadow, .2s ease transform, .2s ease border-color;
    height: 165px
}

.f1-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgb(2 132 199 / .15);
    border-color: #cfe9fb
}

.f1-icon {
    width: 90px;
    aspect-ratio: 1;
    border-radius: 12px;
    display: grid;
    place-items: center
}

.f1-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.f1-label {
    height: 41px;
    width: 125px;
    border-radius: 8px;
    background: #F1F7FE;
    color: #0f172a;
    font-size: 14px
}

@media (max-width:1240px) {
    .f1-row {
        flex-wrap: wrap
    }

    .f1-right {
        width: 100%
    }
}

@media (max-width:800px) {
    .f1-row {
        flex-direction: column-reverse
    }

    .f1-video {
        min-width: unset;
        width: 100%;
        height: 350px
    }

    .f1-card {
        width: 30%
    }

    .f1-label {
        width: 100%
    }

    .f1-icon {
        width: 100%;
        height: 70%
    }

    .f1-icons {
        gap: 3.33333%
    }

    .f1-section {
        width: 100%;
        padding: 0
    }

    .f1-title::before {
        right: 0
    }
}

@media (max-width:600px) {
    .f1-video {
        height: 250px
    }
}

.f1-lead {
    font-size: 16px;
}

.f2-section {
    max-width: 1220px;
    margin: 180px auto 8rem;
    padding: 0 24px
}

.f2-sub {
    margin: 12px 0 12px;
    font-size: 14px;
    font-weight: 500;
    color: #596277
}

.f2-cards {
    padding: 8px 0;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 20px 20px;
    justify-content: center
}

.f2-card {
    width: 160px;
    height: 190px;
    padding: 1rem;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 36px #00000014;
    transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease, color .18s ease, border-color .18s ease
}

.f2-card:hover {
    background: #2C8FEC;
    transform: scale(1.03);
    box-shadow: 0 14px 28px rgb(44 143 236 / .35);
    color: #fff;
    border-color: #fff0
}

.f2-avatar {
    width: 100px;
    height: 100px;
    display: grid;
    place-items: center
}

.f2-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.f2-card-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.6;
    color: inherit
}

.f2-card-title span {
    display: block
}

@media (max-width:768px) {
    .f2-section {
        padding: 0 16px
    }

    .f2-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

.slider-container {
    max-width: 980px;
    margin: 0 auto;
    padding: 48px 20px 96px
}

.section-title {
    position: relative;
    gap: .5rem;
    font-size: 28px;
    font-weight: 700;
    margin: 0
}

.section-title::before {
    content: "";
    width: 4px;
    height: 18px;
    background: #f5a623;
    border-radius: 2px
}

.kicker {
    margin-top: 11px;
    font-size: 14px;
    font-weight: 500;
    color: #667085;
    max-width: 740px;
    margin-inline: auto
}

.stats {
    margin-top: 60px;
    gap: 70px
}

.stat {
    gap: .6rem;
	

}

.stat .icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #eef5ff;
    border: 1px solid #d8e7ff;
    flex: 0 0 28px;
	display:none;
}


.stat .value {
    font-size: 35px;
    font-weight: 800;
    line-height: 1.1;
	 
}

.stat .label {
    font-size: 14px;
    font-weight: 400;
    color: #6b7280;
    margin-top: .35rem
}

.slider-wrap {
    width: 710px;
    margin: 56px auto 0;
    overflow: visible
}

.swiper {
    width: 710px;
    height: 370px;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    background: #dfe7ef;
    box-shadow: 0 14px 40px rgb(16 24 40 / .08);
    margin: 0 auto
}

.swiper-wrapper {
    width: 100%;
    height: 100%
}

.swiper-slide {
    position: relative;
    width: 100%;
    height: 100%
}

.swiper-slide img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(70%)
}

.badge {
    bottom: 14px;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    border-radius: 10px;
    transition: background .3s ease-in
}

.badge:hover {
    background: #29292988;
    color: #fff
}

.badge.left {
    left: 14px;
    font-weight: 600
}

.badge.right {
    right: 14px
}

.nav-btn {
    width: 42px;
    height: 42px;
    border: 1px solid #2C8FEC;
    background: #fff;
    cursor: pointer
}

.nav-prev {
    right: calc(100% + 1rem)
}

.nav-next {
    left: calc(100% + 1rem)
}

.nav-btn svg {
    width: 20px;
    height: 20px
}

.dots {
    width: 710px;
    margin: 30px auto 0
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #7D7D7D;
    display: inline-block
}

.dot.active {
    background: #2196f3;
    position: relative
}

.dot.active::after {
    content: "";
    position: absolute;
    inset: -6px;
    border: 3px solid #2196f3;
    border-radius: 50%
}

.see-more {
    width: 320px;
    height: 57px;
    border-radius: 8px;
    padding: 16px;
    background-color: #e1efff;
    margin: 76px auto;
    font-size: 18px;
    font-weight: 500;
    color: #2C8FEC
}

@media (max-width:820px) {
    .slider-container {
        padding: 40px 16px 80px
    }

    .stats {
        gap: 48px
    }

    .stat .value {
        font-size: 32px
    }

    .slider-wrap {
        width: 333px
    }

    .swiper {
        width: 333px;
        height: 190px
    }

    .dots {
        width: 333px;
        margin-top: 22px
    }

    .nav-btn {
        width: 38px;
        height: 38px
    }

    .nav-prev {
        right: calc(100% + 1rem)
    }

    .nav-next {
        left: calc(100% + 1rem)
    }
}

@media (max-width:600px) {
    .slider-wrap {
        width: 100%
    }

    .swiper {
        width: 100%;
        height: 190px;
        max-width: 395px
    }

    .dots {
        width: 100%
    }

    .nav-btn {
        display: none
    }
}

@media (max-width:600px) {
    .swiper {
        width: 395px;
        height: 190px;
        max-width: 100%
    }
}