﻿/* ==========================================================================
  CSS Reset
  ========================================================================== */
@font-face {
  font-family: "RethinkSans";
  src: url("/Resources/fonts/RethinkSans-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "RethinkSans";
  src: url("/Resources/fonts/RethinkSans-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "RethinkSans";
  src: url("/Resources/fonts/RethinkSans-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "RethinkSans";
  src: url("/Resources/fonts/RethinkSans-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Baskervville";
  src: url("/Resources/fonts/Baskervville-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Baskervville";
  src: url("/Resources/fonts/Baskervville-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Baskervville";
  src: url("/Resources/fonts/Baskervville-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Baskervville";
  src: url("/Resources/fonts/Baskervville-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@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: 35px;
  cursor: pointer;
  margin-bottom: 0;
}
.checkbox label a {
  color: #1b7db1;
  text-decoration: underline;
}
.checkbox label:after {
  content: "\f00c" !important;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  left: 4px;
  font-size: 14px;
  line-height: initial;
  top: 3px;
  margin-left: 0;
  opacity: 0;
  visibility: hidden;
  color: #2A4443;
}
.checkbox label:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 23px;
  height: 23px;
  left: 0;
  border-radius: 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: #2A4443 1px solid;
  color: #000;
  border-radius: 5px;
}

.radio {
  padding: 0px !important;
}
.radio input {
  opacity: 0;
  visibility: hidden;
  display: none;
}
.radio input[type=radio]:checked + label::before {
  background: #D31447 !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:nth-of-type(1) {
  margin: 0 25px 0 0;
}
.top-header ul li:nth-of-type(1):before {
  background-image: url("/Resources/img/phone.svg");
}
.top-header ul li a {
  color: #1b7db1;
}

.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: #006AFB;
  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: #006AFB;
}
.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: 26px;
}
.hamburger #nav-icon2.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 26px;
}
.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) {
  .mobile-item {
    display: none;
  }
  .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% + 19px);
    left: 25px;
    transition: all 0.3s ease-in-out;
    background: #fff;
    width: 100%;
    min-width: 300px;
    opacity: 0;
    visibility: hidden;
    border-radius: 0 0 21px 21px;
  }
  .custom-nav .dropdown-desktop .offcanvas-submenu li a {
    color: rgba(46, 11, 26, 0.9);
  }
  .custom-nav .dropdown-desktop .offcanvas-submenu ul b {
    display: block;
    margin-bottom: 10px;
  }
  .custom-nav .dropdown-desktop .offcanvas-submenu ul li a {
    color: rgba(46, 11, 26, 0.9);
  }
  .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;
    /*  &:after {
        content: '';
        background-image: url('/resources/img/icons/spoon.svg');
        background-repeat: no-repeat;
        width: 25px;
        height: 30px;
        background-size: contain;
        position: absolute;
        top: 5px;
        right: -15px;
        transform: rotate(15deg);
        opacity: 0;
        transition: .3s ease-in-out;
    }*/
  }
  .custom-nav .dropdown-desktop .drop-desk li.back-btn {
    display: none;
  }
  header {
    position: fixed;
    bottom: 10px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    padding: 15px 0;
    background: transparent;
    transition: all 0.3s ease-in-out;
    box-shadow: none;
  }
  header .menu-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  header .menu-wrapper p {
    margin: 0;
  }
  header .menu-wrapper .custom-nav {
    padding: 6px;
    border-radius: 100px;
    background: rgba(42, 68, 67, 0.2);
    backdrop-filter: blur(15px);
    position: relative;
  }
  header .menu-wrapper .custom-nav:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(4px);
  }
  header .menu-wrapper .btn-default {
    display: table;
    border: none;
    color: #fff;
    background: #006AFB;
    cursor: pointer;
    border-radius: 100px;
    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: 500;
    position: relative;
    padding: 15px 65px 15px 20px;
    letter-spacing: 0.6px;
    font-family: "RethinkSans", serif;
    position: relative;
    text-transform: uppercase;
    font-size: 15px;
  }
  header .menu-wrapper .btn-default:after {
    content: "";
    position: absolute;
    right: 15px;
    top: 21px;
    background-image: url("/Resources/img/arrow-btn.svg");
    background-size: 12px;
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
    -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;
  }
  header .menu-wrapper .btn-default:hover {
    background: #63c5c7;
  }
  header .menu-wrapper .btn-default:hover:after {
    transform: scale(1.15);
  }
  header .menu-wrapper .btn-default.loading {
    opacity: 0.6;
    pointer-events: none;
    position: relative;
    padding-left: 40px;
  }
  header .menu-wrapper .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;
  }
  header .logo {
    background: #fff;
    border-radius: 100px;
    padding: 15px;
  }
  header .logo img {
    max-width: 150px;
    width: 100%;
    height: auto;
  }
  header .container-fluid.custom {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    max-width: 1920px;
    padding: 0 50px;
  }
  header .mobile-show {
    display: none;
  }
  header .right-menu {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    /* margin-left: auto;*/
    align-items: center;
    position: relative;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    opacity: 0;
    transition: all 0.3s ease-in-out;
  }
  header .right-menu.show {
    opacity: 1;
  }
  header .right-menu p {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-left: auto;
    align-items: center;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  }
  header .right-menu .btn-default {
    display: table;
    border: none;
    color: #fff;
    background: #006AFB;
    cursor: pointer;
    border-radius: 100px;
    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: 500;
    position: relative;
    padding: 15px 65px 15px 20px;
    letter-spacing: 0.6px;
    font-family: "RethinkSans", serif;
    position: relative;
    text-transform: uppercase;
    font-size: 15px;
    padding: 8px 25px;
    min-width: 150px;
  }
  header .right-menu .btn-default:after {
    content: "";
    position: absolute;
    right: 15px;
    top: 21px;
    background-image: url("/Resources/img/arrow-btn.svg");
    background-size: 12px;
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
    -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;
  }
  header .right-menu .btn-default:hover {
    background: #63c5c7;
  }
  header .right-menu .btn-default:hover:after {
    transform: scale(1.15);
  }
  header .right-menu .btn-default.loading {
    opacity: 0.6;
    pointer-events: none;
    position: relative;
    padding-left: 40px;
  }
  header .right-menu .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;
  }
  header .right-menu .hide-phone, header .right-menu hide-email {
    display: none;
  }
  header .offcanvas-menu ul li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
  }
  header .offcanvas-menu ul li.active a {
    background: #006AFB;
    color: #fff;
    border-radius: 100px;
  }
  header .offcanvas-menu ul li.active a.JS-KeuzehulpMenu {
    background: #006AFB;
    color: #fff;
    border-radius: 100px;
  }
  header .offcanvas-menu ul li.active .drop-desk .JS-KeuzehulpMenu {
    font-weight: normal;
    color: #000;
  }
  header .offcanvas-menu ul li:hover .offcanvas-submenu {
    opacity: 1;
    visibility: visible;
  }
  header .offcanvas-menu ul li:hover a {
    color: #000;
  }
  header .offcanvas-menu ul li.mobile {
    display: none;
  }
  header .offcanvas-menu ul li a {
    display: block;
    padding: 8px 50px;
    transition: all 0.2s ease-in-out;
    background: transparent;
    position: relative;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none !important;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.75px;
  }
}
@media only screen and (max-width: 1200px) {
  .top-header {
    display: none !important;
  }
  .mobile-item {
    display: block;
  }
  .right-menu {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: auto;
    flex-wrap: wrap;
    flex-direction: row;
    z-index: 1;
    border-radius: 50px;
    padding: 10px;
    background: #fff;
  }
  .right-menu .btn-default {
    display: none;
  }
  .right-menu .menu-icon {
    position: relative;
    color: #141414;
    text-align: center;
    line-height: 30px;
    padding: 0 10px;
  }
  .right-menu .menu-icon img {
    max-width: 15px;
    width: 15px;
  }
  .right-menu .hide-email, .right-menu .hide-phone {
    border-right: 1px solid #fff;
    display: inline-block;
  }
  .right-menu .mobile {
    color: #fff;
    position: relative;
    padding: 0 0 0 25px;
    margin-right: 15px;
    /*  &:before {
        content: "";
        position: absolute;
        top: 4px;
        left: 0;
        background-size: contain;
        background-repeat: no-repeat;
        width: 20px;
        height: 20px;
        background-image: url(/Resources/img/icons/telefoon-yellow.svg);
    }*/
  }
  .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;
    transform: translateX(0);
    opacity: 1;
  }
  html.active .overlay-search {
    opacity: 1;
    left: 0;
    visibility: visible;
  }
  html.active header .menu-wrapper .btn-default {
    z-index: 10;
  }
  html.active header .right-menu {
    z-index: 10;
  }
  .hamburger, .login-mobile {
    display: block;
  }
  .offcanvas-menu {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 0px 0px 20px;
  }
  .offcanvas-menu .container {
    padding: 0;
  }
  .offcanvas-menu .menu.off-view {
    transform: translate3d(-100%, 0, 0);
  }
  .offcanvas-menu ul li {
    display: block;
  }
  .offcanvas-menu ul li.active a {
    color: #006afb;
    background: rgba(255, 255, 255, 0.25);
    border-left: 3px solid #006afb;
    padding-left: 27px;
    font-weight: 500;
  }
  .offcanvas-menu ul li.back-btn a {
    background: rgba(191, 167, 110, 0.1);
    font-weight: 500;
    color: #2B2E42;
    /*               &:before {
                       content: " ";
                       background-image: url(/resources/img/icons/arrow-small-right.svg);
                       background-size: 24px;
                       background-repeat: no-repeat;
                       background-position: center;
                       position: relative;
                       margin-right: 8px;
                       width: 20px;
                       height: 17px;
                       display: inline-block;
                       top: 3px;
                       transform: rotate(180deg);
                       filter: brightness(0) saturate(100%) invert(64%) sepia(31%) saturate(451%) hue-rotate(8deg) brightness(93%) contrast(87%);
                   }*/
  }
  .offcanvas-menu ul li.back-btn a:hover {
    padding-left: 25px;
  }
  .offcanvas-menu ul li a {
    display: block;
    padding: 18px 30px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    color: #2a4443;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    font-size: 16px;
    font-weight: 400;
    position: relative;
  }
  .offcanvas-menu ul li a:hover {
    color: #2B2E42;
    background: rgba(191, 167, 110, 0.1);
    padding-left: 35px;
  }
  .offcanvas-menu ul li a:active {
    background: rgba(191, 167, 110, 0.15);
  }
  .offcanvas-menu ul li a i {
    margin-right: 12px;
    opacity: 0.8;
  }
  .offcanvas-menu ul li.has-children > .offcanvas-submenu {
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: auto;
    transform: translate3d(100%, 0, 0);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow-y: auto;
    background: rgba(21, 21, 21, 0.98);
  }
  .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;
  }
  .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: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
    display: none;
  }
  .offcanvas-menu ul li .sub-menu-toggle:hover:after {
    background: rgba(191, 167, 110, 0.3);
    border-color: rgba(191, 167, 110, 0.5);
  }
  .offcanvas-menu ul li .sub-menu-toggle:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 32px;
    height: 32px;
    border: 1px solid rgba(191, 167, 110, 0.3);
    border-radius: 8px;
    background: rgba(191, 167, 110, 0.15);
    /*      background-image: url(/resources/img/icons/arrow-small-right-white.svg);
          background-size: 20px;
          background-repeat: no-repeat;
          background-position: center;*/
    transition: all 0.3s ease;
  }
  .offcanvas-menu .menu {
    position: relative;
    transform: translate3d(0, 0, 0);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }
  header {
    left: 0;
    width: 100%;
    top: 0;
    z-index: 999;
    position: fixed;
    background: transparent;
    box-shadow: none;
    padding: 7px 0;
    transition: all 0.3s ease-in-out;
  }
  header .btn-default {
    display: table;
    border: none;
    color: #fff;
    background: #006AFB;
    cursor: pointer;
    border-radius: 100px;
    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: 500;
    position: relative;
    padding: 15px 65px 15px 20px;
    letter-spacing: 0.6px;
    font-family: "RethinkSans", serif;
    position: relative;
    text-transform: uppercase;
    font-size: 15px;
    padding: 10px 40px 10px 10px;
    font-size: 16px;
  }
  header .btn-default:after {
    content: "";
    position: absolute;
    right: 15px;
    top: 21px;
    background-image: url("/Resources/img/arrow-btn.svg");
    background-size: 12px;
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
    -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;
  }
  header .btn-default:hover {
    background: #63c5c7;
  }
  header .btn-default:hover:after {
    transform: scale(1.15);
  }
  header .btn-default.loading {
    opacity: 0.6;
    pointer-events: none;
    position: relative;
    padding-left: 40px;
  }
  header .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;
  }
  header .btn-default:after {
    top: 16px;
  }
  header .menu-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
  }
  header .menu-wrapper p {
    margin: 0;
  }
  header .container-fluid.custom {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    width: 100vw;
  }
  header .dropdown-custom .back-btn:not(:first-child) {
    display: none;
  }
  header .dropdown-custom li .sub-menu-toggle {
    display: none !important;
  }
  header .logo img {
    margin-right: 10px;
    width: 115px;
    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: 1;
    bottom: 0;
    background: rgb(227, 239, 255);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 90px 0 30px;
    padding-right: 0;
    right: -45%;
    -ms-overflow-style: none;
    box-shadow: -10px 0 40px rgba(0, 0, 0, 0.2);
    height: calc(100vh - (100vh - 100%));
    overflow-y: auto;
    transform: translateX(100%);
    opacity: 0;
  }
  header .custom-nav::-webkit-scrollbar {
    width: 6px;
  }
  header .custom-nav::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
  }
  header .custom-nav::-webkit-scrollbar-thumb {
    background: rgba(191, 167, 110, 0.3);
    border-radius: 3px;
  }
  header .custom-nav::-webkit-scrollbar-thumb:hover {
    background: rgba(191, 167, 110, 0.5);
  }
  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.4, 0, 0.2, 1);
    background: rgba(21, 21, 21, 0.98);
  }
  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: 18px;
    letter-spacing: 0.5px;
    position: relative;
    transform: translate3d(0, 0, 0);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 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.4, 0, 0.2, 1);
    background: rgba(21, 21, 21, 0.98);
  }
  header .custom-nav .nav-items li {
    margin-bottom: 0;
    opacity: 0;
    transform: translateX(30px);
    animation: slideInNav 0.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  }
  header .custom-nav .nav-items li:nth-child(1) {
    animation-delay: 0.05s;
  }
  header .custom-nav .nav-items li:nth-child(2) {
    animation-delay: 0.1s;
  }
  header .custom-nav .nav-items li:nth-child(3) {
    animation-delay: 0.15s;
  }
  header .custom-nav .nav-items li:nth-child(4) {
    animation-delay: 0.2s;
  }
  header .custom-nav .nav-items li:nth-child(5) {
    animation-delay: 0.25s;
  }
  header .custom-nav .nav-items li:nth-child(6) {
    animation-delay: 0.3s;
  }
  header .custom-nav .nav-items li:nth-child(7) {
    animation-delay: 0.35s;
  }
  header .custom-nav .nav-items li:nth-child(8) {
    animation-delay: 0.4s;
  }
  header .custom-nav .nav-items li:nth-child(9) {
    animation-delay: 0.45s;
  }
  header .custom-nav .nav-items li:nth-child(10) {
    animation-delay: 0.5s;
  }
  header .custom-nav .nav-items li:nth-child(11) {
    animation-delay: 0.55s;
  }
  header .custom-nav .nav-items li:nth-child(12) {
    animation-delay: 0.6s;
  }
  header .custom-nav .nav-items li:nth-child(13) {
    animation-delay: 0.65s;
  }
  header .custom-nav .nav-items li:nth-child(14) {
    animation-delay: 0.7s;
  }
  header .custom-nav .nav-items li:nth-child(15) {
    animation-delay: 0.75s;
  }
  header .custom-nav .nav-items li:nth-child(16) {
    animation-delay: 0.8s;
  }
  header .custom-nav .nav-items li:nth-child(17) {
    animation-delay: 0.85s;
  }
  header .custom-nav .nav-items li:nth-child(18) {
    animation-delay: 0.9s;
  }
  header .custom-nav .nav-items li:nth-child(19) {
    animation-delay: 0.95s;
  }
  header .custom-nav .nav-items li:nth-child(20) {
    animation-delay: 1s;
  }
  header .custom-nav .close-mobile {
    position: absolute;
    top: 25px;
    right: 30px;
    font-size: 28px;
    color: rgba(255, 255, 255, 0.8);
    cursor: pointer;
    transition: all 0.3s ease;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
  }
  header .custom-nav .close-mobile:hover {
    color: #2B2E42;
    background: rgba(191, 167, 110, 0.15);
    transform: rotate(90deg);
  }
  header .custom-nav .title {
    display: block;
    font-size: 24px;
    color: rgba(255, 255, 255, 0.9);
    position: relative;
    font-weight: 600;
    padding: 0 30px 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 10px;
  }
  header .custom-nav .social {
    list-style: none;
    padding: 0 30px;
    margin: 30px 0 0;
    font-size: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
  }
  header .custom-nav .social li {
    display: inline-block;
    margin-right: 15px;
  }
  header .custom-nav .social li:last-child {
    margin-right: 0px;
  }
  header .custom-nav .social li a {
    color: rgba(255, 255, 255, 0.7);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
  }
  header .custom-nav .social li a:hover {
    color: #2B2E42;
    background: rgba(191, 167, 110, 0.15);
    transform: translateY(-2px);
  }
  header .custom-nav .mobile-copyright {
    margin: 0;
    display: inline-block;
    width: 100%;
    margin-top: 30px;
    padding: 0 30px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
  }
  header .custom-nav .mobile-show {
    display: block;
    padding: 0 30px;
    margin-top: 30px;
  }
  header .custom-nav .mobile-show .btn-default {
    display: table;
    border: none;
    color: #fff;
    background: #006AFB;
    cursor: pointer;
    border-radius: 100px;
    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: 500;
    position: relative;
    padding: 15px 65px 15px 20px;
    letter-spacing: 0.6px;
    font-family: "RethinkSans", serif;
    position: relative;
    text-transform: uppercase;
    font-size: 15px;
    width: 100%;
    margin: 0 0 12px 0;
    padding: 14px 20px;
    font-size: 15px;
    background: rgba(191, 167, 110, 0.15);
    border: 1px solid rgba(191, 167, 110, 0.4);
    backdrop-filter: blur(10px);
  }
  header .custom-nav .mobile-show .btn-default:after {
    content: "";
    position: absolute;
    right: 15px;
    top: 21px;
    background-image: url("/Resources/img/arrow-btn.svg");
    background-size: 12px;
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
    -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;
  }
  header .custom-nav .mobile-show .btn-default:hover {
    background: #63c5c7;
  }
  header .custom-nav .mobile-show .btn-default:hover:after {
    transform: scale(1.15);
  }
  header .custom-nav .mobile-show .btn-default.loading {
    opacity: 0.6;
    pointer-events: none;
    position: relative;
    padding-left: 40px;
  }
  header .custom-nav .mobile-show .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;
  }
  header .custom-nav .mobile-show .btn-default:hover {
    background: rgba(191, 167, 110, 0.25);
    border-color: #2B2E42;
    box-shadow: 0px 0px 20px 0px rgba(191, 167, 110, 0.3);
  }
  header .custom-nav .mobile-show .btn-default.btn-black {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.9);
    background-image: none;
    -webkit-background-clip: initial;
    -webkit-text-fill-color: initial;
  }
  header .custom-nav .mobile-show .btn-default.btn-black:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.4);
  }
}
@media only screen and (max-width: 1200px) and (max-width: 767.5px) {
  header .custom-nav {
    width: 75%;
    right: -75%;
  }
  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: #D31447;
    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;
  }
}
.banner {
  position: relative;
  min-height: 100vh;
  padding: 50px 0 0 0;
  color: #5447CF;
  font-size: 38px;
  line-height: 44px;
}
.banner img:not(.logo-banner) {
  max-width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: -1;
}
.banner .logo-banner {
  max-width: 250px;
  width: 100%;
  display: block;
  margin: 0 0 25px;
}
.banner h1 {
  font-size: 140px;
  line-height: 115px;
  font-weight: 500;
  color: #fff;
  margin: 0 0 25px;
}
.banner h1 strong {
  color: #5447CF;
  font-weight: 500;
}
.banner .container-fluid.custom {
  max-width: 1920px;
  padding: 0 50px;
}
.banner .mobile {
  display: none;
}

