@charset "UTF-8";
/* =============ABSTRACTS==================== */
@import url("https://use.typekit.net/grr3enh.css");
@font-face {
  font-family: "Gotham Book";
  src: url("../fonts/Gotham-Book.eot");
  src: url("../fonts/Gotham-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Book.woff2") format("woff2"), url("../fonts/Gotham-Book.woff") format("woff"), url("../fonts/Gotham-Book.ttf") format("truetype"), url("../fonts/Gotham-Book.svg#Gotham-Book") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Bold.eot");
  src: url("../fonts/Gotham-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Bold.woff2") format("woff2"), url("../fonts/Gotham-Bold.woff") format("woff"), url("../fonts/Gotham-Bold.ttf") format("truetype"), url("../fonts/Gotham-Bold.svg#Gotham-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Medium.eot");
  src: url("../fonts/Gotham-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Medium.woff2") format("woff2"), url("../fonts/Gotham-Medium.woff") format("woff"), url("../fonts/Gotham-Medium.ttf") format("truetype"), url("../fonts/Gotham-Medium.svg#Gotham-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Light.eot");
  src: url("../fonts/Gotham-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Light.woff2") format("woff2"), url("../fonts/Gotham-Light.woff") format("woff"), url("../fonts/Gotham-Light.ttf") format("truetype"), url("../fonts/Gotham-Light.svg#Gotham-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/* =============BASE==================== */
/* VARIABLES =================================================================== */
/*
$gutter: 2%;
$columns: 16;
*/
/* STYLES ====================================================================== */
#form-success {
  display: none;
}

#feedback.erroneous, #feedback.error {
  padding: 10px;
  text-align: center;
  background-color: crimson;
  color: #fff;
  margin-bottom: 10px;
  font-weight: bold;
}

* {
  outline: none;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
  margin: 0;
  padding: 0;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
  border-radius: 0;
}

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-adjust-hue-button, input[type=number]::-webkit-outer-adjust-hue-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  border-radius: 0;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

/* GRID ======================================================================== */
.clear:before, .clear:after {
  content: "";
  display: table;
}
.clear:after {
  clear: both;
}

body {
  width: 100%;
}
body:before, body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}

/* EXTRA ======================================================================= */
img.scale {
  max-width: 100%;
  height: auto;
}

::-moz-selection {
  background: RoyalBlue;
  color: #fff;
}

::selection {
  background: RoyalBlue;
  color: #fff;
}

::-moz-selection {
  background: RoyalBlue;
  color: #fff;
}

#privacypolicy {
  position: fixed;
  right: 0;
  bottom: 0;
  background: rgba(238, 238, 238, 0.6);
  color: RoyalBlue;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 30px;
  width: 100%;
  font-size: 11px;
  line-height: 22px;
  opacity: 0;
  -webkit-transform: translate(0, 30px);
      -ms-transform: translate(0, 30px);
          transform: translate(0, 30px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  pointer-events: none;
}
#privacypolicy.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  pointer-events: auto;
}
#privacypolicy a {
  color: RoyalBlue;
}
#privacypolicy .privacy-btn {
  background-image: url("../images/privacy-close.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 15px;
  right: 10px;
  width: 15px;
  height: 15px;
  cursor: pointer;
}

/* CMS ========================================================================= */
.uniform__potty {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.erroneous {
  border-color: crimson !important;
}

/* PLUGINS ===================================================================== */
html {
  font-family: sans-serif;
  font-size: 62.5%;
  font-family: "Gotham", sans-serif;
  font-weight: 300;
}

body {
  line-height: 1.6;
  font-size: 1.6rem;
}
@media (max-width: 1000px) {
  body {
    font-size: 1.4rem;
  }
}

h1 {
  font-size: 3.4rem;
  line-height: 1.4;
}
@media (max-width: 1000px) {
  h1 {
    font-size: 3rem;
  }
}
@media (max-width: 600px) {
  h1 {
    font-size: 2.5rem;
  }
}

h1, h2, h3 {
  margin: 0;
  padding: 0 0 4rem 0;
}
h1 a, h2 a, h3 a {
  text-decoration: none;
}
@media (max-width: 600px) {
  h1 br, h2 br, h3 br {
    display: none;
  }
}

p {
  margin: 0;
}
p:not(p:last-of-type) {
  padding-bottom: 2rem;
}

.bigtext {
  font-size: 1.5em;
  font-weight: bold;
}
@media (max-width: 600px) {
  .bigtext br {
    display: none;
  }
}

ul {
  padding: 0 0 0 2rem;
  margin: 2.5rem 0 5rem;
}
ul li {
  list-style-type: "— ";
  line-height: 2;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  height: 100%;
  max-width: 2000px;
  margin: 0 auto;
  padding: 0;
}

picture {
  display: block;
}

img {
  height: 100%;
  width: 100%;
}

.error__container a {
  color: unset;
  text-decoration: underline;
}

.swiper {
  height: 100%;
  width: 100%;
}

.b-spacer {
  display: block;
  width: 100%;
  padding-bottom: var(--height);
}

.hidemobile {
  display: none;
}
@media (max-width: 1000px) {
  .hidemobile {
    display: block;
  }
}

@media (max-width: 600px) {
  body:not(body.home) .b-content-thumbnail-single .ratio__portrait, body:not(body.home) .b-content-thumbnail-double .ratio__portrait {
    min-height: 60rem;
  }
}

.isie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999999;
  background: white;
  top: 0;
  left: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.isie h1 {
  padding-bottom: 2vw;
}
.isie .close-isie {
  text-decoration: underline;
  padding-top: 1vw;
  cursor: pointer;
}

.hidden {
  display: none;
  visibility: hidden;
  opacity: 0;
  height: 0;
}

.ratio__portrait {
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 150%;
  overflow: hidden;
}
.ratio__landscape {
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 70%;
  overflow: hidden;
}
.ratio__square {
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
}
.ratio__fullscreen {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.ratio__thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ratio__logo {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ratio__video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 124%;
}

/* =============COMPONENTS==================== */
.b-content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
}
@media (max-width: 1000px) {
  .b-content-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.b-content-inner.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 1000px) {
  .b-content-inner.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.b-content-thumbnail, .b-content-body {
  max-width: 50%;
  width: 100%;
}
@media (max-width: 1000px) {
  .b-content-thumbnail, .b-content-body {
    max-width: 100%;
  }
}
@media (max-width: 1000px) {
  .b-content-thumbnail:after {
    content: "";
    display: block;
    height: 10rem;
    width: 100%;
    background: #000;
  }
}
.b-content-thumbnail-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.b-content-thumbnail-single-inner {
  max-width: 85.68%;
  width: 100%;
}
@media (max-width: 1000px) {
  .b-content-thumbnail-single-inner {
    max-width: 100%;
  }
}
.b-content-thumbnail-single .ratio__portrait {
  padding-bottom: 0;
  min-height: 80rem;
}
.b-content-thumbnail-double-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}
.b-content-thumbnail-double-item {
  width: 100%;
}
.b-content-thumbnail-double-item .ratio__portrait {
  padding-bottom: 0;
  min-height: 85rem;
}
.b-content-thumbnail-double-item:first-of-type {
  max-width: 57.12%;
}
@media (max-width: 1000px) {
  .b-content-thumbnail-double-item:first-of-type {
    max-width: 100%;
  }
}
.b-content-thumbnail-double-item:last-of-type {
  max-width: 42.84%;
}
@media (max-width: 1000px) {
  .b-content-thumbnail-double-item:last-of-type {
    display: none;
  }
}
.b-content-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (max-width: 1000px) {
  .b-content-body {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    height: 100%;
    color: #fff;
    z-index: 1;
  }
}
.b-content-body-inner {
  padding-left: 14.28%;
  padding-right: 28.56%;
}
.b-content-body-inner a {
  color: #000;
}
@media (max-width: 1000px) {
  .b-content-body-inner a {
    color: #fff;
  }
}
@media (max-width: 1000px) {
  .b-content-body-inner {
    padding: 0 5rem 2.5rem;
    position: relative;
  }
  .b-content-body-inner:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 50%;
    width: 100%;
    height: 50%;
    background: rgb(0, 0, 0);
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: -1;
  }
  .b-content-body-inner:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: #000;
    z-index: -1;
  }
}
@media (max-width: 600px) {
  .b-content-body-inner {
    padding: 0 2.5rem 2.5rem;
  }
}
.b-content-body-inner ul {
  margin: 5rem 0;
  padding: 0 0 0 1.5rem;
}
@media (max-width: 1000px) {
  .b-content-body-inner ul {
    margin: 2.5rem 0;
  }
}
.b-content-body-inner ul li {
  line-height: 2;
}
.b-content-body-alt h2 {
  font-size: 1.6rem;
  padding-bottom: 1rem;
  text-transform: uppercase;
}

