
@import url('https://fonts.googleapis.com/css2?family=League+Gothic&display=swap');


  @import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500&display=swap');

.blend{
    mix-blend-mode: difference;
}
  .swiper-container {
    width: 100%;
    height: 100%;
  }
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .swiper-pagination-bullet {
    background: none;
  }
  .swiper-pagination-bullet-active .path {
    display: inline-block !important;
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
    -webkit-animation: dash linear 120s;
            animation: dash linear 120s;
    -webkit-animation-iteration-count: unset;
            animation-iteration-count: unset;
  }
  .swiper-button-prev{
    margin-left: 1rem;
    width: 50px;
    height: 50px;
    border-radius: 2rem;
    background-image: url(next.png);
    transform: rotate(180deg);
    opacity: 0.5;
  }
  .swiper-button-next {
      margin-right: 1rem;
      width: 50px;
      height: 50px;
      border-radius: 2rem;
    background-image: url(next.png);
    opacity: 0.5;
    }
  .path {
    display: none;
  }
  @-webkit-keyframes dash {
    from {
      stroke-dashoffset: 1000;
    }
    to {
      stroke-dashoffset: 0;
    }
  }
  @keyframes dash {
    from {
      stroke-dashoffset: 1000;
    }
    to {
      stroke-dashoffset: 0;
    }
  }
        .image_full{
     display:block;
     -o-object-fit: cover!important;
      object-fit: cover!important;
      -o-object-position: 50% 0!important;
      object-position: 50% 0!important;
      width: 100vw!important;
      height: 100vh!important;
    }
  .image_tablet{
      display: none;
  }
   .image_mobile{
    display:none;
     max-height: 100%;
     width: 100%;
   }
  @media (max-width: 1024px) and (min-width: 768px){
    .image_full{
     display:none;
    }
     .image_mobile{
    display:none;
     }
     .image_tablet{
      display: block;
       -o-object-fit: cover!important;
      object-fit: cover!important;
      -o-object-position: 50% 0!important;
      object-position: 50% 0!important;
      width: 100vw!important;
      height: 100vh!important;
  }
  }
  @media (max-width: 767px) and (min-width: 320px){
    .image_full{
     display:none;
    }
  
    .image_mobile{
     display:block;
     -o-object-fit: cover!important;
      object-fit: cover!important;
      -o-object-position: 50% 0!important;
      object-position: 50% 0!important;
      width: 100vw!important;
      height: 100vh!important;
    }
  }
  
  @media (max-width: 768px) {
    .slider-content {
      margin: 0;
    }
    .slider-content h1 {
      font-size: 4em;
    }
    .slider-content p {
      padding: 0 1em;
      font-size: 1.35em;
    }
  }

input[type=text], input[type=button], input[type=submit] {-webkit-appearance: none;} 

.container .title{
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 10px;
}

.content {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: auto;
  overflow: hidden;
}

.content .content-overlay {
  background: rgba(0,0,0,0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay{
  opacity: 1;
}

.content-image{
  width: 100%;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
h3{
  font-weight: 500;
  text-align: center;
  padding: 5px 0;
}
.content:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}
.content-details h3{
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}
.fadeIn-bottom{
  top: 80%;
}
.section-two{
  min-height: 100vh;
  padding: 20px 5%;
  margin-top: 6rem;
}
.wrapper{
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(300px, 1fr));
    grid-gap: 20px;
}
.content-image {
    width: 100%; 
    border-radius: 10px;
}



@media (max-width: 1250px){

.content-image1{
    display: none;
}
  .menu-item > a{
  color: rgb(255, 255, 255);
  font-size: 0.8em;
  text-decoration: none;
  margin: 20px;
  padding: 25px 0;
  
}
header.sticky .menu-item > a{
  color:rgb(9, 9, 9)
}
  header .logo1 img{
    height: 30%;
    width: 30%;
}
.section-two .shirt1 {
  width: 100%;
  height: 400px;
  background: url(ao.png)no-repeat;
  background-position: center;
  background-size: cover;
}
}



@media (max-width: 768px){
   
 
.content-image1{
    display: block;
  width: 100%;
}
   
.section-two{
  min-height: 100vh;
  padding: 20px 5%;
  margin-top: 6.5rem;
}
}



  .swatch-attribute-options {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: center;
      justify-content: center;
      margin: 0;
  }
  .swatch-option.image, .swatch-option.color {
      width: 25px !important;
      height: 25px !important;
      min-width: auto;
  }
  .swatch-option {
      margin: 4px;
      outline: none;
      border-color: rgba(0,0,0,0.5);
  }
  .swatch-option {
      border: 1px solid #707070;
      border-radius: 2px;
      cursor: pointer;
      height: 20px;
      margin: 0 10px 5px 0;
      max-width: 100%;
      min-width: 20px;
      overflow: hidden;
      padding: 1px 2px;
      position: relative;
      text-align: center;
      text-overflow: ellipsis;
  }
  .clearfix:after {
      clear: both;
      content: '';
      display: block;
      height: 0;
      visibility: hidden;
  }
  .swatch-attribute{
   display: flex;
   justify-content: center;
  }


.h3 .content-title{
    font-family: 'League Gothic', sans-serif;
}


html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: sans-serif
}

body {
    margin: 0
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
    display: block
}

audio,canvas,progress,video {
    vertical-align: baseline;
    display: inline-block
}

audio:not([controls]) {
    height: 0;
    display: none
}

[hidden],template {
    display: none
}

a {
    background-color: transparent
}

a:active,a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    margin: .67em 0;
    font-size: 2em
}

mark {
    color: #000;
    background: #ff0
}

small {
    font-size: 80%
}

sub,sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,kbd,pre,samp {
    font-family: monospace;
    font-size: 1em
}

button,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] {
    -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
}

input[type=checkbox],input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: none
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,th {
    padding: 0
}

@font-face {
    font-family: webflow-icons;
    src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==)format("truetype");
    font-weight: 400;
    font-style: normal
}

[class^=w-icon-],[class*=\ w-icon-] {
    speak: none;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    font-family: webflow-icons!important
}

.w-icon-slider-right:before {
    content: "î˜€"
}

.w-icon-slider-left:before {
    content: "î˜"
}

.w-icon-nav-menu:before {
    content: "î˜‚"
}

.w-icon-arrow-down:before,.w-icon-dropdown-toggle:before {
    content: "î˜ƒ"
}

.w-icon-file-upload-remove:before {
    content: "î¤€"
}

.w-icon-file-upload-icon:before {
    content: "î¤ƒ"
}

* {
    box-sizing: border-box
}

html {
    height: 100%
}

body {
    min-height: 100%;
    color: #333;
    background-color: #fff;
    margin: 0;
    font-family: Arial,sans-serif;
    font-size: 14px;
    line-height: 20px
}

img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block
}

html.w-mod-touch * {
    background-attachment: scroll!important
}

.w-block {
    display: block
}

.w-inline-block {
    max-width: 100%;
    display: inline-block
}

.w-clearfix:before,.w-clearfix:after {
    content: " ";
    grid-area: 1/1/2/2;
    display: table
}

.w-clearfix:after {
    clear: both
}

.w-hidden {
    display: none
}

.w-button {
    color: #fff;
    line-height: inherit;
    cursor: pointer;
    background-color: #3898ec;
    border: 0;
    border-radius: 0;
    padding: 9px 15px;
    text-decoration: none;
    display: inline-block
}

input.w-button {
    -webkit-appearance: button
}

html[data-w-dynpage] [data-w-cloak] {
    color: transparent!important
}

.w-code-block {
    margin: unset
}

.w-webflow-badge,.w-webflow-badge * {
    z-index: auto;
    visibility: visible;
    box-sizing: border-box;
    width: auto;
    height: auto;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    float: none;
    clear: none;
    box-shadow: none;
    opacity: 1;
    direction: ltr;
    font-family: inherit;
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-style: inherit;
    font-variant: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
    text-indent: 0;
    text-transform: inherit;
    text-shadow: none;
    font-smoothing: auto;
    vertical-align: baseline;
    cursor: inherit;
    white-space: inherit;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    background: 0 0;
    border: 0 transparent;
    border-radius: 0;
    margin: 0;
    padding: 0;
    list-style-type: disc;
    transition: none;
    display: block;
    position: static;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    overflow: visible;
    transform: none
}

.w-webflow-badge {
    white-space: nowrap;
    cursor: pointer;
    box-shadow: 0 0 0 1px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.1);
    visibility: visible!important;
    z-index: 2147483647!important;
    color: #aaadb0!important;
    opacity: 1!important;
    width: auto!important;
    height: auto!important;
    background-color: #fff!important;
    border-radius: 3px!important;
    margin: 0!important;
    padding: 6px!important;
    font-size: 12px!important;
    line-height: 14px!important;
    text-decoration: none!important;
    display: inline-block!important;
    position: fixed!important;
    top: auto!important;
    bottom: 12px!important;
    left: auto!important;
    right: 12px!important;
    overflow: visible!important;
    transform: none!important
}

.w-webflow-badge>img {
    visibility: visible!important;
    opacity: 1!important;
    vertical-align: middle!important;
    display: inline-block!important
}

h1,h2,h3,h4,h5,h6 {
    margin-bottom: 10px;
    font-weight: 700
}

h1 {
    margin-top: 20px;
    font-size: 38px;
    line-height: 44px
}

h2 {
    margin-top: 20px;
    font-size: 32px;
    line-height: 36px
}

h3 {
    margin-top: 20px;
    font-size: 24px;
    line-height: 30px
}

h4 {
    margin-top: 10px;
    font-size: 18px;
    line-height: 24px
}

h5 {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px
}

h6 {
    margin-top: 10px;
    font-size: 12px;
    line-height: 18px
}

p {
    margin-top: 0;
    margin-bottom: 10px
}

blockquote {
    border-left: 5px solid #e2e2e2;
    margin: 0 0 10px;
    padding: 10px 20px;
    font-size: 18px;
    line-height: 22px
}

figure {
    margin: 0 0 10px
}

figcaption {
    text-align: center;
    margin-top: 5px
}

ul,ol {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 40px
}

.w-list-unstyled {
    padding-left: 0;
    list-style: none
}

.w-embed:before,.w-embed:after {
    content: " ";
    grid-area: 1/1/2/2;
    display: table
}

.w-embed:after {
    clear: both
}

.w-video {
    width: 100%;
    padding: 0;
    position: relative
}

.w-video iframe,.w-video object,.w-video embed {
    width: 100%;
    height: 100%;
    border: none;
    position: absolute;
    top: 0;
    left: 0
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

button,[type=button],[type=reset] {
    cursor: pointer;
    -webkit-appearance: button;
    border: 0
}

.w-form {
    margin: 0 0 15px
}

.w-form-done {
    text-align: center;
    background-color: #ddd;
    padding: 20px;
    display: none
}

.w-form-fail {
    background-color: #ffdede;
    margin-top: 10px;
    padding: 10px;
    display: none
}

label {
    margin-bottom: 5px;
    font-weight: 700;
    display: block
}

.w-input,.w-select {
    width: 100%;
    height: 38px;
    color: #333;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857;
    display: block
}

.w-input:-moz-placeholder,.w-select:-moz-placeholder {
    color: #999
}

.w-input::-moz-placeholder,.w-select::-moz-placeholder {
    color: #999;
    opacity: 1
}

.w-input::-webkit-input-placeholder,.w-select::-webkit-input-placeholder {
    color: #999
}

.w-input:focus,.w-select:focus {
    border-color: #3898ec;
    outline: 0
}

.w-input[disabled],.w-select[disabled],.w-input[readonly],.w-select[readonly],fieldset[disabled] .w-input,fieldset[disabled] .w-select {
    cursor: not-allowed
}

.w-input[disabled]:not(.w-input-disabled),.w-select[disabled]:not(.w-input-disabled),.w-input[readonly],.w-select[readonly],fieldset[disabled]:not(.w-input-disabled) .w-input,fieldset[disabled]:not(.w-input-disabled) .w-select {
    background-color: #eee
}

textarea.w-input,textarea.w-select {
    height: auto
}

.w-select {
    background-color: #f3f3f3
}

.w-select[multiple] {
    height: auto
}

.w-form-label {
    cursor: pointer;
    margin-bottom: 0;
    font-weight: 400;
    display: inline-block
}

.w-radio {
    margin-bottom: 5px;
    padding-left: 20px;
    display: block
}

.w-radio:before,.w-radio:after {
    content: " ";
    grid-area: 1/1/2/2;
    display: table
}

.w-radio:after {
    clear: both
}

.w-radio-input {
    float: left;
    margin: 3px 0 0 -20px;
    line-height: normal
}

.w-file-upload {
    margin-bottom: 10px;
    display: block
}

.w-file-upload-input {
    width: .1px;
    height: .1px;
    opacity: 0;
    z-index: -100;
    position: absolute;
    overflow: hidden
}

.w-file-upload-default,.w-file-upload-uploading,.w-file-upload-success {
    color: #333;
    display: inline-block
}

.w-file-upload-error {
    margin-top: 10px;
    display: block
}

.w-file-upload-default.w-hidden,.w-file-upload-uploading.w-hidden,.w-file-upload-error.w-hidden,.w-file-upload-success.w-hidden {
    display: none
}

.w-file-upload-uploading-btn {
    cursor: pointer;
    background-color: #fafafa;
    border: 1px solid #ccc;
    margin: 0;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 400;
    display: flex
}

.w-file-upload-file {
    background-color: #fafafa;
    border: 1px solid #ccc;
    flex-grow: 1;
    justify-content: space-between;
    margin: 0;
    padding: 8px 9px 8px 11px;
    display: flex
}

.w-file-upload-file-name {
    font-size: 14px;
    font-weight: 400;
    display: block
}

.w-file-remove-link {
    width: auto;
    height: auto;
    cursor: pointer;
    margin-top: 3px;
    margin-left: 10px;
    padding: 3px;
    display: block
}

.w-icon-file-upload-remove {
    margin: auto;
    font-size: 10px
}

.w-file-upload-error-msg {
    color: #ea384c;
    padding: 2px 0;
    display: inline-block
}

.w-file-upload-info {
    padding: 0 12px;
    line-height: 38px;
    display: inline-block
}

.w-file-upload-label {
    cursor: pointer;
    background-color: #fafafa;
    border: 1px solid #ccc;
    margin: 0;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 400;
    display: inline-block
}

.w-icon-file-upload-icon,.w-icon-file-upload-uploading {
    width: 20px;
    margin-right: 8px;
    display: inline-block
}

.w-icon-file-upload-uploading {
    height: 20px
}

.w-container {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto
}

.w-container:before,.w-container:after {
    content: " ";
    grid-area: 1/1/2/2;
    display: table
}

.w-container:after {
    clear: both
}

.w-container .w-row {
    margin-left: -10px;
    margin-right: -10px
}

.w-row:before,.w-row:after {
    content: " ";
    grid-area: 1/1/2/2;
    display: table
}

.w-row:after {
    clear: both
}

.w-row .w-row {
    margin-left: 0;
    margin-right: 0
}

.w-col {
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative
}

.w-col .w-col {
    padding-left: 0;
    padding-right: 0
}

.w-col-1 {
    width: 8.33333%
}

.w-col-2 {
    width: 16.6667%
}

.w-col-3 {
    width: 25%
}

.w-col-4 {
    width: 33.3333%
}

.w-col-5 {
    width: 41.6667%
}

.w-col-6 {
    width: 50%
}

.w-col-7 {
    width: 58.3333%
}

.w-col-8 {
    width: 66.6667%
}

.w-col-9 {
    width: 75%
}

.w-col-10 {
    width: 83.3333%
}

.w-col-11 {
    width: 91.6667%
}

.w-col-12 {
    width: 100%
}

.w-hidden-main {
    display: none!important
}

@media screen and (max-width: 991px) {
    .w-container {
        max-width:728px
    }

    .w-hidden-main {
        display: inherit!important
    }

    .w-hidden-medium {
        display: none!important
    }

    .w-col-medium-1 {
        width: 8.33333%
    }

    .w-col-medium-2 {
        width: 16.6667%
    }

    .w-col-medium-3 {
        width: 25%
    }

    .w-col-medium-4 {
        width: 33.3333%
    }

    .w-col-medium-5 {
        width: 41.6667%
    }

    .w-col-medium-6 {
        width: 50%
    }

    .w-col-medium-7 {
        width: 58.3333%
    }

    .w-col-medium-8 {
        width: 66.6667%
    }

    .w-col-medium-9 {
        width: 75%
    }

    .w-col-medium-10 {
        width: 83.3333%
    }

    .w-col-medium-11 {
        width: 91.6667%
    }

    .w-col-medium-12 {
        width: 100%
    }

    .w-col-stack {
        width: 100%;
        left: auto;
        right: auto
    }
}

@media screen and (max-width: 767px) {
    .w-hidden-main,.w-hidden-medium {
        display:inherit!important
    }

    .w-hidden-small {
        display: none!important
    }

    .w-row,.w-container .w-row {
        margin-left: 0;
        margin-right: 0
    }

    .w-col {
        width: 100%;
        left: auto;
        right: auto
    }

    .w-col-small-1 {
        width: 8.33333%
    }

    .w-col-small-2 {
        width: 16.6667%
    }

    .w-col-small-3 {
        width: 25%
    }

    .w-col-small-4 {
        width: 33.3333%
    }

    .w-col-small-5 {
        width: 41.6667%
    }

    .w-col-small-6 {
        width: 50%
    }

    .w-col-small-7 {
        width: 58.3333%
    }

    .w-col-small-8 {
        width: 66.6667%
    }

    .w-col-small-9 {
        width: 75%
    }

    .w-col-small-10 {
        width: 83.3333%
    }

    .w-col-small-11 {
        width: 91.6667%
    }

    .w-col-small-12 {
        width: 100%
    }
}

@media screen and (max-width: 479px) {
    .w-container {
        max-width:none
    }

    .w-hidden-main,.w-hidden-medium,.w-hidden-small {
        display: inherit!important
    }

    .w-hidden-tiny {
        display: none!important
    }

    .w-col {
        width: 100%
    }

    .w-col-tiny-1 {
        width: 8.33333%
    }

    .w-col-tiny-2 {
        width: 16.6667%
    }

    .w-col-tiny-3 {
        width: 25%
    }

    .w-col-tiny-4 {
        width: 33.3333%
    }

    .w-col-tiny-5 {
        width: 41.6667%
    }

    .w-col-tiny-6 {
        width: 50%
    }

    .w-col-tiny-7 {
        width: 58.3333%
    }

    .w-col-tiny-8 {
        width: 66.6667%
    }

    .w-col-tiny-9 {
        width: 75%
    }

    .w-col-tiny-10 {
        width: 83.3333%
    }

    .w-col-tiny-11 {
        width: 91.6667%
    }

    .w-col-tiny-12 {
        width: 100%
    }
}

.w-widget {
    position: relative
}

.w-widget-map {
    width: 100%;
    height: 400px
}

.w-widget-map label {
    width: auto;
    display: inline
}

.w-widget-map img {
    max-width: inherit
}

.w-widget-map .gm-style-iw {
    text-align: center
}

.w-widget-map .gm-style-iw>button {
    display: none!important
}

.w-widget-twitter {
    overflow: hidden
}

.w-widget-twitter-count-shim {
    vertical-align: top;
    width: 28px;
    height: 20px;
    text-align: center;
    background: #fff;
    border: 1px solid #758696;
    border-radius: 3px;
    display: inline-block;
    position: relative
}

.w-widget-twitter-count-shim * {
    pointer-events: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
    text-align: center;
    color: #999;
    font-family: serif;
    font-size: 15px;
    line-height: 12px;
    position: relative
}

.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
    display: block;
    position: relative
}

.w-widget-twitter-count-shim.w--large {
    width: 36px;
    height: 28px
}

.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
    font-size: 18px;
    line-height: 18px
}

.w-widget-twitter-count-shim:not(.w--vertical) {
    margin-left: 5px;
    margin-right: 8px
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large {
    margin-left: 6px
}

.w-widget-twitter-count-shim:not(.w--vertical):before,.w-widget-twitter-count-shim:not(.w--vertical):after {
    content: " ";
    height: 0;
    width: 0;
    pointer-events: none;
    border: solid transparent;
    position: absolute;
    top: 50%;
    left: 0
}

.w-widget-twitter-count-shim:not(.w--vertical):before {
    border-width: 4px;
    border-color: rgba(117,134,150,0) #5d6c7b rgba(117,134,150,0) rgba(117,134,150,0);
    margin-top: -4px;
    margin-left: -9px
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
    border-width: 5px;
    margin-top: -5px;
    margin-left: -10px
}

.w-widget-twitter-count-shim:not(.w--vertical):after {
    border-width: 4px;
    border-color: rgba(255,255,255,0) #fff rgba(255,255,255,0) rgba(255,255,255,0);
    margin-top: -4px;
    margin-left: -8px
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
    border-width: 5px;
    margin-top: -5px;
    margin-left: -9px
}

.w-widget-twitter-count-shim.w--vertical {
    width: 61px;
    height: 33px;
    margin-bottom: 8px
}

.w-widget-twitter-count-shim.w--vertical:before,.w-widget-twitter-count-shim.w--vertical:after {
    content: " ";
    height: 0;
    width: 0;
    pointer-events: none;
    border: solid transparent;
    position: absolute;
    top: 100%;
    left: 50%
}

.w-widget-twitter-count-shim.w--vertical:before {
    border-width: 5px;
    border-color: #5d6c7b rgba(117,134,150,0) rgba(117,134,150,0);
    margin-left: -5px
}

.w-widget-twitter-count-shim.w--vertical:after {
    border-width: 4px;
    border-color: #fff rgba(255,255,255,0) rgba(255,255,255,0);
    margin-left: -4px
}

.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
    font-size: 18px;
    line-height: 22px
}

.w-widget-twitter-count-shim.w--vertical.w--large {
    width: 76px
}

.w-background-video {
    height: 500px;
    color: #fff;
    position: relative;
    overflow: hidden
}

.w-background-video>video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -100;
    background-position: 50%;
    background-size: cover;
    margin: auto;
    position: absolute;
    top: -100%;
    bottom: -100%;
    left: -100%;
    right: -100%
}

.w-background-video>video::-webkit-media-controls-start-playback-button {
    -webkit-appearance: none;
    display: none!important
}

.w-background-video--control {
    background-color: transparent;
    padding: 0;
    position: absolute;
    bottom: 1em;
    right: 1em
}

.w-background-video--control>[hidden] {
    display: none!important
}

.w-slider {
    height: 300px;
    text-align: center;
    clear: both;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    background: #ddd;
    position: relative
}

.w-slider-mask {
    z-index: 1;
    height: 100%;
    white-space: nowrap;
    display: block;
    position: relative;
    left: 0;
    right: 0;
    overflow: hidden
}

.w-slide {
    vertical-align: top;
    width: 100%;
    height: 100%;
    white-space: normal;
    text-align: left;
    display: inline-block;
    position: relative
}

.w-slider-nav {
    z-index: 2;
    height: 40px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    margin: auto;
    padding-top: 10px;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0
}

.w-slider-nav.w-round>div {
    border-radius: 100%
}

.w-slider-nav.w-num>div {
    width: auto;
    height: auto;
    font-size: inherit;
    line-height: inherit;
    padding: .2em .5em
}

.w-slider-nav.w-shadow>div {
    box-shadow: 0 0 3px rgba(51,51,51,.4)
}

.w-slider-nav-invert {
    color: #fff
}

.w-slider-nav-invert>div {
    background-color: rgba(34,34,34,.4)
}

.w-slider-nav-invert>div.w-active {
    background-color: #222
}

.w-slider-dot {
    width: 1em;
    height: 1em;
    cursor: pointer;
    background-color: rgba(255,255,255,.4);
    margin: 0 3px .5em;
    transition: background-color .1s,color .1s;
    display: inline-block;
    position: relative
}

.w-slider-dot.w-active {
    background-color: #fff
}

.w-slider-dot:focus {
    outline: none;
    box-shadow: 0 0 0 2px #fff
}

.w-slider-dot:focus.w-active {
    box-shadow: none
}

.w-slider-arrow-left,.w-slider-arrow-right {
    width: 80px;
    cursor: pointer;
    color: #fff;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: auto;
    font-size: 40px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden
}

.w-slider-arrow-left [class^=w-icon-],.w-slider-arrow-right [class^=w-icon-],.w-slider-arrow-left [class*=\ w-icon-],.w-slider-arrow-right [class*=\ w-icon-] {
    position: absolute
}

.w-slider-arrow-left:focus,.w-slider-arrow-right:focus {
    outline: 0
}

.w-slider-arrow-left {
    z-index: 3;
    right: auto
}

.w-slider-arrow-right {
    z-index: 4;
    left: auto
}

.w-icon-slider-left,.w-icon-slider-right {
    width: 1em;
    height: 1em;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.w-slider-aria-label {
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    border: 0;
    margin: -1px;
    padding: 0;
    position: absolute;
    overflow: hidden
}

.w-slider-force-show {
    display: block!important
}

.w-dropdown {
    text-align: left;
    z-index: 900;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    position: relative
}

.w-dropdown-btn,.w-dropdown-toggle,.w-dropdown-link {
    vertical-align: top;
    color: #222;
    text-align: left;
    white-space: nowrap;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    text-decoration: none;
    position: relative
}

.w-dropdown-toggle {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    padding-right: 40px;
    display: inline-block
}

.w-dropdown-toggle:focus {
    outline: 0
}

.w-icon-dropdown-toggle {
    width: 1em;
    height: 1em;
    margin: auto 20px auto auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0
}

.w-dropdown-list {
    min-width: 100%;
    background: #ddd;
    display: none;
    position: absolute
}

.w-dropdown-list.w--open {
    display: block
}

.w-dropdown-link {
    color: #222;
    padding: 10px 20px;
    display: block
}

.w-dropdown-link.w--current {
    color: #0082f3
}

.w-dropdown-link:focus {
    outline: 0
}

@media screen and (max-width: 767px) {
    .w-nav-brand {
        padding-left:10px
    }
}

.w-lightbox-backdrop {
    cursor: auto;
    letter-spacing: normal;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    visibility: visible;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    color: #fff;
    text-align: center;
    z-index: 2000;
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -webkit-tap-highlight-color: transparent;
    background: rgba(0,0,0,.9);
    outline: 0;
    font-family: Helvetica Neue,Helvetica,Ubuntu,Segoe UI,Verdana,sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.2;
    list-style: disc;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: translate(0)
}

.w-lightbox-backdrop,.w-lightbox-container {
    height: 100%;
    -webkit-overflow-scrolling: touch;
    overflow: auto
}

.w-lightbox-content {
    height: 100vh;
    position: relative;
    overflow: hidden
}

.w-lightbox-view {
    width: 100vw;
    height: 100vh;
    opacity: 0;
    position: absolute
}

.w-lightbox-view:before {
    content: "";
    height: 100vh
}

.w-lightbox-group,.w-lightbox-group .w-lightbox-view,.w-lightbox-group .w-lightbox-view:before {
    height: 86vh
}

.w-lightbox-frame,.w-lightbox-view:before {
    vertical-align: middle;
    display: inline-block
}

.w-lightbox-figure {
    margin: 0;
    position: relative
}

.w-lightbox-group .w-lightbox-figure {
    cursor: pointer
}

.w-lightbox-img {
    width: auto;
    height: auto;
    max-width: none
}

.w-lightbox-image {
    float: none;
    max-width: 100vw;
    max-height: 100vh;
    display: block
}

.w-lightbox-group .w-lightbox-image {
    max-height: 86vh
}

.w-lightbox-caption {
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: rgba(0,0,0,.4);
    padding: .5em 1em;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden
}

.w-lightbox-embed {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.w-lightbox-control {
    width: 4em;
    cursor: pointer;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 24px;
    transition: all .3s;
    position: absolute;
    top: 0
}

.w-lightbox-left {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==);
    display: none;
    bottom: 0;
    left: 0
}

.w-lightbox-right {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+);
    display: none;
    bottom: 0;
    right: 0
}

.w-lightbox-close {
    height: 2.6em;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=);
    background-size: 18px;
    right: 0
}

.w-lightbox-strip {
    white-space: nowrap;
    padding: 0 1vh;
    line-height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-x: auto;
    overflow-y: hidden
}

.w-lightbox-item {
    width: 10vh;
    box-sizing: content-box;
    cursor: pointer;
    padding: 2vh 1vh;
    display: inline-block;
    -webkit-transform: translate(0,0)
}

.w-lightbox-active {
    opacity: .3
}

.w-lightbox-thumbnail {
    height: 10vh;
    background: #222;
    position: relative;
    overflow: hidden
}

.w-lightbox-thumbnail-image {
    position: absolute;
    top: 0;
    left: 0
}

.w-lightbox-thumbnail .w-lightbox-tall {
    width: 100%;
    top: 50%;
    transform: translateY(-50%)
}

.w-lightbox-thumbnail .w-lightbox-wide {
    height: 100%;
    left: 50%;
    transform: translate(-50%)
}

.w-lightbox-spinner {
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    border: 5px solid rgba(0,0,0,.4);
    border-radius: 50%;
    margin-top: -20px;
    margin-left: -20px;
    animation: .8s linear infinite spin;
    position: absolute;
    top: 50%;
    left: 50%
}

.w-lightbox-spinner:after {
    content: "";
    border: 3px solid transparent;
    border-bottom-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: -4px;
    bottom: -4px;
    left: -4px;
    right: -4px
}

.w-lightbox-hide {
    display: none
}

.w-lightbox-noscroll {
    overflow: hidden
}

@media (min-width: 768px) {
    .w-lightbox-content {
        height:96vh;
        margin-top: 2vh
    }

    .w-lightbox-view,.w-lightbox-view:before {
        height: 96vh
    }

    .w-lightbox-group,.w-lightbox-group .w-lightbox-view,.w-lightbox-group .w-lightbox-view:before {
        height: 84vh
    }

    .w-lightbox-image {
        max-width: 96vw;
        max-height: 96vh
    }

    .w-lightbox-group .w-lightbox-image {
        max-width: 82.3vw;
        max-height: 84vh
    }

    .w-lightbox-left,.w-lightbox-right {
        opacity: .5;
        display: block
    }

    .w-lightbox-close {
        opacity: .8
    }

    .w-lightbox-control:hover {
        opacity: 1
    }
}

.w-lightbox-inactive,.w-lightbox-inactive:hover {
    opacity: 0
}

.w-richtext:before,.w-richtext:after {
    content: " ";
    grid-area: 1/1/2/2;
    display: table
}

.w-richtext:after {
    clear: both
}

.w-richtext[contenteditable=true]:before,.w-richtext[contenteditable=true]:after {
    white-space: initial
}

.w-richtext ol,.w-richtext ul {
    overflow: hidden
}

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,.w-richtext .w-richtext-figure-selected[data-rt-type=video] div:after,.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,.w-richtext .w-richtext-figure-selected[data-rt-type=image] div {
    outline: 2px solid #2895f7
}

.w-richtext figure.w-richtext-figure-type-video>div:after,.w-richtext figure[data-rt-type=video]>div:after {
    content: "";
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.w-richtext figure {
    max-width: 60%;
    position: relative
}

.w-richtext figure>div:before {
    cursor: default!important
}

.w-richtext figure img {
    width: 100%
}

.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
    opacity: .6
}

.w-richtext figure div {
    color: transparent;
    font-size: 0
}

.w-richtext figure.w-richtext-figure-type-image,.w-richtext figure[data-rt-type=image] {
    display: table
}

.w-richtext figure.w-richtext-figure-type-image>div,.w-richtext figure[data-rt-type=image]>div {
    display: inline-block
}

.w-richtext figure.w-richtext-figure-type-image>figcaption,.w-richtext figure[data-rt-type=image]>figcaption {
    caption-side: bottom;
    display: table-caption
}