.reviews {
  background: #2A4443;
  padding: 125px 0;
  position: relative;
  min-height: 1100px;
}
.reviews .container-fluid.custom {
  position: sticky;
  top: 60vh;
  z-index: 2;
}
.reviews .top-title {
  text-align: center;
  margin-bottom: 80px;
}
.reviews .top-title b {
  font-family: "Baskervville";
  font-size: 18px;
  color: #fff;
  font-style: italic;
}
.reviews .top-title h2, .reviews .top-title h3, .reviews .top-title h4, .reviews .top-title h5, .reviews .top-title h6 {
  font-size: 90px;
  line-height: 80px;
  color: #fff;
  margin: 0;
}
.reviews .carousel-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}
.reviews .testimonial-card {
  background: #E3EFFF;
  border-radius: 20px;
  padding: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 430px;
  max-width: 90vw;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  will-change: transform, opacity;
  transform-origin: center center;
  pointer-events: auto;
  transition: transform 0.15s ease-out, opacity 0.15s ease-out;
  min-height: 450px;
}
.reviews .testimonial-card .quote-icon {
  display: block;
  max-width: 20px;
  width: 100%;
  margin: 0 0 10px;
}
.reviews .testimonial-card .text {
  font-size: 1.125rem;
  line-height: 1.7;
  color: #1a202c;
  font-style: italic;
}

