﻿/*
    zet de scroll-axis die je wil gebruiken ($x en/of $y) op TRUE
*/
/*Images */
/* Icons */
@media (min-width: 0px) and (max-width: 788px) {
  .hideOnPhone {
    display: none !important;
  }
}

@media (min-width: 788px) and (max-width: 1300px) {
  .hideOnTablet {
    display: none !important;
  }
}

@media (min-width: 1300px) {
  .hideOnDesktop {
    display: none !important;
  }
}

:root {
  --grid-margin: 1.25rem;
  --grid-padding: 1.25rem;
}

*, ::after, ::before {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  line-height: 1.5;
}

body {
  font-size: 18px;
  color: black;
  overflow-x: hidden;
  background-color: #ffffff;
  font-family: "Libre Baskerville", Verdana, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 788px) and (max-width: 1300px) {
  body {
    font-size: calc(18px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  body {
    font-size: calc(18px * 0.8) !important;
  }
}

main {
  background-color: inherit;
}

strong {
  color: #006a8e;
}

.ctxtWhite {
  color: white;
}

.cBlack {
  color: white;
}

.bgcBlack {
  background-color: black;
}

.bgcWhite {
  background-color: white;
}

.bgImgLT {
  background-position: left top;
}

.bgImgLC {
  background-position: left center;
}

.bgImgLB {
  background-position: left bottom;
}

.bgImgRT {
  background-position: right top;
}

.bgImgRC {
  background-position: right center;
}

.bgImgRB {
  background-position: right bottom;
}

.bgImgCT {
  background-position: center top;
}

.bgImgCC {
  background-position: center center;
}

.bgImgCB {
  background-position: center bottom;
}

img:not(.tl-media-item) {
  max-width: 100% !important;
  max-height: 100% !important;
}

.mUnset {
  margin: 0 !important;
}

.mBUnset {
  margin-bottom: 0 !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .mBUnset {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .mBUnset {
    margin-bottom: 0 !important;
  }
}

.mB_L {
  margin-bottom: 32px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .mB_L {
    margin-bottom: calc(32px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .mB_L {
    margin-bottom: calc(32px * 0.8) !important;
  }
}

.mB_M {
  margin-bottom: 20px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .mB_M {
    margin-bottom: calc(20px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .mB_M {
    margin-bottom: calc(20px * 0.8) !important;
  }
}

.mB_S {
  margin-bottom: 15px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .mB_S {
    margin-bottom: calc(15px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .mB_S {
    margin-bottom: calc(15px * 0.8) !important;
  }
}

.mB_XS {
  margin-bottom: 10px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .mB_XS {
    margin-bottom: calc(10px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .mB_XS {
    margin-bottom: calc(10px * 0.8) !important;
  }
}

.mB_XXS {
  margin-bottom: 5px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .mB_XXS {
    margin-bottom: calc(5px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .mB_XXS {
    margin-bottom: calc(5px * 0.8) !important;
  }
}

.mTUnset {
  margin-top: 0 !important;
}

.mT_XL {
  margin-top: 64px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .mT_XL {
    margin-top: calc(64px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .mT_XL {
    margin-top: calc(64px * 0.8) !important;
  }
}

.mT_L {
  margin-top: 32px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .mT_L {
    margin-top: calc(32px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .mT_L {
    margin-top: calc(32px * 0.8) !important;
  }
}

.mT_M {
  margin-top: 20px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .mT_M {
    margin-top: calc(20px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .mT_M {
    margin-top: calc(20px * 0.8) !important;
  }
}

.mT_S {
  margin-top: 15px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .mT_S {
    margin-top: calc(15px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .mT_S {
    margin-top: calc(15px * 0.8) !important;
  }
}

.mT_XS {
  margin-top: 10px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .mT_XS {
    margin-top: calc(10px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .mT_XS {
    margin-top: calc(10px * 0.8) !important;
  }
}

.mT_XXS {
  margin-top: 5px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .mT_XXS {
    margin-top: calc(5px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .mT_XXS {
    margin-top: calc(5px * 0.8) !important;
  }
}

.mLUnset {
  margin-left: 0 !important;
}

.mL_L {
  margin-left: 32px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .mL_L {
    margin-left: calc(32px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .mL_L {
    margin-left: calc(32px * 0.8) !important;
  }
}

.mL_M {
  margin-left: 20px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .mL_M {
    margin-left: calc(20px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .mL_M {
    margin-left: calc(20px * 0.8) !important;
  }
}

.mL_S {
  margin-left: 15px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .mL_S {
    margin-left: calc(15px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .mL_S {
    margin-left: calc(15px * 0.8) !important;
  }
}

.mL_XS {
  margin-left: 10px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .mL_XS {
    margin-left: calc(10px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .mL_XS {
    margin-left: calc(10px * 0.8) !important;
  }
}

.mL_XXS {
  margin-left: 5px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .mL_XXS {
    margin-left: calc(5px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .mL_XXS {
    margin-left: calc(5px * 0.8) !important;
  }
}

.mRUnset {
  margin-right: 0 !important;
}

.mR_L {
  margin-right: 32px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .mR_L {
    margin-right: calc(32px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .mR_L {
    margin-right: calc(32px * 0.8) !important;
  }
}

.mR_M {
  margin-right: 20px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .mR_M {
    margin-right: calc(20px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .mR_M {
    margin-right: calc(20px * 0.8) !important;
  }
}

.mR_S {
  margin-right: 15px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .mR_S {
    margin-right: calc(15px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .mR_S {
    margin-right: calc(15px * 0.8) !important;
  }
}

.mR_XS {
  margin-right: 10px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .mR_XS {
    margin-right: calc(10px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .mR_XS {
    margin-right: calc(10px * 0.8) !important;
  }
}

.mR_XXS {
  margin-right: 5px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .mR_XXS {
    margin-right: calc(5px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .mR_XXS {
    margin-right: calc(5px * 0.8) !important;
  }
}

.mT_0 {
  margin-top: 0px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .mT_0 {
    margin-top: calc(0px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .mT_0 {
    margin-top: calc(0px * 0.8) !important;
  }
}

.mB_0 {
  margin-bottom: 0px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .mB_0 {
    margin-bottom: calc(0px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .mB_0 {
    margin-bottom: calc(0px * 0.8) !important;
  }
}

.mT_5 {
  margin-top: 5px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .mT_5 {
    margin-top: calc(5px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .mT_5 {
    margin-top: calc(5px * 0.8) !important;
  }
}

.mB_5 {
  margin-bottom: 5px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .mB_5 {
    margin-bottom: calc(5px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .mB_5 {
    margin-bottom: calc(5px * 0.8) !important;
  }
}

.mT_10 {
  margin-top: 10px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .mT_10 {
    margin-top: calc(10px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .mT_10 {
    margin-top: calc(10px * 0.8) !important;
  }
}

.mB_10 {
  margin-bottom: 10px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .mB_10 {
    margin-bottom: calc(10px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .mB_10 {
    margin-bottom: calc(10px * 0.8) !important;
  }
}

.mT_15 {
  margin-top: 15px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .mT_15 {
    margin-top: calc(15px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .mT_15 {
    margin-top: calc(15px * 0.8) !important;
  }
}

.mB_15 {
  margin-bottom: 15px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .mB_15 {
    margin-bottom: calc(15px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .mB_15 {
    margin-bottom: calc(15px * 0.8) !important;
  }
}

.mT_20 {
  margin-top: 20px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .mT_20 {
    margin-top: calc(20px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .mT_20 {
    margin-top: calc(20px * 0.8) !important;
  }
}

.mB_20 {
  margin-bottom: 20px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .mB_20 {
    margin-bottom: calc(20px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .mB_20 {
    margin-bottom: calc(20px * 0.8) !important;
  }
}

.mT_25 {
  margin-top: 25px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .mT_25 {
    margin-top: calc(25px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .mT_25 {
    margin-top: calc(25px * 0.8) !important;
  }
}

.mB_25 {
  margin-bottom: 25px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .mB_25 {
    margin-bottom: calc(25px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .mB_25 {
    margin-bottom: calc(25px * 0.8) !important;
  }
}

.mT_30 {
  margin-top: 30px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .mT_30 {
    margin-top: calc(30px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .mT_30 {
    margin-top: calc(30px * 0.8) !important;
  }
}

.mB_30 {
  margin-bottom: 30px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .mB_30 {
    margin-bottom: calc(30px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .mB_30 {
    margin-bottom: calc(30px * 0.8) !important;
  }
}

.mT_35 {
  margin-top: 35px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .mT_35 {
    margin-top: calc(35px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .mT_35 {
    margin-top: calc(35px * 0.8) !important;
  }
}

.mB_35 {
  margin-bottom: 35px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .mB_35 {
    margin-bottom: calc(35px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .mB_35 {
    margin-bottom: calc(35px * 0.8) !important;
  }
}

.mT_40 {
  margin-top: 40px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .mT_40 {
    margin-top: calc(40px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .mT_40 {
    margin-top: calc(40px * 0.8) !important;
  }
}

.mB_40 {
  margin-bottom: 40px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .mB_40 {
    margin-bottom: calc(40px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .mB_40 {
    margin-bottom: calc(40px * 0.8) !important;
  }
}

.mT_45 {
  margin-top: 45px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .mT_45 {
    margin-top: calc(45px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .mT_45 {
    margin-top: calc(45px * 0.8) !important;
  }
}

.mB_45 {
  margin-bottom: 45px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .mB_45 {
    margin-bottom: calc(45px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .mB_45 {
    margin-bottom: calc(45px * 0.8) !important;
  }
}

.mT_50 {
  margin-top: 50px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .mT_50 {
    margin-top: calc(50px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .mT_50 {
    margin-top: calc(50px * 0.8) !important;
  }
}

.mB_50 {
  margin-bottom: 50px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .mB_50 {
    margin-bottom: calc(50px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .mB_50 {
    margin-bottom: calc(50px * 0.8) !important;
  }
}

.pUnset {
  padding: 0 !important;
}

.pBUnset {
  padding-bottom: unset !important;
}

.pB_XL {
  padding-bottom: 64px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .pB_XL {
    padding-bottom: calc(64px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .pB_XL {
    padding-bottom: calc(64px * 0.8) !important;
  }
}

.pB_L {
  padding-bottom: 32px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .pB_L {
    padding-bottom: calc(32px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .pB_L {
    padding-bottom: calc(32px * 0.8) !important;
  }
}

.pB_M {
  padding-bottom: 20px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .pB_M {
    padding-bottom: calc(20px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .pB_M {
    padding-bottom: calc(20px * 0.8) !important;
  }
}

.pB_S {
  padding-bottom: 15px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .pB_S {
    padding-bottom: calc(15px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .pB_S {
    padding-bottom: calc(15px * 0.8) !important;
  }
}

.pB_XS {
  padding-bottom: 10px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .pB_XS {
    padding-bottom: calc(10px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .pB_XS {
    padding-bottom: calc(10px * 0.8) !important;
  }
}

.pB_XXS {
  padding-bottom: 5px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .pB_XXS {
    padding-bottom: calc(5px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .pB_XXS {
    padding-bottom: calc(5px * 0.8) !important;
  }
}

.pTUnset {
  padding-top: unset !important;
}

.pT_L {
  padding-top: 32px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .pT_L {
    padding-top: calc(32px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .pT_L {
    padding-top: calc(32px * 0.8) !important;
  }
}

.pT_M {
  padding-top: 20px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .pT_M {
    padding-top: calc(20px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .pT_M {
    padding-top: calc(20px * 0.8) !important;
  }
}

.pT_S {
  padding-top: 15px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .pT_S {
    padding-top: calc(15px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .pT_S {
    padding-top: calc(15px * 0.8) !important;
  }
}

.pT_XS {
  padding-top: 10px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .pT_XS {
    padding-top: calc(10px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .pT_XS {
    padding-top: calc(10px * 0.8) !important;
  }
}

.pT_XXS {
  padding-top: 5px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .pT_XXS {
    padding-top: calc(5px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .pT_XXS {
    padding-top: calc(5px * 0.8) !important;
  }
}

.pLUnset {
  padding-left: unset !important;
}

.pL_L {
  padding-left: 32px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .pL_L {
    padding-left: calc(32px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .pL_L {
    padding-left: calc(32px * 0.8) !important;
  }
}

.pL_M {
  padding-left: 20px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .pL_M {
    padding-left: calc(20px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .pL_M {
    padding-left: calc(20px * 0.8) !important;
  }
}

.pL_S {
  padding-left: 15px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .pL_S {
    padding-left: calc(15px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .pL_S {
    padding-left: calc(15px * 0.8) !important;
  }
}

.pL_XS {
  padding-left: 10px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .pL_XS {
    padding-left: calc(10px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .pL_XS {
    padding-left: calc(10px * 0.8) !important;
  }
}

.pL_XSbfore:before {
  padding-left: 10px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .pL_XSbfore:before {
    padding-left: calc(10px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .pL_XSbfore:before {
    padding-left: calc(10px * 0.8) !important;
  }
}

.pL_XXS {
  padding-left: 5px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .pL_XXS {
    padding-left: calc(5px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .pL_XXS {
    padding-left: calc(5px * 0.8) !important;
  }
}

.pRUnset {
  padding-right: unset !important;
}

.pR_L {
  padding-right: 32px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .pR_L {
    padding-right: calc(32px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .pR_L {
    padding-right: calc(32px * 0.8) !important;
  }
}

.pR_M {
  padding-right: 20px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .pR_M {
    padding-right: calc(20px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .pR_M {
    padding-right: calc(20px * 0.8) !important;
  }
}

.pR_S {
  padding-right: 15px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .pR_S {
    padding-right: calc(15px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .pR_S {
    padding-right: calc(15px * 0.8) !important;
  }
}

.pR_XS {
  padding-right: 10px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .pR_XS {
    padding-right: calc(10px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .pR_XS {
    padding-right: calc(10px * 0.8) !important;
  }
}

.pR_XSbfore::before {
  padding-right: 10px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .pR_XSbfore::before {
    padding-right: calc(10px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .pR_XSbfore::before {
    padding-right: calc(10px * 0.8) !important;
  }
}

.pR_XXS {
  padding-right: 5px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .pR_XXS {
    padding-right: calc(5px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .pR_XXS {
    padding-right: calc(5px * 0.8) !important;
  }
}

@media (min-width: 0px) and (max-width: 788px) {
  .pLR-xs-phone {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

@media (min-width: 0px) and (max-width: 788px) {
  .pTB-xs-phone {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}

.pTXS {
  margin-top: 10px !important;
}

.table {
  width: 100%;
  border-collapse: collapse;
}
.table th {
  text-align: inherit;
}
.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
  border-top: 0;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  border-top: 1px solid #D9DADB;
  padding: 15px;
  vertical-align: middle;
}
.table > thead > tr > th {
  border-bottom: 1px solid #D9DADB;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.boxedtable {
  background-color: white !important;
}
.boxedtable label {
  padding: unset !important;
}
.boxedtable input {
  display: inline-block;
  max-width: 50%;
}
.boxedtable .dataTables_filter {
  margin-bottom: 20px;
  margin-top: 10px;
}
.boxedtable table {
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-color: #aaa white;
}
.boxedtable table::-webkit-scrollbar {
  width: 10px;
  height: 4px;
  background-color: white;
}
.boxedtable table::-webkit-scrollbar-thumb {
  background: #aaa;
}
.boxedtable table thead {
  background-color: #f6f6f6 !important;
  color: grey !important;
}
.boxedtable table tbody .fas, .boxedtable table tbody fa {
  cursor: pointer;
}
.boxedtable table tbody td {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.dataTables_scrollBody {
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-color: #aaa white;
}
.dataTables_scrollBody::-webkit-scrollbar {
  width: 10px;
  height: 4px;
  background-color: white;
}
.dataTables_scrollBody::-webkit-scrollbar-thumb {
  background: #aaa;
}

body .dataTables_wrapper .bottom {
  margin-top: 10px !important;
}
body .dataTables_wrapper .bottom .paginate_button:hover {
  cursor: pointer !important;
}
body .dataTables_wrapper .bottom .paginate_button.current {
  font-size: 18px !important;
  background-color: #0094ff !important;
  color: white !important;
  border-color: #0094ff !important;
  border-radius: 0.6rem !important;
}
body .dataTables_wrapper .bottom .paginate_button.current:hover {
  background-color: rgb(0, 118.4, 204) !important;
  color: white !important;
  border-color: rgb(0, 118.4, 204) !important;
}
body .dataTables_wrapper .bottom .paginate_button:not(.current):hover {
  background-color: unset !important;
  background-image: unset !important;
  border: 1px solid transparent !important;
  border-top-color: transparent;
  border-top-style: solid;
  border-top-width: 1px;
  border-right-color: transparent;
  border-right-style: solid;
  border-right-width: 1px;
  border-bottom-color: transparent;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: transparent;
  border-left-style: solid;
  border-left-width: 1px;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  color: #cccccc !important;
}
body .dataTables_wrapper .columnWidth_add {
  min-width: 400px;
}
@media (min-width: 0px) and (max-width: 788px) {
  body .dataTables_wrapper .columnWidth_add {
    min-width: 350px;
  }
}
body .dataTables_wrapper .columnWidth_add2 {
  min-width: 250px;
}
@media (min-width: 0px) and (max-width: 788px) {
  body .dataTables_wrapper .columnWidth_add2 {
    min-width: 150px;
  }
}

table.dataTable thead.txtCenter {
  text-align: center !important;
}

.linkbutton {
  display: flex;
  flex-direction: row;
  width: fit-content;
  cursor: pointer;
  white-space: nowrap;
  font-size: 18px;
  color: white;
  border-radius: 0.8rem;
  overflow: hidden;
}
.linkbutton .label {
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  background-color: #833f46;
  padding: 10px 12px;
}
.linkbutton .arrow {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #a54f58;
  padding: 10px 12px;
  font-size: 15px;
  border-top-right-radius: 0.8rem;
  border-bottom-right-radius: 0.8rem;
}
@media (min-width: 0px) and (max-width: 788px) {
  .linkbutton.minify-on-phone .label {
    display: none;
  }
  .linkbutton.minify-on-phone .arrow {
    background-color: transparent;
    color: #833f46;
    font-size: 25px;
  }
}

.formrow {
  /*@include respMarginB($sM, $constRespSPercT, $constRespSPercP);*/
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  grid-gap: 0px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .formrow {
    margin-bottom: 20px !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .formrow {
    margin-bottom: 32px !important;
  }
}
@media (min-width: 1300px) {
  .formrow > * {
    width: calc(100% / 2 - 0px * (2 - 1) / 2);
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .formrow > * {
    width: calc(100% / 2 - 0px * (2 - 1) / 2);
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .formrow > * {
    width: 100%;
  }
}
.formrow.c1 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  grid-gap: 0px;
}
@media (min-width: 1300px) {
  .formrow.c1 > * {
    width: 100%;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .formrow.c1 > * {
    width: 100%;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .formrow.c1 > * {
    width: 100%;
  }
}
.formrow.c4 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  grid-gap: 0px;
}
@media (min-width: 1300px) {
  .formrow.c4 > * {
    width: calc(100% / 4 - 0px * (4 - 1) / 4);
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .formrow.c4 > * {
    width: calc(100% / 4 - 0px * (4 - 1) / 4);
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .formrow.c4 > * {
    width: 100%;
  }
}
.formrow.priceaddition {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  grid-gap: 0px;
}
@media (min-width: 1300px) {
  .formrow.priceaddition > * {
    width: calc(100% / 2 - 0px * (2 - 1) / 2);
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .formrow.priceaddition > * {
    width: calc(100% / 2 - 0px * (2 - 1) / 2);
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .formrow.priceaddition > * {
    width: calc(100% / 2 - 0px * (2 - 1) / 2);
  }
}
.formrow.priceaddition .left {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  grid-gap: 0px;
}
@media (min-width: 1300px) {
  .formrow.priceaddition .left > * {
    width: calc(100% / 2 - 0px * (2 - 1) / 2);
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .formrow.priceaddition .left > * {
    width: calc(100% / 2 - 0px * (2 - 1) / 2);
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .formrow.priceaddition .left > * {
    width: 100%;
  }
}
.formrow.priceaddition .left .labels {
  justify-content: center;
  margin-bottom: unset;
}
.formrow.priceaddition .right {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  grid-gap: 0px;
}
@media (min-width: 1300px) {
  .formrow.priceaddition .right > * {
    width: calc(100% / 2 - 0px * (2 - 1) / 2);
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .formrow.priceaddition .right > * {
    width: calc(100% / 2 - 0px * (2 - 1) / 2);
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .formrow.priceaddition .right > * {
    width: 100%;
  }
}
.formrow.priceaddition .right .labels {
  text-align: right;
  padding-right: 10px;
  margin-bottom: unset;
}
@media (min-width: 0px) and (max-width: 788px) {
  .formrow.priceaddition .right .labels {
    margin-block-start: unset !important;
    margin-block-end: unset !important;
    margin-inline-start: unset !important;
    margin-inline-end: unset !important;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-align: unset;
  }
}
.formrow .labels {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 10px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .formrow .labels {
    margin-bottom: 10px !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .formrow .labels {
    margin-bottom: 0px !important;
  }
}
.formrow .labels label {
  padding: unset;
  text-transform: uppercase;
  font-weight: bolder;
}
.formrow .labels label.nocase {
  text-transform: none !important;
}
.formrow .labels label.sub {
  text-transform: none !important;
  font-weight: unset !important;
}
.formrow .item {
  display: flex;
  flex-direction: column;
}

hr.frmrow-seperator {
  margin-bottom: 20px;
  border-top: 1px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  hr.frmrow-seperator {
    margin-bottom: calc(20px * 0.95) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  hr.frmrow-seperator {
    margin-bottom: calc(20px * 0.9) !important;
  }
}

.inputbox, textarea:not(.select2-search__field), input:not([type=radio], [type=checkbox]) {
  background-color: white;
  background-image: none;
  border: 1px solid #D9DADB;
  color: inherit;
  display: block;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
  height: 40px !important;
  font-weight: 400;
  line-height: 22px;
  outline: none;
  font-size: 30px;
  font-family: "Libre Baskerville", Verdana, sans-serif;
  padding-left: 15px;
  min-width: 1px;
}
.inputbox::placeholder, textarea:not(.select2-search__field)::placeholder, input:not([type=radio], [type=checkbox])::placeholder {
  color: grey;
}
.inputbox:focus, textarea:focus:not(.select2-search__field), input:focus:not([type=radio], [type=checkbox]) {
  border-color: #0094ff;
  box-shadow: 0 0 7px #D9DADB;
}
.inputbox:disabled, textarea:disabled:not(.select2-search__field), input:disabled:not([type=radio], [type=checkbox]), .inputbox:read-only, textarea:read-only:not(.select2-search__field), input:read-only:not([type=radio], [type=checkbox]) {
  background-color: #424242;
  opacity: 1;
}

textarea:not(.select2-search__field) {
  resize: none;
  line-height: 25px;
  height: 160px !important;
  padding-top: 10px;
  padding-bottom: 10px;
}

.input-validation-error {
  background-color: rgba(255, 50, 50, 0.1) !important;
  border-color: red !important;
  color: red;
}
.input-validation-error:focus {
  border-color: red !important;
}

.togglebox {
  text-transform: capitalize;
  font-weight: bolder;
}
.togglebox label {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  grid-gap: 0px;
  width: 130px;
  height: 40px;
  border: 1px solid black;
  border-radius: 14px;
}
@media (min-width: 1300px) {
  .togglebox label > * {
    width: calc(100% / 2 - 0px * (2 - 1) / 2);
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .togglebox label > * {
    width: calc(100% / 2 - 0px * (2 - 1) / 2);
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .togglebox label > * {
    width: calc(100% / 2 - 0px * (2 - 1) / 2);
  }
}
.togglebox .ja, .togglebox .nee {
  border-radius: calc(14px - 1px);
  width: calc(130px / 2 - 2px);
  height: calc(40px - 2px);
  line-height: calc(40px - 2px);
  text-align: center;
  user-select: none;
}
.togglebox .ja {
  background: white;
  color: inherit;
}
.togglebox .nee {
  background: blue;
  color: white;
}
.togglebox input[type=checkbox] {
  display: none;
}
.togglebox input[type=checkbox]:checked + label .ja {
  background: blue;
  color: white;
}
.togglebox input[type=checkbox]:checked + label .nee {
  background: white;
  color: inherit;
}

.tippy-box[data-theme~=active] {
  background-color: pink;
  color: white;
}

.tippy-box[data-theme~=active][data-placement^=top] > .tippy-arrow::before {
  border-bottom-color: pink;
}

.tippy-box[data-theme~=active][data-placement^=right] > .tippy-arrow::before {
  border-right-color: pink;
}

.tooltippy {
  background-color: #0094ff !important;
  padding: 0.001em 6px;
  border-radius: 50% !important;
  margin-right: 10px !important;
  margin-left: 10px !important;
  font-size: 20px !important;
  text-align: center !important;
  color: rgb(142.5, 142.5, 142.5) !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition-property: color, background-color, border-color, box-shadow;
  transition-duration: 0.15s, 0.15s, 0.15s, 0.15s;
  transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
  transition-delay: 0s, 0s, 0s, 0s;
}
.tooltippy:hover {
  background-color: rgb(76.5, 180.1, 255) !important;
}

.tippy-box[data-theme~=ANtooltip] {
  background-color: #0094ff;
  color: #a8a8a8;
  padding: 2px 4px;
}

.tippy-box[data-theme~=ANtooltip][data-placement^=top] > .tippy-arrow::before {
  border-top-color: #0094ff;
}

.tippy-box[data-theme~=ANtooltip][data-placement^=right] > .tippy-arrow::before {
  border-right-color: #0094ff;
}

.pointer {
  cursor: pointer;
}

select {
  width: 100% !important;
}

.select2-selection {
  font-size: 15px;
  font-family: "Libre Baskerville", Verdana, sans-serif;
  height: 40px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 15px;
}

.input-validation-error + span .select2-selection {
  background-color: rgba(255, 50, 50, 0.1) !important;
  border-color: red !important;
  color: red;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px !important;
}

.select2-container .select2-selection--single {
  height: 40px !important;
}

.select2-selection__arrow {
  height: 1.7rem !important;
}

.select2fix > span {
  height: 45px;
  width: 100%;
}

.select2fix {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  padding-right: 0 !important;
}

.select2fix2 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-right: 0 !important;
}

.select2-container--open .select2-dropdown {
  z-index: 10000;
}

.select2-container {
  width: 100% !important;
}

.select2-container--disabled .select2-selection {
  background-color: #424242 !important;
  opacity: 1;
}

.select2-results__option {
  font-size: 14px !important;
  font-family: "Libre Baskerville", Verdana, sans-serif !important;
  height: 40px !important;
}

.select2-results__option--highlighted {
  background-color: #B89D4F !important;
}

.select2-selection--multiple {
  overflow: hidden !important;
  height: auto !important;
}

.select2-selection__choice__remove {
  line-height: 30px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .select2-selection__choice__remove {
    line-height: calc(30px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .select2-selection__choice__remove {
    line-height: calc(30px * 0.8) !important;
  }
}

label {
  font-size: inherit;
  line-height: 26.6666666667px;
  vertical-align: middle;
  cursor: pointer;
}
@media (min-width: 0px) and (max-width: 788px) {
  label {
    padding: unset !important;
    padding-left: 0 !important;
  }
}

.inputIconBF, .inputIconAF {
  display: flex;
  flex-direction: row;
}
.inputIconBF i, .inputIconAF i {
  padding: 0.6rem 1.2rem;
  border: 0.1rem solid #D9DADB;
  display: block;
  height: 40px !important;
  line-height: 26.6666666667px;
}

.inputIconBF i {
  border-right: unset !important;
}

.inputIconAF i {
  border-left: unset !important;
}

.inputBtnAF {
  display: flex;
  flex-direction: row;
}
.inputBtnAF button {
  margin-left: -1px;
  border-radius: unset !important;
  line-height: 22px;
  padding: 0 20px !important;
}

.inputTextAF {
  display: flex;
  flex-direction: row;
}
.inputTextAF.readonly span {
  background-color: #424242;
  opacity: 1;
}
.inputTextAF span {
  padding: 0.6rem 1.2rem;
  border: 0.1rem solid #D9DADB;
  display: block;
  height: 40px !important;
  line-height: 26.6666666667px;
}

a {
  color: #ef9b0f;
}
a:hover {
  color: rgb(95.0354330709, 61.6338582677, 5.9645669291);
}
a.pink {
  color: pink;
}
a.pink:hover {
  color: rgb(255, 90, 118.8095238095);
}
a.greyDark {
  color: white;
}
a.greyDark:hover {
  color: #cccccc;
}
a.grey {
  color: grey;
}
a.grey:hover {
  color: #4d4d4d;
}
a.white {
  color: white;
}
a.white:hover {
  color: rgb(229.5, 229.5, 229.5);
}
a.small {
  font-size: 20px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  a.small {
    font-size: calc(20px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  a.small {
    font-size: calc(20px * 0.8) !important;
  }
}
a.nobold {
  font-weight: 500;
}
a.modest, a.IconAF, a.IconBF {
  text-decoration: none !important;
}
a.IconBF i {
  margin-right: 10px !important;
}
a.IconAF i {
  margin-left: 10px !important;
}
a.IconAF.modest i::before, a.IconAF i::before {
  color: grey !important;
}

.anchor {
  display: block;
  position: relative;
  top: -145px;
  visibility: hidden;
}

.list {
  padding-inline-start: 2.3rem;
  line-height: 19px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .list {
    line-height: calc(19px * 0.8) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .list {
    line-height: calc(19px * 0.8) !important;
  }
}
.list.indent {
  padding-inline-start: 64px;
}
.list.unstyled {
  list-style: none outside none;
  margin-left: 0;
  padding-inline-start: 0;
}
.list li {
  padding-left: 10px;
}
.list li dl, .list li ol, .list li ul {
  margin-bottom: 0 !important;
}

.verticalChecklist, .verticalDoubleChecklist ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.verticalChecklist li:before, .verticalDoubleChecklist ul li:before {
  font: var(--fa-font-solid);
  content: "\f00c";
  display: inline-block;
  padding-right: 10px;
  vertical-align: middle;
  font-weight: 900;
}
.verticalChecklist li, .verticalDoubleChecklist ul li {
  margin-bottom: 15px;
}

.verticalDoubleChecklist {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
.verticalDoubleChecklist ul {
  font-weight: bolder;
}

.horizontalChecklist {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.horizontalChecklist li:before {
  font: var(--fa-font-solid);
  content: "\f00c";
  display: inline-block;
  padding-right: 15px;
  vertical-align: middle;
  font-weight: 900;
}
.horizontalChecklist li {
  margin-bottom: unset !important;
  margin-right: 32px !important;
}

.verticalTripleChecklist {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.verticalTripleChecklist li:before {
  font: var(--fa-font-solid);
  content: "\f00c";
  display: inline-block;
  padding-right: 10px;
  vertical-align: middle;
  font-weight: 900;
}
.verticalTripleChecklist li {
  margin-bottom: 15px;
}

.iboxi {
  border: 1px solid #B89D4F;
  padding: 25px;
  text-align: center;
}
.iboxi.iboxi2 {
  border: unset !important;
  margin-top: 10%;
}

.box, .boxedtable {
  background-color: #424242;
  border-radius: 20px;
  margin-bottom: 20px;
}
@media (min-width: 0px) and (max-width: 788px) {
  .box.boxNoRadius_p, .boxNoRadius_p.boxedtable {
    border-radius: 0;
  }
}
.box > header, .boxedtable > header {
  text-align: center;
  font-weight: 500;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  font-size: 50px;
  line-height: 50px;
  font-size: 50px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .box > header, .boxedtable > header {
    font-size: calc(50px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .box > header, .boxedtable > header {
    font-size: calc(50px * 0.8) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .box > header, .boxedtable > header {
    line-height: 64px;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
.box > *:not(header), .boxedtable > *:not(header) {
  padding: 15px 2rem 20px 2rem;
}
@media (min-width: 0px) and (max-width: 788px) {
  .box > *:not(header), .boxedtable > *:not(header) {
    padding: 15px 15px 20px 15px;
  }
}
.box.whiteBg, .whiteBg.boxedtable {
  background-color: white !important;
}
.box.titleBorderSmall > header, .titleBorderSmall.boxedtable > header {
  z-index: 1;
  text-align: unset !important;
  position: relative;
}
.box.titleBorderSmall > header::before, .titleBorderSmall.boxedtable > header::before {
  position: absolute;
  bottom: 0;
  left: 1rem;
  content: "";
  height: 1px;
  width: calc(100% - 2rem);
  border-bottom: 1px solid #D9DADB;
}
.box.titleBorder > header, .titleBorder.boxedtable > header {
  border-bottom: 1px solid #D9DADB;
  text-align: unset !important;
}
.box .box_body p, .boxedtable .box_body p, .box .box_body .formrow .labels label.sub, .formrow .labels .box .box_body label.sub, .boxedtable .box_body .formrow .labels label.sub, .formrow .labels .boxedtable .box_body label.sub {
  margin-bottom: unset !important;
}

main > section, .mainsection, .breadcrumbs, .herobox {
  min-width: 370px;
  z-index: 0;
  position: relative;
  padding-bottom: 20px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  main > section, .mainsection, .breadcrumbs, .herobox {
    padding-bottom: calc(20px * 0.8) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  main > section, .mainsection, .breadcrumbs, .herobox {
    padding-bottom: calc(20px * 0.6) !important;
  }
}
main > section.secAlt, .mainsection.secAlt, .secAlt.breadcrumbs, .secAlt.herobox {
  background-color: #f1eeee;
}
main > section > div, .mainsection > div, .breadcrumbs > div, .herobox > div {
  margin: auto;
  max-width: 1300px;
}
@media (max-width: 1300px) {
  main > section > div, .mainsection > div, .breadcrumbs > div, .herobox > div {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1300px) and (min-width: 788px) and (max-width: 1300px) {
  main > section > div, .mainsection > div, .breadcrumbs > div, .herobox > div {
    padding-left: calc(20px * 0.8) !important;
  }
}
@media (max-width: 1300px) and (min-width: 0px) and (max-width: 788px) {
  main > section > div, .mainsection > div, .breadcrumbs > div, .herobox > div {
    padding-left: calc(20px * 0.6) !important;
  }
}
@media (max-width: 1300px) and (min-width: 788px) and (max-width: 1300px) {
  main > section > div, .mainsection > div, .breadcrumbs > div, .herobox > div {
    padding-right: calc(20px * 0.8) !important;
  }
}
@media (max-width: 1300px) and (min-width: 0px) and (max-width: 788px) {
  main > section > div, .mainsection > div, .breadcrumbs > div, .herobox > div {
    padding-right: calc(20px * 0.6) !important;
  }
}
main > section > div.wide, .mainsection > div.wide, .breadcrumbs > div.wide, .herobox > div.wide {
  max-width: 100%;
  padding: unset !important;
}
main > section.nom, .mainsection.nom, .nom.breadcrumbs, .nom.herobox {
  margin: unset !important;
  padding: unset !important;
}

header {
  z-index: 100 !important;
}
header .container {
  padding: 0px !important;
}

footer {
  border-top: 2px solid #e8e6e6;
  background-color: #f1eeee;
}

.herobox {
  --herobox-height: 80vh;
  position: relative;
  background-image: url("/images/herobox/home.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-origin: padding-box;
  width: 100%;
  height: var(--herobox-height);
  min-height: 550px;
  margin-bottom: 50px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .herobox {
    --herobox-height: 75vh;
    background-position: 15% center;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .herobox {
    --herobox-height: 800px;
    background-position: -200px -200px;
    background-repeat: no-repeat;
    min-height: unset;
    margin-bottom: 30px;
  }
}
.herobox:after {
  content: "";
  position: absolute;
  left: -1px;
  bottom: -1px;
  width: 100%;
  height: 100px;
  background-color: #ffffff;
  pointer-events: none;
  mask-image: url("/images/herobox/wave-mask.svg");
  mask-position: left bottom;
  mask-size: contain;
  mask-repeat: no-repeat;
}
@media (min-width: 0px) and (max-width: 788px) {
  .herobox:after {
    display: none;
  }
}
.herobox .container {
  display: flex;
  flex-direction: row-reverse;
}
.herobox .container .offerte-aanvraag {
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: fit-content;
  height: var(--herobox-height);
}
.herobox .container .offerte-aanvraag > div {
  position: relative;
  flex-grow: 1;
  background: rgba(0, 52, 69, 0.8);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 50px;
}
.herobox .container .offerte-aanvraag > div > strong {
  max-width: 300px;
  color: white;
  font-family: "Archivo", Verdana, sans-serif;
  font-size: 40px;
  text-align: center;
}
.herobox .container .offerte-aanvraag > div > img {
  width: 350px;
}
.herobox .container .offerte-aanvraag > div .overlay {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: linear-gradient(176deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 7%, #ef9b0f 7.3%, #ef9b0f 100%);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.2s linear;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
  padding: 50px;
}
.herobox .container .offerte-aanvraag > div .overlay strong {
  font-family: "Archivo", Verdana, sans-serif;
  font-size: 30px;
  color: #033543;
}
.herobox .container .offerte-aanvraag > div .overlay p, .herobox .container .offerte-aanvraag > div .overlay .formrow .labels label.sub, .formrow .labels .herobox .container .offerte-aanvraag > div .overlay label.sub {
  font-size: 15px;
  color: white;
}
.herobox .container .offerte-aanvraag > a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: white;
  background-color: #ef9b0f;
  font-family: "Archivo", Verdana, sans-serif;
  font-weight: bold;
  font-size: 20px;
  padding: 25px;
}
.herobox .container .offerte-aanvraag > a i {
  font-size: 35px;
}
.herobox .container .offerte-aanvraag > a:hover {
  background: #EF9B0F;
  background: linear-gradient(-45deg, rgb(239, 155, 15) 0%, rgb(255, 214, 133) 100%);
}
@media (min-width: 0px) and (max-width: 788px) {
  .herobox .container .offerte-aanvraag > a:hover {
    background: #EF9B0F;
  }
}
.herobox .container .offerte-aanvraag:has(a:hover) > div > .overlay {
  visibility: visible;
  opacity: 1;
}
@media (min-width: 0px) and (max-width: 788px) {
  .herobox {
    width: 100%;
  }
  .herobox .container {
    width: 100%;
    flex-direction: column;
    justify-content: flex-end;
    height: var(--herobox-height);
    padding: 0px !important;
  }
  .herobox .container .offerte-aanvraag {
    height: var(--herobox-height)/2;
    width: 100%;
  }
  .herobox .container .offerte-aanvraag > div {
    background: #003445;
    gap: 40px;
  }
  .herobox .container .offerte-aanvraag > div img.world {
    display: none;
  }
  .herobox .container .offerte-aanvraag > div .overlay {
    display: none;
  }
}

.herobox-thin {
  background-image: var(--hero-image, url("/images/herobox/home.png"));
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  width: 100%;
  height: 200px;
}

.modal {
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal.hidden {
  display: none;
}
.modal.small .modal-content {
  width: 40%;
}
.modal.large .modal-content {
  width: 90%;
}
.modal .footer {
  background-color: white;
}
.modal .modalClose {
  position: absolute;
  font-size: 20px !important;
  top: 0px;
  right: 0px;
  padding: 5px 10px !important;
  box-shadow: unset !important;
  cursor: pointer;
}
.modal .modalClose i {
  color: #833f46;
}
.modal .newsletter {
  width: 850px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .modal .newsletter {
    width: 700px;
  }
}
@media (min-width: 788px) and (max-width: 1050px) {
  .modal .newsletter {
    width: 100%;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .modal .newsletter {
    width: 100%;
  }
}

.modal-content {
  position: relative;
  width: fit-content;
}
@media (min-width: 0px) and (max-width: 788px) {
  .modal-content {
    width: 100%;
  }
}

.menu {
  --use-mobile-menu: 0;
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0px;
}
@media (max-width: 1300px) {
  .menu {
    --use-mobile-menu: 1;
  }
}
.menu .logo {
  text-decoration: none;
  padding: 10px;
  min-width: 150px;
}
.menu .logo img {
  min-width: 150px;
}
@media (max-width: 1300px) {
  .menu .logo {
    padding-left: 20px;
  }
}
.menu .menu-content {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
}
.menu .menu-content .menu-items {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: right;
}
.menu .menu-content .menu-items .menu-btn {
  display: block;
  font-size: 30px;
  padding: 10px;
}
@media (min-width: 1300px) {
  .menu .menu-content .menu-items .menu-btn {
    display: none;
  }
}
.menu .menu-content .menu-items .links {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.menu .menu-content .menu-items .links a {
  font-size: 15px;
  font-family: "Archivo", Verdana, sans-serif;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  color: #006a8e;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .menu .menu-content .menu-items .links a {
    font-size: calc(15px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .menu .menu-content .menu-items .links a {
    font-size: calc(15px * 0.8) !important;
  }
}
@media (max-width: 1300px) {
  .menu .menu-content {
    flex-direction: row-reverse;
  }
  .menu .menu-content .menu-items {
    width: unset;
  }
  .menu .menu-content .menu-items .menu-btn {
    padding-right: 20px;
  }
  .menu .menu-content .menu-items .links {
    display: none;
    border: 1px solid #f1eeee;
  }
  .menu .menu-content .menu-items .links.open {
    position: absolute;
    top: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: white;
  }
  .menu .menu-content .menu-items .links.open li {
    border-bottom: 1px solid #f1eeee;
  }
  .menu .menu-content .menu-items .links.open li a {
    font-size: 25px;
    display: block;
    padding: 20px;
    font-weight: normal;
    text-transform: none;
  }
}
@media (max-width: 1300px) and (min-width: 788px) and (max-width: 1300px) {
  .menu .menu-content .menu-items .links.open li a {
    font-size: calc(25px * 0.9) !important;
  }
}
@media (max-width: 1300px) and (min-width: 0px) and (max-width: 788px) {
  .menu .menu-content .menu-items .links.open li a {
    font-size: calc(25px * 0.8) !important;
  }
}
@media (max-width: 1300px) {
  .menu .menu-content .menu-items .links.open li a:hover {
    background-color: #f1eeee;
  }
}

.languageselector {
  position: relative;
  z-index: 101;
}
.languageselector span.fi {
  font-size: 20px;
}
.languageselector .current {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  padding: 10px;
  cursor: pointer;
}
.languageselector .current i {
  font-size: 15px;
}
.languageselector ul.options {
  position: absolute;
  left: 0px;
  display: none;
  list-style-type: none;
  background-color: #f1f1f1;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1300px) {
  .languageselector ul.options {
    left: 0px;
  }
}
.languageselector ul.options li a {
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  padding: 5px 10px;
  color: black;
}
.languageselector ul.options li a .label {
  font-size: 15px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .languageselector ul.options li a .label {
    font-size: calc(15px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .languageselector ul.options li a .label {
    font-size: calc(15px * 0.8) !important;
  }
}
.languageselector ul.options li a:hover {
  background-color: #ddd;
}
.languageselector.open ul.options {
  display: flex;
  flex-direction: column;
}

.footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 40px 10px;
}
.footer * {
  font-size: 15px;
  font-family: "Archivo", Verdana, sans-serif;
  color: #006a8e;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .footer * {
    font-size: calc(15px * 0.95) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .footer * {
    font-size: calc(15px * 0.9) !important;
  }
}
.footer .links {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
@media (min-width: 0px) and (max-width: 788px) {
  .footer {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 40px;
    padding: 20px 0px;
  }
  .footer .links {
    flex-direction: column;
  }
}

.uspbox {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 60px;
  padding: 10px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .uspbox {
    grid-gap: 40px;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .uspbox {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
}
.uspbox article {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.uspbox article strong {
  font-size: 20px;
  text-transform: uppercase;
  font-family: "Archivo", Verdana, sans-serif;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .uspbox article strong {
    font-size: calc(20px * 0.95) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .uspbox article strong {
    font-size: calc(20px * 0.9) !important;
  }
}
.uspbox article > p:first-of-type, .uspbox .formrow .labels article > label.sub:first-of-type, .formrow .labels .uspbox article > label.sub:first-of-type {
  flex-grow: 1;
}
.uspbox article p, .uspbox article .formrow .labels label.sub, .formrow .labels .uspbox article label.sub {
  font-size: 16px;
  line-height: 30px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .uspbox article p, .uspbox article .formrow .labels label.sub, .formrow .labels .uspbox article label.sub {
    font-size: calc(16px * 0.95) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .uspbox article p, .uspbox article .formrow .labels label.sub, .formrow .labels .uspbox article label.sub {
    font-size: calc(16px * 0.9) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .uspbox article p, .uspbox article .formrow .labels label.sub, .formrow .labels .uspbox article label.sub {
    line-height: 25px !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .uspbox article p, .uspbox article .formrow .labels label.sub, .formrow .labels .uspbox article label.sub {
    line-height: 22px !important;
  }
}

.quote {
  position: relative;
  border: 2px solid #ef9b0f;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 30px;
  margin: 50px 0px;
}
@media (min-width: 0px) and (max-width: 788px) {
  .quote {
    margin: 50px 25px;
  }
}
.quote:before, .quote:after {
  position: absolute;
  font: var(--fa-font-solid);
  color: #006a8e;
  font-size: 50px;
  width: 50px;
  height: 50px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.quote:before {
  content: "\f10d";
  top: -25px;
  left: -25px;
}
.quote:after {
  content: "\f10e";
  bottom: -25px;
  right: -25px;
}
.quote span {
  color: #003445;
  font-family: "Archivo", Verdana, sans-serif;
  font-size: 30px;
  text-align: center;
}
.quote a {
  text-decoration: none;
}

.destinations {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  padding: 30px 0px;
}
.destinations .header {
  position: relative;
  font-family: "Archivo", Verdana, sans-serif;
  font-size: 40px;
  text-align: center;
  padding: 0px 0px 30px 0px;
  width: 600px;
  border-bottom: 1px solid #aea8a5;
}
@media (min-width: 0px) and (max-width: 788px) {
  .destinations .header {
    width: 100%;
  }
}
.destinations .header:after {
  content: "";
  width: 60px;
  height: 30px;
  background: #f1eeee url("/images/waves.png") no-repeat center;
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -30px;
}
.destinations .countries {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 60px;
}
@media (min-width: 0px) and (max-width: 788px) {
  .destinations .countries {
    flex-direction: column;
  }
}
.destinations .countries .country {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
@media (min-width: 0px) and (max-width: 788px) {
  .destinations .countries .country {
    gap: 20px;
  }
}
.destinations .countries .country a {
  text-decoration: none;
  color: #aea8a5;
}
.destinations .countries .country a:hover {
  color: #006a8e;
}
@media (min-width: 0px) and (max-width: 788px) {
  .destinations .countries .country a {
    text-decoration: underline;
    color: #ef9b0f;
  }
  .destinations .countries .country a:hover {
    color: rgb(95.0354330709, 61.6338582677, 5.9645669291);
  }
}
.destinations .countries .country .name {
  font-family: "Archivo", Verdana, sans-serif;
  font-size: 30px;
}
.destinations .countries .country .info {
  max-width: 350px;
  font-family: "Libre Baskerville", Verdana, sans-serif;
  font-size: 15px;
  line-height: 25px;
  text-align: center;
  color: #003445;
}
.destinations .countries .country .map {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.destinations .countries .country .map img {
  height: 120px;
  width: 220px;
  object-fit: contain;
}
.destinations .countries .country .map img.highlight {
  display: none;
}
.destinations .countries .country .map:hover img.default {
  display: none;
}
.destinations .countries .country .map:hover img.highlight {
  display: block;
}

.contactinfo {
  margin: 30px 0px;
  display: flex;
  flex-direction: column;
}
.contactinfo .header {
  font-family: "Archivo", Verdana, sans-serif;
  font-size: 40px;
  padding: 30px 0px;
  width: 100%;
  border-bottom: 2px solid #d0cbc9;
}
.contactinfo .info {
  padding: 30px 0px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
}
@media (min-width: 0px) and (max-width: 788px) {
  .contactinfo .info {
    grid-template-columns: 1fr;
  }
}
.contactinfo .info > div {
  display: flex;
  flex-direction: column;
  grid-gap: 10px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .contactinfo .info > div {
    grid-gap: calc(10px * 0.8);
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .contactinfo .info > div {
    grid-gap: calc(10px * 0.6);
  }
}
.contactinfo .info > div > strong {
  font-size: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .contactinfo .info > div > strong {
    padding-top: calc(10px * 0.8) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .contactinfo .info > div > strong {
    padding-top: calc(10px * 0.6) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .contactinfo .info > div > strong {
    padding-bottom: calc(10px * 0.8) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .contactinfo .info > div > strong {
    padding-bottom: calc(10px * 0.6) !important;
  }
}
.contactinfo .info > div > :not(strong, .button) {
  font-size: 15px;
  line-height: 25px;
}
.contactinfo .info > div a.button {
  padding: 15px 20px;
  width: fit-content;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  text-decoration: none;
  color: white;
  background-color: #ef9b0f;
  border-radius: 5px;
}
.contactinfo .info > div a.button i {
  font-size: 25px;
}
.contactinfo .info > div a.button span {
  font-size: 18px;
}

.intro {
  display: grid;
  grid-template-areas: "header header" "text image";
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 50px;
  margin: auto;
  max-width: 1300px;
}
.intro.image-left {
  grid-template-areas: "header header" "image text";
}
.intro.image-none {
  grid-template-areas: "header" "text";
  grid-template-columns: 1fr;
}
.intro > .header {
  grid-area: header;
  font-family: "Archivo", Verdana, sans-serif;
  padding: 30px 0px;
  border-bottom: 2px solid #d0cbc9;
  font-size: 40px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .intro > .header {
    font-size: calc(40px * 0.95) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .intro > .header {
    font-size: calc(40px * 0.9) !important;
  }
}
.intro > .text {
  grid-area: text;
  padding: 30px 0px;
  font-size: 17px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .intro > .text {
    font-size: calc(17px * 0.95) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .intro > .text {
    font-size: calc(17px * 0.9) !important;
  }
}
.intro > .text p, .intro > .text .formrow .labels label.sub, .formrow .labels .intro > .text label.sub {
  margin-bottom: 20px;
}
.intro > .text p:last-child, .intro > .text .formrow .labels label.sub:last-child, .formrow .labels .intro > .text label.sub:last-child {
  margin-bottom: 0px;
}
.intro > .image {
  grid-area: image;
  overflow: hidden;
  padding: 30px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.intro > .image img {
  width: 100%;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .intro {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 788px) and (max-width: 1300px) and (min-width: 788px) and (max-width: 1300px) {
  .intro {
    padding-left: calc(20px * 0.8) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) and (min-width: 0px) and (max-width: 788px) {
  .intro {
    padding-left: calc(20px * 0.6) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) and (min-width: 788px) and (max-width: 1300px) {
  .intro {
    padding-right: calc(20px * 0.8) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) and (min-width: 0px) and (max-width: 788px) {
  .intro {
    padding-right: calc(20px * 0.6) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .intro {
    grid-template-areas: "image" "header" "text" !important;
    grid-template-columns: 1fr;
  }
  .intro > .header, .intro > .text {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 0px) and (max-width: 788px) and (min-width: 788px) and (max-width: 1300px) {
  .intro > .header, .intro > .text {
    padding-left: calc(20px * 0.8) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) and (min-width: 0px) and (max-width: 788px) {
  .intro > .header, .intro > .text {
    padding-left: calc(20px * 0.6) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) and (min-width: 788px) and (max-width: 1300px) {
  .intro > .header, .intro > .text {
    padding-right: calc(20px * 0.8) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) and (min-width: 0px) and (max-width: 788px) {
  .intro > .header, .intro > .text {
    padding-right: calc(20px * 0.6) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .intro > .header {
    text-align: center;
  }
  .intro > .image {
    height: 350px;
  }
  .intro > .image img {
    object-fit: cover;
    object-position: center bottom;
    min-height: 350px;
  }
}

.totaal-concept .header {
  font-family: "Archivo", Verdana, sans-serif;
  padding: 30px 0px;
  font-size: 40px;
  display: inline-block;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .totaal-concept .header {
    font-size: calc(40px * 0.95) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .totaal-concept .header {
    font-size: calc(40px * 0.9) !important;
  }
}
.totaal-concept .stappen {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 30px;
}
.totaal-concept .stappen .stap {
  display: grid;
  grid-template-areas: "icon header" "icon text";
  grid-template-columns: 50px 1fr;
  grid-gap: 10px 20px;
  background-color: white;
  padding: 20px;
}
.totaal-concept .stappen .stap i {
  grid-area: icon;
  align-self: center;
  font-size: 17px;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  color: white;
  background-color: #c4bfbc;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 0px) and (max-width: 788px) {
  .totaal-concept .stappen .stap i {
    font-size: 15px;
    width: 40px;
    height: 40px;
  }
}
.totaal-concept .stappen .stap strong {
  grid-area: header;
  text-transform: uppercase;
  font-family: "Archivo", Verdana, sans-serif;
}
@media (min-width: 0px) and (max-width: 788px) {
  .totaal-concept .stappen .stap strong {
    align-self: center;
  }
}
.totaal-concept .stappen .stap p, .totaal-concept .stappen .stap .formrow .labels label.sub, .formrow .labels .totaal-concept .stappen .stap label.sub {
  grid-area: text;
  font-size: 16px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .totaal-concept .stappen .stap p, .totaal-concept .stappen .stap .formrow .labels label.sub, .formrow .labels .totaal-concept .stappen .stap label.sub {
    font-size: calc(16px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .totaal-concept .stappen .stap p, .totaal-concept .stappen .stap .formrow .labels label.sub, .formrow .labels .totaal-concept .stappen .stap label.sub {
    font-size: calc(16px * 0.8) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .totaal-concept .stappen .stap {
    grid-template-areas: "icon header" "text text";
  }
}

.hoe-werkt-het .header {
  display: block;
  font-family: "Archivo", Verdana, sans-serif;
  font-size: 40px;
  padding: 40px 0px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .hoe-werkt-het .header {
    font-size: calc(40px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .hoe-werkt-het .header {
    font-size: calc(40px * 0.8) !important;
  }
}
.hoe-werkt-het ol, .hoe-werkt-het ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 60px;
}
@media (min-width: 0px) and (max-width: 788px) {
  .hoe-werkt-het ol, .hoe-werkt-het ul {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}
.hoe-werkt-het ol.stappen li {
  position: relative;
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-gap: 10px 20px;
  background-color: white;
  padding: 20px;
}
.hoe-werkt-het ol.stappen li:after {
  content: attr(value);
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -60px;
  right: -60px;
  font-family: "Archivo", Verdana, sans-serif;
  font-weight: bold;
  color: #c4bfbc;
  opacity: 0.8;
  font-size: 120px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .hoe-werkt-het ol.stappen li:after {
    font-size: calc(120px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .hoe-werkt-het ol.stappen li:after {
    font-size: calc(120px * 0.8) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .hoe-werkt-het ol.stappen li:after {
    display: none;
  }
}
.hoe-werkt-het ol.stappen li i {
  align-self: center;
  font-size: 17px;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  color: white;
  background-color: #c4bfbc;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 0px) and (max-width: 788px) {
  .hoe-werkt-het ol.stappen li i {
    font-size: 15px;
    width: 40px;
    height: 40px;
  }
}
.hoe-werkt-het ol.stappen li p, .hoe-werkt-het ol.stappen li .formrow .labels label.sub, .formrow .labels .hoe-werkt-het ol.stappen li label.sub {
  align-self: center;
  font-size: 15px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .hoe-werkt-het ol.stappen li p, .hoe-werkt-het ol.stappen li .formrow .labels label.sub, .formrow .labels .hoe-werkt-het ol.stappen li label.sub {
    font-size: calc(15px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .hoe-werkt-het ol.stappen li p, .hoe-werkt-het ol.stappen li .formrow .labels label.sub, .formrow .labels .hoe-werkt-het ol.stappen li label.sub {
    font-size: calc(15px * 0.8) !important;
  }
}
.hoe-werkt-het ul.extra {
  list-style: none;
  padding: 40px 0px;
}
.hoe-werkt-het ul.extra li {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.hoe-werkt-het ul.extra li strong {
  font-family: "Archivo", Verdana, sans-serif;
  text-transform: uppercase;
}
.hoe-werkt-het ul.extra li p, .hoe-werkt-het ul.extra li .formrow .labels label.sub, .formrow .labels .hoe-werkt-het ul.extra li label.sub {
  font-size: 15px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .hoe-werkt-het ul.extra li p, .hoe-werkt-het ul.extra li .formrow .labels label.sub, .formrow .labels .hoe-werkt-het ul.extra li label.sub {
    font-size: calc(15px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .hoe-werkt-het ul.extra li p, .hoe-werkt-het ul.extra li .formrow .labels label.sub, .formrow .labels .hoe-werkt-het ul.extra li label.sub {
    font-size: calc(15px * 0.8) !important;
  }
}

.voorbeeldberekening .header {
  display: block;
  font-family: "Archivo", Verdana, sans-serif;
  font-size: 40px;
  padding: 40px 0px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .voorbeeldberekening .header {
    font-size: calc(40px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .voorbeeldberekening .header {
    font-size: calc(40px * 0.8) !important;
  }
}
.voorbeeldberekening .info {
  font-size: 15px;
  padding-bottom: 40px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .voorbeeldberekening .info {
    font-size: calc(15px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .voorbeeldberekening .info {
    font-size: calc(15px * 0.8) !important;
  }
}
.voorbeeldberekening .accordion h3 {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
.voorbeeldberekening .accordion p, .voorbeeldberekening .accordion .formrow .labels label.sub, .formrow .labels .voorbeeldberekening .accordion label.sub {
  margin-bottom: 15px;
}
.voorbeeldberekening .accordion li {
  list-style: inside;
}
.voorbeeldberekening .accordion dl {
  display: grid;
  grid-template-columns: 1fr 3fr;
}
.voorbeeldberekening .ui-state-default, .voorbeeldberekening .ui-state-active {
  border: 1px solid #ddd;
  background-color: white;
  color: #006a8e;
  font-family: "Archivo", Verdana, sans-serif;
  font-weight: bold;
  font-size: 18px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .voorbeeldberekening .ui-state-default, .voorbeeldberekening .ui-state-active {
    font-size: calc(18px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .voorbeeldberekening .ui-state-default, .voorbeeldberekening .ui-state-active {
    font-size: calc(18px * 0.8) !important;
  }
}
.voorbeeldberekening .ui-state-default:hover .ui-icon, .voorbeeldberekening .ui-state-default .ui-icon, .voorbeeldberekening .ui-state-active:hover .ui-icon, .voorbeeldberekening .ui-state-active .ui-icon {
  all: initial;
}
.voorbeeldberekening .ui-widget-content {
  background-color: #f1eeee;
  font-family: "Libre Baskerville", Verdana, sans-serif;
  font-size: 15px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .voorbeeldberekening .ui-widget-content {
    font-size: calc(15px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .voorbeeldberekening .ui-widget-content {
    font-size: calc(15px * 0.8) !important;
  }
}
.voorbeeldberekening .ui-icon {
  all: initial;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
.voorbeeldberekening .ui-icon-triangle-1-s::after {
  display: block;
  content: "\f13a";
  font: var(--fa-font-solid);
  font-size: 40px;
  color: #ef9b0f;
}
.voorbeeldberekening .ui-icon-triangle-1-e::after {
  content: "\f138";
  font: var(--fa-font-solid);
  font-size: 40px;
  color: #ef9b0f;
}

.breadcrumbs {
  --breadcrumbs-spacing: 10px;
  padding: 0px;
  margin: 10px 0px;
}
@media (min-width: 0px) and (max-width: 788px) {
  .breadcrumbs {
    display: none;
  }
}
.breadcrumbs > div {
  display: flex;
  flex-direction: row;
  font-family: "Archivo", Verdana, sans-serif;
  font-size: 16px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .breadcrumbs > div {
    font-size: calc(16px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .breadcrumbs > div {
    font-size: calc(16px * 0.8) !important;
  }
}
.breadcrumbs > div > span {
  display: flex;
  flex-direction: row;
  gap: var(--breadcrumbs-spacing);
  align-items: center;
}
.breadcrumbs > div > span:not(:last-child):after {
  content: "\f054";
  font: var(--fa-font-solid);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #858389;
}
.breadcrumbs > div > span a, .breadcrumbs > div > span a:hover {
  text-decoration: none;
  color: #858389;
  display: flex;
  justify-content: center;
  align-items: center;
}
.breadcrumbs > div > span:not(:first-child) {
  margin-left: var(--breadcrumbs-spacing);
}
.breadcrumbs.underlined > div > span a, .breadcrumbs.underlined > div > span a:hover {
  text-decoration: underline;
}
.breadcrumbs.rectangular {
  --breadcrumbs-spacing: 5px;
}
.breadcrumbs.rectangular > div > span:not(:has(a)) {
  padding: var(--breadcrumbs-spacing);
}
.breadcrumbs.rectangular > div > span:first-child {
  margin-left: calc(var(--breadcrumbs-spacing) * -1);
}
.breadcrumbs.rectangular > div > span a, .breadcrumbs.rectangular > div > span a:hover {
  padding: var(--breadcrumbs-spacing);
}
.breadcrumbs.rectangular > div > span a:hover {
  background-color: rgba(181, 173, 169, 0.4705882353);
  border-radius: 5px;
}

.carousel {
  margin-bottom: 30px;
  height: 600px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .carousel {
    height: 400px;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .carousel {
    height: 200px;
  }
}
.carousel .cell {
  height: 100%;
  object-fit: contain;
  object-position: center center;
  margin-right: 10px;
}
.carousel .flickity-button, .carousel .flickity-button:hover {
  background-color: #ef9b0f;
  color: white;
}
.carousel .flickity-page-dots .dot.is-selected {
  background-color: #ef9b0f;
}

.bannerbox {
  background-color: #f1eeee;
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.bannerbox > .header {
  font-family: "Archivo", Verdana, sans-serif;
  font-size: 20px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .bannerbox > .header {
    font-size: calc(20px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .bannerbox > .header {
    font-size: calc(20px * 0.9) !important;
  }
}
.bannerbox > .text {
  font-family: "Libre Baskerville", Verdana, sans-serif;
  font-size: 15px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .bannerbox > .text {
    font-size: calc(15px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .bannerbox > .text {
    font-size: calc(15px * 0.9) !important;
  }
}
.bannerbox a.button {
  padding: 15px 20px;
  width: fit-content;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  text-decoration: none;
  color: white;
  background-color: #ef9b0f;
  border-radius: 5px;
}
.bannerbox a.button i {
  font-size: 25px;
}
.bannerbox a.button span {
  font-size: 18px;
}

.stappen {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.stappen .stap {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.stappen .stap > .header {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.stappen .stap > .header .number {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Archivo", Verdana, sans-serif;
  font-weight: bold;
  font-size: 25px;
  border-radius: 50%;
  color: white;
  background-color: #ef9b0f;
}
.stappen .stap > .header strong {
  font-family: "Archivo", Verdana, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 22px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .stappen .stap > .header strong {
    font-size: calc(22px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .stappen .stap > .header strong {
    font-size: calc(22px * 0.8) !important;
  }
}
.contactform {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.contactform strong {
  font-family: "Archivo", Verdana, sans-serif;
  font-size: 22px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .contactform strong {
    font-size: calc(22px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .contactform strong {
    font-size: calc(22px * 0.9) !important;
  }
}
.contactform .double-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}
@media (min-width: 0px) and (max-width: 788px) {
  .contactform .double-columns {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
}
.contactform .single-column {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.contactform .field {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contactform label, .contactform input, .contactform textarea {
  font-size: 17px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .contactform label, .contactform input, .contactform textarea {
    font-size: calc(17px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .contactform label, .contactform input, .contactform textarea {
    font-size: calc(17px * 0.8) !important;
  }
}
.contactform label {
  font-weight: bold;
}
.contactform input, .contactform textarea {
  border-radius: 5px;
  background-color: #faf9f9;
}
.contactform input[type=file] {
  background-color: #faf9f9;
  padding: 0px;
}
.contactform input[type=file]::file-selector-button {
  border: unset;
  background-color: #dbd8d8;
  height: 100%;
  padding: 10px;
  cursor: pointer;
}
.contactform .footnote {
  font-size: 15px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .contactform .footnote {
    font-size: calc(15px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .contactform .footnote {
    font-size: calc(15px * 0.8) !important;
  }
}
.contactform button {
  border: unset;
  padding: 15px 20px;
  width: fit-content;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  text-decoration: none;
  color: white;
  background-color: #ef9b0f;
  border-radius: 5px;
}
.contactform button i {
  font-size: 25px;
}
.contactform button span {
  font-size: 18px;
}

.banner-layout {
  display: grid;
  grid-template-areas: "container banners";
  grid-template-columns: 8fr 4fr;
  grid-gap: 30px;
  margin: 40px 0px;
}
.banner-layout.margin-none {
  margin: unset;
}
@media (min-width: 0px) and (max-width: 788px) {
  .banner-layout {
    grid-template-areas: "container" "banners";
    grid-template-columns: 1fr;
    grid-gap: 40px;
    margin: 0px;
  }
}
.banner-layout .container {
  grid-area: container;
}
.banner-layout .banners {
  grid-area: banners;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.banner-layout .banners > a img {
  width: 100%;
}
.banner-layout.banners-left {
  grid-template-areas: "banners container";
  grid-template-columns: 4fr 8fr;
}
@media (min-width: 0px) and (max-width: 788px) {
  .banner-layout.banners-left {
    grid-template-areas: "banners" "container";
    grid-template-columns: 1fr;
  }
}