.w-richtext figure.w-richtext-figure-type-video,.w-richtext figure[data-rt-type=video] {
    width: 60%;
    height: 0
}

.w-richtext figure.w-richtext-figure-type-video iframe,.w-richtext figure[data-rt-type=video] iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.w-richtext figure.w-richtext-figure-type-video>div,.w-richtext figure[data-rt-type=video]>div {
    width: 100%
}

.w-richtext figure.w-richtext-align-center {
    clear: both;
    margin-left: auto;
    margin-right: auto
}

.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image>div,.w-richtext figure.w-richtext-align-center[data-rt-type=image]>div {
    max-width: 100%
}

.w-richtext figure.w-richtext-align-normal {
    clear: both
}

.w-richtext figure.w-richtext-align-fullwidth {
    width: 100%;
    max-width: 100%;
    text-align: center;
    clear: both;
    margin-left: auto;
    margin-right: auto;
    display: block
}

.w-richtext figure.w-richtext-align-fullwidth>div {
    padding-bottom: inherit;
    display: inline-block
}

.w-richtext figure.w-richtext-align-fullwidth>figcaption {
    display: block
}

.w-richtext figure.w-richtext-align-floatleft {
    float: left;
    clear: none;
    margin-right: 15px
}

.w-richtext figure.w-richtext-align-floatright {
    float: right;
    clear: none;
    margin-left: 15px
}

.w-nav {
    z-index: 1000;
    background: #ddd;
    position: relative
}

.w-nav:before,.w-nav:after {
    content: " ";
    grid-area: 1/1/2/2;
    display: table
}

.w-nav:after {
    clear: both
}

.w-nav-brand {
    float: left;
    color: #333;
    text-decoration: none;
    position: relative
}

.w-nav-link {
    vertical-align: top;
    color: #222;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    text-decoration: none;
    display: inline-block;
    position: relative
}

.w-nav-link.w--current {
    color: #0082f3
}

.w-nav-menu {
    float: right;
    position: relative
}

[data-nav-menu-open] {
    text-align: center;
    min-width: 200px;
    background: #c8c8c8;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    overflow: visible;
    display: block!important
}

.w--nav-link-open {
    display: block;
    position: relative
}

.w-nav-overlay {
    width: 100%;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    overflow: hidden
}

.w-nav-overlay [data-nav-menu-open] {
    top: 0
}

.w-nav[data-animation=over-left] .w-nav-overlay {
    width: auto
}

.w-nav[data-animation=over-left] .w-nav-overlay,.w-nav[data-animation=over-left] [data-nav-menu-open] {
    z-index: 1;
    top: 0;
    right: auto
}

.w-nav[data-animation=over-right] .w-nav-overlay {
    width: auto
}

.w-nav[data-animation=over-right] .w-nav-overlay,.w-nav[data-animation=over-right] [data-nav-menu-open] {
    z-index: 1;
    top: 0;
    left: auto
}

.w-nav-button {
    float: right;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 18px;
    font-size: 24px;
    display: none;
    position: relative
}

.w-nav-button:focus {
    outline: 0
}

.w-nav-button.w--open {
    color: #fff;
    background-color: #c8c8c8
}

.w-nav[data-collapse=all] .w-nav-menu {
    display: none
}

.w-nav[data-collapse=all] .w-nav-button,.w--nav-dropdown-open,.w--nav-dropdown-toggle-open {
    display: block
}

.w--nav-dropdown-list-open {
    position: static
}

@media screen and (max-width: 991px) {
    .w-nav[data-collapse=medium] .w-nav-menu {
        display:none
    }

    .w-nav[data-collapse=medium] .w-nav-button {
        display: block
    }
}

@media screen and (max-width: 767px) {
    .w-nav[data-collapse=small] .w-nav-menu {
        display:none
    }

    .w-nav[data-collapse=small] .w-nav-button {
        display: block
    }

    .w-nav-brand {
        padding-left: 10px
    }
}

@media screen and (max-width: 479px) {
    .w-nav[data-collapse=tiny] .w-nav-menu {
        display:none
    }

    .w-nav[data-collapse=tiny] .w-nav-button {
        display: block
    }
}

.w-tabs {
    position: relative
}

.w-tabs:before,.w-tabs:after {
    content: " ";
    grid-area: 1/1/2/2;
    display: table
}

.w-tabs:after {
    clear: both
}

.w-tab-menu {
    position: relative
}

.w-tab-link {
    vertical-align: top;
    text-align: left;
    cursor: pointer;
    color: #222;
    background-color: #ddd;
    padding: 9px 30px;
    text-decoration: none;
    display: inline-block;
    position: relative
}

.w-tab-link.w--current {
    background-color: #c8c8c8
}

.w-tab-link:focus {
    outline: 0
}

.w-tab-content {
    display: block;
    position: relative;
    overflow: hidden
}

.w-tab-pane {
    display: none;
    position: relative
}

.w--tab-active {
    display: block
}

@media screen and (max-width: 479px) {
    .w-tab-link {
        display:block
    }
}

.w-ix-emptyfix:after {
    content: ""
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.w-dyn-empty {
    background-color: #ddd;
    padding: 10px
}

.w-dyn-hide,.w-dyn-bind-empty,.w-condition-invisible {
    display: none!important
}

.wf-layout-layout {
    display: grid
}

:root {
    --black: black;
    --orange: #ff5c00;
    --purple: #8f56ff;
    --white: white;
    --green: #3dff00;
    --pink: #d46c7c;
    --retreats-yellow: #d6e54e;
    --reducations-beige: #ede2df;
    --retreats-blue: #afc0d0;
    --retreats-brown: #8f503a
}

.w-form-formradioinput--inputType-custom {
    width: 12px;
    height: 12px;
    border: 1px solid #ccc;
    border-radius: 50%
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
    box-shadow: 0 0 3px 1px #3898ec
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
    border-width: 4px;
    border-color: #3898ec
}

.w-checkbox {
    margin-bottom: 5px;
    padding-left: 20px;
    display: block
}

.w-checkbox:before {
    content: " ";
    grid-area: 1/1/2/2;
    display: table
}

.w-checkbox:after {
    content: " ";
    clear: both;
    grid-area: 1/1/2/2;
    display: table
}

.w-checkbox-input {
    float: left;
    margin: 4px 0 0 -20px;
    line-height: normal
}

.w-checkbox-input--inputType-custom {
    width: 12px;
    height: 12px;
    border: 1px solid #ccc;
    border-radius: 2px
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
    background-color: #3898ec;
    background-image: url(https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-color: #3898ec
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
    box-shadow: 0 0 3px 1px #3898ec
}

.w-layout-grid {
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid
}

.w-pagination-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    display: flex
}

.w-pagination-previous {
    color: #333;
    background-color: #fafafa;
    border: 1px solid #ccc;
    border-radius: 2px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 9px 20px;
    font-size: 14px;
    display: block
}

.w-pagination-previous-icon {
    margin-right: 4px
}

.w-pagination-next {
    color: #333;
    background-color: #fafafa;
    border: 1px solid #ccc;
    border-radius: 2px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 9px 20px;
    font-size: 14px;
    display: block
}

.w-pagination-next-icon {
    margin-left: 4px
}

.w-layout-blockcontainer {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    display: block
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
    outline-offset: 2px;
    border-radius: 50%;
    outline: 2px solid #3b79c3
}

@media screen and (max-width: 991px) {
    .w-layout-blockcontainer {
        max-width:728px
    }
}

@media screen and (max-width: 767px) {
    .w-layout-blockcontainer {
        max-width:none
    }
}

body {
    color: var(--black);
    background-color: #ede2de;
    font-family: Suisseintl Regular,sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 150%
}

h1 {
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'League Gothic', sans-serif;
    font-size: 10vw;
    font-weight: 500;
    line-height: 80%
}

h2 {
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'League Gothic', sans-serif;
    font-size: 7.5rem;
    font-weight: 500;
    line-height: 80%
}

h3 {
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'League Gothic', sans-serif;
    font-size: 6rem;
    font-weight: 500;
    line-height: 80%
}

h4 {
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'League Gothic', sans-serif;
    font-size: 5rem;
    font-weight: 500;
    line-height: 80%
}

h5 {
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Druk Medium,sans-serif;
    font-size: 4rem;
    font-weight: 500;
    line-height: 85%
}

h6 {
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Druk Medium,sans-serif;
    font-size: 3.5rem;
    font-weight: 500;
    line-height: 80%
}

p {
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 150%
}

a {
    color: var(--orange);
    text-decoration: none;
    transition: color .2s
}

ul {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 40px
}

ol {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 2.5rem
}

li {
    font-size: 1rem;
    line-height: 150%
}

img {
    max-width: 100%;
    display: inline-block
}

blockquote {
    border: 0 #000;
    margin-bottom: 0;
    padding: 2rem 0 0;
    font-size: 1.5rem;
    line-height: 130%
}

figure {
    margin-top: 2rem;
    margin-bottom: 2rem
}

.margin-xhuge {
    margin: 8rem
}

.text-weight-bold {
    font-weight: 700
}

.icon-height-small {
    height: 1rem
}

.button {
    color: var(--black);
    text-align: center;
    cursor: pointer;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: static
}

.button.is-form-submit {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    transition: all .3s ease-in
}

.button.is-form-submit:hover {
    background-color: #cba6d6
}

.button.button-merchandise {
    display: none
}

.align-center {
    margin-left: auto;
    margin-right: auto
}

.padding-vertical {
    padding-left: 0;
    padding-right: 0
}

.heading-style-h3 {
    text-transform: uppercase;
    font-family: Druk Medium,sans-serif;
    font-size: 6rem;
    font-weight: 500;
    line-height: 80%
}

.form_form {
    border: 1px solid rgba(0,0,0,.25);
    border-radius: .5rem;
    margin-bottom: 1rem;
    padding: 1.5rem 1rem;
    transition: border-color .3s
}

.form_form:hover {
    border-color: #000
}

.form_checkbox-icon {
    width: .875rem;
    height: .875rem;
    cursor: pointer;
    background-color: transparent;
    border-color: #ddd;
    border-radius: .125rem;
    flex: none;
    margin: 0 .5rem 0 0
}

.form_checkbox-icon.w--redirected-checked {
    width: .875rem;
    height: .875rem;
    border-color: var(--black);
    background-color: var(--black);
    background-size: 90%;
    border-radius: .125rem;
    margin: 0 .5rem 0 0
}

.form_checkbox-icon.w--redirected-focus {
    width: .875rem;
    height: .875rem;
    border-radius: .125rem;
    margin: 0 .5rem 0 0;
    box-shadow: 0 0 .25rem 0 #3898ec
}

.margin-0 {
    margin: 0
}

.text-weight-xbold {
    font-weight: 800
}

.padding-global {
    width: 100%;
    padding: 0 2rem
}

.page-wrapper {
    overflow: visible
}

.fs-styleguide_header-block {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    justify-items: start;
    display: grid
}

.text-weight-normal {
    font-weight: 400
}

.padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0
}

.padding-0 {
    padding: 0
}

.text-color-orange {
    color: #ff5c00
}

.text-size-tiny {
    font-size: .75rem
}

.background-color-white {
    background-color: #fcb034;
}

.margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0
}

.text-align-right {
    text-align: right
}

.form_field-wrapper {
    width: 100%;
    position: relative
}

.text-size-small {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-size: .875rem;
    display: flex
}

.text-size-small.text-size-small-vertical {
    flex-direction: column;
    flex: 0 auto;
    align-self: auto
}

.fs-styleguide_item-header {
    width: 100%;
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding-bottom: 2rem
}

.overflow-visible {
    overflow: visible
}

.text-weight-medium {
    font-weight: 500
}

.links-validator {
    display: none
}

.form_message-success {
    background-color: transparent;
    padding: 0 0
}

.fs-styleguide_2-col {
    width: 100%;
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid
}

.fs-styleguide_2-col.is-align-start {
    align-items: start
}

.icon-height-large {
    height: 3rem
}

.fs-styleguide_classes {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid
}

.form_radio-label {
    font-size: .875rem
}

.max-width-xxlarge {
    width: 100%;
    max-width: 80rem
}

.padding-xxlarge {
    padding: 5rem
}

.fs-styleguide_4-col {
    width: 100%;
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid
}

.fs-styleguide_background-space {
    width: 1px;
    height: 1px;
    margin: 5rem
}

.padding-custom1 {
    padding: 1.5rem
}

.icon-1x1-medium {
    width: 2rem;
    height: 2rem;
    justify-content: center;
    align-items: center;
    display: flex
}

.padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0
}

.padding-top.padding-section-large {
    padding-top: 8rem
}

.padding-top.padding-section-huge,.padding-top.padding-section-huge.padding-section-8rem-bottom {
    padding-bottom: 0
}

.background-color-purple {
    background-color: var(--purple)
}

.fs-styleguide_section-header {
    width: 100%;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-bottom: 1px solid #000;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 3rem;
    line-height: 1.4;
    display: grid
}

.margin-small {
    margin: 1rem
}

.text-size-large {
    letter-spacing: -.02em;
    font-size: 1.4rem;
    line-height: 160%
}

.padding-xsmall {
    padding: .5rem
}

.padding-xhuge {
    padding: 8rem
}

.icon-height-medium {
    height: 2rem
}

.text-color-purple {
    color: #8f56ff
}

.fs-styleguide_label {
    background-color: #f2f2f2;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: .25rem .75rem;
    line-height: 1.4;
    display: flex
}

.form_radio-icon {
    width: .875rem;
    height: .875rem;
    margin-top: 0;
    margin-left: 0;
    margin-right: .5rem
}

.form_radio-icon.w--redirected-checked {
    width: .875rem;
    height: .875rem;
    border-width: .25rem
}

.form_radio-icon.w--redirected-focus {
    width: .875rem;
    height: .875rem;
    box-shadow: 0 0 .25rem 0 #3898ec
}

.padding-custom3 {
    padding: 3.5rem
}

.margin-xxhuge {
    margin: 12rem
}

.max-width-xxsmall {
    width: 100%;
    max-width: 12rem
}

.margin-huge {
    margin: 6rem
}

.fs-styleguide_section {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: start;
    justify-items: start;
    display: grid
}

.fs-styleguide_section.is-vertical {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr
}

.fs-styleguide_heading-large {
    font-size: 6rem
}

.padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0
}

.margin-medium {
    margin: 2rem
}

.heading-style-h1 {
    z-index: 1;
    color: var(--black);
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 2rem;
    font-family: Druk Medium,sans-serif;
    font-size: 10vw;
    font-weight: 500;
    line-height: 80%;
    display: flex;
    position: relative
}

.heading-style-h1.outline_black {
    color: transparent;
    text-align: center;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--black);
    justify-content: flex-start
}

.container-large {
    width: 100%;
    max-width: 90rem;
    margin-left: auto;
    margin-right: auto;
    overflow: visible
}

.text-color-white {
    color: var(--white)
}

.fs-styleguide_spacing {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    background-image: linear-gradient(rgba(255,255,255,0),rgba(0,115,230,.1));
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-content: start;
    justify-content: start;
    align-items: start;
    justify-items: stretch;
    display: grid;
    position: relative
}

.margin-xxlarge {
    margin: 5rem
}

.text-rich-text {
    font-weight: 400
}

.text-rich-text h4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: 2.5rem
}

.text-rich-text h2 {
    margin-top: 2rem;
    margin-bottom: 1.5rem;
    font-size: 3.5rem
}

.text-rich-text p {
    text-align: left;
    margin-top: 1.5rem;
    margin-bottom: 2rem
}

.text-rich-text h3 {
    margin-top: 2rem;
    margin-bottom: 1.5rem;
    font-size: 3rem
}

.text-rich-text h1 {
    margin-top: 2rem;
    margin-bottom: 1.5rem;
    font-size: 3.5rem
}

.text-rich-text h5 {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    font-size: 2rem
}

.text-rich-text h6 {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    font-size: 1.5rem
}

.text-rich-text a {
    color: var(--purple);
    cursor: pointer;
    text-decoration: underline
}

.text-rich-text a:hover {
    color: var(--orange)
}

.text-rich-text li {
    margin-bottom: .5rem
}

.text-rich-text ul {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
    padding-left: 1.5rem
}

.text-rich-text ol {
    padding-left: 1.5rem
}

.text-rich-text blockquote {
    margin-bottom: 3rem
}

.text-rich-text.text-align-center-vert.padding-medium.align-top {
    justify-content: center
}

.margin-xlarge {
    margin: 4rem
}

.margin-horizontal {
    margin-top: 0;
    margin-bottom: 0
}

.text-weight-semibold {
    font-weight: 500
}

.padding-small {
    padding: 1rem
}

.text-style-link {
    color: #ff5c00;
    cursor: pointer;
    text-decoration: none;
    transition: all .2s ease-in-out
}

.max-width-large {
    width: 100%;
    max-width: 68rem
}

.text-align-center {
    width: auto;
    text-align: center
}

.margin-xsmall {
    margin: .5rem
}

.text-style-strikethrough {
    text-decoration: line-through
}

.text-style-quote {
    border-left: .25rem solid #e2e2e2;
    margin-bottom: 0;
    padding: 0 1.25rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.text-style-italic {
    font-style: italic
}

.layer {
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%
}

.max-width-full {
    width: 100%;
    max-width: none
}

.fs-styleguide_3-col {
    width: 100%;
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    display: grid
}

.fs-styleguide_3-col.is-align-start {
    align-items: start
}

.z-index-1 {
    z-index: 1;
    position: relative
}

.max-width-medium {
    width: 100%;
    max-width: 40rem;
    justify-content: center;
    align-items: flex-start;
    display: flex
}

.fs-global-styles {
    display: block;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto
}

.padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0
}

.text-align-left {
    text-align: left
}

.overflow-hidden {
    overflow: hidden
}

.form_label {
    opacity: .8;
    text-transform: uppercase;
    margin-bottom: .25rem;
    font-family: Druk Wide Medium,sans-serif;
    font-size: .875rem;
    font-weight: 400
}

.overflow-scroll {
    overflow: scroll
}

.max-width-xsmall {
    width: 100%;
    max-width: 16rem
}

.form_message-error {
    color: #fc4130;
    background-color: transparent;
    margin-top: .5rem;
    padding: 0;
    font-size: .875rem
}

.margin-custom2 {
    margin: 2.5rem
}

.margin-custom3 {
    margin: 3.5rem
}

.overflow-auto {
    overflow: auto
}

.margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0
}

.text-color-medium-grey {
    color: #ddd
}

.margin-xxsmall {
    margin: .25rem
}

.padding-custom2 {
    padding: 2.5rem
}

.icon-1x1-large {
    width: 2.5rem;
    height: 2.5rem
}

.padding-xlarge {
    padding: 4rem
}

.form_input {
    min-height: 3.25rem;
    background-color: var(--white);
    border: 1px solid rgba(0,0,0,.25);
    border-radius: .5rem;
    margin-bottom: .75rem;
    padding: .5rem 1.25rem
}

.form_input:hover {
    border-color: #000
}

.form_input:active {
    border-color: var(--black)
}

.form_input:focus {
    border-color: var(--orange)
}

.form_input.is-text-area {
    min-height: 6rem;
    padding-top: .75rem
}

.form_input.cc-error {
    background-image: url(https://assets-global.website-files.com/6493fd30687bc6b09a246591/6493fd30687bc6b09a2465a7_error.svg);
    background-position: 95%;
    background-repeat: no-repeat;
    background-size: .875rem .875rem
}

.form_input.is-select-input {
    background-color: var(--white);
    padding-left: 1rem;
    padding-right: 1rem
}

.form_input.cc-valid {
    background-image: url(https://assets-global.website-files.com/6493fd30687bc6b09a246591/6493fd30687bc6b09a2465a6_valid.svg);
    background-position: 95%;
    background-repeat: no-repeat;
    background-size: 1.25rem 1.25rem
}

.fs-styleguide_item-wrapper {
    width: 100%;
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex
}

.form_component {
    margin-bottom: 0
}

.fs-styleguide_row {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: auto;
    grid-auto-columns: auto;
    grid-auto-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.spacing-clean {
    margin: 0;
    padding: 0
}

.button-group {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.button-group.small-product {
    justify-content: flex-end
}

.button-group.video-header-center {
    color: var(--white);
    -webkit-text-stroke-color: var(--black);
    background-color: transparent;
    justify-content: center
}

.margin-tiny {
    margin: .125rem
}

.padding-large {
    padding: 3rem
}

.padding-section-small {
    padding-top: 3rem;
    padding-bottom: 3rem
}

.margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0
}

.form_checkbox-label {
    color: #a4a5b2;
    font-size: .875rem
}

.form_checkbox-label.is-small {
    opacity: .8;
    color: #120b2f;
    text-align: left;
    font-size: .75rem;
    font-weight: 400;
    line-height: 140%
}

.text-weight-light {
    font-weight: 300
}

.padding-horizontal {
    padding-top: 0;
    padding-bottom: 0
}

.z-index-2 {
    z-index: 2;
    position: relative
}

.fs-styleguide_item {
    grid-column-gap: 1.125rem;
    grid-row-gap: 1.125rem;
    border-bottom: 1px solid rgba(0,0,0,.1);
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-content: start;
    justify-content: start;
    align-items: start;
    justify-items: start;
    padding-bottom: 3rem;
    display: grid;
    position: relative
}

.fs-styleguide_item.is-stretch {
    justify-items: stretch
}

.padding-xxsmall {
    padding: .25rem
}

.text-style-nowrap {
    white-space: nowrap
}

.fs-styleguide_heading-medium {
    font-size: 4rem
}

.max-width-small {
    width: 100%;
    max-width: 18rem
}

.padding-xxhuge {
    padding: 12rem
}

.margin-vertical {
    margin-left: 0;
    margin-right: 0
}

.container-medium {
    width: 100%;
    max-width: 64rem;
    margin-left: auto;
    margin-right: auto;
    display: block
}

.text-style-muted {
    opacity: .6
}

.heading-style-h6 {
    text-transform: uppercase;
    font-family: Druk Medium,sans-serif;
    font-size: 3.5rem;
    font-weight: 500;
    line-height: 80%
}

.padding-medium {
    padding: 2rem
}

.padding-medium.border-bottom {
    border-bottom: 1px solid #000
}

.padding-medium.border-bottom.no-top {
    padding-top: 0
}

.padding-section-large {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 8rem;
    padding-bottom: 8rem;
    display: flex
}

.padding-section-large.top-page {
    padding-top: 0
}

.padding-section-large._0-rem {
    padding-top: 8rem
}

.padding-section-medium {
    padding-top: 6rem;
    padding-bottom: 6rem
}

.main-wrapper {
    z-index: 0;
    position: relative;
    overflow: hidden
}

.main-wrapper.max-width-full {
    z-index: 1
}

.main-wrapper.overflow-hidden {
    overflow: hidden
}

.main-wrapper.overflow-visible {
    overflow: visible
}

.background-color-dark-blue {
    color: #fff;
    background-color: #0a0d2f
}

.icon-1x1-small {
    z-index: 1;
    width: .875rem;
    height: .875rem;
    color: var(--white);
    flex: none;
    justify-content: center;
    align-items: center;
    display: flex
}

.fs-styleguide_1-col {
    width: 100%;
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid
}

.heading-style-h4 {
    text-transform: uppercase;
    font-family: Druk Medium,sans-serif;
    font-size: 5rem;
    font-weight: 500;
    line-height: 80%
}

.fs-styleguide_empty-box {
    z-index: -1;
    height: 3rem;
    min-width: 3rem;
    background-color: rgba(0,115,230,.1);
    border: 1px dashed #0073e6;
    position: relative
}

.heading-style-h5 {
    text-transform: uppercase;
    font-family: Druk Medium,sans-serif;
    font-size: 4rem;
    font-weight: 500;
    line-height: 1;
}

.text-size-medium {
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin-bottom: 25px;
    padding-right: 0;
    font-size: 1.125rem;
    display: flex
}

.margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0
}

.padding-huge {
    padding: 6rem
}

.container-small {
    width: 100%;
    max-width: 48rem;
    margin-left: auto;
    margin-right: auto
}

.form_checkbox {
    flex-direction: row;
    align-items: center;
    margin-bottom: .5rem;
    padding-left: 0;
    display: flex;
    position: relative
}

.background-color-orange {
    background-color: var(--orange)
}

.margin-custom1 {
    margin: 1.5rem
}

.form_radio {
    grid-column-gap: .5rem;
    flex-direction: row;
    align-items: center;
    margin-bottom: .5rem;
    padding-left: 0;
    display: flex
}

.margin-large {
    margin: 3rem
}

.padding-tiny {
    padding: .125rem
}

.fs-styleguide_spacing-all {
    display: none
}

.heading-style-h2 {
    text-transform: uppercase;
    font-family: 'League Gothic', sans-serif;
    font-size: 7.5rem;
    font-weight: 500;
    line-height: 85%
}

.heading-style-h2.is-nav {
    font-size: 3.8rem;
    line-height: 1;
}

.fs-styleguide_background {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    display: flex
}

.fs-styleguide_background.is-border {
    border: 1px solid #ddd
}

.hide {
    display: none
}

.text-style-allcaps {
    text-transform: uppercase
}

.global-styles {
    height: 0;
    overflow: hidden
}

.max-width-xlarge {
    width: 100%;
    max-width: 72rem
}

.show-tablet,.show-mobile-portrait,.show-mobile-landscape {
    display: none
}

.text-size-xlarge {
    letter-spacing: -.02em;
    font-size: 2rem;
    line-height: 150%
}

.button_inner {
    display: flex;
    position: static
}

.button_inner.is-2 {
    position: absolute
}

.background-color-black {
    background-color: var(--black);
    color: var(--white)
}

.background-color-green {
    background-color: var(--green)
}

.background-color-beige {
    background-color: #164769
}

.text-color-black {
    color: var(--black)
}

.text-color-light-grey {
    color: #f2f2f2
}

.nav-menu_link {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    cursor: pointer;
    align-items: center;
    padding-top: .25rem;
    padding-bottom: .125rem;
    overflow: hidden
}

.nav-menu_link.w--current {
    text-decoration: underline
}

.nav-menu_links {
    width: 40%;
    color: var(--white);
    flex-direction: column;
    display: flex
}

.nav-menu_links.is-secondary {
    height: 100%;
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem
}

.nav-menu_links.is-third {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    justify-content: space-between
}

.navbar_logo {
    height: 4.4rem;
    display: flex
}

.nav-menu_links-wrapper {
    z-index: 10;
    grid-column-gap: 6rem;
    grid-row-gap: 8rem;
    padding-top: 8vw;
    padding-bottom: 14vw;
    display: flex;
    position: relative;
}

.nav-menu_socials {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    display: flex
}

.navbar_logo-link {
    z-index: 999;
    padding-left: 0
}

.navbar_logo-link.pointer-events-on {
    cursor: pointer
}

.navbar_logo-link.pointer-events-on.w--current {
    opacity: 1;
    transition: opacity .3s,color .2s
}

.navbar_logo-link.pointer-events-on.w--current:hover {
    opacity: .5
}

.nav-menu_link-inner {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    align-items: center;
    display: flex
}

.navbar_menu-button {
    z-index: 2147483647;
    cursor: pointer;
    padding: 0;
    display: flex;
    position: relative
}

.navbar_menu-button.w--open {
    background-color: transparent
}

.nav-menu {
    z-index: 9996;
    width: 100%;
    height: 100vh;
    -webkit-backdrop-filter: blur(100px);
    backdrop-filter: blur(100px);
    background-color: rgba(0,0,0,.7);
    align-items: flex-start;
    display: flex;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: hidden;
    transform: none
}

.nav-menu_links-small {
    flex-direction: column;
    display: flex
}

.menu-icon_wrapper {
    z-index: 1;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative
}

.navbar {
    z-index: 9999;
    grid-column-gap: .15rem;
    grid-row-gap: .15rem;
    background-color: transparent;
    align-items: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: flex;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%
}

.navbar.pointer-events-off {
    z-index: 9997
}

.navbar_wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: row;
    justify-content: space-between;
    align-self: center;
    align-items: center;
    display: flex
}

.default-header_heading {
    z-index: 100;
    position: relative
}

.nav-menu_social-mask {
    z-index: 1;
    overflow: hidden
}

.nav-menu_link-small {
    color: #fff;
    cursor: pointer;
    align-items: center;
    padding-top: .25rem;
    padding-bottom: .5rem;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 100%;
    transition: all .2s ease-in-out;
    display: flex;
    position: static;
    overflow: hidden
}

.nav-menu_link-small.w--current {
    opacity: 1;
    text-decoration: underline
}

.icon-1x1-small-2 {
    z-index: 1;
    width: 1.25rem;
    height: 1.25rem;
    flex: none;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative
}

.social-link {
    cursor: pointer;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative
}

.nav-menu_contact-wrap {
    height: 100%;
    grid-column-gap: .75rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    justify-content: space-between;
    display: flex
}

.menu-icon {
    height: 2.5rem;
    grid-column-gap: 1rem;
    border: 2px solid rgba(255,255,255,.3);
    border-radius: 100vw;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1.25rem;
    display: flex;
    position: relative;
    overflow: hidden
}

.image-link {
    width: 100%;
    cursor: pointer;
    position: relative;
    overflow: hidden
}

.image_wrap {
    width: 100%;
    position: relative;
    overflow: hidden
}

.image_wrap.is-3-2-ratio {
    padding-top: 66.66%
}

.image_wrap.is-1-1-ratio {
    padding-top: 100%
}

.image_wrap.is-4-3-ratio {
    padding-top: 75%
}

.image_wrap.is-8-5-ratio {
    padding-top: 62.5%
}

.image_wrap.is-16-9-ratio {
    padding-top: 56.25%
}

.image_wrap.is-21-9-ratio {
    padding-top: 42.85%
}

.image_wrap.is-ratio-cards {
    padding-top: 138%
}

.image_wrap.is-ratio-cards.is-ratio-cards-bedrijven {
    height: 100%;
    padding-top: 100%
}

.image_wrap.is-ratio-cards.is-ratio-wrap-1-1 {
    width: auto;
    height: 0;
    padding-top: 100%
}

.background-image {
    z-index: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    background-image: url(https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg);
    background-position: 0 0;
    background-size: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto
}

.background-image.is-over-ons {
    object-position: 50% 0%
}

.background-image.padding-top {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto
}

.opacity-10 {
    opacity: .1
}

.fs-styleguide_5-col {
    width: 100%;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid
}

.opacity-20 {
    opacity: .2
}

.opacity-30 {
    opacity: .3
}

.opacity-40 {
    opacity: .4
}

.opacity-50 {
    opacity: .5
}

.opacity-60 {
    opacity: .6
}

.opacity-0 {
    opacity: 0
}

.opacity-70 {
    opacity: .7
}

.opacity-80 {
    opacity: .8
}

.opacity-90 {
    opacity: .9
}

.components-divider {
    height: 2.5rem;
    background-color: #fafafa;
    justify-content: center;
    align-items: center;
    display: flex
}

.img-text_wrapper {
    grid-column-gap: 8rem;
    grid-row-gap: 8rem;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1.2fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid
}

.img-col {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-direction: column;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
    display: flex
}

.img-caption {
    width: 100%;
    color: #1b1f42;
    justify-content: space-between;
    display: flex
}

.text-img_wrapper {
    flex-direction: row;
    align-content: stretch;
    align-items: center;
    justify-items: stretch;
}

.text-rich-text-large {
    max-width: 40rem
}

.text-rich-text-large p {
    font-size: 1.25rem
}

.subheading-text_heading {
    position: absolute;
    top: -.25rem;
    bottom: auto;
    left: 0%;
    right: auto
}

.subheading-text_wrapper {
    z-index: 0;
    width: 100%;
    justify-content: center;
    display: flex;
    position: relative
}

.text-l_wrapper {
    width: 100%;
    max-width: 40rem;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative
}

.video_play-button {
    z-index: 20;
    width: 6rem;
    height: 6rem;
    background-color: #fff;
    border-radius: 100vw;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    top: 50%;
    overflow: hidden;
    transform: translateY(-50%)
}

.video_content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-direction: column;
    display: flex
}