.our-products {
  background: #2A4443;
  position: relative;
}
.our-products:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  height: 330px;
  background-image: url("/Resources/img/logo-bg.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.our-products .img-wrapper {
  position: relative;
}
.our-products .img-wrapper .block {
  position: absolute;
  bottom: -25px;
  right: 25px;
  color: #fff;
  padding: 20px;
  border-radius: 30px;
  font-size: 21px;
  font-weight: 400;
  max-width: 225px;
  letter-spacing: 0.7px;
}
.our-products .img-wrapper .block:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background: rgba(42, 68, 67, 0.7);
  backdrop-filter: blur(4px);
  /*backdrop-filter: blur(4px);*/
}
.our-products .img-wrapper .block p {
  position: relative;
  z-index: 4;
}
.our-products .img-wrapper .block img {
  border-radius: 0;
  top: -40px;
  max-width: 250px;
  width: 150%;
  left: -25px;
  margin-bottom: -25px;
}
.our-products img {
  width: 100%;
  border-radius: 16px;
  position: relative;
  top: 50px;
}
.our-products .text {
  padding: 75px 0 0 0;
}
.our-products .text h2, .our-products .text h3, .our-products .text h4, .our-products .text h5, .our-products .text h6 {
  color: #fff;
  font-weight: 600;
  font-size: 45px;
}
.our-products .text h2 em, .our-products .text h3 em, .our-products .text h4 em, .our-products .text h5 em, .our-products .text h6 em {
  font-family: "Baskervville";
  font-weight: 500;
}
.our-products .text .btn-default {
  font-size: 0;
  position: relative;
  width: 50px;
  height: 50px;
  display: block;
  color: #fff;
  border-radius: 50%;
  border: 2px solid #fff;
  transition: all 0.3s ease-in-out;
}
.our-products .text .btn-default:before {
  content: "";
  position: relative;
  font-size: 22px;
  background-image: url("/Resources/img/arrow-btn.svg");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
  width: 50px;
  height: 50px;
  display: block;
  left: -2px;
  top: -2px;
}
.our-products .text .btn-default:hover {
  background: #fff;
}
.our-products .text .btn-default:hover:before {
  filter: invert(1);
}

.text-block {
  padding: 175px 0;
  position: relative;
  color: #000;
}
.text-block:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/Resources/img/bg-text.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.8;
  transform: rotate(-180deg);
  z-index: -1;
}
.text-block .right-block {
  margin-top: 10px;
}
.text-block h2, .text-block h3, .text-block h4, .text-block h5, .text-block h6 {
  font-size: 45px;
  color: #2A4443;
}
.text-block h2 em, .text-block h3 em, .text-block h4 em, .text-block h5 em, .text-block h6 em {
  font-family: "Baskervville";
}
.text-block .btn-default {
  display: table;
  border: none;
  color: #fff;
  background: #006AFB;
  cursor: pointer;
  border-radius: 100px;
  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: 500;
  position: relative;
  padding: 15px 65px 15px 20px;
  letter-spacing: 0.6px;
  font-family: "RethinkSans", serif;
  position: relative;
  text-transform: uppercase;
  font-size: 15px;
  margin: 15px 0 0 0;
}
.text-block .btn-default:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 21px;
  background-image: url("/Resources/img/arrow-btn.svg");
  background-size: 12px;
  background-repeat: no-repeat;
  width: 17px;
  height: 17px;
  -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;
}
.text-block .btn-default:hover {
  background: #63c5c7;
}
.text-block .btn-default:hover:after {
  transform: scale(1.15);
}
.text-block .btn-default.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.text-block .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;
}

.partners {
  position: relative;
  min-height: 100vh;
  padding: 0 0 75px 0;
  color: #5447CF;
  font-size: 38px;
  line-height: 44px;
  display: flex;
  align-items: end;
  /* the slides */
  /* the parent */
}
.partners.anim-active img:not(.partners-logo) {
  opacity: 1;
  top: 0;
}
.partners:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #2A4443 32.43%, rgba(42, 68, 67, 0.8) 45.75%, rgba(42, 68, 67, 0.641609) 59.63%, rgba(42, 68, 67, 0) 73.53%);
  z-index: 1;
}
.partners img:not(.partners-logo) {
  max-width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: -1;
  opacity: 0;
  top: 10px;
  -webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.partners .container-fluid.custom {
  position: relative;
  z-index: 2;
}
.partners p {
  margin: 0;
}
.partners em {
  font-family: "Baskervville";
  color: #fff;
  font-size: 18px;
}
.partners h2, .partners h3, .partners h4, .partners h5, .partners h6 {
  color: #fff;
  font-size: 45px;
}
.partners .slick-slide {
  margin: 0 15px;
}
.partners .slick-list {
  margin: 0 -15px;
}
.partners .slider-partners {
  margin: 25px 0 0 0;
}
.partners .slider-partners .partners-logo {
  filter: brightness(0) invert(1);
  max-height: 50px;
  display: block !important;
  margin: 0 auto;
  text-align: center;
  object-fit: contain;
}

@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}
.news {
  padding: 275px 0 250px 0;
  position: relative;
  text-align: center;
  z-index: 2;
}
.news:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -100px;
  width: 100%;
  height: 330px;
  background-image: url(/Resources/img/news-bg.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}
.news.anim-active .images.top-left {
  opacity: 1;
}
.news .images {
  display: block;
  position: absolute;
}
.news .images.top-left {
  top: 25%;
  left: -125px;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.news .images.top-left img:nth-of-type(1) {
  top: -75px;
  animation-delay: 0s;
}
.news .images.top-left img:nth-of-type(2) {
  margin: 0 15px;
  animation-delay: -2s;
}
.news .images.top-left img:nth-of-type(3) {
  top: -125px;
  animation-delay: -4s;
}
.news .images.bottom-right {
  bottom: 0px;
  right: -125px;
}
.news .images.bottom-right img:nth-of-type(1) {
  top: -75px;
  animation-delay: 0s;
}
.news .images.bottom-right img:nth-of-type(2) {
  margin: 0 15px;
  animation-delay: -2s;
}
.news .images.bottom-right img:nth-of-type(3) {
  top: -125px;
  animation-delay: -4s;
}
.news .images img {
  width: 100%;
  max-width: 215px;
  border-radius: 16px;
  position: relative;
  display: inline-block;
  animation: float 6s ease-in-out infinite;
}
.news h2, .news h3, .news h4, .news h5, .news h6 {
  font-weight: 600;
  font-size: 45px;
  line-height: 55px;
  color: #2A4443;
}
.news em {
  font-family: "Baskervville";
}
.news .btn-default {
  display: table;
  border: none;
  color: #fff;
  background: #006AFB;
  cursor: pointer;
  border-radius: 100px;
  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: 500;
  position: relative;
  padding: 15px 65px 15px 20px;
  letter-spacing: 0.6px;
  font-family: "RethinkSans", serif;
  position: relative;
  text-transform: uppercase;
  font-size: 15px;
  position: relative;
  padding: 15px 65px 15px 45px;
  margin: 25px auto 0;
}
.news .btn-default:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 21px;
  background-image: url("/Resources/img/arrow-btn.svg");
  background-size: 12px;
  background-repeat: no-repeat;
  width: 17px;
  height: 17px;
  -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;
}
.news .btn-default:hover {
  background: #63c5c7;
}
.news .btn-default:hover:after {
  transform: scale(1.15);
}
.news .btn-default.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.news .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;
}
.news .btn-default:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  background-image: url("/Resources/img/Linkedin-white.svg");
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
}

