.sf-section-flex {
    padding: 0;
}

.sf-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.sf-intro-title {
    font-family: "Futura Maxi Std Book Regular";
    box-shadow: unset;
    text-shadow: unset;
    color: rgb(0, 62, 107);
    display: none;
}

.sf-section-title {
    width: 100%;
    padding: 2rem 0;
    text-align: center;
    font-family: "Poppins Light Regular";
    font-size: 15px;
    line-height: 24px;
}

.sf-intro-swirl {
    display: none;
}

.sf-section {}

.sf-intro-button {
    display: none;
}

/*.sf-section-paragraph { position: relative; min-height: 400px; }*/
.sf-section-paragraph img {
    width: 80%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.sf-24-paragraph-content {
    position: relative;
    width: 100%;
    height: auto;
}

.sf-body-txt {
    color: rgb(0, 62, 107);
    font-size: 16px;
    line-height: 22px;
}

.sf-section-flex-reverse {
    column-gap: 2rem;
    row-gap: 2rem;
}

/* mobile styles */
@media screen and (max-width: 766px) {
    .sf-product-title {
        padding-left: 10px;
    }

    .sf24-50 {
        width: 100%;
    }

    .sf-section-paragraph {
        display: flex;
        justify-content: center;
    }

    .sh24-contact-panel-title {
        width: 100%;
    }

    .sf-section-flex {
        margin: 0;
    }

    .sh24-contact-panel-text,
    form {
        margin: 0 2%
    }

    .sf-category-related-image {
        height: unset;
    }

    /*  .sh24-call2action-wrapper-left {}*/
    .sf-section-paragraph>div {
        height: auto;
        pading-top: 10px;
    }

    .sf-section-flex {
        display: flex;
        flex-direction: column;
        row-gap: 2rem;
    }

    .sf-section-paragraph img {
        margin-bottom: 20px;
    }

    .sh24-25 {
        width: 100%;
        justify-content: center;
    }

    .sf24-small-text-on-blob {
        top: unset;
        font-size: 1.4em;
        line-height: 1.8em;
    }
}


.moveLogoUp {
    animation-name: moveUp;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
}

.moveLogoDown {
    animation-name: moveDown;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
}

@keyframes moveUp {

    // top 10 naar 0, height naar 86px
    from {
        top: 10px;
        height: 105px;
    }

    to {
        top: 0;
        height: 86px;
    }
}

@keyframes moveDown {
    from {
        top: 0;
        height: 86px;
    }

    to {
        top: 10px;
        height: 105px;
    }
}

.moveLogoUpMobile {
    animation-name: moveUpMobile;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
}

.moveLogoDownMobile {
    animation-name: moveDownMobile;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
}

@keyframes moveUpMobile {
    from {
        top: -5px;
        height: 70px;
    }

    to {
        top: 0;
        height: 45px;
    }
}

@keyframes moveDownMobile {
    from {
        top: 0;
        height: 45px;
    }

    to {
        top: -5px;
        height: 70px;
    }
}

.sf-breadcrumb-l2,
.sf-breadcrumb-l3 {
    visibility: hidden;
}


.sf24-contact-panel {
    padding-right: 40px;
}

.sf24-contact-panel .sf-section-paragraph {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sf24-contact-panel .sf-section-paragraph,
.sf24-contact-panel .sf-section-paragraph .sf-body-txt,
.sf24-contact-panel .sf-section-paragraph .sf-product-title {
    text-align: center;
}

.sf24-contact-panel .sf-section-paragraph form {
    text-align: left;
}

.sf24-contact-panel .sf-section-paragraph .sf-body-txt {
    font-weight: bold;
    color: rgb(0, 62, 107);
}

@media screen and (max-width: 766px) {
    .sf24-contact-panel {
        padding: 0;
    }
}

/* ::fbs::a1ff2e63b6a0e2838e2c308fe7440a0abddb441c:: */

.sf-carousel-btn-lft,
.sf-carousel-btn-rgt {
    cursor: pointer;
}

.sf-footer-icons {
    justify-content: center;
}

.vimeo-container {
    position: relative;
    padding: 56.25% 0 0 0;
    width: 100%;
    height: 0;
}

.vimeo-container.paused::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    bottom: 0px;
    right: 0;
    cursor: pointer;
    opacity: 0.9;
    background-color: rgb(3, 61, 117);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 20%;
    background-image: url(https://cdn.opptylab.com/bb/assets/play-button-icon.svg);
}

.vimeo-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}