.b-troeven {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.b-troeven-inner {
  max-width: 85.68%;
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 5rem 1fr 5rem 1fr 5rem 1fr 5rem 1fr;
  grid-template-columns: repeat(5, 1fr);
  gap: 5rem;
}
@media (max-width: 1400px) {
  .b-troeven-inner {
    -ms-grid-columns: 1fr 4rem 1fr 4rem 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem;
  }
}
@media (max-width: 600px) {
  .b-troeven-inner {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.b-troeven-item {
  text-align: center;
}
.b-troeven-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.b-troeven-item-icon {
  width: 4.5rem;
  height: 4.5rem;
  display: block;
}
.b-troeven-item-icon img {
  display: block;
}
.b-troeven-item h2 {
  font-size: 1.6rem;
  padding: 2rem 0;
}

.b-centerbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.b-centerbtn-inner {
  max-width: 100rem;
  width: 100%;
  text-align: center;
}
@media (max-width: 1000px) {
  .b-centerbtn-inner {
    padding: 0 5rem;
  }
}
@media (max-width: 600px) {
  .b-centerbtn-inner {
    padding: 0 2.5rem;
  }
}

.b-products-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 1000px) {
  .b-products-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5rem;
  }
}
.b-products-thumbnail {
  max-width: 42.84%;
  width: 100%;
}
@media (max-width: 1000px) {
  .b-products-thumbnail {
    max-width: 100%;
    min-height: 50rem;
  }
}
.b-products-thumbnail-inner {
  height: 100%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1000px) {
  .b-products-thumbnail-inner {
    width: 100%;
    min-height: 50rem;
  }
}
.b-products-thumbnail-inner .ratio__portrait {
  padding-bottom: 0;
  height: 100%;
}
@media (max-width: 1000px) {
  .b-products-thumbnail-inner .ratio__portrait {
    padding-bottom: 60%;
  }
}
@media (max-width: 600px) {
  .b-products-thumbnail-inner .ratio__portrait {
    padding-bottom: 150%;
  }
}
.b-products-thumbnail-item {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.b-products-thumbnail-item.itemhover {
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.b-products-content {
  max-width: 57.12%;
  width: 100%;
}
@media (max-width: 1000px) {
  .b-products-content {
    max-width: 100%;
  }
}
.b-products-content-inner {
  max-width: 87.5%;
  width: 100%;
  padding: 0 14.28%;
}
@media (max-width: 1000px) {
  .b-products-content-inner {
    max-width: 100%;
    padding: 0 5rem;
  }
}
@media (max-width: 600px) {
  .b-products-content-inner {
    padding: 0 2.5rem;
  }
}
.b-products-content-item {
  display: block;
  padding: 5rem 0;
  opacity: 0.5;
  text-decoration: none;
  color: #000;
}
@media (max-width: 1000px) {
  .b-products-content-item {
    opacity: 1;
    padding: 2.5rem 0;
  }
}
.b-products-content-item:hover {
  opacity: 1;
}
.b-products-content-item:first-of-type {
  padding: 0 0 5rem;
}
@media (max-width: 1000px) {
  .b-products-content-item:first-of-type {
    padding: 0 0 2.5rem;
  }
}
.b-products-content-item:last-of-type {
  padding: 5rem 0 0;
}
@media (max-width: 1000px) {
  .b-products-content-item:last-of-type {
    padding: 2.5rem 0 0;
  }
}
.b-products-content-item:not(.b-products-content-item:last-of-type) {
  border-bottom: 1px solid #000;
}
.b-products-content-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 5rem;
}
@media (max-width: 1000px) {
  .b-products-content-item-inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.b-products-content-item-body h3 {
  padding: 0 0 2.5rem;
  font-size: 2rem;
}
@media (max-width: 1000px) {
  .b-products-content-item-body h3 {
    padding: 0;
  }
}
@media (max-width: 1000px) {
  .b-products-content-item-body p {
    display: none;
  }
}
.b-products-content-item-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.b-products-content-item-button-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 5.5rem;
  height: 5.5rem;
}
.b-products-content-item-button-inner svg {
  display: block;
  width: 5rem;
  height: 5rem;
  overflow: visible;
}

.b-content-trimage-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 1000px) {
  .b-content-trimage-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.b-content-trimage-portrait {
  max-width: 42.84%;
  width: 100%;
}
@media (max-width: 1000px) {
  .b-content-trimage-portrait {
    max-width: 100%;
  }
}
.b-content-trimage-portrait-inner {
  max-width: 66.664%;
  width: 100%;
  padding-right: 1.5rem;
}
@media (max-width: 1000px) {
  .b-content-trimage-portrait-inner {
    max-width: 100%;
    padding-right: 0;
  }
}
.b-content-trimage-portrait-inner .ratio__portrait {
  min-height: 87rem;
  padding: 0;
}
@media (max-width: 1000px) {
  .b-content-trimage-portrait-inner .ratio__portrait {
    min-height: 50rem;
  }
}
.b-content-trimage-content {
  max-width: 57.12%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 1000px) {
  .b-content-trimage-content {
    max-width: 100%;
  }
}
.b-content-trimage-content-inner {
  width: 100%;
}
.b-content-trimage-content-body {
  padding-bottom: 15rem;
}
@media (max-width: 1000px) {
  .b-content-trimage-content-body {
    padding: 5rem 5rem;
  }
}
@media (max-width: 600px) {
  .b-content-trimage-content-body {
    padding: 5rem 2.5rem;
  }
}
.b-content-trimage-content-body h2 {
  font-size: 1.6rem;
  padding-bottom: 1rem;
  text-transform: uppercase;
}
.b-content-trimage-content-images {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.5rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
@media (max-width: 600px) {
  .b-content-trimage-content-images {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.b-content-trimage-content-images-item .ratio__square {
  padding-bottom: 90%;
}

.b-realisaties-carousel {
  overflow: hidden;
}
.b-realisaties-carousel-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.b-realisaties-carousel-inner h2 {
  max-width: 85.68%;
  width: 100%;
}
.b-realisaties-carousel-inner .splide {
  max-width: 85.68%;
  width: 100%;
}
.b-realisaties-carousel-inner .splide__track {
  overflow: visible;
}
.b-realisaties-carousel-inner .splide__slide {
  padding: 0 6rem 0 0;
}
@media (max-width: 1400px) {
  .b-realisaties-carousel-inner .splide__slide {
    padding: 0 3rem 0 0;
  }
}
@media (max-width: 1000px) {
  .b-realisaties-carousel-inner .splide__slide {
    padding: 0 2rem 0 0;
  }
}
.b-realisaties-carousel-item {
  color: #000;
  text-decoration: none;
}
.b-realisaties-carousel-item h3 {
  padding: 1.5rem 0;
}
.b-realisaties-carousel-item:hover .b-realisaties-carousel-item-thumbnail .ratio__portrait img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.b-realisaties-carousel-item-thumbnail .ratio__portrait {
  padding: 0;
  min-height: 58rem;
}

@media (max-width: 1000px) {
  .b-content-trimage-edition.nogetal .b-content-trimage-edition-content-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: unset;
    padding: 0;
  }
  .b-content-trimage-edition.nogetal .b-content-trimage-edition-content-body {
    color: #000;
    padding: 5rem;
  }
}
@media (max-width: 600px) {
  .b-content-trimage-edition.nogetal .b-content-trimage-edition-content-body {
    padding: 5rem 2.5rem;
  }
  .b-content-trimage-edition.nogetal .b-content-trimage-edition-content-images-item .ratio__square {
    padding-bottom: 0;
    min-height: 60rem;
  }
}
.b-content-trimage-edition-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.b-content-trimage-edition-content {
  max-width: 71.4%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1000px) {
  .b-content-trimage-edition-content {
    max-width: 100%;
  }
}
.b-content-trimage-edition-content-inner {
  max-width: 90%;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1000px) {
  .b-content-trimage-edition-content-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    max-width: 100%;
    background: #000;
    padding: 10rem 0 0;
  }
}
.b-content-trimage-edition-content-body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
@media (max-width: 1000px) {
  .b-content-trimage-edition-content-body {
    color: #fff;
    padding: 0 5rem;
  }
}
@media (max-width: 600px) {
  .b-content-trimage-edition-content-body {
    padding: 0 2.5rem;
  }
}
.b-content-trimage-edition-content-body h2 {
  font-size: 1.6rem;
  padding-bottom: 1rem;
  text-transform: uppercase;
}
.b-content-trimage-edition-content-body-special {
  position: absolute;
  top: -10rem;
  right: -10rem;
  font-family: "ivymode", sans-serif;
  font-size: 30rem;
  color: #B7B7B7;
  line-height: 1;
}
@media (max-width: 1000px) {
  .b-content-trimage-edition-content-body-special {
    position: relative;
    top: 0;
    right: unset;
    left: 0;
    color: #fff;
    margin-bottom: -10rem;
    padding-top: 5rem;
  }
}
@media (max-width: 600px) {
  .b-content-trimage-edition-content-body-special {
    font-size: 25rem;
  }
}
@media (max-width: 480px) {
  .b-content-trimage-edition-content-body-special {
    font-size: 15rem;
    margin-bottom: -5rem;
  }
}
.b-content-trimage-edition-content-images {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.5rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
@media (max-width: 1000px) {
  .b-content-trimage-edition-content-images {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.b-content-trimage-edition-content-images-item .ratio__square {
  padding-bottom: 80%;
}
@media (max-width: 1000px) {
  .b-content-trimage-edition-content-images-item:last-of-type {
    display: none;
  }
}
.b-content-trimage-edition-portrait {
  max-width: 28.56%;
  width: 100%;
}
@media (max-width: 1000px) {
  .b-content-trimage-edition-portrait {
    display: none;
  }
}
.b-content-trimage-edition-portrait-inner {
  width: 100%;
  padding-left: 1.5rem;
}
.b-content-trimage-edition-portrait-inner .ratio__portrait {
  min-height: 87rem;
  padding: 0;
}

.b-content-double-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 1000px) {
  .b-content-double-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.b-content-double-bigimage {
  max-width: 57.12%;
  width: 100%;
}
@media (max-width: 1000px) {
  .b-content-double-bigimage {
    max-width: 100%;
  }
}
.b-content-double-bigimage-inner {
  width: 100%;
  padding-right: 1.5rem;
}
@media (max-width: 1000px) {
  .b-content-double-bigimage-inner {
    padding-right: 0;
  }
}
.b-content-double-bigimage-inner .ratio__portrait {
  min-height: 87rem;
  padding: 0;
}
@media (max-width: 1000px) {
  .b-content-double-bigimage-inner .ratio__portrait {
    min-height: 50rem;
  }
}
.b-content-double-content {
  max-width: 42.84%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 1000px) {
  .b-content-double-content {
    max-width: 100%;
  }
}
.b-content-double-content-inner {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.b-content-double-content-inner h2 {
  font-size: 1.6rem;
  line-height: 1;
  padding-bottom: 2.5rem;
  text-transform: uppercase;
}
.b-content-double-content-body {
  max-width: 66.6664%;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
@media (max-width: 1000px) {
  .b-content-double-content-body {
    max-width: 100%;
    padding: 10rem 5rem;
  }
}
@media (max-width: 600px) {
  .b-content-double-content-body {
    padding: 5rem 2.5rem;
  }
}

.b-team-carousel-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 1000px) {
  .b-team-carousel-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5rem;
    padding: 0 5rem;
  }
}
@media (max-width: 600px) {
  .b-team-carousel-inner {
    padding: 0 2.5rem;
  }
}
.b-team-carousel-body {
  max-width: 42.84%;
  width: 100%;
  padding-left: 7.14%;
}
@media (max-width: 1000px) {
  .b-team-carousel-body {
    max-width: 100%;
    padding-left: 0;
    display: none;
  }
}
.b-team-carousel-body-inner {
  max-width: 58.331%;
  width: 100%;
}
@media (max-width: 1000px) {
  .b-team-carousel-body-inner {
    max-width: 100%;
  }
}
.b-team-carousel-body-inner .btn {
  margin-top: 5rem;
}
.b-team-carousel-members {
  max-width: 57.12%;
  width: 100%;
  position: relative;
}
@media (max-width: 1000px) {
  .b-team-carousel-members {
    max-width: 100%;
  }
}
.b-team-carousel-members .swiper-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 2rem;
  padding-bottom: 2.5rem;
}
.b-team-carousel-members .swiper-buttons-prev, .b-team-carousel-members .swiper-buttons-next {
  display: block;
  width: 5rem;
  height: 5rem;
  cursor: pointer;
}
.b-team-carousel-members .swiper-buttons-prev.swiper-button-disabled, .b-team-carousel-members .swiper-buttons-next.swiper-button-disabled {
  opacity: 0.2;
}
.b-team-carousel-members .swiper-buttons-prev svg, .b-team-carousel-members .swiper-buttons-next svg {
  display: block;
  width: 100%;
  height: 100%;
}
.b-team-carousel-members .swiper-buttons-prev svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.b-team-carousel-members-item-inner h2 {
  font-size: 1.8rem;
  padding: 0 0 1rem;
}
.b-team-carousel-members-item-inner a {
  color: #000;
  text-decoration: none;
}
.b-team-carousel-members-item-inner .firstname {
  font-size: 1.6rem;
}
.b-team-carousel-members-item-thumbnail {
  padding-bottom: 1rem;
}
.b-team-carousel-members-item-thumbnail img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.b-article {
  scroll-margin-top: 15rem;
  scroll-snap-margin-top: 15rem;
}
.b-article-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.b-article-thumbnail-left, .b-article-thumbnail-right {
  max-width: 21.42%;
  width: 100%;
}
@media (max-width: 1000px) {
  .b-article-thumbnail-left, .b-article-thumbnail-right {
    display: none;
  }
}
.b-article-thumbnail-left-inner, .b-article-thumbnail-right-inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
}
.b-article-thumbnail-left-inner .ratio__portrait, .b-article-thumbnail-right-inner .ratio__portrait {
  min-height: 75rem;
}
.b-article-thumbnail-left-inner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.b-article-thumbnail-right-inner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.b-article-content {
  max-width: 57.12%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1000px) {
  .b-article-content {
    max-width: 100%;
    padding: 0 5rem;
  }
}
@media (max-width: 600px) {
  .b-article-content {
    padding: 0 2.5rem;
  }
}
.b-article-content-inner {
  max-width: 75%;
  width: 100%;
}
@media (max-width: 1000px) {
  .b-article-content-inner {
    max-width: 100%;
  }
}
.b-article-content-resume {
  border-bottom: 1px solid #000;
}
.b-article-content-resume h2 {
  font-size: 1.6rem;
  padding-bottom: 1rem;
  text-transform: uppercase;
}
.b-article-content-resume .bigtext {
  font-size: 1.3em;
  font-weight: bold;
}
@media (max-width: 600px) {
  .b-article-content-resume .bigtext br {
    display: none;
  }
}
.b-article-content-resume-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: bold;
  padding: 1rem 0;
}
.b-article-content-body {
  padding-top: 2.5rem;
}
.b-article-content-body h3 {
  padding-top: 2.5rem;
  padding-bottom: 1rem;
  font-size: 1.6rem;
}

.b-product-title-inner h1 {
  padding-bottom: 5rem;
}
.b-product-title-inner h2 {
  font-size: 1.6rem;
  padding-bottom: 2rem;
}

.b-product-text {
  max-width: 75%;
  width: 100%;
}
@media (max-width: 1000px) {
  .b-product-text {
    max-width: 100%;
  }
}

.b-product-quote {
  padding: 20rem 0 10rem;
}
.b-product-quote-inner {
  position: relative;
  font-size: 3.5rem;
  font-weight: bold;
}
@media (max-width: 1000px) {
  .b-product-quote-inner {
    font-size: 3rem;
  }
}
.b-product-quote-inner:before {
  content: "“";
  font-family: "Gotham", sans-serif;
  font-weight: bold;
  font-size: 12rem;
  line-height: 1;
  position: absolute;
  top: -8rem;
  left: 0;
}

.menuoverlay {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 15;
  overflow-y: scroll;
  opacity: 0;
  visibility: hidden;
}
.menuoverlay.active {
  opacity: 1;
  visibility: visible;
}
.menuoverlay-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 100%;
}
.menuoverlay-content {
  max-width: 71.4%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1000px) {
  .menuoverlay-content {
    max-width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.menuoverlay-content-inner {
  max-width: 80%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10rem;
}
@media (max-width: 1000px) {
  .menuoverlay-content-inner {
    max-width: 100%;
    gap: 5rem;
    padding: 2.5rem 5rem 0;
  }
}
@media (max-width: 600px) {
  .menuoverlay-content-inner {
    padding: 2.5rem 2.5rem 0;
  }
}
.menuoverlay-content-logo {
  max-width: 17rem;
  width: 100%;
}
@media (max-width: 1400px) {
  .menuoverlay-content-logo {
    max-width: 15rem;
  }
}
.menuoverlay-content-logo-inner {
  display: block;
}
.menuoverlay-content-logo-inner svg {
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 1000px) {
  .menuoverlay-content-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 5rem;
  }
}
.menuoverlay-content-menu-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 15rem;
}
@media (max-width: 1000px) {
  .menuoverlay-content-menu-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5rem;
  }
}
.menuoverlay-content-menu-primary ul, .menuoverlay-content-menu-secondary ul {
  padding: 0;
  margin: 0;
}
.menuoverlay-content-menu-primary ul li, .menuoverlay-content-menu-secondary ul li {
  list-style: none;
}
.menuoverlay-content-menu-primary ul li a, .menuoverlay-content-menu-secondary ul li a {
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
}
.menuoverlay-content-menu-primary ul li a:before, .menuoverlay-content-menu-secondary ul li a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -1.5rem;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 0.5rem;
  height: 0.5rem;
  background: #000;
  border-radius: 50%;
  opacity: 0;
}
.menuoverlay-content-menu-primary ul li a.active:before, .menuoverlay-content-menu-primary ul li a:hover:before, .menuoverlay-content-menu-secondary ul li a.active:before, .menuoverlay-content-menu-secondary ul li a:hover:before {
  opacity: 1;
}
@media (max-width: 1000px) {
  .menuoverlay-content-menu-primary ul li {
    text-align: center;
  }
}
.menuoverlay-content-menu-primary ul li a {
  font-size: 2.5rem;
  font-weight: 500;
}
@media (max-width: 1000px) {
  .menuoverlay-content-menu-primary ul li a {
    font-size: 1.8rem;
  }
}
@media (max-width: 1000px) {
  .menuoverlay-content-menu-secondary ul li {
    text-align: center;
  }
}
.menuoverlay-content-menu-secondary ul li a {
  font-size: 2rem;
}
@media (max-width: 1000px) {
  .menuoverlay-content-menu-secondary ul li a {
    font-size: 1.8rem;
  }
}
@media (max-width: 1000px) {
  .menuoverlay-content-legal {
    display: none;
  }
}
.menuoverlay-content-legal-inner ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 5rem;
}
.menuoverlay-content-legal-inner ul li {
  list-style: none;
}
.menuoverlay-content-legal-inner ul li a {
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.4rem;
}
@media (max-width: 1000px) {
  .menuoverlay-content-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.menuoverlay-thumbnail {
  max-width: 28.56%;
  width: 100%;
}
@media (max-width: 1000px) {
  .menuoverlay-thumbnail {
    display: none;
  }
}
.menuoverlay-thumbnail-inner {
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.menuoverlay-action {
  padding: 5rem;
}
.menuoverlay-action-inner {
  background: #fff;
  padding: 2.5rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.menuoverlay-action-title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.4rem;
  padding-bottom: 1rem;
}
.menuoverlay-action-body {
  font-weight: bold;
  font-size: 2rem;
}
.menuoverlay-close {
  position: absolute;
  top: 8rem;
  right: 8rem;
  cursor: pointer;
}
@media (max-width: 1000px) {
  .menuoverlay-close {
    top: 3.5rem;
    right: 4rem;
  }
}
@media (max-width: 600px) {
  .menuoverlay-close {
    right: 2.5rem;
  }
}
.menuoverlay-close-inner {
  width: 3rem;
  height: 3rem;
}
.menuoverlay-close-inner svg {
  display: block;
  width: 100%;
  height: 100%;
}

.header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  padding: 5rem 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header.scrolling {
  padding: 2.5rem 0;
}
.header-inner {
  max-width: 85.68%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1000px) {
  .header-inner {
    max-width: 100%;
    padding: 0 5rem;
  }
}
@media (max-width: 600px) {
  .header-inner {
    padding: 0 2.5rem;
  }
}
.header-logo {
  max-width: 17rem;
  width: 100%;
}
@media (max-width: 1400px) {
  .header-logo {
    max-width: 15rem;
  }
}
.header-logo-inner {
  display: block;
  padding: 5px;
}
.header-logo-inner svg {
  display: block;
  width: 100%;
  height: 100%;
}
.header-nav {
  width: 100%;
}
.header-nav-inner .menu {
  width: 100%;
}
.header-nav-inner .menu ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6rem;
}
@media (max-width: 1400px) {
  .header-nav-inner .menu ul {
    gap: 3rem;
  }
}
.header-nav-inner .menu ul li {
  list-style: none;
  line-height: 1;
}
@media (max-width: 1000px) {
  .header-nav-inner .menu ul li:not(.hamburger) {
    display: none;
  }
}
.header-nav-inner .menu ul li a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-family: "Gotham Book", sans-serif;
  color: #000;
  position: relative;
}
.header-nav-inner .menu ul li a:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1.5rem;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 0.5rem;
  height: 0.5rem;
  background: #000;
  border-radius: 50%;
  opacity: 0;
}
.header-nav-inner .menu ul li a.btn {
  font-family: "Gotham Book", sans-serif;
  margin-top: 0;
}
.header-nav-inner .menu ul li a.btn:hover {
  color: #fff;
}
.header-nav-inner .menu ul li a.active:before, .header-nav-inner .menu ul li a:hover:before {
  opacity: 1;
}
.header-nav-inner .menu ul li.hamburger {
  max-width: 3rem;
  height: 3rem;
  width: 100%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-nav-inner .menu ul li .hamburger-icon {
  position: relative;
  background: #000;
  width: 100%;
  height: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-nav-inner .menu ul li .hamburger-icon:before, .header-nav-inner .menu ul li .hamburger-icon:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #000;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}
.header-nav-inner .menu ul li .hamburger-icon:before {
  top: -8px;
  left: 0;
  -webkit-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.header-nav-inner .menu ul li .hamburger-icon:after {
  bottom: -8px;
  left: 0;
  -webkit-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  background: #F4F4F4;
  padding: 5rem 0;
  margin: 15rem 0 0;
}
.footer-inner {
  max-width: 85.68%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1000px) {
  .footer-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100%;
    padding: 0 5rem;
  }
}
@media (max-width: 600px) {
  .footer-inner {
    padding: 0 2.5rem;
  }
}
.footer-content {
  max-width: 66.664%;
  width: 100%;
}
@media (max-width: 1000px) {
  .footer-content {
    max-width: 100%;
  }
}
.footer-content-inner {
  max-width: 75%;
  width: 100%;
}
@media (max-width: 1000px) {
  .footer-content-inner {
    max-width: 100%;
  }
}
.footer-content-inner h2 {
  font-size: 2.5rem;
  padding-bottom: 2.5rem;
  line-height: 1.2;
}
.footer-content-form {
  padding: 5rem 0;
}
.footer-aside {
  max-width: 33.332%;
  width: 100%;
}
@media (max-width: 1000px) {
  .footer-aside {
    max-width: 100%;
  }
}
.footer-aside-inner h2 {
  font-size: 2rem;
  line-height: 1.5;
  padding-bottom: 2.5rem;
}
.footer-aside-body-inner a {
  color: #000;
  text-decoration: none;
}
.footer-aside-sitemap {
  padding-top: 5rem;
}
.footer-aside-sitemap-inner ul {
  padding: 0;
  margin: 0;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}
.footer-aside-sitemap-inner ul li {
  list-style: none;
}
.footer-aside-sitemap-inner ul li a {
  color: #000;
  text-decoration: none;
  line-height: 2;
}
.footer-aside-socials {
  padding-top: 5rem;
}
.footer-aside-socials-inner ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.5rem;
}
.footer-aside-socials-inner ul li {
  list-style: none;
}
.footer-aside-socials-inner ul li a {
  color: #000;
  text-decoration: none;
  text-transform: capitalize;
}
.footer-aside-legal {
  padding-top: 5rem;
}
.footer-aside-legal-inner ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.5rem;
}
.footer-aside-legal-inner ul li {
  list-style: none;
}
.footer-aside-legal-inner ul li a {
  color: #000;
  text-decoration: none;
  line-height: 2;
}