@media only screen and (max-height: 825px) {
  .banner h1 {
    font-size: 120px;
    line-height: 95px;
  }
}
@media only screen and (max-height: 750px) {
  .banner {
    font-size: 30px;
  }
  .banner h1 {
    font-size: 100px;
    line-height: 75px;
  }
}
@media only screen and (max-height: 900px) and (min-width: 768px) {
  .reviews .container-fluid.custom {
    zoom: 75%;
  }
  .reviews .testimonial-card .text {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1200px) {
  .banner {
    padding: 75px 0 0 0;
  }
  .banner h1 {
    font-size: 120px;
    line-height: 95px;
  }
  .news .images img {
    max-width: 175px;
  }
  .partners {
    min-height: 50vh;
  }
  .partners h2, .partners h3, .partners h4, .partners h5, .partners h6 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767.5px) {
  .banner {
    font-size: 28px;
    line-height: 34px;
  }
  .banner .mobile {
    display: block;
  }
  .banner .desktop {
    display: none;
  }
  .banner .logo-banner {
    display: none;
  }
  .banner h1 {
    font-size: 60px;
    line-height: 45px;
  }
  .banner .container-fluid.custom {
    padding: 0 15px;
  }
  .reviews {
    height: auto;
    min-width: initial;
    padding: 75px 0;
    display: flex;
    align-items: center;
    width: 100%;
    overflow: hidden;
    min-height: initial;
  }
  .reviews .container-fluid.custom {
    position: relative;
    top: auto;
  }
  .reviews .top-title {
    margin-bottom: 40px;
    position: relative;
    zoom: 120%;
  }
  .reviews .top-title h2, .reviews .top-title h3, .reviews .top-title h4, .reviews .top-title h5, .reviews .top-title h6 {
    font-size: 30px;
    line-height: 35px;
  }
  .reviews .carousel-wrapper {
    position: relative;
    transform: none;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    pointer-events: auto;
  }
  .reviews .slick-slide {
    padding: 0px 10px;
  }
  .reviews .testimonial-card {
    position: relative;
    top: auto;
    left: auto;
    transform: none !important;
    opacity: 1 !important;
    margin: 0 auto 20px;
    max-width: initial;
    padding: 30px;
    transition: none;
    min-height: initial;
    box-shadow: none;
    pointer-events: auto;
  }
  .reviews .testimonial-card .text {
    font-size: 1rem;
    line-height: 1.6;
  }
  .reviews .slick-dots {
    position: relative;
    bottom: auto;
    display: flex !important;
    justify-content: center;
    padding: 20px 0 0;
    margin: 0;
    list-style: none;
    pointer-events: auto;
    z-index: 10;
  }
  .reviews .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    pointer-events: auto;
  }
  .reviews .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    border-radius: 50%;
    pointer-events: auto;
  }
  .reviews .slick-dots li button:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
  }
  .reviews .slick-dots li button:hover, .reviews .slick-dots li button:focus {
    outline: none;
  }
  .reviews .slick-dots li button:hover:before, .reviews .slick-dots li button:focus:before {
    background: rgba(255, 255, 255, 0.5);
  }
  .reviews .slick-dots li.slick-active button:before {
    background: #fff;
  }
  .our-products {
    padding: 0 0 50px;
  }
  .our-products:before {
    background-position: bottom;
  }
  .our-products h2, .our-products h3, .our-products h4, .our-products h5, .our-products h6 {
    font-size: 30px;
    line-height: 35px;
    margin: 0 0 10px;
  }
  .our-products .img-wrapper .block {
    font-size: 14px;
    padding: 10px;
    border-radius: 16px;
    right: 5px;
    bottom: -40px;
    line-height: 16px;
  }
  .our-products .img-wrapper .block:before {
    border-radius: 16px;
  }
  .our-products .img-wrapper .block img {
    max-width: 125px;
    left: 15px;
    margin-left: -25px;
  }
  .text-block {
    padding: 50px 0;
  }
  .text-block h2, .text-block h3, .text-block h4, .text-block h5, .text-block h6 {
    font-size: 30px;
    line-height: 30px;
    margin: 0 0 10px;
  }
  .partners:before {
    background: linear-gradient(0deg, #2A4443 18%, rgba(42, 68, 67, 0.8) 45.75%, rgba(42, 68, 67, 0.641609) 59.63%, rgba(42, 68, 67, 0) 100%);
  }
  .partners p {
    margin: 0;
  }
  .partners h2, .partners h3, .partners h4, .partners h5, .partners h6 {
    font-size: 28px;
    line-height: 33px;
  }
  .news:before {
    bottom: -50px;
  }
  .news h2, .news h3, .news h4, .news h5, .news h6 {
    font-size: 30px;
    line-height: 35px;
  }
  .news .images.top-left {
    left: -75px;
    top: 100px;
    z-index: 3;
  }
  .news .images.bottom-right {
    right: -75px;
    bottom: -50px;
  }
  .news .images img {
    max-width: 125px;
  }
}
.team {
  background: #2A4443;
  position: relative;
  padding: 25px 0 50px;
}
.team:before {
  content: "";
  position: fixed;
  z-index: 1;
  left: 0;
  top: 20%;
  width: 100%;
  height: 330px;
  background-image: url(/Resources/img/logo-bg.svg);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.3;
}
.team .top-title {
  margin: 0 0 50px;
}
.team .top-title b {
  font-family: "Baskervville";
  font-size: 18px;
  color: #fff;
  font-style: italic;
  text-align: center;
  display: block;
  font-weight: 500;
}
.team .top-title h1 {
  font-size: 80px;
  line-height: 60px;
  font-weight: 500;
  color: #fff;
  margin: 0 0 25px;
  text-align: center;
}
.team .team-member-outer.active .modal-team-member {
  opacity: 1;
  visibility: visible;
}
.team .team-member-outer p {
  margin: 0;
}
.team .team-member-outer .team-item {
  margin: 0 0 50px;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.team .team-member-outer .team-item.last-item {
  position: relative;
  cursor: none;
}
.team .team-member-outer .team-item.last-item .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #5447CF;
  width: calc(100% - 50px);
}
.team .team-member-outer .team-item.last-item .text h2, .team .team-member-outer .team-item.last-item .text h3, .team .team-member-outer .team-item.last-item .text h4, .team .team-member-outer .team-item.last-item .text h5, .team .team-member-outer .team-item.last-item .text h6 {
  color: #fff;
  font-weight: 500;
  font-size: 45px;
  line-height: 40px;
  margin: 0 0 10px;
}
.team .team-member-outer .team-item.last-item .text h2 strong, .team .team-member-outer .team-item.last-item .text h3 strong, .team .team-member-outer .team-item.last-item .text h4 strong, .team .team-member-outer .team-item.last-item .text h5 strong, .team .team-member-outer .team-item.last-item .text h6 strong {
  color: #5447CF;
  font-weight: 500;
}
.team .team-member-outer .team-item img {
  width: 100%;
  border-radius: 16px;
  margin: 0 0 20px;
  min-height: 435px;
  max-height: 435px;
  object-fit: cover;
}
.team .team-member-outer .team-item b, .team .team-member-outer .team-item span {
  text-align: center;
  display: block;
  color: #fff;
}
.team .team-member-outer .team-item b {
  font-size: 28px;
  margin: 0 0 5px;
}
.team .team-member-outer .team-item span {
  font-family: "Baskervville";
  font-size: 20px;
  font-style: italic;
}
.team .team-member-outer .modal-team-member {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(102, 232, 232, 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;
}
.team .team-member-outer .modal-team-member .wrapper {
  position: relative;
  width: calc(100% - 30px) !important;
  max-width: 1100px;
  background: #d5f0ff;
  color: #1b7db1;
  padding: 20px;
  margin-bottom: 50px;
  border-radius: 16px;
  margin: 50px auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-direction: row;
  background: #2A4443;
  overflow: hidden;
}
.team .team-member-outer .modal-team-member .wrapper:after {
  content: "";
  position: absolute;
  background-image: url("/Resources/img/beeldmerk.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
  width: 50%;
  height: 90%;
  top: 0;
  right: -15px;
  opacity: 0.3;
}
.team .team-member-outer .modal-team-member .wrapper .close-modal {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 45px;
  height: 45px;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
}
.team .team-member-outer .modal-team-member .wrapper .close-modal img {
  max-width: 14px;
}
.team .team-member-outer .modal-team-member .wrapper .left {
  max-width: 35%;
  width: 100%;
}
.team .team-member-outer .modal-team-member .wrapper .left img {
  width: 100%;
  border-radius: 16px;
}
.team .team-member-outer .modal-team-member .wrapper .right {
  max-width: calc(65% - 50px);
  width: 100%;
  margin-left: 50px;
  color: #fff;
}
.team .team-member-outer .modal-team-member .wrapper .right b, .team .team-member-outer .modal-team-member .wrapper .right span {
  display: block;
  color: #fff;
}
.team .team-member-outer .modal-team-member .wrapper .right b {
  font-size: 30px;
  margin: 0 0 3px;
  font-weight: 600;
}
.team .team-member-outer .modal-team-member .wrapper .right span {
  font-family: "Baskervville";
  font-size: 18px;
  font-style: italic;
}
.team .team-member-outer .modal-team-member .wrapper .right .text {
  margin: 15px 0;
}
.team .team-member-outer .modal-team-member .wrapper .right ul {
  display: block;
}
.team .team-member-outer .modal-team-member .wrapper .right ul li {
  display: inline-block;
  position: relative;
  z-index: 5;
}
.team .team-member-outer .modal-team-member .wrapper .right ul li:not(:last-child) a {
  display: table;
  border: none;
  color: #fff;
  background: #006AFB;
  cursor: pointer;
  border-radius: 100px;
  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: 500;
  position: relative;
  padding: 15px 65px 15px 20px;
  letter-spacing: 0.6px;
  font-family: "RethinkSans", serif;
  position: relative;
  text-transform: uppercase;
  font-size: 15px;
  display: block;
  text-transform: none;
}
.team .team-member-outer .modal-team-member .wrapper .right ul li:not(:last-child) a:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 21px;
  background-image: url("/Resources/img/arrow-btn.svg");
  background-size: 12px;
  background-repeat: no-repeat;
  width: 17px;
  height: 17px;
  -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;
}
.team .team-member-outer .modal-team-member .wrapper .right ul li:not(:last-child) a:hover {
  background: #63c5c7;
}
.team .team-member-outer .modal-team-member .wrapper .right ul li:not(:last-child) a:hover:after {
  transform: scale(1.15);
}
.team .team-member-outer .modal-team-member .wrapper .right ul li:not(:last-child) a.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.team .team-member-outer .modal-team-member .wrapper .right ul li:not(:last-child) 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;
}
.team .team-member-outer .modal-team-member .wrapper .right ul li:nth-of-type(2).phone {
  margin: 0 5px;
}
.team .team-member-outer .modal-team-member .wrapper .right ul li:nth-of-type(2).phone a {
  background: #14C8C7;
}
.team .team-member-outer .modal-team-member .wrapper .right ul li:nth-of-type(2).phone a:hover {
  background: #006AFB;
}
.team .team-member-outer .modal-team-member .wrapper .right ul li:nth-of-type(3).linkedin a {
  background: #fff;
  padding: 5px;
  height: 56px;
  width: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: -5px;
  font-size: 0;
}
.team .team-member-outer .modal-team-member .wrapper .right ul li:nth-of-type(3).linkedin a img {
  max-width: 20px;
}