.video_play-icon {
    z-index: 1;
    width: 1.75rem;
    height: 1.75rem;
    margin-left: .5rem;
    position: relative
}

.video_lightbox-link {
    z-index: 0;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding-top: 56%;
    display: flex;
    position: relative;
    overflow: hidden
}

.wide-img_wrapper {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-direction: column;
    display: flex
}

.pagination-inner {
    z-index: 1;
    position: relative
}

.img-swiper_img {
    width: 100%;
    justify-content: center;
    align-items: center;
    padding-top: 52%;
    display: flex;
    position: relative;
    overflow: hidden
}

.pagination-light {
    z-index: 0;
    width: 0;
    height: 0;
    background-image: radial-gradient(circle,#f6f7ff,rgba(246,247,255,0) 70%);
    position: absolute
}

.swiper-pagination-link {
    width: 3rem;
    height: 3rem;
    background-color: #cba6d6;
    border-style: none;
    border-radius: 100vw;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    overflow: hidden
}

.swiper-pagination-link.is-next {
    cursor: pointer
}

.swiper-pagination-link.is-previous {
    cursor: pointer;
    transform: rotate(180deg)
}

.swiper-wrapper {
    width: 100%;
    height: 100%;
    flex-direction: row;
    justify-content: flex-start;
    display: flex;
    overflow: visible
}

.swiper-wrapper.is-slider-titles {
    width: 100%;
    height: 100%;
    flex-direction: column;
    display: flex
}

.swiper-wrapper.is-slider-bg,.swiper-wrapper.is-slider-video {
    width: 100%;
    height: 100%
}

.swiper-slide {
    width: 100%;
    height: 100%;
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: column
}

.swiper-slide.is-slider-titles {
    width: auto;
    padding-top: 0;
    padding-bottom: 1rem
}

.swiper-slide.is-slider-bg,.swiper-slide.is-slider-video {
    width: 100%;
    height: 100%
}

.section-img-slider {
    overflow: hidden
}

.swiper-pagination_wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: flex-end;
    display: flex;
    position: relative
}

.img-swiper {
    width: 100%;
    height: 100%
}

.multi-image {
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%
}

.img-slider_wrapper {
    width: 100%;
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: column;
    display: flex
}

.multi-img_caption {
    width: 100%;
    background-color: #fff;
    padding-top: .5rem;
    font-size: .875rem;
    position: relative;
    top: auto;
    left: 0%;
    right: auto
}

.button-2 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    color: #0a0d2f;
    text-align: center;
    cursor: pointer;
    background-color: #ff6c37;
    border-radius: 100vw;
    justify-content: center;
    align-items: center;
    padding: .75rem 1.25rem .75rem 1.5rem;
    font-weight: 400;
    display: flex;
    position: relative;
    overflow: hidden
}

.menu-icon_line-top {
    width: .75rem;
    height: 1px;
    background-color: var(--white);
    position: absolute
}

.menu-icon_line-bottom {
    width: 1px;
    height: .75rem;
    background-color: var(--white);
    position: absolute
}

.max-width-small-medium {
    width: 100%;
    max-width: 25rem
}

.button-3 {
    height: 3.5rem;
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    color: #120b2f;
    text-align: center;
    cursor: pointer;
    background-image: linear-gradient(225deg,#fbd715,#ff8ffc);
    border-radius: .875rem;
    justify-content: center;
    align-items: center;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    display: flex;
    position: relative;
    overflow: hidden
}

.centered_heading {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.faq_heading-button {
    align-items: flex-end;
    display: flex
}

.faq_accordion {
    cursor: pointer;
    border-bottom: 1px solid #000;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    transition: opacity .3s ease-in-out
}

.faq_accordion:first-child {
    border-top: 1px solid #000
}

.faq_list {
    grid-column-gap: 1rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto;
    grid-template-columns: 100%;
    grid-auto-columns: 100%;
    align-items: start;
    justify-items: stretch;
    display: grid
}

.faq_heading-content {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex
}

.faq_question {
    cursor: pointer;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 0;
    display: flex
}

.faq_question.is-signup {
    border-bottom: 1px solid rgba(0,0,0,.2);
    padding-top: 1rem;
    padding-bottom: 1rem
}

.faq_title {
    font-size: 1.25rem;
    font-weight: 700
}

.faq_icon {
    width: 1rem;
    height: 1rem;
    flex: none;
    justify-content: center;
    align-items: center;
    display: flex
}

.faq_answer {
    flex-direction: column;
    padding-left: 0;
    transition: all .4s cubic-bezier(.165,.84,.44,1);
    display: flex;
    overflow: hidden
}

.faq_answer.hide {
    height: 0
}

.faq_body {
    margin-bottom: 1.5rem
}

.background-color-pink {
    background-color: var(--pink)
}

.body {
    font-family: Suisseintl Regular,sans-serif;
    line-height: 150%
}

.heading-style-subheading-1 {
    text-transform: uppercase;
    font-family: Druk Wide Medium,sans-serif;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 100%
}

.heading-style-subheading-1.is-button {
    white-space: nowrap;
    display: block
}

.heading-style-subheading-1.is-price-before {
    font-size: .8rem;
    text-decoration: line-through
}

.heading-style-subheading-2 {
    text-transform: uppercase;
    font-family: 'League Gothic', sans-serif;
    font-size: 3.5rem;
    font-weight: 500;
    line-height: 100%;
    position: relative
}

.heading-style-subheading-2.is-header-01 {
    position: relative;
    top: -6.7vw
}

.heading-style-subheading-2.pubs_number {
    width: 2rem;
    flex: none
}

.section_header-hero {
    min-height: 110svh;
    flex-flow: wrap;
    align-items: flex-start;
    display: flex;
    position: relative;
    overflow: hidden
}

.header-hero_content {
    height: 100svh;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: flex
}

.header-hero_content.text-color-white {
    position: relative
}

.background-video {
    z-index: 0;
    width: 100%;
    height: 100%;
    justify-content: flex-start;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%
}

.image-overlay {
    z-index: -1;
    background-color: rgba(0,0,0,.3);
    background-image: linear-gradient(rgba(0,0,0,.4),transparent 35%);
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%
}

.text-gap {
    width: 4rem;
    display: inline-block
}

.button_text-wrap {
    border: 2px solid var(--black);
    color: var(--black);
    text-align: center;
    cursor: pointer;
    border-radius: 100vw;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: .2rem .5rem;
    display: flex;
    position: relative;
    overflow: hidden
}

.button_text-wrap.is-white {
    color: var(--white);
    border-color: #fff
}

.button_text-wrap.is-play {
    border-style: none;
    padding: 2rem
}

.button_arrow-wrap {
    z-index: 1;
    transform-origin: 0%;
    color: var(--black);
    text-align: center;
    cursor: pointer;
    background-color: #ff5c00;
    border-radius: 100vw;
    justify-content: center;
    align-items: center;
    padding-left: .75rem;
    padding-right: .75rem;
    display: flex;
    position: relative;
    overflow: hidden
}

.button_arrow-wrap.is-back {
    height: 1.7rem;
    background-color: var(--black)
}

.button_arrow-wrap.is-secondary {
    background-color: var(--black)
}

.button_arrow-wrap.background-color-green {
    background-color: var(--green)
}

.button_arrow {
    display: flex;
    position: relative
}

.button_arrow.is-2 {
    position: absolute;
    transform: translate(-230%)
}

.button_arrow.is-back {
    position: absolute;
    transform: translate(230%)
}

.intro-heading_wrap-1 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.intro-heading_img {
    width: 8em;
    height: 8em;
    margin-bottom: 5px
}

.intro-content-bottom_right {
    max-width: 37rem
}

.intro-content-bottom_img {
    width: 11.8rem;
    display: block
}

.intro-heading_wrap-2 {
    z-index: 1;
    position: relative
}

.intro_text-col {
    position: relative
}

.button_flashes {
    flex-direction: column;
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    transform: scale(.5)
}

.button_flash-1 {
    width: .7rem;
    display: none
}

.button_flash-2 {
    width: 1.5rem;
    display: none
}

.button_flash-3 {
    width: .8rem;
    display: none
}

.intro-mask {
    z-index: 1;
    width: 102%;
    height: 102%;
    max-width: none;
    object-fit: cover;
    position: absolute;
    top: -1%;
    bottom: -1%;
    left: -1%;
    right: -1%
}

.section_intro {
    position: relative
}

.intro_text {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    align-items: flex-end;
    display: flex;
    position: relative;
    top: -3rem;
    font-family: 'League Gothic', sans-serif;      
}

.span-element {
    width: 12.5vw;
    height: 7.5vw;
    border-radius: 100rem;
    position: relative;
    overflow: hidden
}

.span-element.is-hero {
    width: 18vw;
    height: 10vw;
    background-color: var(--purple)
}

.span-element.is-header-01 {
    width: 7.5vw;
    clear: none;
    display: flex;
    position: static
}

.span-element.is-leerlijnen {
    width: 15vw;
    height: 20vw;
    border-radius: 0
}

.outline-white {
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--white);
    font-size: 14vw
}

.hero_content-title {
    flex-direction: column;
    align-items: center;
    display: flex
}

.slider-titles_component {
    height: 11vw;
    overflow: hidden
}

.slider-gallery_component {
    width: 100%;
    height: 100%;
    display: flex
}

.slider-bg_video {
    z-index: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    border-radius: 100rem;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%
}

.video-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid
}

.video-mask {
    width: 100%;
    height: 20rem;
    position: relative
}

.slider-bg_component {
    z-index: -2;
    width: 100%;
    height: 100%;
    background-color: var(--black);
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%
}

.swiper {
    width: 100%;
    height: 100%;
    overflow: visible
}

.swiper.is-slider-titles {
    width: 100%;
    height: 100%;
    padding-top: .1rem
}

.swiper.is-slider-bg,.swiper.is-slider-video {
    width: 100%;
    height: 100%
}

.swiper.is-full-width {
    width: 100%;
    height: 100%;
    overflow: visible
}

.span-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
    display: inline-block;
    position: relative
}

.section_opleidingen {
    overflow: hidden
}

.opleidingen_wrapper {
    flex-direction: column;
    display: flex
}

.opleidingen_filter {
    flex-wrap: wrap;
    justify-content: center;
    display: flex
}

.opleidingen_slider {
    display: flex;
    position: relative
}

.cards-slider_card {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    cursor: pointer;
    flex-direction: column;
    display: flex;
    position: relative
}

.cards-slider_title {
    flex-direction: column;
    padding-right: 1rem;
    display: flex;
    overflow: hidden
}

.opleidingen-filter_radio-button {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    opacity: .25;
    align-items: flex-start;
    padding-left: 0;
    transition: opacity .2s;
    display: flex
}

.opleidingen-filter_radio-button:hover {
    opacity: 1
}

.opleidingen-filter_radio-button.is-active {
    opacity: 1;
    color: var(--black)
}

.radio-button_category-filter {
    display: none
}

.form-block_opleidingen-filter {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0;
    display: flex
}

.form_opleidingen-filter {
    width: 100%;
    grid-column-gap: 0rem;
    grid-row-gap: .5rem;
    flex-wrap: wrap;
    justify-content: center;
    display: flex
}

.filter-button {
    text-transform: uppercase;
    font-family: Druk Medium,sans-serif;
    font-size: 7.5rem;
    font-weight: 500;
    line-height: 80%
}

.filter-category {
    display: none
}

.opleidingen-image {
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%
}

.leerlijnen_hover {
    position: relative
}

.leerlijnen_content {
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.cursor_item {
    width: 100%;
    height: 100%
}

.cursor_wrap {
    z-index: 1;
    width: 18vw;
    height: 22vw;
    position: absolute;
    top: 50%;
    bottom: 0%;
    left: auto;
    right: 25%;
    overflow: hidden;
    transform: translateY(-50%)
}

.cursor_wrap.is-team {
    position: -webkit-sticky;
    position: sticky;
    right: auto
}

.cursor_wrap.is-opleiding {
    width: 10rem;
    height: 14rem
}

.css---cursor-wrapper-hover {
    width: 0;
    height: 0;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
    overflow: hidden
}

.leerlijnen_heading-wrapper {
    grid-column-gap: 2rem;
    justify-content: space-between;
    align-items: center;
    display: flex
}

.leerlijnen {
    border-top: 1px solid #0b0b0d
}

.container-xlarge {
    width: 100%;
    max-width: 90rem;
    margin-left: auto;
    margin-right: auto
}

.leerlijnen_item {
    border-bottom: 1px solid #0b0b0d;
    position: relative
}

.cursor_list {
    width: 100%;
    height: 100%;
    transition: transform .4s cubic-bezier(.645,.045,.355,1);
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%
}

.leerlijnen-bg_video {
    z-index: -1;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover
}

.leerlijnen_opleidingen-wrapper {
    width: 25%;
    text-align: center;
    justify-content: center;
    display: flex
}

.tag_opleidingen {
    text-align: right;
    border: 1px solid #000;
    border-radius: 100vw;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: .25rem .5rem;
    display: flex;
    position: static
}

.tag_opleidingen.is-link {
    cursor: pointer;
    transition: border-color .2s,color .2s
}

.tag_opleidingen.is-link:hover {
    border-color: rgba(0,0,0,.25)
}

.leerlijnen_opleidingen-item {
    justify-content: center;
    display: flex
}

.leerlijnen_opleidingen-list {
    grid-row-gap: .2rem;
    flex-direction: column;
    display: flex
}

.leerlijnen_opleidingen-list.is-page {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: wrap;
    justify-content: center
}

.leerlijnen_heading-title {
    grid-column-gap: 1rem;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.leerlijnen_arrow-wrapper {
    width: 8rem;
    height: 6rem;
    background-color: var(--orange);
    transform-origin: 0%;
    border-radius: 100vw;
    flex: none;
    justify-content: center;
    align-items: center;
    display: flex;
    transform: scale(1)
}

.leerlijnen_link {
    z-index: 1;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%
}

.section_team {
    overflow: hidden
}

.profile-image_multiply {
    width: 100%;
    height: 100%;
    max-width: none;
    filter: brightness(110%)contrast(150%);
    mix-blend-mode: multiply;
    object-fit: cover;
    display: block;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%
}

.profile-image_multiply.is-header {
    object-position: 50% 22%
}

.teammember-bg {
    background-color: var(--green);
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%
}

.team-cards_title-wrapper {
    grid-row-gap: 1rem;
    flex-direction: column;
    padding-bottom: 1.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
    display: flex;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: hidden
}

.opleidingen-slider_card {
    width: 100%;
    height: 100%;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    cursor: pointer;
    flex-direction: column;
    display: flex;
    position: relative
}

.team_slider {
    display: flex;
    position: relative
}

.team_wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 4rem;
    flex-direction: column;
    display: flex
}

.team_content {
    grid-column-gap: 2rem;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 2.5fr 1fr;
    grid-auto-columns: 1fr;
    align-items: start;
    padding: 0;
    display: grid
}

.team_content-paragraph {
    max-width: 20rem
}

.team_arrow-wrapper {
    width: 3rem;
    height: 2rem;
    background-color: var(--orange);
    transform-origin: 0%;
    border-radius: 100vw;
    justify-content: center;
    align-items: center;
    display: none;
    transform: scale(1)
}

.team_arrow-wrapper.is-purple {
    background-color: var(--purple)
}

.card_link {
    z-index: 1;
    cursor: pointer;
    display: block;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%
}

.faq_icon-wrapper {
    width: 2.5rem;
    height: 2rem;
    background-color: var(--black);
    border-radius: 100vw;
    flex: none;
    justify-content: center;
    align-items: center;
    display: flex
}

.section_opleidingtypes {
    overflow: hidden
}

.opleidingtypes_wrapper {
    flex-direction: column;
    align-items: center;
    display: flex;
    position: relative
}

.tab_pane {
    height: 25rem
}

.tab-link {
    height: 100%;
    cursor: pointer;
    background-color: transparent;
    border-bottom: 1px solid #000;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    padding: 1.5rem 0;
    transition: transform .2s;
    display: flex
}

.tab-link.w--current {
    background-color: var(--orange);
    opacity: 1;
    border-left-color: #ff6161
}

.tab-link.is-last {
    border-bottom-style: none
}

.tab_content-wrapper {
    height: 100%;
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative
}

.col {
    padding-left: 0;
    padding-right: 0
}

.col._2col {
    height: 100%;
    flex: 50%
}

.col._2col.tab-menu {
    height: 100%;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    flex: 50%;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-self: stretch;
    align-items: stretch;
    display: block
}

.row.flex-center {
    border: 1px solid #000;
    justify-content: center;
    align-items: flex-start;
    display: flex
}

.tab_content-paragraph-wrapper {
    width: 100%;
    border-left: 1px solid #000;
    align-items: center;
    padding: 2rem;
    display: flex
}

.tab_content-image-wrap {
    z-index: 0;
    width: 75%;
    position: relative;
    overflow: hidden
}

.opleidingstypes_visual-1 {
    width: 5rem;
    position: absolute;
    top: 11%;
    bottom: auto;
    left: -5%;
    right: auto
}

.opleidingstypes_visual-1.is-abonnementen {
    top: -36%;
    left: -24%
}

.opleidingstypes_visual-2 {
    width: 2rem;
    height: 2rem;
    background-color: var(--white);
    border-radius: 100rem;
    position: absolute;
    top: -25%;
    bottom: auto;
    left: 17%;
    right: auto
}

.opleidingstypes_visual-2.is-abonnementen {
    top: -95%;
    left: 12%
}

.opleidingstypes_visual-3 {
    width: 3.5rem;
    position: absolute;
    top: auto;
    bottom: 9%;
    left: auto;
    right: -5%
}

.opleidingstypes_visual-3.is-abonnementen {
    bottom: 30%;
    right: -30%
}

.opleidingstypes_visual-4 {
    width: 3rem;
    position: absolute;
    top: auto;
    bottom: -14%;
    left: auto;
    right: 10%
}

.opleidingstypes_visual-4.is-abonnementen {
    bottom: -42%;
    right: -16%
}

.section_reviews {
    position: relative;
    overflow: hidden
}

.circle-1 {
    width: 15vw;
    height: 30vw;
    background-color: var(--purple);
    opacity: .5;
    filter: blur(5rem);
    border-radius: 100rem;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
    transform: rotate(-30deg)
}

.circle-1.is-retreats {
    background-color: var(--retreats-yellow)
}

.circle-2 {
    width: 20vw;
    height: 20vw;
    background-color: var(--orange);
    opacity: .5;
    filter: blur(5rem);
    border-radius: 100rem;
    position: absolute;
    top: -8%;
    bottom: auto;
    left: 11%;
    right: auto
}

.circle-2.is-retreats {
    background-color: var(--white)
}

.circle-4 {
    width: 20vw;
    height: 20vw;
    background-color: var(--orange);
    opacity: .5;
    filter: blur(5rem);
    border-radius: 100rem;
    position: absolute;
    top: 9%;
    bottom: auto;
    left: auto;
    right: -14%
}

.circle-4.is-retreats {
    background-color: var(--retreats-yellow)
}

.circle-3 {
    width: 20vw;
    height: 20vw;
    background-color: var(--purple);
    opacity: .5;
    filter: blur(5rem);
    border-radius: 100rem;
    position: absolute;
    top: -8%;
    bottom: auto;
    left: auto;
    right: -4%
}

.circle-3.is-retreats {
    background-color: var(--white)
}

.circle-5 {
    width: 35vw;
    height: 35vw;
    background-color: var(--orange);
    opacity: .5;
    filter: blur(5rem);
    border-radius: 100rem;
    position: absolute;
    top: 47%;
    bottom: auto;
    left: -23%;
    right: auto
}

.circle-5.is-retreats {
    background-color: var(--white)
}

.circle-6 {
    width: 20vw;
    height: 40vw;
    background-color: var(--purple);
    opacity: .5;
    filter: blur(5rem);
    border-radius: 100rem;
    position: absolute;
    top: 44%;
    bottom: auto;
    left: 49%;
    right: auto;
    transform: rotate(75deg)
}

.circle-6.is-retreats {
    background-color: var(--retreats-yellow)
}

.reviews_grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid
}

.reviews_card {
    height: 100%;
    border-radius: 3.5rem;
    flex-direction: column;
    justify-content: space-between;
    padding: 2rem;
    display: flex
}

.review_picture {
    width: 3rem;
    height: 3rem;
    border-radius: 100rem;
    position: relative;
    overflow: hidden
}

.reviews_heading {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex
}

.heading-content_centered {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex
}

.reviews_content {
    z-index: 1;
    position: relative
}

.section_footer {
    position: relative;
    overflow: hidden
}

.footer_grid {
    width: 100%;
    grid-column-gap: 1rem;
    grid-row-gap: 6rem;
    grid-template: ". . . . ."". . . .Area"/1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid
}

.footer_logo {
    width: 100%
}

.footer_logo-wrapper {
    position: relative
}

.footer_smiley-wrapper {
    width: 10rem;
    height: 10rem;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    top: -12%;
    bottom: auto;
    left: 12%;
    right: auto
}

.footer_smiley-text {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%
}

.footer_smiley_image {
    width: 75%;
    height: 75%;
    position: absolute;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto
}

.footer_links {
    flex-direction: column;
    display: flex
}

.footer_links.align-left {
    align-items: flex-start
}

.heading-style-h7 {
    text-transform: uppercase;
    font-family: 'League Gothic', sans-serif;
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 80%
}

.footer_bottom {
    border-top: 1px solid #000;
    justify-content: space-between;
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: flex
}

.footer_bottom-right-wrapper {
    grid-column-gap: 1rem;
    flex-wrap: wrap;
    display: flex
}

.heading-style-intro {
    color: #fff;
    text-transform: uppercase;
    font-family: 'League Gothic', sans-serif;
    font-size: 9.75rem;
    font-weight: 500;
    line-height: 1.1;
}

.heading-style-intro.outline-black {
    color: #f26649;
}

.section_header-02 {
    position: relative
}

.section_header-02.background-color-beige.bg-video {
    background-color: rgba(236,236,236,0)
}

.button-back {
    color: var(--black);
    text-align: center;
    cursor: pointer;
    display: flex;
    position: relative
}

.header-02_heading {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.tag-group {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-wrap: wrap;
    justify-content: center;
    display: flex
}

.tag {
    background-color: var(--white);
    color: var(--black);
    text-align: center;
    border-radius: 100vw;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: .3rem .5rem;
    display: flex;
    position: relative;
    overflow: hidden
}

.tag.is-gap {
    grid-column-gap: .3rem
}

.tag.background-color-green {
    background-color: var(--green)
}

.text-style_available-spaces {
    background-color: var(--orange);
    color: var(--white);
    border-radius: 100rem;
    padding: .1rem .5rem;
    display: inline-block
}

.header-01_image-grid {
    grid-column-gap: 2px;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid
}

.available-spaces_wrapper {
    grid-column-gap: .3rem;
    align-items: center;
    display: flex
}

.available-spaces_wrapper.is-plekken {
    grid-column-gap: 0rem
}

.section_in-het-kort {
    position: relative
}

.in-het-kort_grid {
    grid-column-gap: 2px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid
}

.in-het-kort_table-row {
    border-bottom: 1px solid #000;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: grid
}

.in-het-kort_table-row.is-first {
    border-top: 1px solid #000
}

.rich-text_grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template: "Area-2 Area-3""Area Area-4"". ."". ."". ."/1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    display: grid;
    position: static
}

.section_wat-er-aan-bod-komt {
    position: relative
}

.title-marquee_wrapper {
    width: 100%;
    grid-column-gap: 1rem;
    white-space: nowrap;
    align-items: center;
    display: flex
}

.title-marquee_wrapper.is-reversed {
    justify-content: flex-end
}

.title-marquee_title {
    grid-column-gap: 2rem;
    align-items: center;
    display: flex
}

.heading-style-xhuge {
    color: #fff;
    text-transform: uppercase;
    font-family: Druk Medium,sans-serif;
    font-size: 18.75rem;
    font-weight: 500;
    line-height: 100%
}

.heading-style-xhuge.is-404 {
    font-size: 23vw;
    line-height: 80%
}

.docent_wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 16rem;
    background-color: var(--reducations-beige);
    border-radius: 4rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding: 4rem;
    display: grid;
    position: relative
}

.docent_wrapper.background-color-beige {
    grid-auto-columns: 1fr
}

.docent_wrapper.is-list {
    grid-template-columns: 1fr
}

.docent_title-wrapper {
    grid-column-gap: .5rem;
    flex-wrap: wrap;
    display: flex
}

.wat-er-aan-bod-komt_wrapper {
    grid-column-gap: 1rem;
    display: flex;
    position: relative;
    overflow: hidden
}

.wat-er-aan-bod-komt_wrapper.is-2 {
    justify-content: flex-end;
    margin-top: -4rem
}

.section_voordelen {
    position: relative;
    overflow: hidden
}

.voordelen_card {
    grid-column-gap: 1rem;
    border-radius: 3.5rem;
    align-items: center;
    padding: 2rem;
    display: flex
}

.voordelen_grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: start;
    display: grid
}

.plus-image_purple {
    width: 2rem;
    height: 2rem
}

.voordelen_column {
    grid-row-gap: 1rem;
    flex-direction: column;
    display: flex
}

.section_gerelateerde-opleidingen {
    overflow: hidden
}

.section_gerelateerde-opleidingen.background-color-beige {
    position: relative
}

.pagenav_fixed {
    z-index: 9999;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 2rem;
    padding-right: 2rem;
    display: flex;
    position: fixed;
    top: auto;
    bottom: 2rem;
    left: 0%;
    right: 0%
}

.pagenav_wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    background-color: var(--white);
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 100rem;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 2rem 2rem 2rem 2.5rem;
    display: flex;
    position: relative
}

.pagenav_link {
    transition: color .2s
}

.pagenav_link:hover,.pagenav_link.w--current,.pagenav_link.is-active,.pagenav_link.is-active:hover,.pagenav_link.is-active.w--current {
    color: var(--orange)
}

.table-cell {
    grid-column-gap: .5rem;
    display: flex
}

.header-mask_profile-image {
    width: 11vw;
    height: 7.7vw;
    object-fit: cover;
    border-radius: 100rem;
    margin-top: 0;
    margin-left: .5rem;
    margin-right: .5rem;
    padding-top: 0;
    position: relative;
    overflow: hidden
}

.image-bg_orange {
    width: 100%;
    height: 100%;
    background-color: var(--orange);
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%
}

.header-02_title-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex
}

.header-02_title-wrapper.is-profile {
    max-width: 53rem;
    flex-flow: wrap;
    align-items: flex-start
}

.more-info-links_wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: grid
}

.link-block {
    cursor: pointer
}

.play-btn_wrapper {
    background-color: var(--orange);
    transform-origin: 0%;
    border-radius: 100vw;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    position: absolute;
    top: auto;
    bottom: 1rem;
    left: 1rem;
    right: auto;
    transform: scale(1)
}

.section_header-01 {
    position: relative
}

.header-01_heading {
    max-width: 80vw
}

.header-01_content-paragraph {
    width: 100%;
    justify-content: flex-end;
    margin-bottom: 73px;
    display: flex;
    position: static
}

.padding-section-huge {
    padding: 12rem 2rem
}

.over-ons_text-col {
    height: 70vh;
    max-width: 36rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative
}

.over-ons_text-col-wrapper {
    flex-direction: column;
    display: flex
}

.over-ons-text-img_wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid
}

.over-ons_sticky-col {
    height: 100vh;
    grid-row-gap: 1rem;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    overflow: hidden
}

.over-ons_creatives-mask {
    width: 14rem;
    height: 8rem;
    border-radius: 100rem;
    flex: none;
    position: relative;
    overflow: hidden
}

.image-bg_purple {
    background-color: var(--purple);
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%
}

.section_over-ons-story {
    position: relative
}

.over-ons_sticky-content {
    grid-row-gap: 1rem;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 4rem;
    padding-bottom: 4rem;
    display: flex;
    transform: translate(0)
}

.slide_logo {
    background-color: var(--white);
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%
}

.slide_logo-image {
    width: 8rem;
    height: 5rem;
    object-fit: fill
}

.div-block {
    position: relative
}

.span-element-css {
    display: none
}

.section_leerlijnen-overview {
    position: relative
}

.leerlijnen_two-col-grid {
    height: auto;
    min-height: 100vh;
    border-top: 1px solid #000;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid
}

.leerlijnen-overview_1-col {
    width: 100%;
    height: 100%;
    min-height: 100%;
    border-bottom: 1px #000;
    flex-direction: column;
    justify-content: center;
    padding: 4rem;
    display: flex
}

.leerlijnen-overview_1-col.is-left {
    border-right: 1px solid #000
}

.leerlijnen-overview_opleiding-mask {
    width: 6rem;
    height: 4rem;
    border-radius: 100rem;
    flex: none;
    position: relative;
    overflow: hidden
}

.leerlijnen-overview_opleiding-list {
    flex-direction: column;
    display: flex
}

.leerlijnen-overview_title-wrapper {
    grid-row-gap: 1rem;
    flex-direction: column;
    display: flex
}

.leerlijnen-overview_heading-title {
    grid-column-gap: 1rem;
    border-bottom: 1px solid #000;
    justify-content: flex-start;
    align-items: center;
    padding-top: .5rem;
    padding-bottom: .5rem;
    display: flex;
    position: relative
}

.leerlijnen-overview_heading-title:first-child {
    border-top: 1px solid var(--black);
    border-bottom-style: solid
}

.leerlijnen-overview_heading-title:last-child {
    border-top-style: none
}

.background-color-white-blur {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(255,255,255,.5)
}

.doekoes_sticky-col {
    width: 50vw;
    height: 100vh;
    grid-row-gap: 1rem;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    overflow: hidden
}

.section_doekoes {
    position: relative;
    overflow: visible
}

.doekoes-text-img_wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
    overflow: visible
}

.doekoes_text-col-wrapper {
    flex-direction: column;
    justify-content: space-between;
    padding: 6rem;
    position: static
}

.doekoes_text-col {
    height: 100%;
    max-width: 36rem;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: relative
}

.doekoes_text-col-subtitle {
    grid-column-gap: 2rem;
    display: flex
}

.doekoes_text-col-item {
    height: 100vh
}

.doekoes_sticky-content {
    height: 100vh;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    top: auto
}

.nav-menu_language-wrap {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-direction: row;
    display: flex;
}

.nav-menu_socials-wrap {
    grid-row-gap: 1rem;
    flex-direction: column;
    display: flex;
    padding-bottom: 2rem;
}

.nav-menu_link-xsmall {
    cursor: pointer;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 100%;
    transition: all .2s ease-in-out;
    display: flex;
    position: static;
    overflow: hidden
}

.nav-menu_link-xsmall.w--current {
    opacity: 1
}

.textstyle-menu_open {
    color: var(--white);
    text-transform: uppercase;
    font-family: Druk Wide Medium,sans-serif;
    font-size: .875rem;
    font-weight: 500;
    line-height: 100%;
    position: relative;
    bottom: -.05rem
}

.menu-icon_inner {
    height: 100%;
    justify-content: flex-end;
    align-items: center;
    display: flex;
    position: relative
}

.textstyle-menu_close {
    color: var(--white);
    text-transform: uppercase;
    font-family: Druk Wide Medium,sans-serif;
    font-size: .875rem;
    font-weight: 500;
    line-height: 100%;
    position: absolute;
    transform: translateY(200%)
}

.button_inner-bottom {
    display: flex;
    position: absolute
}

.team_hover {
    position: relative
}

.team {
    border-top: 1px solid #0b0b0d
}

.team_item {
    border-bottom: 1px solid #0b0b0d;
    position: relative
}

.team_link {
    z-index: 1;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%
}

