#pk_flex_content .flex_layout.hero_home {
    position: relative;
    max-width: 100%;
    width: 100%;
    /* height: calc(100dvh - 195px); */
    padding: 0;
    margin-bottom: 25px;
    /* overflow: hidden; */
}
.flex_layout.hero_home > .flex_layout_wrapper,
.flex_layout.hero_home .pk-hero__inner {
    height: 100%;
}

.flex_layout.hero_home .pk-hero__swiper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background:
        linear-gradient(270deg, rgba(7, 36, 69, 0.4) 0%, #072445 100%),
        radial-gradient(
            77.27% 77.27% at 50% 50%,
            rgba(46, 138, 212, 0.15) 0%,
            rgba(46, 138, 212, 0) 100%
        );
    z-index: 2;
}

.flex_layout.hero_home .pk-hero__swiper {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.flex_layout.hero_home .pk-hero__swiper .pk-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.flex_layout.hero_home .pk-row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative;
    padding-block: 120px 90px;
    z-index: 3;
}

.hero-content__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hero-content__wrap .hero-content {
    max-width: 500px;
    color: var(--white);
}

.flex_layout.hero_home .pk-hero__title {
    font-weight: 600;
    margin-bottom: 20px;
}

.hero-content__wrap .hero-content p {
    max-width: 400px;
    font-size: clamp(
        16px,
        16px + (26 - 16) * ((100vw - 320px) / (1215 - 320)),
        26px
    );
}

.flex_layout.hero_home .pk-nav__wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--white);
}

.flex_layout.hero_home .pk-btn__wrap {
    display: flex;
}

.flex_layout.hero_home .pk-swiper-pagination {
    max-width: 50px;
    width: 100%;
    position: relative;
    font-weight: 400;
    top: unset;
    bottom: unset;
    left: unset;
}

.flex_layout.hero_home .pk-swiper-pagination .swiper-pagination-total {
    color: rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 767px) {
    #pk_flex_content .flex_layout.hero_home {
        margin-bottom: 16px;
    }

    .flex_layout.hero_home .pk-row {
        padding-block: 88px 28px;
    }

    .hero-content__wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 14px;
    }

    .flex_layout.hero_home .pk-hero__title {
        margin-bottom: 14px;
    }

    .flex_layout.hero_home .pk-nav__wrap {
        gap: 14px;
        flex-wrap: wrap;
    }

    .flex_layout.hero_home .hero-usp__wrap {
        margin-top: 16px;
        padding: 12px 14px;
        border-radius: 8px;
    }

    .flex_layout.hero_home .hero-usp .pk-item {
        font-size: 14px;
        justify-content: flex-start;
    }
}
@media screen and (min-width: 767px) and (max-width: 1215px) {
    .hero-content__wrap .hero-content {
        max-width: 55%;
    }
}

/* USP */
.flex_layout.hero_home .hero-usp__wrap {
    width: 100%;
    position: relative;
    margin-top: clamp(
        10px,
        10px + (40 - 10) * ((100vw - 320px) / (1215 - 320)),
        40px
    );

    padding: 20px 40px;
    border-radius: 10px;
    background: rgba(119, 143, 171, 0.5);
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.05);
    z-index: 3;
}

.flex_layout.hero_home .hero-usp .pk-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 400;
    color: var(--white);
}

.flex_layout.hero_home .hero-usp .pk-item:last-child {
    justify-content: flex-end;
}

@media screen and (max-width: 1024px) {
    .flex_layout.hero_home .hero-usp__wrap {
        padding: 10px 20px;
    }

    .flex_layout.hero_home .hero-usp .pk-item {
        justify-content: center;
    }

    .flex_layout.hero_home .hero-usp .pk-item:last-child {
        justify-content: unset;
    }
}

/* @media (min-width: 1920px) {
    #pk_flex_content .flex_layout.hero_home {
        min-height: 80dvh;
    }
} */