@media only screen and (max-width: 1350px) {
  .team {
    padding: 75px 0 0 0;
  }
  .team .team-member-outer .team-item img {
    min-height: 350px;
    max-height: 350px;
  }
}
@media only screen and (max-width: 991.5px) {
  .team .team-member-outer .team-item.last-item .text h2, .team .team-member-outer .team-item.last-item .text h3, .team .team-member-outer .team-item.last-item .text h4, .team .team-member-outer .team-item.last-item .text h5, .team .team-member-outer .team-item.last-item .text h6 {
    font-size: 28px;
    line-height: 32px;
  }
  .team .team-member-outer .team-item img {
    min-height: 275px;
    max-height: 275px;
  }
}
@media only screen and (max-width: 767.5px) {
  .team:before {
    top: 250px;
  }
  .team .top-title h1 {
    font-size: 60px;
    line-height: 60px;
  }
  .team .team-member-outer .team-item.last-item img {
    max-width: initial;
  }
  .team .team-member-outer .team-item img {
    min-height: initial;
    max-height: initial;
    max-width: 300px;
    display: block;
    margin: 0 auto 15px;
  }
  .team .team-member-outer .modal-team-member .wrapper {
    flex-direction: column;
    align-items: baseline;
  }
  .team .team-member-outer .modal-team-member .wrapper .left, .team .team-member-outer .modal-team-member .wrapper .right {
    max-width: 100%;
  }
  .team .team-member-outer .modal-team-member .wrapper .left {
    max-width: 75%;
    margin-bottom: 15px;
  }
  .team .team-member-outer .modal-team-member .wrapper .right {
    margin-left: 0;
  }
  .team .team-member-outer .modal-team-member .wrapper .right .text {
    font-size: 16px;
  }
  .team .team-member-outer .modal-team-member .wrapper .right .text.truncated {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 10px 0 0;
  }
  .team .team-member-outer .modal-team-member .wrapper .right .read-more-link {
    color: #14c8c7;
    cursor: pointer;
    text-decoration: underline;
    margin-top: 0;
    display: inline-block;
    font-size: 14px;
  }
  .team .team-member-outer .modal-team-member .wrapper .right ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    margin-top: 15px;
  }
  .team .team-member-outer .modal-team-member .wrapper .right ul li {
    display: table;
  }
  .team .team-member-outer .modal-team-member .wrapper .right ul li:nth-child(1) {
    width: 100%;
    flex: 0 0 100%;
  }
  .team .team-member-outer .modal-team-member .wrapper .right ul li:nth-child(2) {
    width: calc(100% - 80px);
    display: inline-block;
    flex: 0 0 calc(100% - 80px);
  }
  .team .team-member-outer .modal-team-member .wrapper .right ul li:nth-child(3) {
    width: 65px;
    flex: 0 0 65px;
    margin-left: auto;
  }
  .team .team-member-outer .modal-team-member .wrapper .right ul li:not(:last-child) {
    margin-bottom: 15px !important;
  }
}
.basic-banner {
  background: #2A4443;
  position: relative;
  padding: 25px 0 50px;
  color: #fff;
}
.basic-banner:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 330px;
  background-image: url(/Resources/img/logo-bg.svg);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.3;
}
.basic-banner.products-banner:before {
  bottom: initial;
  top: 250px;
  position: fixed;
  z-index: 1;
}
.basic-banner.products-banner .breadcrumbs {
  margin-bottom: 50px;
}
.basic-banner.contact-banner {
  text-align: center;
  padding: 25px 0 150px;
}
.basic-banner.contact-banner ul:not(.breadcrumbs) {
  display: block;
  margin: 35px 0 0 0;
}
.basic-banner.contact-banner ul:not(.breadcrumbs) li {
  display: inline-block;
}
.basic-banner.contact-banner ul:not(.breadcrumbs) li:nth-of-type(1) a:before {
  background-image: url("/Resources/img/phone-contact.svg");
}
.basic-banner.contact-banner ul:not(.breadcrumbs) li:nth-of-type(2) {
  margin-left: 15px;
}
.basic-banner.contact-banner ul:not(.breadcrumbs) li:nth-of-type(2) a:before {
  background-image: url("/Resources/img/at-blue.svg");
}
.basic-banner.contact-banner ul:not(.breadcrumbs) li a {
  background: #fff;
  color: #2A4443;
  padding: 12px 15px 12px 45px;
  border-radius: 100px;
  position: relative;
  display: block;
  font-size: 16px;
  /*    transition: all .3s ease-in-out;

  &:hover {
      background: #63c5c7;
  }*/
}
.basic-banner.contact-banner ul:not(.breadcrumbs) li a:before {
  content: "";
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 22px;
  height: 22px;
}
.basic-banner b {
  font-family: "Baskervville";
  font-size: 18px;
  color: #fff;
  font-style: italic;
  display: block;
  font-weight: 500;
}
.basic-banner h1 {
  font-size: 55px;
}
.basic-banner .categories {
  display: table;
  position: relative;
  margin-top: 15px;
}
.basic-banner .categories:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.2;
  border-radius: 100px;
  backdrop-filter: blur(4px);
  background: #fff;
  padding: 3px;
  border-radius: 100px;
  width: 105%;
  height: 125%;
  z-index: 1;
}
.basic-banner .categories li {
  display: inline-block;
  padding: 10px 25px;
  text-align: center;
  border-radius: 100px;
  position: relative;
  z-index: 2;
  cursor: pointer;
  text-transform: uppercase;
}
.basic-banner .categories li.active {
  background: #006AFB;
}

.products {
  padding: 50px 0;
  background: #2A4443;
}
.products h2, .products h3, .products h4, .products h5, .products h6 {
  color: #fff;
  font-size: 45px;
  margin: 0 0 25px;
}
.products h2 em, .products h3 em, .products h4 em, .products h5 em, .products h6 em {
  font-family: "Baskervville";
}
.products .item {
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: calc(100% - 25px);
  margin: 0 0 25px 0;
  position: relative;
  z-index: 4;
}
.products .item .left {
  max-width: 30%;
  width: 100%;
}
.products .item .left img {
  width: 100%;
}
.products .item .right {
  max-width: 40%;
  width: 100%;
  margin: 0 0 0 auto;
  text-align: right;
}
.products .item .right .pill {
  padding: 7px;
  text-align: center;
  color: #fff;
  border-radius: 100px;
  display: block;
  margin-top: 3px;
}
.products .item .right .pill.disposable {
  background: #14C8C7;
}
.products .item .right .pill.reusable {
  background: #5447CF;
}