.teammember_content {
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.teammember_heading-wrapper {
    grid-column-gap: 2rem;
    justify-content: space-between;
    align-items: center;
    display: flex
}

.teammember_wrap {
    width: 100%;
    height: 100%;
    position: relative
}

.teammember_arrow-wrapper {
    width: 6rem;
    height: 4rem;
    background-color: var(--orange);
    border-radius: 100vw;
    justify-content: center;
    align-items: center;
    display: none;
    overflow: hidden
}

.teammember_heading-title {
    grid-column-gap: 1rem;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex
}

.teammember_sticky-image-wrapper {
    position: absolute;
    top: 15%;
    bottom: 0%;
    left: auto;
    right: 30%
}

.teammember_sticky-image-wrapper.is-opleiding {
    top: 0%;
    right: 35%
}

.teammember_expertise {
    text-align: right
}

.footer_link {
    transition-duration: .3s
}

.abonnementen_title {
    position: relative
}

.abonnementen_grid {
    width: 100%;
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: stretch;
    display: grid
}

.abonnement-card_wrapper {
    background-color: var(--white);
    flex-direction: column;
    align-items: stretch;
    padding: 2rem;
    display: flex
}

.abonnement_title-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    align-items: center;
    padding-bottom: 2rem;
    display: flex
}

.abonnement_price-wrapper {
    grid-column-gap: 1rem;
    justify-content: center;
    align-items: center;
    display: flex
}

.abonnement_content-first {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding-top: 1rem;
    padding-bottom: 1rem
}

.abonnement_content-main {
    grid-row-gap: 1rem;
    border-bottom: 1px solid #000;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 1rem;
    padding-bottom: 2rem;
    display: flex
}

.abonnement_content-item {
    grid-column-gap: 1rem;
    flex-direction: row;
    align-items: center;
    display: flex
}

.abonnement_button-wrapper {
    justify-content: center;
    display: flex
}

.updates_grid {
    grid-column-gap: 2px;
    grid-row-gap: 4rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid
}

.text-image_wrapper {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    position: relative
}

.text_wrap {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 2rem;
    display: flex
}

.updates_link {
    z-index: 1;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%
}

.update_card {
    grid-row-gap: 1rem;
    flex-direction: column;
    display: flex;
    position: relative
}

.update-card_title {
    width: 90%
}

.arrow-down_wrapper {
    cursor: pointer;
    position: absolute;
    top: auto;
    bottom: 2rem;
    left: 0%;
    right: auto;
    overflow: hidden
}

.arrow-down_wrapper.is-header-01 {
    bottom: 2rem;
    left: 2rem
}

.arrow-down {
    height: 2.5rem;
    grid-column-gap: 1rem;
    border: 2px solid rgba(255,255,255,.3);
    border-radius: 100vw;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: .4rem;
    padding-right: .4rem;
    display: flex;
    overflow: hidden
}

.arrow-down.is-dark {
    border-color: rgba(0,0,0,.3)
}

.arrow-down_icon {
    z-index: 1;
    width: .875rem;
    height: .875rem;
    color: var(--white);
    flex: none;
    justify-content: center;
    align-items: center;
    display: flex
}

.arrow-down_icon.text-color-black {
    color: var(--black)
}

.arrow-down_icon-top {
    z-index: 1;
    width: .875rem;
    height: .875rem;
    color: var(--white);
    flex: none;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    transform: translateY(-200%)
}

.arrow-down_icon-top.text-color-black {
    color: var(--black)
}

.section_locatie {
    position: relative;
    overflow: hidden
}

.section_extra-info {
    position: relative
}

.form-step_form {
    height: 100%
}

.form_message-error-2 {
    border: 2px solid var(--pink);
    background-color: var(--white);
    border-radius: .5rem;
    margin-top: 0;
    padding: .5rem 1rem;
    font-size: .875rem;
    position: fixed;
    top: auto;
    bottom: 3rem;
    left: auto;
    right: auto
}

.formly_form {
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex
}

.formly_modal {
    z-index: 999999;
    width: 100%;
    height: 100vh;
    justify-content: center;
    align-items: center;
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%
}

.form-step_heading-wrap {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    display: flex
}

.form-step_heading {
    z-index: 0;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
    position: relative
}

.form-step {
    height: 100%;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: .25fr 1.5fr;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid
}

.formly_step_counter-text {
    font-family: Druk Wide Medium,sans-serif;
    font-size: 1rem;
    font-weight: 500
}

.formly_modal-bg {
    z-index: 0;
    background-color: rgba(0,0,0,.8);
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%
}

.formly_container {
    width: 100%;
    height: 100%;
    display: block;
    position: relative
}

.form_message-wrap {
    height: 100%;
    grid-column-gap: 1rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 2px;
    display: flex
}

.formly_inner {
    z-index: 1;
    width: 48rem;
    height: 40rem;
    background-color: #fff;
    border-radius: 1rem;
    margin-left: auto;
    margin-right: auto;
    padding: 4rem 3rem 3rem;
    position: relative;
    overflow: hidden
}

.form-buttons_wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: space-between;
    align-items: flex-end;
    display: flex;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%
}

.formly_wrapper {
    width: 100%;
    height: 100%
}

.form-step-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.form-button {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px)
}

.button-5 {
    height: 3.5rem;
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    color: #120b2f;
    text-align: center;
    cursor: pointer;
    background-image: linear-gradient(225deg,#996bfa,#ff8ffc 33%,#fbd715 66%,#ff8ffc 102%);
    border-radius: .875rem;
    justify-content: center;
    align-items: center;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    display: flex;
    position: relative;
    overflow: hidden
}

.button-5:hover {
    transform: scale(.96)
}

.formly_button-group {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.radio-button_wrapper {
    grid-column-gap: 1rem;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: .75rem;
    display: flex
}

.radio-button {
    align-items: center;
    margin-right: .5rem;
    display: flex
}

.full-width-image_wrapper {
    display: flex
}

.heading-style-hero {
    font-size: 14vw
}

.header_smiley-wrapper {
    width: 9vw;
    height: 9vw;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    top: 10.5vw;
    bottom: auto;
    left: 20.2vw;
    right: auto
}

.checkbox {
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: transparent;
    background-image: none;
    border: 0 rgba(204,204,204,0);
    border-radius: 100px;
    margin-top: 0;
    margin-left: 0;
    display: block;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%
}

.checkbox.w--redirected-checked {
    z-index: -1;
    width: 100%;
    height: 100%;
    border: 1px solid var(--black);
    background-color: var(--green);
    opacity: 1;
    color: var(--white);
    background-image: none;
    border-radius: 100vw;
    margin: 0;
    top: 1px;
    bottom: 0%;
    left: 0%;
    right: 0%
}

.checkbox.w--redirected-focus {
    box-shadow: none
}

.pill {
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 0;
    position: relative
}

.checkbox_label {
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 100px;
    margin-bottom: 0;
    padding: 0 .5rem;
    font-size: .7rem;
    font-weight: 400;
    transition: all .2s
}

.checkbox_label:hover {
    border-color: var(--purple)
}

.pill_wrapper {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 1rem;
    display: flex
}

.pill_item {
    margin-bottom: 0;
    padding-left: 0;
    position: relative
}

.splash {
    z-index: 2147483647;
    background-color: var(--purple);
    flex-direction: column;
    justify-content: space-between;
    padding: 2rem;
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%
}

.svgs {
    display: none
}

.number-embed {
    width: 100px;
    color: #464655;
    display: inline-block
}

.matter-container {
    z-index: 1;
    width: 100%;
    height: 100vh;
    cursor: pointer;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: hidden
}

.splash-top-bar_wrapper {
    z-index: 2;
    justify-content: space-between;
    align-items: center;
    display: flex;
    position: relative;
    overflow: hidden
}

.heading-style-splash {
    text-align: center;
    white-space: nowrap;
    font-size: 21vw
}

.splash-bottom-text_mask {
    text-align: center;
    margin-bottom: -.5rem;
    padding-top: .5rem;
    overflow: hidden
}

.top-bar_mask {
    overflow: hidden
}

.bg-panning_outer {
    width: 100dvw;
    height: 100dvh;
    position: relative
}

.bg-panning {
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%
}

.section-alumni-scroller {
    background-color: #ede2de;
    position: relative;
    overflow: hidden
}

.scrollpane_grid {
    grid-column-gap: 10rem;
    grid-row-gap: 10rem;
    flex-wrap: wrap;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid
}

.scrollpane_outer {
    width: 100dvw;
    height: 100dvh;
    position: relative;
    transform: scale(.4)
}

.scrollpane_item {
    width: 30rem;
    height: 45rem;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    display: flex
}

.scrollpane_item:hover {
    z-index: 1;
    position: relative
}

.scrollpane_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.bg-panning_content {
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.scrollpane {
    grid-column-gap: 2vmin;
    grid-row-gap: 2vmin;
    grid-template-rows: 30vmin 30vmin 30vmin 30vmin 30vmin;
    grid-template-columns: 30vmin 30vmin 30vmin 30vmin 30vmin 30vmin 30vmin;
    grid-auto-rows: 30vmin;
    grid-auto-columns: 30vmin;
    padding: 25vmin
}

.btn-circle {
    z-index: 1;
    width: 3rem;
    height: 3rem;
    min-height: 3rem;
    min-width: 3rem;
    grid-column-gap: 12rem;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    background-color: #fff;
    border-radius: 2rem;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    line-height: 1;
    transition: all .2s;
    position: relative;
    overflow: hidden
}

.page-transition_trigger {
    display: none
}

.button_wrapper {
    display: flex;
    position: relative
}

.button-6 {
    z-index: 1;
    grid-column-gap: .625rem;
    color: #f2f25d;
    text-align: center;
    letter-spacing: normal;
    cursor: pointer;
    border: 1px solid #f2f25d;
    border-radius: 100vw;
    justify-content: flex-start;
    align-items: center;
    padding: .5rem .9375rem;
    transition: all .15s;
    display: flex;
    position: relative;
    overflow: hidden
}

.button-6:hover {
    letter-spacing: .05em
}

.button-6.is-black {
    z-index: 1;
    color: #000;
    border-color: #000
}

._404-wrapper {
    width: 100vw;
    height: 100vh;
    color: #fff
}

._404-wrapper.image-bg_orange {
    height: 100svh;
    overflow: hidden
}

._404-header_huge_wrapper {
    display: flex;
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    right: 2rem
}

._404-subtext_button_wrapper {
    max-width: 26.5rem;
    padding-left: 2rem;
    padding-right: 2rem
}

._404-header_wrapper {
    justify-content: space-between;
    align-items: flex-start;
    padding: 2rem;
    display: flex
}

.footer_link-whatsapp {
    grid-column-gap: .5rem;
    display: flex
}

.cards-name_wrapper {
    grid-row-gap: .125rem;
    flex-direction: column;
    align-items: flex-start;
    display: flex
}

.slider_arrow-right {
    z-index: 99;
    width: 5rem;
    height: 4rem;
    background-color: var(--reducations-beige);
    transform-origin: 50%;
    cursor: pointer;
    border-radius: 100vw;
    flex: none;
    justify-content: center;
    align-items: center;
    transition: all .2s;
    display: flex;
    position: absolute;
    top: 40%;
    bottom: 0%;
    left: auto;
    right: -1rem;
    transform: scale(1)
}

.slider_arrow-right:hover {
    transform: scale(1.1)
}

.slider_arrow-left {
    z-index: 99;
    width: 5rem;
    height: 4rem;
    background-color: var(--reducations-beige);
    transform-origin: 0%;
    cursor: pointer;
    border-radius: 100vw;
    flex: none;
    justify-content: center;
    align-items: center;
    transition: all .2s;
    display: flex;
    position: absolute;
    top: 40%;
    bottom: 0%;
    left: -1rem;
    right: auto;
    transform: scale(1)
}

.slider_arrow-left:hover {
    transform-origin: 50%;
    transform: scale(1.1)
}

.fs-cc-banner_buttons-wrapper {
    flex-direction: row;
    flex: none;
    grid-template-rows: auto;
    grid-template-columns: auto auto;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.fs-cc-banner_container {
    width: 100%;
    max-width: 62.5rem;
    flex-direction: column;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    display: flex
}

.fs-cc-prefs_checkbox {
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    margin-top: 0;
    margin-left: 0;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%
}

.fs-cc-prefs_trigger {
    display: none
}

.fs-cc-prefs_close {
    z-index: 1;
    color: #333;
    cursor: pointer;
    background-color: #f5f6ff;
    border-radius: 100%;
    padding: .625rem;
    font-size: 1.25rem;
    text-decoration: none;
    position: absolute;
    top: -.75rem;
    bottom: auto;
    left: auto;
    right: -.75rem;
    box-shadow: -1px 1px 12px rgba(51,51,51,.1)
}

.fs-cc-prefs_option {
    border-bottom: 1px solid rgba(51,51,51,.15);
    padding-top: 1rem;
    padding-bottom: 1rem
}

.fs-cc-prefs_space-small {
    margin-bottom: .75rem
}

.fs-cc-manager_trigger {
    display: none
}

.fs-cc-prefs_title {
    color: var(--black);
    text-transform: uppercase;
    font-family: Druk Medium,sans-serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: .9em
}

.fs-cc-prefs_checkbox-label {
    display: none
}

.fs-cc-prefs_text {
    color: var(--black);
    font-size: .75rem
}

.fs-cc-prefs_buttons-wrapper {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    margin-top: 2rem;
    margin-right: -.5rem;
    display: flex
}

.fs-cc-prefs_space-medium {
    margin-bottom: 2.5rem
}

.fs-cc-prefs_checkbox-field {
    width: 2.75rem;
    height: 1.5rem;
    background-color: #ccc;
    border-radius: 999rem;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: 0;
    padding: .125rem;
    display: flex;
    position: relative
}

.fs-cc-prefs_label {
    color: var(--black);
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 2rem;
    font-family: Druk Wide Medium,sans-serif;
    font-size: .8rem;
    font-weight: 500
}

.fs-cc-components {
    flex-direction: row;
    justify-content: flex-end;
    display: flex
}

.fs-cc-prefs_content {
    height: 100%;
    padding: 2.5rem 2rem;
    overflow: scroll
}

.fs-cc-banner_button {
    min-width: 8rem;
    border: 2px solid var(--orange);
    background-color: var(--orange);
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    border-radius: 999rem;
    margin-left: 1rem;
    padding: .625rem 1.25rem;
    font-family: Druk Wide Medium,sans-serif;
    font-size: .6rem;
    font-weight: 500;
    transition: all .3s
}

.fs-cc-banner_button:hover {
    border-color: var(--black);
    background-color: var(--black)
}

.fs-cc-banner_button.fs-cc-button-alt {
    border-color: var(--black);
    color: var(--black);
    background-color: transparent;
    transition: border-color .2s,color .2s
}

.fs-cc-banner_button.fs-cc-button-alt:hover {
    border-color: var(--orange)
}

.fs-cc-prefs_form {
    width: 100%;
    height: 100%;
    max-height: 70vh;
    max-width: 36rem;
    background-color: var(--reducations-beige);
    border-radius: 1rem;
    margin-bottom: 0;
    position: relative
}

.fs-cc-prefs_close-icon {
    width: 1rem;
    height: 1rem;
    color: #021a7c
}

.fs-cc-prefs_overlay {
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.6);
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%
}

.fs-cc-banner_text {
    padding-bottom: 2rem
}

.fs-cc-banner_text-link {
    border-bottom: 2px solid var(--black);
    color: var(--black);
    font-weight: 400;
    text-decoration: none;
    transition: border-color .2s,color .2s
}

.fs-cc-banner_text-link:hover {
    border-bottom: 2px solid var(--orange)
}

.fs-cc-banner_trigger {
    display: none
}

.fs-cc-prefs_component {
    z-index: 997;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding: 2rem;
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%
}

.fs-cc-banner_component {
    z-index: 9999999;
    max-width: 36rem;
    background-color: var(--reducations-beige);
    border-radius: 2rem;
    padding: 2rem;
    display: none;
    position: fixed;
    top: auto;
    bottom: 2rem;
    left: auto;
    right: 2rem
}

.fs-cc-prefs_toggle-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .5rem;
    display: flex
}

.fs-cc-prefs_button {
    border: 2px solid var(--orange);
    background-color: var(--orange);
    text-transform: uppercase;
    border-radius: 999rem;
    margin-right: .5rem;
    padding: .625rem 1.5rem;
    font-family: Druk Wide Medium,sans-serif;
    font-size: .6rem;
    font-weight: 500;
    transition: all .3s
}

.fs-cc-prefs_button:hover {
    background-color: var(--black);
    border-color: #000
}

.fs-cc-prefs_button.fs-cc-button-alt {
    border-color: var(--black);
    color: var(--black);
    background-color: transparent;
    transition: all .2s
}

.fs-cc-prefs_button.fs-cc-button-alt:hover {
    border-color: var(--orange)
}

.fs-cc-prefs_submit-hide {
    display: none
}

.fs-cc-prefs_toggle {
    width: 1.25rem;
    height: 1.25rem;
    background-color: #fff;
    border-radius: 999px
}

.bold-text {
    font-weight: 400
}

.section_docent {
    position: relative
}

.noise {
    z-index: 1;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: hidden
}

.header-arrow_wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%
}

.cards-slider_coming-soon {
    position: absolute;
    top: 1rem;
    bottom: auto;
    left: auto;
    right: 1rem
}

.heading-style-subheading-3 {
    text-transform: uppercase;
    font-family: Druk Wide Medium,sans-serif;
    font-size: .7rem;
    font-weight: 500;
    line-height: 100%;
    position: relative
}

.no-link {
    z-index: 1;
    display: block;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%
}

.unsplash-image {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: 50% 50%;
    display: block
}

.sign-up_wrapper {
    z-index: -1;
    width: 40rem;
    background-color: var(--white);
    border-radius: 2rem;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 1rem 2rem 2rem;
    display: none;
    position: absolute;
    top: auto;
    bottom: 7rem;
    left: auto;
    right: 0%
}

.sign-up_location-row {
    border-bottom: 1px solid rgba(0,0,0,.2);
    justify-content: space-between;
    padding-top: .5rem;
    padding-bottom: .5rem;
    display: flex
}

.sign-up_bg-overlay {
    z-index: 9998;
    cursor: pointer;
    background-color: rgba(0,0,0,.5);
    display: none;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%
}

.sign-up_content-wrapper {
    width: 100%
}

.background-color_retreats {
    z-index: 0;
    background-color: var(--retreats-blue);
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%
}

.background-color_retreats.is-yellow {
    background-color: var(--retreats-yellow)
}

.heading {
    font-family: Druk Wide Medium,sans-serif
}

.heading_retreat {
    text-transform: none;
    font-family: New Spirit,sans-serif;
    font-size: 8vw
}

.image {
    
    margin-left: 0;
    margin-right: 0
}

.paragraph {
    text-align: center
}

.paragraph-2 {
    max-width: 100%;
    float: none;
    clear: none;
    justify-content: flex-start;
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: static
}

.block-quote {
    padding-top: 3.4rem;
    padding-bottom: 3.4rem;
    font-family: Druk Wide Medium,sans-serif;
    font-weight: 500
}

.paragraph-3 {
    margin-bottom: 40px
}

.grid {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "Area"
}

.div-block-2 {
    justify-content: center;
    display: flex
}

.paragraph-4 {
    object-fit: fill;
    justify-content: flex-start;
    margin-right: 0;
    display: flex;
    position: static
}

.paragraph-5 {
    width: auto;
    max-width: none
}

.product-card {
    flex-wrap: nowrap;
    align-content: stretch;
    justify-content: flex-start;
    padding: 34px;
    display: flex
}

.image-2 {
    max-width: 50%
}

.merch-card {
    max-width: 100%;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
    justify-content: flex-start;
    display: flex
}

.text-block {
    padding-left: 10px
}

.text-block-2 {
    text-align: right;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    padding-left: 0;
    font-family: Druk Medium,sans-serif;
    font-size: 2.8rem;
    font-weight: 500;
    display: flex
}

.heading-2 {
    height: 47px;
    display: flex
}

.div-block-5 {
    clear: none;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    text-align: left;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: flex
}

.heading-3 {
    width: auto;
    text-align: right;
    object-fit: fill;
    justify-content: flex-end;
    align-items: flex-end;
    display: flex
}

.heading-4 {
    text-align: center
}

.heading-5 {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px
}

.paragraph-6 {
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: stretch;
    display: flex
}


.image-3 {
    object-fit: contain;
    display: block
}

.div-block-6 {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    display: flex
}

.div-block-7 {
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 40px;
    display: flex
}

.heading-style-h1-2,.heading-style-h1-3 {
    z-index: 1;
    color: #000;
    text-transform: uppercase;
    font-family: Druk Medium,sans-serif;
    font-size: 10vw;
    font-weight: 500;
    line-height: 80%;
    position: relative
}

.heading-6 {
    padding-bottom: 59px
}

.container-2 {
    max-width: 0
}

.background-video-2 {
    height: 50%;
    max-height: none;
    background-color: rgba(156,156,156,0)
}

.heading-7 {
    -webkit-text-fill-color: inherit;
    background-color: transparent;
    background-clip: border-box
}

.temp-quote {
    width: auto;
    flex-direction: row;
    flex: 0 auto;
    justify-content: center;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
    font-family: Druk Medium,sans-serif;
    font-size: 4rem;
    font-style: normal;
    display: flex
}

.temp-quote.naamqoute {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 2rem;
    font-style: italic
}

.temp-quote.padding-medium {
    font-weight: 500
}

.temp-quote.text-closer {
    line-height: 100%
}

.div-block-8 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.heading-8 {
    width: auto
}

.button_flash-2-2 {
    width: 1.5rem
}

.doekoes_sticky-content-2 {
    height: 100vh;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative
}

.button_text-wrap-2 {
    color: #000;
    text-align: center;
    cursor: pointer;
    border: 2px solid #000;
    border-radius: 100vw;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: .2rem .5rem;
    display: flex;
    position: relative;
    overflow: hidden
}

.button-7 {
    color: #000;
    text-align: center;
    cursor: pointer;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: static
}

.button_arrow-wrap-2 {
    z-index: 1;
    transform-origin: 0%;
    color: #000;
    text-align: center;
    cursor: pointer;
    background-color: #ff5c00;
    border-radius: 100vw;
    justify-content: center;
    align-items: center;
    padding-left: .75rem;
    padding-right: .75rem;
    display: flex;
    position: relative;
    overflow: hidden
}

.button_arrow-wrap-2.is-secondary {
    background-color: #000
}

.button_flash-1-2 {
    width: .7rem
}

.icon-1x1-small-3 {
    z-index: 1;
    width: .875rem;
    height: .875rem;
    color: #fff;
    flex: none;
    justify-content: center;
    align-items: center;
    display: flex
}

.doekoes_text-col-wrapper-2 {
    height: auto;
    flex-direction: column;
    justify-content: space-between;
    padding: 6rem;
    overflow: visible
}

.button_flash-3-2 {
    width: .8rem
}

.button_flashes-2 {
    flex-direction: column;
    display: flex;
    position: absolute;
    top: 30px;
    right: .2rem;
    transform: scale(.5)
}

.bigger-type {
    font-size: 10rem
}

.grid-2 {
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "Area"
}

.heading-9 {
    margin-bottom: 0;
    padding-top: 1rem;
    padding-bottom: 0
}

.heading-9.head-small {
    font-size: 3rem
}

.grid3 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-areas: "Area""Area-2"
}

.section_bedrijven-aanbod {
    flex-direction: column;
    align-items: center;
    display: flex
}

.collection-item {
    width: 89%;
    height: 97%;
    max-width: none;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    object-fit: fill;
    flex-direction: column;
    display: flex
}

.collection-item.bedrijven-styling {
    width: 100%;
    height: 100%;
    max-height: none;
    max-width: none;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: center;
    align-items: stretch
}

.collection-list {
    width: 100%;
    height: 100%;
    grid-column-gap: .1rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid
}

.div-block-9 {
    width: 406px
}

.image-4 {
    width: 100%;
    height: 100%;
    max-height: none;
    max-width: none;
    aspect-ratio: auto;
    object-fit: cover;
    display: inline-block;
    overflow: visible
}

.image-4.is-ratio-img-1-1 {
    max-width: 100%;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%
}

.text-align-center-hor {
    align-items: center;
    display: flex
}

.div-block-10 {
    width: 50%;
    height: 50%;
    max-width: none;
    object-fit: fill
}

.collection-list-wrapper {
    width: 100%;
    height: 100%
}

.collection-list-wrapper.padding-choke {
    padding-left: 95px;
    padding-right: 95px
}

.header-align {
    text-align: center
}

.image-5 {
    width: 100%
}

.text-align-center-vert {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex
}

.italic-text {
    font-weight: 500
}

.italic-text.qoute-caller {
    font-family: Druk Medium,sans-serif;
    font-size: 2.5rem;
    font-weight: 500
}

.background-image-2 {
    z-index: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    margin-top: 0;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto
}

@media screen and (max-width: 991px) {
    h1 {
        font-size:8rem
    }

    h2 {
        font-size: 6rem
    }

    h3 {
        font-size: 5rem
    }

    h4 {
        font-size: 4rem
    }

    h6 {
        font-size: 3rem
    }

    .margin-xhuge {
        margin: 6rem
    }

    .align-center.padding-medium.align-vertical {
        padding: 0
    }

    .padding-vertical {
        padding-left: 0;
        padding-right: 0
    }

    .heading-style-h3 {
        font-size: 5rem
    }

    .padding-bottom {
        padding-top: 0;
        padding-left: 0;
        padding-right: 0
    }

    .margin-top {
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0
    }

    .text-size-small {
        flex: none
    }

    .max-width-full-tablet {
        width: 100%;
        max-width: none
    }

    .fs-styleguide_2-col {
        grid-column-gap: 2rem;
        grid-row-gap: 2rem;
        grid-template-columns: 1fr
    }

    .padding-xxlarge {
        padding: 4rem
    }

    .fs-styleguide_4-col {
        grid-template-columns: 1fr
    }

    .padding-top {
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0
    }

    .hide-tablet {
        display: none
    }

    .padding-xhuge {
        padding: 6rem
    }

    .margin-xxhuge {
        margin: 8rem
    }

    .margin-huge {
        margin: 5rem
    }

    .fs-styleguide_section {
        grid-column-gap: 2.5rem;
        grid-template-columns: 1fr
    }

    .padding-left {
        padding-top: 0;
        padding-bottom: 0;
        padding-right: 0
    }

    .margin-medium {
        margin: 1.5rem
    }

    .heading-style-h1 {
        font-size: 8rem
    }

    .margin-xxlarge {
        margin: 4rem
    }

    .text-rich-text p {
        padding-bottom: 2rem;
        overflow: hidden
    }

    .text-rich-text.text-align-center-vert.padding-medium.border-bottom.padding-bottom {
        padding-bottom: 2rem
    }

    .margin-xlarge {
        margin: 3rem
    }

    .margin-horizontal {
        margin-top: 0;
        margin-bottom: 0
    }

    .fs-styleguide_3-col {
        grid-template-columns: 1fr
    }

    .padding-right {
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0
    }

    .margin-right {
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 0
    }

    .icon-1x1-large {
        width: 2rem;
        height: 2rem
    }

    .padding-xlarge {
        padding: 3rem
    }

    .padding-large {
        padding: 2.5rem
    }

    .margin-left {
        margin-top: 0;
        margin-bottom: 0;
        margin-right: 0
    }

    .padding-horizontal {
        padding-top: 0;
        padding-bottom: 0
    }

    .fs-styleguide_heading-medium {
        font-size: 3rem
    }

    .padding-xxhuge {
        padding: 8rem
    }

    .margin-vertical {
        margin-left: 0;
        margin-right: 0
    }

    .heading-style-h6 {
        font-size: 3rem;
        line-height: 85%
    }

    .padding-medium {
        padding: 0
    }

    .padding-section-large {
        padding-top: 6rem;
        padding-bottom: 6rem
    }

    .padding-section-large._0-rem {
        overflow: hidden
    }

    .padding-section-medium {
        padding-top: 4rem;
        padding-bottom: 4rem
    }

    .fs-styleguide_1-col {
        grid-column-gap: 2rem;
        grid-row-gap: 2rem
    }

    .heading-style-h4 {
        font-size: 4rem;
        line-height: 85%
    }

    .heading-style-h5 {
        font-size: 3rem;
        line-height: 1;
    }

    .margin-bottom {
        margin-top: 0;
        margin-left: 0;
        margin-right: 0
    }

    .padding-huge {
        padding: 5rem
    }

    .margin-large {
        margin: 2.5rem
    }

    .heading-style-h2 {
        font-size: 4rem
    }

    .show-tablet {
        display: block
    }

    .text-size-xlarge {
        font-size: 1.75rem
    }

    .nav-menu_link {
        padding-top: .25rem;
        padding-bottom: .25rem
    }

    .nav-menu_links {
        width: 100%;
        grid-column-gap: .25rem;
        grid-row-gap: .25rem
    }

    .nav-menu_links.is-secondary,.nav-menu_links.is-third {
        width: 40%
    }

    .nav-menu_links-wrapper {
        height: 100vh;
        grid-column-gap: 6rem;
        grid-row-gap: 6rem;
        flex-direction: row;
        justify-content: space-between;
        padding-bottom: 2rem
    }

    .navbar_menu-button.w--open {
        background-color: transparent
    }

    .nav-menu_link-small {
        font-size: 1.25rem;
        position: static
    }

    .fs-styleguide_5-col {
        grid-template-columns: 1fr
    }

    .img-text_wrapper {
        grid-column-gap: 3.5rem;
        grid-row-gap: 3.5rem;
        grid-template-columns: 1.2fr 1fr
    }

    .text-img_wrapper {
        grid-column-gap: 2rem;
        grid-row-gap: 2rem;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr
    }

    .text-rich-text-large {
        max-width: 32rem
    }

    .subheading-text_heading {
        flex: none;
        position: relative
    }

    .subheading-text_wrapper {
        grid-column-gap: 8rem;
        justify-content: space-between
    }

    .text-l_wrapper {
        max-width: 32rem
    }

    .faq_title {
        line-height: 130%
    }

    .heading-style-subheading-1.is-button {
        white-space: nowrap
    }

    .heading-style-subheading-2.is-header-01 {
        top: -5.3rem
    }

    .header-hero_content {
        align-items: flex-end
    }

    .text-gap {
        width: 2rem
    }

    .button_arrow-wrap {
        z-index: 0
    }

    .intro-content-bottom_right {
        position: relative
    }

    .intro_text-col {
        margin-bottom: -1rem
    }

    .button_flashes {
        display: none
    }

    .span-element {
        width: 10rem;
        height: 5.9rem
    }

    .span-element.is-header-01 {
        width: 5.9rem
    }

    .span-element.is-leerlijnen {
        width: 18vw;
        height: 23vw
    }

    .hero_content-title {
        padding-left: 3rem;
        padding-right: 3rem
    }

    .slider-titles_component {
        height: 11.5vw
    }

    .span-wrapper {
        padding-left: .5rem;
        padding-right: .5rem
    }

    .form_opleidingen-filter {
        grid-row-gap: .25rem
    }

    .filter-button {
        font-size: 4rem
    }

    .leerlijnen_content {
        max-width: none
    }

    .cursor_wrap {
        display: none
    }

    .leerlijnen_opleidingen-wrapper {
        width: 26%
    }

    .leerlijnen_arrow-wrapper {
        width: 5rem;
        height: 3.3rem
    }

    .team_wrapper {
        grid-row-gap: 3rem
    }

    .team_content {
        grid-template-columns: 3fr 3fr
    }

    .team_arrow-wrapper {
        width: 5rem;
        height: 3.3rem
    }

    .team_arrow-wrapper.is-purple {
        background-color: var(--green)
    }

    .tab_pane {
        height: auto
    }

    .col._2col.tab-menu {
        flex-basis: 27%
    }

    .opleidingstypes_visual-1 {
        width: 4rem;
        top: -16%;
        left: -3%
    }

    .opleidingstypes_visual-2 {
        top: -31%
    }

    .opleidingstypes_visual-3 {
        width: 3rem
    }

    .opleidingstypes_visual-4 {
        width: 2.5rem;
        right: 6%
    }

    .reviews_grid {
        grid-template-columns: 1fr 1fr
    }

    .footer_grid {
        grid-row-gap: 4rem;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr
    }

    .footer_smiley-wrapper {
        width: 8rem;
        height: 8rem;
        top: -36%;
        left: 11%
    }

    .heading-style-h7 {
        font-size: 2.5rem
    }

    .footer_bottom {
        grid-column-gap: 2rem
    }

    .footer_bottom-right-wrapper {
        grid-row-gap: .5rem
    }

    .in-het-kort_grid {
        grid-column-gap: 2rem
    }

    .rich-text_grid {
        grid-template-columns: 1fr;
        grid-template-areas: "Area-2""Area";
        grid-auto-flow: column
    }

    .heading-style-xhuge {
        font-size: 10rem
    }

    .heading-style-xhuge.is-404 {
        font-size: 22vw
    }

    .wat-er-aan-bod-komt_wrapper.is-2 {
        margin-top: -2rem
    }

    .voordelen_grid {
        grid-template-columns: 1fr 1fr
    }

    .pagenav_fixed {
        bottom: 1.5rem
    }

    .pagenav_wrapper {
        grid-column-gap: 2rem;
        grid-row-gap: 2rem;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr;
        padding: 1rem
    }

    .header-mask_profile-image {
        width: 10rem;
        height: 6rem
    }

    .header-01_heading {
        max-width: 80rem
    }

    .padding-section-huge {
        padding-top: 10rem;
        padding-bottom: 10rem
    }

    .over-ons_text-col {
        height: auto
    }

    .over-ons-text-img_wrapper {
        grid-column-gap: 2rem;
        grid-row-gap: 2rem;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr;
        justify-items: center
    }

    .over-ons_sticky-col {
        width: 100%;
        height: auto;
        position: -webkit-sticky;
        position: sticky;
        top: 6rem;
        bottom: auto;
        left: 0%;
        right: 0%
    }

    .over-ons_sticky-col.show-tablet {
        top: 20rem
    }

    .over-ons_creatives-mask {
        width: 10rem;
        height: 6.3rem
    }

    .over-ons_sticky-content {
        grid-column-gap: 1rem;
        flex-direction: row;
        padding-left: 2rem;
        position: relative;
        transform: translate(0)
    }

    .slide_logo-image {
        height: 4rem
    }

    .leerlijnen_two-col-grid {
        height: auto;
        grid-template-columns: 1fr;
        justify-items: center
    }

    .leerlijnen-overview_1-col {
        border-bottom-style: none
    }

    .leerlijnen-overview_1-col.is-left {
        border-bottom-style: none;
        border-right-style: none;
        padding-bottom: 0
    }

    .leerlijnen-overview_opleiding-mask {
        width: 6rem;
        height: 4rem
    }

    .background-color-white-blur {
        background-color: rgba(255,255,255,.75);
        border-radius: 2rem;
        margin: -4rem;
        padding: 4rem;
        overflow: hidden
    }

    .doekoes_sticky-col {
        width: 100%;
        height: 40vh;
        position: static;
        top: 0;
        bottom: auto;
        left: 0%;
        right: 0%
    }

    .doekoes-text-img_wrapper {
        grid-column-gap: 2rem;
        grid-row-gap: 2rem;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr;
        justify-items: center
    }

    .doekoes_text-col-item {
        height: 100%;
        flex-direction: column;
        justify-content: space-between;
        display: flex
    }

    .doekoes_sticky-content {
        height: 100%;
        grid-column-gap: 1rem;
        flex-direction: row;
        position: relative;
        transform: translate(0)
    }

    .nav-menu_link-xsmall {
        font-size: 1.25rem;
        position: static
    }

    .teammember_content {
        max-width: none
    }

    .teammember_arrow-wrapper {
        width: 5rem;
        height: 3.3rem
    }

    .teammember_sticky-image-wrapper {
        display: none
    }

    .teammember_profileimg-wrap {
        width: 2.3rem
    }

    .abonnementen_grid {
        grid-template-columns: 1fr 1fr
    }

    .formly_inner {
        width: 100%;
        max-width: 48rem
    }

    .button-5:hover {
        transform: none
    }

    .header_smiley-wrapper {
        width: 13vw;
        height: 13vw;
        top: 10.3vw;
        left: 16.8vw
    }

    .heading-style-splash {
        font-size: 20.5vw
    }

    .section-alumni-scroller {
        display: none
    }

    .scrollpane {
        grid-column-gap: 2vw;
        grid-row-gap: 2vw;
        grid-template-rows: 30vw;
        grid-template-columns: 30vw 30vw 30vw 30vw;
        grid-auto-rows: 30vw;
        grid-auto-columns: 30vw;
        padding: 3vmin
    }

    .button-6 {
        transition-property: none
    }

    .button-6:hover {
        letter-spacing: 0
    }

    .slider_arrow-right,.slider_arrow-left {
        width: 3.5rem;
        height: 3rem
    }

    .fs-cc-banner_container {
        flex-direction: column;
        align-items: flex-start
    }

    .fs-cc-banner_text {
        margin-right: 0
    }

    .header-arrow_wrapper {
        height: 100%
    }

    .sign-up_wrapper {
        bottom: 5rem;
        left: -75%
    }

    .heading_retreat {
        font-size: 6rem
    }

    .heading-style-h1-2,.heading-style-h1-3 {
        font-size: 8rem
    }

    .doekoes_sticky-content-2 {
        height: 100%;
        grid-column-gap: 1rem;
        flex-direction: row;
        position: relative;
        transform: translate(0)
    }

    .button_arrow-wrap-2 {
        z-index: 0
    }

    .button_flashes-2 {
        display: none
    }

    .grid3 {
        grid-template-columns: 1fr
    }

    .collection-list {
        grid-template-columns: 1fr 1fr
    }

    .grid-3 {
        grid-template-columns: 1fr
    }

    .text-align-center-vert.border-bottom.padding-medium.padding-bottom {
        padding-bottom: 2rem
    }

    .is-ratio-img-1-1 {
        width: 100%;
        height: 100%;
        max-height: none;
        object-fit: cover
    }
}

