.flex-layout.hero_uitgebreid-layout {
    position: relative;
    min-height: 100vh;
    min-height: 100svh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    width:100%;
    margin:unset;
    padding: 0px 32px;
}


.flex-layout.hero_uitgebreid-layout .hero-slides {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.flex-layout.hero_uitgebreid-layout .hero-slide {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 800ms ease-in-out;
}

.flex-layout.hero_uitgebreid-layout .hero-slide.active {
    opacity: 1;
}


.flex-layout.hero_uitgebreid-layout .hero-video {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}

.flex-layout.hero_uitgebreid-layout .hero-video video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.flex-layout.hero_uitgebreid-layout .hero-youtube {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
}

.flex-layout.hero_uitgebreid-layout .hero-youtube iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 56.25vw;
    min-height: 100%;
    min-width: 177.78vh;
    transform: translate(-50%, -50%);
    border: 0;
}


.flex-layout.hero_uitgebreid-layout .hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(235deg, transparent 36.2%, var(--color-midnight-blue-a80) 81.76%);
    pointer-events: none;
    border-radius: 0 0 34px 34px;
}


.flex-layout.hero_uitgebreid-layout .hero-content {
    position: relative;
    z-index: 2;
    margin-top: auto;
    padding-top: max(8rem, calc(8 * var(--su)));
    padding-bottom: max(3rem, calc(3 * var(--su)));
    width:100%;
}

.flex-layout.hero_uitgebreid-layout .hero-content-card {
    position: relative;
    overflow: hidden;
    border-radius: 34px;
    background: var(--Primary-colours-Forest-Green, #0D4037);
    padding: max(3rem, calc(3 * var(--su)));
}

.flex-layout.hero_uitgebreid-layout .hero-content-card .card-deco,
.flex-layout.hero_uitgebreid-layout .hero-content-card .card-deco svg {
    pointer-events: none;
    user-select: none;
}

.flex-layout.hero_uitgebreid-layout .hero-content-card .card-deco {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
}

.flex-layout.hero_uitgebreid-layout .hero-content-card .card-deco svg {
    display: block;
}

.flex-layout.hero_uitgebreid-layout .hero-content-card h1,
.flex-layout.hero_uitgebreid-layout .hero-content-card h2,
.flex-layout.hero_uitgebreid-layout .hero-content-card h3,
.flex-layout.hero_uitgebreid-layout .hero-content-card h4,
.flex-layout.hero_uitgebreid-layout .hero-content-card h5,
.flex-layout.hero_uitgebreid-layout .hero-content-card h6,
.flex-layout.hero_uitgebreid-layout .hero-content-card p {
    color: var(--Primary-colours-Sage-green, #E6EFDA);
}

.flex-layout.hero_uitgebreid-layout .hero-text h1,
.flex-layout.hero_uitgebreid-layout .hero-text h2,
.flex-layout.hero_uitgebreid-layout .hero-text h3,
.flex-layout.hero_uitgebreid-layout .hero-text h4,
.flex-layout.hero_uitgebreid-layout .hero-text h5,
.flex-layout.hero_uitgebreid-layout .hero-text h6 {
    margin-bottom: max(1.25rem, calc(1.25 * var(--su)));
}

.flex-layout.hero_uitgebreid-layout .hero-text p {
    max-width: 52ch;
    margin-bottom: 0;
}

.flex-layout.hero_uitgebreid-layout .pk-button-group {
    margin-top: max(2rem, calc(2 * var(--su)));
}


.flex-layout.hero_uitgebreid-layout .hero-nav {
    position: absolute;
    bottom: max(2rem, calc(2 * var(--su)));
    right: max(2rem, calc(2 * var(--su)));
    z-index: 2;
    display: flex;
    gap: max(0.5rem, calc(0.5 * var(--su)));
}

.flex-layout.hero_uitgebreid-layout .hero-nav-btn {
    width: 42px;
    height: 42px;
    padding: 0;
    border: none;
    background: var(--color-glass-white-4);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 200ms ease;
}

.flex-layout.hero_uitgebreid-layout .hero-nav-btn:hover {
    background: var(--color-glass-white-12);
}

.flex-layout.hero_uitgebreid-layout .hero-nav-btn svg {
    display: block;
    overflow: visible;
}

.flex-layout.hero_uitgebreid-layout .nav-progress {
    transition: none;
}

@media only screen and (max-width: 992px) {
    .flex-layout.hero_uitgebreid-layout {
        padding: 0px 16px;
    }
}

@media only screen and (max-width: 767px) {
    .flex-layout.hero_uitgebreid-layout .hero-content {
        padding-bottom: max(2.5rem, calc(2.5 * var(--su)));
    }
.flex-layout.hero_uitgebreid-layout .hero-content-card .card-deco{
    max-width: 50%;
    max-height: 40%;
}
}