.assortiment {
  padding: 50px 0 0;
  background: #2A4443;
}
.assortiment .title-wrapper {
  margin-bottom: 25px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.assortiment .title-wrapper h2, .assortiment .title-wrapper h3, .assortiment .title-wrapper h4, .assortiment .title-wrapper h5, .assortiment .title-wrapper h6 {
  color: #fff;
  font-size: 45px;
}
.assortiment .title-wrapper h2 em, .assortiment .title-wrapper h3 em, .assortiment .title-wrapper h4 em, .assortiment .title-wrapper h5 em, .assortiment .title-wrapper h6 em {
  font-family: "Baskervville";
}
.assortiment .title-wrapper .nav-slider {
  display: flex;
  flex-direction: row;
  margin-left: auto;
}
.assortiment .title-wrapper .nav-slider .slick-arrow {
  border: 2px solid #fff;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  font-size: 20px;
  z-index: 2;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.assortiment .title-wrapper .nav-slider .slick-arrow.slick-hidden {
  display: none;
}
.assortiment .title-wrapper .nav-slider .slick-arrow:hover {
  background: #fff;
}
.assortiment .title-wrapper .nav-slider .slick-arrow:hover img {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}
.assortiment .title-wrapper .nav-slider .slick-arrow.JS-next {
  color: #fff;
  position: relative;
  margin-left: 15px;
}
.assortiment .title-wrapper .nav-slider .slick-arrow.JS-prev {
  color: #0083D1;
}
.assortiment .title-wrapper .nav-slider img {
  max-width: 17px;
  width: 100%;
}
.assortiment .slick-slide {
  margin: 0 15px;
}
.assortiment .slick-list {
  margin: 0 -15px;
}
.assortiment .item {
  color: #fff;
}
.assortiment .item .img-wrapper {
  background: #fff;
  border-radius: 16px;
  position: relative;
  margin: 0 0 15px;
}
.assortiment .item .img-wrapper .pill {
  padding: 7px;
  text-align: center;
  color: #fff;
  border-radius: 100px;
  display: block;
  margin-top: 3px;
  position: absolute;
  top: 10px;
  right: 10px;
}
.assortiment .item .img-wrapper .pill.disposable {
  background: #14C8C7;
}
.assortiment .item .img-wrapper .pill.reusable {
  background: #5447CF;
}
.assortiment .item .img-wrapper .logo {
  max-width: 125px;
  width: 100%;
  position: absolute;
  left: 10px;
  top: 10px;
}
.assortiment .item .img-wrapper .main-img {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 75%;
}

.we-think {
  position: relative;
}
.we-think:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #2A4443;
  height: 87%;
  width: 100%;
}
.we-think .img-wrapper {
  position: relative;
  overflow: hidden;
}
.we-think .img-wrapper:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url("/Resources/img/bg-text.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  width: 100%;
  height: 87%;
  z-index: 1;
}
.we-think .img-wrapper img {
  position: relative;
  z-index: 2;
  left: -75px;
}
.we-think .text {
  padding-top: 115px;
  color: #fff;
  position: relative;
  z-index: 4;
}
.we-think .text h2, .we-think .text h3, .we-think .text h4, .we-think .text h5, .we-think .text h6 {
  color: #fff;
  font-weight: 600;
  font-size: 45px;
  line-height: 40px;
  margin-bottom: 15px;
}
.we-think .text h2 em, .we-think .text h3 em, .we-think .text h4 em, .we-think .text h5 em, .we-think .text h6 em {
  font-family: "Baskervville";
  font-weight: 500;
}
.we-think .text .btn-default {
  font-size: 0;
  position: relative;
  width: 50px;
  height: 50px;
  display: block;
  color: #fff;
  border-radius: 50%;
  border: 2px solid #fff;
  transition: all 0.3s ease-in-out;
}
.we-think .text .btn-default:before {
  content: "";
  position: relative;
  font-size: 22px;
  background-image: url("/Resources/img/arrow-btn.svg");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
  width: 50px;
  height: 50px;
  display: block;
}
.we-think .text .btn-default:hover {
  background: #fff;
}
.we-think .text .btn-default:hover:before {
  filter: invert(1);
}

@media only screen and (max-width: 1200px) {
  .basic-banner {
    padding: 75px 0 50px;
  }
  .basic-banner h1 {
    font-size: 45px;
    line-height: 55px;
  }
}
@media only screen and (max-width: 991.5px) {
  .we-think .img-wrapper {
    max-width: 450px;
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  .we-think .img-wrapper img {
    max-width: 450px;
    left: -25px;
  }
  .we-think .text {
    padding: 50px 0 125px;
  }
}
@media only screen and (max-width: 767.5px) {
  .basic-banner:before {
    background-position: bottom;
  }
  .basic-banner.products-banner > .container-fluid > .row {
    display: flex;
    flex-direction: column;
  }
  .basic-banner.products-banner .col-sm-6:has(.categories) {
    display: contents;
  }
  .basic-banner.products-banner .categories {
    order: 3;
    margin: 20px auto 0;
  }
  .basic-banner.products-banner .categories li {
    padding: 10px 20px;
  }
  .basic-banner.products-banner b {
    padding: 0 15px;
  }
  .basic-banner.products-banner h1 {
    padding: 0 15px 10px;
  }
  .basic-banner.contact-banner {
    padding: 75px 0 50px;
  }
  .basic-banner.contact-banner ul:not(.breadcrumbs) li {
    min-width: 225px;
  }
  .basic-banner.contact-banner ul:not(.breadcrumbs) li:nth-of-type(1) {
    margin-bottom: 15px;
  }
  .basic-banner.contact-banner ul:not(.breadcrumbs) li:nth-of-type(2) {
    margin: 0;
  }
  .basic-banner.contact-banner ul:not(.breadcrumbs) li a {
    width: 100%;
  }
  .basic-banner h1 {
    line-height: 35px;
    line-height: 45px;
  }
  .basic-banner .categories {
    margin: 20px 0 25px;
  }
  .basic-banner .categories li {
    font-size: 16px;
  }
  .products {
    padding: 0 0 50px;
  }
  .products h2, .products h3, .products h4, .products h5, .products h6 {
    font-size: 30px;
    line-height: 35px;
  }
  .assortiment {
    padding: 0 0 50px;
  }
  .assortiment .title-wrapper {
    flex-direction: column;
  }
  .assortiment .title-wrapper h2, .assortiment .title-wrapper h3, .assortiment .title-wrapper h4, .assortiment .title-wrapper h5, .assortiment .title-wrapper h6 {
    font-size: 30px;
    line-height: 35px;
    padding-right: 0;
    margin-bottom: 25px;
  }
  .we-think .img-wrapper img {
    left: -65px;
  }
  .we-think .text h2, .we-think .text h3, .we-think .text h4, .we-think .text h5, .we-think .text h6 {
    font-size: 30px;
    line-height: 35px;
  }
}
.sustainability {
  background: #2A4443;
  position: relative;
  padding: 25px 0 50px;
}
.sustainability p {
  margin: 0;
}
.sustainability .top-title {
  margin: 0 0 15px;
}
.sustainability .top-title b {
  font-family: "Baskervville";
  font-size: 18px;
  color: #fff;
  font-style: italic;
  text-align: center;
  display: block;
  font-weight: 500;
  margin-bottom: 20px;
}
.sustainability .top-title h1 {
  font-size: 50px;
  line-height: 50px;
  font-weight: 500;
  color: #fff;
  margin: 0 0 25px;
  text-align: center;
}
.sustainability .top-title .btn-default {
  display: table;
  border: none;
  color: #fff;
  background: #006AFB;
  cursor: pointer;
  border-radius: 100px;
  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: 500;
  position: relative;
  padding: 15px 65px 15px 20px;
  letter-spacing: 0.6px;
  font-family: "RethinkSans", serif;
  position: relative;
  text-transform: uppercase;
  font-size: 15px;
  color: #006AFB;
  background: #fff;
  margin: 0 auto;
}
.sustainability .top-title .btn-default:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 21px;
  background-image: url("/Resources/img/arrow-btn.svg");
  background-size: 12px;
  background-repeat: no-repeat;
  width: 17px;
  height: 17px;
  -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;
}
.sustainability .top-title .btn-default:hover {
  background: #63c5c7;
}
.sustainability .top-title .btn-default:hover:after {
  transform: scale(1.15);
}
.sustainability .top-title .btn-default.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.sustainability .top-title .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;
}
.sustainability .top-title .btn-default:after {
  background-image: url("/Resources/img/arrow-btn-blue.svg");
}
.sustainability .top-title .btn-default:hover {
  color: #fff;
}
.sustainability .top-title .btn-default:hover:after {
  background-image: url("/Resources/img/arrow-btn.svg");
}
.sustainability img {
  width: 100%;
  border-radius: 16px;
  margin-top: 20px;
}

.simple-text {
  background: #2A4443;
  color: #fff;
  padding: 50px 0 75px;
}
.simple-text h2, .simple-text h3, .simple-text h4, .simple-text h5, .simple-text h6 {
  font-size: 45px;
  line-height: 50px;
  font-weight: 600;
}
.simple-text h2 em, .simple-text h3 em, .simple-text h4 em, .simple-text h5 em, .simple-text h6 em {
  font-family: "Baskervville";
  font-weight: 500;
}
.simple-text .btn-default {
  display: table;
  border: none;
  color: #fff;
  background: #006AFB;
  cursor: pointer;
  border-radius: 100px;
  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: 500;
  position: relative;
  padding: 15px 65px 15px 20px;
  letter-spacing: 0.6px;
  font-family: "RethinkSans", serif;
  position: relative;
  text-transform: uppercase;
  font-size: 15px;
}
.simple-text .btn-default:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 21px;
  background-image: url("/Resources/img/arrow-btn.svg");
  background-size: 12px;
  background-repeat: no-repeat;
  width: 17px;
  height: 17px;
  -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;
}
.simple-text .btn-default:hover {
  background: #63c5c7;
}
.simple-text .btn-default:hover:after {
  transform: scale(1.15);
}
.simple-text .btn-default.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.simple-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;
}