@media screen and (max-width: 767px) {
    h1 {
        font-size:6rem
    }

    h3 {
        font-size: 4rem
    }

    h4 {
        font-size: 3rem
    }

    h5 {
        font-size: 2rem
    }

    h6 {
        font-size: 1.8rem
    }

    blockquote {
        font-size: 1.25rem
    }

    .margin-xhuge {
        margin: 4rem
    }

    .align-center.padding-medium.align-vertical {
        padding: 0
    }

    .padding-vertical {
        padding-left: 0;
        padding-right: 0
    }

    .padding-global {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }

    .padding-bottom {
        padding-top: 0;
        padding-left: 0;
        padding-right: 0
    }

    .margin-top {
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0
    }

    .padding-xxlarge {
        padding: 3rem
    }

    .padding-top {
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0
    }

    .fs-styleguide_section-header {
        font-size: .875rem
    }

    .text-size-large {
        font-size: 1.25rem
    }

    .padding-xhuge {
        padding: 4rem
    }

    .margin-xxhuge {
        margin: 4.5rem
    }

    .margin-huge {
        margin: 3.5rem
    }

    .fs-styleguide_heading-large {
        font-size: 3rem
    }

    .padding-left {
        padding-top: 0;
        padding-bottom: 0;
        padding-right: 0
    }

    .hide-mobile-landscape {
        display: none
    }

    .margin-medium {
        margin: 1.25rem
    }

    .heading-style-h1 {
        font-size: 6.5rem
    }

    .margin-xxlarge {
        margin: 3rem
    }

    .text-rich-text {
        overflow: visible
    }

    .margin-xlarge {
        margin: 2rem
    }

    .margin-horizontal {
        margin-top: 0;
        margin-bottom: 0
    }

    .max-width-medium {
        max-width: 32rem
    }

    .padding-right {
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0
    }

    .margin-right {
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 0
    }

    .icon-1x1-large {
        width: 1.5rem;
        height: 1.5rem
    }

    .padding-xlarge {
        padding: 2rem
    }

    .padding-large {
        padding: 1.5rem
    }

    .padding-section-small {
        padding-top: 2rem;
        padding-bottom: 2rem
    }

    .max-width-full-mobile-landscape {
        width: 100%;
        max-width: none
    }

    .margin-left {
        margin-top: 0;
        margin-bottom: 0;
        margin-right: 0
    }

    .padding-horizontal {
        padding-top: 0;
        padding-bottom: 0
    }

    .text-style-nowrap {
        white-space: normal
    }

    .fs-styleguide_heading-medium {
        font-size: 2rem
    }

    .padding-xxhuge {
        padding: 4.5rem
    }

    .margin-vertical {
        margin-left: 0;
        margin-right: 0
    }

    .padding-medium {
        padding: 1.25rem
    }

    .padding-section-large {
        padding-top: 4rem;
        padding-bottom: 4rem
    }

    .padding-section-medium {
        padding-top: 3rem;
        padding-bottom: 3rem
    }

    .icon-1x1-small {
        width: 1rem;
        height: 1rem
    }

    .heading-style-h5 {
        font-family: Druk Medium,sans-serif;
        font-size: 2.5rem;
        font-weight: 500
    }

    .text-size-medium {
        font-size: 1rem
    }

    .margin-bottom {
        margin-top: 0;
        margin-left: 0;
        margin-right: 0
    }

    .padding-huge {
        padding: 3.5rem
    }

    .form_radio {
        flex-wrap: wrap
    }

    .margin-large {
        margin: 1.5rem
    }

    .heading-style-h2 {
        font-size: 3.3rem
    }

    .heading-style-h2.is-nav {
        font-size: 3rem
    }

    .show-mobile-portrait {
        display: block
    }

    .text-size-xlarge {
        font-size: 1.5rem
    }

    .nav-menu_links {
        width: 100%;
        min-height: 22rem
    }

    .navbar_logo {
        height: 3.5rem;
        margin-top: 1.8rem;
    }

    .nav-menu_links-wrapper {
        grid-column-gap: 3rem;
        grid-row-gap: 3rem;
        flex-direction: row;
        justify-content: flex-start;
        padding-top: 8rem;
        padding-bottom: 8rem
    }

    .nav-menu_socials {
        padding-bottom: 1px
    }

    .nav-menu {
        overflow: auto
    }

    .navbar {
        height: 4rem
    }

    .icon-1x1-small-2 {
        width: 1rem;
        height: 1rem
    }

    .menu-icon {
        height: 2.2rem;
        margin-top: 1rem;
    }

    .img-text_wrapper,.text-img_wrapper {
        grid-column-gap: 2.5rem;
        grid-row-gap: 2.5rem;
        grid-template-columns: 1fr
    }

    .subheading-text_wrapper,.text-l_wrapper {
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
        flex-direction: column
    }

    .video_play-button {
        width: 5rem;
        height: 5rem
    }

    .video_content-wrapper {
        grid-column-gap: 2rem;
        grid-row-gap: 2rem
    }

    .video_play-icon {
        width: 1.5rem;
        height: 1.5rem
    }

    .swiper-pagination-link {
        width: 2.5rem;
        height: 2.5rem
    }

    .centered_heading {
        grid-column-gap: 2rem;
        grid-row-gap: 2rem
    }

    .faq_question {
        padding-top: 1rem;
        padding-bottom: 1rem
    }

    .heading-style-subheading-1 {
        font-size: 1rem
    }

    .heading-style-subheading-2.is-header-01 {
        top: -3.9rem
    }

    .header-hero_content {
        padding-top: 1rem;
        padding-bottom: 1rem
    }

    .intro-heading_img {
        width: 4.8em;
        height: 4.8em
    }

    .intro-content-bottom_img {
        width: 9.8rem
    }

    .intro_text-col {
        width: 27rem
    }

    .intro_text {
        top: -2rem
    }

    .span-element {
        width: 7rem;
        height: 4.5rem
    }

    .span-element.is-header-01 {
        width: 4.5rem
    }

    .slider-titles_component {
        height: 12vw
    }

    .opleidingen-filter_radio-button {
        grid-column-gap: .25rem
    }

    .form_opleidingen-filter {
        grid-row-gap: .25rem
    }

    .filter-button {
        font-size: 3.5rem
    }

    .leerlijnen_opleidingen-wrapper {
        width: 34%
    }

    .leerlijnen_arrow-wrapper {
        width: 4rem;
        height: 3rem
    }

    .team-cards_title-wrapper {
        padding-bottom: 1rem;
        padding-left: 1rem;
        padding-right: 1rem
    }

    .team_content {
        grid-template-columns: 3fr
    }

    .team_arrow-wrapper {
        width: 4rem;
        height: 3rem
    }

    .tab-link {
        padding-top: 1rem;
        padding-bottom: 1rem
    }

    .tab_content-wrapper {
        border-top: 1px solid #000
    }

    .col {
        padding-left: 12px;
        padding-right: 12px
    }

    .col._2col,.col._2col.tab-menu {
        padding-left: 0;
        padding-right: 0
    }

    .row {
        margin-left: -12px;
        margin-right: -12px
    }

    .row.flex-center {
        flex-direction: column;
        justify-content: flex-start;
        align-items: stretch;
        margin-left: 0;
        margin-right: 0
    }

    .tab_content-paragraph-wrapper {
        border-left-style: none
    }

    .opleidingstypes_visual-1 {
        top: -14%;
        left: -3%
    }

    .opleidingstypes_visual-2 {
        top: -22%;
        left: 13%
    }

    .opleidingstypes_visual-3 {
        bottom: 5%;
        right: 0%
    }

    .opleidingstypes_visual-4 {
        bottom: -10%;
        right: 17%
    }

    .circle-1 {
        filter: blur(2rem)
    }

    .circle-2 {
        filter: blur(2rem);
        top: -2%
    }

    .circle-4 {
        filter: blur(2rem);
        top: 5%
    }

    .circle-3 {
        filter: blur(2rem);
        top: -2%
    }

    .circle-5,.circle-6 {
        filter: blur(2rem)
    }

    .reviews_heading {
        grid-column-gap: 2rem;
        grid-row-gap: 2rem
    }

    .footer_grid {
        grid-row-gap: 2rem
    }

    .heading-style-h7 {
        font-size: 2.3rem
    }

    .footer_bottom {
        grid-row-gap: 1rem;
        flex-direction: column-reverse;
        align-items: center
    }

    .footer_bottom-right-wrapper {
        justify-content: center;
        align-items: center
    }

    .heading-style-intro {
        font-size: 6.5rem
    }

    .in-het-kort_grid {
        grid-row-gap: 2rem;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr 1fr 1fr
    }

    .rich-text_grid {
        grid-template: "Area""."/1.25fr;
        grid-auto-flow: column dense
    }

    .heading-style-xhuge.is-404 {
        font-size: 21vw
    }

    .docent_wrapper,.docent_wrapper.background-color-beige {
        grid-row-gap: 2rem;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr
    }

    .pagenav_fixed {
        bottom: 1rem
    }

    .header-mask_profile-image {
        width: 8rem;
        height: 5rem
    }

    .header-02_title-wrapper.max-width-medium {
        grid-column-gap: .5rem
    }

    .padding-section-huge {
        padding-top: 6rem;
        padding-bottom: 6rem
    }

    .over-ons-text-img_wrapper {
        grid-column-gap: 2.5rem;
        grid-row-gap: 2.5rem;
        grid-template-columns: 1fr
    }

    .over-ons_creatives-mask {
        width: 7.5rem;
        height: 5rem
    }

    .slide_logo-image {
        width: 5rem;
        height: 3.5rem
    }

    .leerlijnen-overview_1-col {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }

    .background-color-white-blur {
        margin: -2rem;
        padding: 2rem
    }

    .doekoes-text-img_wrapper {
        grid-column-gap: 2.5rem;
        grid-row-gap: 2.5rem;
        grid-template-columns: 1fr
    }

    .textstyle-menu_open,.textstyle-menu_close {
        font-size: .7rem
    }

    .teammember_arrow-wrapper {
        width: 4rem;
        height: 3rem
    }

    .teammember_profileimg-wrap.show-tablet.hide-mobile-portrait {
        flex: none
    }

    .teammember_profileimg-wrap.show-mobile-portrait {
        display: none
    }

    .abonnementen_grid {
        grid-row-gap: 2rem;
        grid-template-columns: 1fr
    }

    .arrow-down_wrapper.is-header-01 {
        bottom: 1.25rem;
        left: 1.25rem
    }

    .arrow-down {
        height: 2.4rem
    }

    .arrow-down_icon,.arrow-down_icon-top {
        width: 1rem;
        height: 1rem
    }

    .form_message-error-2 {
        bottom: 6.5rem
    }

    .form-step_heading-wrap {
        align-content: center
    }

    .formly_step_counter-text {
        white-space: pre
    }

    .formly_inner {
        height: 90svh;
        padding: 3rem 2rem 2rem
    }

    .heading-style-splash {
        font-size: 19.7vw
    }

    .scrollpane {
        grid-template-rows: 46vw;
        grid-template-columns: 46vw 46vw;
        grid-auto-rows: 46vw;
        grid-auto-columns: 46vw
    }

    .button_wrapper {
        display: flex
    }

    ._404-header_huge_wrapper {
        justify-content: center
    }

    .slider_arrow-right {
        right: -.7rem
    }

    .slider_arrow-left {
        left: -.7rem
    }

    .fs-cc-banner_container {
        flex-direction: column;
        align-items: flex-start
    }

    .fs-cc-prefs_title {
        font-size: 1.25rem
    }

    .header-arrow_wrapper {
        height: 100%
    }

    .sign-up_wrapper {
        width: 30rem;
        left: -50%
    }

    .heading_retreat {
        font-size: 4.5rem
    }

    .heading-style-h1-2,.heading-style-h1-3 {
        font-size: 6.5rem
    }

    .icon-1x1-small-3 {
        width: 1rem;
        height: 1rem
    }

    .grid3 {
        grid-template-columns: 1fr
    }

    .grid-3 {
        grid-template-columns: 1fr;
        grid-auto-flow: row
    }
}

@media screen and (max-width: 479px) {
    h1 {
        font-size:16vw
    }

    h2 {
        font-size: 4rem
    }

    h3 {
        font-size: 3.5rem
    }

    h4 {
        font-size: 2.5rem
    }

    p {
        font-size: .9rem
    }

    .button.is-form-submit {
        width: 100%
    }

    .padding-vertical {
        padding-left: 0;
        padding-right: 0
    }

    .heading-style-h3 {
        font-size: 4rem;
        line-height: 85%
    }

    .padding-global {
        align-self: auto
    }

    .page-wrapper {
        overflow: hidden
    }

    .padding-bottom {
        padding-top: 0;
        padding-left: 0;
        padding-right: 0
    }

    .margin-top {
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0
    }

    .text-size-small {
        text-align: left
    }

    .padding-top {
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0
    }

    .hide-mobile-portrait {
        display: none
    }

    .text-size-large {
        font-size: 1.125rem
    }

    .padding-left {
        padding-top: 0;
        padding-bottom: 0;
        padding-right: 0
    }

    .max-width-full-mobile-portrait {
        width: 100%;
        max-width: none
    }

    .heading-style-h1 {
        font-size: 16vw
    }

    .margin-horizontal {
        margin-top: 0;
        margin-bottom: 0
    }

    .padding-right {
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0
    }

    .margin-right {
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 0
    }

    .icon-1x1-large {
        width: 1rem;
        height: 1rem
    }

    .button-group.is-header-hero {
        grid-row-gap: .5rem;
        justify-content: flex-end
    }

    .button-group.is-intro,.button-group.is-centered {
        justify-content: center
    }

    .padding-large {
        display: block
    }

    .padding-large.align-center {
        justify-content: flex-start;
        margin-left: 0;
        margin-right: 0;
        display: flex
    }

    .margin-left {
        margin-top: 0;
        margin-bottom: 0;
        margin-right: 0
    }

    .padding-horizontal {
        padding-top: 0;
        padding-bottom: 0
    }

    .margin-vertical {
        margin-left: 0;
        margin-right: 0
    }

    .heading-style-h6 {
        font-size: 2.5rem
    }

    .padding-medium {
        border-bottom: 1px #000
    }

    .padding-medium.border-bottom {
        border-bottom-style: solid
    }

    .padding-section-large._0-rem {
        padding-top: 4rem;
        overflow: visible
    }

    .main-wrapper {
        overflow: visible
    }

    .heading-style-h4 {
        font-size: 3rem
    }

    .margin-bottom {
        margin-top: 0;
        margin-left: 0;
        margin-right: 0
    }

    .heading-style-h2 {
        word-break: normal;
        font-size: 4rem
    }

    .heading-style-h2.is-nav {
        font-size: 3rem
    }

    .show-mobile-landscape {
        display: block
    }

    .text-size-xlarge {
        font-size: 1.125rem
    }

    .nav-menu_links {
        min-height: auto
    }

    .nav-menu_links.is-secondary {
        width: 100%;
        height: auto
    }

    .nav-menu_links.is-third {
        width: 100%;
        flex-direction: row-reverse;
        align-items: flex-end
    }

    .nav-menu_links-wrapper {
        height: auto;
        grid-row-gap: 2rem;
        flex-direction: column;
        padding-top: 6rem;
        padding-bottom: 0;
        overflow: auto
    }

    .nav-menu_link-inner {
        grid-column-gap: .75rem;
        grid-row-gap: .75rem
    }

    .nav-menu {
        overflow: auto;
        transform: translateY(-100%)
    }

    .nav-menu_links-small {
        grid-column-gap: 1rem;
        grid-row-gap: .25rem;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr;
    }

    .nav-menu_contact-wrap {
        width: 100%;
    }

    .img-text_wrapper {
        grid-column-gap: 2rem;
        grid-row-gap: 2rem
    }

    .img-caption {
        flex-direction: column
    }

    .text-img_wrapper {
        grid-column-gap: 2rem;
        grid-row-gap: 2rem
    }

    .text-rich-text-large {
        max-width: 100%
    }

    .subheading-text_wrapper {
        grid-column-gap: .75rem;
        grid-row-gap: .75rem
    }

    .text-l_wrapper {
        max-width: 100%;
        grid-column-gap: .75rem;
        grid-row-gap: .75rem
    }

    .video_play-button {
        width: 4rem;
        height: 4rem
    }

    .video_content-wrapper {
        grid-column-gap: 1.5rem;
        grid-row-gap: 1.5rem
    }

    .video_play-icon {
        width: 1.25rem;
        height: 1.25rem;
        margin-left: .375rem
    }

    .max-width-small-medium {
        max-width: 17.8rem
    }

    .centered_heading {
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
        flex-direction: column
    }

    .faq_list {
        grid-column-gap: .5rem;
        grid-row-gap: 0rem
    }

    .faq_heading-content {
        flex-direction: column
    }

    .faq_question.is-signup {
        padding-top: .5rem;
        padding-bottom: .5rem
    }

    .faq_title {
        line-height: 120%
    }

    .heading-style-subheading-2.is-header-01 {
        top: -9.4vw
    }

    .header-hero_content {
        padding-top: 4rem
    }

    .button_text-wrap.is-play {
        padding: 1.5rem
    }

    .intro-heading_wrap-1 {
        grid-column-gap: .5rem;
        grid-row-gap: .5rem
    }

    .intro-heading_img {
        width: 3.7em;
        height: 3.8em;
        font-size: 5vw
    }

    .intro-content-bottom_right {
        text-align: center
    }

    .intro-content-bottom_img {
        width: 20vw;
        display: block;
        position: absolute;
        top: -30.2vw;
        right: 80%
    }

    .intro-heading_wrap-2 {
        align-self: flex-end;
        padding-right: .4rem
    }

    .intro_text-col {
        width: 100%;
        flex-direction: column;
        align-items: center;
        margin-bottom: 1rem;
    }

    .button_flashes {
        opacity: 0
    }

    .intro_text {
        top: 1rem
    }

    .span-element {
        width: 18vw;
        height: 11.7vw
    }

    .span-element.is-hero {
        width: 23vw;
        height: 15vw
    }

    .span-element.is-header-01 {
        width: 11.7vw
    }

    .span-element.is-leerlijnen {
        width: 40vw;
        height: 50vw
    }

    .outline-white {
        font-size: 20vw
    }

    .hero_content-title {
        padding-left: 0;
        padding-right: 0
    }

    .slider-titles_component {
        height: 17.2vw
    }

    .filter-button {
        font-size: 3rem
    }

    .leerlijnen_content {
        padding-top: 1rem;
        padding-bottom: 1rem
    }

    .leerlijnen_heading-wrapper {
        grid-row-gap: 1rem;
        flex-direction: column;
        align-items: flex-start
    }

    .leerlijnen_opleidingen-wrapper {
        width: 100%;
        justify-content: flex-start
    }

    .leerlijnen_opleidingen-item {
        justify-content: flex-start
    }

    .leerlijnen_heading-title {
        width: 100%;
        grid-column-gap: .5rem;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: flex-start
    }

    .leerlijnen_arrow-wrapper {
        width: 2.6rem;
        height: 2.2rem;
        flex: none
    }

    .team_content-paragraph {
        width: 100%;
        max-width: 20rem
    }

    .team_arrow-wrapper {
        width: 2.6rem;
        height: 2.2rem
    }

    .tab-link {
        padding-top: .5rem;
        padding-bottom: .5rem
    }

    .tab_content-wrapper {
        height: auto;
        flex-direction: column
    }

    .col {
        padding-left: 0;
        padding-right: 0
    }

    .row {
        margin-left: 0;
        margin-right: 0
    }

    .tab_content-paragraph-wrapper {
        padding: 1.5rem
    }

    .tab_content-image-wrap {
        width: 100%;
        height: 15rem
    }

    .opleidingstypes_visual-1 {
        width: 2.5rem;
        top: -13%;
        left: -3%
    }

    .opleidingstypes_visual-1.is-abonnementen {
        left: -20%
    }

    .opleidingstypes_visual-2 {
        width: 1.5rem;
        height: 1.5rem;
        top: -19%;
        left: 17%
    }

    .opleidingstypes_visual-2.is-abonnementen {
        width: 1rem;
        height: 1rem;
        top: -67%;
        left: 0%
    }

    .opleidingstypes_visual-3 {
        width: 1.5rem;
        bottom: 8%;
        right: 0%
    }

    .opleidingstypes_visual-3.is-abonnementen {
        bottom: 37%;
        right: -21%
    }

    .opleidingstypes_visual-4 {
        width: 1.5rem;
        bottom: -13%;
        right: 10%
    }

    .opleidingstypes_visual-4.is-abonnementen {
        bottom: -21%;
        right: -12%
    }

    .circle-1 {
        width: 30vw;
        height: 50vw;
        top: 7%;
        left: 14%
    }

    .circle-2 {
        width: 40vw;
        height: 40vw;
        top: 1%;
        left: -3%
    }

    .circle-4 {
        width: 40vw;
        height: 40vw;
        top: 12%;
        right: 1%
    }

    .circle-3 {
        width: 40vw;
        height: 40vw
    }

    .circle-5 {
        width: 50vw;
        height: 50vw
    }

    .circle-6 {
        width: 40vw;
        height: 60vw;
        left: 62%
    }

    .reviews_grid {
        grid-template-columns: 1fr
    }

    .reviews_heading {
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
        flex-direction: column
    }

    .footer_smiley-wrapper {
        width: 7rem;
        height: 7rem;
        top: auto;
        bottom: -5rem;
        left: auto;
        right: 1.4rem
    }

    .footer_links.align-left {
        align-items: center
    }

    .heading-style-h7 {
        font-size: 2rem
    }

    .footer_bottom {
        grid-row-gap: 1rem;
        justify-content: flex-end
    }

    .heading-style-intro {
        font-size: 18vw
    }

    .header-02_heading {
        flex-direction: column
    }

    .tag-group {
        grid-column-gap: .5rem;
        grid-row-gap: .5rem
    }

    .header-01_image-grid {
        grid-template-columns: 1fr
    }

    .available-spaces_wrapper {
        flex-wrap: wrap;
        justify-content: center
    }

    .in-het-kort_grid {
        grid-template-rows: auto;
        grid-template-columns: 1fr
    }

    .in-het-kort_table {
        width: 100%
    }

    .in-het-kort_table-row {
        grid-column-gap: 1rem;
        grid-template-columns: .75fr 1fr
    }

    .rich-text_grid {
        grid-row-gap: 1rem;
        grid-template-rows: auto auto auto auto;
        grid-template-columns: 1fr;
        grid-auto-flow: column
    }

    .heading-style-xhuge {
        font-size: 5rem
    }

    .docent_wrapper {
        border-radius: 2rem;
        padding: 2rem
    }

    .wat-er-aan-bod-komt_wrapper.is-2 {
        margin-top: -.8rem
    }

    .voordelen_grid {
        grid-template-columns: 1fr
    }

    .header-mask_profile-image {
        width: 18vw;
        height: 12.4vw
    }

    .header-01_heading {
        flex-direction: column
    }

    .over-ons_text-col {
        width: 100%;
        flex-direction: column;
        align-items: center;
        display: flex
    }

    .over-ons-text-img_wrapper {
        grid-column-gap: 2rem;
        grid-row-gap: 2rem
    }

    .over-ons_creatives-mask {
        width: 7.5rem;
        height: 4.6rem
    }

    .slide_logo-image {
        width: 2.5rem;
        height: 2rem
    }

    .leerlijnen-overview_1-col {
        padding-top: 2rem;
        padding-bottom: 6rem
    }

    .leerlijnen-overview_1-col.is-left {
        padding-top: 6rem
    }

    .leerlijnen-overview_opleiding-mask {
        width: 4rem;
        height: 3rem
    }

    .leerlijnen-overview_heading-title {
        width: 100%
    }

    .background-color-white-blur {
        margin-left: 0;
        margin-right: 0;
        padding: 2rem
    }

    .doekoes_sticky-col {
        right: -53%
    }

    .doekoes-text-img_wrapper {
        grid-column-gap: 2rem;
        grid-row-gap: 2rem
    }

    .doekoes_text-col-wrapper {
        padding: 2rem
    }

    .doekoes_text-col {
        max-width: 80vw;
        flex-direction: column;
        display: flex
    }

    .doekoes_text-col-subtitle {
        grid-column-gap: 1.5rem
    }

    .doekoes_sticky-content {
        padding-top: 0;
        padding-bottom: 0
    }

    .textstyle-menu_open,.textstyle-menu_close {
        font-size: .7rem
    }

    .teammember_content {
        grid-column-gap: 1rem;
        flex-direction: row-reverse;
        justify-content: flex-start;
        align-items: center;
        padding-top: 1rem;
        padding-bottom: 1rem;
        display: flex
    }

    .teammember_heading-wrapper {
        width: 100%;
        grid-row-gap: .25rem;
        flex-direction: column;
        align-items: flex-start
    }

    .teammember_arrow-wrapper {
        width: 2.6rem;
        height: 2.2rem
    }

    .teammember_title-wrapper {
        width: 80%
    }

    .teammember_heading-title {
        width: 100%;
        grid-column-gap: .5rem;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start
    }

    .teammember_profileimg-wrap {
        width: 7.1rem
    }

    .teammember_profileimg-wrap.show-mobile-portrait {
        display: block
    }

    .teammember_expertise {
        text-align: left
    }

    .updates_grid {
        grid-row-gap: 2rem;
        grid-template-columns: 1fr
    }

    .text-image_wrapper {
        grid-template-columns: 1fr
    }

    .text_wrap {
        padding-left: 0
    }

    .form_message-error-2 {
        bottom: 5.5rem;
        left: 2rem;
        right: 2rem
    }

    .form-step_heading-wrap {
        grid-column-gap: 1rem;
        grid-row-gap: .75rem
    }

    .formly_step_counter-text {
        font-size: .875rem
    }

    .formly_inner {
        padding: 2rem 1.5rem 1.5rem
    }

    .heading-style-hero {
        font-size: 20vw
    }

    .header_smiley-wrapper {
        width: 15vw;
        height: 15vw;
        top: 24.5vw;
        left: 5.7vw
    }

    .splash-top-bar_wrapper {
        height: 6rem;
        flex-direction: column;
        align-items: center
    }

    .splash-bottom-text_wrapper {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        display: flex
    }

    .heading-style-splash {
        font-size: 19vw
    }

    .button-6.is-black {
        position: relative
    }

    ._404-wrapper {
        height: 90vh
    }

    ._404-header_huge_wrapper {
        bottom: 1rem;
        left: 1rem;
        right: 1rem
    }

    ._404-subtext_button_wrapper {
        max-width: 100%
    }

    .slider_arrow-right,.slider_arrow-left {
        width: 2.6rem;
        height: 2.2rem;
        flex: none;
        top: 35%
    }

    .fs-cc-banner_buttons-wrapper {
        width: 100%;
        text-align: center;
        flex-direction: column-reverse;
        align-items: center
    }

    .fs-cc-prefs_content {
        padding: 1.5rem
    }

    .fs-cc-banner_button {
        width: 100%;
        margin-bottom: .5rem;
        margin-left: 0
    }

    .fs-cc-prefs_component {
        padding: 1.5rem
    }

    .fs-cc-banner_component {
        bottom: 0;
        right: auto
    }

    .fs-cc-prefs_button {
        margin-bottom: .5rem
    }

    .sign-up_wrapper {
        width: 20rem;
        padding-bottom: 1rem;
        left: -15%
    }

    .sign-up_location-row {
        grid-row-gap: .5rem;
        flex-direction: column;
        align-items: flex-start;
        padding-top: .5rem;
        padding-bottom: 1rem
    }

    .heading_retreat {
        font-size: 12vw
    }

    .heading-style-h1-2,.heading-style-h1-3 {
        font-size: 16vw
    }

    .temp-quote {
        font-size: 2.2rem
    }

    .temp-quote.mobile {
        font-size: 2rem
    }

    .doekoes_sticky-content-2 {
        padding-top: 0;
        padding-bottom: 0
    }

    .doekoes_text-col-wrapper-2 {
        padding: 2rem
    }

    .button_flashes-2 {
        opacity: 0
    }

    .bigger-type.mobile {
        font-size: 5rem
    }

    .grid-2 {
        grid-template-columns: 1fr 1fr;
        padding-left: 0
    }

    .grid3 {
        grid-template-columns: 1fr;
        justify-items: stretch;
        overflow: visible
    }

    .collection-list {
        grid-template-columns: 1fr
    }

    .grid-3 {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr;
        grid-auto-columns: 1fr;
        grid-auto-flow: row;
        display: grid
    }

    .image-4.is-ratio-img-1-1.padding-medium {
        border-bottom-style: none
    }

    .collection-list-wrapper.padding-choke {
        padding-left: 0;
        padding-right: 0
    }

    .header-align {
        display: block
    }

    .text-align-center-vert {
        justify-content: center
    }

    .italic-text.qoute-caller {
        font-size: 1.5rem
    }

    .is-ratio-img-1-1 {
        overflow: hidden
    }
}

