.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}:root{--page-width:92.5%;--page-width-padding:calc((100% - var(--page-width))/2);--font-family:poppins,arial,sans-serif;--line-height:1.6;--block-zoom-transition-curves:cubic-bezier(0.06,0.62,0.22,0.88);--soft-border:1px solid rgba(0,0,0,.08);--soft-shadow:0 0 8px 0 rgba(0,0,0,.06);--soft-text-shadow:1px 1px 4px rgba(0,0,0,.4);--scroll-bar-width:var(--space-sm);--header-height:65.59px;--header-margin-top:1rem;--min-screen-width:320px;--top-z-index:999999999;--under-top-z-index:999999998;--border-radius:1.25rem;--space-xs:4px;--space-sm:8px;--space-md:12px;--space-lg:16px;--space-xl:20px;--space-xxl:24px;--space-xxxl:32px;--space-4xl:40px;--space-5xl:48px;--space-6xl:56px;--space-7xl:64px;--size-xs:4px;--size-sm:8px;--size-md:12px;--size-lg:16px;--size-xl:20px;--size-xxl:24px;--size-xxxl:32px;--size-4xl:40px;--size-5xl:48px;--size-6xl:56px;--size-7xl:64px;--border-radius-xs:4px;--border-radius-sm:8px;--border-radius-lg:16px;--border-radius-xl:32px;--border-radius-full:50%;--color-primary-lighter:#599597;--color-primary:#016066;--color-primary-darker:#025a60;--color-on-primary-lighter:#e8f9fa;--color-on-primary:#e2edee;--color-on-primary-darker:#ddebec;--color-secondary-lighter:#229ea6;--color-secondary:#019099;--color-secondary-darker:#008790;--color-on-secondary-lighter:#f1fbfb;--color-on-secondary:#f4fbfc;--color-on-secondary-darker:#d5f2f3;--color-surface-lighter:#f8fafa;--color-surface:#ecf2f0;--color-surface-darker:#d9e7e5;--color-on-surface-lighter:#366062;--color-on-surface:#285d5f;--color-on-surface-darker:#18484b;--color-background:#fafbfb;--color-on-background:#2b4243;--color-on-background-lighter:#354c4d;--color-error:#7e1616;--color-on-error:#f6e7e7;--color-success:#fff;--color-on-success:#fff;--button-bg-color:var(--color-primary);--button-hover-bg-color:var(--color-primary-darker);--button-text-color:var(--color-on-primary);--button-font-size:1rem;--button-border-radius:var(--border-radius)}@font-face{font-display:swap;font-family:poppins;font-style:normal;font-weight:300;src:url(//stallinga20.nl/cms/wp-content/themes/stallinga20/assets/fonts/Poppins/Poppins-Light.ttf)}@font-face{font-display:swap;font-family:poppins;font-style:normal;font-weight:400;src:url(//stallinga20.nl/cms/wp-content/themes/stallinga20/assets/fonts/Poppins/Poppins-Regular.ttf)}@font-face{font-display:swap;font-family:poppins;font-style:normal;font-weight:500;src:url(//stallinga20.nl/cms/wp-content/themes/stallinga20/assets/fonts/Poppins/Poppins-Medium.ttf)}@font-face{font-display:swap;font-family:poppins;font-style:normal;font-weight:600;src:url(//stallinga20.nl/cms/wp-content/themes/stallinga20/assets/fonts/Poppins/Poppins-SemiBold.ttf)}@font-face{font-display:swap;font-family:poppins;font-style:normal;font-weight:700;src:url(//stallinga20.nl/cms/wp-content/themes/stallinga20/assets/fonts/Poppins/Poppins-Bold.ttf)}@font-face{font-display:swap;font-family:poppins;font-style:normal;font-weight:900;src:url(//stallinga20.nl/cms/wp-content/themes/stallinga20/assets/fonts/Poppins/Poppins-Black.ttf)}*,:after,:before{box-sizing:border-box}*{margin:0}html{scroll-behavior:smooth;scroll-padding-top:var(--space-md)}html:has(.page__header--sticky){scroll-padding-top:calc(var(--header-height) + 1.5rem)}body{color:var(--color-on-background);font-family:var(--font-family);font-weight:300;line-height:var(--line-height);min-height:100vh;-webkit-font-smoothing:antialiased;accent-color:var(--color-primary);background-color:var(--color-background);scrollbar-color:var(--color-primary)}.page__main{min-height:calc(100vh - var(--header-height));width:100%}body.home:has(.page__header--sticky) .page__main{padding-top:var(--header-height)}:focus-visible{outline-color:var(--color-primary)}::marker{color:var(--color-primary)}:is(::-webkit-calendar-picker-indicator,::-webkit-clear-button,::-webkit-inner-spin-button,::-webkit-outer-spin-button){color:var(--color-primary)}::-webkit-scrollbar{width:var(--scroll-bar-width)}::-webkit-scrollbar-thumb{background-color:var(--color-primary)}::-webkit-scrollbar-thumb:hover{background-color:var(--color-primary-darker)}h1,h2,h3,h4,h5,h6,p{overflow-wrap:break-word}a{color:inherit}li{list-style:none}canvas,img,picture,svg,video{display:block;max-width:100%}button,input,select,textarea{font:inherit}#sa20-debug{background-color:#f5f0e6;border:1px solid rgba(0,0,0,.3);border-radius:4px;color:#3e0000;font-size:1rem;height:500px;margin-left:auto;margin-right:auto;overflow:scroll;padding:12px;width:90%}input:not([type=submit],[type=checkbox],[type=radio]),select,textarea{background-color:var(--color-surface);border:none;box-shadow:0 0 2px 1px #01909929;color:var(--color-on-surface);font-size:16px!important;padding:.25rem 1.25rem}input:not([type=submit],[type=checkbox],[type=radio]),textarea{border-radius:var(--border-radius)}select{border-radius:.25rem}input:not([type=submit]):hover,select:hover,textarea:hover{filter:brightness(98%)}textarea{max-height:300px;max-width:100%;min-height:calc(1rem*var(--line-height) + 2rem + var(--space-xs)*2);min-width:100%;padding-bottom:.5rem!important;padding-top:.5rem!important}.button,input[type=submit]{align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--button-bg-color);border:none;border-radius:var(--button-border-radius);color:var(--button-text-color);-moz-column-gap:.5rem;column-gap:.5rem;cursor:pointer;display:flex;flex-direction:row;font-size:var(--button-font-size);padding:var(--space-sm) var(--space-xxl);text-align:center;text-decoration:none;width:-moz-fit-content;width:fit-content}.button svg,input[type=submit] svg{fill:currentColor}.button:hover,input[type=submit]:hover{background-color:var(--button-hover-bg-color)}.button--scroll-up{align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;border:none;color:var(--color-primary);-moz-column-gap:4px;column-gap:4px;cursor:pointer;display:flex;flex-direction:row;font-size:.875rem;font-weight:300;padding:0;width:-moz-fit-content;width:fit-content}.button--scroll-up svg{fill:var(--color-primary)}.app__button{align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--color-surface-lighter);border:none;border-radius:.75rem;box-shadow:0 0 2px 1px var(--color-surface-darker);-moz-column-gap:.75rem;column-gap:.75rem;cursor:pointer;display:flex;flex-direction:row;font-size:1rem;font-weight:500;margin:0;max-width:18.75rem;padding:.5rem 1.5rem;text-decoration:none;width:-moz-fit-content;width:fit-content}.global-container{height:100%;margin-left:auto;margin-right:auto;width:var(--page-width)}.global-container.global-container--sidebar{display:flex;flex-direction:column;row-gap:2.5rem}.message-container{align-items:center;border-radius:var(--border-radius-sm);display:flex;flex-direction:column;justify-content:center;padding:var(--space-sm) var(--space-4xl)}.message-container--success{background-color:var(--color-success)}.message-container--error{background-color:var(--color-error)}.message__text{font-size:1rem;font-style:italic;font-weight:400}.message__text--success{color:var(--color-on-sucess)}.message__text--error{color:var(--color-on-error)}.responsive-grid{display:grid;gap:var(--space-sm);grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.horizontal-scroll-container{-moz-column-gap:var(--space-sm);column-gap:var(--space-sm);display:flex;flex-direction:row;flex-wrap:nowrap;overflow-x:scroll;scroll-snap-type:x mandatory}.u-full-width{left:50%;margin-left:-50vw;margin-right:-50vw;position:relative;right:50%;width:100vw}.underline:after{background-color:var(--color-primary);content:"";display:block;height:4px;width:30%}.spacer{background-color:transparent;height:7.5rem;width:100%}.u-excerpt-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.phone-number{direction:ltr}.u-uppercase{text-transform:uppercase}.scroll-animation-wrapper{overflow:clip}.prettify-text{line-height:1.9;word-spacing:1px}.section-title{color:var(--color-on-background);text-transform:none}.section-title,.title--small{font-size:1.5rem;font-weight:300}.title--big{font-size:2rem;font-weight:700}.fade-out-element{--fade-direction:180deg;--fade-position:60%;-webkit-mask-composite:source-in,xor;mask-composite:intersect;-webkit-mask-image:linear-gradient(var(--fade-direction),#000 var(--fade-position),transparent);mask-image:linear-gradient(var(--fade-direction),#000 var(--fade-position),transparent)}.u-show{display:block}.u-hidden{display:none}.u-clickable{cursor:pointer}.green-color{color:#00723b}.zoom-in,.zoom-in:hover{transition:scale .4s var(--block-zoom-transition-curves)}.zoom-in:hover{scale:1.05}.slide-right,.slide-right:hover{transition:transform .4s var(--block-zoom-transition-curves)}.slide-right:hover{transform:translateX(5px)}@keyframes fade-in{0%{opacity:0}to{opacity:100%}}.page__header{--header-inner-width:95%;--header-bg-color:transparent;--header-logo-width:13.75rem;--header-navigation-bg-color:#fff;--header-navigation-parent-text-color:var(--color-on-background);--header-navigation-parent-hover-text-color:var(--color-on-background);--header-navigation-child-text-color:var(--header-navigation-parent-text-color);--header-navigation-child-hover-text-color:var(--header-navigation-parent-hover-text-color);--header-navigation-font-size:1.5rem;--header-navigation-font-weight:500;--header-navigation-current-page-text-color:var(--color-on-primary-lighter);--header-navigation-hover-underline-color:var(--color-on-primary-darker);--header-navigation-submenu-bg-color:#fff;backdrop-filter:blur(4px);background-color:var(--header-bg-color);height:auto;width:100%}body[data-isn-scrolled=false] .page__header{margin-top:var(--header-margin-top)}.page__header:has(.page-header__nav[data-isn-active=true]){margin-top:0}.page__header.page__header--sticky{position:fixed;transition:all .2s ease;z-index:var(--under-top-z-index)}body[data-isn-scrolled=true] .page__header{backdrop-filter:none;background-color:transparent;height:calc(var(--header-margin-top) + (1.25rem*2))}body[data-isn-scrolled=true] .page__header .page-header__buttons,body[data-isn-scrolled=true] .page__header .page-header__logo{display:none}body[data-isn-scrolled=true] .page__header .page-header__inner{border-radius:0;box-shadow:none;margin:0;max-width:100%;width:100%}.page-header__inner{border-radius:var(--border-radius);box-shadow:0 0 12px 8px rgba(0,0,0,.08);-moz-column-gap:3.75rem;column-gap:3.75rem;display:flex;flex-direction:row;flex-wrap:wrap;height:100%;margin-left:auto;margin-right:auto;padding:1.25rem 1.75rem;position:relative;row-gap:1rem;width:var(--header-inner-width)}.page-header__logo{margin-right:auto;transition:filter .6s;width:min(var(--header-logo-width),100%)}.page-header__logo:hover{filter:brightness(90%)}.page-header__buttons{align-items:center;-moz-column-gap:.75rem;column-gap:.75rem;display:flex;flex-direction:row;flex-wrap:wrap;margin-left:auto;margin-right:3.25rem;row-gap:.75rem}.page-header__buttons .button{border-radius:var(--border-radius);font-size:.875rem}.page-header__buttons .button:first-of-type{background-color:var(--color-secondary);color:var(--color-on-secondary)}.page-header__buttons .button:nth-of-type(2){background-color:var(--color-surface-darker);box-shadow:0 0 2px 1px #0190993b;color:var(--color-on-surface-darker)}[data-isn-element=header-navigation-toggle]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;border:none;cursor:pointer;display:block;height:40px;margin:0;padding:0;position:absolute;right:1.75rem;top:50%;transform:translateY(-50%);width:40px}[data-isn-element=header-navigation-toggle][aria-expanded=true]{position:absolute;right:var(--space-4xl);top:var(--space-4xl);z-index:var(--top-z-index)}.page-header__nav{background-color:var(--header-navigation-bg-color);display:none;height:100vh;left:0;overflow-y:scroll;padding-bottom:var(--space-4xl);padding-top:var(--space-4xl);position:fixed;top:-100%;transition:all .5s ease;width:100vw;z-index:var(--under-top-z-index)}.page-header__nav[data-isn-active=true]{display:block;top:0}.page-header__nav .page-header__navigation-list{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-left:auto;margin-right:auto;min-height:100%;padding:0;row-gap:var(--space-sm);width:-moz-fit-content;width:fit-content}.page-header__nav .page-header__navigation-list .menu-item{list-style:none;width:100%}.page-header__nav .page-header__navigation-list .menu-item a{color:var(--header-navigation-parent-text-color);display:block;font-size:var(--header-navigation-font-size);font-weight:var(--header-navigation-font-weight);padding:var(--space-xs);position:relative;text-align:center;text-decoration:none;width:100%}.page-header__nav .page-header__navigation-list .menu-item.menu-item-has-children>a:after{background-image:url(//stallinga20.nl/cms/wp-content/themes/stallinga20/assets/img/icons/icon-arrow_drop_down.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:2rem;position:absolute;right:-2rem;top:50%;transform:translateY(-50%);width:2rem}.page-header__nav .page-header__navigation-list .current-menu-item>a{color:var(--color-primary)!important}.page-header__nav .page-header__navigation-list .sub-menu{display:none;padding:0}.page-header__nav .page-header__navigation-list .sub-menu .menu-item a{font-size:1.5rem}.page__footer{--footer-width:var(--page-width);--footer-bg-color:var(--color-surface);--footer-text-color:var(--color-on-surface);--footer-font-size:.875rem;--footer-copyright-width:var(--footer-width);--footer-copyright-bg-color:var(--color-surface-darker);--footer-copyright-text-color:var(--color-on-surface-darker);--footer-copyright-font-size:var(--footer-font-size);background-color:var(--footer-bg-color);border:none;box-shadow:0 0 4px 4px rgba(1,96,102,.08);height:auto;margin-top:80px;width:100%}.page-footer__ontop{align-items:center;border:none;display:flex;justify-content:flex-end;padding-bottom:0;padding-left:var(--page-width-padding);padding-right:var(--page-width-padding);padding-top:24px;width:100%}.page-footer-ontop__logo{min-width:140px;width:250px}.page-footer__inner{color:var(--footer-text-color);display:flex;flex-direction:column;font-size:var(--footer-font-size);gap:var(--space-5xl);justify-content:normal;margin-left:auto;margin-right:auto;padding:2.5rem 0;width:var(--footer-width)}.page-footer__column{width:100%}.page-footer__title{color:currentColor;font-size:1.25rem;font-weight:500}.page-footer__column--middle,.page-footer__navigation{display:flex;flex-direction:column}.page-footer__navigation{list-style:none;margin:0;padding:0;row-gap:4px}.page-footer__navigation a{text-decoration:none}.page-footer-column__buttons{display:flex;flex-direction:column;row-gap:.75rem}.page-footer__column.page-footer__column--right .button{background-color:var(--color-surface-darker);box-shadow:0 0 2px 1px #01909940;color:var(--color-on-surface-darker);font-size:.875rem;margin-top:.5rem;padding-bottom:.25rem;padding-top:.25rem}.page-footer__copyright{background-color:var(--footer-copyright-bg-color);color:var(--footer-copyright-text-color);font-size:var(--footer-copyright-font-size);width:100%}.page-footer-copyright__inner{align-items:center;-moz-column-gap:2rem;column-gap:2rem;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;margin-left:auto;margin-right:auto;padding-bottom:.5rem;padding-top:.5rem;width:var(--footer-copyright-width)}.page-footer-copyright__powered-by{cursor:pointer;text-decoration:none}.hero{box-shadow:0 0 12px 8px rgba(0,0,0,.08);height:calc(7.5rem + var(--header-height));margin-bottom:3.75rem;overflow:hidden;position:relative;width:100%}.hero__body{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;position:absolute;width:100%;z-index:1}.hero__title{color:#fff;font-size:2.25rem;font-weight:700;margin-bottom:8px;margin-top:auto;text-shadow:1px 1px 4px rgba(0,0,0,.5);width:var(--page-width)}.hero__img{filter:brightness(80%) blur(2px);height:100%;max-height:100%;-o-object-fit:cover;object-fit:cover;transform:scale(1.04);width:100%}.hero__img--faded{-webkit-mask-composite:source-in,xor;mask-composite:intersect;-webkit-mask-image:linear-gradient(180deg,#000 60%,transparent);mask-image:linear-gradient(180deg,#000 60%,transparent)}.sidebar{background-color:var(--color-surface);border-radius:var(--border-radius);height:-moz-fit-content;height:fit-content;min-width:18.75rem;padding:1.25rem;width:30%}.sa20-wpcf7{display:flex;flex-direction:column;row-gap:1.75rem}.sa20-wpcf7 label{font-size:.875rem}.sa20-wpcf7 input:not([type=submit],[type=checkbox],[type=radio],[type=date]),.sa20-wpcf7 textarea{width:100%!important}.sa20-wpcf7 .wpcf7-list-item{display:block!important;margin:0!important}.sa20-wpcf7 p:has(.wpcf7-submit){align-items:center;display:flex;flex-direction:row}.sa20-wpcf7 .wpcf7-spinner{background-color:var(--color-primary)}.sa20-wpcf7 .wpcf7-response-output{margin:1em .5em!important}.sa20-wpcf7.invalid .wpcf7-response-output{background-color:var(--color-on-error)!important;border:none!important;border-radius:4px!important;box-shadow:0 0 8px 0 rgba(0,0,0,.2)!important;color:var(--color-error)!important;font-size:.875rem!important}.sa20-wp-post .sa20-wp-post__content .wp-block-heading{color:var(--color-on-background);letter-spacing:1px;margin-bottom:12px;word-spacing:2px}.sa20-wp-post .sa20-wp-post__content h1.wp-block-heading{font-size:2rem;margin-bottom:24px}.sa20-wp-post .sa20-wp-post__content h2.wp-block-heading{font-size:1.75rem}.sa20-wp-post .sa20-wp-post__content h3.wp-block-heading{font-size:1.5rem}.sa20-wp-post .sa20-wp-post__content h4.wp-block-heading{font-size:1.25rem}.sa20-wp-post .sa20-wp-post__content h5.wp-block-heading{font-size:1.125rem}.sa20-wp-post .sa20-wp-post__content h6.wp-block-heading{font-size:1rem}.sa20-wp-post .sa20-wp-post__content p{color:var(--color-on-background);line-height:1.9;margin-bottom:12px;word-spacing:1px}.sa20-wp-post .sa20-wp-post__content .wpcf7 p{line-height:var(--line-height);margin-bottom:0;word-spacing:0}.sa20-wp-post .sa20-wp-post__content .wp-block-image{margin-bottom:12px;margin-top:12px}.sa20-wp-post .sa20-wp-post__content .wp-block-image img{border-radius:4px}.sa20-wp-post .sa20-wp-post__content .wp-block-list{margin-bottom:12px;padding-left:24px}.sa20-wp-post .sa20-wp-post__content .wp-block-list li{list-style:circle}.sa20-wp-post .sa20-wp-post__content :first-child,.sa20-wp-post .sa20-wp-post__content :last-child{margin-bottom:0}.dialog:modal{align-self:center;background-color:#fff;border:1px solid rgba(0,0,0,.2);border-radius:12px;justify-self:center;max-width:min(500px,90%);min-height:400px;padding:20px 40px;width:100%;z-index:var(--top-z-index)}.dialog__inner{position:relative;width:100%}.dialog__close-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;border:none;cursor:pointer;display:block;height:24px;margin:8px;padding:0;position:absolute;right:-40px;top:0;transition:filter .5s,transform .5s;width:24px}.dialog__close-button:hover{filter:brightness(.7);transform:scale(1.075)}.dialog-close-button__icon{fill:#5f6368}.dialog__title{color:#000;font-size:1.5rem;font-weight:700}.dialog__body{display:flex;flex-direction:column;row-gap:var(--space-md)}.dialog__img{max-width:min(420px,100%)}.dialog::backdrop{background-color:rgba(0,0,0,.6)}.form{--form-row-gap:1.5rem;display:flex;flex-direction:column;position:relative;row-gap:1.75rem}.form__overlay{align-items:center;background-color:rgba(0,0,0,.3);display:none;inset:0;justify-content:center;position:absolute;z-index:20}.form.form--loading .form__overlay{display:flex}.form__group{border-color:#01606638;border-radius:var(--border-radius);padding:1.25rem}.form__group legend{color:var(--color-primary);font-size:1rem;font-weight:500;padding-left:.75rem;padding-right:.75rem}.form__group:not(:last-of-type){margin-bottom:0}.form__group>:not(.form__group-title,:last-child){margin-bottom:var(--form-row-gap)}.form__group-title{font-size:1.25rem;margin-bottom:4px}.form__input-group{-moz-column-gap:1.5rem;column-gap:1.5rem;display:flex;flex-direction:row;flex-wrap:wrap;row-gap:var(--form-row-gap)}.form__input-group>*{flex-grow:1;min-width:-moz-fit-content;min-width:fit-content}.form__label{font-size:.875rem}.form__commentary{font-size:.875rem;font-style:italic}.form__required-star{color:var(--color-error);display:inline-block;font-weight:400;margin-left:.25rem}.form__notice{font-size:.875rem;font-style:italic}.form__input--error{outline:2px solid var(--color-on-error)}.form__license-plate-top-wrapper{-moz-column-gap:1.5rem;column-gap:1.5rem;display:flex;flex-direction:row;flex-wrap:wrap;row-gap:var(--form-row-gap)}.form__license-plate-top-wrapper>div{flex-basis:25rem;flex-grow:1}.form__license-plate-wrapper{display:inline-block;height:-moz-fit-content;height:fit-content;position:relative;--license-plate-height:60px;--license-plate-left-width:60px;--license-plate-border-thickness:2px;--license-plate-border-radius:4px}.form__license-plate-wrapper:before{align-items:center;background-color:#003caa;border-bottom-left-radius:calc(var(--license-plate-border-radius)/2);border-top-left-radius:calc(var(--license-plate-border-radius)/2);color:#fff;content:"NL";display:flex;font-size:1rem;font-weight:700;height:calc(var(--license-plate-height) - var(--license-plate-border-thickness)*2);justify-content:center;left:var(--license-plate-border-thickness);position:absolute;top:var(--license-plate-border-thickness);width:var(--license-plate-left-width);z-index:9}.form__license-plate-wrapper .form__license-plate-input{background-color:#f3b909;border:var(--license-plate-border-thickness) solid rgba(0,0,0,.6);border-radius:var(--license-plate-border-radius);box-shadow:none;font-size:1.25rem!important;font-weight:700;height:var(--license-plate-height);letter-spacing:4px;padding-left:calc(var(--license-plate-left-width) + 4px);text-transform:uppercase;width:-moz-fit-content;width:fit-content}.form-license-plate-wrapper__note{align-items:center;background-color:var(--color-on-error);border-radius:var(--border-radius);color:var(--color-error)!important;display:flex;flex-direction:row;flex-wrap:wrap;font-size:.875rem;font-weight:200;gap:.25rem;justify-content:center;margin-top:.5rem;padding:.25rem 1rem;text-align:center;width:-moz-fit-content;width:fit-content}.form-license-plate-wrapper__note svg{fill:var(--color-error)}.form-partnership-notice-wrapper{-moz-column-gap:1.25rem;column-gap:1.25rem;display:flex;flex-direction:row;flex-wrap:wrap;row-gap:1rem}.form-partnership-notice-wrapper svg{fill:var(--color-on-surface-darker)}.form-partnership-notice-wrapper>p:has(.form__label){background-color:var(--color-surface);border-radius:var(--border-radius);padding:1.5rem}.form-partnership-notice{background-color:var(--color-surface-darker);border-radius:var(--border-radius);flex-basis:22.5rem;flex-grow:1;padding:1.5rem}.form-partnership-notice__list{display:flex;flex-direction:column;margin:0;padding:0;row-gap:.5rem}.form-partnership-notice__item{color:var(--color-on-surface-darker);list-style:none}.form-partnership-notice__item h4{font-size:1rem;font-weight:500}.form-partnership-notice__item p{font-size:.875rem;font-weight:300}.form-partnership-notice__link{display:block;font-size:.875rem;margin-top:.5rem;width:-moz-fit-content;width:fit-content}@media (min-width:1200px){:root{--page-width:80%;--header-height:116.39px;--header-margin-top:2.5rem}.global-container.global-container--sidebar{-moz-column-gap:5rem;column-gap:5rem;flex-direction:row;justify-content:space-between}.section-title{font-size:1.75rem}.page__header{--header-inner-width:80%;--header-bg-color:transparent;--header-navigation-bg-color:transparent;--header-logo-width:10.75rem;--header-navigation-font-size:.875rem;--header-navigation-font-weight:normal;--header-navigation-parent-text-color:var(--color-on-surface);--header-navigation-parent-hover-text-color:var(--color-on-surface-darker);--header-navigation-current-page-text-color:var(--color-on-surface-darker);--header-navigation-hover-underline-color:var(--header-navigation-parent-text-color)}body[data-isn-scrolled=true] .page__header{backdrop-filter:blur(4px);background-color:var(--header-bg-color);height:auto}body[data-isn-scrolled=true] .page__header .page-header__inner{box-shadow:0 0 12px 8px rgba(0,0,0,.08)}body[data-isn-scrolled=true] .page__header .page-header__logo{display:block}body[data-isn-scrolled=true] .page__header .page-header__buttons{display:flex}.page-header__inner{align-items:center;background-color:rgba(236,242,240,.8);-moz-column-gap:2rem;column-gap:2rem;flex-direction:row;flex-wrap:wrap;justify-content:center;max-width:90%;padding-left:2.5rem;padding-right:2.5rem;row-gap:1rem;width:-moz-fit-content;width:fit-content}body.home .page-header__inner{box-shadow:0 0 3px 1px rgba(1,96,102,.3)}body[data-isn-scrolled=true] .page-header__inner{animation:fade-in .4s ease;border-radius:0;justify-content:space-between;margin:0;max-width:100%;padding-left:10%;padding-right:10%;width:100%}.page-header__logo{order:1}.page-header__buttons{margin-right:0;order:3}[data-isn-element=header-navigation-toggle]{display:none}.page-header__nav{display:block;flex-basis:auto;flex-grow:1;flex-shrink:1;height:auto;margin:0;min-width:-moz-fit-content;min-width:fit-content;order:2;overflow:visible;padding:0;position:static;width:auto}.page-header__nav>.page-header__navigation-list{align-items:center;-moz-column-gap:1.75rem;column-gap:1.75rem;flex-direction:row;justify-content:flex-end;margin:0;min-height:auto;width:100%}.page-header__nav .page-header__navigation-list .menu-item{width:auto}.page-header__nav .page-header__navigation-list .menu-item.menu-item-has-children:hover>.sub-menu{display:block}.page-header__nav .page-header__navigation-list .menu-item a{align-items:center;display:flex;height:100%;padding:0}.page-header__nav .page-header__navigation-list .menu-item a:hover{color:var(--header-navigation-parent-hover-text-color)}.page-header__nav .page-header__navigation-list .menu-item a:before{background-color:var(--header-navigation-hover-underline-color);bottom:-4px;content:"";display:block;height:2px;left:0;position:absolute;transform:scaleX(0);transition:transform .3s ease;width:100%}.page-header__nav .page-header__navigation-list .menu-item a:hover:before,.page-header__nav .page-header__navigation-list .menu-item.current-menu-item>a:before{transform:scaleX(1)}.page-header__nav .page-header__navigation-list .menu-item.current-menu-item>a{color:var(--header-navigation-current-page-text-color)!important}.page-header__nav .page-header__navigation-list .sub-menu{background-color:var(--header-navigation-submenu-bg-color);display:none;padding:0;position:absolute;top:100%;z-index:var(--under-top-z-index)}.page-header__nav .page-header__navigation-list .sub-menu .sub-menu{left:100%;top:0}.page-header__nav .page-header__navigation-list .sub-menu a{padding:var(--space-lg);text-wrap:nowrap}.page-footer__inner{-moz-column-gap:3.75rem;column-gap:3.75rem;flex-direction:row;flex-wrap:wrap}.page-footer__column{max-width:20%;width:-moz-fit-content;width:fit-content}}@media (min-width:1500px){:root{--page-width:70%;--header-height:116.39px}}@media (min-width:1200px) and (max-width:1619px){.page-header__buttons{order:2}.page-header__nav{order:3}}.page-faq{width:100%}.page-faq__subtitle{font-size:1.25rem;font-weight:500}.page-faq__subtext{font-size:.875rem;font-weight:300}.page-faq__question-list{margin-top:2rem}.page-faq__category-list{display:flex;flex-direction:column;margin:0;padding:0;row-gap:2rem}.page-faq__category-item{background-color:#0190990a;border-radius:1rem;box-shadow:0 0 3px 1px #0190991c;padding:1.25rem}.page-faq__category-item-title{display:block;font-size:1.25rem;font-weight:700;margin-bottom:1rem}.page-faq__category-item-list{display:flex;flex-direction:column;row-gap:1rem}.page-faq__question{border-radius:var(--border-radius);box-shadow:0 0 2px 1px #01606645;cursor:pointer;padding:1rem 1.75rem}.page-faq__question:nth-child(2n){background-color:var(--color-surface);color:var(--color-on-surface)}.page-faq__question:nth-child(odd){background-color:var(--color-surface-darker);color:var(--color-on-surface-darker)}.page-faq-question__label{align-items:center;-moz-column-gap:2rem;column-gap:2rem;display:flex;flex-direction:row;font-size:1rem;font-weight:500;justify-content:space-between;width:100%}.page-faq-question__anwser{display:none;font-size:.875rem;font-weight:300}.page-faq__question[aria-selected=true] .page-faq-question__anwser{display:block}.page-faq-question__anwser ul li{list-style-type:circle}.page-faq__banner{align-items:center;background-color:var(--color-secondary);border-radius:var(--border-radius);box-shadow:0 0 2px 1px #01606645;-moz-column-gap:2.5rem;column-gap:2.5rem;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;margin-top:2.5rem;padding:1rem 2rem;row-gap:1rem;width:100%}.page-faq-banner__label{color:var(--color-on-secondary);font-size:1.5rem;font-weight:300}.page-faq-banner__buttons{align-items:center;-moz-column-gap:1rem;column-gap:1rem;display:flex;flex-direction:row;flex-wrap:wrap;row-gap:.5rem}