.steps {
  padding: 75px 0 100px;
  position: relative;
  overflow: hidden;
  /* the slides */
  /* the parent */
}
.steps:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/Resources/img/bg-text.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.8;
  transform: rotate(-180deg);
  z-index: -1;
}
.steps .slick-slide {
  margin: 0 25px;
}
.steps .slick-list {
  margin: 0 -25px;
}
.steps .slider-scrollbar {
  width: 100%;
  max-width: 400px;
  display: block;
  margin: 0 auto;
  margin-top: 15px;
  -webkit-appearance: none;
  height: 22px;
  background: rgba(255, 255, 255, 0.5019607843);
  border-radius: 100px;
  outline: none;
  cursor: pointer;
}
.steps .slider-scrollbar::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 100px;
  height: 17px;
  border-radius: 50%;
  background: #007bff;
  cursor: grab;
  border: none;
  background: #006AFB;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.5019607843);
}
.steps .slider-scrollbar:active::-webkit-slider-thumb {
  cursor: grabbing;
}
.steps h2, .steps h3, .steps h4, .steps h5, .steps h6 {
  color: #2A4443;
  font-size: 45px;
  line-height: 40px;
  text-align: center;
  margin: 0 0 50px;
}
.steps .slider-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
.steps .slider-how-it-works {
  padding-left: 10%;
}
.steps .item {
  color: #2A4443;
  flex: 0 0 auto;
  width: 600px;
  height: 300px;
  margin-right: 50px;
}
.steps .item .title {
  margin-bottom: 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.steps .item .title span {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #2A4443;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 24px;
  font-style: italic;
  margin-right: 5px;
}
.steps .item .title b {
  font-family: "Baskervville";
  font-weight: 500;
  font-size: 30px;
  font-style: italic;
}

.img-text {
  background: #2A4443;
  padding: 50px 0 100px;
  color: #fff;
}
.img-text img {
  width: 100%;
  border-radius: 16px;
  position: relative;
  top: -100px;
}
.img-text h2, .img-text h3, .img-text h4, .img-text h5, .img-text h6 {
  color: #fff;
  font-family: "Baskervville";
  font-weight: 500;
  font-size: 45px;
  line-height: 50px;
  font-style: italic;
  margin-bottom: 15px;
}
.img-text .text {
  padding-top: 75px;
}

.sustainability-text {
  color: #fff;
  padding: 0 0 75px;
  background: #2A4443;
  position: relative;
}
.sustainability-text:before {
  content: "";
  position: absolute;
  z-index: 2;
  background: #2A4443;
  top: -50px;
  left: 0;
  width: 100%;
  height: 100%;
}
.sustainability-text .container-fluid.custom:not(.top-container) {
  z-index: 3;
}
.sustainability-text .tag b {
  background: #fff;
  border-radius: 100px;
  padding: 10px 25px 10px 45px;
  color: #2A4443;
  position: relative;
  font-size: 16px;
}
.sustainability-text .tag b:before {
  content: "";
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: #2A4443;
  border-radius: 50%;
  width: 15px;
  height: 15px;
}
.sustainability-text .border {
  width: 100%;
  height: 150px;
  border: 1px solid rgba(236, 236, 236, 0.5);
  border-radius: 16px;
  position: absolute;
  z-index: 1;
  top: -100px;
  margin: 0 0 25px;
}
.sustainability-text h2, .sustainability-text h3, .sustainability-text h4, .sustainability-text h5, .sustainability-text h6 {
  color: #fff;
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 15px;
}

.big-image {
  position: relative;
  min-height: 100vh;
  padding: 0 0 75px 0;
  display: flex;
  align-items: end;
  color: #fff;
}
.big-image.anim-active img:not(.partners-logo) {
  opacity: 1;
  top: 0;
}
.big-image:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #2A4443 32.43%, rgba(42, 68, 67, 0.8) 45.75%, rgba(42, 68, 67, 0.641609) 59.63%, rgba(42, 68, 67, 0) 73.53%);
  z-index: 1;
}
.big-image img {
  max-width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: -1;
  opacity: 0;
  top: 10px;
  -webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.big-image .container-fluid.custom {
  position: relative;
  z-index: 2;
}
.big-image em {
  font-family: "Baskervville";
  color: #fff;
  font-size: 18px;
}
.big-image h2, .big-image h3, .big-image h4, .big-image h5, .big-image h6 {
  color: #fff;
  font-size: 45px;
  margin-bottom: 15px;
}
.big-image .btn-default {
  display: table;
  border: none;
  color: #fff;
  background: #006AFB;
  cursor: pointer;
  border-radius: 100px;
  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: 500;
  position: relative;
  padding: 15px 65px 15px 20px;
  letter-spacing: 0.6px;
  font-family: "RethinkSans", serif;
  position: relative;
  text-transform: uppercase;
  font-size: 15px;
}
.big-image .btn-default:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 21px;
  background-image: url("/Resources/img/arrow-btn.svg");
  background-size: 12px;
  background-repeat: no-repeat;
  width: 17px;
  height: 17px;
  -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;
}
.big-image .btn-default:hover {
  background: #63c5c7;
}
.big-image .btn-default:hover:after {
  transform: scale(1.15);
}
.big-image .btn-default.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.big-image .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;
}

@media only screen and (max-width: 1200px) {
  .sustainability {
    padding: 75px 0 50px;
  }
  .simple-text h2, .simple-text h3, .simple-text h4, .simple-text h5, .simple-text h6 {
    font-size: 38px;
    line-height: 45px;
  }
  .img-text h2, .img-text h3, .img-text h4, .img-text h5, .img-text h6 {
    font-size: 38px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 767.5px) {
  .sustainability .top-title h1 {
    font-size: 32px;
    line-height: 38px;
  }
  .sustainability img {
    margin: 0;
  }
  .simple-text {
    padding: 0 0 75px;
  }
  .simple-text h2, .simple-text h3, .simple-text h4, .simple-text h5, .simple-text h6 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 15px;
  }
  .img-text .text {
    padding-top: 0;
    margin-top: -50px;
  }
  .img-text .text h2, .img-text .text h3, .img-text .text h4, .img-text .text h5, .img-text .text h6 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 15px;
  }
  .steps .slider-how-it-works {
    width: 100%;
    padding: 0 30px 0 15px;
  }
  .steps .item {
    width: 80%;
    margin-right: 10px;
  }
  .steps .item:nth-of-type(1) {
    margin-left: 10px;
  }
  .steps .slider-scrollbar {
    width: calc(100% - 25px);
  }
  .sustainability-text:before {
    top: -25px;
  }
  .sustainability-text .border {
    left: 15px;
    width: calc(100% - 30px);
    top: -65px;
  }
  .sustainability-text .tag {
    margin-bottom: 25px;
  }
  .sustainability-text h2, .sustainability-text h3, .sustainability-text h4, .sustainability-text h5, .sustainability-text h6 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 15px;
  }
  .big-image {
    min-height: initial;
    padding: 50px 0;
  }
  .big-image:before {
    background: #2A4443;
    opacity: 0.7;
  }
  .big-image h2, .big-image h3, .big-image h4, .big-image h5, .big-image h6 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 15px;
  }
}
.text-page {
  position: relative;
  padding: 50px 0;
  color: #2A4443;
}
.text-page h1 {
  margin-bottom: 25px;
}
.text-page ul {
  padding: 0 0 0 20px;
  margin: 10px 0;
}
.text-page ul li {
  list-style: disc;
}
.text-page p {
  margin: 0 0 15px;
}
.text-page .btn-default {
  display: table;
  border: none;
  color: #fff;
  background: #006AFB;
  cursor: pointer;
  border-radius: 100px;
  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: 500;
  position: relative;
  padding: 15px 65px 15px 20px;
  letter-spacing: 0.6px;
  font-family: "RethinkSans", serif;
  position: relative;
  text-transform: uppercase;
  font-size: 15px;
}
.text-page .btn-default:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 21px;
  background-image: url("/Resources/img/arrow-btn.svg");
  background-size: 12px;
  background-repeat: no-repeat;
  width: 17px;
  height: 17px;
  -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;
}
.text-page .btn-default:hover {
  background: #63c5c7;
}
.text-page .btn-default:hover:after {
  transform: scale(1.15);
}
.text-page .btn-default.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.text-page .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;
}
.text-page a:not(.btn-default) {
  color: #7F1146;
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .text-page h2, .text-page h3, .text-page h4, .text-page h5, .text-page h6 {
    hyphens: auto;
  }
}
.full-width-image img {
  position: relative;
  top: -75px;
  width: 100%;
  border-radius: 16px;
}

