﻿/* ==========================================================================
  CSS Reset
  ========================================================================== */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lexend";
  font-style: normal;
  font-weight: 300;
  src: url("/Resources/fonts/lexend-v25-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lexend";
  font-style: normal;
  font-weight: 400;
  src: url("/Resources/fonts/lexend-v25-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lexend";
  font-style: normal;
  font-weight: 500;
  src: url("/Resources/fonts/lexend-v25-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lexend";
  font-style: normal;
  font-weight: 700;
  src: url("/Resources/fonts/lexend-v25-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Anton";
  font-style: normal;
  font-weight: 400;
  src: url("/Resources/fonts/anton-v26-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/Resources/fonts/fa-regular-400.eot);
  src: url(/Resources/fonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(/Resources/fonts/fa-regular-400.woff2) format("woff2"), url(/Resources/fonts/fa-regular-400.woff) format("woff"), url(/Resources/fonts/fa-regular-400.ttf) format("truetype"), url(/Resources/fonts/fa-regular-400.svg#fontawesome) format("svg");
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url(/Resources/fonts/fa-brands-400.eot);
  src: url(/Resources/fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(/Resources/fonts/fa-brands-400.woff2) format("woff2"), url(/Resources/fonts/fa-brands-400.woff) format("woff"), url(/Resources/fonts/fa-brands-400.ttf) format("truetype"), url(/Resources/fonts/fa-brands-400.svg#fontawesome) format("svg");
}
.fa, .fab, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.far {
  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/Resources/fonts/fa-solid-900.eot);
  src: url(/Resources/fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(/Resources/fonts/fa-solid-900.woff2) format("woff2"), url(/Resources/fonts/fa-solid-900.woff) format("woff"), url(/Resources/fonts/fa-solid-900.ttf) format("truetype"), url(/Resources/fonts/fa-solid-900.svg#fontawesome) format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
}

.fa, .far, .fas {
  font-family: "Font Awesome 5 Free";
}

.fa, .fas {
  font-weight: 900;
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-phone:before {
  content: "\f095";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-tiktok:before {
  content: "\e07b";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-times:before {
  content: "\f00d";
}

.fa-cookie-bite:before {
  content: "\f563";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-user:before {
  content: "\f007";
}

.fa-star:before {
  content: "\f005";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-seedling:before {
  content: "\f4d8";
}

.fa-fish:before {
  content: "\f578";
}

.fa-pepper-hot:before {
  content: "\f816";
}

.fa-pepper-hot:before {
  content: "\f810";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-heart:before {
  content: "\f004";
}

.fa-clock:before {
  content: "\f017";
}

.fa-cocktail:before {
  content: "\f561";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.checkbox {
  padding: 0px !important;
  margin: 0 !important;
}
.checkbox input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.checkbox input:checked + label:after {
  opacity: 1 !important;
  visibility: visible !important;
}
.checkbox label {
  position: relative;
  padding-left: 40px;
  cursor: pointer;
  margin-bottom: 0 !important;
}
.checkbox label a {
  color: #fff;
  text-decoration: underline;
}
.checkbox label:after {
  content: "\f00c" !important;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  left: 4px;
  font-size: 16px;
  line-height: initial;
  top: 3px;
  margin-left: 0;
  opacity: 0;
  visibility: hidden;
  color: #fff;
}
.checkbox label:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 26px;
  height: 26px;
  left: 0;
  background-color: transparent;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 4px;
}

.radio {
  padding: 0px !important;
}
.radio input {
  opacity: 0;
  visibility: hidden;
  display: none;
}
.radio input[type=radio]:checked + label::before {
  background: #1F2F46 !important;
}
.radio label {
  position: relative;
  padding-left: 35px;
  margin: 0px;
  margin-bottom: 10px !important;
  text-align: left !important;
  cursor: pointer;
  color: #939393;
  font-weight: 500 !important;
  font-size: 14px;
}
.radio label:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 15px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  border: 1px solid #4B4B4B;
  border-radius: 50%;
  background-color: #fff;
}

/*.checkbox {
    padding-left: 20px;

    label {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        padding-left: 5px;

        &::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 20px;
            height: 20px;
            left: 0;
            margin-left: -20px;
            border: 1px solid #000;
            border-radius: 0;
            background-color: #fff;
            -webkit-transition: border .15s ease-in-out,color .15s ease-in-out;
            -o-transition: border .15s ease-in-out,color .15s ease-in-out;
            transition: border .15s ease-in-out,color .15s ease-in-out;
        }

        &::after {
            display: inline-block;
            position: absolute;
            width: 16px;
            height: 16px;
            left: 0;
            top: 0;
            margin-left: -20px;
            padding-left: 3px;
            padding-top: 1px;
            font-size: 13px;
            color: #e6265e;
        }
    }

    &.has-success label::after {
        display: inline-block;
        position: absolute;
        width: 16px;
        height: 16px;
        left: 0;
        top: 0;
        margin-left: -20px;
        padding-left: 3px;
        padding-top: 1px;
        font-size: 13px;
        color: #e6265e;
    }

    input {
        &[type=checkbox],
        &[type="radio"] {
            opacity: 0;
            z-index: 1;
        }

        &[type="checkbox"]:focus + label::before, &[type="radio"]:focus + label::before {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

        /*&[type="checkbox"]:checked + label::after {
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            content: "\f004";
        }
    }

    /*&.has-success label::after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f004";
    }

    input {
        &[type="radio"]:checked + label::after {
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            content: "\f004";
        }

        &[type="checkbox"]:disabled + label, &[type="radio"]:disabled + label {
            opacity: 0.65;
        }

        &[type="checkbox"]:disabled + label::before, &[type="radio"]:disabled + label::before {
            background-color: #eeeeee;
            cursor: not-allowed;
        }
    }

    &.checkbox-circle label::before {
        border-radius: 50%;
    }

    &.checkbox-inline {
        margin-top: 0;
    }
}

.checkbox-primary input {
    &[type="checkbox"]:checked + label::before, &[type="radio"]:checked + label::before {
        background-color: #fff;
        border-color: #fff;
    }

    &[type="checkbox"]:checked + label::after, &[type="radio"]:checked + label::after {
        color: #fff;
    }
}

.checkbox-danger input {
    &[type="checkbox"]:checked + label::before, &[type="radio"]:checked + label::before {
        background-color: #d9534f;
        border-color: #d9534f;
    }

    &[type="checkbox"]:checked + label::after, &[type="radio"]:checked + label::after {
        color: #fff;
    }
}

.checkbox-info input {
    &[type="checkbox"]:checked + label::before, &[type="radio"]:checked + label::before {
        background-color: #5bc0de;
        border-color: #5bc0de;
    }

    &[type="checkbox"]:checked + label::after, &[type="radio"]:checked + label::after {
        color: #fff;
    }
}

.checkbox-warning input {
    &[type="checkbox"]:checked + label::before, &[type="radio"]:checked + label::before {
        background-color: #f0ad4e;
        border-color: #f0ad4e;
    }

    &[type="checkbox"]:checked + label::after, &[type="radio"]:checked + label::after {
        color: #fff;
    }
}

.checkbox-success input {
    &[type="checkbox"]:checked + label::before, &[type="radio"]:checked + label::before {
        background-color: #5cb85c;
        border-color: #5cb85c;
    }

    &[type="checkbox"]:checked + label::after, &[type="radio"]:checked + label::after {
        color: #fff;
    }
}

.radio {
    padding-left: 20px;

    label {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        padding-left: 5px;

        &::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 17px;
            height: 17px;
            left: 0;
            margin-left: -20px;
            border: 1px solid #cccccc;
            border-radius: 50%;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out;
            transition: border 0.15s ease-in-out;
        }

        &::after {
            display: inline-block;
            position: absolute;
            content: " ";
            width: 11px;
            height: 11px;
            left: 3px;
            top: 3px;
            margin-left: -20px;
            border-radius: 50%;
            background-color: #555555;
            -webkit-transform: scale(0, 0);
            -ms-transform: scale(0, 0);
            -o-transform: scale(0, 0);
            transform: scale(0, 0);
            -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
        }
    }

    input[type="radio"] {
        opacity: 0;
        z-index: 1;

        &:focus + label::before {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

        &:checked + label::after {
            -webkit-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
            -o-transform: scale(1, 1);
            transform: scale(1, 1);
        }

        &:disabled + label {
            opacity: 0.65;

            &::before {
                cursor: not-allowed;
            }
        }
    }

    &.radio-inline {
        margin-top: 0;
    }
}

.radio-primary input[type="radio"] {
    + label::after {
        background-color: #337ab7;
    }

    &:checked + label {
        &::before {
            border-color: #337ab7;
        }

        &::after {
            background-color: #337ab7;
        }
    }
}

.radio-danger input[type="radio"] {
    + label::after {
        background-color: #d9534f;
    }

    &:checked + label {
        &::before {
            border-color: #d9534f;
        }

        &::after {
            background-color: #d9534f;
        }
    }
}

.radio-info input[type="radio"] {
    + label::after {
        background-color: #5bc0de;
    }

    &:checked + label {
        &::before {
            border-color: #5bc0de;
        }

        &::after {
            background-color: #5bc0de;
        }
    }
}

.radio-warning input[type="radio"] {
    + label::after {
        background-color: #f0ad4e;
    }

    &:checked + label {
        &::before {
            border-color: #f0ad4e;
        }

        &::after {
            background-color: #f0ad4e;
        }
    }
}

.radio-success input[type="radio"] {
    + label::after {
        background-color: #5cb85c;
    }

    &:checked + label {
        &::before {
            border-color: #5cb85c;
        }

        &::after {
            background-color: #5cb85c;
        }
    }
}

input {
    &[type="checkbox"].styled:checked + label:after, &[type="radio"].styled:checked + label:after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f00c";
    }

    &[type="checkbox"] .styled:checked + label::before, &[type="radio"] .styled:checked + label::before, &[type="checkbox"] .styled:checked + label::after, &[type="radio"] .styled:checked + label::after {
        color: #fff;
    }
}

.checkbox-size {
    position: relative;
    z-index: 1;
    padding-left: 0;
    display: inline-block;

    input {
        display: none;
    }

    label::before {
        background-color: #e53069;
        position: absolute;
        margin-left: 0;
        margin-top: -5px;
        left: 50%;
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: -1;
        color: #fff;
        border-radius: 50%;
        height: 40px;
        width: 40px;
        border: 2px solid #e53069;
        transition: border 0.2s ease-in-out;
    }

    input[type="radio"]:checked ~ .checkbox-size label::before {
        border: 1px solid #fff;
    }
}

.Checkbox .form-control-feedback {
    display: none !important;
}*/
.top-header {
  position: fixed;
  top: 0;
  left: 0;
  padding: 10px 25px;
  display: block !important;
  background: #d5f0ff;
  width: 100%;
  z-index: 11;
}
.top-header ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: end;
  color: #fff;
  font-size: 14px;
}
.top-header ul li {
  padding: 0 0 0 25px;
  position: relative;
}
.top-header ul li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  background-size: 15px;
  background-position: center;
  background-repeat: no-repeat;
}
.top-header ul li a {
  color: #1b7db1;
}

/*.offcanvas-menu .has-children {
    &:nth-of-type(1), &:nth-of-type(2) {
        span {
            cursor: default;

            a.dropDown {
                pointer-events: none;
                cursor: default;
            }
        }
    }
}*/
.hamburger {
  position: relative;
  z-index: 3;
  width: 40px;
  height: 25px;
  /*  right: 10px;
  top: 50%;*/
  display: none;
  /*    transform: translateY(-50%);*/
}
.hamburger .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.5);
}
.hamburger #nav-icon2 {
  width: 50px;
  height: 35px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.hamburger #nav-icon2 span {
  display: block;
  position: absolute;
  height: 5px;
  width: 50%;
  background: #fff;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.hamburger #nav-icon2 span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}
.hamburger #nav-icon2 span:nth-child(odd) {
  left: 0px;
  border-radius: 9px 0 0 9px;
}
.hamburger #nav-icon2 span:nth-child(1), .hamburger #nav-icon2 span:nth-child(2) {
  top: 0px;
}
.hamburger #nav-icon2 span:nth-child(3), .hamburger #nav-icon2 span:nth-child(4) {
  top: 18px;
}
.hamburger #nav-icon2 span:nth-child(5), .hamburger #nav-icon2 span:nth-child(6) {
  top: 36px;
}
.hamburger #nav-icon2.open {
  top: 0;
}
.hamburger #nav-icon2.open span {
  background: #fff;
}
.hamburger #nav-icon2.open span:nth-child(1) {
  left: 5px;
  top: 7px;
}
.hamburger #nav-icon2.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 7px;
}
.hamburger #nav-icon2.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}
.hamburger #nav-icon2.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}
.hamburger #nav-icon2.open span:nth-child(5) {
  left: 5px;
  top: 22px;
}
.hamburger #nav-icon2.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 22px;
}
.hamburger #nav-icon2.open span:nth-child(1), .hamburger #nav-icon2.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hamburger #nav-icon2.open span:nth-child(2), .hamburger #nav-icon2.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media only screen and (max-width: 1350px) and (min-width: 1200px) {
  .custom-nav .dropdown-desktop:after {
    right: 0 !important;
  }
  header .container-fluid.custom {
    padding: 0px 15px;
  }
  header .offcanvas-menu ul li a {
    padding: 10px 15px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .custom-nav {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    margin-left: auto;
  }
  .custom-nav .dropdown-desktop {
    cursor: pointer;
  }
  .custom-nav .dropdown-desktop:nth-child(5) .offcanvas-submenu {
    min-width: 325px;
  }
  .custom-nav .dropdown-desktop:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
    background-image: url(/Resources/img/arrow.svg);
    width: 10px;
    height: 10px;
    background-size: cover;
  }
  .custom-nav .dropdown-desktop .offcanvas-submenu {
    padding: 20px 0 20px;
    position: absolute;
    top: calc(100% + 5px);
    left: -46px;
    transition: all 0.3s ease-in-out;
    background: #fff;
    width: 100%;
    min-width: 325px;
    opacity: 0;
    visibility: hidden;
    border-radius: 0 0 10px 10px;
  }
  .custom-nav .dropdown-desktop .offcanvas-submenu li a {
    color: #001E68;
    transition: all 0.3s ease-in-out;
    font-weight: 400 !important;
  }
  .custom-nav .dropdown-desktop .offcanvas-submenu li a:hover {
    color: #2A60FB !important;
  }
  .custom-nav .dropdown-desktop .offcanvas-submenu ul b {
    display: block;
    margin-bottom: 10px;
  }
  .custom-nav .dropdown-desktop .offcanvas-submenu ul li a {
    color: #001E68;
  }
  .custom-nav .dropdown-desktop .drop-desk li {
    width: 100%;
  }
  .custom-nav .dropdown-desktop .drop-desk li:hover a {
    font-weight: bold;
  }
  .custom-nav .dropdown-desktop .drop-desk li:hover a:after {
    opacity: 1;
  }
  .custom-nav .dropdown-desktop .drop-desk li a {
    padding: 5px 20px 7px 30px;
    line-height: initial;
    position: relative;
    display: table;
    transition: 0.3s ease-in-out;
  }
  .custom-nav .dropdown-desktop .drop-desk li.back-btn {
    display: none;
  }
  header {
    position: fixed;
    top: 20px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    background: transparent;
    transition: all 0.3s ease-in-out;
    box-shadow: none;
  }
  header .outer-menu {
    background: #1F2F46;
    border-radius: 10px;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 10px;
  }
  header .logo {
    display: inline-block;
    position: relative;
    margin-right: 10px;
  }
  header .logo img {
    max-width: 180px;
    width: 100%;
    height: auto;
  }
  header .container-fluid.custom {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    max-width: 1550px;
  }
  header .mobile-show {
    display: none;
  }
  header .right-menu {
    margin-left: 50px;
  }
  header .right-menu a {
    display: table;
    border: none;
    color: #1F2F46;
    background: #fff;
    cursor: pointer;
    border-radius: 7px;
    outline: none !important;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    font-weight: bold;
    position: relative;
    padding: 13px 25px;
    position: relative;
    min-width: 200px;
    text-align: center;
    font-size: 16px;
    padding-left: 55px !important;
    padding: 10px 25px;
  }
  header .right-menu a:hover {
    color: #395E8C;
  }
  header .right-menu a:hover:before {
    transform: translateY(-50%) scale(1.1);
  }
  header .right-menu a:before {
    content: "";
    position: absolute;
    top: 50%;
    height: 30px;
    width: 30px;
    background-image: url(/Resources/img/logo-beeld-filled.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    left: 10px;
    transition: all 0.3s ease-in-out;
    transform: translateY(-50%) scale(1);
  }
  header .right-menu a.loading {
    opacity: 0.6;
    pointer-events: none;
    position: relative;
    padding-left: 40px;
  }
  header .right-menu a.loading:before {
    content: "\f110" !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
    position: absolute;
    left: 10px;
    background: none;
    transform: none;
    top: initial;
    width: initial;
    height: initial;
  }
  header .offcanvas-menu ul li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
  }
  header .offcanvas-menu ul li.mobile {
    display: none;
  }
  header .offcanvas-menu ul li a {
    display: block;
    padding: 10px 20px;
    font-weight: 400;
    transition: all 0.2s ease-in-out;
    background: transparent;
    position: relative;
    color: #fff;
    text-decoration: none !important;
  }
  header .offcanvas-menu ul li a:after {
    content: "";
    position: absolute;
    left: 20px;
    bottom: 5px;
    height: 2px;
    border-radius: 2px;
    width: 0;
    background: #fff;
    opacity: 0.5;
    transition: all 0.3s ease-in-out;
  }
  header .offcanvas-menu ul li a:hover:after {
    width: calc(100% - 40px);
  }
}
@media only screen and (max-width: 1200px) {
  .top-header {
    display: none !important;
  }
  .menu-middle .container-fluid {
    padding: 0 !important;
  }
  .menu-middle .right .menu-icon {
    height: 35px;
    width: 35px;
    margin: 0 4px;
  }
  .menu-middle .right .menu-icon.show-desktop {
    display: none;
  }
  .menu-middle .right .menu-icon.hide-desktop {
    display: block;
  }
  .menu-middle .right .menu-icon i {
    font-size: 16px;
  }
  footer, .copy, .menu-middle {
    left: 0%;
    transition: all 0.3s ease-in-out;
  }
  /* main {
      margin-top: 75px;
      position: relative;
      left: 0%;
      transition: left 0.3s ease-in-out;

      &.main-scroll {
          margin-top: 135px;
      }
  }*/
  html.active {
    overflow: hidden;
  }
  html.active main, html.active .topheader, html.active footer, html.active .copy, html.active .menu-middle {
    left: -45%;
  }
  html.active header .custom-nav {
    right: 0% !important;
    visibility: visible;
  }
  html.active .overlay-search {
    opacity: 1;
    left: 0;
    visibility: visible;
  }
  .hamburger, .login-mobile {
    display: block;
  }
  .offcanvas-menu {
    position: relative;
    width: 100%;
    margin: 30px 0;
  }
  .offcanvas-menu .container {
    padding: 0;
  }
  .offcanvas-menu .title-drop {
    font-weight: 600;
    font-size: 20px;
    padding-left: 20px;
    margin: 25px 0px 5px;
  }
  .offcanvas-menu .menu.off-view {
    transform: translate3d(-100%, 0, 0);
  }
  .offcanvas-menu ul li {
    display: block;
  }
  .offcanvas-menu ul li.back-btn {
    background: #001E68;
  }
  .offcanvas-menu ul li.back-btn a {
    width: 80%;
    left: 20px;
    position: relative;
    padding: 15px 0;
  }
  .offcanvas-menu ul li.back-btn a:before {
    content: "\f060";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    position: relative;
    margin-right: 10px;
  }
  .offcanvas-menu ul li.mobile {
    display: block;
  }
  .offcanvas-menu ul li.mobile.bg-color {
    padding: 0 0 0 20px;
    /*  background: #fff;

    a {
        color: #fff !important;
    }*/
  }
  .offcanvas-menu ul li.mobile.bg-color a {
    display: table;
    border: none;
    color: #1F2F46;
    background: #fff;
    cursor: pointer;
    border-radius: 7px;
    outline: none !important;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    font-weight: bold;
    position: relative;
    padding: 13px 25px;
    position: relative;
    min-width: 200px;
    text-align: center;
    font-size: 16px;
    padding-left: 55px !important;
  }
  .offcanvas-menu ul li.mobile.bg-color a:hover {
    color: #395E8C;
  }
  .offcanvas-menu ul li.mobile.bg-color a:hover:before {
    transform: translateY(-50%) scale(1.1);
  }
  .offcanvas-menu ul li.mobile.bg-color a:before {
    content: "";
    position: absolute;
    top: 50%;
    height: 30px;
    width: 30px;
    background-image: url(/Resources/img/logo-beeld-filled.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    left: 10px;
    transition: all 0.3s ease-in-out;
    transform: translateY(-50%) scale(1);
  }
  .offcanvas-menu ul li.mobile.bg-color a.loading {
    opacity: 0.6;
    pointer-events: none;
    position: relative;
    padding-left: 40px;
  }
  .offcanvas-menu ul li.mobile.bg-color a.loading:before {
    content: "\f110" !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
    position: absolute;
    left: 10px;
    background: none;
    transform: none;
    top: initial;
    width: initial;
    height: initial;
  }
  .offcanvas-menu ul li.mobile a {
    color: rgb(61, 31, 49) !important;
  }
  .offcanvas-menu ul li a {
    display: block;
    padding: 15px 20px;
    transition: color 0.3s;
    color: #fff !important;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }
  .offcanvas-menu ul li a i {
    margin-right: 10px;
  }
  .offcanvas-menu ul li.has-children > .offcanvas-submenu {
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    /* height: 100%;*/
    transform: translate3d(100%, 0, 0);
    transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
    overflow-y: auto;
  }
  .offcanvas-menu ul li.has-children > .offcanvas-submenu.in-view {
    transform: translate3d(0, 0, 0);
  }
  .offcanvas-menu ul li.has-children > .offcanvas-submenu.in-view.off-view {
    transform: translate3d(-100%, 0, 0);
  }
  .offcanvas-menu ul li.has-children > span {
    display: block;
    position: relative;
    width: 100%;
  }
  .offcanvas-menu ul li.has-children > span .sub-menu-toggle {
    display: block;
  }
  .offcanvas-menu ul li.has-children > span a {
    padding-right: 65px;
    color: rgba(61, 31, 49, 0.9);
  }
  .offcanvas-menu ul li.has-children.not-child .sub-menu-toggle {
    display: none !important;
  }
  .offcanvas-menu ul li .sub-menu-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: calc(100% - 1px);
    transition: background-color 0.3s;
    z-index: 1;
    display: none;
  }
  .offcanvas-menu ul li .sub-menu-toggle:after {
    content: "\f061";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 31px;
    height: 31px;
    /* border: 1px solid #fff;*/
    border-radius: 5px;
    color: #fff;
    text-align: center;
    line-height: 29px;
    /* background: #fff;*/
  }
  .offcanvas-menu .menu {
    position: relative;
    transform: translate3d(0, 0, 0);
    transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  }
  header {
    left: 0;
    width: 100%;
    top: 10px;
    z-index: 999;
    position: fixed;
    background: transparent;
    box-shadow: none;
    transition: all 0.3s ease-in-out;
  }
  header .right-menu {
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header .right-menu a {
    display: table;
    border: none;
    color: #1F2F46;
    background: #fff;
    cursor: pointer;
    border-radius: 7px;
    outline: none !important;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    font-weight: bold;
    position: relative;
    padding: 13px 25px;
    position: relative;
    min-width: 200px;
    text-align: center;
    font-size: 16px;
    padding-left: 55px !important;
    font-size: 12px;
    min-width: initial;
    padding: 5px 10px;
    display: flex;
    margin-right: 10px;
    padding-left: 50px !important;
  }
  header .right-menu a:hover {
    color: #395E8C;
  }
  header .right-menu a:hover:before {
    transform: translateY(-50%) scale(1.1);
  }
  header .right-menu a:before {
    content: "";
    position: absolute;
    top: 50%;
    height: 30px;
    width: 30px;
    background-image: url(/Resources/img/logo-beeld-filled.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    left: 10px;
    transition: all 0.3s ease-in-out;
    transform: translateY(-50%) scale(1);
  }
  header .right-menu a.loading {
    opacity: 0.6;
    pointer-events: none;
    position: relative;
    padding-left: 40px;
  }
  header .right-menu a.loading:before {
    content: "\f110" !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
    position: absolute;
    left: 10px;
    background: none;
    transform: none;
    top: initial;
    width: initial;
    height: initial;
  }
  header .right-menu a:Before {
    height: 25px;
    width: 25px;
  }
  header .container-fluid.custom {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
  }
  header .outer-menu {
    background: #1F2F46;
    padding: 7px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    width: 100%;
  }
  header .outer-menu .right-meun {
    display: block;
  }
  header .dropdown-custom .back-btn:not(:first-child) {
    display: none;
  }
  header .dropdown-custom li .sub-menu-toggle {
    display: none !important;
  }
  header .logo {
    display: table;
    position: relative;
  }
  header .logo img {
    margin-right: 10px;
    width: 120px;
    height: auto;
  }
  header.active .custom-nav {
    right: 0;
  }
  header.active .custom-nav .nav-items {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  header .custom-nav {
    position: fixed;
    top: 0;
    width: 45%;
    z-index: 2;
    bottom: 0;
    background-color: #1f2f46;
    transition: right 0.4s ease-in-out;
    padding: 25px 0 30px;
    height: 100vh;
    overflow-y: hidden;
    right: -45%;
    -ms-overflow-style: none;
    transition: all 0.3s ease-in-out !important;
    height: calc(100vh - (100vh - 100%));
    overflow: hidden;
    background-image: url(/Resources/img/logo-beeld.svg);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 200px;
  }
  header .custom-nav::-webkit-scrollbar {
    display: none;
  }
  header .custom-nav .off-canvas {
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: auto;
    transform: translate3d(100%, 0, 0);
    transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  }
  header .custom-nav .off-canvas.in-view {
    transform: translate3d(0, 0, 0);
  }
  header .custom-nav .nav-items {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 20px;
    letter-spacing: 2px;
    position: relative;
    transform: translate3d(0, 0, 0);
    transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  }
  header .custom-nav .nav-items.off-view {
    transform: translate3d(-100%, 0, 0);
  }
  header .custom-nav .nav-items .dropdown-test .nav-big-down {
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: auto;
    transform: translate3d(100%, 0, 0);
    transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  }
  header .custom-nav .nav-items li {
    margin-bottom: 20px;
  }
  header .custom-nav .close-mobile {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 30px;
  }
  header .custom-nav .title {
    display: block;
    font-size: 24px;
    color: #000;
    position: relative;
    font-weight: 900;
  }
  header .custom-nav .social {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 30px;
  }
  header .custom-nav .social li {
    display: inline-block;
    margin-right: 20px;
  }
  header .custom-nav .social li:last-child {
    margin-right: 0px;
  }
  header .custom-nav .social li a {
    color: #1F2F46;
  }
  header .custom-nav .mobile-copyright {
    margin: 0;
    display: inline-block;
    width: 100%;
    margin-top: 50px;
    color: #1F2F46;
  }
  header .custom-nav .mobile-show {
    display: block;
    margin: 0 0 25px;
  }
  header .custom-nav .mobile-show img {
    max-width: 150px;
    display: block;
    height: auto;
    margin: 0 0 0 15px;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 767.5px) {
  header .custom-nav {
    width: 70%;
    right: -70%;
  }
  html.active {
    overflow: hidden;
  }
  /*
  html {
      &.active {
          main, .topheader, footer, .copy, .menu-middle {
              left: -75%;
          }

          .overlay-search {
              left: -75%;
          }
      }
  }*/
}
@media only screen and (max-width: 1200px) and (max-width: 360px) {
  header .logo img {
    max-width: 125px;
    margin: 0 10px;
  }
}
@media only screen and (max-width: 1200px) {
  .menu-middle {
    width: 100%;
    left: 0;
    padding: 10px 0;
  }
  .menu-middle .shopping-bag .drop {
    position: fixed;
    top: 55px;
    z-index: 999;
    right: initial;
    left: 15px;
    width: calc(100% - 30px);
    min-width: inherit;
    max-height: calc(100vh - 150px);
    height: 100%;
  }
  .menu-middle .shopping-bag .drop .list::-webkit-scrollbar {
    display: none;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .menu-middle .search {
    position: absolute;
    left: 0px;
    top: 60px;
    padding: 10px 15px;
    background: #1F2F46;
    width: 100%;
    order: 3;
    margin-left: auto;
    max-width: inherit;
  }
  .menu-middle .search .form-group .form-control {
    padding: 8px 15px;
  }
}
@media only screen and (max-width: 1024px) {
  .topheader ul {
    width: 100%;
    display: block;
    white-space: nowrap;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .menu-middle .search .form-group .btn-search {
    top: 0px;
  }
}
@media only screen and (max-width: 767.5px) {
  .search-results .inner {
    max-height: 70vh;
    overflow-y: scroll;
    margin: 0;
    padding: 20px 15px;
    -webkit-overflow-scrolling: touch;
  }
  .search-results .inner .close-search {
    padding: 0;
    right: 20px;
    font-size: 26px;
    top: 25px;
  }
  .search-results .inner b {
    display: block;
    margin-bottom: 10px;
  }
  .search-results .inner .products {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0px;
  }
  .search-results .inner .products .item {
    align-items: flex-start;
  }
  .search-results .inner .products .item .right-side {
    padding-left: 0;
    max-width: calc(100% - 120px);
    flex: 0 0 calc(100% - 120px);
    align-items: start;
  }
  .search-results .inner .products .item .right-side .price {
    margin: 10px auto 10px 0;
  }
  .search-results .inner .products .item .right-side .btn-list .stock, .search-results .inner .products .item .right-side .btn-list .delivery {
    text-align: left;
  }
  .search-results .inner .products .item .right-side .info, .search-results .inner .products .item .right-side .price, .search-results .inner .products .item .right-side .btn-list {
    max-width: 100%;
    text-align: left;
    width: 100%;
    justify-content: start;
  }
  .search-results .inner .products .item h6 {
    margin-bottom: 5px;
  }
  .search-results .inner .products .item img {
    flex: 0 0 20%;
    max-width: 20%;
    object-fit: contain;
  }
  .search-results .inner .cats {
    flex: 0 0 100%;
    max-width: 100%;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 15px;
    border-right: 0;
    margin-bottom: 30px;
  }
  .topheader {
    padding: 15px 0px;
  }
  .topheader ul li {
    margin-bottom: 3px;
  }
}
.head-fold {
  position: relative;
}
.head-fold img {
  max-width: 100%;
}
.head-fold .container-fluid.custom {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 100%;
  width: 100%;
  top: 0;
}
.head-fold.anim-active .text {
  opacity: 1;
  visibility: visible;
}
.head-fold .text {
  position: absolute;
  top: 50%;
  max-width: 42%;
  right: 0;
  transform: translateY(-50%);
  margin-right: 5%;
  color: #fff;
  background: #395d91;
  padding: 15px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out;
}
.head-fold .text ul:has(a) {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
}
.head-fold .text ul:has(a) li {
  margin-right: 15px;
}
.head-fold .text ul:has(a) li:hover a {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.head-fold .text ul:has(a) li:hover a:before {
  background-image: url(/Resources/img/logo-beeld.svg);
}
.head-fold .text ul:has(a) a {
  display: table;
  border: none;
  color: #1F2F46;
  background: #fff;
  cursor: pointer;
  border-radius: 7px;
  outline: none !important;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-weight: bold;
  position: relative;
  padding: 13px 25px;
  position: relative;
  min-width: 200px;
  text-align: center;
  font-size: 16px;
  padding-left: 55px !important;
}
.head-fold .text ul:has(a) a:hover {
  color: #395E8C;
}
.head-fold .text ul:has(a) a:hover:before {
  transform: translateY(-50%) scale(1.1);
}
.head-fold .text ul:has(a) a:before {
  content: "";
  position: absolute;
  top: 50%;
  height: 30px;
  width: 30px;
  background-image: url(/Resources/img/logo-beeld-filled.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  left: 10px;
  transition: all 0.3s ease-in-out;
  transform: translateY(-50%) scale(1);
}
.head-fold .text ul:has(a) a.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.head-fold .text ul:has(a) a.loading:before {
  content: "\f110" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
  position: absolute;
  left: 10px;
  background: none;
  transform: none;
  top: initial;
  width: initial;
  height: initial;
}
.head-fold .text img {
  max-width: 550px;
}

.blocks-text {
  position: relative;
  padding: 75px 0 0;
  background: #395E8C;
  /* &.anim-active {
          .row {

              .col-sm-4 {

                  &:nth-of-type(1) {
                      .item {
                          background: #1f2f46;
                          color: #fff;
                          transform: rotate(-5deg);
                          left: -20px;

                          h1, h2, h3, h4, h5, h6 {
                              &:before {
                                  filter: brightness(0) invert(1);
                              }
                          }
                      }
                  }
              }
          }
      }
  */
}
.blocks-text .title {
  margin-bottom: 30px;
}
.blocks-text .title h1, .blocks-text .title h2, .blocks-text .title h3, .blocks-text .title h4, .blocks-text .title h5, .blocks-text .title h6 {
  font-size: 45px;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 991.5px) {
  .blocks-text .title {
    margin-bottom: 40px;
  }
  .blocks-text .title h1, .blocks-text .title h2, .blocks-text .title h3, .blocks-text .title h4, .blocks-text .title h5, .blocks-text .title h6 {
    font-size: 30px;
  }
}
.blocks-text .btn-default {
  display: table;
  border: none;
  color: #1F2F46;
  background: #fff;
  cursor: pointer;
  border-radius: 7px;
  outline: none !important;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-weight: bold;
  position: relative;
  padding: 13px 25px;
  position: relative;
  min-width: 200px;
  text-align: center;
  font-size: 16px;
  padding-left: 55px !important;
  margin: 30px auto 0;
}
.blocks-text .btn-default:hover {
  color: #395E8C;
}
.blocks-text .btn-default:hover:before {
  transform: translateY(-50%) scale(1.1);
}
.blocks-text .btn-default:before {
  content: "";
  position: absolute;
  top: 50%;
  height: 30px;
  width: 30px;
  background-image: url(/Resources/img/logo-beeld-filled.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  left: 10px;
  transition: all 0.3s ease-in-out;
  transform: translateY(-50%) scale(1);
}
.blocks-text .btn-default.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.blocks-text .btn-default.loading:before {
  content: "\f110" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
  position: absolute;
  left: 10px;
  background: none;
  transform: none;
  top: initial;
  width: initial;
  height: initial;
}
.blocks-text .text {
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blocks-text .text.active {
  -webkit-line-clamp: inherit;
}
.blocks-text .read-more {
  font-weight: bold;
  text-decoration: underline !important;
  color: #1F2F46;
  position: relative;
  z-index: 99;
  display: block;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
.blocks-text .row {
  margin: 0px -8px;
}
.blocks-text .row .col-sm-4 {
  padding: 0px 8px;
}
.blocks-text .row .col-sm-4:hover .item {
  background: #1f2f46;
  color: #fff;
  transform: rotate(-5deg);
}
.blocks-text .row .col-sm-4:hover .item .read-more {
  color: #fff;
}
.blocks-text .row .col-sm-4:hover .item h1:before, .blocks-text .row .col-sm-4:hover .item h2:before, .blocks-text .row .col-sm-4:hover .item h3:before, .blocks-text .row .col-sm-4:hover .item h4:before, .blocks-text .row .col-sm-4:hover .item h5:before, .blocks-text .row .col-sm-4:hover .item h6:before {
  filter: brightness(0) invert(1);
}
.blocks-text .row .col-sm-4:nth-of-type(1) .item h1:before, .blocks-text .row .col-sm-4:nth-of-type(1) .item h2:before, .blocks-text .row .col-sm-4:nth-of-type(1) .item h3:before, .blocks-text .row .col-sm-4:nth-of-type(1) .item h4:before, .blocks-text .row .col-sm-4:nth-of-type(1) .item h5:before, .blocks-text .row .col-sm-4:nth-of-type(1) .item h6:before {
  background-image: url(/Resources/img/icons/blocks-1.svg);
}
.blocks-text .row .col-sm-4:nth-of-type(2) .item h1:before, .blocks-text .row .col-sm-4:nth-of-type(2) .item h2:before, .blocks-text .row .col-sm-4:nth-of-type(2) .item h3:before, .blocks-text .row .col-sm-4:nth-of-type(2) .item h4:before, .blocks-text .row .col-sm-4:nth-of-type(2) .item h5:before, .blocks-text .row .col-sm-4:nth-of-type(2) .item h6:before {
  background-image: url(/Resources/img/icons/blocks-2.svg);
}
.blocks-text .row .col-sm-4:nth-of-type(3) .item h1:before, .blocks-text .row .col-sm-4:nth-of-type(3) .item h2:before, .blocks-text .row .col-sm-4:nth-of-type(3) .item h3:before, .blocks-text .row .col-sm-4:nth-of-type(3) .item h4:before, .blocks-text .row .col-sm-4:nth-of-type(3) .item h5:before, .blocks-text .row .col-sm-4:nth-of-type(3) .item h6:before {
  background-image: url(/Resources/img/icons/blocks-3.svg);
}
.blocks-text .item {
  position: relative;
  border-radius: 20px;
  padding: 20px 20px 1px;
  background: #fff;
  margin-bottom: 15px;
  height: calc(100% - 15px);
  transition: all 0.5s ease-in-out;
}
.blocks-text .item h1, .blocks-text .item h2, .blocks-text .item h3, .blocks-text .item h4, .blocks-text .item h5, .blocks-text .item h6 {
  position: relative;
  padding-left: 60px;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 15px;
}
.blocks-text .item h1:before, .blocks-text .item h2:before, .blocks-text .item h3:before, .blocks-text .item h4:before, .blocks-text .item h5:before, .blocks-text .item h6:before {
  content: "";
  height: 43px;
  width: 40px;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.section-mfn-why {
  position: relative;
  padding: 75px 0;
  background-color: #395E8C;
  color: #fff;
}
.section-mfn-why:after {
  content: "";
  position: absolute;
  top: -95px;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/Resources/img/bg/lijntjes-sectie-1.svg);
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  display: none;
}
.section-mfn-why .container-fluid.custom {
  z-index: 2;
  position: relative;
}
.section-mfn-why:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg, rgba(31, 47, 70, 0) 0%, #1F2F46 100%);
  bottom: 0;
}
.section-mfn-why img {
  position: absolute;
  bottom: 35px;
  left: 0;
  max-width: 320px;
  width: 100%;
}
.section-mfn-why .title {
  margin-bottom: 30px;
  margin-bottom: 80px;
}
.section-mfn-why .title h1, .section-mfn-why .title h2, .section-mfn-why .title h3, .section-mfn-why .title h4, .section-mfn-why .title h5, .section-mfn-why .title h6 {
  font-size: 45px;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 991.5px) {
  .section-mfn-why .title {
    margin-bottom: 40px;
  }
  .section-mfn-why .title h1, .section-mfn-why .title h2, .section-mfn-why .title h3, .section-mfn-why .title h4, .section-mfn-why .title h5, .section-mfn-why .title h6 {
    font-size: 30px;
  }
}
.section-mfn-why .title h1, .section-mfn-why .title h2, .section-mfn-why .title h3, .section-mfn-why .title h4, .section-mfn-why .title h5, .section-mfn-why .title h6 {
  text-align: left;
}

.section-quote {
  position: relative;
  background: #1f2f46;
  padding-top: 75px;
}
.section-quote.anim-active .text-banner img {
  opacity: 1;
  visibility: visible;
}
.section-quote img {
  max-width: 100%;
  margin: -1px auto;
  display: table;
}
.section-quote p {
  margin: 0;
}
.section-quote .text-banner {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 1400px;
  transform: translate(-50%, -50%);
  width: 100%;
  text-shadow: 0px 4px 0px rgba(0, 0, 0, 0.2509803922);
  padding: 0px 25px;
}
.section-quote .text-banner img {
  max-width: 550px;
  width: 100%;
  opacity: 0;
  margin: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
}

.section-about {
  position: relative;
  background-color: #1F2F46;
  padding: 100px 0 30px;
  background-image: url(/Resources/img/bg/lijntjes-sectie-2.svg);
  background-size: contain;
  background-position: top right;
  background-repeat: no-repeat;
}
.section-about .inner {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
}
.section-about .inner img {
  position: relative;
  width: 100%;
}
.section-about .inner .text {
  padding: 35px 25px;
}
.section-about .inner .text .btn-default {
  display: table;
  border: none;
  color: #1F2F46;
  background: #fff;
  cursor: pointer;
  border-radius: 7px;
  outline: none !important;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-weight: bold;
  position: relative;
  padding: 13px 25px;
  position: relative;
  min-width: 200px;
  text-align: center;
  font-size: 16px;
  padding-left: 55px !important;
  background: #1F2F46;
  color: #fff;
  margin-top: 25px;
}
.section-about .inner .text .btn-default:hover {
  color: #395E8C;
}
.section-about .inner .text .btn-default:hover:before {
  transform: translateY(-50%) scale(1.1);
}
.section-about .inner .text .btn-default:before {
  content: "";
  position: absolute;
  top: 50%;
  height: 30px;
  width: 30px;
  background-image: url(/Resources/img/logo-beeld-filled.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  left: 10px;
  transition: all 0.3s ease-in-out;
  transform: translateY(-50%) scale(1);
}
.section-about .inner .text .btn-default.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.section-about .inner .text .btn-default.loading:before {
  content: "\f110" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
  position: absolute;
  left: 10px;
  background: none;
  transform: none;
  top: initial;
  width: initial;
  height: initial;
}
.section-about .inner .text .btn-default:before {
  background-image: url(/Resources/img/logo-beeld.svg);
}
.section-about .inner .text h1, .section-about .inner .text h2, .section-about .inner .text h3, .section-about .inner .text h4, .section-about .inner .text h5, .section-about .inner .text h6 {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 5px;
}

.section-services {
  position: relative;
  padding: 100px 0;
  background-color: #395E8C;
  color: #fff;
  /*background-image: url(/Resources/img/bg/lijntjes-sectie-3.svg);*/
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0% center;
}
.section-services .row {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
}
.section-services.anim-active .row {
  opacity: 1;
  visibility: visible;
}
.section-services.anim-active .left-text img {
  right: 0px;
}
.section-services.anim-active .right-text img {
  left: 0px;
}
.section-services.anim-active img {
  opacity: 1;
  visibility: visible;
}
.section-services:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  top: 0;
  background: linear-gradient(180deg, #1F2F46 0%, rgba(31, 47, 70, 0) 100%);
}
.section-services .row {
  align-items: center;
}
.section-services .btn-default {
  display: table;
  border: none;
  color: #1F2F46;
  background: #fff;
  cursor: pointer;
  border-radius: 7px;
  outline: none !important;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-weight: bold;
  position: relative;
  padding: 13px 25px;
  position: relative;
  min-width: 200px;
  text-align: center;
  font-size: 16px;
  padding-left: 55px !important;
}
.section-services .btn-default:hover {
  color: #395E8C;
}
.section-services .btn-default:hover:before {
  transform: translateY(-50%) scale(1.1);
}
.section-services .btn-default:before {
  content: "";
  position: absolute;
  top: 50%;
  height: 30px;
  width: 30px;
  background-image: url(/Resources/img/logo-beeld-filled.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  left: 10px;
  transition: all 0.3s ease-in-out;
  transform: translateY(-50%) scale(1);
}
.section-services .btn-default.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.section-services .btn-default.loading:before {
  content: "\f110" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
  position: absolute;
  left: 10px;
  background: none;
  transform: none;
  top: initial;
  width: initial;
  height: initial;
}
.section-services .text h1, .section-services .text h2, .section-services .text h3, .section-services .text h4, .section-services .text h5, .section-services .text h6 {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 5px;
}
.section-services .text i, .section-services .text em {
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
}
.section-services img {
  border-radius: 10px;
  max-width: 85%;
  display: table;
  opacity: 0;
  visibility: hidden;
  position: relative;
  transition: all 0.7s ease-in-out;
  transition-delay: 0.5s;
}
.section-services .left-text {
  margin-bottom: 75px;
}
.section-services .left-text .text {
  padding-right: 75px;
}
.section-services .left-text img {
  margin-left: auto;
  right: -50px;
}
.section-services .right-text .text {
  padding-left: 75px;
}
.section-services .right-text img {
  left: -50px;
  margin-right: auto;
}

.mediationtraject {
  position: relative;
  padding: 75px 0;
  background: #fff;
  counter-reset: section;
}
.mediationtraject h1, .mediationtraject h2, .mediationtraject h3, .mediationtraject h4, .mediationtraject h5, .mediationtraject h6 {
  font-size: 45px;
  font-weight: 600;
}
.mediationtraject img {
  max-width: 90%;
  border-radius: 10px;
  display: table;
  margin-left: auto;
  right: -50px;
  transition: all 0.7s ease-in-out;
  opacity: 0;
  visibility: hidden;
  position: relative;
}
.mediationtraject.anim-active img {
  right: 0;
  opacity: 1;
  visibility: visible;
}
.mediationtraject .process {
  margin-top: 70px;
}
.mediationtraject .process .item {
  border-bottom: 1px solid rgba(31, 47, 70, 0.35);
  padding-bottom: 30px;
  margin-bottom: 45px;
}
.mediationtraject .process .item.active b:after {
  transform: translateY(-50%);
}
.mediationtraject .process .item.active .text {
  display: block;
}
.mediationtraject .process .item b {
  position: relative;
  font-size: 28px;
  font-weight: bold;
  display: block;
  cursor: pointer;
  padding-left: 70px;
  line-height: 32px;
}
.mediationtraject .process .item b:after {
  content: "";
  height: 27px;
  width: 27px;
  background: url(/Resources/img/icons/arrow-process.svg);
  position: absolute;
  top: 50%;
  right: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%) rotate(-90deg);
}
.mediationtraject .process .item b p {
  margin: 0;
}
.mediationtraject .process .item b:before {
  counter-increment: section;
  content: counter(section, decimal-leading-zero);
  color: #395E8C;
  font-family: "Anton", serif;
  font-weight: 100;
  margin-right: 25px;
  font-size: 33px;
  vertical-align: middle;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.mediationtraject .process .item .text {
  margin-top: 30px;
  display: none;
}
.mediationtraject .process .item p {
  margin: 0;
}

.quickform .inner {
  background: #1F2F46;
  color: #fff;
  border-radius: 20px;
}
.quickform .inner h1, .quickform .inner h2, .quickform .inner h3, .quickform .inner h4, .quickform .inner h5, .quickform .inner h6 {
  font-size: 35px;
  font-weight: 500;
}
.quickform .inner .img-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  display: block;
  background-image: url(/Resources/img/bg/blok.svg);
  background-position: left center;
  background-repeat: no-repeat;
}
.quickform .inner .img-wrapper img {
  max-width: 295px;
  position: absolute;
  bottom: 0px;
  left: 20%;
}
.quickform .inner .text {
  padding: 40px 30px;
}
.quickform .inner ul:has(a) {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
}
.quickform .inner ul:has(a) li {
  margin-right: 15px;
}
.quickform .inner ul:has(a) li:nth-child(2) a {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.quickform .inner ul:has(a) li:nth-child(2) a:before {
  background-image: url(/Resources/img/logo-beeld.svg);
}
.quickform .inner ul:has(a) a {
  display: table;
  border: none;
  color: #1F2F46;
  background: #fff;
  cursor: pointer;
  border-radius: 7px;
  outline: none !important;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-weight: bold;
  position: relative;
  padding: 13px 25px;
  position: relative;
  min-width: 200px;
  text-align: center;
  font-size: 16px;
  padding-left: 55px !important;
}
.quickform .inner ul:has(a) a:hover {
  color: #395E8C;
}
.quickform .inner ul:has(a) a:hover:before {
  transform: translateY(-50%) scale(1.1);
}
.quickform .inner ul:has(a) a:before {
  content: "";
  position: absolute;
  top: 50%;
  height: 30px;
  width: 30px;
  background-image: url(/Resources/img/logo-beeld-filled.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  left: 10px;
  transition: all 0.3s ease-in-out;
  transform: translateY(-50%) scale(1);
}
.quickform .inner ul:has(a) a.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.quickform .inner ul:has(a) a.loading:before {
  content: "\f110" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
  position: absolute;
  left: 10px;
  background: none;
  transform: none;
  top: initial;
  width: initial;
  height: initial;
}

.section-maps {
  position: relative;
  margin: -150px auto 0;
  /*
  &:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      max-width: 600px;
      width: 100%;
      background: #FFF;
      background: linear-gradient(137deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);

  }*/
}
.section-maps svg {
  position: absolute;
  width: 440px;
  height: auto;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  z-index: 2;
}
.section-maps.anim-active svg {
  opacity: 1;
  visibility: visible;
}
.section-maps b {
  font-size: 40px;
  font-weight: bold;
  top: 230px;
  position: relative;
  display: block;
}
.section-maps #maps {
  width: 100%;
  height: 850px;
}

@media only screen and (max-width: 991.5px) {
  .head-fold {
    background: #395d91;
  }
  .head-fold img {
    min-height: 325px;
    object-fit: contain;
  }
  .head-fold .container-fluid.custom {
    position: relative;
  }
  .head-fold .text {
    position: relative;
    top: initial;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    transform: none;
  }
  .head-fold .text ul:has(a) li {
    margin-right: 0;
    width: 100%;
    margin-bottom: 10px;
  }
  .head-fold .text ul:has(a) li a {
    width: 100%;
  }
  .head-fold .text img {
    max-width: 80%;
    min-height: initial;
  }
  .blocks-text {
    padding: 35px 0;
  }
  .blocks-text .item h1, .blocks-text .item h2, .blocks-text .item h3, .blocks-text .item h4, .blocks-text .item h5, .blocks-text .item h6 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .blocks-text.anim-active .row .col-sm-4:hover .item {
    transform: rotate(-2deg);
    left: 0;
  }
  .section-quote {
    padding-top: 0;
  }
  .section-quote .text-banner {
    padding: 0px 15px;
    top: initial;
    bottom: 10px;
    transform: none;
    left: 0;
  }
  .section-quote .text-banner img {
    max-width: 250px;
  }
  .section-about {
    padding: 55px 0 25px;
  }
  .section-about .inner .text {
    padding: 20px;
  }
  .section-about .inner .text h1, .section-about .inner .text h2, .section-about .inner .text h3, .section-about .inner .text h4, .section-about .inner .text h5, .section-about .inner .text h6 {
    font-size: 25px;
  }
  .section-services {
    padding: 35px 0;
  }
  .section-services .left-text {
    margin-bottom: 50px;
  }
  .section-services img {
    max-width: 100% !important;
  }
  .section-services .text {
    padding: 0 !important;
  }
  .section-services .text h1, .section-services .text h2, .section-services .text h3, .section-services .text h4, .section-services .text h5, .section-services .text h6 {
    font-size: 30px;
  }
  .mediationtraject {
    padding: 50px 0;
  }
  .mediationtraject h1, .mediationtraject h2, .mediationtraject h3, .mediationtraject h4, .mediationtraject h5, .mediationtraject h6 {
    font-size: 35px;
  }
  .mediationtraject img {
    max-width: 100%;
  }
  .mediationtraject .process .item b {
    font-size: 22px;
    padding-left: 60px;
    line-height: 30px;
  }
  .mediationtraject .process .item b:after {
    height: 22px;
    width: 22px;
  }
  .mediationtraject .process .item .text {
    margin-top: 15px;
  }
  .quickform .inner .text {
    padding: 30px;
  }
  .quickform .inner ul li {
    width: 100%;
    margin-right: 0 !important;
  }
  .quickform .inner ul li a {
    width: 100%;
  }
  .quickform .inner ul li:first-child {
    margin-bottom: 10px;
  }
  .quickform .inner .img-wrapper {
    z-index: 1;
    margin-top: -30px;
    display: none;
  }
  .quickform .inner .img-wrapper img {
    max-width: 175px;
    position: relative;
    bottom: 0;
    left: 0;
  }
  .quickform .inner .img-wrapper:before {
    height: 40%;
    width: 30%;
  }
  .quickform .inner h1, .quickform .inner h2, .quickform .inner h3, .quickform .inner h4, .quickform .inner h5, .quickform .inner h6 {
    font-size: 27px;
  }
  .section-mfn-why {
    padding: 45px 0 110px;
  }
  .section-mfn-why img {
    opacity: 0.2;
    max-width: 150px;
    bottom: 0;
  }
  .section-mfn-why .title {
    margin-bottom: 0;
  }
  .section-maps {
    margin-top: -50px;
  }
  .section-maps #maps {
    height: 500px;
  }
  .section-maps b {
    font-size: 25px;
    top: 75px;
  }
  .section-maps svg {
    width: 200px;
  }
}
.popup {
  position: fixed;
  z-index: 12;
  left: 50px;
  bottom: 20px;
  width: calc(100% - 100px);
  background: rgba(57, 94, 140, 0.8);
  padding: 15px;
  color: #fff;
  border-radius: 10px;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
}
.popup .accept {
  display: table;
  border: none;
  color: #1F2F46;
  background: #fff;
  cursor: pointer;
  border-radius: 7px;
  outline: none !important;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-weight: bold;
  position: relative;
  padding: 13px 25px;
  position: relative;
  min-width: 200px;
  text-align: center;
  font-size: 16px;
  padding-left: 55px !important;
  margin: 0 0 0 auto;
  color: #000;
}
.popup .accept:hover {
  color: #395E8C;
}
.popup .accept:hover:before {
  transform: translateY(-50%) scale(1.1);
}
.popup .accept:before {
  content: "";
  position: absolute;
  top: 50%;
  height: 30px;
  width: 30px;
  background-image: url(/Resources/img/logo-beeld-filled.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  left: 10px;
  transition: all 0.3s ease-in-out;
  transform: translateY(-50%) scale(1);
}
.popup .accept.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.popup .accept.loading:before {
  content: "\f110" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
  position: absolute;
  left: 10px;
  background: none;
  transform: none;
  top: initial;
  width: initial;
  height: initial;
}
.popup p {
  margin: 0;
}
.popup p a {
  color: #257BE0;
}
.popup .link {
  color: #FFFFFF;
  margin-right: 15px;
}
.popup .cookies-img {
  margin-right: 30px;
  font-size: 25px;
  float: left;
  color: #fff;
}

.link-pref {
  color: #fff;
  margin-right: 50px;
}
.link-pref:hover {
  text-decoration: underline;
}

.cookies {
  padding: 45px 0;
}
.cookies .title {
  display: block;
  font-weight: 500;
  text-align: center;
  font-size: 30px;
  padding: 0 60px;
}
.cookies .text {
  font-size: 16px;
  margin-top: 30px;
}
.cookies .text b {
  font-size: 24px;
  color: #1F2F46;
  display: block;
  margin-bottom: 15px;
}
.cookies .banner {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  overflow: hidden;
  color: #1F2F46;
  margin-bottom: 60px;
}
.cookies .banner img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  margin-top: -20px;
}
.cookies .info {
  margin-top: 30px;
}
.cookies .info ul {
  list-style: none;
  padding: 0;
}
.cookies .info li {
  transition: max-height 0.4s ease-in-out;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.cookies .info h4 {
  background: #1F2F46;
  font-size: 18px;
  letter-spacing: 3px !important;
  color: #fff;
  cursor: pointer;
  height: 60px;
  padding: 20px 15px 0 45px;
  position: relative;
  border-radius: 5px;
  width: 100%;
  margin: auto;
  text-transform: none;
}
.cookies .info h4:after {
  display: block;
  content: "";
  height: 100%;
  width: 100%;
  background: transparent;
  position: absolute;
  top: 30px;
  left: 0;
  z-index: -1;
  transition: background 0.2s ease-in-out;
}
.cookies .info h4:before {
  display: block !important;
  content: "";
  height: 30px;
  width: 100%;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: background 0.2s ease-in-out;
}
.cookies .info li.next h4:before, .cookies .info li.active h4:after {
  background: transparent;
}
.cookies .info .content {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
.cookies .info .table {
  width: 1110px;
  max-width: 1110px;
  margin-top: 30px;
  color: #394452;
  text-transform: none;
}
.cookies .info .head {
  font-weight: 700;
  font-size: 18px;
}
.cookies .info .head .col {
  padding-top: 0 !important;
}
.cookies .info .content .row {
  display: flex;
}
.cookies .info .row .col {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}
.cookies .info .border {
  position: absolute;
  height: 2px;
  width: calc(100% - 15px);
  background: #000;
  left: 15px;
  bottom: 0;
}

.preference {
  margin: 50px 0;
  float: left;
  width: 100%;
}
.preference .disable {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}
.preference .checkbox-cookies input {
  opacity: 0;
  z-index: 1;
  position: absolute;
}
.preference .checkbox-cookies input:checked + label:before {
  background: #1F2F46;
}
.preference .checkbox-cookies input:checked + label:after {
  left: 20px !important;
}
.preference .checkbox-cookies label {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
.preference .checkbox-cookies label:before {
  content: "";
  height: 30px;
  width: 45px;
  border: none;
  background: #b1b1b1;
  outline: none !important;
  border-radius: 100px;
  right: 0;
  margin: 0 auto;
  display: inline-block;
  position: absolute;
  left: 0;
  transition: all 0.2s ease-in-out;
}
.preference .checkbox-cookies label:after {
  content: "" !important;
  display: block;
  position: absolute;
  left: 5px;
  top: 5px;
  height: 20px;
  width: 20px;
  margin-left: 0;
  border-radius: 50%;
  background: #fff;
  transition: all 0.2s ease-in-out;
}
.preference .item {
  position: relative;
  margin-bottom: 30px;
}
.preference .btn {
  float: right;
}

.btn-cancel {
  text-decoration: none;
  font-weight: bold;
}

.btn-accept {
  float: right;
}
.btn-accept:hover {
  background: #394452;
  color: #fff;
}

.radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

@media (max-width: 1440px) {
  .popup .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .popup {
    left: 25px;
    width: calc(100% - 50px);
    padding: 10px 15px;
  }
  .cookies .title {
    padding: 0 120px;
  }
  .checkbox-mobile {
    position: absolute;
    right: 30px;
    top: -10px;
    text-align: right;
  }
  .preference .checkbox {
    margin-right: 0px;
  }
}
@media (max-width: 767.5px) {
  .cookies .title {
    padding: 0 30px;
  }
  .cookies .info h4 {
    text-align: center;
    padding: 10px;
    font-size: 16px;
  }
  .popup {
    padding: 15px 0;
    line-height: inherit;
    left: 15px;
    width: calc(100% - 30px);
    bottom: 15px;
  }
  .popup .link {
    display: inline-block;
    vertical-align: -webkit-baseline-middle;
  }
  .popup p {
    padding: 0;
    padding-left: 0px;
  }
  .popup .cookies-img {
    margin-bottom: 15px;
    margin-right: 0px;
  }
  .popup .container-fluid {
    padding: 0 15px;
  }
  .popup .accept {
    margin-top: 15px;
    line-height: inherit;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    width: 70%;
    text-align: center;
    display: block;
  }
}
.textpage {
  position: relative;
  padding: 125px 0 75px;
  color: #1F2F46;
}
.textpage h1 {
  color: #1F2F46;
  margin: 0 0 15px;
  font-weight: bold;
}
.textpage a {
  color: #1F2F46;
  font-weight: 600;
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .textpage {
    padding: 75px 0 50px;
  }
}
.grecaptcha-badge {
  visibility: hidden;
}

.recaptcha-terms {
  margin: 0;
  font-size: 12px;
  display: table;
}
.recaptcha-terms a {
  display: inline-block;
  color: inherit;
  text-decoration: underline !important;
}

strong {
  font-weight: bold;
}

html {
  overflow-x: hidden;
}
html.modal-open {
  overflow: hidden;
}
html.modal-open body {
  overflow: hidden;
}

body {
  position: relative;
  font-family: "Lexend", serif;
  background: #fff;
  font-weight: 300;
  overflow-x: hidden;
  margin: 0;
  line-height: 26px;
  font-size: 16px;
  color: #1F2F46;
}
body:has(.anim-active):before {
  opacity: 1;
}

:focus {
  outline: none !important;
}

.container-fluid {
  position: relative;
  z-index: 3;
}
.container-fluid.custom {
  padding: 0px 15px;
  max-width: 1400px;
}

input, button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  line-height: initial;
}

*, ::after, ::before {
  box-sizing: border-box;
}

img {
  vertical-align: middle;
}

.loading-div {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
}
.loading-div:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.6;
}
.loading-div .circle {
  line-height: 20px;
  text-align: center;
  margin-top: 10px;
  color: #395E8C;
}
.loading-div .circle .fa {
  font-size: 16px;
  bottom: -10px;
  position: relative;
  margin-right: 8px;
  animation-name: blink;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}
.loading-div .circle .fa:nth-child(1) {
  animation-delay: 0.2s;
}
.loading-div .circle .fa:nth-child(2) {
  animation-delay: 0.4s;
}
.loading-div .circle .fa:nth-child(3) {
  animation-delay: 0.6s;
}
.loading-div .inner {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  width: calc(100% - 30px);
  font-size: 25px;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 999;
}
.loading-div .inner b {
  font-weight: 500;
}
.loading-div.activeloader {
  opacity: 1;
  visibility: visible;
}

.hidden {
  display: none !important;
  opacity: 0;
}

a {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  position: relative;
  top: 0;
  font-size: 14px;
  margin-bottom: 20px;
}
.breadcrumbs li {
  position: relative;
  padding-right: 25px;
  color: #1F2F46;
}
.breadcrumbs li:not(:last-child) {
  opacity: 0.4;
}
.breadcrumbs li:not(:last-child):after {
  content: "/";
  position: absolute;
  color: #1F2F46;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
.breadcrumbs li img {
  max-width: 15px;
  border-radius: 0;
}
.breadcrumbs li a {
  color: #1F2F46;
}

.errors {
  height: 100vh;
  width: 100vw;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
}
.errors.thanks {
  padding: 150px 0;
}
.errors.thanks .content {
  position: relative;
}
.errors:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url(/Resources/img/logo-beeld-filled.svg);
  background-size: 450px;
  background-repeat: no-repeat;
  opacity: 0.3;
  background-position: bottom right;
}
.errors .content {
  width: 800px;
  max-width: calc(100% - 30px);
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 40px 60px;
  border-radius: 20px;
  background: #1F2F46;
  color: #fff;
}
.errors .content h1, .errors .content h2, .errors .content h3, .errors .content h4, .errors .content h5, .errors .content h6 {
  font-size: 35px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 20px;
}
.errors .content .btn-default {
  display: table;
  border: none;
  color: #1F2F46;
  background: #fff;
  cursor: pointer;
  border-radius: 7px;
  outline: none !important;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-weight: bold;
  position: relative;
  padding: 13px 25px;
  position: relative;
  min-width: 200px;
  text-align: center;
  font-size: 16px;
  padding-left: 55px !important;
  margin: 20px auto 0 !important;
}
.errors .content .btn-default:hover {
  color: #395E8C;
}
.errors .content .btn-default:hover:before {
  transform: translateY(-50%) scale(1.1);
}
.errors .content .btn-default:before {
  content: "";
  position: absolute;
  top: 50%;
  height: 30px;
  width: 30px;
  background-image: url(/Resources/img/logo-beeld-filled.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  left: 10px;
  transition: all 0.3s ease-in-out;
  transform: translateY(-50%) scale(1);
}
.errors .content .btn-default.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.errors .content .btn-default.loading:before {
  content: "\f110" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
  position: absolute;
  left: 10px;
  background: none;
  transform: none;
  top: initial;
  width: initial;
  height: initial;
}
.errors .content p {
  margin: 0;
}

.overlay-search {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 3;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.overlay-search.active {
  opacity: 1;
  visibility: visible;
}

.form-group {
  margin-bottom: 30px;
}
.form-group select {
  background-image: url(/Resources/img/arrow.svg) !important;
  background-repeat: no-repeat !important;
  background-size: 12px !important;
  background-position: 95% !important;
}
.form-group .form-control {
  height: inherit;
  padding: 16px 20px;
  color: #fff;
  width: 100%;
  font-size: 16px;
  border-radius: 10px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-appearance: none;
  font-family: "Lexend", serif;
}
.form-group textarea {
  min-height: 180px;
  border-radius: 8px !important;
}
.form-group label {
  display: block;
  margin-bottom: 10px;
}
.form-group .help-block {
  display: block;
  color: #E84631;
  font-weight: 400;
  font-size: 14px;
  margin-top: 5px;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  font-size: 14px;
  border: 1px solid transparent;
}
.alert.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert.alert-succes {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert.alert-primary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.popup-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 999;
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  overflow-y: auto;
  overflow-x: hidden;
  opacity: 0;
  visibility: hidden;
}
.popup-modal.small .content {
  max-width: 600px;
  padding: 50px 100px 30px;
}
.popup-modal.modal-big .content {
  max-width: 850px;
  padding: 50px 50px 35px 50px;
}
.popup-modal.modal-big .content .close-modal {
  top: 15px;
}
.popup-modal.active {
  opacity: 1;
  visibility: visible;
}
.popup-modal .btn-default {
  display: table;
  border: none;
  color: #1F2F46;
  background: #fff;
  cursor: pointer;
  border-radius: 7px;
  outline: none !important;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-weight: bold;
  position: relative;
  padding: 13px 25px;
  position: relative;
  min-width: 200px;
  text-align: center;
  font-size: 16px;
  padding-left: 55px !important;
}
.popup-modal .btn-default:hover {
  color: #395E8C;
}
.popup-modal .btn-default:hover:before {
  transform: translateY(-50%) scale(1.1);
}
.popup-modal .btn-default:before {
  content: "";
  position: absolute;
  top: 50%;
  height: 30px;
  width: 30px;
  background-image: url(/Resources/img/logo-beeld-filled.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  left: 10px;
  transition: all 0.3s ease-in-out;
  transform: translateY(-50%) scale(1);
}
.popup-modal .btn-default.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.popup-modal .btn-default.loading:before {
  content: "\f110" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
  position: absolute;
  left: 10px;
  background: none;
  transform: none;
  top: initial;
  width: initial;
  height: initial;
}
.popup-modal iframe {
  width: 100%;
}
.popup-modal b, .popup-modal h1, .popup-modal h2, .popup-modal h3, .popup-modal h5 {
  font-size: 32px;
  font-weight: 500;
  line-height: initial;
  margin-bottom: 25px;
  display: block;
  font-family: "Anton", serif;
  color: #1b7db1;
}
.popup-modal .content {
  position: relative;
  width: calc(100% - 30px) !important;
  max-width: 650px;
  background: #d5f0ff;
  color: #1b7db1;
  padding: 25px 50px 35px 50px;
  margin-bottom: 50px;
  border-radius: 25px;
  margin: 50px auto;
  overflow: hidden;
}
.popup-modal .content .recaptcha-terms {
  margin: 15px 0 0;
}
.popup-modal .content .inners {
  position: relative;
  z-index: 1;
}
.popup-modal .content .close-modal {
  color: #1b7db1;
  position: absolute;
  right: 25px;
  font-size: 28px;
  cursor: pointer;
  top: 33px;
  z-index: 2;
}

@keyframes blink {
  0% {
    bottom: -10px;
  }
  50% {
    bottom: 0px;
  }
  100% {
    bottom: -10px;
  }
}
@keyframes rotating {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
section {
  /*  &:not(.fold) {
    }

    &:not(.fold-home) {
        &.anim-active {
            .container-fluid.custom {
                opacity: 1;
                top: 0;
            }
        }

        .container-fluid.custom {
            position: relative;
            opacity: 0;
            top: 30px;
            -webkit-transition: all 0.6s ease-in-out 0.2s;
            transition: all 0.6s ease-in-out 0.2s;
        }
    }

    &.anim-active {
        -webkit-transition: opacity 0.5s linear 0s;
        transition: opacity 0.5s linear 0s;
    }*/
}

footer {
  background: #395E8C;
  position: relative;
  color: #fff;
}
footer a {
  color: #fff;
}
footer .top-footer {
  padding: 65px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
footer .top-footer img {
  max-width: 100%;
}
footer .top-footer ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
footer .top-footer ul li {
  display: table;
}
footer .top-footer ul li:nth-child(1) a:before {
  background-image: url(/Resources/img/icons/footer-whatsapp.svg);
}
footer .top-footer ul li:nth-child(2) a:before {
  background-image: url(/Resources/img/icons/footer-linkedin.svg);
}
footer .top-footer ul li:nth-child(3) a:before {
  background-image: url(/Resources/img/icons/footer-phone.svg);
}
footer .top-footer ul li:nth-child(4) a:before {
  background-image: url(/Resources/img/icons/footer-mail.svg);
}
footer .top-footer ul li a {
  padding: 12px 25px;
  display: block;
  border: 1px solid #fff;
  border-radius: 10px;
  color: #fff;
  margin-bottom: 0;
  margin-left: 15px;
  font-weight: bold;
  text-align: center;
  position: relative;
  min-width: 175px;
}
footer .top-footer ul li a:before {
  content: "";
  position: relative;
  height: 18px;
  width: 18px;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  top: -2px;
  margin-right: 15px;
}
footer .btn-default {
  display: table;
  border: none;
  color: #1F2F46;
  background: #fff;
  cursor: pointer;
  border-radius: 7px;
  outline: none !important;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-weight: bold;
  position: relative;
  padding: 13px 25px;
  position: relative;
  min-width: 200px;
  text-align: center;
  font-size: 16px;
  padding-left: 55px !important;
  margin-top: 15px;
}
footer .btn-default:hover {
  color: #395E8C;
}
footer .btn-default:hover:before {
  transform: translateY(-50%) scale(1.1);
}
footer .btn-default:before {
  content: "";
  position: absolute;
  top: 50%;
  height: 30px;
  width: 30px;
  background-image: url(/Resources/img/logo-beeld-filled.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  left: 10px;
  transition: all 0.3s ease-in-out;
  transform: translateY(-50%) scale(1);
}
footer .btn-default.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
footer .btn-default.loading:before {
  content: "\f110" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
  position: absolute;
  left: 10px;
  background: none;
  transform: none;
  top: initial;
  width: initial;
  height: initial;
}
footer .contact-bottom {
  position: relative;
  padding-top: 65px;
}
footer .contact-bottom .register {
  max-width: 250px;
  bottom: initial;
  top: -65px;
  right: 0;
  height: 150px;
  padding: 20px;
}
footer .contact-bottom img {
  position: absolute;
  bottom: 85px;
  max-width: 300px;
  right: 0;
}
footer .contact-bottom .title {
  margin-bottom: 40px;
}
footer .contact-bottom .title b {
  font-size: 45px;
  font-weight: 600;
}
footer .copy {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 65px;
  padding: 30px 0;
  text-align: center;
}
footer .copy p {
  margin: 0;
}

@media only screen and (max-width: 991.5px) {
  footer .top-footer {
    padding: 55px 0 35px;
  }
  footer .top-footer img {
    max-width: 250px;
  }
  footer .top-footer ul {
    margin-top: 25px;
    display: block;
  }
  footer .top-footer ul li {
    margin-top: 10px;
    width: 100%;
  }
  footer .top-footer ul li a {
    margin: 0;
    width: 100%;
  }
  footer .contact-bottom {
    padding: 35px 0;
  }
  footer .contact-bottom .title b {
    font-size: 35px;
  }
  footer .contact-bottom .form-group {
    margin-bottom: 20px;
  }
  footer .contact-bottom .register {
    position: relative;
    height: 150px;
    left: 0;
    display: table;
    margin: 0 auto;
    max-width: 200px;
    opacity: 1;
    top: 0;
    padding: 15px;
  }
  footer .contact-bottom img {
    opacity: 0.2;
    max-width: 150px;
  }
}
@media only screen and (min-width: 1920px) {
  body:before {
    max-width: 1750px;
  }
}
@media only screen and (max-width: 1550px) {
  .container-fluid.custom {
    padding: 0px 15px;
    max-width: 1325px;
  }
  .popup-modal .content {
    max-width: 800px;
    padding: 45px 50px;
  }
  .popup-modal .img-wrapper img {
    max-width: 45%;
  }
}
@media only screen and (max-width: 1200px) {
  .container-fluid.custom {
    padding: 0px 15px;
  }
}
@media only screen and (max-width: 991.5px) {
  .errors:before {
    position: absolute;
    top: 0px;
    left: -370px;
    transform: unset;
    height: 100%;
    z-index: 0;
    background-size: 105%;
  }
  .popup-modal .content {
    padding: 45px 50px;
  }
}
@media only screen and (max-width: 767.5px) {
  /*    body {
      &:before {

      }
  }*/
  h2, h3, h4, h5, h6 {
    font-size: 28px;
    margin: 0 0 10px;
  }
  .bubble {
    opacity: 0.5;
  }
  .shopping-modal .inner {
    padding: 50px 20px 20px;
    min-width: inherit;
  }
  .shopping-modal .btn-row {
    margin-top: 30px px;
  }
  .banner-text {
    height: 200px;
  }
  .banner-text .text {
    font-size: 30px;
    width: calc(100% - 30px);
  }
  .popup-modal.modal-big .content {
    padding: 50px 25px 35px 25px;
  }
  .popup-modal b, .popup-modal h1, .popup-modal h2, .popup-modal h3, .popup-modal h4, .popup-modal h5, .popup-modal h6 {
    font-size: 28px;
    margin: 0;
  }
  .popup-modal iframe {
    height: 250px;
  }
  .popup-modal .content {
    margin-bottom: 0px;
    -webkit-mask-image: none;
    padding: 25px;
    max-height: 75vh;
    overflow-y: scroll;
  }
  .popup-modal .content .img-wrapper {
    overflow-x: scroll;
    margin: 25px 0 0 0;
  }
  .btn-default {
    padding: 10px 15px;
  }
  .breadcrumb-wrapper.shop-crumbs {
    display: block;
    padding: 15px 0;
  }
  .breadcrumb-wrapper.shop-crumbs .btn-back {
    margin: 0px 0px 15px;
  }
  .errors:before {
    transform: translateY(-50%);
    left: -260px;
    width: 250%;
    background-size: 120%;
    top: 68%;
  }
  .errors .content {
    padding: 25px;
  }
}