.plaintext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.plaintext-inner {
  max-width: 85.68%;
  width: 100%;
  padding: 5rem 0 0;
}
@media (max-width: 1000px) {
  .plaintext-inner {
    max-width: 100%;
    padding: 5rem 5rem 0;
  }
}
@media (max-width: 600px) {
  .plaintext-inner {
    padding: 5rem 2.5rem 0;
  }
}

#privacypolicy {
  background: #fff;
  color: #000;
}
#privacypolicy a {
  color: #000;
}

.termsfeed-com---nb-simple {
  max-width: 100% !important;
}

.cc-nb-main-container {
  font-size: 1.3rem !important;
  background: #fff !important;
  display: -ms-grid !important;
  display: grid !important;
  -ms-grid-columns: 1fr 1fr !important;
  grid-template-columns: 1fr 1fr !important;
  padding: 2rem 10rem !important;
}
@media (max-width: 1000px) {
  .cc-nb-main-container {
    padding: 2rem 5rem !important;
    -ms-grid-columns: 1fr !important;
    grid-template-columns: 1fr !important;
  }
}
.cc-nb-title {
  font-size: 2.5rem !important;
  text-transform: uppercase !important;
  line-height: 1.3 !important;
  color: #000 !important;
  margin: 0 !important;
  padding-bottom: 3rem !important;
}
.cc-nb-title-container {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}
@media (max-width: 1000px) {
  .cc-nb-title-container {
    grid-column: unset !important;
    grid-row: unset !important;
  }
}
.cc-nb-text {
  color: #000 !important;
  line-height: 1.5 !important;
  font-size: 1.2rem !important;
}
.cc-nb-text-container {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
}
@media (max-width: 1000px) {
  .cc-nb-text-container {
    grid-column: unset !important;
    grid-row: unset !important;
  }
}
.cc-nb-okagree {
  background: none !important;
  border: none !important;
  color: #000 !important;
}
.cc-nb-okagree:hover {
  background: #000 !important;
  color: #fff !important;
}
.cc-nb-reject {
  background: none !important;
  border: none !important;
  color: #000 !important;
  opacity: 40% !important;
}
.cc-nb-changep {
  color: #000 !important;
  background: #fff !important;
}
.cc-nb-buttons-container {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  height: 100% !important;
}
@media (max-width: 1000px) {
  .cc-nb-buttons-container {
    grid-column: unset !important;
    grid-row: unset !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
}
.cc-nb-buttons-container button {
  text-transform: uppercase !important;
  letter-spacing: 0.075em !important;
  font-size: 1rem !important;
  outline: none !important;
  border-radius: 20px !important;
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
  padding: 1rem 2rem !important;
}
@media (max-width: 1000px) {
  .cc-nb-buttons-container button {
    width: 100% !important;
  }
}

.cc-cp-foot-save {
  background: #000 !important;
}
.cc-cp-foot-save:focus {
  outline: none !important;
  border: none !important;
}

form, input, label, textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

form {
  list-style-type: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
form .error {
  color: crimson;
}
form .error::-webkit-input-placeholder {
  color: crimson;
}
form .error::-moz-placeholder {
  color: crimson;
}
form .error:-ms-input-placeholder {
  color: crimson;
}
form .error::-ms-input-placeholder {
  color: crimson;
}
form .error::placeholder {
  color: crimson;
}
form .error + label {
  color: crimson;
  font-weight: bold;
}
form .error + label a {
  color: crimson !important;
}
form .error a {
  color: crimson;
}
form .error .checkbox:before {
  border: 0.5px solid crimson;
}
form button {
  -ms-flex-item-align: end;
      align-self: flex-end;
  text-transform: uppercase;
  color: #000;
  background: none;
  border: 1px solid #000;
}
@media (max-width: 1000px) {
  form button {
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-top: 0 !important;
  }
}

.form-group {
  border-bottom: 1px solid #000;
  margin-top: -1px;
  position: relative;
}
.form-group-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media (max-width: 1000px) {
  .form-group-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.form-group-grid-item.message {
  border-bottom: 1px solid #000;
  padding: 2.5rem 0 0;
}
.form-group-grid-item .form-group-column {
  padding: 2.5rem 0 0;
}
.form-group-grid-item .form-group.group-message {
  height: 100%;
  border-bottom: none;
}
.form-group-column {
  padding-bottom: 5rem;
}
@media (max-width: 1000px) {
  .form-group-column {
    padding-bottom: 2.5rem;
  }
}
.form-group-column-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1.5rem;
  width: 100%;
}
@media (max-width: 480px) {
  .form-group-column-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.form-group-column-inner .form-group {
  max-width: 50%;
  width: 100%;
}
.form-group-column-inner .form-group.group-document {
  max-width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-group-column-inner .form-group.group-document.error {
  padding: 0 0 2em 0;
}
.form-group-column-inner .form-group.group-document.selected .label {
  opacity: 1;
}
.form-group-column-inner .form-group.group-document input[name=document] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
  cursor: pointer;
}
.form-group-column-inner .form-group.group-document .label {
  padding: 5rem 10px 10px 0;
  display: block;
  opacity: 0.5;
}
.form-group-column-inner .form-group.group-document .button {
  display: block;
  padding: 5rem 10px 10px 0;
}
.form-group-column-inner .form-group.group-document .button svg {
  display: block;
  width: 2rem;
  height: 2rem;
}
@media (max-width: 480px) {
  .form-group-column-inner .form-group {
    max-width: 100%;
  }
}
.form-group-checkboxes {
  padding-bottom: 2.5rem;
}
.form-group-checkboxes-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.5rem;
  padding-top: 1.5rem;
}
@media (max-width: 480px) {
  .form-group-checkboxes-inner {
    -ms-flex-wrap: unwrap;
        flex-wrap: unwrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.form-group-checkboxes-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.form-group-checkboxes-item label {
  position: relative;
  margin-left: 2.5rem;
  top: unset;
  display: block;
}
.form-group-checkboxes-item label:before {
  content: "";
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #000;
  left: -25px;
  top: 2px;
}
.form-group-checkboxes-item label a {
  text-decoration: underline;
  color: #000;
}
.form-group-checkboxes-item input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  left: -99999999px;
}
.form-group-checkboxes-item input:checked + label:after {
  content: "";
  background: #000;
  border: 1px solid #000;
  position: absolute;
  top: 2px;
  left: -25px;
  width: 1.5rem;
  height: 1.5rem;
}

.noline {
  border-bottom: none;
  margin-top: 0;
}

#group-policy {
  padding: 20px 0;
}

label, input {
  -webkit-transition: color 0.4s ease, background-color 0.1s ease-in-out;
  transition: color 0.4s ease, background-color 0.1s ease-in-out;
}

legend {
  color: #000;
  font-weight: 500;
}

label {
  color: #000;
  font-weight: 500;
  position: absolute;
  top: 10px;
  left: 0;
  font-size: 1.6rem;
}

input, textarea {
  background-color: transparent;
  border: none;
  color: #000;
  font-size: 1.6rem;
  margin: 9px 0 7px 0;
  margin: 0;
  padding: 5rem 10px 10px 0;
  outline: none;
  width: 100%;
}
input.error, textarea.error {
  padding: 5rem 10px 2em 0;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
  opacity: 0.4;
}
input::-moz-placeholder, textarea::-moz-placeholder { /* Firefox 19+ */
  color: #000;
  opacity: 0.4;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder { /* IE 10+ */
  color: #000;
  opacity: 0.4;
}
input:-moz-placeholder, textarea:-moz-placeholder { /* Firefox 18- */
  color: #000;
  opacity: 0.4;
}

.error-text {
  position: absolute;
  bottom: 10px;
  left: 0;
  margin: 0;
  font-size: 1.3rem;
  letter-spacing: 0.03em;
  font-weight: 300;
  color: crimson;
}
.error-text.error-policy {
  position: relative;
  bottom: 0;
  left: 0;
  padding-top: 1rem;
}

.policy {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1000px) {
  .policy {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.policy input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  left: -99999999px;
}
.policy input:checked + label:after {
  content: "";
  background: #000;
  border: 1px solid #000;
  position: absolute;
  top: 2px;
  left: -25px;
  width: 1.5rem;
  height: 1.5rem;
}
.policy label {
  position: relative;
  margin-left: 2.5rem;
  top: unset;
}
.policy label:before {
  content: "";
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #000;
  left: -25px;
  top: 2px;
}
.policy label a {
  text-decoration: underline;
  color: #000;
}

.label--required:after {
  content: "*";
  color: #000;
  margin-left: 5px;
}

.fancybox__content {
  padding: 5rem !important;
}
.fancybox__content .carousel__button.is-close {
  top: 0 !important;
  right: 0;
}
.fancybox__content .carousel__button.is-close svg {
  color: #000;
  -webkit-filter: none;
          filter: none;
  width: 2rem;
  height: 2rem;
}
.fancybox__backdrop {
  background: rgba(244, 244, 244, 0.7) !important;
}
.fancybox__slide {
  padding: 0 !important;
}

.hiddenmodal {
  margin: 0 !important;
  padding: 0 !important;
  max-width: 95rem !important;
  width: 100%;
}
.hiddenmodal:has(.fullw) {
  max-width: 60svh !important;
}
@media (max-width: 1400px) {
  .hiddenmodal {
    max-width: 100rem;
  }
}
@media (max-width: 1000px) {
  .hiddenmodal {
    max-width: 100% !important;
  }
}
.hiddenmodal * {
  outline: none !important;
}
.hiddenmodal-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  color: #000;
}
@media (max-width: 600px) {
  .hiddenmodal-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.hiddenmodal-thumbnail {
  max-width: 40%;
  width: 100%;
  position: relative;
}
.hiddenmodal-thumbnail.fullw {
  max-width: 100%;
}
.hiddenmodal-thumbnail.fullw .swiper-slide {
  width: 100% !important;
  margin-right: 0 !important;
}
@media (max-width: 1000px) {
  .hiddenmodal-thumbnail {
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .hiddenmodal-thumbnail {
    height: 45rem;
  }
  .hiddenmodal-thumbnail.fullw {
    height: unset;
  }
}
.hiddenmodal-thumbnail picture {
  width: 100%;
  height: 100%;
  display: block;
}
.hiddenmodal-thumbnail picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 600px) {
  .hiddenmodal-thumbnail picture img {
    -o-object-position: bottom;
       object-position: bottom;
  }
}
.hiddenmodal-content {
  max-width: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1000px) {
  .hiddenmodal-content {
    max-width: 100%;
  }
}
.hiddenmodal-content-inner {
  padding: 5rem;
}
@media (max-width: 1000px) {
  .hiddenmodal-content-inner {
    padding: 2.5rem;
  }
}
.hiddenmodal-content-inner h1 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  font-size: 2.2rem;
}
.hiddenmodal-content-inner h2 {
  font-size: 2rem;
}
.hiddenmodal-content-inner h3 {
  letter-spacing: letter-spacing(250);
  padding-bottom: 6rem;
}
.hiddenmodal-content-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
  padding-top: 5rem;
}
.hiddenmodal-content-icon picture {
  max-width: 12rem;
  width: 100%;
}
.hiddenmodal-content-icon picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.hiddenmodal-content-extra {
  background: #000;
  color: #fff;
}
.hiddenmodal-content-extra-inner {
  padding: 5rem;
}
@media (max-width: 1000px) {
  .hiddenmodal-content-extra-inner {
    padding: 2.5rem;
  }
}
.hiddenmodal .carousel__button {
  outline: none !important;
}
.hiddenmodal .carousel__button::focus {
  display: none !important;
  outline: none !important;
}
.hiddenmodal .carousel__button.is-close {
  margin: 1rem;
}
.hiddenmodal .carousel__button.is-close svg {
  width: 2.5rem;
  height: 2.5rem;
  color: #000;
  stroke-width: 2px;
}

.btn {
  color: #000;
  text-decoration: none;
  font-family: "Gotham Book", sans-serif;
  text-transform: uppercase;
  font-size: 1.4rem;
  line-height: 1;
  border: 1px solid #000;
  padding: 2.5rem 1.5rem;
  margin-top: 2.5rem;
  display: inline-block;
}
.btn.active {
  background: #000;
  color: #fff;
}
.btn:hover {
  background: #000;
  color: #fff;
}

.columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: -1rem;
  margin-right: -1rem;
}

.column {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  margin-left: 1rem;
  margin-right: 1rem;
  max-width: 100%;
}

@media (max-width: 1000px) {
  .column {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.jobs-list-inner {
  padding-top: 6.5rem;
}
.jobs-list-item {
  display: block;
  border-top: 1px solid #000;
  color: #000;
  text-decoration: none;
}
@media (max-width: 1000px) {
  .jobs-list-item {
    border-top: 1px solid #fff;
    color: #fff !important;
  }
}
.jobs-list-item:last-of-type {
  border-bottom: 1px solid #000;
}
@media (max-width: 1000px) {
  .jobs-list-item:last-of-type {
    border-bottom: 1px solid #fff;
  }
}
.jobs-list-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2rem 0;
}
.jobs-list-item-inner h2 {
  font-size: 2rem;
  padding: 0;
}
@media (max-width: 600px) {
  .jobs-list-item-inner h2 {
    font-size: 1.8rem;
  }
}
.jobs-list-item-btn {
  width: 3rem;
  height: 3rem;
}
@media (max-width: 1000px) {
  .jobs-list-item-btn {
    border: 1px solid #fff;
  }
}
.jobs-list-item-btn svg {
  display: block;
  width: 3rem;
  height: 3rem;
}
@media (max-width: 1000px) {
  .jobs-list-item-btn svg path {
    stroke: #fff;
    stroke-width: 2px;
  }
}

.fixedcta {
  position: fixed;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 4;
}
@media (max-width: 1000px) {
  .fixedcta {
    display: none;
  }
}
.fixedcta-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.fixedcta-item {
  width: 5rem;
  height: 5rem;
  border: 1px solid #000;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fixedcta-item:hover {
  background: #000;
}
.fixedcta-item:hover a svg path {
  fill: #fff;
}
.fixedcta-item a {
  display: block;
  text-decoration: none;
  width: 2.5rem;
  height: 2.5rem;
}
.fixedcta-item a svg {
  display: block;
  width: 100%;
  height: 100%;
}

/* =============PAGES==================== */
.realisaties {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.realisaties-inner {
  max-width: 85.68%;
  width: 100%;
  padding-top: 10rem;
}
@media (max-width: 1000px) {
  .realisaties-inner {
    max-width: 100%;
    padding: 0 5rem;
  }
}
@media (max-width: 600px) {
  .realisaties-inner {
    padding: 0 2.5rem;
  }
}
.realisaties-filter {
  padding: 0 0 4rem 0;
}
.realisaties-filter-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 2rem;
}
@media (max-width: 1000px) {
  .realisaties-filter-inner {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.realisaties-filter-inner .btn {
  margin: 0;
}
.realisaties-list-inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4rem 1fr 4rem 1fr 4rem 1fr 4rem 1fr 4rem 1fr 4rem 1fr 4rem 1fr 4rem 1fr 4rem 1fr 4rem 1fr 4rem 1fr;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 1fr;
  gap: 4rem;
}
@media (max-width: 1000px) {
  .realisaties-list-inner {
    -ms-grid-columns: 1fr 2rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
@media (max-width: 600px) {
  .realisaties-list-inner {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.realisaties-list-inner#product-grid {
  gap: unset;
  display: block;
  -ms-grid-columns: unset;
  grid-template-columns: unset;
  grid-auto-rows: unset;
  width: 100%;
}
.realisaties-list-item {
  position: relative;
  display: block;
  grid-column: span var(--span);
  overflow: hidden;
}
@media (max-width: 1000px) {
  .realisaties-list-item {
    grid-column: unset;
  }
}
.realisaties-list-item.list-item--width {
  width: calc(24.999% - 30px);
  grid-column: unset;
  margin-bottom: 4rem;
}
@media (max-width: 1000px) {
  .realisaties-list-item.list-item--width {
    width: calc(50% - 20px);
  }
}
@media (max-width: 600px) {
  .realisaties-list-item.list-item--width {
    width: calc(100% - 20px);
  }
}
.realisaties-list-item.list-item--width2 {
  width: calc(33.332% - 30px);
  grid-column: unset;
  margin-bottom: 4rem;
}
@media (max-width: 1000px) {
  .realisaties-list-item.list-item--width2 {
    width: calc(50% - 20px);
  }
}
@media (max-width: 600px) {
  .realisaties-list-item.list-item--width2 {
    width: calc(100% - 20px);
  }
}
.realisaties-list-item.list-item--width3 {
  width: calc(41.665% - 30px);
  grid-column: unset;
  margin-bottom: 4rem;
}
@media (max-width: 1000px) {
  .realisaties-list-item.list-item--width3 {
    width: calc(50% - 20px);
  }
}
@media (max-width: 600px) {
  .realisaties-list-item.list-item--width3 {
    width: calc(100% - 20px);
  }
}
.realisaties-list-item.ad .realisaties-list-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.realisaties-list-item.ad .realisaties-list-item-title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.6rem;
  padding: 2.5rem 0 0;
}
.realisaties-list-item.ad .realisaties-list-item-body {
  font-weight: bold;
  font-size: 2.2rem;
}
.realisaties-list-item:hover .realisaties-list-item-thumbnail {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.realisaties-list-item:hover .realisaties-list-item-overlay {
  opacity: 1;
}
.realisaties-list-item:hover .realisaties-list-item-button-item {
  width: 18.6rem;
}
.realisaties-list-item:hover .realisaties-list-item-button-item span {
  visibility: visible;
}
.realisaties-list-item-thumbnail {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.realisaties-list-item-thumbnail .ratio__portrait {
  padding: 0;
  min-height: 58.6rem;
}
@media (max-width: 1000px) {
  .realisaties-list-item-thumbnail .ratio__portrait {
    min-height: 40rem;
  }
}
.realisaties-list-item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: radial-gradient(ellipse at right bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1000px) {
  .realisaties-list-item-overlay {
    opacity: 0.7;
  }
}
.realisaties-list-item-overlay h2 {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.6rem;
}
@media (max-width: 1000px) {
  .realisaties-list-item-overlay h2 {
    opacity: 0;
  }
}
.realisaties-list-item-button {
  position: absolute;
  right: 1.5rem;
  bottom: 1rem;
  z-index: 5;
}
.realisaties-list-item-button-item {
  min-width: 4.1rem;
  width: 4.1rem;
  overflow: hidden;
  border: 1px solid #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1000px) {
  .realisaties-list-item-button-item {
    width: 18.6rem;
  }
}
.realisaties-list-item-button-item span {
  color: #fff;
  text-transform: uppercase;
  visibility: hidden;
  font-family: "Gotham Book", sans-serif;
  font-size: 1.4rem;
  line-height: 1;
  padding: 1.5rem 4rem 1.2rem 1rem;
  white-space: nowrap;
}
@media (max-width: 1000px) {
  .realisaties-list-item-button-item span {
    visibility: visible;
  }
}
.realisaties-list-item-button-item-icon {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-margin-end: 0.9rem;
          margin-inline-end: 0.9rem;
}
.realisaties-list-item-button-item-icon i {
  display: block;
  width: 2rem;
  height: 2rem;
}
.realisaties-list-item-button-item-icon i svg {
  display: block;
  width: 100%;
  height: 100%;
}
.realisaties-list-item-button-item-icon i svg path {
  stroke: #fff;
}

.realisatie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.realisatie .titletop {
  padding-top: 10rem;
  padding-bottom: 0;
}
.realisatie-inner {
  max-width: 85.68%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 8rem;
}
@media (max-width: 1000px) {
  .realisatie-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100%;
    padding: 0 5rem;
  }
}
@media (max-width: 600px) {
  .realisatie-inner {
    padding: 0 2.5rem;
  }
}
.realisatie-content {
  max-width: 41.665%;
  width: 100%;
}
@media (max-width: 1000px) {
  .realisatie-content {
    max-width: 100%;
  }
}
.realisatie-content-inner {
  max-width: 80%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 5.5rem;
}
@media (max-width: 1000px) {
  .realisatie-content-inner {
    max-width: 100%;
    padding-top: 2.5rem;
  }
}
.realisatie-images {
  max-width: 58.331%;
  width: 100%;
}
@media (max-width: 1000px) {
  .realisatie-images {
    max-width: 100%;
    padding-top: 5rem;
  }
}
.realisatie-images-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 1rem;
}
.realisatie-images-share-item {
  width: 2.5rem;
  height: 2.5rem;
}
.realisatie-images-share-item a {
  display: block;
  width: 100%;
  height: 100%;
}
.realisatie-images-share-item a svg {
  display: block;
  width: 100%;
  height: 100%;
}
.realisatie-images-share-item a svg path {
  fill: #9F9F9F;
}
.realisatie-images-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
}
@media (max-width: 1000px) {
  .realisatie-images-list {
    gap: 2rem;
  }
}
.realisatie-images-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4rem 1fr 4rem 1fr 4rem 1fr 4rem 1fr 4rem 1fr 4rem 1fr;
  grid-template-columns: repeat(7, 1fr);
  gap: 4rem;
}
@media (max-width: 1000px) {
  .realisatie-images-row {
    gap: 2rem;
  }
}
.realisatie-images-col {
  grid-column: span var(--span);
}
.realisatie-images-item .ratio__portrait {
  padding: 0;
  min-height: 58.6rem;
}
@media (max-width: 1000px) {
  .realisatie-images-item .ratio__portrait {
    min-height: 50rem;
  }
}
@media (max-width: 600px) {
  .realisatie-images-item .ratio__portrait {
    min-height: 40rem;
  }
}
.realisatie-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10rem 0 0;
}
.realisatie-more-inner {
  max-width: 85.68%;
  width: 100%;
  position: relative;
}
.realisatie-more-carousel-inner .swiper-buttons {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 2rem;
  padding-bottom: 2.5rem;
}
@media (max-width: 1000px) {
  .realisatie-more-carousel-inner .swiper-buttons {
    position: relative;
    top: unset;
    right: unset;
  }
}
.realisatie-more-carousel-inner .swiper-buttons-prev, .realisatie-more-carousel-inner .swiper-buttons-next {
  display: block;
  width: 5rem;
  height: 5rem;
  cursor: pointer;
}
.realisatie-more-carousel-inner .swiper-buttons-prev.swiper-button-disabled, .realisatie-more-carousel-inner .swiper-buttons-next.swiper-button-disabled {
  opacity: 0.2;
}
.realisatie-more-carousel-inner .swiper-buttons-prev svg, .realisatie-more-carousel-inner .swiper-buttons-next svg {
  display: block;
  width: 100%;
  height: 100%;
}
.realisatie-more-carousel-inner .swiper-buttons-prev svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.teams-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.teams-banner-inner {
  max-width: 85.68%;
  width: 100%;
}
@media (max-width: 1000px) {
  .teams-banner-inner {
    max-width: 100%;
  }
}
.teams-banner-image {
  min-height: 47.7rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 10%;
}
@media (max-width: 1000px) {
  .teams-banner-image {
    min-height: 30rem;
  }
}
@media (max-width: 600px) {
  .teams-banner-image {
    min-height: 20rem;
  }
}
@media (max-width: 480px) {
  .teams-banner-image {
    min-height: 15rem;
  }
}
.teams-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10rem 0 0;
}
.teams-list-inner {
  max-width: 71.4%;
  width: 100%;
}
@media (max-width: 1400px) {
  .teams-list-inner {
    max-width: 78.54%;
  }
}
@media (max-width: 1000px) {
  .teams-list-inner {
    max-width: 100%;
    padding: 0 5rem;
  }
}
@media (max-width: 600px) {
  .teams-list-inner {
    padding: 0 2.5rem;
  }
}
.teams-persons-inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 8rem 1fr 8rem 1fr 8rem 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 8rem;
}
@media (max-width: 1400px) {
  .teams-persons-inner {
    gap: 2.5rem;
  }
}
@media (max-width: 1000px) {
  .teams-persons-inner {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 600px) {
  .teams-persons-inner {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .teams-persons-inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.teams-persons-item h2 {
  font-size: 1.8rem;
  padding: 0 0 1rem;
}
.teams-persons-item a {
  color: #000;
  text-decoration: none;
}
.teams-persons-item .personinfo {
  font-size: 1.6rem;
}
.teams-persons-item-thumbnail {
  padding-bottom: 1rem;
}
.teams-persons-item-thumbnail .ratio__portrait {
  padding: 0;
  min-height: 45rem;
}
.teams-persons-item-thumbnail .ratio__portrait img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.job-detail-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 1000px) {
  .job-detail-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.job-detail-thumbnail {
  max-width: 42.84%;
  width: 100%;
}
@media (max-width: 1000px) {
  .job-detail-thumbnail {
    max-width: 100%;
  }
}
.job-detail-thumbnail-inner {
  height: 100%;
}
.job-detail-thumbnail-inner .ratio__portrait {
  padding-bottom: 0;
  min-height: 85rem;
}
@media (max-width: 1000px) {
  .job-detail-thumbnail-inner .ratio__portrait {
    min-height: 40rem;
  }
}
@media (max-width: 600px) {
  .job-detail-thumbnail-inner .ratio__portrait {
    min-height: 30rem;
  }
}
.job-detail-content {
  max-width: 57.12%;
  width: 100%;
}
@media (max-width: 1000px) {
  .job-detail-content {
    max-width: 100%;
  }
}
.job-detail-content-inner {
  max-width: 87.5%;
  width: 100%;
  padding: 10rem 14.28% 0;
}
@media (max-width: 1000px) {
  .job-detail-content-inner {
    max-width: 100%;
    padding: 10rem 5rem 0;
  }
}
@media (max-width: 1000px) {
  .job-detail-content-inner {
    padding: 10rem 2.5rem 0;
  }
}
.job-detail-content-inner h2 {
  font-size: 2rem;
  padding-bottom: 2rem;
}

.job-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10rem 0 0;
}
@media (max-width: 1000px) {
  .job-form {
    padding: 10rem 5rem 0;
  }
}
@media (max-width: 600px) {
  .job-form {
    padding: 10rem 2.5rem 0;
  }
}
.job-form-inner {
  max-width: 85.68%;
  width: 100%;
}
@media (max-width: 1000px) {
  .job-form-inner {
    max-width: 100%;
  }
}

.showroom .footer {
  margin-top: 0;
}