.contact-page {
  padding: 0 0 75px;
  background-image: url("/Resources/img/bg-text.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.contact-page:before {
  content: "";
  position: absolute;
  background: #fff;
  opacity: 0.45;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.contact-page h2, .contact-page h3, .contact-page h4, .contact-page h5, .contact-page h6 {
  font-size: 45px;
  line-height: 55px;
  text-align: center;
  margin-bottom: 25px;
  color: #2A4443;
}
.contact-page .form-group.cbprivacy a {
  color: #2A4443;
  font-style: italic;
}
.contact-page .form-group.cbprivacy label:before {
  border-radius: 50%;
}
.contact-page .form-group.rbl-list ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.contact-page .form-group.rbl-list li {
  display: inline-block;
}
.contact-page .form-group .form-control {
  background: transparent;
}
.contact-page .form-group .form-control:not(.rbl) {
  border: 1px solid #2A4443;
  border-radius: 100px;
  padding: 12px 25px;
}
.contact-page .form-group label {
  color: #2A4443;
  display: table;
  margin-bottom: 7px;
  position: relative;
}
.contact-page .form-group label.required:after {
  content: "*";
  position: absolute;
  top: 0;
  right: -10px;
  font-size: 16px;
}
.contact-page textarea {
  border-radius: 5px !important;
  min-height: 200px;
}
.contact-page .btn-default {
  display: table;
  border: none;
  color: #fff;
  background: #006AFB;
  cursor: pointer;
  border-radius: 100px;
  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: 500;
  position: relative;
  padding: 15px 65px 15px 20px;
  letter-spacing: 0.6px;
  font-family: "RethinkSans", serif;
  position: relative;
  text-transform: uppercase;
  font-size: 15px;
  margin: 0 0 0 auto;
}
.contact-page .btn-default:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 21px;
  background-image: url("/Resources/img/arrow-btn.svg");
  background-size: 12px;
  background-repeat: no-repeat;
  width: 17px;
  height: 17px;
  -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;
}
.contact-page .btn-default:hover {
  background: #63c5c7;
}
.contact-page .btn-default:hover:after {
  transform: scale(1.15);
}
.contact-page .btn-default.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.contact-page .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;
}

@media only screen and (max-width: 767.5px) {
  .full-width-image img {
    top: -25px;
  }
  .contact-page .form-group.rbl-list ul {
    display: block;
  }
  .contact-page .form-group.rbl-list li {
    display: block;
    margin: 0 0 10px !important;
  }
  .contact-page .btn-default {
    margin: 25px auto 0;
  }
}
.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;
}

.fixed-button {
  position: fixed;
  right: 25px;
  bottom: 25px;
  background: #fff;
  display: flex;
  z-index: 2;
  min-width: 190px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.33);
  border-radius: 5px;
  align-items: center;
  font-family: "RethinkSans", serif;
  color: #2E0B1A;
  padding: 10px 20px;
}
.fixed-button img {
  max-width: 23px;
  width: 100%;
  border-right: 1px solid #E2E2E2;
  padding: 0 15px 0 0;
}
.fixed-button a {
  color: #2E0B1A;
}
.fixed-button .text {
  /*       border-left: 1px solid #E2E2E2;*/
  padding-left: 15px;
}

html.modal-open {
  overflow: hidden;
}
html.modal-open body {
  overflow: hidden;
}

body {
  position: relative;
  font-family: "RethinkSans", serif;
  background: #fff;
  font-weight: 400;
  overflow-x: hidden;
  margin: 0;
  line-height: 26px;
  font-size: 18px;
  color: #000;
}

p {
  margin: 0 0 15px;
}

:focus {
  outline: none !important;
}

.container-fluid.custom {
  padding: 0px 15px;
  max-width: 1550px;
}

input, button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: "RethinkSans", serif;
  font-weight: 500;
  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: #2B2E42;
}
.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;
}

.w-100 {
  width: 100% !important;
}

.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: #fff;
}
.breadcrumbs li:not(:last-child):after {
  content: "";
  background-image: url("/Resources/img/breadcrumb-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  position: absolute;
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
}
.breadcrumbs li img {
  max-width: 15px;
  border-radius: 0;
}
.breadcrumbs li a {
  color: #fff;
}

.errors {
  height: 100vh;
  width: 100vw;
  position: relative;
}
.errors.thanks {
  height: 100vh;
  width: 100vw;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.errors.thanks:before {
  content: "";
  position: absolute;
  background: #2A4443;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  z-index: 1;
}
.errors.thanks img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.errors.thanks .content {
  position: relative;
}
.errors .container {
  position: relative;
  z-index: 4;
}
.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: #f3f3f3;
  color: #000;
}
.errors .content .inner {
  color: #000;
}
.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: #2A4443;
  margin-bottom: 20px;
}
.errors .content .btn-default {
  display: table;
  border: none;
  color: #fff;
  background: #006AFB;
  cursor: pointer;
  border-radius: 100px;
  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: 500;
  position: relative;
  padding: 15px 65px 15px 20px;
  letter-spacing: 0.6px;
  font-family: "RethinkSans", serif;
  position: relative;
  text-transform: uppercase;
  font-size: 15px;
  margin: 20px auto 0 !important;
}
.errors .content .btn-default:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 21px;
  background-image: url("/Resources/img/arrow-btn.svg");
  background-size: 12px;
  background-repeat: no-repeat;
  width: 17px;
  height: 17px;
  -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;
}
.errors .content .btn-default:hover {
  background: #63c5c7;
}
.errors .content .btn-default:hover:after {
  transform: scale(1.15);
}
.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: 2;
  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: 15px;
}
.form-group.has-error .form-control {
  border-color: red !important;
  background: #ffcece;
}
.form-group select {
  background-image: url(/Resources/img/arrow.svg) !important;
  background-repeat: no-repeat !important;
  background-size: 12px !important;
  background-position: 98% !important;
}
.form-group .form-control {
  height: inherit;
  padding: 16px 20px;
  color: #000;
  border: none;
  width: 100%;
  font-family: inherit;
  font-size: 16px;
  -webkit-appearance: none;
  border-radius: 0;
  background: #fff;
  border-radius: 12px;
  -webkit-appearance: none;
  font-family: "RethinkSans", serif;
}
.form-group .help-block {
  display: table;
  color: #E84631;
  font-weight: 400;
  font-size: 14px;
  margin-top: 5px;
  background: rgba(255, 255, 255, 0.4);
  padding: 0 5px;
  border-radius: 3px;
}

.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: #fff;
  background: #006AFB;
  cursor: pointer;
  border-radius: 100px;
  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: 500;
  position: relative;
  padding: 15px 65px 15px 20px;
  letter-spacing: 0.6px;
  font-family: "RethinkSans", serif;
  position: relative;
  text-transform: uppercase;
  font-size: 15px;
}
.popup-modal .btn-default:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 21px;
  background-image: url("/Resources/img/arrow-btn.svg");
  background-size: 12px;
  background-repeat: no-repeat;
  width: 17px;
  height: 17px;
  -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;
}
.popup-modal .btn-default:hover {
  background: #63c5c7;
}
.popup-modal .btn-default:hover:after {
  transform: scale(1.15);
}
.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: "RethinkSans", 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-home).anim-active .container-fluid.custom {
  opacity: 1;
  top: 0;
}
section:not(.fold-home) .container-fluid.custom {
  position: relative;
  opacity: 0;
  top: 10px;
  -webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
section.anim-active {
  -webkit-transition: opacity 0.4s linear 0s;
  transition: opacity 0.4s linear 0s;
}

footer {
  padding: 75px 0 125px;
  position: relative;
  color: #fff;
}
footer .container-fluid.custom {
  position: relative;
  z-index: 101;
}
footer .outer {
  padding: 50px;
  background-image: url("/Resources/img/bg-footer.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  position: relative;
}
footer .outer:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-image: url("/Resources/img/beeldmerk.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  z-index: 1;
}
footer .outer:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background: #5447CF;
  opacity: 0.3;
  z-index: 2;
}
footer .col-sm-5 {
  position: relative;
  z-index: 3;
}
footer .logo-footer {
  width: 100%;
}
footer .website-links {
  z-index: 5;
}
footer .website-links a {
  transition: all 0.3s ease-in-out;
}
footer .website-links a:hover {
  text-decoration: underline !important;
}
footer ul li {
  margin: 0 0 10px;
}
footer ul li a {
  color: #fff;
}
footer .white-space {
  padding: 0 0 100px;
}
footer h5 {
  font-weight: 600;
  font-size: 45px;
  line-height: 55px;
  color: #fff;
}
footer .linkedin ul {
  margin: 10px 0 0 0;
}
footer .linkedin ul li {
  padding: 0 0 0 55px;
  position: relative;
  line-height: 45px;
}
footer .linkedin ul li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("/Resources/img/Linkedin.svg"), #fff;
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
}
footer .contact-info ul {
  margin: 10px 0 0 0;
}
footer .contact-info ul li {
  position: relative;
}
footer .contact-info ul li:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: center;
  width: 20px;
  height: 20px;
}
footer .contact-info ul li:nth-of-type(1) {
  padding: 0 0 0 25px;
}
footer .contact-info ul li:nth-of-type(1):before {
  background-image: url("/Resources/img/phone.svg");
}
footer .contact-info ul li:nth-of-type(2) {
  padding: 0 0 0 25px;
}
footer .contact-info ul li:nth-of-type(2):before {
  background-image: url("/Resources/img/at.svg");
}

@media only screen and (max-width: 767.5px) {
  footer {
    padding: 75px 0 25px;
  }
  footer .outer {
    padding: 20px 20px 10px;
  }
  footer .outer:after {
    background-position: bottom;
    width: 100%;
  }
  footer h5 {
    font-size: 30px;
    line-height: 35px;
  }
  footer .logo-footer {
    max-width: 200px;
    margin: 0 0 25px;
  }
  footer .order-sm-5 {
    margin: 15px 0;
  }
  footer .mobile-hidden {
    display: none;
  }
  footer .website-links ul li:last-child {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 1450px) {
  .container-fluid.custom {
    padding: 0px 50px;
  }
  .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) {
  html {
    overflow-x: hidden;
  }
  /*    h2, h3, h4, h5, h6 {
          font-size: 28px;
          line-height:34px;
          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%;
  }
}
