/* Normalize CSS */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
body {
  margin: 0;
}
img{
  align-self: flex-start;
}
main {
  display: block;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em; 
}
a {
  background-color: transparent;
  cursor: pointer;
  text-decoration: none;
}
abbr[title] {
  border-bottom: none; 
  text-decoration: underline; 
  text-decoration: underline dotted; 
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; 
  font-size: 100%;
  line-height: 1.15; 
  margin: 0;
}
button,
input { 
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
textarea:focus, input:focus{
    outline: none;
}
*:focus {
    outline: none;
}
a{
  cursor: pointer;
}
.row:not(#main){
    max-width: 1300px;
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
}
.row-m{
    max-width: 900px;
}
.row-s{
    max-width: 600px;
}
.row-space{
    margin: 100px auto;
}
.col{
    display: inline-block;
}
.col-12{
    width: 100%;
}
.col-6{
    width: calc(50% - 40px);
}
.col-6:nth-child(2){
    margin-left: 80px;
}
.col-4{
    width: calc(100%/3 - 40px);
    margin: 40px 0;
}
.col-4:nth-child(3n-1){
    margin: 40px 60px;
}
@media only screen and (max-width: 900px){
.col-6{
    width: 100%;
}
.col-6:nth-child(2){
    margin-left: 0;
    margin-top: 40px;
}
}
/* General */
body,html{
    background-color:#F2F2F2;
    font-size: 13px;
    line-height: 1.6em;
    color: #1E1E1C;
    font-family: "Space Grotesk", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 1px;
}
a{
  cursor: pointer;
}
body.padding{
  padding: 60px 0 0;
}
*{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*::-moz-selection { 
    background: #1E1E1C;
    color: #F2F2F2;
}
*::selection { 
    background: #1E1E1C;
    color: #F2F2F2;
}
h1,h2,h3,h4,h5{
  font-family: "Space Grotesk", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  color: #1E1E1C;
  font-display: swap;
  letter-spacing: 0px;
  text-transform: uppercase;
}
.title{
  font-family: "Space Grotesk", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  color: #1E1E1C;
  font-display: swap;
  letter-spacing: 2px;
}
.title i{
  font-weight: 400;
  font-style: italic;
}
h1{
    font-size: 2em;
    line-height: 1.4em;
    margin: 0 0 20px 0;
}
h2{
    font-size: 2em;
    line-height: 1.4em;
    margin: 0 0 10px 0;
    position: relative;
}
.btn{
  padding: 5px 15px;
  border: 1px solid #1E1E1C;
  border-radius: 20px;
  background-color:#F2F2F2;
  color: #1E1E1C;
  transition: all 400ms ease-out;
  margin: 5px 5px 0;
  display: inline-block;
  font-size: .75em;
  text-transform: uppercase;
  font-weight: 700;
}
.btn:hover{
  background-color:#1E1E1C;
  color: #F2F2F2;
}
.btn-full{
  background-color:#1E1E1C;
  color: #F2F2F2;
  border: 1px solid #1E1E1C;
}
.btn-full:hover{
  background-color:#1E1E1C;
  color: #F2F2F2;
  border: 1px solid #F2F2F2;
}
.btn-beige{
  background-color:transparent;
  color: #F2F2F2;
  border: 1px solid #F2F2F2;
}
.btn-beige-go-full{
  background-color:transparent;
  color: #F2F2F2;
  border: 1px solid #F2F2F2;
}
.btn-beige-full{
  background-color:#F2F2F2;
  color: #1E1E1C;
  border: 1px solid #F2F2F2;
}
.btn-beige:hover{
  background-color:#1E1E1C;
  color: #F2F2F2;
  border: 1px solid #1E1E1C;
}
.btn-beige-go-full:hover{
  background-color:#F2F2F2;
  color: #1E1E1C;
  border: 1px solid #F2F2F2;
}
.btn-beige-full:hover{
  background-color:#1E1E1C;
  color: #F2F2F2;
  border: 1px solid #1E1E1C;
}
strong{
  font-weight: 700;
}
/* Header */
header{
  position: fixed;
  width: 100%;
  height: 50px;
  top: 0;
  left: 0;
  z-index: 999;
  overflow: hidden;
  padding: 10px 0;
  transition: background-color 400ms ease-out;
}
body.padding header{
  background-color:#F2F2F2;
  box-shadow: 0 1px 50px rgb(0 0 0 / 0.1);
}
header.scrolled{
  background-color:#F2F2F2;
  box-shadow: 0 1px 50px rgb(0 0 0 / 0.1);
}
header .logo{
  height: 25px;
  width: auto;
  position: absolute;
  left: 50px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transition: opacity 400ms ease-out;
}
header .logo-beige{
  opacity: 1;
}
header .logo-blue{
  opacity: 0;
}
header.scrolled .logo-beige{
  opacity: 0;
}
header.scrolled .logo-blue{
  opacity: 1;
}
body.padding header .logo-beige{
  opacity: 0;
}
body.padding header .logo-blue{
  opacity: 1;
}
header .menu-primary-container{
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
header .menu-primary-container ul{
  list-style:none;
  margin: 0;
  padding: 0;
}
header .menu-primary-container ul li{
  display: inline-block;
  padding: 5px;
  margin: 0 0 0 10px;
  text-transform: uppercase;
  font-size: .9em;
}
header .menu-primary-container ul li a{
  color: #F2F2F2;
  transition: color 400ms ease-out;
}
header.scrolled .menu-primary-container ul li a{
  color: #1E1E1C;
}
body.padding header .menu-primary-container ul li a{
  color: #1E1E1C;
}
header .menu-primary-container ul li:last-child a{
  padding: 10px 20px;
  background-color: #F2F2F2;
  border: 1px solid #F2F2F2;
  color: #1E1E1C;
  border-radius: 50px;
  font-weight: 600;
  transition: all 400ms ease-out;
}
header.scrolled .menu-primary-container ul li:last-child a{
  background-color: #F2F2F2;
  color: #1E1E1C;
  border: 1px solid #1E1E1C;
}
header .menu-primary-container ul li:last-child a:hover{
  background-color: #1E1E1C;
  color: #F2F2F2;
}
/* Home */
/* Home - Intro */
.page-home .section-intro{
  width: 100%;
  height: 100vh;
  position: relative;
}
.page-home .section-intro .background{
  display: inline-block;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
}
.page-home .section-intro .background:before{
  content: '';
  background-color: rgba(0,0,0,.3);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.page-home .section-intro .background img {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: calc(100% + 50px);
}
.page-home .section-intro .background video {
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
}
.page-home .section-intro .inner{
  position: absolute;
  left: 50px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  color: #F2F2F2;
  max-width: 500px;
  width: 60%;
  z-index: 3;
}
.page-home .section-intro .inner h1{
  text-transform: uppercase;
  font-size: 1.1em;
  line-height: 1.4em;
  font-family: "Lexend", sans-serif;
  font-weight: 300;
  color: #F2F2F2;
  margin: 0;
}
.page-home .section-intro .inner h2{
  font-size: 2.6em;
  line-height: 1.2em;
  color: #F2F2F2;
  margin: 0 0 10px;
  text-align: left;
}
.page-home .section-intro .inner p{
  color: #F2F2F2;
}
.page-home .section-intro .notifications{
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 3;
  width: 200px;
}
.page-home .section-intro .notifications a{
  position: relative;
  padding: 15px 30px 15px 0;
  color: #F2F2F2;
  display: block;
  font-size: 1em;
  font-weight: 600;
  right: 0;
  transition: right 300ms ease-out;
}
.page-home .section-intro .notifications a:hover{
  right: 10px;
}
.page-home .section-intro .notifications a .notification-title{
  font-size: .7em;
  line-height: 1em;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 4px;
}
.page-home .section-intro .notifications a:nth-child(2){
  border-top: 1px solid #F2F2F2;
  border-bottom: 1px solid #F2F2F2;
}
.page-home .section-intro .notifications .notification img{
  position: absolute;
  width: 20px;
  height: auto;
  right: 0;
  top: calc(50% - 3px);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
/* Template */
/* Section */
.section{
  padding: 30px 0;
}
.section-intro{
  padding: 0;
  margin: 0 0 40px;
}
/* Section Intro */
.page-regular .section-intro{
  width: 100%;
  height: 80vh;
  position: relative;
}
.page-regular .section-intro .background{
  display: inline-block;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 80vh;
}
.page-regular .section-intro .background:before{
  content: '';
  background-color: rgba(0,0,0,.3);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.page-regular .section-intro .background img {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: auto;
}
.page-regular .section-intro .background video {
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
}
.page-regular .section-intro .inner{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translateY(-50%,-50%);
  -moz-transform: translateY(-50%,-50%);
  -o-transform: translateY(-50%,-50%);
  color: #F2F2F2;
  max-width: 500px;
  width: 60%;
  z-index: 3;
  text-align: center;
}
.page-regular .section-intro .inner h1{
  font-size: 3em;
  line-height: 1.2em;
  color: #F2F2F2;
  margin: 0 0 10px;
}
.page-regular .section-intro .inner p{
  color: #F2F2F2;
}
/* Section Text */
.section-text{
  margin: 0 auto;
  width: 80%;
  max-width: 1300px;
  text-align: left;
}
.section-text .row:not(#main){
  max-width: 600px;
  margin: 0;
}
/* Section Image */
.section-img{
  margin: 0 auto;
  width: 80%;
}
.section-img-small{
  max-width: 500px;
}
.section-img-mid{
  max-width: 750px;
}
.section-img-large{
  max-width: 1000px;
}
.section-img-full{
  max-width: 100%;
  width: 100%;
}
.section-img img{
  width: 100%;
}
.section-img p.caption{
  font-size: .9em;
  margin: 2px 0 0;
  text-align: center;
}
/* Section Video */
.section-video{
  margin: 0 auto;
  width: 80%;
}
.section-video-small{
  max-width: 500px;
}
.section-video-mid{
  max-width: 750px;
}
.section-video-large{
  max-width: 1000px;
}
.section-video-full{
  max-width: 100%;
  width: 100%;
}
.section-video video{
  width: 100%;
}
.section-video p.caption{
  font-size: .9em;
  margin: 2px 0 0;
  text-align: center;
}
/* Section Text-Img */
.section-text-img .col-6{
  align-self: center;
}
.section-text-img.imgtxt .row{
  flex-direction: row-reverse;
}
.section-text-img.imgtxt .col-6:nth-child(1){
  margin-left: 80px;
}
.section-text-img.imgtxt .col-6:nth-child(2){
  margin-left: 0;
}
.section-text-img.txtimg .col-6:nth-child(1){
  margin-left: 0;
}
.section-text-img.txtimg .col-6:nth-child(2){
  margin-left: 80px;
}
.section-text-img .col-6 video{
  width: 100%;
  height: auto;
}
.section-text-img .col-6 img{
  width: 100%;
  height: auto;
}
/* Section Options */
.section-options{
  text-align: center;
}
.section-options .options{
  margin: 40px auto 0;
  width: 80%;
  max-width: 1000px;
  display: flex;
  flex-wrap: wrap;
}
.section-options>h2,.section-options>p{
  max-width: 500px;
  width: 80%;
  margin: 0 auto 10px;
}
.section-options .options .option{
  border: 1px solid #1E1E1C;
  border-radius: 16px;
  padding: 0 0 20px;
}
.section-options .options .option img{
  width: 100%;
  border-radius: 16px 16px 0 0;
}
.section-options .options .option h3{
  font-size: 1.4em;
  line-height: 1.4em;
  margin: 10px auto;
  width: calc(100% - 30px);
}
.section-options .options .option p{
  width: calc(100% - 30px);
  margin: 0 auto 10px;
}
.section-options .options .option-2{
  width: calc(100%/2 - 42px);
}
.section-options .options .option-2:nth-child(2){
  margin-left: 80px;
}
.section-options .options .option-3{
  width: calc(100%/3 - 42px);
}
.section-options .options .option-3:nth-child(2){
  margin: 0 60px;
}
.section-options .options .option-4{
  width: calc(100%/4 - 32px);
}
.section-options .options .option-4:nth-child(2){
  margin: 0 40px;
}
.section-options .options .option-4:nth-child(3){
  margin: 0 40px 0 0;
}
.section-options .options .option-5{
  width: calc(100%/3 - 42px);
}
.section-options .options .option-5:nth-child(2){
  margin: 0 60px;
}
.section-options .options .option-5:nth-child(4){
  margin: 30px 100px 0;
}
.section-options .options .option-5:nth-child(5){
  margin: 30px 100px 0;
}
.section-options .options .option-6{
  width: calc(100%/3 - 42px);
  margin: 30px 0;
}
.section-options .options .option-6:nth-child(2){
  margin: 30px 60px;
}
.section-options .options .option-6:nth-child(5){
  margin: 30px 60px;
}
.section-options .options .option-7{
  width: calc(100%/4 - 32px);
}
.section-options .options .option-7:nth-child(2){
  margin: 0 40px;
}
.section-options .options .option-7:nth-child(3){
  margin: 0 40px 0 0;
}
.section-options .options .option-7:nth-child(6){
  margin: 0 40px;
}
.section-options .options .option-7:nth-child(7){
  margin: 0 40px 0 0;
}
.section-options .options .option-8{
  width: calc(100%/4 - 32px);
}
.section-options .options .option-8:nth-child(2){
  margin: 0 40px;
}
.section-options .options .option-8:nth-child(3){
  margin: 0 40px 0 0;
}
.section-options .options .option-8:nth-child(6){
  margin: 0 40px;
}
.section-options .options .option-8:nth-child(7){
  margin: 0 40px 0 0;
}
.section-options .options .option-9{
  width: calc(100%/4 - 32px);
}
.section-options .options .option-9:nth-child(2){
  margin: 0 40px;
}
.section-options .options .option-9:nth-child(3){
  margin: 0 40px 0 0;
}
.section-options .options .option-9:nth-child(6){
  margin: 0 40px;
}
.section-options .options .option-9:nth-child(7){
  margin: 0 40px 0 0;
}
.section-options .options .option-10{
  width: calc(100%/4 - 32px);
}
.section-options .options .option-10:nth-child(2){
  margin: 0 40px;
}
.section-options .options .option-10:nth-child(3){
  margin: 0 40px 0 0;
}
.section-options .options .option-10:nth-child(6){
  margin: 0 40px;
}
.section-options .options .option-10:nth-child(7){
  margin: 0 40px 0 0;
}
.section-options .options .option-10:nth-child(10){
  margin: 0 40px;
}
.section-options .options .option-10:nth-child(11){
  margin: 0 40px 0 0;
}
.section-options .options .option-11{
  width: calc(100%/4 - 32px);
}
.section-options .options .option-11:nth-child(2){
  margin: 0 40px;
}
.section-options .options .option-11:nth-child(3){
  margin: 0 40px 0 0;
}
.section-options .options .option-11:nth-child(6){
  margin: 0 40px;
}
.section-options .options .option-11:nth-child(7){
  margin: 0 40px 0 0;
}
.section-options .options .option-11:nth-child(10){
  margin: 0 40px;
}
.section-options .options .option-11:nth-child(11){
  margin: 0 40px 0 0;
}
.section-options .options .option-12{
  width: calc(100%/4 - 32px);
}
.section-options .options .option-12:nth-child(2){
  margin: 0 40px;
}
.section-options .options .option-12:nth-child(3){
  margin: 0 40px 0 0;
}
.section-options .options .option-12:nth-child(6){
  margin: 0 40px;
}
.section-options .options .option-12:nth-child(7){
  margin: 0 40px 0 0;
}
.section-options .options .option-12:nth-child(10){
  margin: 0 40px;
}
.section-options .options .option-12:nth-child(11){
  margin: 0 40px 0 0;
}
/* Section FAQ */
.section-faq{
  background-color: #1E1E1C;
  color:#F2F2F2;
  padding: 40px 80px;
  border-radius: 40px;
  margin: 40px;
}
.section-faq h2{
  color:#F2F2F2;
}
.section-faq .questions-answers{
  margin-top: 20px;
}
.section-faq .question-answer{
  padding: 7px 0;
  border-top: 1px solid #F2F2F2;
  cursor: pointer;
  transition: margin 400ms ease-out;
}
.section-faq .question-answer:hover{
  margin-left: 5px;
}
.section-faq .question-answer .question{
  position: relative;
  width: 100%;
}
.section-faq .question-answer .question p{
  font-size: 1.2em;
  line-height: 1.4em;
  font-weight: 600;
  margin: 10px 0;
}
.section-faq .question-answer .question span{
  display: inline-block;
  background-color: #F2F2F2;
  width: 25px;
  height: 25px;
  position: absolute;
  margin-left: 10px;
  letter-spacing: 0;
  line-height: 1.5em;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  color: #1E1E1C;
  border-radius: 50%;
  text-align: center;
}
.section-faq .question-answer .answer{
  overflow: hidden;
  height: 0;
  opacity: 0;
  transition: height 400ms ease-out;
}
.section-faq .question-answer.active .answer{
  height: auto;
  opacity: 1;
}
.section-faq .call-to-action{
  text-align: center;
  margin: 40px 0 20px;
}
.section-faq .call-to-action h3{
  color: #F2F2F2;
  font-size: 1.4em;
  margin: 20px 0 10px;
}
/* Nieuwsbrief */
.section-newsletter{
  background-color: #D9D9D9;
  padding: 80px 0 ;
}
.section-newsletter .row:not(#main){
  width: 80%;
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
  justify-content: center;
}
.section-newsletter input[type="text"]{
  padding: 9px 15px;
  border: 1px solid #1E1E1C;
  border-radius: 20px;
  background-color:#F2F2F2;
  color: #1E1E1C;
}
.section-newsletter input[type="submit"]{
  padding: 10px 15px;
  cursor: pointer;
}
/* Footer */
footer{
  padding: 40px 0 20px;
  background-color: #F2F2F2;
  color: #1E1E1C;
}
footer .row:not(#main){
  width: calc(100% - 100px);
  margin: 0 auto;
  position: relative;
}
footer p{
  margin: 0;
}
footer ul{
  margin: 0;
}
footer .row img.logo{
  width: 100px;
  height: auto;
}
footer .name{
  text-transform: uppercase;
  font-size: 1.1em;
  font-weight: 700;
}
footer .row .col-info{
  padding: 0 0 60px;
}
footer .row .col-info a{
  color: #1E1E1C;
  text-decoration: none;
}
footer .row .col-menu{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  text-align: right;
}
footer .row .col-menu ul{
  list-style: none;
}
footer .row .col-menu ul a{
  color: #1E1E1C;
}
footer .row .col-menu li:first-child{
  font-size: 1.2em;
  line-height: 1.4em;
  font-weight: 700;
}
footer .row .col-social{
  position: absolute;
  right: 0;
  text-align: right;
}
footer .row .col-social p:first-child{
  font-size: 1.2em;
  line-height: 1.4em;
  font-weight: 700;
}
footer .row .col-social p a{
  cursor: pointer;
}
footer .row .col-social p img{
  display: inline-block;
  height: 15px;
  margin: 5px 3px;
}
footer .legal{
  font-size: .8em;
}
footer .legal a{
  color: #1E1E1C;
}