#w-node-_75349953-ead1-5897-99a4-f8e8a69e5dd3-de7ee793 {
    align-self: start
}

#w-node-_98727f67-1304-7767-efe2-3ca2c05d8e7f-de7ee793 {
    justify-self: end
}

#w-node-_49880afb-2832-d39e-a734-1425e148c6da-de7ee793,#w-node-_49880afb-2832-d39e-a734-1425e148c6dc-de7ee793 {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-_5c0a5701-3e84-a880-eead-03f4318a1ebf-318a1eb9,#w-node-_5c0a5701-3e84-a880-eead-03f4318a1ec0-318a1eb9 {
    grid-area: span 1/span 12/span 1/span 12
}

#w-node-_5c0a5701-3e84-a880-eead-03f4318a1ec4-318a1eb9 {
    grid-area: span 1/span 4/span 1/span 4
}

#w-node-_5c0a5701-3e84-a880-eead-03f4318a1ecb-318a1eb9,#w-node-_5c0a5701-3e84-a880-eead-03f4318a1ee2-318a1eb9 {
    grid-area: span 1/span 3/span 1/span 3;
    align-self: start
}

#w-node-_5c0a5701-3e84-a880-eead-03f4318a1ef4-318a1eb9 {
    grid-area: span 1/span 2/span 1/span 2;
    align-self: start
}

#w-node-_5c0a5701-3e84-a880-eead-03f4318a1f03-318a1eb9 {
    grid-area: span 1/span 12/span 1/span 12
}

#w-node-ba8f64ee-e4be-93f9-b3ed-fe2323aa5ce3-de7ee7d7,#w-node-_0a687658-2ac5-7ff7-10e8-7f6928441d2f-de7ee7d7,#w-node-_68cbc024-c83e-0342-5b6a-a515f2da590b-de7ee7d7,#w-node-_5a974cb5-5c95-7904-8ec1-680e61456677-de7ee7f3 {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-e7dabad3-f1ac-b1ce-c360-83a0da624081-de7ee7f3 {
    grid-area: 1/2/2/3
}

#w-node-_03fe8be5-92cd-f47f-dbf7-db9a3a9950b6-de7ee7f3 {
    grid-area: 2/2/3/3
}

#w-node-_33df69bc-222f-1544-9c82-d240ab89c71f-de7ee7f8 {
    grid-area: span 1/span 3/span 1/span 3
}

#w-node-_33df69bc-222f-1544-9c82-d240ab89c748-de7ee7f8 {
    grid-area: 1/5/2/7
}

#w-node-_28bd0a7c-a5d0-5a66-b85f-60b3904b438b-de7ee7f8,#w-node-_6cadf534-a317-b7c4-a912-7bd04b65b252-de7ee7f8,#w-node-c7b7ebd1-c252-f14f-f187-b52afe0988de-de7ee80e,#w-node-_3d71acb2-88ce-0440-f08f-92b38303f789-de7ee80e {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-fb2a5cd0-ad51-8650-71b6-34b14ff87bba-de7ee80e {
    grid-area: 2/2/2/3
}

#w-node-_2ff3e804-906a-41db-cbd2-9d7d53aacd6e-de7ee811 {
    grid-area: span 1/span 3/span 1/span 3
}

#w-node-_2f8fbf08-d6e3-21ee-e397-7e2a4f0a43b3-de7ee811 {
    grid-area: 1/5/2/7
}

#w-node-_82bd3915-8db5-9fb1-2a2a-11a5384fb641-de7ee811,#w-node-_80610fb5-b999-3ccb-2961-962b6d2799a3-de7ee811,#w-node-_32d9ab7e-1e31-7515-099e-00cf9ba43b06-de7ee811,#w-node-_6e451b41-c58d-8185-2aed-820e4cf4c3dc-de7ee814,#w-node-_14e1c4bf-1d3b-9cb3-93f7-2652a8d8de8a-de7ee814 {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-_43879692-d23c-e177-0f27-cd688d507b98-de7ee817 {
    align-self: start
}

#w-node-_60492ff1-bb85-8876-142a-cea17dc699a3-de7ee82e,#w-node-_1bd1cdea-dfe6-35ce-b444-21d2330adf8e-de7ee82e {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-e18c07b4-b486-0932-ce3f-499ef28fc686-de7ee82f {
    grid-area: span 1/span 2/span 1/span 2
}

#w-node-e18c07b4-b486-0932-ce3f-499ef28fc698-de7ee82f {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-c171a2ed-2a37-62cc-9712-9e0ab9aae2e9-de7ee832 {
    grid-area: 1/1/2/2
}

#w-node-c171a2ed-2a37-62cc-9712-9e0ab9aae2eb-de7ee832 {
    grid-area: 1/2/3/3
}

#w-node-_9627ff8f-a10d-9fd3-2a91-194cd15983b2-de7ee832 {
    grid-area: 3/2/4/3
}

#w-node-_360c192f-e2c8-72ff-d516-54a51c50cb7a-de7ee834,#w-node-_884c574a-10bd-f693-21b0-321ffcc389de-de7ee834 {
    align-self: start
}

#w-node-c98d7f84-6ca8-35eb-a4bd-96c2d2a6593c-de7ee834 {
    justify-self: end
}

#w-node-_13f08e41-978b-fd6b-f86f-28f7ef414de7-de7ee837,#w-node-_14a99d86-a0e2-f0a1-122b-6966152dfb4c-de7ee837,#w-node-_14a99d86-a0e2-f0a1-122b-6966152dfb77-de7ee837,#w-node-c171a2ed-2a37-62cc-9712-9e0ab9aae2e9-de7ee839 {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-_9627ff8f-a10d-9fd3-2a91-194cd15983b2-de7ee839 {
    grid-area: 2/2/3/3
}

#w-node-c171a2ed-2a37-62cc-9712-9e0ab9aae2eb-de7ee839 {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-_385e0f4e-d405-cca3-e209-bf941d57ef3f-de7ee839 {
    grid-area: 3/2/4/3
}

#w-node-ff90f6f3-fa59-aad7-da5d-213cbb4bc676-de7ee839 {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-_82a7f65a-cd45-b238-f300-92e83ea98533-de7ee839 {
    grid-area: 4/1/5/2
}

#w-node-_89fae85f-a275-cba1-1f8c-2e77df0ae6eb-de7ee839,#w-node-_9d525f8c-9732-c517-b120-046c085a972b-de7ee839 {
    grid-area: 5/2/6/3
}

#w-node-_2910e357-1908-1e2a-0a33-b4b78f0cd8ff-de7ee839 {
    grid-area: 4/2/5/3
}

#w-node-b162ac2b-b283-a752-3cc5-07b208c7bf75-de7ee839 {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-_2e774c8f-2c9b-cf03-c49f-8ca4fcab0cc5-de7ee84f,#w-node-_2e774c8f-2c9b-cf03-c49f-8ca4fcab0cca-de7ee84f,#w-node-_2e774c8f-2c9b-cf03-c49f-8ca4fcab0ccf-de7ee84f,#w-node-_2e774c8f-2c9b-cf03-c49f-8ca4fcab0cd4-de7ee84f,#w-node-_2e774c8f-2c9b-cf03-c49f-8ca4fcab0cda-de7ee84f,#w-node-_2e774c8f-2c9b-cf03-c49f-8ca4fcab0ce0-de7ee84f,#w-node-_2e774c8f-2c9b-cf03-c49f-8ca4fcab0ce6-de7ee84f,#w-node-_2e774c8f-2c9b-cf03-c49f-8ca4fcab0cff-de7ee84f,#w-node-_2e774c8f-2c9b-cf03-c49f-8ca4fcab0d04-de7ee84f,#w-node-_2e774c8f-2c9b-cf03-c49f-8ca4fcab0d09-de7ee84f,#w-node-_2e774c8f-2c9b-cf03-c49f-8ca4fcab0d0e-de7ee84f,#w-node-_2e774c8f-2c9b-cf03-c49f-8ca4fcab0d13-de7ee84f,#w-node-_2e774c8f-2c9b-cf03-c49f-8ca4fcab0d18-de7ee84f,#w-node-_2e774c8f-2c9b-cf03-c49f-8ca4fcab0d2a-de7ee84f,#w-node-_2e774c8f-2c9b-cf03-c49f-8ca4fcab0d30-de7ee84f,#w-node-_2e774c8f-2c9b-cf03-c49f-8ca4fcab0d35-de7ee84f,#w-node-_2e774c8f-2c9b-cf03-c49f-8ca4fcab0d3a-de7ee84f,#w-node-_2e774c8f-2c9b-cf03-c49f-8ca4fcab0d44-de7ee84f {
    justify-self: start
}

#w-node-_2e774c8f-2c9b-cf03-c49f-8ca4fcab0df3-de7ee84f,#w-node-_2e774c8f-2c9b-cf03-c49f-8ca4fcab0e0c-de7ee84f {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-_2e774c8f-2c9b-cf03-c49f-8ca4fcab0e0f-de7ee84f {
    justify-self: start
}

#w-node-_2e774c8f-2c9b-cf03-c49f-8ca4fcab0e11-de7ee84f {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-_2e774c8f-2c9b-cf03-c49f-8ca4fcab0e14-de7ee84f {
    justify-self: start
}

#w-node-_2e774c8f-2c9b-cf03-c49f-8ca4fcab0e86-de7ee84f,#w-node-_2e774c8f-2c9b-cf03-c49f-8ca4fcab0e8b-de7ee84f,#w-node-_2e774c8f-2c9b-cf03-c49f-8ca4fcab0e8c-de7ee84f,#w-node-_15ddb8ee-8faa-0a7d-1b48-da4e93fe48be-de7ee84f,#w-node-_15ddb8ee-8faa-0a7d-1b48-da4e93fe48bf-de7ee84f,#w-node-_2e774c8f-2c9b-cf03-c49f-8ca4fcab0e91-de7ee84f,#w-node-_2e774c8f-2c9b-cf03-c49f-8ca4fcab0e92-de7ee84f,#w-node-_2e774c8f-2c9b-cf03-c49f-8ca4fcab0e9c-de7ee84f,#w-node-_2e774c8f-2c9b-cf03-c49f-8ca4fcab0e9d-de7ee84f,#w-node-_18515004-8752-e6f4-ee16-9a0dda038b65-de7ee84f,#w-node-a69d2368-ab73-4961-73f9-68f846ea1d65-de7ee84f,#w-node-_1808ddc4-b9ea-c00c-6a25-980ec5f08bdb-de7ee84f,#w-node-_23efae91-3f5d-8fcc-fb79-7fd3832dcf10-de7ee84f,#w-node-db2be862-9735-34d4-89d9-4fe6afa0f4a1-de7ee84f,#w-node-_19f6a3c4-3872-79cd-0598-e1aa2ea5320e-de7ee84f,#w-node-_5141a73b-750e-1dc1-333a-dc7f79838ae6-de7ee84f {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-_2e774c8f-2c9b-cf03-c49f-8ca4fcab0f2f-de7ee84f,#w-node-_2e774c8f-2c9b-cf03-c49f-8ca4fcab0f34-de7ee84f,#w-node-_2e774c8f-2c9b-cf03-c49f-8ca4fcab0f39-de7ee84f,#w-node-_2e774c8f-2c9b-cf03-c49f-8ca4fcab0f3e-de7ee84f,#w-node-_2e774c8f-2c9b-cf03-c49f-8ca4fcab0f43-de7ee84f,#w-node-_2e774c8f-2c9b-cf03-c49f-8ca4fcab0f48-de7ee84f,#w-node-_2e774c8f-2c9b-cf03-c49f-8ca4fcab0f52-de7ee84f,#w-node-_2e774c8f-2c9b-cf03-c49f-8ca4fcab0f57-de7ee84f,#w-node-_2e774c8f-2c9b-cf03-c49f-8ca4fcab0f5c-de7ee84f,#w-node-_2e774c8f-2c9b-cf03-c49f-8ca4fcab0f61-de7ee84f,#w-node-_2e774c8f-2c9b-cf03-c49f-8ca4fcab0f66-de7ee84f,#w-node-_2e774c8f-2c9b-cf03-c49f-8ca4fcab0f6b-de7ee84f,#w-node-_2e774c8f-2c9b-cf03-c49f-8ca4fcab0f70-de7ee84f,#w-node-_2e774c8f-2c9b-cf03-c49f-8ca4fcab0f75-de7ee84f,#w-node-_2e774c8f-2c9b-cf03-c49f-8ca4fcab0f7a-de7ee84f,#w-node-_2e774c8f-2c9b-cf03-c49f-8ca4fcab0f7f-de7ee84f,#w-node-_2e774c8f-2c9b-cf03-c49f-8ca4fcab0f84-de7ee84f {
    justify-self: start
}

#w-node-_2e774c8f-2c9b-cf03-c49f-8ca4fcab0f88-de7ee84f {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-_2e774c8f-2c9b-cf03-c49f-8ca4fcab0f89-de7ee84f {
    justify-self: start
}

#w-node-_2e774c8f-2c9b-cf03-c49f-8ca4fcab0f8b-de7ee84f {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-_2e774c8f-2c9b-cf03-c49f-8ca4fcab0f8e-de7ee84f,#w-node-_2e774c8f-2c9b-cf03-c49f-8ca4fcab0f93-de7ee84f,#w-node-_2e774c8f-2c9b-cf03-c49f-8ca4fcab0f98-de7ee84f,#w-node-_2e774c8f-2c9b-cf03-c49f-8ca4fcab0fad-de7ee84f,#w-node-_2e774c8f-2c9b-cf03-c49f-8ca4fcab0fb2-de7ee84f,#w-node-_2e774c8f-2c9b-cf03-c49f-8ca4fcab0fb7-de7ee84f,#w-node-_2e774c8f-2c9b-cf03-c49f-8ca4fcab0fbc-de7ee84f,#w-node-_2e774c8f-2c9b-cf03-c49f-8ca4fcab0fc1-de7ee84f,#w-node-_2e774c8f-2c9b-cf03-c49f-8ca4fcab0fc6-de7ee84f,#w-node-_2e774c8f-2c9b-cf03-c49f-8ca4fcab0fd0-de7ee84f,#w-node-_2e774c8f-2c9b-cf03-c49f-8ca4fcab0fd5-de7ee84f,#w-node-_2e774c8f-2c9b-cf03-c49f-8ca4fcab0fda-de7ee84f,#w-node-_2e774c8f-2c9b-cf03-c49f-8ca4fcab0fdf-de7ee84f,#w-node-_2e774c8f-2c9b-cf03-c49f-8ca4fcab0fe4-de7ee84f,#w-node-_2e774c8f-2c9b-cf03-c49f-8ca4fcab0fe9-de7ee84f,#w-node-_2e774c8f-2c9b-cf03-c49f-8ca4fcab0fee-de7ee84f,#w-node-_2e774c8f-2c9b-cf03-c49f-8ca4fcab0ff3-de7ee84f,#w-node-_2e774c8f-2c9b-cf03-c49f-8ca4fcab0ff8-de7ee84f,#w-node-_2e774c8f-2c9b-cf03-c49f-8ca4fcab0ffd-de7ee84f,#w-node-_2e774c8f-2c9b-cf03-c49f-8ca4fcab1002-de7ee84f {
    justify-self: start
}

#w-node-_2e774c8f-2c9b-cf03-c49f-8ca4fcab1006-de7ee84f {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-_2e774c8f-2c9b-cf03-c49f-8ca4fcab1007-de7ee84f,#w-node-_2e774c8f-2c9b-cf03-c49f-8ca4fcab100c-de7ee84f,#w-node-_2e774c8f-2c9b-cf03-c49f-8ca4fcab1011-de7ee84f,#w-node-_2e774c8f-2c9b-cf03-c49f-8ca4fcab1016-de7ee84f {
    justify-self: start
}

#w-node-_2e774c8f-2c9b-cf03-c49f-8ca4fcab109c-de7ee84f {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-_2e774c8f-2c9b-cf03-c49f-8ca4fcab10f8-de7ee84f {
    justify-self: start
}

#w-node-_0beb3730-b774-ad0c-de7c-d8374c0fd2e8-de7ee852,#w-node-_241c9c4a-cd56-8064-f580-80567f0d57e8-de7ee852,#w-node-_1d524023-d4b4-1bc7-9db7-afa44dcd6c40-de7ee852,#w-node-_34a32169-93da-7a75-0e1b-059cc8750e97-de7ee852,#w-node-be640bc0-48b7-574b-ecdd-71ba29599e8b-de7ee852,#w-node-c6574775-bc0c-fc18-13dd-8a2393beb564-de7ee852,#w-node-ccc57e6f-ecb7-dcbe-3ca4-71c0c5d9e188-de7ee852,#w-node-_7828b295-e50b-0989-0d23-7a8032745fe1-de7ee852,#w-node-_46137af8-065d-546f-7243-b826c961340f-de7ee852,#w-node-_8b4acc8e-1e5b-0e88-adc5-29518d7d23be-de7ee852,#w-node-_53188060-65fc-5c7d-3e8d-7c50fdb0e6b1-de7ee852,#w-node-cbf97623-d89e-72ec-83cc-5bd93e632393-de7ee852,#w-node-_905342b8-cf1e-a910-4338-82b5b73dbfef-de7ee852,#w-node-_0b661aad-c8f2-2318-d996-0ce002286e42-de7ee852,#w-node-_0a93083d-73d6-0146-6da8-cfc5b5a298f2-de7ee852,#w-node-_6682792d-ec72-ddcd-ea48-81430c19bd9a-de7ee852,#w-node-b0d24e24-f4c3-dd6f-6507-870c0c6fd52f-e500cf69,#w-node-_438e5d40-27ca-1199-675f-eaf73b1374fe-e500cf69 {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-_3522a50e-c9dd-baa4-0ed1-5cd5d915457a-d915456f,#w-node-e423bcfe-1763-3fed-0ea6-001a12df658f-12df658a {
    align-self: start
}

#w-node-f70254d8-873a-280e-0331-47ae9ec8ac27-98d3130d {
    grid-area: span 2/span 1/span 2/span 1
}

#w-node-f70254d8-873a-280e-0331-47ae9ec8ac28-98d3130d {
    grid-area: Area
}

#w-node-_87fd544a-f91d-1066-4e67-c24b2d012024-98d3130d {
    grid-area: span 2/span 1/span 2/span 1
}

#w-node-f70254d8-873a-280e-0331-47ae9ec8ac33-98d3130d {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-_33776777-bca6-7ac1-3cb1-e2031c667d86-98d3130d {
    align-self: auto
}

#w-node-_927fc7d8-a09b-0286-b928-0cef9223a544-98d3130d {
    grid-area: span 2/span 1/span 2/span 1
}

#w-node-cfbf935e-f5a1-5e0b-1d46-92caac0f11af-98d3130d,#w-node-c6e4dec5-3802-132c-8f82-55d1a9d1b194-98d3130d {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-_565d4716-d923-ee5b-e508-b9b21ad9e564-98d3130d {
    grid-area: span 2/span 1/span 2/span 1
}

#w-node-_565d4716-d923-ee5b-e508-b9b21ad9e566-98d3130d,#w-node-_565d4716-d923-ee5b-e508-b9b21ad9e567-98d3130d,#w-node-_565d4716-d923-ee5b-e508-b9b21ad9e569-98d3130d {
    grid-area: span 1/span 1/span 1/span 1
}

@media screen and (max-width: 991px) {
    #w-node-_75349953-ead1-5897-99a4-f8e8a69e5dbf-de7ee793 {
        justify-self:center
    }

    #w-node-_5c0a5701-3e84-a880-eead-03f4318a1ec4-318a1eb9 {
        grid-column: span 12/span 12
    }

    #w-node-_5c0a5701-3e84-a880-eead-03f4318a1ecb-318a1eb9 {
        grid-column: span 5/span 5
    }

    #w-node-_5c0a5701-3e84-a880-eead-03f4318a1ee2-318a1eb9 {
        grid-column: span 4/span 4
    }

    #w-node-_5c0a5701-3e84-a880-eead-03f4318a1ef4-318a1eb9 {
        grid-column: span 3/span 3
    }

    #w-node-_33df69bc-222f-1544-9c82-d240ab89c748-de7ee7f8,#w-node-_2f8fbf08-d6e3-21ee-e397-7e2a4f0a43b3-de7ee811 {
        grid-column-start: 4
    }

    #w-node-_43879692-d23c-e177-0f27-cd688d507b98-de7ee817 {
        order: -9999
    }

    #w-node-_360c192f-e2c8-72ff-d516-54a51c50cb7a-de7ee834 {
        align-self: start
    }

    #w-node-c171a2ed-2a37-62cc-9712-9e0ab9aae2e9-de7ee839 {
        grid-area: 1/1/2/2
    }

    #w-node-_9627ff8f-a10d-9fd3-2a91-194cd15983b2-de7ee839 {
        grid-area: 3/1/4/2
    }

    #w-node-c171a2ed-2a37-62cc-9712-9e0ab9aae2eb-de7ee839 {
        grid-area: 2/1/3/2
    }

    #w-node-_385e0f4e-d405-cca3-e209-bf941d57ef3f-de7ee839 {
        grid-area: 5/1/6/2
    }

    #w-node-c8f1259e-7c66-78c9-a402-560843675bb4-de7ee839 {
        grid-area: span 1/span 1/span 1/span 1;
        align-self: stretch;
        justify-self: stretch
    }

    #w-node-ff90f6f3-fa59-aad7-da5d-213cbb4bc676-de7ee839 {
        grid-area: 4/1/5/2;
        align-self: center
    }

    #w-node-_82a7f65a-cd45-b238-f300-92e83ea98533-de7ee839 {
        grid-row: 7/8
    }

    #w-node-_89fae85f-a275-cba1-1f8c-2e77df0ae6eb-de7ee839 {
        grid-area: 9/1/10/2
    }

    #w-node-_2910e357-1908-1e2a-0a33-b4b78f0cd8ff-de7ee839 {
        grid-area: 6/1/7/2;
        align-self: center;
        justify-self: auto
    }
}

@media screen and (max-width: 767px) {
    #w-node-_75349953-ead1-5897-99a4-f8e8a69e5dbf-de7ee793 {
        justify-self:center
    }

    #w-node-_98727f67-1304-7767-efe2-3ca2c05d8e7f-de7ee793 {
        justify-self: auto
    }

    #w-node-_5c0a5701-3e84-a880-eead-03f4318a1ecb-318a1eb9 {
        grid-column: span 4/span 4
    }

    #w-node-_5c0a5701-3e84-a880-eead-03f4318a1ee2-318a1eb9 {
        grid-column: span 5/span 5
    }

    #w-node-e7dabad3-f1ac-b1ce-c360-83a0da624081-de7ee7f3,#w-node-_03fe8be5-92cd-f47f-dbf7-db9a3a9950b6-de7ee7f3 {
        grid-column: 1/2
    }

    #w-node-_33df69bc-222f-1544-9c82-d240ab89c71f-de7ee7f8 {
        order: 9999;
        grid-column: span 4/span 4
    }

    #w-node-_33df69bc-222f-1544-9c82-d240ab89c748-de7ee7f8 {
        grid-area: span 1/span 3/span 1/span 3
    }

    #w-node-fb2a5cd0-ad51-8650-71b6-34b14ff87bba-de7ee80e {
        grid-area: 3/1/4/2
    }

    #w-node-_2ff3e804-906a-41db-cbd2-9d7d53aacd6e-de7ee811 {
        order: 9999;
        grid-column: span 4/span 4
    }

    #w-node-_2f8fbf08-d6e3-21ee-e397-7e2a4f0a43b3-de7ee811 {
        grid-area: span 1/span 3/span 1/span 3
    }

    #w-node-_9627ff8f-a10d-9fd3-2a91-194cd15983b2-de7ee832 {
        grid-area: 2/2/3/3
    }

    #w-node-c98d7f84-6ca8-35eb-a4bd-96c2d2a6593c-de7ee834 {
        justify-self: auto
    }

    #w-node-_9627ff8f-a10d-9fd3-2a91-194cd15983b2-de7ee839 {
        grid-area: 2/1/3/2
    }
}

@media screen and (max-width: 479px) {
    #w-node-_75349953-ead1-5897-99a4-f8e8a69e5dbf-de7ee793 {
        justify-self:center
    }

    #w-node-_5c0a5701-3e84-a880-eead-03f4318a1ecb-318a1eb9,#w-node-_5c0a5701-3e84-a880-eead-03f4318a1ee2-318a1eb9 {
        grid-column: span 6/span 6
    }

    #w-node-_5c0a5701-3e84-a880-eead-03f4318a1ef4-318a1eb9 {
        grid-area: 4/1/5/7
    }

    #w-node-_33df69bc-222f-1544-9c82-d240ab89c71f-de7ee7f8,#w-node-_33df69bc-222f-1544-9c82-d240ab89c748-de7ee7f8 {
        grid-column: span 1/span 1
    }

    #w-node-_2ff3e804-906a-41db-cbd2-9d7d53aacd6e-de7ee811 {
        grid-column: span 3/span 3
    }

    #w-node-c171a2ed-2a37-62cc-9712-9e0ab9aae2e9-de7ee832 {
        grid-area: 1/1/2/2
    }

    #w-node-c171a2ed-2a37-62cc-9712-9e0ab9aae2eb-de7ee832 {
        grid-area: 2/1/3/2
    }

    #w-node-_9627ff8f-a10d-9fd3-2a91-194cd15983b2-de7ee832,#w-node-_9627ff8f-a10d-9fd3-2a91-194cd15983b2-de7ee839 {
        grid-area: 3/1/4/2
    }

    #w-node-c171a2ed-2a37-62cc-9712-9e0ab9aae2eb-de7ee839 {
        grid-area: 2/1/2/2
    }

    #w-node-_385e0f4e-d405-cca3-e209-bf941d57ef3f-de7ee839 {
        grid-area: 5/1/6/2
    }

    #w-node-ff90f6f3-fa59-aad7-da5d-213cbb4bc676-de7ee839 {
        grid-area: 4/1/5/2
    }

    #w-node-_82a7f65a-cd45-b238-f300-92e83ea98533-de7ee839 {
        grid-row: 7/8
    }

    #w-node-_89fae85f-a275-cba1-1f8c-2e77df0ae6eb-de7ee839 {
        grid-area: 9/1/10/2
    }

    #w-node-_2910e357-1908-1e2a-0a33-b4b78f0cd8ff-de7ee839 {
        grid-area: 6/1/7/2
    }

    #w-node-b162ac2b-b283-a752-3cc5-07b208c7bf75-de7ee839 {
        grid-area: 8/1/9/2
    }

    #w-node-_9330e39a-9be4-907a-402b-e71a1d949bdf-98d3130d {
        align-self: auto
    }
}

