.flex-layout.insights_swiper {
    padding-block: var(--row-padding-top) var(--row-padding-bottom);
}

.flex-content:last-child:has(.insights_swiper) .flex-layout.insights_swiper{
 padding-block: var(--row-padding-top) var(--row-padding-bottom-full);
}

.flex-layout.insights_swiper .header-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: max(2rem, calc(2.5 * var(--su)));
}

.flex-layout.insights_swiper .header-left {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.flex-layout.insights_swiper .header-left .pk-text p {
    max-width: 700px;
}

.flex-layout.insights_swiper .swiper-outer,
.flex-layout.insights_swiper .swiper-outer * {
    cursor: none;
}

.flex-layout.insights_swiper .swipe-cursor svg {
    width: 126px;
    height: auto;
}

.flex-layout.insights_swiper .swipe-cursor {
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 9999;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: opacity 150ms ease;
    will-change: left, top;
}

.flex-layout.insights_swiper .swipe-cursor.visible {
    opacity: 1;
}

.flex-layout.insights_swiper .ensivia-insights-swiper {
    overflow: visible;
}

.flex-layout.insights_swiper .swiper-slide {
    height: auto;
}

.flex-layout.insights_swiper .swiper-progress {
    position: relative;
    height: 2px;
    background: var(--color-midnight-blue-a12, rgba(10, 10, 68, 0.12));
    max-width: 400px;
    margin: 0 auto;
    margin-top: 2.8125rem;
    border-radius: 3px;
}

.flex-layout.insights_swiper .swiper-progress-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 2px;
    width: 5%;
    background: var(--color-midnight-blue);
    transition: width 0.3s ease;
    border-radius: 3px;
}

@media screen and (min-width: 2000px) {
.flex-layout.insights_swiper .header-left .pk-text p{
    max-width:1440px;
}
}

@media screen and (max-width: 992px) {
    .flex-layout.insights_swiper .header-row {
        gap: 1rem;
    }
}

@media screen and (max-width: 767px) {
    .flex-layout.insights_swiper .header-row {
        flex-direction: column;
        align-items: flex-start;
    }
}