@font-face {
    font-family: 'Druk Medium';
    src: url('https://uploads-ssl.webflow.com/6493fd30687bc6b09a246591/64943c8300c2898fa7582bfc_Druk-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Druk Wide Medium';
    src: url('https://uploads-ssl.webflow.com/6493fd30687bc6b09a246591/64943ca844a28080aadaec81_Druk-Wide-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Suisseintl Regular';
    src: url('https://uploads-ssl.webflow.com/6493fd30687bc6b09a246591/64943cb6fc1838c76b79af51_SuisseIntl-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'New Spirit';
    src: url('https://uploads-ssl.webflow.com/6493fd30687bc6b09a246591/65201f39d0cc908593394bbe_New%20Spirit%20Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: block;
}


    @media only screen and (min-width: 992px) {
    .nav-menu_links a {color: #ffffff;}
    .nav-menu_links:hover a {color: rgba(255, 255, 255, .20);}
    .nav-menu_links:hover a:hover {color: #ffffff;}
    }
    
    @media only screen and (min-width: 992px) {
    .footer_links a {color: #000000;}
    .footer_links:hover a {color: rgba(0, 0, 0, .20);}
    .footer_links:hover a:hover {color: #000000;}
    }
    
    @media only screen and (min-width: 992px) {
    .footer_bottom-right-wrapper a {color: #000000;}
    .footer_bottom-right-wrapper:hover a {color: rgba(0, 0, 0, .20);}
    .footer_bottom-right-wrapper:hover a:hover {color: #000000;}
    }

    
      /* Mouse Selection */
      ::selection {
          background: black;
          color: white;
      }
    
      ::-moz-selection { /* Code for Firefox */
          background: black;
          color: white; 
      }
    

    
/* Make text look crisper and more legible in all browsers */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.swiper-button-next:after, .swiper-button-prev:after{
  display: none;
}
/* Focus state style for keyboard navigation for the focusable elements */
*[tabindex]:focus-visible,
  input[type="file"]:focus-visible {
   outline: 0.125rem solid #4d65ff;
   outline-offset: 0.125rem;
}

/* Get rid of top margin on first element in any rich text element */
.w-richtext > :not(div):first-child, .w-richtext > div:first-child > :first-child {
  margin-top: 0 !important;
}

/* Get rid of bottom margin on last element in any rich text element */
.w-richtext>:last-child, .w-richtext ol li:last-child, .w-richtext ul li:last-child {
    margin-bottom: 0 !important;
}

/* Prevent all click and hover interaction with an element */
.pointer-events-off {
    pointer-events: none;
}

/* Enables all click and hover interaction with an element */
.pointer-events-on {
  pointer-events: auto;
}

/* Create a class of .div-square which maintains a 1:1 dimension of a div */
.div-square::after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

/* Make sure containers never lose their center alignment */
.container-medium,.container-small, .container-large {
    margin-right: auto !important;
  margin-left: auto !important;
}

/* 
Make the following elements inherit typography styles from the parent and not have hardcoded values. 
Important: You will not be able to style for example "All Links" in Designer with this CSS applied.
Uncomment this CSS to use it in the project. Leave this message for future hand-off.
*/

a,
.w-input,
.w-select,
.w-tab-link,
.w-nav-link,
.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  color: inherit;
  text-decoration: inherit;
  font-size: inherit;
}


/* Apply "..." after 3 lines of text */
.text-style-3lines {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/* Apply "..." after 2 lines of text */
.text-style-2lines {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/*Hide focus outline for main content element*/
  main:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}

/* Adds inline flex display */
.display-inlineflex {
  display: inline-flex;
}

/* These classes are never overwritten */
.hide {
  display: none !important;
}

@media screen and (max-width: 991px) {
    .hide, .hide-tablet {
        display: none !important;
    }
}
  @media screen and (max-width: 767px) {
    .hide-mobile-landscape{
      display: none !important;
    }
}
  @media screen and (max-width: 479px) {
    .hide-mobile{
      display: none !important;
    }
}
 
.margin-0 {
  margin: 0rem !important;
}
  
.padding-0 {
  padding: 0rem !important;
}

.spacing-clean {
padding: 0rem !important;
margin: 0rem !important;
}

.margin-top {
  margin-right: 0rem !important;
  margin-bottom: 0rem !important;
  margin-left: 0rem !important;
}

.padding-top {
  padding-right: 0rem !important;
  padding-bottom: 0rem !important;
  padding-left: 0rem !important;
}
  
.margin-right {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
  margin-left: 0rem !important;
}

.padding-right {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
  padding-left: 0rem !important;
}

.margin-bottom {
  margin-top: 0rem !important;
  margin-right: 0rem !important;
  margin-left: 0rem !important;
}

.padding-bottom {
  padding-top: 0rem !important;
  padding-right: 0rem !important;
  padding-left: 0rem !important;
}

.margin-left {
  margin-top: 0rem !important;
  margin-right: 0rem !important;
  margin-bottom: 0rem !important;
}
  
.padding-left {
  padding-top: 0rem !important;
  padding-right: 0rem !important;
  padding-bottom: 0rem !important;
}
  
.margin-horizontal {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

.padding-horizontal {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

.margin-vertical {
  margin-right: 0rem !important;
  margin-left: 0rem !important;
}
  
.padding-vertical {
  padding-right: 0rem !important;
  padding-left: 0rem !important;
}





    body {
      font-size: 14px;
      margin: 0;
      padding: 0;
      width: 100%;
      margin: auto;
    }
    .swiper-container {
      width: 100%;
      height: 100%;
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      /* Center slide text vertically */
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .swiper-pagination-bullet {
      background: none;
    }
    .swiper-pagination-bullet-active .path {
      display: inline-block !important;
      stroke-dasharray: 1000;
      stroke-dashoffset: 0;
      -webkit-animation: dash linear 120s;
              animation: dash linear 120s;
      -webkit-animation-iteration-count: unset;
              animation-iteration-count: unset;
    }
    .swiper-button-prev{
      margin-left: 1rem;
      width: 50px;
      height: 50px;
      border-radius: 2rem;
      background-image: url(next.png);
      transform: rotate(180deg);
      opacity: 0.5;
    }
    .swiper-button-next {
        margin-right: 1rem;
        width: 50px;
        height: 50px;
        border-radius: 2rem;
      background-image: url(next.png);
      opacity: 0.5;
      }
    .path {
      display: none;
    }
    @-webkit-keyframes dash {
      from {
        stroke-dashoffset: 1000;
      }
      to {
        stroke-dashoffset: 0;
      }
    }
    @keyframes dash {
      from {
        stroke-dashoffset: 1000;
      }
      to {
        stroke-dashoffset: 0;
      }
    }
          .image_full{
       display:block;
       -o-object-fit: cover!important;
        object-fit: cover!important;
        -o-object-position: 50% 0!important;
        object-position: 50% 0!important;
        width: 100vw!important;
        height: 100vh!important;
      }
    .image_tablet{
        display: none;
    }
     .image_mobile{
      display:none;
       max-height: 100%;
       width: 100%;
     }
    @media (max-width: 1024px) and (min-width: 768px){
      .image_full{
       display:none;
      }
       .image_mobile{
      display:none;
       }
       .image_tablet{
        display: block;
         -o-object-fit: cover!important;
        object-fit: cover!important;
        -o-object-position: 50% 0!important;
        object-position: 50% 0!important;
        width: 100vw!important;
        height: 100vh!important;
    }
    }
    @media (max-width: 767px) and (min-width: 320px){
      .image_full{
       display:none;
      }
    
      .image_mobile{
       display:block;
       -o-object-fit: cover!important;
        object-fit: cover!important;
        -o-object-position: 50% 0!important;
        object-position: 50% 0!important;
        width: 100vw!important;
        height: 100vh!important;
      }
    }
    
    @media (max-width: 768px) {
      .slider-content {
        margin: 0;
      }
      .slider-content h1 {
        font-size: 4em;
      }
      .slider-content p {
        padding: 0 1em;
        font-size: 1.35em;
      }
    }









    .radio_radio__U2dYv[type=radio]:checked+label,.radio_radio__U2dYv[type=radio]:not(:checked)+label {
        position: relative;
        cursor: pointer;
        width: 100%;
        padding-left: 2.7777777778vw;
        text-align: left;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none
    }
    
    @media(max-width: 800px) {
        .radio_radio__U2dYv[type=radio]:checked+label,.radio_radio__U2dYv[type=radio]:not(:checked)+label {
            padding-left:10.6666666667vw
        }
    }
    
    .radio_radio__U2dYv[type=radio]:checked+label:before,.radio_radio__U2dYv[type=radio]:not(:checked)+label:before {
        content: "";
        position: absolute;
        border-radius: 100%;
        left: 0;
        top: 50%;
        cursor: pointer;
        display: inline-block;
        width: 1.9444444444vw;
        height: 1.9444444444vw;
        border: .1388888889vw solid;
        background-color: var(--white);
        transition: background-color .2s ease-in-out;
        transform: translateY(-50%)
    }
    
    @media(max-width: 800px) {
        .radio_radio__U2dYv[type=radio]:checked+label:before,.radio_radio__U2dYv[type=radio]:not(:checked)+label:before {
            width:8vw;
            height: 8vw;
            border: .5333333333vw solid
        }
    }
    
    .radio_radio__U2dYv[type=radio]:checked+label:after,.radio_radio__U2dYv[type=radio]:not(:checked)+label:after {
        content: "";
        width: .6944444444vw;
        height: .6944444444vw;
        position: absolute;
        left: .625vw;
        top: 50%;
        border-radius: 100%;
        background-color: var(--black);
        transition: opacity .2s ease,transform .2s ease
    }
    
    @media(max-width: 800px) {
        .radio_radio__U2dYv[type=radio]:checked+label:after,.radio_radio__U2dYv[type=radio]:not(:checked)+label:after {
            width:2.6666666667vw;
            height: 2.6666666667vw;
            left: 2.6666666667vw
        }
    }
    
    .radio_radio__U2dYv[type=radio]:not(:checked)+label:after {
        opacity: 0;
        transform: translateY(-50%) scale(0)
    }
    
    .radio_radio__U2dYv[type=radio]:checked+label:after {
        opacity: 1;
        transform: translateY(-50%) scale(1)
    }
    
    .large-card_wrapper__ENKfk {
        position: relative;
        display: grid;
        grid-template-columns: 1fr 1fr;
        background-color: var(--white);
        grid-template-areas: "content image";
        height: 45.8333333333vw;
        border-radius: 2.7777777778vw;
        overflow: hidden;
        border: .1388888889vw solid var(--black)
    }
    
    @media(max-width: 800px) {
        .large-card_wrapper__ENKfk {
            display:flex;
            flex-direction: column-reverse;
            justify-content: space-between;
            height: auto;
            border-radius: 5.3333333333vw;
            margin-bottom: 8vw
        }
    }
    
    .large-card_wrapper__ENKfk .large-card_card-data__7M_rj {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 7.7083333333vw 9.0277777778vw 7.7083333333vw 6.9444444444vw;
        grid-area: content;
        background-color: #2bbb9d;
    }
    
    @media(max-width: 800px) {
        .large-card_wrapper__ENKfk .large-card_card-data__7M_rj {
            padding:8vw 6.4vw;
            justify-self: flex-start
        }
    }
    
    .large-card_wrapper__ENKfk .large-card_card-data__7M_rj p {
        margin-bottom: 1.0416666667vw;
        line-height: 1;
        color:var(--yellow);
    }
    
    .large-card_wrapper__ENKfk .large-card_card-data__7M_rj p:last-of-type {
        margin-bottom: 2.0833333333vw
    }
    
    @media(max-width: 800px) {
        .large-card_wrapper__ENKfk .large-card_card-data__7M_rj p {
            letter-spacing:-.01em;
            margin-bottom: 2.6666666667vw;
            max-width: 76.8vw;
            font-size: 4.8vw
        }
    
        .large-card_wrapper__ENKfk .large-card_card-data__7M_rj p:first-of-type {
            font-size: 19.896vw;
            margin-bottom: 4vw
        }
    
        .large-card_wrapper__ENKfk .large-card_card-data__7M_rj p:last-of-type {
            margin-bottom: 6.6666666667vw;
            font-size: 4vw
        }
    }
    
    .large-card_wrapper__ENKfk .large-card_card-data__7M_rj .large-card_button__Zp6o_ {
        margin-bottom: 5.2083333333vw
    }
    
    @media(max-width: 800px) {
        .large-card_wrapper__ENKfk .large-card_card-data__7M_rj .large-card_button__Zp6o_ {
            max-width:100%;
            margin-bottom: 0
        }
    }
    
    .large-card_wrapper__ENKfk .large-card_card-data__7M_rj .large-card_selector__7goxa {
        display: grid;
        grid-template-columns: repeat(3,1fr);
        grid-gap: .6944444444vw;
        align-items: center
    }
    
    @media(max-width: 800px) {
        .large-card_wrapper__ENKfk .large-card_card-data__7M_rj .large-card_selector__7goxa {
            display:flex;
            flex-direction: column
        }
    }
    
    .large-card_wrapper__ENKfk .large-card_card-data__7M_rj .large-card_selector__7goxa label {
        max-width: 8.3333333333vw
    }
    
    @media(max-width: 800px) {
        .large-card_wrapper__ENKfk .large-card_card-data__7M_rj .large-card_selector__7goxa label {
            max-width:100%;
            margin-bottom: 5.3333333333vw
        }
    }
    
    .large-card_wrapper__ENKfk .large-card_image__a1_lB {
        background-color: var(--black);
        grid-area: image;
        position: relative
    }
    
    @media(max-width: 800px) {
        .large-card_wrapper__ENKfk .large-card_image__a1_lB {
            border-bottom:.5333333333vw solid var(--black)
        }
    }
    
    .large-card_wrapper__ENKfk.large-card_inverted__7k6Un {
        grid-template-areas: "image content"
    }
    
    .large-card_wrapper__ENKfk.large-card_inverted__7k6Un .large-card_card-data__7M_rj {
        padding: 7.7083333333vw 8.3333333333vw
    }
    
    @media(max-width: 800px) {
        .large-card_wrapper__ENKfk.large-card_inverted__7k6Un .large-card_card-data__7M_rj {
            padding:3.2vw 5.3333333333vw
        }
    }
    
    .large-card_wrapper__ENKfk:before {
        content: "";
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        height: 100%;
        width: .1388888889vw;
        background-color: var(--black);
        z-index: 10
    }
    
    @media(max-width: 800px) {
        .large-card_wrapper__ENKfk:before {
            display:none
        }
    }
    
    .home_hero__RYBFn,.home_home_layout___k5_B {
        background-color: #f5f5f5
    }
    
    .home_hero__RYBFn {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding-top: 16.6666666667vw;
        padding-bottom: 8.6805555556vw;
        width: 100%
    }
    
    @media(max-width: 800px) {
        .home_hero__RYBFn {
            padding-top:45.3333333333vw;
            padding-bottom: 26.6666666667vw
        }
    }
    
    .home_hero__RYBFn>div {
        position: relative
    }
    
    @media(max-width: 800px) {
        .home_hero__RYBFn>div {
            margin-bottom:5.3333333333vw
        }
    }
    
    .home_hero__RYBFn .home_title-quotes__Coo8i {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        position: absolute;
        right: 0;
        top: 0;
        transform: translateX(110%);
        cursor: none;
        z-index: 2
    }
    
    @media(max-width: 800px) {
        .home_hero__RYBFn .home_title-quotes__Coo8i {
            flex-direction:row;
            transform: translateX(-18%) translateY(-180%)
        }
    
        .home_hero__RYBFn .home_title-quotes__Coo8i span {
            font-size: 3.4666666667vw
        }
    }
    
    .home_hero__RYBFn .home_title__U0Uwb {
        display: block;
        font-family: var(--font-tt);
        font-size: 12.9166666667vw;
        line-height: 75%;
        letter-spacing: -.02em;
        font-weight: 500;
        text-transform: uppercase
    }
    
    @media(max-width: 800px) {
        .home_hero__RYBFn .home_title__U0Uwb {
            letter-spacing:-.02em;
            font-size: 24.8vw;
            font-weight: 500
        }
    }
    
    .home_hero__RYBFn .home_subtitle__1Ye3y {
        display: block;
        font-family: var(--font-attila);
        font-size: 6.9444444444vw;
        line-height: 80%;
        letter-spacing: -.01em;
        text-transform: uppercase;
        font-weight: 900;
        padding-bottom: 1.7361111111vw
    }
    
    @media(max-width: 800px) {
        .home_hero__RYBFn .home_subtitle__1Ye3y {
            letter-spacing:-.02em;
            font-size: 9.3333333333vw
        }
    }
    
    .home_hero__RYBFn p {
        max-width: 38.8888888889vw
    }
    
    @media(max-width: 800px) {
        .home_hero__RYBFn p {
            max-width:89.3333333333vw;
            font-size: 4vw
        }
    }
    
    .home_hero__RYBFn .home_illustration__Wf6su {
        position: absolute
    }
    
    .home_hero__RYBFn .home_illustration__Wf6su.home_hand-holding-phone__1gKGu {
        right: 1.4%;
        top: 130%;
        width: 11.25vw
    }
    
    @media(max-width: 800px) {
        .home_hero__RYBFn .home_illustration__Wf6su.home_hand-holding-phone__1gKGu {
            width:29.3333333333vw;
            top: 170%;
            left: 7%;
            z-index: 1
        }
    }
    
    .home_hero__RYBFn .home_cta__G_htL {
        margin-top: 2.4305555556vw
    }
    
    @media(max-width: 800px) {
        .home_hero__RYBFn .home_cta__G_htL {
            margin-top:9.3333333333vw
        }
    }
    
    .home_first-fold__ZLs4o {
        position: relative;
        padding-bottom: 2.7777777778vw;
        background-color: #f5f5f5
    }
    
    @media(max-width: 800px) {
        .home_first-fold__ZLs4o {
            padding-bottom:5.3333333333vw
        }
    }
    
    .home_first-fold__ZLs4o .home_image-container__2KCTV {
        position: relative;
        width: 94.4444444444vw;
        height: 59.7222222222vw;
        overflow: hidden
    }
    
    @media(max-width: 800px) {
        .home_first-fold__ZLs4o .home_image-container__2KCTV {
            width:89.3333333333vw;
            height: 89.3333333333vw
        }
    }
    
    .home_first-fold__ZLs4o .home_image-container__2KCTV .home_image__1PHjd {
        transition: opacity .4s ease-in-out;
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        opacity: 0
    }
    
    .home_first-fold__ZLs4o .home_illustration__Wf6su {
        position: absolute
    }
    
    .home_first-fold__ZLs4o .home_illustration__Wf6su.home_pizza-tiger__dO6e3 {
        width: 13.8194444444vw;
        height: 21.1805555556vw;
        top: -20%;
        left: 12%;
        z-index: 1
    }
    
    @media(max-width: 800px) {
        .home_first-fold__ZLs4o .home_illustration__Wf6su.home_pizza-tiger__dO6e3 {
            display:none
        }
    }
    
    .home_second-fold__6_w1J {
        background-color: var(--black);
        padding-top: 2.7777777778vw;
        overflow: hidden
    }
    
    @media(max-width: 800px) {
        .home_second-fold__6_w1J {
            padding-top:5.3333333333vw
        }
    }
    
    .home_second-fold__6_w1J .home_logo__3aSjG {
        position: relative;
        width: 11.1111111111vw;
        height: 4.1666666667vw;
        margin-left: 1.0416666667vw
    }
    
    @media(max-width: 800px) {
        .home_second-fold__6_w1J .home_logo__3aSjG {
            width:34.1333333333vw;
            height: 12.8vw
        }
    }
    
    .home_third-fold__DeQ_l {
        margin-top: -1px;
        position: relative;
        display: grid;
        grid-template-columns: repeat(14,1fr);
        grid-gap: var(--grid-gap-y) var(--grid-gap);
        background-color: var(--black);
        padding-bottom: 6.9444444444vw;
        color: var(--white)
    }
    
    @media(max-width: 800px) {
        .home_third-fold__DeQ_l {
            grid-template-columns:1fr;
            padding-bottom: 33.3333333333vw
        }
    }
    
    .home_third-fold__DeQ_l .home_wrapper__2kXsb {
        grid-column: 2/12;
        max-width: 66.25vw
    }
    
    @media(max-width: 800px) {
        .home_third-fold__DeQ_l .home_wrapper__2kXsb {
            max-width:89.3333333333vw;
            grid-column: 1
        }
    
        .home_third-fold__DeQ_l .home_wrapper__2kXsb>p:first-child {
            font-size: 4.8vw;
            margin-bottom: 5.3333333333vw
        }
    }
    
    .home_third-fold__DeQ_l .home_wrapper__2kXsb .home_text__uALHd {
        letter-spacing: -.02em;
        margin-bottom: 3.8194444444vw
    }
    
    @media(max-width: 800px) {
        .home_third-fold__DeQ_l .home_wrapper__2kXsb .home_text__uALHd {
            font-weight:500;
            letter-spacing: -.01em;
            font-size: 16.2666666667vw;
            margin-bottom: 6.6666666667vw
        }
    }
    
    .home_third-fold__DeQ_l .home_wrapper__2kXsb .home_check-marks-text__FcNOe {
        display: flex
    }
    
    @media(max-width: 800px) {
        .home_third-fold__DeQ_l .home_wrapper__2kXsb .home_check-marks-text__FcNOe {
            flex-direction:column;
            align-items: flex-start
        }
    }
    
    .home_third-fold__DeQ_l .home_wrapper__2kXsb .home_check-marks-text__FcNOe span {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        margin-right: 1.7361111111vw
    }
    
    @media(max-width: 800px) {
        .home_third-fold__DeQ_l .home_wrapper__2kXsb .home_check-marks-text__FcNOe span {
            font-size:3.2vw;
            margin-bottom: 2.6666666667vw
        }
    }
    
    .home_third-fold__DeQ_l .home_wrapper__2kXsb .home_check-marks-text__FcNOe svg {
        width: 2.0833333333vw;
        height: 2.0833333333vw;
        margin-right: .6944444444vw
    }
    
    @media(max-width: 800px) {
        .home_third-fold__DeQ_l .home_wrapper__2kXsb .home_check-marks-text__FcNOe svg {
            width:8vw;
            height: 8vw;
            margin-right: 2.6666666667vw
        }
    }
    
    .home_third-fold__DeQ_l .home_illustration__Wf6su {
        position: absolute
    }
    
    .home_third-fold__DeQ_l .home_illustration__Wf6su.home_sword-burger__nRDyo {
        grid-column: 13/-1;
        top: 6%;
        right: 65%;
        width: 6.1805555556vw;
        height: 18.6111111111vw;
        transform: translateY(15%) translateX(-40%)
    }
    
    @media(max-width: 800px) {
        .home_third-fold__DeQ_l .home_illustration__Wf6su.home_sword-burger__nRDyo {
            width:15.7333333333vw;
            height: 47.7333333333vw;
            transform: translateY(150%) translateX(-20%)
        }
    }
    
    .home_fourth-fold__QLLPn {
        padding-bottom: 0;
    }
    
    @media(min-width: 801px) {
        .home_fourth-fold__QLLPn {
            padding-bottom:10.4166666667vw
        }
    }
    
    .home_fourth-fold__QLLPn .home_values-card__jA5x4:not(:last-child) {
        margin-bottom: 5.2083333333vw
    }
    
    .home_marquee__zJmJc {
        margin-top: -1px;
        position: relative;
        background-color: var(--black);
        padding-bottom: 13.8888888889vw
    }
    
    @media(max-width: 800px) {
        .home_marquee__zJmJc {
            padding-bottom:26.6666666667vw
        }
    
        .home_marquee__zJmJc .home_marquee-text__ADaiB {
            letter-spacing: -.01em;
            font-weight: 500
        }
    }
    
    .home_marquee__zJmJc .home_illustration__Wf6su {
        position: absolute
    }
    
    .home_marquee__zJmJc .home_illustration__Wf6su.home_sliced-tomato__mfD76 {
        z-index: 1;
        top: -10%;
        width: 12.9166666667vw;
        height: 10.7638888889vw
    }
    
    @media(max-width: 800px) {
        .home_marquee__zJmJc .home_illustration__Wf6su.home_sliced-tomato__mfD76 {
            width:28.2666666667vw;
            height: 23.7333333333vw
        }
    }
    
    .home_fifth-fold__Deg_R {
        position: relative;
        margin-top: -1px;
        background-color: var(--black);
        width: 100%;
        height: 62.5vw;
        display: flex;
        overflow: hidden
    }
    
    @media(max-width: 800px) {
        .home_fifth-fold__Deg_R {
            height:133.3333333333vw
        }
    }
    
    .home_fifth-fold__Deg_R svg {
        position: absolute
    }
    
    @media(max-width: 800px) {
        .home_fifth-fold__Deg_R svg {
            left:0;
            transform: translateY(-25%) translateX(-19%)
        }
    }
    
    .home_fifth-fold__Deg_R .home_content__CAOAv {
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        display: flex;
        flex-direction: column;
        text-align: center;
        max-width: 31.25vw;
        align-self: flex-end;
        padding-bottom: 13.8888888889vw
    }
    
    @media(max-width: 800px) {
        .home_fifth-fold__Deg_R .home_content__CAOAv {
            max-width:74.1333333333vw;
            width: 58.1333333333vw;
            padding-bottom: 17.3333333333vw
        }
    
        .home_fifth-fold__Deg_R .home_content__CAOAv p:first-child {
            font-size: 4.8vw;
            margin-bottom: 4vw
        }
    }
    
    .home_fifth-fold__Deg_R .home_content__CAOAv p {
        margin-bottom: 1.0416666667vw
    }
    
    @media(max-width: 800px) {
        .home_fifth-fold__Deg_R .home_content__CAOAv p {
            font-size:4vw;
            max-width: 74.1333333333vw;
            margin-bottom: 4vw
        }
    }
    
    .home_fifth-fold__Deg_R .home_content__CAOAv .home_button__T1P7T {
        margin-top: .6944444444vw;
        max-width: 10.625vw;
        align-self: center
    }
    
    @media(max-width: 800px) {
        .home_fifth-fold__Deg_R .home_content__CAOAv .home_button__T1P7T {
            max-width:40.8vw
        }
    }
    
    .home_sixth-fold__5fM6h {
        position: relative;
        display: grid;
        grid-template-columns: repeat(14,1fr);
        grid-gap: var(--grid-gap-y) var(--grid-gap);
        margin-top: -1px;
        background-color: var(--black);
        color: var(--white);
        padding: 0 var(--x-spacer) 17.3611111111vw var(--x-spacer)
    }
    
    @media(max-width: 800px) {
        .home_sixth-fold__5fM6h {
            grid-template-columns:1fr
        }
    }
    
    .home_sixth-fold__5fM6h .home_quote__xy4we {
        font-family: var(--font-tt);
        font-weight: 500;
        font-size: 12.9166666667vw;
        margin-top: 2.2222222222vw;
        grid-column: 1/2;
        z-index: 10
    }
    
    @media(max-width: 800px) {
        .home_sixth-fold__5fM6h .home_quote__xy4we {
            top:7%;
            position: absolute;
            font-size: 24vw
        }
    }
    
    .home_sixth-fold__5fM6h .home_quote-wrapper__55czt {
        grid-column: 3/-1;
        position: relative;
        max-width: 73.6111111111vw
    }
    
    @media(max-width: 800px) {
        .home_sixth-fold__5fM6h .home_quote-wrapper__55czt {
            grid-column:1;
            max-width: 100%;
            width: 100%
        }
    }
    
    .home_sixth-fold__5fM6h .home_quote-wrapper__55czt .home_illustration__Wf6su {
        position: absolute
    }
    
    .home_sixth-fold__5fM6h .home_quote-wrapper__55czt .home_illustration__Wf6su.home_all-seeing-cookie__2oCri {
        width: 12.2916666667vw;
        height: 10.5555555556vw;
        bottom: -10%;
        right: -3%
    }
    
    @media(max-width: 800px) {
        .home_sixth-fold__5fM6h .home_quote-wrapper__55czt .home_illustration__Wf6su.home_all-seeing-cookie__2oCri {
            display:none
        }
    }
    
    .home_seventh-fold__Luzex {
        margin-top: -1px;
        position: relative;
        background-color: var(--black);
        color: var(--white);
        padding-left: var(--x-spacer);
        padding-right: var(--x-spacer);
        padding-bottom: 17.3611111111vw;
        overflow: hidden
    }
    
    @media(max-width: 800px) {
        .home_seventh-fold__Luzex .home_slider-card__zCR5S {
            width:89.3333333333vw;
            margin: 10.6666666667vw 1.3333333333vw 0 0
        }
    }
    
    .home_prefooter__WrHUi {
        margin-top: -1px
    }

    

    
    .radio_radio__U2dYv[type=radio]:checked+label,.radio_radio__U2dYv[type=radio]:not(:checked)+label {
        position: relative;
        cursor: pointer;
        width: 100%;
        padding-left: 2.7777777778vw;
        text-align: left;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none
    }
    
    @media(max-width: 800px) {
        .radio_radio__U2dYv[type=radio]:checked+label,.radio_radio__U2dYv[type=radio]:not(:checked)+label {
            padding-left:10.6666666667vw
        }
    }
    
    .radio_radio__U2dYv[type=radio]:checked+label:before,.radio_radio__U2dYv[type=radio]:not(:checked)+label:before {
        content: "";
        position: absolute;
        border-radius: 100%;
        left: 0;
        top: 50%;
        cursor: pointer;
        display: inline-block;
        width: 1.9444444444vw;
        height: 1.9444444444vw;
        border: .1388888889vw solid;
        background-color: var(--white);
        transition: background-color .2s ease-in-out;
        transform: translateY(-50%)
    }
    
    @media(max-width: 800px) {
        .radio_radio__U2dYv[type=radio]:checked+label:before,.radio_radio__U2dYv[type=radio]:not(:checked)+label:before {
            width:8vw;
            height: 8vw;
            border: .5333333333vw solid
        }
    }
    
    .radio_radio__U2dYv[type=radio]:checked+label:after,.radio_radio__U2dYv[type=radio]:not(:checked)+label:after {
        content: "";
        width: .6944444444vw;
        height: .6944444444vw;
        position: absolute;
        left: .625vw;
        top: 50%;
        border-radius: 100%;
        background-color: var(--black);
        transition: opacity .2s ease,transform .2s ease
    }
    
    @media(max-width: 800px) {
        .radio_radio__U2dYv[type=radio]:checked+label:after,.radio_radio__U2dYv[type=radio]:not(:checked)+label:after {
            width:2.6666666667vw;
            height: 2.6666666667vw;
            left: 2.6666666667vw
        }
    }
    
    .radio_radio__U2dYv[type=radio]:not(:checked)+label:after {
        opacity: 0;
        transform: translateY(-50%) scale(0)
    }
    
    .radio_radio__U2dYv[type=radio]:checked+label:after {
        opacity: 1;
        transform: translateY(-50%) scale(1)
    }
    
    .large-card_wrapper__ENKfk {
        position: relative;
        display: grid;
        grid-template-columns: 1fr 1fr;
        background-color: var(--white);
        grid-template-areas: "content image";
        height: 45.8333333333vw;
        border-radius: 2.7777777778vw;
        overflow: hidden;
        border: .1388888889vw solid var(--black)
    }
    
    @media(max-width: 800px) {
        .large-card_wrapper__ENKfk {
            display:flex;
            flex-direction: column-reverse;
            justify-content: space-between;
            height: auto;
            border-radius: 5.3333333333vw;
            margin-bottom: 8vw
        }
    }
    
    .large-card_wrapper__ENKfk .large-card_card-data__7M_rj {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 7.7083333333vw 9.0277777778vw 7.7083333333vw 6.9444444444vw;
        grid-area: content
    }
    
    @media(max-width: 800px) {
        .large-card_wrapper__ENKfk .large-card_card-data__7M_rj {
            padding:8vw 6.4vw;
            justify-self: flex-start
        }
    }
    
    .large-card_wrapper__ENKfk .large-card_card-data__7M_rj p {
        margin-bottom: 1.0416666667vw;
        line-height: 1;
    }
    
    .large-card_wrapper__ENKfk .large-card_card-data__7M_rj p:last-of-type {
        margin-bottom: 2.0833333333vw
    }
    
    @media(max-width: 800px) {
        .large-card_wrapper__ENKfk .large-card_card-data__7M_rj p {
            letter-spacing:-.01em;
            margin-bottom: 2.6666666667vw;
            max-width: 76.8vw;
            font-size: 4.8vw
        }
    
        .large-card_wrapper__ENKfk .large-card_card-data__7M_rj p:first-of-type {
            font-size: 19.896vw;
            margin-bottom: 4vw
        }
    
        .large-card_wrapper__ENKfk .large-card_card-data__7M_rj p:last-of-type {
            margin-bottom: 6.6666666667vw;
            font-size: 4vw
        }
    }
    
    .large-card_wrapper__ENKfk .large-card_card-data__7M_rj .large-card_button__Zp6o_ {
        margin-bottom: 5.2083333333vw
    }
    
    @media(max-width: 800px) {
        .large-card_wrapper__ENKfk .large-card_card-data__7M_rj .large-card_button__Zp6o_ {
            max-width:100%;
            margin-bottom: 0
        }
    }
    
    .large-card_wrapper__ENKfk .large-card_card-data__7M_rj .large-card_selector__7goxa {
        display: grid;
        grid-template-columns: repeat(3,1fr);
        grid-gap: .6944444444vw;
        align-items: center
    }
    
    @media(max-width: 800px) {
        .large-card_wrapper__ENKfk .large-card_card-data__7M_rj .large-card_selector__7goxa {
            display:flex;
            flex-direction: column
        }
    }
    
    .large-card_wrapper__ENKfk .large-card_card-data__7M_rj .large-card_selector__7goxa label {
        max-width: 8.3333333333vw
    }
    
    @media(max-width: 800px) {
        .large-card_wrapper__ENKfk .large-card_card-data__7M_rj .large-card_selector__7goxa label {
            max-width:100%;
            margin-bottom: 5.3333333333vw
        }
    }
    
    .large-card_wrapper__ENKfk .large-card_image__a1_lB {
        background-color: var(--black);
        grid-area: image;
        position: relative
    }
    
    @media(max-width: 800px) {
        .large-card_wrapper__ENKfk .large-card_image__a1_lB {
            border-bottom:.5333333333vw solid var(--black)
        }
    }
    
    .large-card_wrapper__ENKfk.large-card_inverted__7k6Un {
        grid-template-areas: "image content"
    }
    
    .large-card_wrapper__ENKfk.large-card_inverted__7k6Un .large-card_card-data__7M_rj {
        padding: 7.7083333333vw 8.3333333333vw
    }
    
    @media(max-width: 800px) {
        .large-card_wrapper__ENKfk.large-card_inverted__7k6Un .large-card_card-data__7M_rj {
            padding:3.2vw 5.3333333333vw
        }
    }
    
    .large-card_wrapper__ENKfk:before {
        content: "";
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        height: 100%;
        width: .1388888889vw;
        background-color: var(--black);
        z-index: 10
    }
    
    @media(max-width: 800px) {
        .large-card_wrapper__ENKfk:before {
            display:none
        }
    }
    
    .home_hero__RYBFn,.home_home_layout___k5_B {
        background-color: #f5f5f5
    }
    
    .home_hero__RYBFn {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding-top: 16.6666666667vw;
        padding-bottom: 8.6805555556vw;
        width: 100%
    }
    
    @media(max-width: 800px) {
        .home_hero__RYBFn {
            padding-top:45.3333333333vw;
            padding-bottom: 26.6666666667vw
        }
    }
    
    .home_hero__RYBFn>div {
        position: relative
    }
    
    @media(max-width: 800px) {
        .home_hero__RYBFn>div {
            margin-bottom:5.3333333333vw
        }
    }
    
    .home_hero__RYBFn .home_title-quotes__Coo8i {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        position: absolute;
        right: 0;
        top: 0;
        transform: translateX(110%);
        cursor: none;
        z-index: 2
    }
    
    @media(max-width: 800px) {
        .home_hero__RYBFn .home_title-quotes__Coo8i {
            flex-direction:row;
            transform: translateX(-18%) translateY(-180%)
        }
    
        .home_hero__RYBFn .home_title-quotes__Coo8i span {
            font-size: 3.4666666667vw
        }
    }
    
    .home_hero__RYBFn .home_title__U0Uwb {
        display: block;
        font-family: var(--font-tt);
        font-size: 12.9166666667vw;
        line-height: 75%;
        letter-spacing: -.02em;
        font-weight: 500;
        text-transform: uppercase
    }
    
    @media(max-width: 800px) {
        .home_hero__RYBFn .home_title__U0Uwb {
            letter-spacing:-.02em;
            font-size: 24.8vw;
            font-weight: 500
        }
    }
    
    .home_hero__RYBFn .home_subtitle__1Ye3y {
        display: block;
        font-family: var(--font-attila);
        font-size: 6.9444444444vw;
        line-height: 80%;
        letter-spacing: -.01em;
        text-transform: uppercase;
        font-weight: 900;
        padding-bottom: 1.7361111111vw
    }
    
    @media(max-width: 800px) {
        .home_hero__RYBFn .home_subtitle__1Ye3y {
            letter-spacing:-.02em;
            font-size: 9.3333333333vw
        }
    }
    
    .home_hero__RYBFn p {
        max-width: 38.8888888889vw
    }
    
    @media(max-width: 800px) {
        .home_hero__RYBFn p {
            max-width:89.3333333333vw;
            font-size: 4vw
        }
    }
    
    .home_hero__RYBFn .home_illustration__Wf6su {
        position: absolute
    }
    
    .home_hero__RYBFn .home_illustration__Wf6su.home_hand-holding-phone__1gKGu {
        right: 1.4%;
        top: 130%;
        width: 11.25vw
    }
    
    @media(max-width: 800px) {
        .home_hero__RYBFn .home_illustration__Wf6su.home_hand-holding-phone__1gKGu {
            width:29.3333333333vw;
            top: 170%;
            left: 7%;
            z-index: 1
        }
    }
    
    .home_hero__RYBFn .home_cta__G_htL {
        margin-top: 2.4305555556vw
    }
    
    @media(max-width: 800px) {
        .home_hero__RYBFn .home_cta__G_htL {
            margin-top:9.3333333333vw
        }
    }
    
    .home_first-fold__ZLs4o {
        position: relative;
        padding-bottom: 2.7777777778vw;
        background-color: #f5f5f5
    }
    
    @media(max-width: 800px) {
        .home_first-fold__ZLs4o {
            padding-bottom:5.3333333333vw
        }
    }
    
    .home_first-fold__ZLs4o .home_image-container__2KCTV {
        position: relative;
        width: 94.4444444444vw;
        height: 59.7222222222vw;
        overflow: hidden
    }
    
    @media(max-width: 800px) {
        .home_first-fold__ZLs4o .home_image-container__2KCTV {
            width:89.3333333333vw;
            height: 89.3333333333vw
        }
    }
    
    .home_first-fold__ZLs4o .home_image-container__2KCTV .home_image__1PHjd {
        transition: opacity .4s ease-in-out;
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        opacity: 0
    }
    
    .home_first-fold__ZLs4o .home_illustration__Wf6su {
        position: absolute
    }
    
    .home_first-fold__ZLs4o .home_illustration__Wf6su.home_pizza-tiger__dO6e3 {
        width: 13.8194444444vw;
        height: 21.1805555556vw;
        top: -20%;
        left: 12%;
        z-index: 1
    }
    
    @media(max-width: 800px) {
        .home_first-fold__ZLs4o .home_illustration__Wf6su.home_pizza-tiger__dO6e3 {
            display:none
        }
    }
    
    .home_second-fold__6_w1J {
        background-color: var(--black);
        padding-top: 2.7777777778vw;
        overflow: hidden
    }
    
    @media(max-width: 800px) {
        .home_second-fold__6_w1J {
            padding-top:5.3333333333vw
        }
    }
    
    .home_second-fold__6_w1J .home_logo__3aSjG {
        position: relative;
        width: 11.1111111111vw;
        height: 4.1666666667vw;
        margin-left: 1.0416666667vw
    }
    
    @media(max-width: 800px) {
        .home_second-fold__6_w1J .home_logo__3aSjG {
            width:34.1333333333vw;
            height: 12.8vw
        }
    }
    
    .home_third-fold__DeQ_l {
        margin-top: -1px;
        position: relative;
        display: grid;
        grid-template-columns: repeat(14,1fr);
        grid-gap: var(--grid-gap-y) var(--grid-gap);
        background-color: var(--black);
        padding-bottom: 6.9444444444vw;
        color: var(--white)
    }
    
    @media(max-width: 800px) {
        .home_third-fold__DeQ_l {
            grid-template-columns:1fr;
            padding-bottom: 33.3333333333vw
        }
    }
    
    .home_third-fold__DeQ_l .home_wrapper__2kXsb {
        grid-column: 2/12;
        max-width: 66.25vw
    }
    
    @media(max-width: 800px) {
        .home_third-fold__DeQ_l .home_wrapper__2kXsb {
            max-width:89.3333333333vw;
            grid-column: 1
        }
    
        .home_third-fold__DeQ_l .home_wrapper__2kXsb>p:first-child {
            font-size: 4.8vw;
            margin-bottom: 5.3333333333vw
        }
    }
    
    .home_third-fold__DeQ_l .home_wrapper__2kXsb .home_text__uALHd {
        letter-spacing: -.02em;
        margin-bottom: 3.8194444444vw
    }
    
    @media(max-width: 800px) {
        .home_third-fold__DeQ_l .home_wrapper__2kXsb .home_text__uALHd {
            font-weight:500;
            letter-spacing: -.01em;
            font-size: 16.2666666667vw;
            margin-bottom: 6.6666666667vw
        }
    }
    
    .home_third-fold__DeQ_l .home_wrapper__2kXsb .home_check-marks-text__FcNOe {
        display: flex
    }
    
    @media(max-width: 800px) {
        .home_third-fold__DeQ_l .home_wrapper__2kXsb .home_check-marks-text__FcNOe {
            flex-direction:column;
            align-items: flex-start
        }
    }
    
    .home_third-fold__DeQ_l .home_wrapper__2kXsb .home_check-marks-text__FcNOe span {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        margin-right: 1.7361111111vw
    }
    
    @media(max-width: 800px) {
        .home_third-fold__DeQ_l .home_wrapper__2kXsb .home_check-marks-text__FcNOe span {
            font-size:3.2vw;
            margin-bottom: 2.6666666667vw
        }
    }
    
    .home_third-fold__DeQ_l .home_wrapper__2kXsb .home_check-marks-text__FcNOe svg {
        width: 2.0833333333vw;
        height: 2.0833333333vw;
        margin-right: .6944444444vw
    }
    
    @media(max-width: 800px) {
        .home_third-fold__DeQ_l .home_wrapper__2kXsb .home_check-marks-text__FcNOe svg {
            width:8vw;
            height: 8vw;
            margin-right: 2.6666666667vw
        }
    }
    
    .home_third-fold__DeQ_l .home_illustration__Wf6su {
        position: absolute
    }
    
    .home_third-fold__DeQ_l .home_illustration__Wf6su.home_sword-burger__nRDyo {
        grid-column: 13/-1;
        top: 6%;
        right: 65%;
        width: 6.1805555556vw;
        height: 18.6111111111vw;
        transform: translateY(15%) translateX(-40%)
    }
    
    @media(max-width: 800px) {
        .home_third-fold__DeQ_l .home_illustration__Wf6su.home_sword-burger__nRDyo {
            width:15.7333333333vw;
            height: 47.7333333333vw;
            transform: translateY(150%) translateX(-20%)
        }
    }
    
    .home_fourth-fold__QLLPn {
        padding-bottom: 0;
        padding-top:2rem;
        background-color: #2bbb9d;
    }
    
    @media(min-width: 801px) {
        .home_fourth-fold__QLLPn {
            padding-bottom:10.4166666667vw
        }
    }
    
    .home_fourth-fold__QLLPn .home_values-card__jA5x4:not(:last-child) {
        margin-bottom: 5.2083333333vw;
    }
    
    .home_marquee__zJmJc {
        margin-top: -1px;
        position: relative;
        background-color: var(--black);
        padding-bottom: 13.8888888889vw
    }
    
    @media(max-width: 800px) {
        .home_marquee__zJmJc {
            padding-bottom:26.6666666667vw
        }
    
        .home_marquee__zJmJc .home_marquee-text__ADaiB {
            letter-spacing: -.01em;
            font-weight: 500
        }
    }
    
    .home_marquee__zJmJc .home_illustration__Wf6su {
        position: absolute
    }
    
    .home_marquee__zJmJc .home_illustration__Wf6su.home_sliced-tomato__mfD76 {
        z-index: 1;
        top: -10%;
        width: 12.9166666667vw;
        height: 10.7638888889vw
    }
    
    @media(max-width: 800px) {
        .home_marquee__zJmJc .home_illustration__Wf6su.home_sliced-tomato__mfD76 {
            width:28.2666666667vw;
            height: 23.7333333333vw
        }
    }
    
    .home_fifth-fold__Deg_R {
        position: relative;
        margin-top: -1px;
        background-color: var(--black);
        width: 100%;
        height: 62.5vw;
        display: flex;
        overflow: hidden
    }
    
    @media(max-width: 800px) {
        .home_fifth-fold__Deg_R {
            height:133.3333333333vw
        }
    }
    
    .home_fifth-fold__Deg_R svg {
        position: absolute
    }
    
    @media(max-width: 800px) {
        .home_fifth-fold__Deg_R svg {
            left:0;
            transform: translateY(-25%) translateX(-19%)
        }
    }
    
    .home_fifth-fold__Deg_R .home_content__CAOAv {
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        display: flex;
        flex-direction: column;
        text-align: center;
        max-width: 31.25vw;
        align-self: flex-end;
        padding-bottom: 13.8888888889vw
    }
    
    @media(max-width: 800px) {
        .home_fifth-fold__Deg_R .home_content__CAOAv {
            max-width:74.1333333333vw;
            width: 58.1333333333vw;
            padding-bottom: 17.3333333333vw
        }
    
        .home_fifth-fold__Deg_R .home_content__CAOAv p:first-child {
            font-size: 4.8vw;
            margin-bottom: 4vw
        }
    }
    
    .home_fifth-fold__Deg_R .home_content__CAOAv p {
        margin-bottom: 1.0416666667vw
    }
    
    @media(max-width: 800px) {
        .home_fifth-fold__Deg_R .home_content__CAOAv p {
            font-size:4vw;
            max-width: 74.1333333333vw;
            margin-bottom: 4vw
        }
    }
    
    .home_fifth-fold__Deg_R .home_content__CAOAv .home_button__T1P7T {
        margin-top: .6944444444vw;
        max-width: 10.625vw;
        align-self: center
    }
    
    @media(max-width: 800px) {
        .home_fifth-fold__Deg_R .home_content__CAOAv .home_button__T1P7T {
            max-width:40.8vw
        }
    }
    
    .home_sixth-fold__5fM6h {
        position: relative;
        display: grid;
        grid-template-columns: repeat(14,1fr);
        grid-gap: var(--grid-gap-y) var(--grid-gap);
        margin-top: -1px;
        background-color: var(--black);
        color: var(--white);
        padding: 0 var(--x-spacer) 17.3611111111vw var(--x-spacer)
    }
    
    @media(max-width: 800px) {
        .home_sixth-fold__5fM6h {
            grid-template-columns:1fr
        }
    }
    
    .home_sixth-fold__5fM6h .home_quote__xy4we {
        font-family: var(--font-tt);
        font-weight: 500;
        font-size: 12.9166666667vw;
        margin-top: 2.2222222222vw;
        grid-column: 1/2;
        z-index: 10
    }
    
    @media(max-width: 800px) {
        .home_sixth-fold__5fM6h .home_quote__xy4we {
            top:7%;
            position: absolute;
            font-size: 24vw
        }
    }
    
    .home_sixth-fold__5fM6h .home_quote-wrapper__55czt {
        grid-column: 3/-1;
        position: relative;
        max-width: 73.6111111111vw
    }
    
    @media(max-width: 800px) {
        .home_sixth-fold__5fM6h .home_quote-wrapper__55czt {
            grid-column:1;
            max-width: 100%;
            width: 100%
        }
    }
    
    .home_sixth-fold__5fM6h .home_quote-wrapper__55czt .home_illustration__Wf6su {
        position: absolute
    }
    
    .home_sixth-fold__5fM6h .home_quote-wrapper__55czt .home_illustration__Wf6su.home_all-seeing-cookie__2oCri {
        width: 12.2916666667vw;
        height: 10.5555555556vw;
        bottom: -10%;
        right: -3%
    }
    
    @media(max-width: 800px) {
        .home_sixth-fold__5fM6h .home_quote-wrapper__55czt .home_illustration__Wf6su.home_all-seeing-cookie__2oCri {
            display:none
        }
    }
    
    .home_seventh-fold__Luzex {
        margin-top: -1px;
        position: relative;
        background-color: var(--black);
        color: var(--white);
        padding-left: var(--x-spacer);
        padding-right: var(--x-spacer);
        padding-bottom: 17.3611111111vw;
        overflow: hidden
    }
    
    @media(max-width: 800px) {
        .home_seventh-fold__Luzex .home_slider-card__zCR5S {
            width:89.3333333333vw;
            margin: 10.6666666667vw 1.3333333333vw 0 0
        }
    }
    
    .home_prefooter__WrHUi {
        margin-top: -1px
    }

    
    /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    text-size-adjust: 100%;
    box-sizing: border-box;
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    border-top-width: 1px
}

pre {
    font-family: monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    color: inherit;
    text-decoration: inherit
}

abbr[title] {
    border-bottom: none;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,strong {
    font-weight: bolder
}

code,kbd,samp {
    font-family: monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: solid
}

button,input,optgroup,select,textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
    padding: 0;
    color: inherit
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

[type=button],[type=reset],[type=submit],button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    margin: 0;
    padding: 0
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto;
    resize: vertical
}

[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;
    -moz-appearance: textfield;
    appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
    appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden],template {
    display: none
}

blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre {
    margin: 0
}

button {
    background-color: transparent;
    background-image: none;
    padding: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

ol,ul {
    list-style: none;
    margin: 0;
    padding: 0
}

*,:after,:before {
    box-sizing: border-box;
    border: 0 solid #e2e8f0
}

input::placeholder,textarea::placeholder {
    color: #a0aec0
}

table {
    border-collapse: collapse
}

h1,h2,h3,h4,h5,h6 {
    font-size: inherit;
    font-weight: inherit
}

code,kbd,pre,samp {
    font-family: Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace
}

audio,canvas,embed,iframe,img,object,svg,video {
    display: block
}

img,video {
    max-width: 100%;
    height: auto
}

@font-face {
    font-family: Attila Sans Uniform;
    src: url(/fonts/Attila/AttilaSansUniform-Black.woff2) format("woff2"),url(/fonts/Attila/AttilaSansUniform-Black.woff) format("woff");
    font-display: swap;
    font-weight: 900
}

@font-face {
    font-family: Attila Sans Uniform;
    src: url(/fonts/Attila/AttilaSansUniform-Bold.woff2) format("woff2"),url(/fonts/Attila/AttilaSansUniform-Bold.woff) format("woff");
    font-display: swap;
    font-weight: 700
}

@font-face {
    font-family: TT Trailers;
    src: url(/fonts/Trailers/tt_trailers_bold-webfont.woff2) format("woff2"),url(/fonts/Trailers/tt_trailers_bold-webfont.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: Stabil Grotesk;
    src: url(/fonts/Stabil/StabilGrotesk-Bold.woff2) format("woff2"),url(/fonts/Stabil/StabilGrotesk-Bold.woff) format("woff");
    font-display: swap;
    font-weight: 600
}

@font-face {
    font-family: Stabil Grotesk;
    src: url(/fonts/Stabil/StabilGrotesk-Regular.woff2) format("woff2"),url(/fonts/Stabil/StabilGrotesk-Regular.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: Fraktion Mono;
    src: url(/fonts/Fraktion/FraktionMono-Medium.woff2) format("woff2"),url(/fonts/Fraktion/FraktionMono-Medium.woff) format("woff");
    font-display: swap
}

.aspect-ratio {
    position: relative;
    padding-bottom: calc(100%/var(--aspect-ratio));
    width: 100%;
    height: 0
}

.aspect-ratio>:first-child {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

:root {
    --layout-columns-count: 4;
    --layout-columns-gap: 5.3333333333vw;
    --layout-margin: 5.3333333333vw;
    --layout-width: calc(100vw - (2 * var(--layout-margin)));
    --layout-column-width: calc((var(--layout-width) - ((var(--layout-columns-count) - 1) * var(--layout-columns-gap))) / var(--layout-columns-count))
}

@media(min-width: 801px) {
    :root {
        --layout-columns-count:14;
        --layout-columns-gap: 2.7777777778vw;
        --layout-margin: 2.7777777778vw
    }
}

.layout-block,.layout-grid {
    max-width: var(--layout-width);
    margin-left: auto;
    margin-right: auto
}

.layout-block-inner,.layout-grid-inner {
    padding-left: var(--layout-margin);
    padding-right: var(--layout-margin)
}

.layout-grid,.layout-grid-inner {
    display: grid;
    grid-template-columns: repeat(var(--layout-columns-count),minmax(0,1fr));
    grid-gap: var(--layout-columns-gap)
}

:root {
    --font-attila: "Attila Sans Uniform";
    --font-tt: "TT Trailers";
    --font-stabil: "Stabil Grotesk";
    --font-fraktion: "Fraktion Mono";
    --yellow: #fcb034;
    --black: #164769;
    --white: #fff;
    --green: #07b8ba;
    --pink: #ff65be;
    --pink-tint: #ffecf7;
    --green-tint: #d9fdfe;
    --white-tint: #dfdfdf;
    --yellow-tint: #fffddf;
    --quote-color: var(--yellow);
    --header-height: 8.3333333333vw;
    --header-height-negative: -6.9444444444vw;
    --x-spacer: 2.7777777778vw;
    --x-spacer-lg: 10.4166666667vw;
    --x-spacer-negative: -2.7777777778vw;
    --y-spacer: 2.4305555556vw;
    --y-spacer-lg: 10.4166666667vw;
    --y-spacer-negative: -2.7777777778vw;
    --grid-gap: 2.7777777778vw;
    --grid-gap-y: 2.4305555556vw;
    --column: 4.1666666667vw;
    --bg: var(--black);
    --fg: var(--white);
    --highlight: var(--pink);
    --ease-in-quad: cubic-bezier(0.55,0.085,0.68,0.53);
    --ease-in-cubic: cubic-bezier(0.55,0.055,0.675,0.19);
    --ease-in-quart: cubic-bezier(0.895,0.03,0.685,0.22);
    --ease-in-quint: cubic-bezier(0.755,0.05,0.855,0.06);
    --ease-in-expo: cubic-bezier(0.95,0.05,0.795,0.035);
    --ease-in-circ: cubic-bezier(0.6,0.04,0.98,0.335);
    --ease-out-quad: cubic-bezier(0.25,0.46,0.45,0.94);
    --ease-out-cubic: cubic-bezier(0.215,0.61,0.355,1);
    --ease-out-quart: cubic-bezier(0.165,0.84,0.44,1);
    --ease-out-quint: cubic-bezier(0.23,1,0.32,1);
    --ease-out-expo: cubic-bezier(0.19,1,0.22,1);
    --ease-out-circ: cubic-bezier(0.075,0.82,0.165,1);
    --ease-in-out-quad: cubic-bezier(0.455,0.03,0.515,0.955);
    --ease-in-out-cubic: cubic-bezier(0.645,0.045,0.355,1);
    --ease-in-out-quart: cubic-bezier(0.77,0,0.175,1);
    --ease-in-out-quint: cubic-bezier(0.86,0,0.07,1);
    --ease-in-out-expo: cubic-bezier(1,0,0,1);
    --ease-in-out-circ: cubic-bezier(0.785,0.135,0.15,0.86)
}

.scrollbar_scrollbar__Cli_4 .scrollbar_thumb__vmS2h {
    min-height: 3.3333333333vw;
    width: 0.5555555556vw ;
    background-color: var(--highlight);
    position: absolute;
    right: 0.5555555556vw;
    border-radius: 0.2777777778vw;
    border: 0.0694444444vw solid var(--black);
    cursor: -webkit-grab;
    cursor: grab;
}

body {
    -ms-overflow-style: none
}



#__next,body,html {
    overscroll-behavior: none
}

#__next ::selection,body ::selection,html ::selection {
    background-color: var(--highlight)
}

section {
    padding: 0 var(--x-spacer)
}

section.full {
    padding: 0
}

button:focus {
    outline: 0
}

.menu {
    overflow: hidden
}

.h1 {
    font-family: var(--font-attila);
    font-weight: 900;
    font-size: 17.3611111111vw;
    line-height: 80%;
    letter-spacing: -.01em;
    text-transform: uppercase
}

.h2 {
    font-size: 12.9166666667vw;
    letter-spacing: -.02em
}

.h2,.h3 {
    font-family: 'League Gothic', sans-serif;
    font-weight: 500;
    line-height: 80%;
    text-transform: uppercase
}

.h3 {
    font-size: 8.2638888889vw;
    letter-spacing: -.01em
}

.h4 {
    font-weight: 700;
    font-size: 4.2361111111vw;
    line-height: 90%
}

.h4,.h5 {
    font-family: var(--font-attila);
    letter-spacing: -.01em;
    text-transform: uppercase
}

.h5 {
    font-weight: 500;
    font-size: 2.7083333333vw;
    line-height: 100%
}

.h6 {
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 110%;
    letter-spacing: -.01em;
    text-transform: uppercase
}

.h6,.p {
    font-family: Suisseintl Regular,sans-serif;
}

.p {
    font-weight: 500;
    font-size: 1.3888888889vw;
    line-height: 135%
}

.p.l {
    font-weight: 700;
    font-size: 1.7361111111vw;
    line-height: 110%;
    letter-spacing: -.01em;
    text-transform: uppercase
}

.p.l,.p.s {
    font-family: 'League Gothic', sans-serif;
}

.p.s {
    font-weight: 500;
    font-size: 1.1111111111vw;
    line-height: 135%
}

.link {
    cursor: pointer;
    position: relative;
    transition: color .3s cubic-bezier(.19,1,.22,1)
}

.link.no-decoration {
    cursor: default
}

.link.decorated,.link:focus,.link:hover {
    outline: none
}

.link.decorated:after,.link:not(.no-decoration):hover:after {
    transform-origin: left;
    transform: scaleX(1)
}

.link:not(.no-decoration):after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: .075em;
    min-height: 1px;
    transform-origin: right;
    transform: scaleX(0);
    background-color: currentColor;
    transition: transform .95s cubic-bezier(.19,1,.22,1)
}

.text-black {
    color: var(--black)
}

.text-white {
    color: var(--white)
}

.text-accent {
    color: var(--quote-color)
}

.text-undeline {
    text-decoration: underline
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-bold {
    font-weight: 700!important
}

.text-normal {
    font-weight: 400
}

.text-italic {
    font-style: italic
}

.text-uppercase {
    text-transform: uppercase
}

.text-initial {
    text-transform: none
}

.text-decorative {
    font-family: var(--font-fraktion);
    font-weight: 500;
    font-size: .9027777778vw;
    line-height: 125%;
    letter-spacing: -.03em;
    text-transform: uppercase
}

.forms-fonts {
    font-family: var(--font-attila);
    font-weight: 700;
    font-size: 2.0833333333vw;
    line-height: 100%;
    letter-spacing: -.01em;
    text-transform: uppercase
}

@media(max-width: 800px) {
    .forms-fonts {
        font-size:4.8vw
    }
}

.gated-forms-title {
    font-family: var(--font-tt);
    font-style: normal;
    font-weight: 500;
    font-size: 6.9444444444vw;
    line-height: 80%;
    letter-spacing: -.02em;
    text-transform: uppercase;
    max-width: 100%
}

@media(max-width: 800px) {
    .gated-forms-title {
        font-size:16.2666666667vw;
        line-height: 80%;
        letter-spacing: -.01em;
        text-transform: uppercase;
        font-weight: 500;
        max-width: 100%
    }
}

.arrow-select {
    width: 2.0833333333vw;
    height: 2.0833333333vw
}

@media(max-width: 800px) {
    .arrow-select {
        width:8vw;
        height: 8vw
    }
}

.or-1-col {
    margin-right: 6.9444444444vw
}

.ol-1-col {
    margin-left: 6.9444444444vw
}

.or-2-col {
    margin-right: 9.7222222222vw
}

.ol-2-col {
    margin-left: 9.7222222222vw
}

.or-3-col {
    margin-right: 12.5vw
}

.ol-3-col {
    margin-left: 12.5vw
}

.or-4-col {
    margin-right: 15.2777777778vw
}

.ol-4-col {
    margin-left: 15.2777777778vw
}

.or-5-col {
    margin-right: 18.0555555556vw
}

.ol-5-col {
    margin-left: 18.0555555556vw
}

.or-6-col {
    margin-right: 20.8333333333vw
}

.ol-6-col {
    margin-left: 20.8333333333vw
}

.or-7-col {
    margin-right: 23.6111111111vw
}

.ol-7-col {
    margin-left: 23.6111111111vw
}

.or-8-col {
    margin-right: 26.3888888889vw
}

.ol-8-col {
    margin-left: 26.3888888889vw
}

.or-9-col {
    margin-right: 29.1666666667vw
}

.ol-9-col {
    margin-left: 29.1666666667vw
}

.or-10-col {
    margin-right: 31.9444444444vw
}

.ol-10-col {
    margin-left: 31.9444444444vw
}

.or-11-col {
    margin-right: 34.7222222222vw
}

.ol-11-col {
    margin-left: 34.7222222222vw
}

.or-12-col {
    margin-right: 37.5vw
}

.ol-12-col {
    margin-left: 37.5vw
}

.or-13-col {
    margin-right: 40.2777777778vw
}

.ol-13-col {
    margin-left: 40.2777777778vw
}

.or-14-col {
    margin-right: 43.0555555556vw
}

.ol-14-col {
    margin-left: 43.0555555556vw
}

.mb-2 {
    margin-bottom: 3.4722222222vw
}

.mb-3 {
    margin-bottom: 5.2083333333vw
}

.mb-4 {
    margin-bottom: 6.9444444444vw
}

.mb-5 {
    margin-bottom: 8.6805555556vw
}

.mb-6 {
    margin-bottom: 10.4166666667vw
}

.mb-7 {
    margin-bottom: 12.1527777778vw
}

.mb-8 {
    margin-bottom: 13.8888888889vw
}

.mb-9 {
    margin-bottom: 15.625vw
}

.mb-10 {
    margin-bottom: 17.3611111111vw
}

.mb-11 {
    margin-bottom: 19.0972222222vw
}

.mb-12 {
    margin-bottom: 20.8333333333vw
}

.mb-13 {
    margin-bottom: 22.5694444444vw
}

.mb-14 {
    margin-bottom: 24.3055555556vw
}

.mb-15 {
    margin-bottom: 26.0416666667vw
}

.mb-1 {
    margin-bottom: 2.4305555556vw
}

@media(max-width: 800px) {
    .mb-1 {
        margin-bottom:6.6666666667vw
    }

    :root {
        --x-spacer: 5.3333333333vw;
        --header-height: 18.6666666667vw;
        --grid-gap: 5.3333333333vw;
        --grid-gap-y: 9.3333333333vw
    }

    section {
        padding: 0 4.3333333333vw
    }

    .h1 {
        font-size: 16.2666666667vw
    }

    .h2 {
        font-size: 20.2666666667vw
    }

    .h3 {
        font-size: 16.2666666667vw
    }

    .h5 {
        font-size: 6.6666666667vw
    }

    .h6 {
        font-size: 4.8vw
    }

    .p {
        font-size: 4vw
    }

    .p.l {
        font-size: 6.6666666667vw
    }

    .p.s {
        font-size: 3.4666666667vw
    }

    .text-decorative {
        font-size: 3.2vw
    }

    .hide-on-mobile {
        display: none!important
    }
}

@media(min-width: 800px) {
    .hide-on-desktop {
        display:none!important
    }
}

.disabled {
    pointer-events: none
}

.button_button__FoWD6.button_alternate__bMfSG {
    background-color: var(--yellow);
    color: var(--black);
}

.button_button__FoWD6 {
    border-radius: 0.3472222222vw;
    padding: 0.6944444444vw 1.3888888889vw;
    box-shadow: 0 0 0 0.1388888889vw var(--black);
    cursor: pointer;
    color: var(--black);
    font-family: Suisseintl Regular,sans-serif;
    font-weight: 700;
    font-size: 1.1111111111vw;
    text-transform: capitalize;
    line-height: 120%;
    transition: color .2s ease-out,border-radius .2s ease-out,background-color .2s ease-out;
    position: relative;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    display: inline-block;
    text-align: center;
}
@media (max-width: 800px){
.button_button__FoWD6 {
    box-shadow: 0 0 0 0.5333333333vw var(--black);
    font-size: 3.4666666667vw;
    border-radius: 1.3333333333vw;
    padding: 2.1333333333vw 5.3333333333vw;
}
}