@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap);
:root{--f-spinner-width:36px;--f-spinner-height:36px;--f-spinner-color-1:#0000001a;--f-spinner-color-2:#11181ccc;--f-spinner-stroke:2.75}.f-spinner{height:var(--f-spinner-height);margin:auto;padding:0;width:var(--f-spinner-width)}.f-spinner svg{animation:f-spinner-rotate 2s linear infinite;height:100%;vertical-align:top;width:100%}.f-spinner svg *{stroke-width:var(--f-spinner-stroke);fill:none}.f-spinner svg :first-child{stroke:var(--f-spinner-color-1)}.f-spinner svg :last-child{stroke:var(--f-spinner-color-2);animation:f-spinner-dash 2s ease-in-out infinite}@keyframes f-spinner-rotate{to{transform:rotate(1turn)}}@keyframes f-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}.f-throwOutUp{animation:var(--f-throw-out-duration,.175s) ease-out both f-throwOutUp}.f-throwOutDown{animation:var(--f-throw-out-duration,.175s) ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{opacity:0;transform:translate3d(0,calc(var(--f-throw-out-distance, 150px)*-1),0)}}@keyframes f-throwOutDown{to{opacity:0;transform:translate3d(0,var(--f-throw-out-distance,150px),0)}}.f-zoomInUp{animation:var(--f-transition-duration,.2s) ease .1s both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration,.2s) ease both f-zoomOutDown}@keyframes f-zoomInUp{0%{opacity:0;transform:scale(.975) translate3d(0,16px,0)}to{opacity:1;transform:scale(1) translateZ(0)}}@keyframes f-zoomOutDown{to{opacity:0;transform:scale(.975) translate3d(0,16px,0)}}.f-fadeIn{animation:var(--f-transition-duration,.2s) var(--f-transition-easing,ease) var(--f-transition-delay,0s) both f-fadeIn;z-index:2}.f-fadeOut{animation:var(--f-transition-duration,.2s) var(--f-transition-easing,ease) var(--f-transition-delay,0s) both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes f-fadeOut{to{opacity:0}}.f-fadeFastIn{animation:var(--f-transition-duration,.2s) ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{animation:var(--f-transition-duration,.1s) ease-out both f-fadeFastOut;z-index:2}@keyframes f-fadeFastIn{0%{opacity:.75}to{opacity:1}}@keyframes f-fadeFastOut{to{opacity:0}}.f-fadeSlowIn{animation:var(--f-transition-duration,.5s) ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{animation:var(--f-transition-duration,.5s) ease both f-fadeSlowOut;z-index:1}@keyframes f-fadeSlowIn{0%{opacity:0}to{opacity:1}}@keyframes f-fadeSlowOut{to{opacity:0}}.f-crossfadeIn{animation:var(--f-transition-duration,.2s) ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:calc(var(--f-transition-duration, .2s)*.5) linear .1s both f-crossfadeOut;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}to{opacity:1}}@keyframes f-crossfadeOut{to{opacity:0}}.f-slideIn.from-next{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideInNext}.f-slideIn.from-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideInPrev}.f-slideOut.to-next{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideOutNext}.f-slideOut.to-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideOutPrev}@keyframes f-slideInPrev{0%{transform:translateX(100%)}to{transform:translateZ(0)}}@keyframes f-slideInNext{0%{transform:translateX(-100%)}to{transform:translateZ(0)}}@keyframes f-slideOutNext{to{transform:translateX(-100%)}}@keyframes f-slideOutPrev{to{transform:translateX(100%)}}.f-classicIn.from-next{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicInNext;z-index:2}.f-classicIn.from-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicInPrev;z-index:2}.f-classicOut.to-next{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicOutNext;z-index:1}.f-classicOut.to-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicOutPrev;z-index:1}@keyframes f-classicInNext{0%{opacity:0;transform:translateX(-75px)}to{opacity:1;transform:translateZ(0)}}@keyframes f-classicInPrev{0%{opacity:0;transform:translateX(75px)}to{opacity:1;transform:translateZ(0)}}@keyframes f-classicOutNext{to{opacity:0;transform:translateX(-75px)}}@keyframes f-classicOutPrev{to{opacity:0;transform:translateX(75px)}}:root{--f-button-width:40px;--f-button-height:40px;--f-button-border:0;--f-button-border-radius:0;--f-button-color:#374151;--f-button-bg:#f8f8f8;--f-button-hover-bg:#e0e0e0;--f-button-active-bg:#d0d0d0;--f-button-shadow:none;--f-button-transition:all 0.15s ease;--f-button-transform:none;--f-button-svg-width:20px;--f-button-svg-height:20px;--f-button-svg-stroke-width:1.5;--f-button-svg-fill:none;--f-button-svg-filter:none;--f-button-svg-disabled-opacity:0.65}.f-button{align-items:center;background:var(--f-button-bg);border:var(--f-button-border);border-radius:var(--f-button-border-radius);box-shadow:var(--f-button-shadow);box-sizing:initial;color:var(--f-button-color);cursor:pointer;display:flex;height:var(--f-button-height);justify-content:center;margin:0;padding:0;pointer-events:all;position:relative;transition:var(--f-button-transition);width:var(--f-button-width)}@media(hover:hover){.f-button:hover:not([disabled]){background-color:var(--f-button-hover-bg);color:var(--f-button-hover-color)}}.f-button:active:not([disabled]){background-color:var(--f-button-active-bg)}.f-button:focus:not(:focus-visible){outline:none}.f-button:focus-visible{box-shadow:inset 0 0 0 var(--f-button-outline,2px) var(--f-button-outline-color,var(--f-button-color));outline:none}.f-button svg{fill:var(--f-button-svg-fill);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;filter:var(--f-button-svg-filter);height:var(--f-button-svg-height);pointer-events:none;transform:var(--f-button-transform);transition:opacity .15s ease;width:var(--f-button-svg-width)}.f-button[disabled]{cursor:default}.f-button[disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}.f-carousel__nav .f-button.is-next,.f-carousel__nav .f-button.is-prev,.fancybox__nav .f-button.is-next,.fancybox__nav .f-button.is-prev{position:absolute;z-index:1}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev{top:50%;transform:translateY(-50%)}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-prev{left:var(--f-button-prev-pos)}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-next{right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev{left:auto;right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,.is-horizontal.is-rtl .fancybox__nav .f-button.is-next{left:var(--f-button-prev-pos);right:auto}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev{left:50%;top:auto;transform:translateX(-50%)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-prev{top:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-next{bottom:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next svg,.is-vertical .f-carousel__nav .f-button.is-prev svg,.is-vertical .fancybox__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev svg{transform:rotate(90deg)}.f-carousel__nav .f-button:disabled,.fancybox__nav .f-button:disabled{pointer-events:none}html.with-fancybox{overflow:visible;scroll-behavior:auto;width:auto}html.with-fancybox body{touch-action:none}html.with-fancybox body.hide-scrollbar{margin-right:calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));overflow:hidden!important;overscroll-behavior-y:none;width:auto}.fancybox__container{--fancybox-color:#dbdbdb;--fancybox-hover-color:#fff;--fancybox-bg:#18181bfa;--fancybox-slide-gap:10px;--f-spinner-width:50px;--f-spinner-height:50px;--f-spinner-color-1:#ffffff1a;--f-spinner-color-2:#bbb;--f-spinner-stroke:3.65;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-text-size-adjust:100%;text-size-adjust:100%;bottom:0;box-sizing:border-box;color:#f8f8f8;direction:ltr;display:flex;flex-direction:column;left:0;margin:0;outline:none;overflow:visible;overscroll-behavior-y:contain;padding:0;position:fixed;right:0;top:0;transform-origin:top left;z-index:var(--fancybox-zIndex,1050)}.fancybox__container *,.fancybox__container :after,.fancybox__container :before{box-sizing:inherit}.fancybox__container::backdrop{background-color:#0000}.fancybox__backdrop{background:var(--fancybox-bg);bottom:0;left:0;opacity:var(--fancybox-opacity,1);position:fixed;right:0;top:0;will-change:opacity;z-index:-1}.fancybox__carousel{box-sizing:border-box;flex:1;min-height:0;overflow-x:clip;overflow-y:visible;position:relative;z-index:10}.fancybox__viewport{height:100%;width:100%}.fancybox__viewport.is-draggable{cursor:move;cursor:grab}.fancybox__viewport.is-dragging{cursor:move;cursor:grabbing}.fancybox__track{display:flex;height:100%;margin:0 auto}.fancybox__slide{align-items:center;backface-visibility:hidden;display:flex;flex:0 0 auto;flex-direction:column;height:100%;margin:0 var(--fancybox-slide-gap) 0 0;overflow:auto;overscroll-behavior:contain;padding:4px;position:relative;transform:translateZ(0);width:100%}.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn{padding-top:40px}.fancybox__slide.has-html5video,.fancybox__slide.has-iframe,.fancybox__slide.has-image,.fancybox__slide.has-video{overflow:hidden}.fancybox__slide.has-image.is-animating,.fancybox__slide.has-image.is-selected{overflow:visible}.fancybox__slide:after,.fancybox__slide:before{content:"";flex:0 0 0;margin:auto}.fancybox__content{align-self:center;background:var(--fancybox-content-bg,#fff);border-radius:0;color:var(--fancybox-content-color,#374151);cursor:default;display:flex;flex-direction:column;margin:0;max-width:100%;padding:2rem;position:relative;z-index:20}.is-loading .fancybox__content{opacity:0}.is-draggable .fancybox__content{cursor:move;cursor:grab}.can-zoom_in .fancybox__content{cursor:zoom-in}.can-zoom_out .fancybox__content{cursor:zoom-out}.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__content [contenteditable],.fancybox__content [data-selectable]{cursor:auto}.fancybox__slide.has-image>.fancybox__content{backface-visibility:hidden;background:#0000;background-position:50%;background-repeat:no-repeat;background-size:contain;min-height:1px;padding:0;transform:translateZ(0);transition:none}.fancybox__slide.has-image>.fancybox__content>picture>img{height:auto;max-height:100%;width:100%}.is-zooming-in .fancybox__viewport:not(.is-dragging) .fancybox__slide:not(.is-selected) .fancybox__content,.is-zooming-out .fancybox__viewport:not(.is-dragging) .fancybox__slide:not(.is-selected) .fancybox__content{visibility:hidden}.is-animating .fancybox__content,.is-dragging .fancybox__content{filter:blur(0);will-change:transform,width,height}.fancybox-image{display:block;height:100%;margin:auto;min-height:0;object-fit:contain;-webkit-user-select:none;user-select:none;width:100%}.fancybox__caption{align-self:center;color:var(--fancybox-color,currentColor);cursor:auto;flex-shrink:0;line-height:1.375;margin:0;max-width:100%;opacity:var(--fancybox-opacity,1);overflow-wrap:anywhere;padding:14px 0 4px;visibility:visible}.is-closing .fancybox__caption,.is-loading .fancybox__caption{opacity:0;visibility:hidden}.is-compact .fancybox__caption{padding-bottom:0}.f-button.is-close-btn{--f-button-svg-stroke-width:2;position:absolute;right:8px;top:0;z-index:40}.fancybox__content>.f-button.is-close-btn{--f-button-width:34px;--f-button-height:34px;--f-button-border-radius:4px;--f-button-color:var(--fancybox-color,#fff);--f-button-hover-color:var(--fancybox-color,#fff);--f-button-bg:#0000;--f-button-hover-bg:#0000;--f-button-active-bg:#0000;--f-button-svg-width:22px;--f-button-svg-height:22px;opacity:.75;position:absolute;right:0;top:-38px}.is-loading .fancybox__content>.f-button.is-close-btn,.is-zooming-out .fancybox__content>.f-button.is-close-btn{visibility:hidden}.fancybox__content>.f-button.is-close-btn:hover{opacity:1}.fancybox__footer{margin:0;padding:0;position:relative}.fancybox__footer .fancybox__caption{opacity:var(--fancybox-opacity,1);padding:24px;transition:all .25s ease;width:100%}.is-compact .fancybox__footer{background:#18181b80;bottom:0;left:0;position:absolute;right:0;z-index:20}.is-compact .fancybox__footer .fancybox__caption{padding:12px}.is-compact .fancybox__content>.f-button.is-close-btn{--f-button-border-radius:50%;--f-button-color:#fff;--f-button-hover-color:#fff;--f-button-outline-color:#000;--f-button-bg:#0009;--f-button-active-bg:#0009;--f-button-hover-bg:#0009;--f-button-svg-width:18px;--f-button-svg-height:18px;--f-button-svg-filter:none;right:5px;top:5px}.fancybox__nav{--f-button-width:50px;--f-button-height:50px;--f-button-border:0;--f-button-border-radius:50%;--f-button-color:var(--fancybox-color);--f-button-hover-color:var(--fancybox-hover-color);--f-button-bg:#0000;--f-button-hover-bg:#18181b4d;--f-button-active-bg:#18181b80;--f-button-shadow:none;--f-button-transition:all 0.15s ease;--f-button-transform:none;--f-button-svg-width:26px;--f-button-svg-height:26px;--f-button-svg-stroke-width:2.5;--f-button-svg-fill:none;--f-button-svg-filter:drop-shadow(1px 1px 1px #18181b80);--f-button-svg-disabled-opacity:0.65;--f-button-next-pos:1rem;--f-button-prev-pos:1rem;opacity:var(--fancybox-opacity,1)}.fancybox__nav .f-button:before{bottom:-30px;content:"";left:-20px;position:absolute;right:-20px;top:-30px;z-index:1}.is-idle .fancybox__nav,.is-idle.is-compact .fancybox__footer{animation:f-fadeOut .15s ease-out both}.is-idle.is-compact .fancybox__footer{pointer-events:none}.fancybox__slide>.f-spinner{cursor:pointer;left:50%;margin:var(--f-spinner-top,calc(var(--f-spinner-width)*-.5)) 0 0 var(--f-spinner-left,calc(var(--f-spinner-height)*-.5));position:absolute;top:50%;z-index:30}.fancybox-protected{bottom:0;right:0}.fancybox-ghost,.fancybox-protected{left:0;position:absolute;top:0;-webkit-user-select:none;user-select:none;z-index:40}.fancybox-ghost{height:100%;min-height:0;object-fit:contain;pointer-events:none;width:100%}.fancybox-focus-guard{opacity:0;outline:none;pointer-events:none;position:fixed}.fancybox__container:not([aria-hidden]){opacity:0}.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>:not(.fancybox__content),.fancybox__container.is-animated[aria-hidden=false]>:not(.fancybox__backdrop,.fancybox__carousel){animation:var(--f-interface-enter-duration,.25s) ease .1s backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{animation:var(--f-backdrop-enter-duration,.35s) ease backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>:not(.fancybox__content),.fancybox__container.is-animated[aria-hidden=true]>:not(.fancybox__backdrop,.fancybox__carousel){animation:var(--f-interface-exit-duration,.15s) ease forwards f-fadeOut}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{animation:var(--f-backdrop-exit-duration,.35s) ease forwards f-fadeOut}.has-html5video .fancybox__content,.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-vimeo .fancybox__content,.has-youtube .fancybox__content{flex-shrink:1;max-width:100%;min-height:1px;overflow:visible}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content{height:90%;width:calc(100% - 120px)}.fancybox__container.is-compact .has-iframe .fancybox__content,.fancybox__container.is-compact .has-map .fancybox__content,.fancybox__container.is-compact .has-pdf .fancybox__content{height:100%;width:100%}.has-html5video .fancybox__content,.has-vimeo .fancybox__content,.has-youtube .fancybox__content{height:540px;max-height:100%;max-width:100%;width:960px}.has-html5video .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-vimeo .fancybox__content,.has-youtube .fancybox__content{background:#18181be6;color:#fff;padding:0}.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{background:#0000;border:0;display:block;height:100%;width:100%}.fancybox-placeholder{clip:rect(1px,1px,1px,1px)!important;border:0!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}.f-carousel__thumbs{--f-thumb-width:96px;--f-thumb-height:72px;--f-thumb-outline:0;--f-thumb-outline-color:#5eb0ef;--f-thumb-opacity:1;--f-thumb-hover-opacity:1;--f-thumb-selected-opacity:1;--f-thumb-border-radius:2px;--f-thumb-offset:0px;--f-button-next-pos:0;--f-button-prev-pos:0}.f-carousel__thumbs.is-classic{--f-thumb-gap:8px;--f-thumb-opacity:0.5;--f-thumb-hover-opacity:1;--f-thumb-selected-opacity:1}.f-carousel__thumbs.is-modern{--f-thumb-gap:4px;--f-thumb-extra-gap:16px;--f-thumb-clip-width:46px}.f-thumbs{-webkit-tap-highlight-color:rgba(0,0,0,0);flex:0 0 auto;margin:0;overflow:hidden;perspective:1000px;position:relative;transform:translateZ(0);-webkit-user-select:none;user-select:none}.f-thumbs .f-spinner{background-image:linear-gradient(#ebeff2,#e2e8f0);border-radius:2px;height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.f-thumbs .f-spinner svg{display:none}.f-thumbs.is-vertical{height:100%}.f-thumbs__viewport{height:auto;overflow:hidden;transform:translateZ(0);width:100%}.f-thumbs__track{display:flex}.f-thumbs__slide{align-items:center;box-sizing:initial;cursor:pointer;display:flex;flex:0 0 auto;height:var(--f-thumb-height);justify-content:center;margin:0;overflow:visible;padding:0;position:relative;width:var(--f-thumb-width)}.f-thumbs__slide.is-loading img{opacity:0}.is-classic .f-thumbs__viewport{height:100%}.is-modern .f-thumbs__track{width:max-content}.is-modern .f-thumbs__track:before{bottom:0;content:"";cursor:pointer;left:calc((var(--f-thumb-clip-width, 0))*-.5);position:absolute;top:0;width:calc(var(--width, 0)*1px + var(--f-thumb-clip-width, 0))}.is-modern .f-thumbs__slide{pointer-events:none;transform:translate3d(calc(var(--shift, 0)*-1px),0,0);transition:none;width:var(--f-thumb-clip-width)}.is-modern.is-resting .f-thumbs__slide{transition:transform .33s ease}.is-modern.is-resting .f-thumbs__slide__button{transition:-webkit-clip-path .33s ease;transition:clip-path .33s ease;transition:clip-path .33s ease,-webkit-clip-path .33s ease}.is-using-tab .is-modern .f-thumbs__slide:focus-within{filter:drop-shadow(-1px 0 0 var(--f-thumb-outline-color)) drop-shadow(2px 0 0 var(--f-thumb-outline-color)) drop-shadow(0 -1px 0 var(--f-thumb-outline-color)) drop-shadow(0 2px 0 var(--f-thumb-outline-color))}.f-thumbs__slide__button{-webkit-appearance:none;appearance:none;background:#0000;border:0;border-radius:var(--f-thumb-border-radius);cursor:pointer;height:100%;margin:0 -100%;opacity:var(--f-thumb-opacity);outline:none;overflow:hidden;padding:0;pointer-events:auto;position:relative;touch-action:manipulation;transition:opacity .2s ease;width:var(--f-thumb-width)}.f-thumbs__slide__button:hover{opacity:var(--f-thumb-hover-opacity)}.f-thumbs__slide__button:focus:not(:focus-visible){outline:none}.f-thumbs__slide__button:focus-visible{opacity:var(--f-thumb-selected-opacity);outline:none}.is-modern .f-thumbs__slide__button{--clip-path:inset(0 calc((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))*(1 - var(--progress, 0))*0.5) round var(--f-thumb-border-radius,0));-webkit-clip-path:var(--clip-path);clip-path:var(--clip-path)}.is-classic .is-nav-selected .f-thumbs__slide__button{opacity:var(--f-thumb-selected-opacity)}.is-classic .is-nav-selected .f-thumbs__slide__button:after{animation:f-fadeIn .2s ease-out;border:var(--f-thumb-outline,0) solid var(--f-thumb-outline-color,#0000);content:"";height:auto;z-index:10}.f-thumbs__slide__img,.is-classic .is-nav-selected .f-thumbs__slide__button:after{border-radius:var(--f-thumb-border-radius);bottom:0;left:0;position:absolute;right:0;top:0}.f-thumbs__slide__img{box-sizing:border-box;height:100%;margin:0;object-fit:cover;overflow:hidden;padding:var(--f-thumb-offset);pointer-events:none;width:100%}.f-thumbs.is-horizontal .f-thumbs__track{padding:8px 0 12px}.f-thumbs.is-horizontal .f-thumbs__slide{margin:0 var(--f-thumb-gap) 0 0}.f-thumbs.is-vertical .f-thumbs__track{flex-wrap:wrap;padding:0 8px}.f-thumbs.is-vertical .f-thumbs__slide{margin:0 0 var(--f-thumb-gap) 0}.fancybox__thumbs{--f-thumb-width:96px;--f-thumb-height:72px;--f-thumb-border-radius:2px;--f-thumb-outline:2px;--f-thumb-outline-color:#ededed;opacity:var(--fancybox-opacity,1);position:relative;transition:max-height .35s cubic-bezier(.23,1,.32,1)}.fancybox__thumbs.is-classic{--f-thumb-gap:8px;--f-thumb-opacity:0.5;--f-thumb-hover-opacity:1}.fancybox__thumbs.is-classic .f-spinner{background-image:linear-gradient(#ffffff1a,#ffffff0d)}.fancybox__thumbs.is-modern{--f-thumb-gap:4px;--f-thumb-extra-gap:16px;--f-thumb-clip-width:46px;--f-thumb-opacity:1;--f-thumb-hover-opacity:1}.fancybox__thumbs.is-modern .f-spinner{background-image:linear-gradient(#ffffff1a,#ffffff0d)}.fancybox__thumbs.is-horizontal{padding:0 var(--f-thumb-gap)}.fancybox__thumbs.is-vertical{padding:var(--f-thumb-gap) 0}.is-compact .fancybox__thumbs{--f-thumb-width:64px;--f-thumb-clip-width:32px;--f-thumb-height:48px;--f-thumb-extra-gap:10px}.fancybox__thumbs.is-masked{max-height:0!important}.is-closing .fancybox__thumbs{transition:none!important}.fancybox__toolbar{--f-progress-color:var(--fancybox-color,#fffffff0);--f-button-width:46px;--f-button-height:46px;--f-button-color:var(--fancybox-color);--f-button-hover-color:var(--fancybox-hover-color);--f-button-bg:#18181ba6;--f-button-hover-bg:#464649a6;--f-button-active-bg:#5a5a5da6;--f-button-border-radius:0;--f-button-svg-width:24px;--f-button-svg-height:24px;--f-button-svg-stroke-width:1.5;--f-button-svg-filter:drop-shadow(1px 1px 1px #18181b26);--f-button-svg-fill:none;--f-button-svg-disabled-opacity:0.65;color:var(--fancybox-color,currentColor);display:flex;flex-direction:row;font-family:-apple-system,BlinkMacSystemFont,Segoe UI Adjusted,Segoe UI,Liberation Sans,sans-serif;justify-content:space-between;margin:0;opacity:var(--fancybox-opacity,1);padding:0;pointer-events:none;text-shadow:var(--fancybox-toolbar-text-shadow,1px 1px 1px #00000080);z-index:20}.fancybox__toolbar :focus-visible{z-index:1}.fancybox__toolbar.is-absolute,.is-compact .fancybox__toolbar{left:0;position:absolute;right:0;top:0}.is-idle .fancybox__toolbar{animation:f-fadeOut .15s ease-out both;pointer-events:none}.fancybox__toolbar__column{align-content:flex-start;display:flex;flex-direction:row;flex-wrap:wrap}.fancybox__toolbar__column.is-left,.fancybox__toolbar__column.is-right{flex-basis:0;flex-grow:1}.fancybox__toolbar__column.is-right{display:flex;flex-wrap:nowrap;justify-content:flex-end}.fancybox__infobar{-webkit-font-smoothing:subpixel-antialiased;cursor:default;font-size:17px;font-variant-numeric:tabular-nums;line-height:var(--f-button-height);padding:0 5px;text-align:center;-webkit-user-select:none;user-select:none}.fancybox__infobar span{padding:0 5px}.fancybox__infobar:not(:first-child):not(:last-child){background:var(--f-button-bg)}[data-fancybox-toggle-slideshow]{position:relative}[data-fancybox-toggle-slideshow] .f-progress{height:100%;opacity:.3}[data-fancybox-toggle-slideshow] svg g:first-child{display:flex}.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child,[data-fancybox-toggle-slideshow] svg g:last-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child,[data-fancybox-toggle-fullscreen] svg g:first-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:last-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child{display:flex}.f-progress{background:var(--f-progress-color,var(--f-carousel-theme-color,#0091ff));height:3px;left:0;pointer-events:none;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;-webkit-user-select:none;user-select:none;z-index:30}
:root{--f-spinner-width:36px;--f-spinner-height:36px;--f-spinner-color-1:#0000001a;--f-spinner-color-2:#11181ccc;--f-spinner-stroke:2.75}.f-spinner{height:var(--f-spinner-height);margin:auto;padding:0;width:var(--f-spinner-width)}.f-spinner svg{animation:f-spinner-rotate 2s linear infinite;height:100%;vertical-align:top;width:100%}.f-spinner svg *{stroke-width:var(--f-spinner-stroke);fill:none}.f-spinner svg :first-child{stroke:var(--f-spinner-color-1)}.f-spinner svg :last-child{stroke:var(--f-spinner-color-2);animation:f-spinner-dash 2s ease-in-out infinite}@keyframes f-spinner-rotate{to{transform:rotate(1turn)}}@keyframes f-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}.f-throwOutUp{animation:var(--f-throw-out-duration,.175s) ease-out both f-throwOutUp}.f-throwOutDown{animation:var(--f-throw-out-duration,.175s) ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{opacity:0;transform:translate3d(0,calc(var(--f-throw-out-distance, 150px)*-1),0)}}@keyframes f-throwOutDown{to{opacity:0;transform:translate3d(0,var(--f-throw-out-distance,150px),0)}}.f-zoomInUp{animation:var(--f-transition-duration,.2s) ease .1s both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration,.2s) ease both f-zoomOutDown}@keyframes f-zoomInUp{0%{opacity:0;transform:scale(.975) translate3d(0,16px,0)}to{opacity:1;transform:scale(1) translateZ(0)}}@keyframes f-zoomOutDown{to{opacity:0;transform:scale(.975) translate3d(0,16px,0)}}.f-fadeIn{animation:var(--f-transition-duration,.2s) var(--f-transition-easing,ease) var(--f-transition-delay,0s) both f-fadeIn;z-index:2}.f-fadeOut{animation:var(--f-transition-duration,.2s) var(--f-transition-easing,ease) var(--f-transition-delay,0s) both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes f-fadeOut{to{opacity:0}}.f-fadeFastIn{animation:var(--f-transition-duration,.2s) ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{animation:var(--f-transition-duration,.1s) ease-out both f-fadeFastOut;z-index:2}@keyframes f-fadeFastIn{0%{opacity:.75}to{opacity:1}}@keyframes f-fadeFastOut{to{opacity:0}}.f-fadeSlowIn{animation:var(--f-transition-duration,.5s) ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{animation:var(--f-transition-duration,.5s) ease both f-fadeSlowOut;z-index:1}@keyframes f-fadeSlowIn{0%{opacity:0}to{opacity:1}}@keyframes f-fadeSlowOut{to{opacity:0}}.f-crossfadeIn{animation:var(--f-transition-duration,.2s) ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:calc(var(--f-transition-duration, .2s)*.5) linear .1s both f-crossfadeOut;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}to{opacity:1}}@keyframes f-crossfadeOut{to{opacity:0}}.f-slideIn.from-next{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideInNext}.f-slideIn.from-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideInPrev}.f-slideOut.to-next{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideOutNext}.f-slideOut.to-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideOutPrev}@keyframes f-slideInPrev{0%{transform:translateX(100%)}to{transform:translateZ(0)}}@keyframes f-slideInNext{0%{transform:translateX(-100%)}to{transform:translateZ(0)}}@keyframes f-slideOutNext{to{transform:translateX(-100%)}}@keyframes f-slideOutPrev{to{transform:translateX(100%)}}.f-classicIn.from-next{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicInNext;z-index:2}.f-classicIn.from-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicInPrev;z-index:2}.f-classicOut.to-next{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicOutNext;z-index:1}.f-classicOut.to-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicOutPrev;z-index:1}@keyframes f-classicInNext{0%{opacity:0;transform:translateX(-75px)}to{opacity:1;transform:translateZ(0)}}@keyframes f-classicInPrev{0%{opacity:0;transform:translateX(75px)}to{opacity:1;transform:translateZ(0)}}@keyframes f-classicOutNext{to{opacity:0;transform:translateX(-75px)}}@keyframes f-classicOutPrev{to{opacity:0;transform:translateX(75px)}}.f-carousel{--f-carousel-theme-color:#706f6c;--f-carousel-spacing:0px;--f-carousel-slide-width:100%;--f-carousel-slide-height:auto;--f-carousel-slide-padding:0;--f-button-width:42px;--f-button-height:42px;--f-button-color:var(--f-carousel-theme-color,currentColor);--f-button-hover-color:var(--f-carousel-theme-color,currentColor);--f-button-bg:#0000;--f-button-hover-bg:var(--f-button-bg);--f-button-active-bg:var(--f-button-bg);--f-button-svg-width:24px;--f-button-svg-height:24px;--f-button-next-pos:10px;--f-button-prev-pos:10px;--f-spinner-color-1:#0000001a;--f-spinner-color-2:#11181ccc;--f-spinner-stroke:2.75;box-sizing:border-box;position:relative}.f-carousel *,.f-carousel :after,.f-carousel :before{box-sizing:inherit}.f-carousel.is-ltr{direction:ltr}.f-carousel.is-rtl{direction:rtl}.f-carousel__viewport{backface-visibility:hidden;height:100%;overflow:hidden;transform:translateZ(0);width:100%}.f-carousel__viewport.is-draggable{cursor:move;cursor:grab}.f-carousel__viewport.is-dragging{cursor:move;cursor:grabbing}.f-carousel__track{-webkit-tap-highlight-color:rgba(0,0,0,0);display:flex;height:100%;margin:0 auto;padding:0}.f-carousel__slide{flex:0 0 auto;height:var(--f-carousel-slide-height);margin:0 var(--f-carousel-spacing) 0 0;max-width:100%;outline:0;padding:var(--f-carousel-slide-padding);position:relative;transform-origin:center center;width:var(--f-carousel-slide-width)}.f-carousel__slide img.is-preloading{visibility:hidden}.f-carousel__slide>.f-spinner{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.f-carousel.is-vertical{--f-carousel-slide-height:100%}.f-carousel.is-vertical .f-carousel__track{flex-wrap:wrap}.f-carousel.is-vertical .f-carousel__slide{margin:0 0 var(--f-carousel-spacing) 0}:root{--f-carousel-dots-width:24px;--f-carousel-dots-height:30px;--f-carousel-dot-width:8px;--f-carousel-dot-height:8px;--f-carousel-dot-radius:50%;--f-carousel-dot-color:var(--f-carousel-theme-color,currentColor);--f-carousel-dot-opacity:0.2;--f-carousel-dot-hover-opacity:0.4}.f-carousel.has-dots{margin-bottom:var(--f-carousel-dots-height)}.f-carousel__dots{bottom:calc(var(--f-carousel-dots-height)*-1);flex-wrap:wrap;left:0;list-style:none!important;margin:0 auto!important;position:absolute;right:0;-webkit-user-select:none;user-select:none}.f-carousel__dots,.f-carousel__dots li{align-items:center;display:flex;justify-content:center;padding:0}.f-carousel__dots li{border:0;margin:0;opacity:var(--f-carousel-dot-opacity);transition:opacity .15s ease-in-out}.f-carousel__dots li+li{margin:0}.f-carousel__dots li:hover{opacity:var(--f-carousel-dot-hover-opacity)}.f-carousel__dots li.is-current{opacity:1}.f-carousel__dots li button{align-items:center;-webkit-appearance:none;appearance:none;background:#0000;border:0;cursor:pointer;display:flex;height:var(--f-carousel-dots-height);justify-content:center;margin:0;padding:0;transition:all .2s linear;width:var(--f-carousel-dots-width)}.f-carousel__dot{background-color:var(--f-carousel-dot-color);border:0;border-radius:var(--f-carousel-dot-radius);cursor:pointer;display:block;font-size:0;height:var(--f-carousel-dot-height);line-height:0;margin:0;padding:0;pointer-events:none;width:var(--f-carousel-dot-width)}.f-carousel__dots.is-dynamic li:not(.is-prev,.is-next,.is-current,.is-after-next,.is-before-prev) button{transform:scale(0);width:0}.f-carousel__dots.is-dynamic li.is-after-next button,.f-carousel__dots.is-dynamic li.is-before-prev button{transform:scale(.22)}.f-carousel__dots.is-dynamic li.is-next button,.f-carousel__dots.is-dynamic li.is-prev button{transform:scale(.66)}.f-carousel__dots.is-dynamic li.is-current button{transform:scale(1)}.f-carousel__dots.is-dynamic li.is-after-next button,.f-carousel__dots.is-dynamic li.is-before-prev button{transform:scale(.33)}.f-carousel__dots.is-dynamic li.is-current:first-child{margin-left:calc(var(--f-carousel-dots-width)*2)}.f-carousel__dots.is-dynamic li.is-prev:first-child{margin-left:var(--f-carousel-dots-width)}.f-carousel__dots.is-dynamic li.is-next:last-child{margin-right:var(--f-carousel-dots-width)}.f-carousel__dots.is-dynamic li.is-current:last-child{margin-right:calc(var(--f-carousel-dots-width)*2)}.f-carousel.is-rtl .f-carousel__dots.is-dynamic .is-current:first-child,.f-carousel.is-rtl .f-carousel__dots.is-dynamic .is-current:last-child,.f-carousel.is-rtl .f-carousel__dots.is-dynamic .is-prev:first-child{margin-left:0;margin-right:var(--f-carousel-dots-width)}.f-carousel.is-rtl .f-carousel__dots.is-dynamic .is-next:last-child{margin-left:var(--f-carousel-dots-width);margin-right:0}:root{--f-button-width:40px;--f-button-height:40px;--f-button-border:0;--f-button-border-radius:0;--f-button-color:#374151;--f-button-bg:#f8f8f8;--f-button-hover-bg:#e0e0e0;--f-button-active-bg:#d0d0d0;--f-button-shadow:none;--f-button-transition:all 0.15s ease;--f-button-transform:none;--f-button-svg-width:20px;--f-button-svg-height:20px;--f-button-svg-stroke-width:1.5;--f-button-svg-fill:none;--f-button-svg-filter:none;--f-button-svg-disabled-opacity:0.65}.f-button{align-items:center;background:var(--f-button-bg);border:var(--f-button-border);border-radius:var(--f-button-border-radius);box-shadow:var(--f-button-shadow);box-sizing:initial;color:var(--f-button-color);cursor:pointer;display:flex;height:var(--f-button-height);justify-content:center;margin:0;padding:0;pointer-events:all;position:relative;transition:var(--f-button-transition);width:var(--f-button-width)}@media(hover:hover){.f-button:hover:not([disabled]){background-color:var(--f-button-hover-bg);color:var(--f-button-hover-color)}}.f-button:active:not([disabled]){background-color:var(--f-button-active-bg)}.f-button:focus:not(:focus-visible){outline:none}.f-button:focus-visible{box-shadow:inset 0 0 0 var(--f-button-outline,2px) var(--f-button-outline-color,var(--f-button-color));outline:none}.f-button svg{fill:var(--f-button-svg-fill);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;filter:var(--f-button-svg-filter);height:var(--f-button-svg-height);pointer-events:none;transform:var(--f-button-transform);transition:opacity .15s ease;width:var(--f-button-svg-width)}.f-button[disabled]{cursor:default}.f-button[disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}.f-carousel__nav .f-button.is-next,.f-carousel__nav .f-button.is-prev,.fancybox__nav .f-button.is-next,.fancybox__nav .f-button.is-prev{position:absolute;z-index:1}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev{top:50%;transform:translateY(-50%)}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-prev{left:var(--f-button-prev-pos)}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-next{right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev{left:auto;right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,.is-horizontal.is-rtl .fancybox__nav .f-button.is-next{left:var(--f-button-prev-pos);right:auto}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev{left:50%;top:auto;transform:translateX(-50%)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-prev{top:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-next{bottom:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next svg,.is-vertical .f-carousel__nav .f-button.is-prev svg,.is-vertical .fancybox__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev svg{transform:rotate(90deg)}.f-carousel__nav .f-button:disabled,.fancybox__nav .f-button:disabled{pointer-events:none}
@charset "UTF-8";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{display:inline-block;vertical-align:initial}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:initial}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:initial;height:0}pre{overflow:auto}code,kbd,pre,samp{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],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}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:textfield;box-sizing:initial}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}.bg--base{background-color:#000!important}.color--base{color:#000!important}.fill--base{fill:#000!important}.bg--base-med{background-color:#4f4c49!important}.color--base-med{color:#4f4c49!important}.fill--base-med{fill:#4f4c49!important}.bg--subtle-med{background-color:#efefef!important}.color--subtle-med{color:#efefef!important}.fill--subtle-med{fill:#efefef!important}.bg--subtle{background-color:#f4f3f7!important}.color--subtle{color:#f4f3f7!important}.fill--subtle{fill:#f4f3f7!important}.bg--blank{background-color:#f9fcfd!important}.color--blank{color:#f9fcfd!important}.fill--blank{fill:#f9fcfd!important}.bg--brand{background-color:#d60925!important}.color--brand{color:#d60925!important}.fill--brand{fill:#d60925!important}.bg--brand-sec{background-color:#008cba!important}.color--brand-sec{color:#008cba!important}.fill--brand-sec{fill:#008cba!important}.bg--cta{background-color:#008cba!important}.color--cta{color:#008cba!important}.fill--cta{fill:#008cba!important}.bg--white{background-color:#fff!important}.color--white{color:#fff!important}.fill--white{fill:#fff!important}.bg--tint-xlight{background-color:#f4f3f7!important}.color--tint-xlight{color:#f4f3f7!important}.fill--tint-xlight{fill:#f4f3f7!important}.bg--tint-light{background-color:#efefef!important}.color--tint-light{color:#efefef!important}.fill--tint-light{fill:#efefef!important}.bg--tint{background-color:#d7d7d7!important}.color--tint{color:#d7d7d7!important}.fill--tint{fill:#d7d7d7!important}.bg--tint-dark{background-color:#858585!important}.color--tint-dark{color:#858585!important}.fill--tint-dark{fill:#858585!important}.bg--semantic-error{background-color:#d60925!important}.color--semantic-error{color:#d60925!important}.fill--semantic-error{fill:#d60925!important}.bg--semantic-info{background-color:#008cba!important}.color--semantic-info{color:#008cba!important}.fill--semantic-info{fill:#008cba!important}.bg--semantic-success{background-color:#acc33e!important}.color--semantic-success{color:#acc33e!important}.fill--semantic-success{fill:#acc33e!important}.bg--semantic-warning{background-color:#f98100!important}.color--semantic-warning{color:#f98100!important}.fill--semantic-warning{fill:#f98100!important}.bg--semantic-unavailable{background-color:#858585!important}.color--semantic-unavailable{color:#858585!important}.fill--semantic-unavailable{fill:#858585!important}.cf:after,.island-l:after,.island-s:after,.island:after,.layer-l:after,.layer-s:after,.layer:after{clear:both;content:"";display:table}.island-l>:last-child,.island-l>:last-child>:last-child,.island-l>:last-child>:last-child>:last-child,.island-l>:last-child>:last-child>:last-child>:last-child,.island-s>:last-child,.island-s>:last-child>:last-child,.island-s>:last-child>:last-child>:last-child,.island-s>:last-child>:last-child>:last-child>:last-child,.island>:last-child,.island>:last-child>:last-child,.island>:last-child>:last-child>:last-child,.island>:last-child>:last-child>:last-child>:last-child,.module>:last-child,.module>:last-child>:last-child,.module>:last-child>:last-child>:last-child,.module>:last-child>:last-child>:last-child>:last-child{margin-bottom:0}.truncate{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}blockquote,dd,dl,fieldset,h1,h2,h3,h4,h5,h6,hr,ol,p,pre,ul{margin:0}fieldset,ol,ul{padding:0}fieldset,iframe{border:0}li>ol,li>ul{margin-bottom:0}code,kbd,pre,samp{font-family:monospace,monospace}[tabindex="-1"]:focus{outline:none!important}img{font-style:italic;max-width:100%}html{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;color:#000;font-family:Poppins,sans-serif;font-size:62.5%;min-height:100%}body,html{height:100%}body{-webkit-font-smoothing:antialiased;background-color:#f9fcfd;line-height:.8rem}.wrapper,body{min-height:100%;position:relative}.wrapper{height:auto;margin:0 auto;width:100%}.related-table__container,.site-width{display:block;margin:0 auto;max-width:148.8rem;padding:0 2.4rem}.hgroup,address,blockquote,dl,fieldset,hgroup,hr,ol,p,pre,table,ul{margin-bottom:2.4rem}dd,ol,ul{margin-left:.8rem}a[href^="mailto:"],a[href^="tel:"]{white-space:nowrap}.glide{box-sizing:border-box;position:relative;width:100%}.glide *{box-sizing:inherit}.glide__slides,.glide__track{overflow:hidden}.glide__slides{backface-visibility:hidden;display:flex;flex-wrap:nowrap;list-style:none;margin:0;padding:0;position:relative;touch-action:pan-Y;transform-style:preserve-3d;white-space:nowrap;width:100%;will-change:transform}.glide__slide,.glide__slides--dragging{-webkit-user-select:none;user-select:none}.glide__slide{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;flex-shrink:0;height:100%;white-space:normal;width:100%}.glide__slide a{-webkit-user-drag:none;-webkit-user-select:none;user-select:none;-moz-user-select:none;-ms-user-select:none}.glide__arrows,.glide__bullets{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.glide--rtl{direction:rtl}.arrange{display:table;margin:0;padding:0;table-layout:auto;width:100%}.arrange__size-fill,.arrange__size-fit{display:table-cell;padding:0;vertical-align:top}.arrange__size-fill{width:100%}.arrange__size-fit img{max-width:none;width:auto}.arrange--top>.arrange__size-fill,.arrange--top>.arrange__size-fit{vertical-align:top}.arrange--middle>.arrange__size-fill,.arrange--middle>.arrange__size-fit{vertical-align:middle}.arrange--bottom>.arrange__size-fill,.arrange--bottom>.arrange__size-fit{vertical-align:bottom}.arrange--equalwidth{table-layout:fixed}.arrange--equalwidth>.arrange__size-fill,.arrange--equalwidth>.arrange__size-fit{width:auto}.arrange--gutter>.arrange__size-fill,.arrange--gutter>.arrange__size-fit{padding-left:2.4rem}.arrange--gutter>.arrange__size-fill:first-child,.arrange--gutter>.arrange__size-fit:first-child{padding-left:0}.arrange--collapse{display:block}.arrange--collapse>.arrange__size-fill,.arrange--collapse>.arrange__size-fit{display:block;padding-left:0;width:100%}.arrange--collapse>.arrange__size-fill img,.arrange--collapse>.arrange__size-fit img{height:auto;max-width:100%}.grid{font-size:0;list-style:none;margin-left:-2.4rem;padding:0;text-align:left;text-rendering:optimizespeed}.grid__cell{display:inline-block;font-size:1.6rem;margin:0;padding-left:2.4rem;text-align:left;vertical-align:top;width:100%}.grid__cell--center{display:block;margin:0 auto}.grid--middle>.grid__cell{vertical-align:middle}.grid--bottom>.grid__cell{vertical-align:bottom}.grid--wide{margin-left:-4.8rem}.grid--wide>.grid__cell{padding-left:4.8rem}.layout{display:flex;flex-flow:row wrap;list-style:none;margin-left:0;padding:0}.layout--center{justify-content:center}.layout--right{justify-content:flex-end}.layout--spread{justify-content:space-between}.layout--middle{align-items:center}.layout--bottom{align-items:flex-end}.layout--rev{flex-direction:row-reverse}.layout--fill>.layout__cell{flex:1 1 0%;flex-basis:0%}.layout--fit>.layout__cell{flex-basis:auto}.layout--equalheight>.layout__cell{display:flex}.layout--equalheight>.layout__cell>*{width:100%}.layout--gutter{margin-left:-2.4rem}.layout--gutter>.layout__cell{padding-left:2.4rem}.layout--gutter-xs{margin-left:-.6rem}.layout--gutter-xs>.layout__cell{padding-left:.6rem}.layout--gutter-s{margin-left:-1.2rem}.layout--gutter-s>.layout__cell{padding-left:1.2rem}.layout--gutter-l{margin-left:-4.8rem}.layout--gutter-l>.layout__cell{padding-left:4.8rem}.layout--gutter-xl{margin-left:-9.6rem}.layout--gutter-xl>.layout__cell{padding-left:9.6rem}.layout__cell{flex-basis:100%;min-width:0}.layout__cell--center{margin-left:auto;margin-right:auto}.layout__cell--fit{flex-basis:auto}.layout__cell--fill{flex:1 1 0%;flex-basis:0%}@media only screen and (min-width:1025px){.layout__cell--fill--desk{flex:1 1 0%;flex-basis:0%}}.unit-1-12{width:8.3333333333%!important}.unit-2-12{width:16.6666666667%!important}.unit-3-12{width:25%!important}.unit-4-12{width:33.3333333333%!important}.unit-5-12{width:41.6666666667%!important}.unit-6-12{width:50%!important}.unit-7-12{width:58.3333333333%!important}.unit-8-12{width:66.6666666667%!important}.unit-9-12{width:75%!important}.unit-10-12{width:83.3333333333%!important}.unit-11-12{width:91.6666666667%!important}.unit-1-1{width:100%!important}.unit-auto{width:auto!important}[class*=push-]{position:relative}.push-1-12{left:8.3333333333%!important}.push-2-12{left:16.6666666667%!important}.push-3-12{left:25%!important}.push-4-12{left:33.3333333333%!important}.push-5-12{left:41.6666666667%!important}.push-6-12{left:50%!important}.push-7-12{left:58.3333333333%!important}.push-8-12{left:66.6666666667%!important}.push-9-12{left:75%!important}.push-10-12{left:83.3333333333%!important}.push-11-12{left:91.6666666667%!important}.push-0-0{left:0!important}[class*=pull-]{position:relative}.pull-1-12{right:8.3333333333%!important}.pull-2-12{right:16.6666666667%!important}.pull-3-12{right:25%!important}.pull-4-12{right:33.3333333333%!important}.pull-5-12{right:41.6666666667%!important}.pull-6-12{right:50%!important}.pull-7-12{right:58.3333333333%!important}.pull-8-12{right:66.6666666667%!important}.pull-9-12{right:75%!important}.pull-10-12{right:83.3333333333%!important}.pull-11-12{right:91.6666666667%!important}.pull-0-0{right:0!important}@media only screen and (max-width:480px){.unit-1-12--palm{width:8.3333333333%!important}.unit-2-12--palm{width:16.6666666667%!important}.unit-3-12--palm{width:25%!important}.unit-4-12--palm{width:33.3333333333%!important}.unit-5-12--palm{width:41.6666666667%!important}.unit-6-12--palm{width:50%!important}.unit-7-12--palm{width:58.3333333333%!important}.unit-8-12--palm{width:66.6666666667%!important}.unit-9-12--palm{width:75%!important}.unit-10-12--palm{width:83.3333333333%!important}.unit-11-12--palm{width:91.6666666667%!important}.unit-1-1--palm{width:100%!important}.unit-auto--palm{width:auto!important}}@media only screen and (min-width:481px){.unit-1-12--gt-palm{width:8.3333333333%!important}.unit-2-12--gt-palm{width:16.6666666667%!important}.unit-3-12--gt-palm{width:25%!important}.unit-4-12--gt-palm{width:33.3333333333%!important}.unit-5-12--gt-palm{width:41.6666666667%!important}.unit-6-12--gt-palm{width:50%!important}.unit-7-12--gt-palm{width:58.3333333333%!important}.unit-8-12--gt-palm{width:66.6666666667%!important}.unit-9-12--gt-palm{width:75%!important}.unit-10-12--gt-palm{width:83.3333333333%!important}.unit-11-12--gt-palm{width:91.6666666667%!important}.unit-1-1--gt-palm{width:100%!important}.unit-auto--gt-palm{width:auto!important}}@media only screen and (min-width:481px) and (max-width:1024px){.unit-1-12--lap{width:8.3333333333%!important}.unit-2-12--lap{width:16.6666666667%!important}.unit-3-12--lap{width:25%!important}.unit-4-12--lap{width:33.3333333333%!important}.unit-5-12--lap{width:41.6666666667%!important}.unit-6-12--lap{width:50%!important}.unit-7-12--lap{width:58.3333333333%!important}.unit-8-12--lap{width:66.6666666667%!important}.unit-9-12--lap{width:75%!important}.unit-10-12--lap{width:83.3333333333%!important}.unit-11-12--lap{width:91.6666666667%!important}.unit-1-1--lap{width:100%!important}.unit-auto--lap{width:auto!important}}@media only screen and (max-width:1024px){.unit-1-12--lt-desk{width:8.3333333333%!important}.unit-2-12--lt-desk{width:16.6666666667%!important}.unit-3-12--lt-desk{width:25%!important}.unit-4-12--lt-desk{width:33.3333333333%!important}.unit-5-12--lt-desk{width:41.6666666667%!important}.unit-6-12--lt-desk{width:50%!important}.unit-7-12--lt-desk{width:58.3333333333%!important}.unit-8-12--lt-desk{width:66.6666666667%!important}.unit-9-12--lt-desk{width:75%!important}.unit-10-12--lt-desk{width:83.3333333333%!important}.unit-11-12--lt-desk{width:91.6666666667%!important}.unit-1-1--lt-desk{width:100%!important}.unit-auto--lt-desk{width:auto!important}}@media only screen and (min-width:1025px){.unit-1-12--desk{width:8.3333333333%!important}.unit-2-12--desk{width:16.6666666667%!important}.unit-3-12--desk{width:25%!important}.unit-4-12--desk{width:33.3333333333%!important}.unit-5-12--desk{width:41.6666666667%!important}.unit-6-12--desk{width:50%!important}.unit-7-12--desk{width:58.3333333333%!important}.unit-8-12--desk{width:66.6666666667%!important}.unit-9-12--desk{width:75%!important}.unit-10-12--desk{width:83.3333333333%!important}.unit-11-12--desk{width:91.6666666667%!important}.unit-1-1--desk{width:100%!important}.unit-auto--desk{width:auto!important}}@media only screen and (max-width:820px){.unit-1-12--tp{width:8.3333333333%!important}.unit-2-12--tp{width:16.6666666667%!important}.unit-3-12--tp{width:25%!important}.unit-4-12--tp{width:33.3333333333%!important}.unit-5-12--tp{width:41.6666666667%!important}.unit-6-12--tp{width:50%!important}.unit-7-12--tp{width:58.3333333333%!important}.unit-8-12--tp{width:66.6666666667%!important}.unit-9-12--tp{width:75%!important}.unit-10-12--tp{width:83.3333333333%!important}.unit-11-12--tp{width:91.6666666667%!important}.unit-1-1--tp{width:100%!important}.unit-auto--tp{width:auto!important}}@media only screen and (max-width:480px){.push-1-12--palm{left:8.3333333333%!important}.push-2-12--palm{left:16.6666666667%!important}.push-3-12--palm{left:25%!important}.push-4-12--palm{left:33.3333333333%!important}.push-5-12--palm{left:41.6666666667%!important}.push-6-12--palm{left:50%!important}.push-7-12--palm{left:58.3333333333%!important}.push-8-12--palm{left:66.6666666667%!important}.push-9-12--palm{left:75%!important}.push-10-12--palm{left:83.3333333333%!important}.push-11-12--palm{left:91.6666666667%!important}.push-0-0--palm{left:0!important}}@media only screen and (min-width:481px){.push-1-12--gt-palm{left:8.3333333333%!important}.push-2-12--gt-palm{left:16.6666666667%!important}.push-3-12--gt-palm{left:25%!important}.push-4-12--gt-palm{left:33.3333333333%!important}.push-5-12--gt-palm{left:41.6666666667%!important}.push-6-12--gt-palm{left:50%!important}.push-7-12--gt-palm{left:58.3333333333%!important}.push-8-12--gt-palm{left:66.6666666667%!important}.push-9-12--gt-palm{left:75%!important}.push-10-12--gt-palm{left:83.3333333333%!important}.push-11-12--gt-palm{left:91.6666666667%!important}.push-0-0--gt-palm{left:0!important}}@media only screen and (min-width:481px) and (max-width:1024px){.push-1-12--lap{left:8.3333333333%!important}.push-2-12--lap{left:16.6666666667%!important}.push-3-12--lap{left:25%!important}.push-4-12--lap{left:33.3333333333%!important}.push-5-12--lap{left:41.6666666667%!important}.push-6-12--lap{left:50%!important}.push-7-12--lap{left:58.3333333333%!important}.push-8-12--lap{left:66.6666666667%!important}.push-9-12--lap{left:75%!important}.push-10-12--lap{left:83.3333333333%!important}.push-11-12--lap{left:91.6666666667%!important}.push-0-0--lap{left:0!important}}@media only screen and (min-width:1025px){.push-1-12--desk{left:8.3333333333%!important}.push-2-12--desk{left:16.6666666667%!important}.push-3-12--desk{left:25%!important}.push-4-12--desk{left:33.3333333333%!important}.push-5-12--desk{left:41.6666666667%!important}.push-6-12--desk{left:50%!important}.push-7-12--desk{left:58.3333333333%!important}.push-8-12--desk{left:66.6666666667%!important}.push-9-12--desk{left:75%!important}.push-10-12--desk{left:83.3333333333%!important}.push-11-12--desk{left:91.6666666667%!important}.push-0-0--desk{left:0!important}.pull-1-12--desk{right:8.3333333333%!important}.pull-2-12--desk{right:16.6666666667%!important}.pull-3-12--desk{right:25%!important}.pull-4-12--desk{right:33.3333333333%!important}.pull-5-12--desk{right:41.6666666667%!important}.pull-6-12--desk{right:50%!important}.pull-7-12--desk{right:58.3333333333%!important}.pull-8-12--desk{right:66.6666666667%!important}.pull-9-12--desk{right:75%!important}.pull-10-12--desk{right:83.3333333333%!important}.pull-11-12--desk{right:91.6666666667%!important}.pull-0-0--desk{right:0!important}}.fixedratio{height:0;overflow:hidden;padding:0 0 100%;position:relative}.fixedratio embed,.fixedratio iframe,.fixedratio object,.fixedratio__item{height:100%;left:0;position:absolute;top:0;width:100%}.fixedratio--16x9{padding-bottom:56.25%}.fixedratio--4x3{padding-bottom:75%}.ratio--3x2{padding-bottom:66.666%!important}.ratio--3x1{padding-bottom:33.333%!important}@media only screen and (max-width:480px){.ratio--1x1--palm{padding-bottom:100%!important}.ratio--16x9--palm{padding-bottom:56.25%!important}.ratio--3x2--palm{padding-bottom:66.666%!important}.ratio--4x3--palm{padding-bottom:75%!important}.ratio--2x3--palm{padding-bottom:150%!important}.ratio--3x4--palm{padding-bottom:133.333%!important}.ratio--2x1--palm{padding-bottom:50%!important}.ratio--3x1--palm{padding-bottom:33.333%!important}}@media only screen and (min-width:481px) and (max-width:1024px){.ratio--1x1--lap{padding-bottom:100%!important}.ratio--16x9--lap{padding-bottom:56.25%!important}.ratio--3x2--lap{padding-bottom:66.666%!important}.ratio--4x3--lap{padding-bottom:75%!important}.ratio--2x3--lap{padding-bottom:150%!important}.ratio--3x4--lap{padding-bottom:133.333%!important}.ratio--2x1--lap{padding-bottom:50%!important}.ratio--3x1--lap{padding-bottom:33.333%!important}}@media only screen and (min-width:481px){.ratio--1x1--gt-palm{padding-bottom:100%!important}.ratio--16x9--gt-palm{padding-bottom:56.25%!important}.ratio--3x2--gt-palm{padding-bottom:66.666%!important}.ratio--4x3--gt-palm{padding-bottom:75%!important}.ratio--2x3--gt-palm{padding-bottom:150%!important}.ratio--3x4--gt-palm{padding-bottom:133.333%!important}.ratio--2x1--gt-palm{padding-bottom:50%!important}.ratio--3x1--gt-palm{padding-bottom:33.333%!important}}@media only screen and (min-width:1025px){.ratio--1x1--desk{padding-bottom:100%!important}.ratio--16x9--desk{padding-bottom:56.25%!important}.ratio--3x2--desk{padding-bottom:66.666%!important}.ratio--4x3--desk{padding-bottom:75%!important}.ratio--2x3--desk{padding-bottom:150%!important}.ratio--3x4--desk{padding-bottom:133.333%!important}.ratio--2x1--desk{padding-bottom:50%!important}.ratio--3x1--desk{padding-bottom:33.333%!important}}.visual{margin:0;overflow:hidden;position:relative;transform:translateZ(0)}.visual[class*=ratio--]{height:0}.visual .picture{display:block}.visual .picture .image{display:block;position:relative;z-index:0}.visual .picture .image[width][height]{aspect-ratio:attr(width)/attr(height)}.sign{margin-bottom:2.4rem!important}.sign-s{margin-bottom:1.2rem!important}.sign-l{margin-bottom:4.8rem!important}.sign-inv{margin-bottom:-2.4rem!important}.sign-flat{margin-bottom:0!important}.layer,.layer-l,.layer-s{display:block}.layer{padding:4.8rem 0}.layer-s{padding:2.4rem 0}.layer-l{padding:9.6rem 0}.text-left{text-align:left}.text-right{text-align:right}.list-clean{list-style:none;margin:0;padding:0}.nowrap{white-space:nowrap}.visuallyhidden{clip:rect(0 0 0 0)!important;border:0!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important}@media only screen and (max-width:480px){.sign--palm{margin-bottom:2.4rem!important}.sign-s--palm{margin-bottom:1.2rem!important}.sign-l--palm{margin-bottom:4.8rem!important}.sign-inv--palm{margin-bottom:-2.4rem!important}.layer--palm{padding:4.8rem 0}.layer-s--palm{padding:2.4rem 0}.layer-l--palm{padding:9.6rem 0}.text-left--palm{text-align:left}.text-center--palm{text-align:center}.text-right--palm{text-align:right}.visuallyhidden--palm{clip:rect(0 0 0 0)!important;border:0!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important}}@media only screen and (min-width:481px){.sign--gt-palm{margin-bottom:2.4rem!important}.sign-s--gt-palm{margin-bottom:1.2rem!important}.sign-l--gt-palm{margin-bottom:4.8rem!important}.sign-inv--gt-palm{margin-bottom:-2.4rem!important}.layer--gt-palm{padding:4.8rem 0}.layer-s--gt-palm{padding:2.4rem 0}.layer-l--gt-palm{padding:9.6rem 0}.text-left--gt-palm{text-align:left}.text-center--gt-palm{text-align:center}.text-right--gt-palm{text-align:right}.visuallyhidden--gt-palm{clip:rect(0 0 0 0)!important;border:0!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important}}@media only screen and (min-width:481px) and (max-width:1024px){.sign--lap{margin-bottom:2.4rem!important}.sign-s--lap{margin-bottom:1.2rem!important}.sign-l--lap{margin-bottom:4.8rem!important}.sign-inv--lap{margin-bottom:-2.4rem!important}.layer--lap{padding:4.8rem 0}.layer-s--lap{padding:2.4rem 0}.layer-l--lap{padding:9.6rem 0}.text-left--lap{text-align:left}.text-center--lap{text-align:center}.text-right--lap{text-align:right}.visuallyhidden--lap{clip:rect(0 0 0 0)!important;border:0!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important}}@media only screen and (max-width:1024px){.sign--lt-desk{margin-bottom:2.4rem!important}.sign-s--lt-desk{margin-bottom:1.2rem!important}.sign-l--lt-desk{margin-bottom:4.8rem!important}.sign-inv--lt-desk{margin-bottom:-2.4rem!important}.layer--lt-desk{padding:4.8rem 0}.layer-s--lt-desk{padding:2.4rem 0}.layer-l--lt-desk{padding:9.6rem 0}.text-left--lt-desk{text-align:left}.text-center--lt-desk{text-align:center}.text-right--lt-desk{text-align:right}.visuallyhidden--lt-desk{clip:rect(0 0 0 0)!important;border:0!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important}}@media only screen and (min-width:1025px){.sign--desk{margin-bottom:2.4rem!important}.sign-s--desk{margin-bottom:1.2rem!important}.sign-l--desk{margin-bottom:4.8rem!important}.sign-inv--desk{margin-bottom:-2.4rem!important}.layer--desk{padding:4.8rem 0}.layer-s--desk{padding:2.4rem 0}.layer-l--desk{padding:9.6rem 0}.text-left--desk{text-align:left}.text-center--desk{text-align:center}.text-right--desk{text-align:right}.visuallyhidden--desk{clip:rect(0 0 0 0)!important;border:0!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important}}.island,.island-l,.island-s{display:block}.island{padding:2.4rem}.island-s{padding:1.2rem}@media only screen and (max-width:480px){.island--palm{padding:2.4rem}.island-s--palm{padding:1.2rem}.island-l--palm{padding:4.8rem}}@media only screen and (min-width:481px){.island--gt-palm{padding:2.4rem}.island-s--gt-palm{padding:1.2rem}.island-l--gt-palm{padding:4.8rem}}@media only screen and (min-width:481px) and (max-width:1024px){.island--lap{padding:2.4rem}.island-s--lap{padding:1.2rem}.island-l--lap{padding:4.8rem}}@media only screen and (max-width:1024px){.island--lt-desk{padding:2.4rem}.island-s--lt-desk{padding:1.2rem}.island-l--lt-desk{padding:4.8rem}}@media only screen and (min-width:1025px){.island--desk{padding:2.4rem}.island-s--desk{padding:1.2rem}.island-l--desk{padding:4.8rem}}.input,input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],select,textarea{-webkit-appearance:none;appearance:none;background-color:#f9fcfd;border:1px solid #000;border-radius:0;color:#000;font-size:1.6rem;line-height:1.6rem;max-width:48rem;padding:1.2rem}.input:focus,input[type=email]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,select:focus,textarea:focus{outline:1px solid #d60925}textarea{resize:vertical}select{background-image:url(../gfx/nobearcss/icon-arrow.svg);background-position:right 1.8rem center;background-size:12px 7px;padding:1.2rem 3.6rem 1.2rem 1.2rem}.icon{fill:#000;color:#d60925}.icon:not([height]),.icon:not([width]){height:2.4rem;width:2.4rem}[data-role=togglee][data-state=passive]{display:none}.tns-outer{padding:0!important}.tns-outer [hidden]{display:none!important}.tns-outer [aria-controls],.tns-outer [data-action]{cursor:pointer}.tns-slider{transition:all 0s}.tns-slider>.tns-item{box-sizing:border-box}.tns-horizontal.tns-subpixel{white-space:nowrap}.tns-horizontal.tns-subpixel>.tns-item{display:inline-block;vertical-align:top;white-space:normal}.tns-horizontal.tns-no-subpixel:after{clear:both;content:"";display:table}.tns-horizontal.tns-no-subpixel>.tns-item{float:left}.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item{margin-right:-100%}.tns-gallery,.tns-no-calc{left:0;position:relative}.tns-gallery{min-height:1px}.tns-gallery>.tns-item{left:-100%;position:absolute;transition:transform 0s,opacity 0s}.tns-gallery>.tns-slide-active{left:auto!important;position:relative}.tns-gallery>.tns-moving{transition:all .25s}.tns-autowidth{display:inline-block}.tns-lazy-img{opacity:.6;transition:opacity .6s}.tns-lazy-img.tns-complete{opacity:1}.tns-ah{transition:height 0s}.tns-ovh{overflow:hidden}.tns-visually-hidden{left:-10000em;position:absolute}.tns-transparent{opacity:0;visibility:hidden}.tns-fadeIn{filter:alpha(opacity=100);opacity:1;z-index:0}.tns-fadeOut,.tns-normal{filter:alpha(opacity=0);opacity:0;z-index:-1}.tns-vpfix{white-space:nowrap}.tns-vpfix>div,.tns-vpfix>li{display:inline-block}.tns-t-subp2{height:10px;margin:0 auto;overflow:hidden;position:relative;width:310px}.tns-t-ct{position:absolute;right:0;width:2333.3333333333%;width:2333.33333%}.tns-t-ct:after{clear:both;content:"";display:table}.tns-t-ct>div{float:left;height:10px;width:1.4285714286%;width:1.42857%}.glightbox-container{-webkit-text-size-adjust:100%;text-size-adjust:100%;backface-visibility:hidden;height:100%;left:0;outline:none;overflow:hidden;position:fixed;top:0;touch-action:none;width:100%;z-index:999999!important}.glightbox-container.inactive{display:none}.glightbox-container .gcontainer{height:100%;overflow:hidden;position:relative;width:100%;z-index:9999}.glightbox-container .gslider{align-items:center;display:flex!important;height:100%;justify-content:center;left:0;overflow:hidden;position:relative;top:0;transform:translateZ(0);transition:transform .4s ease;width:100%}.glightbox-container .gslide{align-items:center;display:flex;justify-content:center;opacity:0;position:absolute;-webkit-user-select:none;user-select:none;width:100%}.glightbox-container .gslide.current{opacity:1;position:relative;z-index:99999}.glightbox-container .gslide.prev{opacity:1;z-index:9999}.glightbox-container .gslide-inner-content{width:100%}.glightbox-container .ginner-container{display:flex;flex-direction:column;height:100vh;justify-content:center;margin:auto;max-width:100%;position:relative;width:100%}.glightbox-container .ginner-container.gvideo-container{width:100%}.glightbox-container .ginner-container.desc-bottom,.glightbox-container .ginner-container.desc-top{flex-direction:column}.glightbox-container .ginner-container.desc-left,.glightbox-container .ginner-container.desc-right{max-width:100%!important}.gslide iframe,.gslide video{-webkit-overflow-scrolling:touch;border:none;min-height:165px;outline:none!important;touch-action:auto}.gslide:not(.current){pointer-events:none}.gslide-image{align-items:center}.gslide-image img{border:none;display:block;float:none;height:auto;margin:auto;max-height:100vh;max-width:100vw;min-width:200px;object-fit:cover;outline:none;padding:0;touch-action:none;-webkit-user-select:none;user-select:none;width:auto}.desc-bottom .gslide-image img,.desc-top .gslide-image img{width:auto}.desc-left .gslide-image img,.desc-right .gslide-image img{max-width:100%;width:auto}.gslide-image img.zoomable{position:relative}.gslide-image img.dragging{cursor:grabbing!important;transition:none}.gslide-video{max-width:100vh;position:relative;width:100%!important}.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster{display:none}.gslide-video .gvideo-wrapper{margin:auto;width:100%}.gslide-video:before{background:#ff000057;content:"";display:none;height:100%;position:absolute;width:100%}.gslide-video.playing:before{display:none}.gslide-video.fullscreen{height:75vh;max-width:100%!important;min-width:100%}.gslide-video.fullscreen video{max-width:100%!important;width:100%!important}.gslide-inline{background:#fff;margin:auto;max-height:calc(100vh - 40px);max-width:100%;overflow:auto;text-align:left}.gslide-inline .ginlined-content{padding:20px;width:100%}.gslide-inline .dragging{cursor:grabbing!important;transition:none}.ginlined-content{display:block!important;opacity:1;overflow:auto}.gslide-external{background:#fff;display:flex;height:100%;max-height:75vh;min-width:100%;overflow:auto;padding:0;width:100%}.gslide-media{display:flex;width:auto}.zoomed .gslide-media{box-shadow:none!important}.desc-bottom .gslide-media,.desc-top .gslide-media{flex-direction:column;margin:0 auto}.gslide-description{flex:1 0 100%;position:relative}.gslide-description.description-left,.gslide-description.description-right{max-width:100%}.gslide-description.description-bottom,.gslide-description.description-top{margin:0 auto;width:100%}.gslide-description p{margin-bottom:12px}.gslide-description p:last-child{margin-bottom:0}.glightbox-button-hidden,.zoomed .gslide-description{display:none}.glightbox-mobile .glightbox-container .gslide-description{background:linear-gradient(180deg,#0000,#000000bf);bottom:0;height:auto!important;max-height:78vh;max-width:100vw!important;order:2!important;overflow:auto!important;padding:19px 11px 50px;position:absolute;transition:opacity .3s linear;width:100%}.glightbox-mobile .glightbox-container .gslide-title{color:#fff;font-size:1em}.glightbox-mobile .glightbox-container .gslide-desc{color:#a1a1a1}.glightbox-mobile .glightbox-container .gslide-desc a{color:#fff;font-weight:700}.glightbox-mobile .glightbox-container .gslide-desc *{color:inherit}.glightbox-mobile .glightbox-container .gslide-desc .desc-more{color:#fff;opacity:.4}.gdesc-open .gslide-media{opacity:.4;transition:opacity .5s ease}.gdesc-open .gdesc-inner{padding-bottom:30px}.gdesc-closed .gslide-media{opacity:1;transition:opacity .5s ease}.greset{transition:all .3s ease}.gabsolute{position:absolute}.grelative{position:relative}.glightbox-desc{display:none!important}.glightbox-open{overflow:hidden}.gloader{animation:lightboxLoader .8s linear infinite;border:2px solid #fff;border-radius:50%;border-right-color:#0000;display:block;height:25px;left:0;margin:0 auto;position:absolute;right:0;top:47%;width:25px;z-index:9999}.goverlay{height:calc(100vh + 1px);left:0;position:fixed;top:-1px;width:100%;will-change:opacity}.glightbox-mobile .goverlay,.goverlay{background:#000}.gclose,.gnext,.gprev{align-items:center;border:none;cursor:pointer;display:flex;flex-direction:column;height:44px;justify-content:center;width:26px;z-index:99999}.gclose svg,.gnext svg,.gprev svg{display:block;height:auto;margin:0;padding:0;width:25px}.gclose.disabled,.gnext.disabled,.gprev.disabled{opacity:.1}.gclose .garrow,.gnext .garrow,.gprev .garrow{stroke:#fff}.gbtn.focused{outline:2px solid #0f3d81}iframe.wait-autoplay{opacity:0}.glightbox-closing .gclose,.glightbox-closing .gnext,.glightbox-closing .gprev{opacity:0!important}.glightbox-clean .gslide-description{background:#fff}.glightbox-clean .gdesc-inner{padding:22px 20px}.glightbox-clean .gslide-title{color:#000;font-family:arial;font-size:1em;font-weight:400;line-height:1.4em;margin-bottom:19px}.glightbox-clean .gslide-desc{font-family:arial;font-size:.86em;line-height:1.4em;margin-bottom:0}.glightbox-clean .gslide-video{background:#000}.glightbox-clean .gclose,.glightbox-clean .gnext,.glightbox-clean .gprev{background-color:#000000bf;border-radius:4px}.glightbox-clean .gclose path,.glightbox-clean .gnext path,.glightbox-clean .gprev path{fill:#fff}.glightbox-clean .gprev{left:30px}.glightbox-clean .gnext,.glightbox-clean .gprev{height:50px;position:absolute;top:-100%;width:40px}.glightbox-clean .gnext{right:30px}.glightbox-clean .gclose{height:35px;position:absolute;right:10px;top:15px;width:35px}.glightbox-clean .gclose svg{height:auto;width:18px}.glightbox-clean .gclose:hover{opacity:1}.gfadeIn{animation:gfadeIn .5s ease}.gfadeOut{animation:gfadeOut .5s ease}.gslideOutLeft{animation:gslideOutLeft .3s ease}.gslideInLeft{animation:gslideInLeft .3s ease}.gslideOutRight{animation:gslideOutRight .3s ease}.gslideInRight{animation:gslideInRight .3s ease}.gzoomIn{animation:gzoomIn .5s ease}.gzoomOut{animation:gzoomOut .5s ease}@keyframes lightboxLoader{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes gfadeIn{0%{opacity:0}to{opacity:1}}@keyframes gfadeOut{0%{opacity:1}to{opacity:0}}@keyframes gslideInLeft{0%{opacity:0;transform:translate3d(-60%,0,0)}to{opacity:1;transform:translateZ(0);visibility:visible}}@keyframes gslideOutLeft{0%{opacity:1;transform:translateZ(0);visibility:visible}to{opacity:0;transform:translate3d(-60%,0,0);visibility:hidden}}@keyframes gslideInRight{0%{opacity:0;transform:translate3d(60%,0,0);visibility:visible}to{opacity:1;transform:translateZ(0)}}@keyframes gslideOutRight{0%{opacity:1;transform:translateZ(0);visibility:visible}to{opacity:0;transform:translate3d(60%,0,0)}}@keyframes gzoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:1}}@keyframes gzoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}@media (min-width:769px){.glightbox-container .ginner-container{flex-direction:row;height:auto;width:auto}.glightbox-container .ginner-container.desc-top .gslide-description{order:0}.glightbox-container .ginner-container.desc-top .gslide-image,.glightbox-container .ginner-container.desc-top .gslide-image img{order:1}.glightbox-container .ginner-container.desc-left .gslide-description{order:0}.glightbox-container .ginner-container.desc-left .gslide-image{order:1}.gslide-image img{max-height:97vh;max-width:100%}.gslide-image img.zoomable{cursor:zoom-in}.zoomed .gslide-image img.zoomable{cursor:grab}.gslide-inline{max-height:95vh}.gslide-external{max-height:100vh}.gslide-description.description-left,.gslide-description.description-right{max-width:275px}.glightbox-open{height:auto}.goverlay{background:#000000eb}.glightbox-clean .gslide-media{box-shadow:1px 2px 9px 0 #000000a6}.glightbox-clean .description-left .gdesc-inner,.glightbox-clean .description-right .gdesc-inner{height:100%;overflow-y:auto;position:absolute}.glightbox-clean .gclose,.glightbox-clean .gnext,.glightbox-clean .gprev{background-color:#00000052}.glightbox-clean .gclose:hover,.glightbox-clean .gnext:hover,.glightbox-clean .gprev:hover{background-color:#000000b3}.glightbox-clean .gnext,.glightbox-clean .gprev{top:45%}}@media (min-width:992px){.glightbox-clean .gclose{opacity:.7;right:20px}}@media screen and (max-height:420px){.goverlay{background:#000}}.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{background-color:#333;border-radius:4px;color:#fff;font-size:14px;line-height:1.4;outline:0;position:relative;transition-property:transform,visibility,opacity;white-space:normal}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{border-top-color:initial;border-width:8px 8px 0;bottom:-7px;left:0;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{border-bottom-color:initial;border-width:0 8px 8px;left:0;top:-7px;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-left-color:initial;border-width:8px 0 8px 8px;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{border-right-color:initial;border-width:8px 8px 8px 0;left:-7px;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{color:#333;height:16px;width:16px}.tippy-arrow:before{border-color:#0000;border-style:solid;content:"";position:absolute}.tippy-content{padding:5px 9px;position:relative;z-index:1}fieldset{margin-bottom:2.4rem}fieldset:last-child{margin-bottom:0}fieldset>.field.checkbox:not(:last-child),fieldset>.field.dropdown:not(:last-child),fieldset>.field.optionset:not(:last-child),fieldset>.field.text:not(:last-child){margin-bottom:2.4rem}.field.dropdown label,.field.text label{font-weight:700}.field.text.financial-check{margin-bottom:1.2rem!important}.field.checkbox{outline:none}.field.checkbox.financial-check{margin-bottom:0!important}fieldset label{font-weight:700}fieldset .field.checkbox label,fieldset .field.radio label{font-weight:400}fieldset>.field.dropdown,fieldset>.field.text{display:flex;flex-direction:column;position:relative}fieldset>.field.dropdown label,fieldset>.field.text label{font-weight:700}fieldset>.field.dropdown input:not([type=radio]):not([type=checkbox]):not([type=submit]),fieldset>.field.dropdown select,fieldset>.field.dropdown textarea,fieldset>.field.text input:not([type=radio]):not([type=checkbox]):not([type=submit]),fieldset>.field.text select,fieldset>.field.text textarea{flex-grow:1}fieldset>.field.dropdown input:not([type=radio]):not([type=checkbox]):not([type=submit]):disabled+label,fieldset>.field.dropdown select:disabled+label,fieldset>.field.dropdown textarea:disabled+label,fieldset>.field.text input:not([type=radio]):not([type=checkbox]):not([type=submit]):disabled+label,fieldset>.field.text select:disabled+label,fieldset>.field.text textarea:disabled+label{color:#f9fcfd}fieldset>.field.optionset{align-items:center;display:flex;flex-direction:column}@media only screen and (min-width:481px){fieldset>.field.optionset>:not(:last-child){margin-right:1.2rem}}@media only screen and (max-width:480px){fieldset>.field.optionset{align-items:flex-start;flex-direction:column}fieldset>.field.optionset>:not(:last-child){margin-bottom:1.2rem}}input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=range]),select,textarea{-webkit-appearance:none;appearance:none;background-color:#fff;border:.1rem solid #d6d6d6;border-radius:.4rem;color:#000;font-family:Poppins,sans-serif;font-size:1.4rem;font-style:normal;font-weight:500;line-height:1.6rem;max-width:100%;outline:none;padding:1.1rem 1.2rem .9rem;width:100%}input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=range])::placeholder,select::placeholder,textarea::placeholder{color:#000}input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=range]):disabled,select:disabled,textarea:disabled{background-color:#d6d6d6;border-color:#d6d6d6;color:#f9fcfd;cursor:not-allowed}input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=range]):disabled::placeholder,select:disabled::placeholder,textarea:disabled::placeholder{color:#c1c1c1}input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=range]):focus,select:focus,textarea:focus{border:.1rem solid #aac4d1;box-shadow:0 5px 20px 0 #3333}select{background-image:url(../img/arrows/arrow-down-brand.svg);background-position:right 1.2rem center;background-repeat:no-repeat;background-size:1.4rem .9rem;padding:1.1rem 4rem .9rem 1.2rem}select:disabled{background-image:url(../img/arrows/arrow-down-inactive.svg)}select:focus{border:1px solid #0000;outline:none}select.select-alt{background-position:100%;border-left:0;border-radius:0;border-right:0;border-top:0;font-size:2.2rem;font-weight:700;line-height:2.4rem;overflow:hidden;padding:1.2rem 3rem 1rem 0;text-overflow:ellipsis;text-transform:lowercase;white-space:nowrap}select.select-alt:not(:disabled){border-color:#d60925;color:#d60925}select.select-alt:disabled{background-color:#f9fcfd}@media only screen and (min-width:481px) and (max-width:1024px){select.select-alt{font-size:2rem;line-height:2.4rem}}@media only screen and (max-width:480px){select.select-alt{font-size:1.8rem;line-height:2.4rem;width:100%}}.custom-checkbox,.custom-radio{-webkit-tap-highlight-color:transparent;cursor:pointer;display:inline-block;padding:0 0 0 3.6rem;position:relative;-webkit-user-select:none;user-select:none}@media only screen and (max-width:480px){.custom-checkbox,.custom-radio{font-size:1.4rem;line-height:2.4rem;padding-left:3rem}}.custom-checkbox__label{font-family:Poppins,sans-serif;font-size:1.4rem;font-style:normal;font-weight:500;line-height:1.6rem}.custom-checkbox__input,.custom-radio__input{cursor:pointer;height:inherit;left:0;opacity:0;overflow:visible;position:absolute;width:inherit}.custom-checkbox__element,.custom-checkbox__element--react{border:2px solid #d6d6d6;border-radius:.4rem;height:2.4rem;left:0;position:absolute;top:.3rem;transition:border-color .2s ease-out;width:2.4rem}@media only screen and (max-width:480px){.custom-checkbox__element,.custom-checkbox__element--react{top:-.1rem}}.custom-checkbox__element--react:after,.custom-checkbox__element:after{border:.2rem solid #f9fcfd;border-left:0;border-top:0;content:"";display:none;height:1rem;left:.7rem;position:absolute;top:.4rem;transform:rotate(45deg);transition:background-color .2s ease-out,border-color .2s ease-out;width:.6rem}.custom-checkbox:hover .custom-checkbox__input:not(:checked):not(:disabled)~.custom-checkbox__element,.custom-checkbox:hover .custom-checkbox__input:not(:checked):not(:disabled)~.custom-checkbox__element--react,.custom-checkbox:hover .custom-checkbox__input:not(:checked):not(:disabled)~.custom-checkbox__element--react:after,.custom-checkbox:hover .custom-checkbox__input:not(:checked):not(:disabled)~.custom-checkbox__element:after{border-color:#d6d6d6}.custom-checkbox .custom-checkbox__input:checked:disabled~.custom-checkbox__element--react:after,.custom-checkbox .custom-checkbox__input:checked:disabled~.custom-checkbox__element:after{border:.2rem solid #f9fcfd}.custom-checkbox__input:checked:not(:disabled)~.custom-checkbox__element,.custom-checkbox__input:checked:not(:disabled)~.custom-checkbox__element--react{background-color:#d60925;border-color:#d60925}.custom-checkbox__input:checked:not(:disabled)~.custom-checkbox__element--react:before,.custom-checkbox__input:checked:not(:disabled)~.custom-checkbox__element:before{border:2px solid #d60925;border-radius:1px;bottom:0;content:"";left:0;position:absolute;right:0;top:0}.custom-checkbox__input:checked:not(:disabled)~.custom-checkbox__element--react:after,.custom-checkbox__input:checked:not(:disabled)~.custom-checkbox__element:after{display:block}.custom-checkbox__input:focus~.custom-checkbox__element,.custom-checkbox__input:focus~.custom-checkbox__element--react{border-color:#000}.custom-checkbox__input:disabled~.custom-checkbox__element,.custom-checkbox__input:disabled~.custom-checkbox__element--react{border-color:#efefef}.custom-checkbox__input:disabled~.custom-checkbox__element--react:after,.custom-checkbox__input:disabled~.custom-checkbox__element:after{border:2px solid #f9fcfd}.custom-checkbox__input:disabled~.custom-checkbox__element,.custom-checkbox__input:disabled~.custom-checkbox__element--react{background-color:#efefef}.custom-checkbox__input:disabled~.custom-checkbox__element--react:after,.custom-checkbox__input:disabled~.custom-checkbox__element:after{border-color:#c1c1c1}.custom-radio__element{border:2px solid #d6d6d6;border-radius:50%;height:2.4rem;left:0;position:absolute;top:.3rem;transition:border-color .2s ease-out;width:2.4rem}.custom-radio__element:after{background:#fff;border-radius:50%;content:"";display:none;height:.8rem;left:.6rem;position:absolute;top:.6rem;width:.8rem}.custom-checkbox--block-right{display:block;padding:0 3rem 0 0}.custom-checkbox--block-right .custom-checkbox__element{left:auto;right:0;top:0}.custom-radio .custom-radio__input:checked~.custom-radio__element{background-color:#d60925;border-color:#d60925}.custom-radio .custom-radio__input:checked~.custom-radio__element:after{display:block}.estate-agent__wrapper,.form__radiobutton{position:relative}.estate-agent__wrapper label,.form__radiobutton label{font-weight:400!important;padding-left:32px}.estate-agent__wrapper input,.form__radiobutton input{cursor:pointer;left:0;opacity:0;position:absolute}.estate-agent__wrapper input:checked~.form__radiobutton--custom,.form__radiobutton input:checked~.form__radiobutton--custom{border:2px solid #d6d6d6;border-radius:2.4rem;opacity:1}.estate-agent__wrapper input:checked~.form__radiobutton--custom:after,.form__radiobutton input:checked~.form__radiobutton--custom:after{background-color:#d60925;border-radius:2.4rem;height:calc(2.4rem - 10px);left:3px;top:3px;width:calc(2.4rem - 10px)}.estate-agent__wrapper input:checked:disabled~.form__radiobutton--custom,.form__radiobutton input:checked:disabled~.form__radiobutton--custom{background-color:initial;border:2px solid #d6d6d6;border-radius:2.4rem;height:2.4rem;left:0;position:absolute;top:0;width:2.4rem}.estate-agent__wrapper input:checked:disabled~.form__radiobutton--custom:after,.form__radiobutton input:checked:disabled~.form__radiobutton--custom:after{background-color:#d6d6d6;border-radius:2.4rem;height:calc(2.4rem - 10px);left:3px;top:3px;width:calc(2.4rem - 10px)}.estate-agent__wrapper input:disabled~.form__radiobutton--custom,.form__radiobutton input:disabled~.form__radiobutton--custom{background-color:#f9fcfd;cursor:default}.estate-agent__wrapper .form__radiobutton-label,.form__radiobutton .form__radiobutton-label{font-weight:400}.estate-agent__wrapper .form__radiobutton--custom,.form__radiobutton .form__radiobutton--custom{background-color:initial;border:2px solid #d6d6d6;border-radius:2.4rem;height:2.4rem;left:0;position:absolute;top:0;width:2.4rem}.estate-agent__wrapper .form__radiobutton--custom:hover,.form__radiobutton .form__radiobutton--custom:hover{cursor:pointer}.estate-agent__wrapper .form__radiobutton--custom:after,.form__radiobutton .form__radiobutton--custom:after{background:#4f4c49;border-radius:2.4rem;content:"";height:0;left:1.2rem;opacity:1;position:absolute;top:1.2rem;width:0}input[type=range]{-webkit-appearance:none;background:#e5e5e5;border-radius:.5rem;height:.5rem;max-width:100%;outline:none;transition:opacity .2s;width:100%}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#d60925;border-radius:50%;cursor:pointer;height:1.5rem;width:1.5rem}input[type=range]::-moz-range-thumb{background:#d60925;border-radius:50%;cursor:pointer;height:1.5rem;width:1.5rem}.form__error{position:relative}.form__error div{color:#ff8700;font-size:12px;line-height:12px;position:absolute;top:5.2rem}label[for=registration_form_profilingConsent]+.form__error>div{position:static}.form__error+input{border:2px solid #ff8700!important}.form_radiobutton--react{margin-right:1.2rem}@media only screen and (max-width:480px){.form_radiobutton--react{margin-bottom:1.2rem;margin-right:0}}.form__radio-container--react{flex-direction:column}.form__radio-container--react .form_radiobutton--react{margin-bottom:1.2rem}.form--narrow{margin:0 auto;max-width:75rem}.list__decorative{margin-left:0}.list__decorative li{list-style:none;padding-left:3.5rem;position:relative}.list__decorative li:before{content:"";height:2.4rem;left:0;position:absolute;top:0;width:2.4rem}.list__decorative li:not(:last-child){margin-bottom:1.2rem}.list__decorative.list__decorative--check li:before{background:#0000 url(../img/icons/checkmark.svg) scroll 0 0 no-repeat;background-size:2.4rem 2.4rem}ul{margin:0}ul li.list-check{list-style:none;padding-left:3rem;position:relative}ul li.list-check:before{background:#0000 url(../img/icons/checkmark.svg) scroll 0 0 no-repeat;background-size:2.4rem 2.4rem;content:"";height:2.4rem;left:0;position:absolute;width:2.4rem}ul li.list-check--dark{list-style:none;padding-left:3rem;position:relative}ul li.list-check--dark:before{background:#0000 url(../img/icons/checkmark--base.svg) scroll 0 0 no-repeat;background-size:2.4rem 2.4rem;content:"";height:2.4rem;left:0;position:absolute;width:2.4rem}.pimcore_area_content ol,.pimcore_area_content ul{padding-left:4.8rem}.ratio--1x1{padding-bottom:100%!important}.ratio--16x9{padding-bottom:56.25%!important}.ratio--4x3{padding-bottom:75%!important}.ratio--2x3{padding-bottom:150%!important}.ratio--3x4{padding-bottom:133.333%!important}.ratio--2x1{padding-bottom:50%!important}@media only screen and (max-width:480px){.ratio--1x1--palm{padding-bottom:100%!important}.ratio--16x9--palm{padding-bottom:56.25%!important}.ratio--4x3--palm{padding-bottom:75%!important}.ratio--2x3--palm{padding-bottom:150%!important}.ratio--3x4--palm{padding-bottom:133.333%!important}.ratio--2x1--palm{padding-bottom:50%!important}}@media only screen and (min-width:481px) and (max-width:1024px){.ratio--1x1--lap{padding-bottom:100%!important}.ratio--16x9--lap{padding-bottom:56.25%!important}.ratio--4x3--lap{padding-bottom:75%!important}.ratio--2x3--lap{padding-bottom:150%!important}.ratio--3x4--lap{padding-bottom:133.333%!important}.ratio--2x1--lap{padding-bottom:50%!important}}@media only screen and (min-width:481px){.ratio--1x1--gt-palm{padding-bottom:100%!important}.ratio--16x9--gt-palm{padding-bottom:56.25%!important}.ratio--4x3--gt-palm{padding-bottom:75%!important}.ratio--2x3--gt-palm{padding-bottom:150%!important}.ratio--3x4--gt-palm{padding-bottom:133.333%!important}.ratio--2x1--gt-palm{padding-bottom:50%!important}}@media only screen and (min-width:1025px){.ratio--1x1--desk{padding-bottom:100%!important}.ratio--16x9--desk{padding-bottom:56.25%!important}.ratio--4x3--desk{padding-bottom:75%!important}.ratio--2x3--desk{padding-bottom:150%!important}.ratio--3x4--desk{padding-bottom:133.333%!important}.ratio--2x1--desk{padding-bottom:50%!important}}.help-text{display:block;margin:0;position:absolute;right:0;top:0}.help-text img{height:1.8rem;width:1.8rem}body{overflow-x:hidden}.wrapper,body{background-color:#fff}.wrapper.wrapper--bg{background-position:50%;background-repeat:no-repeat;background-size:cover}img[src*="https://secure.adnxs.com"]{position:absolute}@media only screen and (max-width:480px){.site-width--palm-no-padding{padding:0}}@media only screen and (min-width:481px){.site-width--gt-palm-no-padding{padding:0}}@media only screen and (min-width:481px) and (max-width:1024px){.site-width--lap-no-padding{padding:0}}@media only screen and (max-width:1024px){.site-width--lt-desk-no-padding{padding:0}}@media only screen and (min-width:1025px){.site-width--desk-no-padding{padding:0}}.intro-text,body{line-height:2.4rem}.intro-text{font-size:1.8rem;font-weight:700;line-height:3.6rem}.small-text{font-size:1.4rem;line-height:1.6rem;line-height:.8rem}.text-center{text-align:center}.bold-text,.heading-xxxl{font-weight:700}.heading-xxxl{font-size:6.8rem;line-height:7.2rem}@media only screen and (max-width:480px){.heading-xxxl{font-size:4rem;line-height:4rem}}.heading-l{line-height:3.6rem}.heading,h1,h2,h3,h4{line-height:2.4rem}.heading-xs,h6{font-weight:700}.heading--stripe{background-color:#d60925;margin-bottom:1rem;padding:1rem}.heading-brand{color:#d60925}.heading-medium{font-weight:500!important}.link-text{color:#d60925;font-weight:700;text-decoration:underline;transition:color .1s ease}@media (hover:hover){.link-text:hover{color:#da5869;cursor:pointer}}.link-clean{text-decoration:none}@media (hover:hover){.link-clean:hover{cursor:pointer}}.link-clean-color{color:unset}.link-text--underline{color:#000;text-decoration:underline}.link-forward{cursor:pointer;padding-right:2.4rem;position:relative}.link-forward:before{background-image:url(../img/arrows/arrow-brand.svg);background-position:100%;background-repeat:no-repeat;content:"";height:2.4rem;position:absolute;right:-36px;width:3.6rem}.link-back{padding-left:2.4rem;position:relative}.link-back:before{background-image:url(../img/arrows/arrow-back--brand.svg);background-position:0;background-repeat:no-repeat;content:"";height:2.4rem;left:0;position:absolute;width:3.6rem}.link-back:first-child{margin-right:1.8rem}.button--rounded-input.text-small,.text-small{font-size:1.4rem;line-height:1.6rem}.text-uppercase{text-transform:uppercase}.fontsize-xxs{font-size:1.2rem;line-height:1.6rem}.text-underline{text-decoration:underline}.alert{border:1px solid #0000;border-radius:.25rem;margin-bottom:1rem;padding:1rem;position:relative}.alert--danger{background-color:#f8d7da;border-color:#f5c2c7;color:#842029}.bg--extended-left{position:relative}.bg--extended-left:before{background-color:inherit;content:"";height:100%;left:min(-2.4rem,(100vw - 144rem)/-2 - 2.4rem);position:absolute;top:0;width:max(2.4rem,(100vw - 144rem)/2 + 2.4rem)}.bg--extended-left:after{display:none}.bg--extended-right{position:relative}.bg--extended-right:before{display:none}.bg--extended-right:after{background-color:inherit;content:"";height:100%;position:absolute;right:min(-2.4rem,((100vw - 144rem)/2 + 2.4rem) * -1);top:0;width:max(2.4rem,(100vw - 144rem)/2 + 2.4rem)}.bg--extended-right--offset{position:relative}.bg--extended-right--offset:before{background-color:#fff;content:"";height:100%;left:0;position:absolute;top:0;width:9.6rem;z-index:0}.bg--extended-right--offset:after{background-color:inherit;content:"";height:100%;position:absolute;right:min(-2.4rem,((100vw - 144rem)/2 + 2.4rem) * -1);top:0;width:max(2.4rem,(100vw - 144rem)/2 + 2.4rem)}.bg--extended-full{position:relative}.bg--extended-full:after,.bg--extended-full:before{background-color:inherit;content:"";height:100%;position:absolute;top:0;width:100rem}.bg--extended-full:before{left:0;transform:translateX(-100%)}.bg--extended-full:after{right:0;transform:translateX(100%)}@media only screen and (min-width:1025px){.bg--extended-left--desk{position:relative}.bg--extended-left--desk:before{background-color:inherit;content:"";height:100%;left:min(-2.4rem,(100vw - 144rem)/-2 - 2.4rem);position:absolute;top:0;width:max(2.4rem,(100vw - 144rem)/2 + 2.4rem)}.bg--extended-left--desk:after{display:none}.bg--extended-right--desk{position:relative}.bg--extended-right--desk:before{display:none}.bg--extended-right--desk:after{background-color:inherit;content:"";height:100%;position:absolute;right:min(-2.4rem,((100vw - 144rem)/2 + 2.4rem) * -1);top:0;width:max(2.4rem,(100vw - 144rem)/2 + 2.4rem)}.bg--extended-full--desk{position:relative}.bg--extended-full--desk:after,.bg--extended-full--desk:before{background-color:inherit;content:"";height:100%;position:absolute;top:0;width:100rem}.bg--extended-full--desk:before{left:0;transform:translateX(-100%)}.bg--extended-full--desk:after{right:0;transform:translateX(100%)}.bg--extended-right--offset--desk{position:relative}.bg--extended-right--offset--desk:before{background-color:#fff;content:"";height:100%;left:0;position:absolute;top:0;width:9.6rem;z-index:0}.bg--extended-right--offset--desk:after{background-color:inherit;content:"";height:100%;position:absolute;right:min(-2.4rem,((100vw - 144rem)/2 + 2.4rem) * -1);top:0;width:max(2.4rem,(100vw - 144rem)/2 + 2.4rem)}}@media only screen and (min-width:481px) and (max-width:1024px){.bg--extended-left--lap{position:relative}.bg--extended-left--lap:before{background-color:inherit;content:"";height:100%;left:min(-2.4rem,(100vw - 144rem)/-2 - 2.4rem);position:absolute;top:0;width:max(2.4rem,(100vw - 144rem)/2 + 2.4rem)}.bg--extended-left--lap:after{display:none}.bg--extended-right--lap{position:relative}.bg--extended-right--lap:before{display:none}.bg--extended-right--lap:after{background-color:inherit;content:"";height:100%;position:absolute;right:min(-2.4rem,((100vw - 144rem)/2 + 2.4rem) * -1);top:0;width:max(2.4rem,(100vw - 144rem)/2 + 2.4rem)}.bg--extended-full--lap{position:relative}.bg--extended-full--lap:after,.bg--extended-full--lap:before{background-color:inherit;content:"";height:100%;position:absolute;top:0;width:100rem}.bg--extended-full--lap:before{left:0;transform:translateX(-100%)}.bg--extended-full--lap:after{right:0;transform:translateX(100%)}.bg--extended-right--offset--lap{position:relative}.bg--extended-right--offset--lap:before{background-color:#fff;content:"";height:100%;left:0;position:absolute;top:0;width:9.6rem;z-index:0}.bg--extended-right--offset--lap:after{background-color:inherit;content:"";height:100%;position:absolute;right:min(-2.4rem,((100vw - 144rem)/2 + 2.4rem) * -1);top:0;width:max(2.4rem,(100vw - 144rem)/2 + 2.4rem)}}@media only screen and (max-width:480px){.bg--extended-left--palm{position:relative}.bg--extended-left--palm:before{background-color:inherit;content:"";height:100%;left:min(-2.4rem,(100vw - 144rem)/-2 - 2.4rem);position:absolute;top:0;width:max(2.4rem,(100vw - 144rem)/2 + 2.4rem)}.bg--extended-left--palm:after{display:none}.bg--extended-right--palm{position:relative}.bg--extended-right--palm:before{display:none}.bg--extended-right--palm:after{background-color:inherit;content:"";height:100%;position:absolute;right:min(-2.4rem,((100vw - 144rem)/2 + 2.4rem) * -1);top:0;width:max(2.4rem,(100vw - 144rem)/2 + 2.4rem)}.bg--extended-full--palm{position:relative}.bg--extended-full--palm:after,.bg--extended-full--palm:before{background-color:inherit;content:"";height:100%;position:absolute;top:0;width:100rem}.bg--extended-full--palm:before{left:0;transform:translateX(-100%)}.bg--extended-full--palm:after{right:0;transform:translateX(100%)}.bg--extended-right--offset--palm{position:relative}.bg--extended-right--offset--palm:before{background-color:#fff;content:"";height:100%;left:0;position:absolute;top:0;width:9.6rem;z-index:0}.bg--extended-right--offset--palm:after{background-color:inherit;content:"";height:100%;position:absolute;right:min(-2.4rem,((100vw - 144rem)/2 + 2.4rem) * -1);top:0;width:max(2.4rem,(100vw - 144rem)/2 + 2.4rem)}}.display-block{display:block!important}.no-margin{margin:0}.link-back,.link-forward,.text-bold{font-weight:700}@media only screen and (max-width:1024px){.layer-xs--lt-desk{padding:1.2rem 0}}.py-1{padding-bottom:.6rem;padding-top:.6rem}.py-2{padding-bottom:1.2rem;padding-top:1.2rem}.py-3{padding-bottom:2.4rem;padding-top:2.4rem}.py-4{padding-bottom:4.8rem;padding-top:4.8rem}.py-5{padding-bottom:9.6rem;padding-top:9.6rem}.px-1{padding-left:.6rem;padding-right:.6rem}.px-2{padding-left:1.2rem;padding-right:1.2rem}.px-3{padding-left:2.4rem;padding-right:2.4rem}.px-4{padding-left:4.8rem;padding-right:4.8rem}.px-5{padding-left:9.6rem;padding-right:9.6rem}.pt-1{padding-top:.6rem}.pt-2{padding-top:1.2rem}.pt-3{padding-top:2.4rem}.pt-4{padding-top:4.8rem}.pt-5{padding-top:9.6rem}.pb-1{padding-bottom:.6rem}.pb-2{padding-bottom:1.2rem}.pb-3{padding-bottom:2.4rem}.pb-4{padding-bottom:4.8rem}.pb-5{padding-bottom:9.6rem}.pl-1{padding-left:.6rem}.pl-2{padding-left:1.2rem}.pl-3{padding-left:2.4rem}.pl-4{padding-left:4.8rem}.pl-5{padding-left:9.6rem}.pr-1{padding-right:.6rem}.pr-2{padding-right:1.2rem}.pr-3{padding-right:2.4rem}.pr-4{padding-right:4.8rem}.pr-5{padding-right:9.6rem}.related-table__container{padding:unset}@media (min-width:1440px){.related-table__container{padding:initial}.related-table__container .related-table{padding:unset}}.related-table__container .related-table{padding:0 2.4rem}@media only screen and (max-width:1024px){.no-scroll--lt-desk{overflow:hidden}}.layout--column{flex-direction:column}@media only screen and (max-width:480px){.layout--column--palm{flex-direction:column}.layout--rev--palm{flex-direction:row-reverse}.layout__cell--fill--palm{flex:1 1 0%;flex-basis:0%}.layout__cell--fit--palm{flex-basis:auto}}@media only screen and (min-width:481px){.layout--column--gt-palm{flex-direction:column}.layout--rev--gt-palm{flex-direction:row-reverse}.layout__cell--fill--gt-palm{flex:1 1 0%;flex-basis:0%}.layout__cell--fit--gt-palm{flex-basis:auto}}@media only screen and (min-width:481px) and (max-width:1024px){.layout--column--lap{flex-direction:column}.layout--rev--lap{flex-direction:row-reverse}.layout__cell--fill--lap{flex:1 1 0%;flex-basis:0%}.layout__cell--fit--lap{flex-basis:auto}}@media only screen and (max-width:1024px){.layout--column--lt-desk{flex-direction:column}.layout--rev--lt-desk{flex-direction:row-reverse}.layout__cell--fill--lt-desk{flex:1 1 0%;flex-basis:0%}.layout__cell--fit--lt-desk{flex-basis:auto}}@media only screen and (min-width:1025px){.layout--column--desk{flex-direction:column}.layout--rev--desk{flex-direction:row-reverse}.layout__cell--fill--desk{flex:1 1 0%;flex-basis:0%}.layout__cell--fit--desk{flex-basis:auto}.layout--desk{display:flex;flex-flow:row wrap;list-style:none;margin-left:0;padding:0}}.menu{align-items:flex-start;bottom:0;display:flex;flex-direction:column;height:100%;padding:9.6rem 4.8rem;position:relative;position:fixed;right:0;transition:transform .2s ease-in-out;width:420px;z-index:4}.menu ul{margin:0}.menu[data-state=passive]{transform:translateX(calc(100% + 100px))}.menu[data-state=active]{transform:translateX(0)}.menu .button--menu{margin-top:1.2rem}.menu:after{border-color:#0000 #0000 #d60925;border-style:solid;border-width:0 0 100vh 100px;height:0;left:-100px;top:0;width:0;z-index:-1}.menu:after,.menu:before{content:"";position:absolute;right:0}.menu:before{background-image:url(/public/img/branding/whoon-vector.svg);background-position:100% 100%;background-repeat:no-repeat;background-size:contain;bottom:0;height:100%;max-width:80%;width:300px;z-index:0}.whitelabel .menu{background-color:#717e76!important}.whitelabel .menu:before{display:none!important}.whitelabel .menu:after{border-color:#0000 #0000 #717e76!important}.menu-wrapper{overflow-y:auto;z-index:2}.menu__nav{margin-bottom:2.4rem}.menu__nav__item{list-style:none;padding-bottom:20px 0}.menu__nav__item:not(:first-child){padding-top:20px}.menu__nav__item:not(:last-child){padding-bottom:20px}.menu__nav__item.menu__nav__item--big{font-size:2rem;line-height:2.4rem;padding:2.4rem 0}.menu__nav__item.menu__nav__item--small{padding:1.2rem 0}.menu__nav__item__link{color:#f9fcfd;font-weight:700;text-decoration:none}.menu__nav__item__link:hover{text-decoration:underline}@media only screen and (max-width:480px){.menu{padding:9.6rem 0 4.8rem 2.4rem;width:100vw}.menu:before{display:none}.menu__nav__item{font-size:3rem;line-height:3.2rem;list-style:none;padding-bottom:1.2rem}.menu__nav__item:not(:first-child){padding-top:1.2rem}.menu__nav__item:not(:last-child){padding-bottom:1.2rem}.menu__nav__item--small{font-size:1.4rem;font-weight:300;line-height:1.6rem;padding:1.2rem 0}.menu__nav__item--small:not(:first-child){padding-top:1.2rem}.menu__nav__item--small:not(:last-child){padding-bottom:1.2rem}}@media only screen and (min-width:481px) and (max-width:1024px){.menu{padding:4.8rem 0 4.8rem 2.4rem;width:calc(100vw - 4.8rem)}.menu__nav__item{font-size:3rem;line-height:3.2rem;list-style:none;padding-bottom:1.2rem}.menu__nav__item:not(:first-child){padding-top:1.2rem}.menu__nav__item:not(:last-child){padding-bottom:1.2rem}.menu__nav__item--small{font-size:1.4rem;font-weight:300;line-height:1.6rem;padding:.6rem 0}.menu__nav__item--small:not(:first-child){padding-top:.3rem}.menu__nav__item--small:not(:last-child){padding-bottom:.3rem}}.menu__nav--top .menu__nav__item{border-bottom:1px solid #0000;display:inline-block;font-size:1.6rem;line-height:3.2rem;padding-bottom:0}.menu__nav--top .menu__nav__item:not(:first-child){padding-top:0}.menu__nav--top .menu__nav__item:not(:last-child){margin-right:2rem;padding-bottom:0}.menu__nav--top .menu__nav__item.is--active,.menu__nav--top .menu__nav__item:hover{border-color:#d60925}.menu__nav--top .menu__nav__item__link{font-weight:400}body.menu-open{overflow:hidden;padding-top:116px;position:fixed;width:100%}body.menu-open .header{position:fixed!important;top:0!important}body.menu-open.scrolled{padding-top:0}body.menu-open.scrolled .header{top:-36px!important}.modal-container:not(.is--active),.modal-generic:not(.is--active){display:none!important;pointer-events:none!important;z-index:-999!important}.modal-container.is--active{z-index:12}.modal-container{align-items:center;display:flex;height:100%;justify-content:center;left:0;padding:2.4rem;position:fixed;top:0;width:100%}.modal-generic{background-color:#f9fcfd;max-height:100%;max-width:84rem;overflow:auto;padding:3rem;position:relative;width:100%}.modal__button-close{-webkit-appearance:none;appearance:none;background-color:initial;border:0;color:#4f4c49;font-size:1.4rem;font-weight:600;letter-spacing:.05rem;line-height:1.6rem;outline:0;padding:0 0 0 2.4rem;position:absolute;right:2.4rem;text-transform:uppercase;top:1.2rem;transition:color .2s ease}.modal__button-close:after,.modal__button-close:before{background-color:#4f4c49;content:"";display:block;height:.2rem;left:0;position:absolute;top:calc(50% - .1rem);transform-origin:center;transition:background-color .2s ease;width:1.8rem}.modal__button-close:before{transform:rotate(45deg)}.modal__button-close:after{transform:rotate(-45deg)}.modal__button-close:hover{color:#000}.modal__button-close:hover:after,.modal__button-close:hover:before{background-color:#000}.progress{display:flex;flex-direction:row;font-size:0;justify-content:space-between;list-style:none;margin:0;padding:0;position:relative}.progress.progress__item{align-items:center;justify-content:center}.progress-line{align-self:center;background-color:#d6d6d6;height:1px;left:50%;position:absolute;transform:translateX(-50%);width:100%}.progress__item{font-size:14px;position:relative}.progress__number{border-radius:50%;display:block;height:2.4rem;line-height:2.4rem;text-align:center;width:2.4rem}.progress__item--active .progress__number{background-color:#57cf8e;color:#f9fcfd;font-size:1.6rem;font-weight:700;height:3.6rem;padding:.6rem;width:3.6rem}.progress__item--done,.progress__item--link{align-items:center;display:flex;position:relative}.progress__item--done:before{background-color:#d6d6d6}.progress__item--done:after{background-image:url(../img/arrows/check-white.svg);background-repeat:no-repeat;background-size:contain;content:"";display:block;height:.9rem;left:50%;position:absolute;transform:translateX(-50%);width:1.2rem}.progress__item--done .progress__number{background-color:#57cf8e;border-color:#57cf8e;font-size:0}.progress__item--inactive{align-items:center;display:flex}.progress__item--inactive .progress__number{background-color:#d6d6d6;font-size:0;height:1.8rem;top:.3rem;width:1.8rem}@media only screen and (max-width:480px){.progress-line{width:calc(100% - 4.8rem)}.progress__item:nth-child(4n+4):before{width:100%}.progress__item:nth-child(3n+3):before{width:1.2rem}}.progress.progress-vertical{flex-direction:column;gap:.6rem}.progress.progress-vertical:after{background-color:#d6d6d6;bottom:1.2rem;content:"";left:14px;position:absolute;top:1.2rem;width:1px}.progress.progress-vertical .progress__item--link{color:#000;z-index:1}.progress.progress-vertical .progress__item{align-items:center;display:flex;flex-direction:row;gap:1.2rem}.progress.progress-vertical .progress__number{color:#f9fcfd;font-size:1.6rem;font-weight:700;height:3rem;padding:.3rem;width:3rem;z-index:2}.progress.progress-vertical .progress__item.progress__item--done .progress__number{font-size:0}.progress.progress-vertical .progress__item.progress__item--done:after{height:1rem;left:15px;width:1.4rem;z-index:3}.transparent-underlay{background-color:#000;display:block;height:100%;left:0;opacity:.6;position:fixed;top:0;width:100%;z-index:11}.button{-webkit-appearance:none;appearance:none;background-color:#d60925;border:1px solid #d60925;border-radius:3rem;display:inline-block;font-family:Poppins,sans-serif;font-size:1.4rem;font-style:normal;font-weight:700;line-height:1.6rem;outline:none;padding:.8rem 3rem .7rem;text-align:center;text-decoration:none;transition-duration:.2s;transition-property:color,background-color,border-color;transition-timing-function:ease}@media only screen and (min-width:1025px){.button{min-width:16rem}}.button:focus{background-color:#1a1a1a;border-color:#1a1a1a;color:#f9fcfd;outline:none}.button:disabled{cursor:not-allowed}@media (hover:hover){.button:not(:disabled):hover{background-color:#da5869;border-color:#d60925;color:#f9fcfd;cursor:pointer}}.button.status--end{filter:grayscale(100%)}.button--disabled{cursor:not-allowed}.button--large{padding:1.2rem 6rem 1.1rem}.button--secondary{border:.1rem solid #d60925;color:#d60925}.button--secondary:focus{color:#f9fcfd}@media (hover:hover){.button--secondary:not(:disabled):hover{background-color:#f9fcfd;border-color:#da5869;color:#da5869}}.button--secondary-grey{border:.1rem solid #000;color:#000}.button--cta{padding-right:4.8rem;position:relative}.button--cta:after{background-image:url(../img/arrows/arrow-white.svg);background-position:right 10px center;background-repeat:no-repeat;background-size:contain;content:"";display:block;height:1.2rem;position:absolute;right:1.2rem;top:calc(50% - .6rem);width:3.6rem}@media (hover:hover){.button--cta:not(:disabled):hover:after{animation:pulse 1.2s ease;animation-iteration-count:infinite}}.button--cta--ghost:after{background-image:url(../img/arrows/arrow-brand.svg);background-position:right 10px center;background-repeat:no-repeat;background-size:contain;content:"";display:block;height:1.2rem;position:absolute;right:1.2rem;top:calc(50% - .6rem);width:3.6rem}@media (hover:hover){.button--cta--ghost:not(:disabled):hover{background-color:initial;color:#000}.button--cta--ghost:not(:disabled):hover:after{animation:pulse 1.2s ease;animation-iteration-count:infinite}}.button--full{text-align:center;width:100%}.button--minw{display:inline-block;max-width:100%;min-width:240px}@media only screen and (max-width:480px){.button--full--palm{text-align:center;width:100%}.button--container{align-items:center;display:flex;flex-direction:row;justify-content:space-around;width:100%}}.button--back{margin-right:20px}@media only screen and (max-width:480px){.button--back{margin-right:0}}.button--rounded-input{font-size:2rem;line-height:2.4rem;min-width:auto;padding:.8rem 3rem;position:absolute;right:.8rem;top:50%;transform:translateY(-50%)}@media only screen and (max-width:480px){.button--rounded-input{position:relative;right:auto;top:auto;transform:none;width:100%}}.button--small{min-width:unset;padding:.4rem 1.5rem .3rem}.button-link{-webkit-appearance:none;appearance:none;background-color:initial;border:0;color:#d60925;display:inline-block;font-family:Poppins,sans-serif;font-size:1.6rem;font-style:normal;font-weight:500;line-height:1.6rem;outline:none;padding:0;text-decoration:none;transition-duration:.2s;transition-property:color,background-color,border-color;transition-timing-function:ease}.button-link:focus{color:#da5869;outline:none}.button-link:disabled{cursor:not-allowed}@media (hover:hover){.button-link:not(:disabled):hover{color:#da5869;cursor:pointer}}.button-link--plus:before,.button-link-toggle:before{content:"+";margin-right:1.2rem}.button-link-toggle.button-link-toggle--active:before{content:"-"}.button--no-arrow:after{content:none;display:none}.button-sort{-webkit-appearance:none;appearance:none;background-color:initial;background-image:url(/public/img/react/sorting/bg.gif);background-position:100%;background-repeat:no-repeat;border:0;cursor:pointer;font-size:1.4rem;outline:none;padding:0 2.4rem 0 0}.button-sort--asc{background-image:url(/public/img/react/sorting/asc.gif)}.button-sort--desc{background-image:url(/public/img/react/sorting/desc.gif)}.button-group{font-size:0;line-height:0;margin-bottom:-1.2rem}.button-group>.button{margin:0 1.2rem 1.2rem 0}.button-group--full>.button,.button-group>.button:last-child{margin:0 0 1.2rem}.button-group--center{text-align:center}@media only screen and (max-width:480px){.button-group--full--palm{display:flex;flex-direction:column}.button-group--full--palm div .button,.button-group--full--palm>.button{margin:0 0 1.2rem;width:100%}}@media only screen and (min-width:481px){.button-group--half--gt-palm>.button{margin:0 2.4rem 3.6rem 0;width:calc(50% - 1.2rem)}.button-group--half--gt-palm>.button:nth-child(2n){margin:0 0 3.6rem}}.form__wrapper{background-color:#fff;border-radius:.6rem;padding:3.6rem}@media only screen and (max-width:480px){.form__wrapper{padding:3.6rem 1.2rem}}.form__wrapper--wide{padding:3.6rem 1.2rem}.form__radiobutton .form__radiobutton--custom{background-color:initial;border:2px solid #d6d6d6;border-radius:2.4rem;height:2.4rem;left:0;position:absolute;top:0;width:2.4rem}.form__radiobutton label{font-weight:400!important}.form__radio-container{display:flex}.form__radio-explain{width:100%}.custom-fake-checkbox__element{background-color:#d60925;border:2px solid #d6d6d6;border-radius:.4rem;height:2.4rem;left:0;position:absolute;top:0;transition:border-color .2s ease-out;width:2.4rem}.custom-fake-checkbox__element:before{border:2px solid #f9fcfd;border-radius:1px;bottom:0;content:"";left:0;position:absolute;right:0;top:0}.custom-fake-checkbox__element:after{border:.2rem solid #f9fcfd;border-left:0;border-top:0;content:"";display:block;height:1rem;left:.7rem;position:absolute;top:.4rem;transform:rotate(45deg);transition:background-color .2s ease-out,border-color .2s ease-out;width:.6rem}.input--rounded{position:relative}.input--rounded input[type=email],.input--rounded input[type=text]{border:none!important;border-radius:4.8rem!important;padding:1.8rem 17rem 1.6rem 4rem!important;position:relative}@media only screen and (max-width:480px){.input--rounded input[type=email],.input--rounded input[type=text]{margin-bottom:1.2rem;padding:1.1rem 1.2rem .9rem!important}.form__wrapper{border-radius:0}}.pagination__wrapper a{color:#f9fcfd;text-decoration:none}.pagination__item{background-color:#d6d6d6;border-radius:.3rem;color:#f9fcfd;font-weight:700;padding:.6rem 1.2rem;transition:background-color .25ms ease-in-out}.pagination__item:not(:last-child){margin-right:.4rem}.pagination__item:hover{cursor:pointer}.pagination__item.is--current,.pagination__item:hover{background-color:#d60925}.toggle-group{display:flex;flex-direction:row}@media only screen and (max-width:480px){.toggle-group{flex-direction:column}}.toggle-group__item{position:relative}.toggle-group__item>.toggle-group__button,.toggle-group__item>label{border:.1rem solid #d6d6d6;border-radius:3rem;color:#4f4c49;cursor:pointer;display:block;font-size:1.6rem;font-style:normal;font-weight:700;line-height:1.6rem;padding:1.1rem 1.2rem .9rem;text-align:center;text-decoration:none;transition-duration:.2s;transition-property:color,background-color;transition-timing-function:ease}.toggle-group__item>.toggle-group__button:not(.is--active):focus,.toggle-group__item>label:not(.is--active):focus{background-color:#fbe6e9;color:#d60925}@media (hover:hover){.toggle-group__item>.toggle-group__button:not(.is--active):hover,.toggle-group__item>label:not(.is--active):hover{background-color:#fbe6e9;color:#d60925}}@media only screen and (min-width:481px){.toggle-group__item:not(:last-child)>.toggle-group__button,.toggle-group__item:not(:last-child)>label{border-bottom-right-radius:0;border-right:0;border-top-right-radius:0}.toggle-group__item:not(:first-child)>.toggle-group__button,.toggle-group__item:not(:first-child)>label{border-bottom-left-radius:0;border-left:0;border-top-left-radius:0}}@media only screen and (max-width:480px){.toggle-group__item:not(:last-child)>.toggle-group__button,.toggle-group__item:not(:last-child)>label{border-bottom:0;border-bottom-left-radius:0;border-bottom-right-radius:0}.toggle-group__item:not(:first-child)>.toggle-group__button,.toggle-group__item:not(:first-child)>label{border-top:0;border-top-left-radius:0;border-top-right-radius:0}}@media only screen and (min-width:1025px){.toggle-group--wide .toggle-group__item>.toggle-group__button,.toggle-group--wide .toggle-group__item>label{min-width:20rem}}.toggle-group--full{width:100%}.toggle-group--full .toggle-group__item{flex:1 1 0px}.toggle-group__item>input[type=radio]{clip:rect(0,0,0,0);pointer-events:none;position:absolute}.toggle-group__item>input[type=radio]:checked+label{background-color:#d60925;color:#f9fcfd}.tag__wrapper{display:flex;flex-direction:row}.tag{position:relative}.tag input[type=checkbox]{display:none}.tag input[type=checkbox]+label{border:.1rem solid #4f4c49;border-radius:4rem;color:#4f4c49;cursor:pointer;font-weight:700;margin-bottom:20px;padding:1.2rem 4.8rem 1.2rem 2.4rem;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.tag label{margin:0;position:relative}.tag label:after,.tag label:before{background-color:#4f4c49;content:"";display:block;position:absolute;transform:rotate(0deg);transition:transform .12s cubic-bezier(.68,-.6,.32,1.6)}.tag label:before{height:2.4rem;right:2.3rem;width:.2rem}.tag label:after{height:.2rem;right:1.2rem;top:50%;transform:translateY(-50%);width:2.4rem}.tag input[type=checkbox]+label{border:1px solid #4f4c49;display:block;opacity:1;transition:all .12s,background-color .08s}.tag input[type=checkbox]:checked+label{background-color:#4f4c49;border:.1rem solid #4f4c49;border-radius:4rem;color:#f9fcfd;opacity:1}.tag input[type=checkbox]:checked+label:after,.tag input[type=checkbox]:checked+label:before{background-color:#f9fcfd;transform:rotate(45deg)}.tag input[type=checkbox]:checked+label:after{top:50%}.tag:not(:last-child){margin-right:.6rem}.small--tag-label{background-color:#fff;font-size:1.1rem;margin-bottom:.6rem!important;margin:0;overflow:hidden;padding:.3rem 3.45rem .3rem 1.2rem!important;position:relative;text-overflow:ellipsis;white-space:nowrap}.small--tag-label:after,.small--tag-label:before{background-color:#4f4c49;content:"";display:block;position:absolute;transform:rotate(0deg);transition:transform .12s cubic-bezier(.68,-.6,.32,1.6)}.small--tag-label:before{height:calc(1.2rem + 1px)!important;right:1.8rem!important;top:30%!important;width:.1rem!important}.small--tag-label:after{height:.1rem!important;right:1.2rem!important;top:50%!important;transform:translateY(-50%);width:calc(1.2rem + 1px)!important}.small--tag-label input[type=checkbox]:checked+label{background-color:#4f4c49;border:.1rem solid #4f4c49;border-radius:4rem;color:#f9fcfd;opacity:1}.small--tag-label input[type=checkbox]:checked+label:after,.small--tag-label input[type=checkbox]:checked+label:before{background-color:#f9fcfd;transform:rotate(45deg)}.small--tag-label input[type=checkbox]:checked+label:after{top:53%!important}.tag__wrapper--wrap{flex-wrap:wrap;padding:1.2rem 0 0;z-index:10}.step-one--tag-wrapper{padding:2.4rem 0 0;width:100%}.step-one--tag-wrapper .small--tag{margin-right:0}@media only screen and (max-width:480px){.step-one--tag-wrapper{display:flex;flex-direction:column;justify-content:space-between;width:100%}}@media only screen and (min-width:1025px){.step-one--tag-wrapper{display:flex;flex-direction:row;justify-content:center;width:100%}}.step-one--tag-wrapper--sticky{margin-top:18px}.step-one--tag-wrapper--sticky .small--tag label{box-shadow:0 -1px 1px #4289cd1a,0 1px 1px #4289cd0f,0 1px 1px #4289cd1a,0 3px 3px #4289cd24}.header__logo{display:block;max-width:80%}.header__nav{display:flex;justify-content:space-between;margin:0}.header__nav__item{list-style:none}@media only screen and (min-width:1025px){.header__nav__item.header__nav__item--flex-grow{flex-grow:3}}.header__nav__item:not(:first-child){margin-left:2.4rem}.header__nav__link{color:#000;font-weight:700;text-decoration:none}@media only screen and (min-width:481px){.header__logo--mobile{display:none}}@media only screen and (min-width:1025px){.nav--mobile{display:none}}@media only screen and (max-width:480px){.header__logo{display:none}.nav--main{position:absolute}.header__nav{display:flex;flex-direction:column}.header__nav__link{font-size:3rem;line-height:6.4rem}.nav--mobile-toggle__wrapper{display:flex;justify-content:flex-end}.nav--mobile-toggle{display:flex;flex-direction:column;height:2.4rem;justify-content:space-evenly;position:relative;width:4.8rem}.nav--mobile-toggle span{background-color:#000;border-radius:1.2rem;height:.3rem;width:2.4rem}.nav--mobile-toggle span:first-child{width:3rem}.nav--mobile-toggle span:last-child{width:1.5rem}.nav--mobile{background-color:#f9fcfd;display:flex;height:calc(100% - 50px);overflow-x:hidden;overflow-y:auto;padding:2.4rem;position:fixed;transition:transform .25s ease-in-out;width:100vw;z-index:999}.nav--mobile[data-state=passive]{pointer-events:none;transform:translateX(100%)}.nav--mobile[data-state=active]{transform:translateX(0)}.nav--mobile .header__nav{display:flex;justify-content:flex-start;margin:0}}@media only screen and (min-width:481px) and (max-width:1024px){.header__logo{display:none}.header__logo--mobile{display:block}.nav--main{position:absolute}.header__nav{display:flex;flex-direction:column}.header__nav__item:not(:first-child){margin:0}.header__nav__link{font-size:3rem;line-height:6.4rem}.nav--mobile-toggle__wrapper{display:flex;justify-content:flex-end}.nav--mobile-toggle{display:flex;flex-direction:column;height:2.4rem;justify-content:space-evenly;position:relative;width:4.8rem}.nav--mobile-toggle span{background-color:#000;border-radius:1.2rem;height:.3rem;width:2.4rem}.nav--mobile-toggle span:first-child{width:3rem}.nav--mobile-toggle span:last-child{width:1.5rem}.nav--mobile{background-color:#f9fcfd;bottom:0;display:flex;height:calc(100% - 73px);overflow-x:hidden;overflow-y:auto;padding:2.4rem;position:fixed;transition:transform .25s ease-in-out;width:100vw;z-index:999}.nav--mobile[data-state=passive]{pointer-events:none;transform:translateX(100%)}.nav--mobile[data-state=active]{transform:translateX(0)}.nav--mobile .header__nav{display:flex;justify-content:flex-start;margin:0}}.bottom--nav{align-items:center;background-color:#f9fcfd;border-top:1px solid #efefef;bottom:0;display:none;gap:24px;height:72px;justify-content:center;left:0;padding:24px;position:fixed;width:100%}@media only screen and (max-width:1024px){.bottom--nav{display:flex}}.bottom--nav .button{padding:.8rem 2rem}.bottom--nav .button--call{align-items:center;display:flex;height:33px!important;justify-content:center;min-height:33px!important;min-width:33px!important;padding:unset!important;width:33px!important}.estate-agent-header{background-color:#f9fcfd;box-shadow:0 0 15px #00000026;height:72px}@media only screen and (max-width:1024px){.estate-agent-header{height:auto}.estate-agent-header .related-table__container,.estate-agent-header .site-width{padding:unset}}.estate-agent-header .estate-agent--layout{align-items:center;display:flex;height:72px;justify-content:space-between}@media only screen and (max-width:1024px){.estate-agent-header .estate-agent--layout{height:auto}}.estate-agent-header .estate-agent--contact-section .header__makelaar{position:relative;top:unset!important}.estate-agent-header .estate-agent--contact-section .header__makelaar .header__makelaar__content{justify-content:center!important}.estate-agent-header .estate-agent--contact-section .header__makelaar .header__makelaar__content h3{font-size:16px;line-height:16px}.estate-agent-header .estate-agent--contact-section .header__makelaar .header__makelaar__content span{font-size:14px;line-height:16px}.estate-agent-header .estate-agent--contact-section .header__makelaar .header__makelaar__content svg{color:#000!important}.estate-agent-header .estate-agent--contact-section .header__makelaar .header__makelaar__image{border-color:#d60925;border-width:2px}.estate-agent-header .estate-agent--contact-section .header__makelaar .header__makelaar__links{color:#d60925!important}.estate-agent-header .estate-agent--cta-section{align-items:center;display:flex;gap:16px}@media only screen and (max-width:1024px){.estate-agent-header .estate-agent--cta-section{width:100%}}.estate-agent-header .estate-agent--cta-section .cta{align-items:center;background-color:#e8f1fc;display:flex;gap:24px;height:72px;padding:0 16px}@media only screen and (max-width:1024px){.estate-agent-header .estate-agent--cta-section .cta{gap:16px;height:auto;justify-content:space-between;padding:16px;width:100%}.estate-agent-header .estate-agent--cta-section .cta .button{padding:8px 16px}}.estate-agent-header .estate-agent--cta-section .cta b,.estate-agent-header .estate-agent--cta-section .cta p{color:#008cba;font-size:14px;line-height:16px;margin:unset}.auto-col{column-gap:2.4rem}@media only screen and (min-width:1025px){.auto-col--2--desk{column-count:2}}.nouislider{margin-bottom:5rem}.noUi-target,.noUi-target *{-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0);box-sizing:border-box;touch-action:none;-webkit-user-select:none;user-select:none}.noUi-target{position:relative}.noUi-base,.noUi-connects{height:100%;position:relative;width:100%;z-index:1}.noUi-connects{overflow:hidden;z-index:0}.noUi-connect,.noUi-origin{height:100%;position:absolute;right:0;top:0;transform-origin:0 0;transform-style:flat;width:100%;will-change:transform;z-index:1}.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin{left:0;right:auto}.noUi-vertical .noUi-origin{top:-100%;width:0}.noUi-horizontal .noUi-origin{height:0}.noUi-handle{backface-visibility:hidden;position:absolute}.noUi-touch-area{height:100%;width:100%}.noUi-state-tap .noUi-connect,.noUi-state-tap .noUi-origin{transition:transform .3s}.noUi-state-drag *{cursor:inherit!important}.noUi-horizontal{height:8px}.noUi-horizontal .noUi-handle{height:18px;right:-9px;top:-6px;width:18px}.noUi-vertical{width:18px}.noUi-vertical .noUi-handle{bottom:-17px;height:34px;right:-6px;width:28px}.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle{left:-17px;right:auto}.noUi-target{background:#fff;border:1px solid #d6d6d6;border-radius:4px}.noUi-connects{border-radius:3px}.noUi-connect{background:#d60925}.noUi-draggable{cursor:ew-resize}.noUi-vertical .noUi-draggable{cursor:ns-resize}.noUi-handle{background:#fff;border:1px solid #d9d9d9;border-radius:50%;box-shadow:0 3px 6px -3px #bbb;cursor:default}.noUi-active{box-shadow:inset 0 0 1px #fff,inset 0 1px 7px #ddd,0 3px 6px -3px #bbb}[disabled] .noUi-connect{background:#b8b8b8}[disabled] .noUi-handle,[disabled].noUi-handle,[disabled].noUi-target{cursor:not-allowed}.noUi-pips,.noUi-pips *{box-sizing:border-box}.noUi-pips{color:#999;position:absolute}.noUi-value{position:absolute;text-align:center;white-space:nowrap;z-index:1}.noUi-value-sub{color:#ccc;font-size:10px}.noUi-marker{background:#ccc;position:absolute}.noUi-marker-large,.noUi-marker-sub{background:#aaa}.noUi-pips-horizontal{height:80px;left:0;padding:10px 0;top:100%;width:100%}.noUi-value-horizontal{transform:translate(-50%,50%)}.noUi-pips-horizontal .noUi-value-horizontal:nth-child(2){transform:translateY(50%)}.noUi-pips-horizontal .noUi-value-horizontal:last-child{transform:translate(-100%,50%)}.noUi-rtl .noUi-value-horizontal{transform:translate(50%,50%)}.noUi-marker-horizontal.noUi-marker{height:5px;margin-left:-1px;width:2px}.noUi-marker-horizontal.noUi-marker-sub{height:10px}.noUi-marker-horizontal.noUi-marker-large{height:15px}.noUi-pips-vertical{height:100%;left:100%;padding:0 10px;top:0}.noUi-value-vertical{padding-left:25px;transform:translateY(-50%)}.noUi-rtl .noUi-value-vertical{transform:translateY(50%)}.noUi-marker-vertical.noUi-marker{height:2px;margin-top:-1px;width:5px}.noUi-marker-vertical.noUi-marker-sub{width:10px}.noUi-marker-vertical.noUi-marker-large{width:15px}.noUi-tooltip{background:#fff;border:1px solid #d9d9d9;border-radius:3px;color:#000;display:block;padding:5px;position:absolute;text-align:center;white-space:nowrap}.noUi-horizontal .noUi-tooltip{bottom:120%;left:50%;transform:translate(-50%)}.noUi-vertical .noUi-tooltip{right:120%;top:50%;transform:translateY(-50%)}.noUi-horizontal .noUi-origin>.noUi-tooltip{bottom:10px;left:auto;transform:translate(50%)}.noUi-vertical .noUi-origin>.noUi-tooltip{right:28px;top:auto;transform:translateY(-18px)}.select-autocomplete{display:inline-block;font-family:sans-serif;max-width:100%;position:relative;width:100%}.select-autocomplete>input{border:none!important}.select-autocomplete>input:focus{box-shadow:none!important}.select-autocomplete>input::placeholder{color:#bbb!important}.select-autocomplete__dropdown{background:#fff;list-style:none;margin:0;max-height:25rem;overflow-y:auto;padding:0;position:absolute;width:100%}.select-autocomplete__dropdown:empty{display:none}.select-autocomplete__dropdown [role=option],.select-autocomplete__group-label{border-bottom:1px solid #e9e9e9;cursor:default;overflow:hidden;padding:.2rem 1.5rem;text-overflow:ellipsis;white-space:nowrap}.select-autocomplete__group-label{background-color:#008cba;color:#fff}.select-autocomplete__dropdown [role=option].select-autocomplete--has-focus,.select-autocomplete__dropdown [role=option].select-autocomplete--selected,.select-autocomplete__dropdown [role=option]:hover{background:#1d72e60d}.select-autocomplete__dropdown ul{margin:0;padding:0}.select-autocomplete__input>ul{display:inline;margin:0;padding:0}.select-autocomplete__input li{background:#80808033;border:1px solid ThreeDShadow;border-radius:.3em;color:inherit;cursor:default;display:inline-block;margin:.1em .2em;margin-inline-start:0;padding:0 .2em}.grecaptcha-badge{visibility:hidden}input:not([type=radio]):not([type=checkbox]):not([type=submit])::placeholder,input[type=text]::placeholder,select::placeholder,textarea::placeholder{color:#d7d7d7!important;opacity:1}.field.dropdown,.field.text{position:relative}label.required:after{color:#d60925;content:" *";opacity:1}dl{font-size:1.6rem;line-height:1.6rem}dt{color:#858585}dd{font-weight:600;margin-left:0}.list__subscription{list-style:none;margin:.75rem 0 .3rem 2.4rem}.list__subscription li{margin:.3rem 0}.list--checks{list-style:none}.list--checks li{padding-left:3rem;position:relative}.list--checks li:before{background-image:url(/public/img/icons/checkmark--red.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";display:block;height:2rem;left:0;position:absolute;top:.5rem;width:2rem}body{font-size:1.6rem;font-style:normal;font-weight:400;line-height:1.6rem;line-height:3.2rem}.heading-xxl{font-size:4.4rem;font-weight:700;line-height:4.8rem}.heading-xl{font-size:4rem;font-weight:700;line-height:4rem;line-height:3.6rem}.heading-l{font-size:3.6rem;font-weight:700;line-height:4rem}.heading,h1,h2,h3,h4{font-size:3rem;font-weight:700;line-height:3.2rem;line-height:4rem}@media only screen and (max-width:480px){.heading,h1,h2,h3,h4{font-size:2.8rem;line-height:3.2rem}}.heading-s,h5{font-size:2rem;font-weight:700;line-height:2.4rem;line-height:normal}.heading-xs,h6{font-size:1.4rem;font-weight:500;line-height:1.6rem;line-height:2.4rem}@media only screen and (max-width:480px){.heading,.heading-l,.heading-s,.heading-xs{text-align:left}.heading-xxl--palm{font-size:4.4rem;font-weight:700;line-height:4.8rem}.heading-xl--palm{font-size:4rem;font-weight:700;line-height:4rem;line-height:3.6rem}.heading-l--palm{font-size:3.6rem;font-weight:700;line-height:4rem}.heading--palm{font-size:3rem;font-weight:700;line-height:3.2rem;line-height:4rem}.heading-s--palm{font-size:2rem;font-weight:500;line-height:2.4rem;line-height:4rem}.heading-xs--palm{font-size:1.4rem;line-height:1.6rem;line-height:2.4rem}}@media only screen and (min-width:481px){.heading-xxl--gt-palm{font-size:4.4rem;font-weight:700;line-height:4.8rem}.heading-xl--gt-palm{font-size:4rem;font-weight:700;line-height:4rem;line-height:3.6rem}.heading-l--gt-palm{font-size:3.6rem;font-weight:700;line-height:4rem}.heading--gt-palm{font-size:3rem;font-weight:700;line-height:3.2rem;line-height:4rem}.heading-s--gt-palm{font-size:2rem;font-weight:500;line-height:2.4rem;line-height:4rem}.heading-xs--gt-palm{font-size:1.4rem;line-height:1.6rem;line-height:2.4rem}}@media only screen and (min-width:481px) and (max-width:1024px){.heading-xxl--lap{font-size:4.4rem;font-weight:700;line-height:4.8rem}.heading-xl--lap{font-size:4rem;font-weight:700;line-height:4rem;line-height:3.6rem}.heading-l--lap{font-size:3.6rem;font-weight:700;line-height:4rem}.heading--lap{font-size:3rem;font-weight:700;line-height:3.2rem;line-height:4rem}.heading-s--lap{font-size:2rem;font-weight:500;line-height:2.4rem;line-height:4rem}.heading-xs--lap{font-size:1.4rem;line-height:1.6rem;line-height:2.4rem}}@media only screen and (max-width:1024px){.heading-xxl--lt-desk{font-size:4.4rem;font-weight:700;line-height:4.8rem}.heading-xl--lt-desk{font-size:4rem;font-weight:700;line-height:4rem;line-height:3.6rem}.heading-l--lt-desk{font-size:3.6rem;font-weight:700;line-height:4rem}.heading--lt-desk{font-size:3rem;font-weight:700;line-height:3.2rem;line-height:4rem}.heading-s--lt-desk{font-size:2rem;font-weight:500;line-height:2.4rem;line-height:4rem}.heading-xs--lt-desk{font-size:1.4rem;line-height:1.6rem;line-height:2.4rem}}@media only screen and (min-width:1025px){.heading-xxl--desk{font-size:4.4rem;font-weight:700;line-height:4.8rem}.heading-xl--desk{font-size:4rem;font-weight:700;line-height:4rem;line-height:3.6rem}.heading-l--desk{font-size:3.6rem;font-weight:700;line-height:4rem}.heading--desk{font-size:3rem;font-weight:700;line-height:3.2rem;line-height:4rem}.heading-s--desk{font-size:2rem;font-weight:500;line-height:2.4rem;line-height:4rem}.heading-xs--desk{font-size:1.4rem;line-height:1.6rem;line-height:2.4rem}}.heading--stripe{color:#f9fcfd;display:inline-block;position:relative}.heading--stripe.js-anim-heading:after{transform:scaleX(0);transform-origin:top left;transition:transform .2s ease-out;will-change:transform}.heading--stripe.js-anim-heading.anim--after:after{transform:scaleX(1)}p a,p.cta{color:#008cba;font-weight:600}p a:hover,p.cta:hover{color:#00b2ed}.bg--brand p a{color:#efefef}.bg--brand p a:hover{color:#f9fcfd}.intro-text{font-size:2rem;font-weight:400;line-height:4rem}.intro-text ul{list-style:disc!important}.intro-text-small{font-size:1.8rem;font-weight:400;line-height:2.4rem}@media only screen and (min-width:1025px){.intro-text-small{font-size:2.6rem;line-height:3.2rem}}.text-stripe{margin-bottom:2.4rem;padding-bottom:.8rem;position:relative}.text-stripe:after{background-color:#d60925;bottom:0;content:"";display:block;height:.1rem;left:0;position:absolute;width:5rem}.layout-grid__button{background-color:#333;color:#fff;font-size:1.2rem;line-height:1.6rem;position:fixed;right:1.2rem;text-transform:uppercase;top:1.2rem}body.show--layout-grid:before{background-size:calc(100% + 2.4rem) 100%;bottom:0;content:"";left:0;margin-left:auto;margin-right:auto;max-width:144rem;min-height:100vh;pointer-events:none;position:fixed;right:0;top:0;width:calc(100% - 4.8rem);z-index:1000}@media only screen and (min-width:1025px){body.show--layout-grid:before{background-image:repeating-linear-gradient(90deg,#7ec3f140,#7ec3f140 calc(8.33333% - 2.4rem),#0000 calc(8.33333% - 2.4rem),#0000 8.33333%)}}@media only screen and (min-width:481px) and (max-width:1024px){body.show--layout-grid:before{background-image:repeating-linear-gradient(90deg,#5db95540,#5db95540 calc(16.66667% - 2.4rem),#0000 calc(16.66667% - 2.4rem),#0000 16.66667%)}}@media only screen and (max-width:480px){body.show--layout-grid:before{background-image:repeating-linear-gradient(90deg,#8f37a940,#8f37a940 calc(50% - 2.4rem),#0000 calc(50% - 2.4rem),#0000 50%)}}.loader__graphic{display:inline-block;height:1.2rem;position:relative;width:8rem}.loader__graphic div{animation-timing-function:cubic-bezier(0,1,1,0);background:#000;border-radius:50%;height:.8rem;position:absolute;top:.3rem;width:.8rem}.loader__graphic div:first-child{animation:loader__graphic1 .6s infinite;left:.8rem}.loader__graphic div:nth-child(2){animation:loader__graphic2 .6s infinite;left:.8rem}.loader__graphic div:nth-child(3){animation:loader__graphic2 .6s infinite;left:3.2rem}.loader__graphic div:nth-child(4){animation:loader__graphic3 .6s infinite;left:5.6rem}@keyframes loader__graphic1{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes loader__graphic3{0%{transform:scale(1)}to{transform:scale(0)}}@keyframes loader__graphic2{0%{transform:translate(0)}to{transform:translate(2.4rem)}}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-6{order:6}@media only screen and (max-width:480px){.order-1--palm{order:1}.order-2--palm{order:2}.order-3--palm{order:3}.order-4--palm{order:4}.order-5--palm{order:5}.order-6--palm{order:6}}@media only screen and (min-width:481px){.order-1--gt-palm{order:1}.order-2--gt-palm{order:2}.order-3--gt-palm{order:3}.order-4--gt-palm{order:4}.order-5--gt-palm{order:5}.order-6--gt-palm{order:6}}@media only screen and (min-width:481px) and (max-width:1024px){.order-1--lap{order:1}.order-2--lap{order:2}.order-3--lap{order:3}.order-4--lap{order:4}.order-5--lap{order:5}.order-6--lap{order:6}}@media only screen and (max-width:1024px){.order-1--lt-desk{order:1}.order-2--lt-desk{order:2}.order-3--lt-desk{order:3}.order-4--lt-desk{order:4}.order-5--lt-desk{order:5}.order-6--lt-desk{order:6}}@media only screen and (min-width:1025px){.order-1--desk{order:1}.order-2--desk{order:2}.order-3--desk{order:3}.order-4--desk{order:4}.order-5--desk{order:5}.order-6--desk{order:6}}.overlay{transition:.2s ease-in-out}.overlay[data-state=passive]{display:none}.overlay[data-state=active]{background-color:#0000004d;bottom:0;height:100%;left:0;position:fixed;width:100%;z-index:4}.styleguide-color-palette{display:flex;flex-wrap:wrap;font-family:Poppins,sans-serif;justify-content:space-evenly;margin-bottom:-2.4rem;width:100%}.styleguide-color-palette__item{margin-bottom:2.4rem;padding:0 .8rem;text-align:center}.styleguide-color-palette__color{border-radius:50%;box-shadow:0 10px 20px #0003,0 2px 4px #0000000a;display:inline-block;height:100px;margin-bottom:1.2rem;width:100px}.styleguide-color-palette__meta{color:#333;text-align:center}.styleguide-color-palette__label{font-size:2rem;font-weight:700;line-height:2.4rem;text-transform:uppercase;white-space:nowrap}.color__label{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.styleguide-color-palette__label--small{color:#707070;font-size:1.6rem;font-weight:400;line-height:1.6rem}.styleguide-typography-grid{margin-bottom:-7.2rem}.styleguide-typography-card{margin-bottom:7.2rem}.styleguide-typography-card__meta{color:#d60925;font-size:1.4rem;font-weight:700;line-height:1.6rem}.styleguide-icons-grid{margin-bottom:-2.4rem;text-align:center}.styleguide-icons-grid .icon{display:inline-block;height:5rem;margin:0 1.2rem 2.4rem;width:5rem}html{scroll-behavior:smooth}main{background-color:#fff}img{height:auto}.u-full-width{width:100%}.sign-xl{margin-bottom:8rem}.faq-tab{display:none}.faq-tab.is--active{display:block}.bottom-nav-bar{background-color:#f9fcfd;border-top:.1rem solid #d6d6d6;bottom:0;left:0;padding:1.2rem 4.8rem 1.8rem;position:fixed;width:100%;z-index:5}.bottom-nav-bar>:last-child{margin-bottom:0}@media only screen and (min-width:481px){.bottom-nav-bar{display:none}}#general-contact textarea{min-height:15rem}.features{background-color:#fff;box-shadow:0 0 20px #0000001a;padding:1.6rem 2.4rem 3rem}@media only screen and (min-width:1025px){.features{padding:4rem 7rem}}.features-body{position:relative}.features__title{font-size:1.8rem;font-weight:700;line-height:2.4rem}.features__detail{margin-bottom:4.5rem!important;position:relative}.features__detail:after{border-bottom:.1rem solid #d7d7d7;bottom:-1.5rem;content:"";left:0;position:absolute;width:100%;z-index:1}.features__number{align-items:center;background-color:#d60925;color:#fff;display:flex;flex-direction:column;height:6.6rem;justify-content:center;position:absolute;right:0;width:6.6rem;z-index:2}@media only screen and (min-width:1025px){.features__number{height:9.6rem;width:9.6rem}}.features__number .features__number__prefix{font-size:1.4rem;line-height:1.6rem}@media only screen and (min-width:1025px){.features__number .features__number__prefix{font-size:2rem;line-height:2.4rem}}.features__number .features__number__value{font-size:3rem;font-weight:700;line-height:3.2rem;line-height:unset!important;vertical-align:top}@media only screen and (min-width:1025px){.features__number .features__number__value{font-size:3.6rem;line-height:4rem}.features__number{right:-7rem;top:-4rem}}.features__content{display:flex;flex-direction:column;gap:2.4rem}.features__content .features__content-group{align-items:center;display:flex;position:relative}.features__content .features__content-group .icon{flex-shrink:0;height:3.6rem;width:3.6rem}.features__content .features__content-group .features__content-body{color:#4f4c49;display:flex;flex-direction:column;padding-left:2.5rem}.features__content .features__content-group .features__content-body span:last-of-type{font-weight:700}@media only screen and (min-width:1025px){.features__content .features__content-group{display:inline-flex;padding-right:3rem}}@media only screen and (min-width:481px) and (max-width:1024px){.features__content .features__content-group{display:inline-flex}}.features--narrow{padding:3.6rem}.features--narrow .features__content{justify-content:left}.features--narrow .features__content-group{display:flex;gap:3.6rem}@media only screen and (max-width:1024px){.features--narrow .features__content-group{width:100%}}@media only screen and (min-width:1025px){.features--narrow .features__content-group{padding-right:0}}.features--narrow .features__content-body{word-break:break-word}.footer{background-color:#d60925;color:#f9fcfd;overflow:hidden;padding:9.6rem 0 4.8rem}.footer:has(.footer__nav--secondary){padding:9.6rem 0 0}@media only screen and (max-width:480px){.footer{background-size:contain;padding:2.4rem 0}}.footer .nav__link{color:#f9fcfd}.footer .heading-s{font-weight:700;padding-bottom:2.4rem}.whitelabel .footer{background-color:#717e76!important}.footer__nav{display:flex;flex-direction:column;justify-content:space-between}@media only screen and (min-width:1025px){.footer__nav{flex-direction:row;margin-bottom:4.8rem}}@media only screen and (min-width:481px) and (max-width:1024px){.footer__nav{flex-direction:row;flex-wrap:wrap;justify-content:flex-start}}.footer__content{display:flex;flex-direction:column;justify-content:space-between;margin-bottom:4.8rem}@media only screen and (min-width:1025px){.footer__content{align-items:flex-start;flex-direction:row;gap:4.8rem}}@media only screen and (min-width:481px) and (max-width:1024px){.footer__content{flex-direction:row;flex-wrap:wrap;gap:2.4rem;justify-content:flex-start}}.footer__nav--secondary{align-items:center;gap:2.4rem;justify-content:flex-end;margin-bottom:0;padding-bottom:0}@media only screen and (max-width:480px){.footer__nav--secondary{align-items:flex-start;justify-content:flex-start;padding-bottom:4.8rem}}.footer__nav--secondary .footer__logo{display:block;margin-bottom:-2.4rem}.footer__nav-column{flex:0 0 33.333%;margin-bottom:2.4rem}@media only screen and (min-width:1025px){.footer__nav-column{flex:1 0 0}}@media only screen and (max-width:480px){.footer__nav-column{margin-bottom:2.4rem}}.footer__branding{flex:0 0 auto;margin-bottom:2.4rem}@media only screen and (min-width:1025px){.footer__branding{margin-bottom:0}}.footer__branding img{height:auto;max-width:200px}.footer__column{flex:1 1 0;margin-bottom:2.4rem}@media only screen and (min-width:1025px){.footer__column{margin-bottom:0}}@media only screen and (max-width:480px){.footer__column{flex:1 1 100%}}.footer__column-content p{margin-bottom:1.2rem}.footer__column-content p:last-child{margin-bottom:0}.footer__disclaimer{background-color:#fff;color:#000;display:flex;flex-direction:row;font-size:1.4rem;justify-content:center;line-height:1.6rem;padding:1.2rem 0;text-align:center;width:100%}.footer__disclaimer .nav--footer-sub .nav__item:after{content:" "!important}.footer__disclaimer .nav--footer-sub .nav__item .nav__link{text-decoration:underline}.footer__disclaimer .nav--footer-sub .nav__item .nav__link:hover{text-decoration:none}.footer__disclaimer .nav__link{color:#000}@media only screen and (max-width:480px){.footer__disclaimer{align-content:center;align-items:center;gap:1.2rem;line-height:1;padding:2.4rem 0}}.footer__social{align-items:center;display:flex;flex-direction:row;gap:1.2rem}.footer__social a:has(img){display:block;text-decoration:none}.footer__social a:has(img) img{display:block}.footer__social a:has(img):hover{opacity:.8}.header{left:0;position:fixed;top:0;width:100%;z-index:3}.header:not(.with-preheader):not(.initialised){position:relative!important}.header.with-preheader{position:sticky;top:-36px}.header .button{max-height:40px;min-width:unset!important;padding:.8rem 1.2rem}.main-header{background-color:#fff;box-shadow:0 0 15px #00000026;position:relative;z-index:2}.main-header__container{align-items:stretch;display:flex;flex-direction:row;justify-content:space-between}.main-header__logo-menu{align-items:center;display:flex;flex-direction:row}@media only screen and (min-width:481px){.main-header__logo-menu{gap:32px}.main-header__logo-menu .header__logo-container{min-width:200px}}.main-header__account-mobile-menu{align-items:center;display:flex;gap:16px;justify-content:center;padding:20px 0}.header__logo-container{display:block;line-height:0;opacity:0;pointer-events:none;transition:all .2s ease-in}.header__logo-container>a{display:inline-block}.header__logo-island{align-items:center;display:flex;height:11.6rem;padding:.4rem 2.4rem .4rem 0}@media only screen and (min-width:1025px){.header__logo-island{height:8rem}}.header__logo-island>img{display:block;max-height:100%;width:auto}.header__makelaar{display:flex;opacity:0;pointer-events:none;position:absolute;top:.8rem;transition:all .2s ease-in}.header__makelaar__image{border:1px solid #d60925;border-radius:50%;height:6rem;margin-right:1.8rem;overflow:hidden;width:6rem}.header__makelaar__image .image__background{background-position:50%;background-size:cover;border:2px solid #fff;border-radius:50%;height:100%;width:100%}.header__makelaar__image .image{border:2px solid #fff;border-radius:50%}.header__logo-container--active,.header__makelaar--active{opacity:1;pointer-events:unset;transition:all .2s ease-in}.header__makelaar__content{display:flex;flex-direction:column;gap:4px;justify-content:space-between}.header__makelaar__content h3{font-size:2rem;line-height:2.4rem}.header__makelaar__content span{line-height:1.6rem}.header__makelaar__links{display:flex;flex-direction:row;justify-content:space-between}.header__makelaar__links a{font-weight:700;text-decoration:none}.header__makelaar__links a:not(:first-child){margin-left:1.2rem}.header__makelaar__links svg{vertical-align:middle}.header__cta{display:flex;justify-content:center;max-height:8rem;position:relative;transform:translateY(-8rem);transition:all .2s ease-in}@media only screen and (max-width:480px){.header__cta{background-color:#fff;bottom:0;display:flex;left:0;padding:2rem;position:fixed;transform:translateY(8rem);width:100%}.header__cta .button,.header__cta .button--secondary{padding:.8rem}.header__cta .button--secondary:not(:first-child),.header__cta .button:not(:first-child){margin-left:1rem}}.header__cta--active{transform:translateY(0);transition:all .2s ease-in}.header__buttons{justify-content:flex-end;min-height:4rem}.header__nav__menu-button{align-items:center;background-color:#008cba;border:none!important;color:#fff;display:flex;font-size:1.6rem;font-weight:500!important;justify-content:center;margin-left:2.4rem!important;min-width:12rem;padding:4px 12px 4px 4px!important;position:relative;width:100px!important}@media only screen and (max-width:480px){.header__nav__menu-button{margin-left:0!important}}@media (hover:hover){.header__nav__menu-button:not(:disabled):hover{background-color:#00b2ed!important}}.header__nav__menu-button[data-state=passive] svg#inactive{display:inline-block}.header__nav__menu-button[data-state=active] svg#inactive,.header__nav__menu-button[data-state=passive] svg#active{display:none}.header__nav__menu-button[data-state=active] svg#active{display:inline-block}.header__nav__menu-button.header__nav__menu-button--close{background-color:#fff;color:#008cba;margin-left:0!important;min-width:auto!important;position:absolute;right:4.8rem;top:4.8rem;width:auto!important;z-index:999}.header__nav__menu-button.header__nav__menu-button--close:hover{background-color:#54d5ff!important}.header__nav__menu-button .icon{border-radius:50%;margin-right:.8rem}.header__nav__menu-button .icon.icon--stroke{stroke:#008cba}.header__nav__menu-button .icon.icon--fill{fill:#008cba}.header__nav__mijn-van-wanrooij{align-items:center;color:#000;display:flex;font-weight:400;text-decoration:none;width:auto!important;z-index:1}.header__logo,.header__logo--mobile{height:8rem;width:auto!important}.header__logo--mobile:not(.header__logo-borgdonck),.header__logo:not(.header__logo-borgdonck){max-width:unset!important}.main-header>.related-table__container,.main-header>.site-width{padding-left:0!important}.header__logo--mobile{height:56px;width:auto}@media only screen and (min-width:481px) and (max-width:1024px){.main-header__logo-menu{background-color:#d60925;padding:0 24px}}@media only screen and (max-width:480px){.main-header__logo-menu{background-color:#d60925;padding:0 24px}.header__logo-container{opacity:1}.header__makelaar{display:none;opacity:0}.header__logo{height:6rem}}.whitelabel .main-header__logo-menu{background-color:initial!important;padding:0!important}.pre-header{background-color:#f4f3f7;color:#858585;font-size:1.4rem;position:relative;z-index:3}.pre-header .layout{justify-content:end}.pre-header a{color:#858585;display:inline-block;padding:.2rem 1rem;text-decoration:none}@media only screen and (max-width:480px){.pre-header a{font-size:12px}}.pre-header a.active{background-color:#d60925;color:#fff}.pre-header a:hover{background-color:#f51d3a;color:#fff}.sub-header{align-items:center;background-color:#d7d7d7;box-shadow:0 0 15px #00000026;display:flex;justify-content:center;position:absolute;transform:translateY(-8rem);transition:all .2s ease-in;width:100%;z-index:1}.sub-header ul{display:flex;margin:0}.sub-header ul li{display:inline;list-style:none}.sub-header ul li:not(:last-child){margin-right:2.4rem}.sub-header--active{transform:translateY(0);transition:all .2s ease-in}.sub-header__link{display:block;font-weight:300}.sub-header__link a{border-bottom:.2rem solid #0000;border-top:.2rem solid #0000;color:#4f4c49;display:block;padding:.8rem 0;transition:border-bottom .2s ease-in}.sub-header__link a.sub-header__link--active,.sub-header__link a:hover{border-bottom-color:#d60925;transition:border-bottom .2s ease-in}.estate-agent-header{position:relative;transition:top .2s ease}@media only screen and (min-width:1025px){.estate-agent-header{top:0!important}}.hero-wrapper{position:relative}.hero-video-background{overflow:hidden;z-index:0}.hero-video-background,.hero-video-poster{height:100%;left:0;position:absolute;top:0;width:100%}.hero-video-poster{background-position:50%;background-repeat:no-repeat;background-size:cover;transition:opacity .3s ease;z-index:1}.hero-video-iframe{border:none;height:56.25vw;left:50%;min-height:100vh;min-width:177.77vh;opacity:0;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);transition:opacity .3s ease;width:100vw;z-index:2}.hero-video-iframe.loaded{opacity:1}.hero-video-iframe.loaded+.hero-video-poster{opacity:0}.hero{background-position:50%;background-size:cover;height:60vh;position:relative}@media only screen and (min-width:1025px){.hero{background-repeat:no-repeat;height:calc(100vh - 11rem);min-height:500px;width:100%}}.hero:not(.hide-overlay):after{background:#0000004d;content:"";height:100%;left:0;position:absolute;top:0;width:100%}.js-hero-anim-item{visibility:hidden}.hero__content{color:#f9fcfd;height:auto;left:50%;max-width:144rem;position:absolute;top:50%;transform:translate(-50%,-50%);width:calc(100% - 4.8rem);z-index:2}.hero__content__inner{background-color:initial;box-shadow:none;height:100%;padding:0;position:relative}.hero__content__inner>:not(:last-child){margin-bottom:2.4rem}@media only screen and (min-width:1025px){.hero__content__inner>:not(:last-child){margin-bottom:4.8rem}}.hero__content__title,.hero__content__title>h1{font-size:4.2rem;font-weight:500;line-height:4.8rem;padding-bottom:2.4rem}@media only screen and (min-width:1025px){.hero__content__title,.hero__content__title>h1{font-size:6.8rem;line-height:7.2rem;padding-bottom:3.6rem}}@media only screen and (max-width:1024px){.hero__content__title,.hero__content__title>h1{margin-bottom:0;padding-bottom:0}}.hero__content__sub_title{font-size:2.2rem;font-weight:200;line-height:3.6rem}@media only screen and (min-width:1025px){.hero__content__sub_title{font-size:6.2rem;line-height:7.2rem;margin-bottom:2.4rem}}.hero__content__price{font-size:2.4rem;font-weight:700;line-height:3.2rem}.hero__content-scroll{background-color:initial;background-image:url(../img/arrows/arrow-minimal-grey.svg);background-position:0 100%;background-repeat:no-repeat;background-size:1.2rem;border:none;height:2.4rem;transform:rotate(90deg);width:2.4rem}@media only screen and (max-width:480px){.hero__content-scroll{display:none}}@media only screen and (min-width:481px) and (max-width:1024px){.hero__content-scroll{display:none}}.hero__content-scroll:hover{cursor:pointer}.hero__content__label{align-items:center;background-color:#d60925;color:#f9fcfd;display:inline-flex;font-size:1.4rem;font-weight:700;height:3.6rem;line-height:1.6rem;padding:0 2.4rem}.hero__content__price{display:block}@media only screen and (max-width:480px){.hero__content__price{margin-bottom:2.4rem}}.hero__content__price-label{color:#f9fcfd}@media only screen and (max-width:1024px){.hero__content__price-label{font-size:1.4rem;line-height:1.6rem}}.hero__content__price--price{font-size:2rem;font-weight:700;line-height:2.4rem}@media only screen and (min-width:1025px){.hero__content__price--price{display:inline-block;font-size:3.6rem;line-height:4rem}.hero__content__price--price span{font-size:1.4rem;font-weight:300;line-height:1.6rem}}.hero__content__price--price span{font-size:1.2rem;font-weight:300;line-height:1.6rem}@media only screen and (min-width:1025px){.hero-home__visual{left:-2.4rem;width:50vw}}@media (min-width:1488px){.hero-home__visual{left:calc(-50vw + 72rem)}}.hero-home__search{background-color:#f4f3f7;margin:-7.4rem auto 0;max-width:calc(100% - 4.8rem);padding:2.4rem;width:515px}@media only screen and (min-width:481px) and (max-width:1024px){.hero-home__search{width:600px}}@media only screen and (min-width:1025px){.hero-home__search{margin:0 auto}}.hero-home__image-container{position:relative}.hero-home__image-container:after{background-color:#f4f3f7;-webkit-clip-path:polygon(0 0,100% 0,0 100%);clip-path:polygon(0 0,100% 0,0 100%);content:"";height:45px;left:0;position:absolute;right:0;top:0;width:100%}@media only screen and (min-width:1025px){.hero-home__image-container:after{background-color:#f4f3f7;bottom:0;-webkit-clip-path:polygon(0 100%,100% 100%,100% 0);clip-path:polygon(0 100%,100% 100%,100% 0);content:"";height:108%;left:auto;position:absolute;right:-8px;top:-8%;width:108px}}.hero-home__layout{flex-flow:column-reverse;padding-top:100px}@media only screen and (min-width:1025px){.hero-home__layout{flex-flow:row;padding-top:0}}.hero-wrapper.hero--small .hero{height:40rem}@media only screen and (min-width:1025px){.hero-wrapper.hero--small .hero{height:60rem}}.hero-wrapper.hero--small .hero__content__details{margin-bottom:0}.hero-wrapper.hero--small .hero__content__title{line-height:3.2rem;padding-bottom:3.6rem}@media only screen and (min-width:1025px){.hero-wrapper.hero--small .hero__content__title{line-height:125%;padding-bottom:3.2rem}}.hero-wrapper.hero--small .hero__content__sub_title{line-height:3.2rem}@media only screen and (min-width:1025px){.hero-wrapper.hero--small .hero__content__sub_title{font-size:6.8rem;line-height:125%;margin-bottom:0;padding-bottom:0}}.hero--b2b{height:100%}.hero--b2b:before{background:#0000004d;content:"";height:100%;left:0;position:absolute;top:0;width:100%}.hero--b2b .hero__content{display:flex;flex-direction:column;height:100%;justify-content:space-between;left:auto;max-width:148.8rem;padding-bottom:2.4rem;padding-top:calc(2rem + 116px);position:static;top:auto;transform:none;width:100%}@media only screen and (min-width:1025px){.hero--b2b .hero__content{padding-bottom:12rem;padding-right:33%;padding-top:calc(12rem + 116px)}}.hero--b2b .hero__content__title{font-size:2.6rem;line-height:normal}@media only screen and (min-width:481px) and (max-width:1024px){.hero--b2b .hero__content__title{font-size:5.2rem}}@media only screen and (min-width:1025px){.hero--b2b .hero__content__title{font-size:10rem}}.hero--b2b .hero__content__sub_title{font-size:1.6rem;font-weight:700;line-height:normal;margin-bottom:2.4rem}@media only screen and (min-width:481px) and (max-width:1024px){.hero--b2b .hero__content__sub_title{font-size:2.4rem}}@media only screen and (min-width:1025px){.hero--b2b .hero__content__sub_title{font-size:3.2rem;margin-bottom:6rem}}.project-hero__title-label{background-color:#fff;color:#d60925;display:inline-block;font-size:1.8rem;font-weight:700;line-height:2.4rem;padding:.6rem 1rem}.project-hero__status{background-color:#d60925;color:#f9fcfd;font-size:12px;font-weight:500;line-height:24px;padding:4px 8px;pointer-events:all}.project-hero__status[data-status="In verkoop"],.project-hero__status[data-status="Start verkoop"],.project-hero__status[data-status=Beschikbaar],.project-hero__status[data-status=Inschrijving],.project-hero__status[data-status=Voorinschrijving]{background-color:#acc33e}.project-hero__status[data-status=Verkocht]{background-color:#858585}.project-hero__status[data-status="In optie"],.project-hero__status[data-status=Verkoopvoorbereiding]{background-color:#f98100}.project-hero__spacer,.project-hero__title{margin-bottom:24px}.project-hero__title{color:#f9fcfd;pointer-events:all}.project-hero__title h1,.project-hero__title h2{font-size:44px;font-weight:700;line-height:48px}@media only screen and (max-width:1024px){.project-hero__title h1,.project-hero__title h2{font-size:22px;font-weight:700;line-height:32px}}.layer{scroll-margin-top:12rem}.bg--styled-transition{padding-top:10rem;position:relative}.bg--styled-transition:before{background:#fff;-webkit-clip-path:polygon(0 0,100% 0,100% 30%,0 100%);clip-path:polygon(0 0,100% 0,100% 30%,0 100%);content:"";height:6rem;left:0;position:absolute;right:0;top:-1px}#home-hero.layer-s--palm{padding:0}.menu{background-color:#d60925}@media only screen and (max-width:480px){.menu-wrapper .menu{overflow-y:auto}}.menu__nav__item__link{color:#000}.menu__nav__item__link:hover{text-decoration:none}.menu__nav--top{margin-bottom:0}.sub-menu-items-mobile{display:flex;flex-direction:column;gap:24px}.sub-menu-items-mobile a{font-size:16px;font-weight:500;line-height:24px;text-align:left;text-decoration:unset}.js-mobile-menu .menu__nav__item__link{color:#fff}.js-mobile-menu .menu__nav__item__link:hover{text-decoration:underline}.news-stories .news-stories__wrapper{position:relative}@media only screen and (max-width:480px){.news-stories .news-stories__wrapper{margin-bottom:10.4rem!important}}.news-stories .news-stories__wrapper .icon{bottom:3.2rem;height:1rem;position:absolute;right:0;width:8rem}.news-stories__link{background-position:50%;background-size:cover;color:#fff;display:flex;flex-direction:column;height:100%;justify-content:space-between;overflow:hidden;position:relative;text-decoration:none}@media only screen and (max-width:480px){.news-stories__link{min-height:23.2rem!important;overflow:visible}}@media only screen and (min-width:481px){.news-stories__link.first-row{min-height:40rem}}@media only screen and (min-width:1025px){.news-stories__link.first-row{min-height:55.2rem}.news-stories__link.second-row{min-height:28.8rem}}.news-stories__link.combined-row{min-height:40rem}.news-stories__link.gradient--brand{background-color:#d60925;background-image:linear-gradient(135deg,#d60925,#d60925 42%,#960015)}@media only screen and (max-width:480px){.news-stories__link.gradient--brand{min-height:25.6rem!important}}.news-stories__link.gradient--brand .news-stories__content.push-6-12--desk{background-color:#fff;color:#000}@media only screen and (min-width:481px){.news-stories__link.gradient--brand .news-stories__content.push-6-12--desk{background-color:#fffc}}.news-stories__link:not(.gradient--brand):before{background-color:#0003;content:"";height:100%;position:absolute;width:100%;z-index:0}.news-stories__link>*{z-index:1}.news-stories__label{background-color:#fff;color:#d60925;font-weight:700;padding:.5rem 1rem}.news-stories__content{background-color:#f4f3f7;color:#000;margin:0 2.4rem -8rem;position:relative}.news-stories__content .heading{font-size:2.4rem;line-height:normal}.news-stories__content.bg--unset{color:#000}@media only screen and (min-width:1025px){.news-stories__content.bg--unset{background-color:unset;color:#fff}.news-stories__content.bg--unset .icon{color:#fff!important}}.news-stories__content .icon{color:#d60925!important}@media only screen and (min-width:481px){.news-stories__content{margin:unset}.news-stories__content:not(.bg--unset):after{background-color:#f4f3f7;bottom:-1px;-webkit-clip-path:polygon(0 100%,100% 100%,100% 0);clip-path:polygon(0 100%,100% 100%,100% 0);content:"";height:calc(100% + 3px);left:-24.6px;position:absolute;right:auto;top:-1px;width:25px}}.news-stories__date{background-color:#d60925;color:#fff;display:inline-block;font-size:1.6rem;font-weight:700;line-height:normal;margin-bottom:1.6rem;padding:.2rem 1rem}.object-content--overflow{max-height:26em;overflow:hidden;position:relative;transition:max-height .3s ease}.object-content--overflow.object-content--open{max-height:100%}.object-content--overflow:after{background:linear-gradient(#0000,#fff);bottom:0;content:"";height:2em;left:0;pointer-events:none;position:absolute;width:100%}.object-content--overflow.object-content--open:after{display:none}.bg--tint-xlight .object-content--overflow:after{background:linear-gradient(#0000,#f4f3f7)}.price{flex-grow:1}.price__value{font-size:2rem;font-weight:700;line-height:2.4rem}.price--s .price__prefix{font-size:1.4rem;line-height:1.2rem}.price--s .price__value{font-size:1.8rem;line-height:2.4rem}.price__value--house-types{font-weight:700}.price__suffix{color:#858585;font-size:1.4rem;font-weight:400;line-height:1.6rem;margin-left:.6rem}.quote-image{min-height:45rem;position:relative}@media only screen and (max-width:820px){.quote-image{display:flex;flex-direction:column-reverse}}.quote-image__blockquote{position:relative;z-index:2}.quote-image__blockquote .heading--stripe{background-color:initial}@media only screen and (min-width:1025px){.quote-image__blockquote{margin-top:5.5rem}}@media only screen and (max-width:1024px){.quote-image__blockquote .quote-image__quote{font-size:2.2rem}}.quote-image__blockquote .quote-image__sign{color:#fff;font-size:8.8rem}@media only screen and (max-width:1024px){.quote-image__blockquote .quote-image__sign{font-size:6.4rem}}.quote-image__image{display:flex;position:absolute;right:0;z-index:1}@media only screen and (max-width:820px){.quote-image__image{position:relative}.quote-image__image img{width:100%}}.quote-image__figcation p{font-size:1.8rem;margin:0}@media only screen and (min-width:1025px){.quote-image__figcation{text-align:right}}.search-wrapper{position:relative;width:100%}.search-wrapper input[type=text]{border:none!important;border-radius:4.8rem!important;box-shadow:0 5px 20px 0 #3333;padding:1.6rem 12rem 1.4rem 4rem!important;position:relative}.quick-search{border-radius:3rem}@media only screen and (min-width:1025px){.quick-search{background:#fff;box-shadow:0 5px 20px 0 #3333;padding:1rem}}.quick-search input{background-image:url(/public/img/icons/search.svg);background-position:1rem 55%;background-repeat:no-repeat;background-size:1.8rem auto;border-color:#0000!important;box-shadow:0 5px 20px 0 #3333;padding-left:3.6rem!important}@media only screen and (min-width:1025px){.quick-search input{box-shadow:none}}.quick-search button,.quick-search input{border-radius:3rem!important;height:4rem;width:100%}.social{color:#000;text-decoration:none;transition:color .2s ease-in-out}@media only screen and (min-width:1025px){.social{display:flex;justify-content:center}}.social .social__text{display:block}@media only screen and (min-width:1025px){.social .social__text{display:inline-block}}@media (hover:hover){.social .social:hover{color:#666}}.tabs{position:relative;width:100%}.tabs__item:not(.is--active){display:none}@media only screen and (min-width:1025px){.tabs__item--desk:not(.is--active){display:none}}.tabs__accordion-button{-webkit-appearance:none;appearance:none;background-color:initial;background-image:url(../img/arrows/base/expand_more.svg);background-position:bottom 1rem right;background-repeat:no-repeat;background-size:2.4rem;border:0;border-bottom:.1rem solid #000;color:#000;display:block;font-size:1.6rem;line-height:1.6rem;padding:1.2rem 0;text-align:left;width:100%}.tabs__accordion-button.is--active{background-image:url(../img/arrows/base/expand_less.svg);margin-bottom:2.4rem}.bg--base .tabs__accordion-button,.bg--tint-dark .tabs__accordion-button{background-image:url(../img/arrows/blank/expand_more.svg);border-color:#f9fcfd;color:#f9fcfd}.bg--base .tabs__accordion-button.is--active,.bg--tint-dark .tabs__accordion-button.is--active{background-image:url(../img/arrows/blank/expand_less.svg)}.visual__icon{bottom:1.2rem;position:absolute;right:1.2rem;z-index:1}.visual__icon .icon{fill:#858585;display:block;height:3.6rem;width:3.6rem}.visual__caption{color:#4f4c49;font-size:1.4rem;font-style:italic;line-height:1.6rem}.project-content__info{background-color:#f4f3f7;bottom:96px;display:flex;flex-direction:column;overflow:hidden;padding:32px 40px;position:relative;top:-192px;width:100%;z-index:1}@media only screen and (max-width:1024px){.project-content__info{background-color:#fff;bottom:unset;box-shadow:0 8px 16px 0 rgba(0,0,0,.102);overflow:visible;padding:16px;top:unset}}.project-content__info .project-content__info-cta{display:flex;flex-direction:column;gap:32px}.project-content__info .project-content__info-cta h2{font-size:22px;font-weight:500;line-height:32px}.project-content__info .project-content__info-cta .project-content__info-cta-buttons{display:flex;flex-direction:row;gap:16px}.project-content__info .project-content__info-price{font-size:22px;font-weight:400;line-height:32px;margin-right:auto;margin-top:auto;min-height:60px;padding-right:2.4rem;padding-top:2.4rem;text-align:left}.project-content__info .project-content__info-price p{margin-bottom:unset}.project-content__info .project-content__info-price small{font-size:14px}.project-content__info .project-content__info-price b{font-weight:700}.project-content__info .project-content__info--grid{display:flex;flex-direction:column;margin-bottom:32px}.project-content__info .project-content__info--grid hr{opacity:.2}.project-content__info .project-content__info--grid .project-content__info--grid-row{align-items:center;display:flex;flex-direction:row;gap:32px;justify-content:space-between;min-height:56px}.project-content__info .project-content__info--grid .project-content__info--grid-row.price-range>div{align-items:baseline}.project-content__info .project-content__info--grid .project-content__info--grid-row.price-range b{white-space:nowrap}.project-content__info .project-content__info--grid .project-content__info--grid-row.price-range b,.project-content__info .project-content__info--grid .project-content__info--grid-row.price-range p,.project-content__info .project-content__info--grid .project-content__info--grid-row.price-range small{margin-bottom:unset!important}.project-content__info .project-content__info--grid .project-content__info--grid-row.price-range svg{transform:translateY(4px)}.project-content__info .project-content__info--grid .project-content__info--grid-row.can-hide:not(.opened){display:none}.project-content__info .project-content__info--grid .project-content__info--grid-row.row--selection{align-items:start;flex-direction:column;gap:16px;justify-content:start;padding-top:16px}.project-content__info .project-content__info--grid .project-content__info--grid-row .icon{min-width:20px}.project-content__info .project-content__info--grid .project-content__info--grid-row .menu-items{background-color:#fff;font-weight:400;height:auto;width:100%}.project-content__info .project-content__info--grid .project-content__info--grid-row .menu-items .menu-items--item-expandable{border:1px solid #eaeaea;border-radius:4px;height:auto;padding:18px 24px;width:100%}.project-content__info .project-content__info--grid .project-content__info--grid-row>div{align-items:center;display:flex;flex-direction:row;gap:8px}.project-content__info .project-content__info--grid .project-content__info--grid-row .info-value{font-weight:400}.project-content__info .project-content__info--grid .project-content__info--grid-row a{color:#000;line-height:24px}.project-content__info .project-content__info--grid .project-content__info--grid-row h4{font-size:16px;font-weight:500;line-height:24px}.project-content__info .project-content__info--grid .project-content__info--grid-row span{font-size:16px;line-height:24px}.project-content__info .project-content__info--grid .project-content__info--grid-row .energy-label{align-items:center;display:flex;position:relative}.project-content__info .project-content__info--grid .project-content__info--grid-row .energy-label span{color:#fff;font-size:12px;font-weight:700;left:calc(50% - 1px);position:absolute;transform:translateX(-50%)}.project-content__info-toprow{display:flex;flex-direction:row;justify-content:space-between;padding-bottom:0;padding-right:0;padding-top:0}@media only screen and (max-width:480px){.project-content__info-toprow{padding-right:16px}}.project-content__info-energy-neutral,.project-content__info-number{align-items:center;aspect-ratio:1/1;background-color:#d60925;color:#f9fcfd;display:flex;flex-direction:column;height:96px;justify-content:center;width:96px}.project-content__info-energy-neutral img,.project-content__info-number img{height:100%;object-fit:contain;width:100%}@media only screen and (max-width:1024px){.project-content__info-energy-neutral,.project-content__info-number{height:72px;width:72px}}.project-content__info-energy-neutral span,.project-content__info-number span{font-size:16px;font-weight:400;line-height:24px;margin-bottom:-4px}@media only screen and (max-width:1024px){.project-content__info-energy-neutral span,.project-content__info-number span{font-size:12px;font-weight:400;line-height:16px}}.project-content__info-energy-neutral h3,.project-content__info-number h3{font-size:32px;font-weight:500;line-height:40px}@media only screen and (max-width:1024px){.project-content__info-energy-neutral h3,.project-content__info-number h3{font-size:26px;font-weight:500;line-height:32px}}.project-content__info-energy-neutral{background-color:#00963f}.buttons-container{column-gap:32px;display:flex;flex-wrap:wrap;row-gap:16px}.menu-items__dropdown-main--desktop,.menu-items__main--desktop{font-size:16px;font-weight:500;line-height:24px}.menu-items__dropdown-sub--desktop{font-size:14px;font-weight:300;line-height:16px}.menu-items__main--mobile{font-size:22px;font-weight:500;line-height:32px}.menu-items__dropdown-main--mobile,.menu-items__dropdown-sub--mobile{font-size:16px;font-weight:500;line-height:24px}.menu-items{align-items:center;display:flex;flex-direction:column;gap:32px}.menu-items[data-variant=desktop],.menu-items[data-variant=info]{flex-direction:row;height:8rem}.menu-items[data-variant=desktop] .menu-items--item-link,.menu-items[data-variant=desktop]>.menu-items--item-expandable,.menu-items[data-variant=info] .menu-items--item-link,.menu-items[data-variant=info]>.menu-items--item-expandable{height:8rem}.menu-items[data-variant=desktop] .menu-items--item-link span[data-status],.menu-items[data-variant=desktop]>.menu-items--item-expandable span[data-status],.menu-items[data-variant=info] .menu-items--item-link span[data-status],.menu-items[data-variant=info]>.menu-items--item-expandable span[data-status]{font-size:12px;font-weight:500;line-height:24px;text-align:right}.menu-items[data-variant=desktop] .menu-items--item-link svg,.menu-items[data-variant=desktop]>.menu-items--item-expandable svg,.menu-items[data-variant=info] .menu-items--item-link svg,.menu-items[data-variant=info]>.menu-items--item-expandable svg{color:#000}.menu-items[data-variant=desktop] .menu-items--item-link:hover,.menu-items[data-variant=desktop] .menu-items--item-link:hover svg,.menu-items[data-variant=desktop]>.menu-items--item-expandable:hover,.menu-items[data-variant=desktop]>.menu-items--item-expandable:hover svg,.menu-items[data-variant=info] .menu-items--item-link:hover,.menu-items[data-variant=info] .menu-items--item-link:hover svg,.menu-items[data-variant=info]>.menu-items--item-expandable:hover,.menu-items[data-variant=info]>.menu-items--item-expandable:hover svg{color:#858585}.menu-items[data-variant=desktop] .menu-items--item-link .menu-items--dropdown--link:hover,.menu-items[data-variant=desktop]>.menu-items--item-expandable .menu-items--dropdown--link:hover,.menu-items[data-variant=info] .menu-items--item-link .menu-items--dropdown--link:hover,.menu-items[data-variant=info]>.menu-items--item-expandable .menu-items--dropdown--link:hover{background-color:#efefef}.menu-items[data-variant=mobile]{align-items:flex-start;gap:16px;padding-right:2.4rem;width:100%}.menu-items[data-variant=mobile] .menu-items--item-link svg,.menu-items[data-variant=mobile]>.menu-items--item-expandable svg{color:#d60925}.menu-items[data-variant=info] .menu-items--dropdown{left:unset;right:0}@media only screen and (max-width:480px){.menu-items[data-variant=info] .menu-items--dropdown{left:50%;right:unset;transform:translateX(-50%)}}.menu-items .menu-items--item-link,.menu-items>.menu-items--item-expandable{transition:color .1s ease-out}.menu-items .menu-items--item-link svg,.menu-items>.menu-items--item-expandable svg{color:#000;transition:color .1s ease-out}.menu-items--item-expandable{align-items:center;cursor:pointer;display:flex;flex-direction:row;gap:16px;position:relative;white-space:nowrap}.menu-items--item-expandable:not([data-variant=mobile]).active:after{background-color:#d60925;bottom:0;content:"";height:2px;left:0;position:absolute;width:100%}.menu-items--item-expandable[data-initialised=false] .menu-items--dropdown,.menu-items--item-expandable[data-state=closed] .menu-items--dropdown{display:none}.menu-items--item-expandable[data-initialised=false] .menu-items--chevron,.menu-items--item-expandable[data-state=closed] .menu-items--chevron{transform:rotate(0)}.menu-items--item-expandable>div:first-child{align-items:center;display:flex;gap:16px;justify-content:space-between;width:100%}.menu-items--item-expandable .menu-items--chevron{align-items:center;display:flex;height:20px;justify-content:center;transform:rotate(180deg);transition:.1s ease-out;width:20px}.menu-items--item-expandable[data-variant=mobile]{flex-direction:column;width:100%}.menu-items--item-expandable[data-variant=mobile] .menu-items--dropdown{background-color:unset;border-bottom:1px solid #000;border-radius:unset;box-shadow:unset;flex-direction:column;gap:8px;padding:0 0 24px;position:relative;top:0;width:100%}.menu-items--item-expandable[data-variant=mobile] .menu-items--dropdown .menu-items--dropdown--link{padding:unset}.menu-items--item-expandable[data-variant=mobile] .menu-items--dropdown .menu-items--dropdown--link>*{font-weight:500!important}.menu-items--item-link{align-items:center;color:#000;display:flex;position:relative;text-decoration:unset;white-space:nowrap}.menu-items--item-link.active:after{background-color:#d60925;bottom:0;content:"";height:2px;left:0;position:absolute;width:100%}.js-mobile-menu .menu-items--dropdown--subitem,.js-mobile-menu .menu-items--item-link,.js-mobile-menu .sub-menu-items-mobile .link-clean{color:#fff}.menu-items--dropdown{background-color:#fff;border-radius:4px;box-shadow:0 0 15px #00000026;display:block;left:0;padding:4px;position:absolute;top:100%;z-index:11}.menu-items--dropdown--link{border-radius:4px;color:#000;display:flex;gap:32px;justify-content:space-between;padding:8px 16px;text-decoration:unset;white-space:nowrap}.menu-items--dropdown--link.is-active{background-color:#efefef}.menu-items--dropdown--link.with-status span[data-status][data-status="In ontwikkeling"],.menu-items--dropdown--link.with-status span[data-status][data-status=Verkoopvoorbereiding]{color:#858585}.menu-items--dropdown--link.with-status span[data-status][data-status="In verkoop"],.menu-items--dropdown--link.with-status span[data-status][data-status="Start verkoop"],.menu-items--dropdown--link.with-status span[data-status][data-status=Inschrijving],.menu-items--dropdown--link.with-status span[data-status][data-status=Voorinschrijving]{color:#acc33e}.menu-items--dropdown--link.with-status span[data-status][data-status=Verkocht]{color:#d60925}.menu-items--dropdown--link.with-status span[data-status][data-status="Start bouw"],.menu-items--dropdown--link.with-status span[data-status][data-status=Verwacht]{color:#858585}.menu-items--dropdown--link.with-status .active-check{display:flex}.menu-items--dropdown--link.active .active-check svg{display:block}.menu-items--dropdown--link .active-check{align-items:center;display:none;height:20px;justify-content:center;width:20px}.menu-items--dropdown--link .active-check svg{display:none}.menu-items--dropdown--subitem{align-items:center;display:flex;flex-direction:row;gap:16px}.menu-items-mobile{width:100%}.menu-items-mobile .menu-items--item-expandable>div>span,.menu-items-mobile .menu-items--item-link{font-size:22px;font-weight:500;line-height:32px;text-align:left}.expandable-overlay{display:block;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:3}.hero-mosaic{display:flex;gap:8px;margin:auto;max-width:2000px}@media only screen and (max-width:1024px){.hero-mosaic a[data-index="2"]{display:none!important}}.hidden-gallery{display:none}.project-hero-fake-arrows{align-items:start;bottom:0;display:flex;height:calc(50% + 28px);justify-content:space-between;left:0;pointer-events:none;position:absolute;width:100%}.project-hero-fake-arrows .arrow-left,.project-hero-fake-arrows .arrow-right{align-items:center;background-color:#d60925;display:flex;height:56px;justify-content:center;width:56px}.project-hero-fake-arrows .arrow-left svg,.project-hero-fake-arrows .arrow-right svg{color:#f9fcfd}.gallery-placeholder{align-items:center;background-color:#858585;color:#fff;display:flex;flex-direction:column;height:72px;justify-content:center;width:56px}@media only screen and (max-width:1024px){.gallery-placeholder{flex-direction:row;gap:8px;height:40px;width:72px}}.gallery-placeholder svg{color:#fff}.arrow-container{display:flex;flex-direction:column}@media only screen and (max-width:1024px){.arrow-container{align-items:end;height:100%;justify-content:space-between}}.project-hero-container{height:100%;left:50%;pointer-events:none;position:absolute;top:0;transform:translateX(-50%);width:100%}.project-hero__mobile{padding-bottom:32px;padding-top:28px}.project-hero__mobile.with-update .content-grid{margin-bottom:56px}.project-content{background-color:#fff;padding-top:96px}@media only screen and (max-width:1024px){.project-content{padding-top:32px}}.project-content .project-content__content{display:flex;flex-direction:row;gap:32px}.project-content .project-content__content .project-content__content-left{display:flex;flex-direction:column;gap:32px;width:65%}@media only screen and (max-width:1024px){.project-content .project-content__content .project-content__content-left{width:unset}}.project-content .project-content__content .project-content__content-left h2{font-size:32px;font-weight:700;line-height:40px;margin-bottom:24px}.project-content .project-content__content .project-content__content-left p{font-size:20px;font-weight:400;line-height:32px}.project-content .project-content__content .project-content__content-right{position:relative;width:33.333333%}.project-hero{position:relative;z-index:1}.project-hero a[data-fancybox]{aspect-ratio:4/3;display:flex;overflow:hidden;position:relative}.project-hero a[data-fancybox] picture{display:inline-block;height:100%}@media only screen and (min-width:1025px){.project-hero a[data-fancybox]:before{background-color:#0000004d;content:"";cursor:pointer;height:100%;left:0;position:absolute;top:0;width:100%}}.project-hero__breadcrumbs{color:#f9fcfd}.project-hero__breadcrumbs .breadcrumbs-wrapper{width:unset}.project-hero__content{display:flex;gap:32px;height:100%;z-index:1}.project-hero__content-left{display:flex;flex-direction:column;justify-content:end;margin-bottom:32px;width:65%}.project-hero__content-left.with-update{margin-bottom:unset}.project-hero__content-right{pointer-events:none;position:relative;width:33.333333%}.content-grid{align-items:start;display:flex;flex-direction:column;pointer-events:none;position:relative;z-index:1}@media only screen and (max-width:1024px){.content-grid{margin-top:16px;row-gap:0}}.content-grid .project-hero__spacer,.content-grid .project-hero__title{margin-bottom:24px}.content-grid .project-hero__title{color:#f9fcfd;pointer-events:all}.content-grid .project-hero__title h1,.content-grid .project-hero__title h2{font-size:44px;font-weight:700;line-height:48px}@media only screen and (max-width:1024px){.content-grid .project-hero__title{color:#000}.content-grid .project-hero__title h1,.content-grid .project-hero__title h2{font-size:22px;font-weight:700;line-height:32px}}.content-grid .project-hero__title-label{background-color:#fff;color:#d60925;display:inline-block;font-size:1.8rem;font-weight:700;line-height:2.4rem;padding:.6rem 1rem}.content-grid .project-hero__status{background-color:#858585;color:#f9fcfd;font-size:12px;font-weight:500;line-height:24px;padding:4px 8px;pointer-events:all}.content-grid .project-hero__status[data-status="In verkoop"],.content-grid .project-hero__status[data-status="Start verkoop"],.content-grid .project-hero__status[data-status=Beschikbaar],.content-grid .project-hero__status[data-status=Inschrijving],.content-grid .project-hero__status[data-status=Voorinschrijving]{background-color:#acc33e}.content-grid .project-hero__status[data-status=Verkocht]{background-color:#d60925}.content-grid .project-hero__status[data-status="In optie"],.content-grid .project-hero__status[data-status=Verkoopvoorbereiding]{background-color:#f98100}.content-grid .project-hero__update{background-color:#f4f3f7;border-radius:4px;box-shadow:0 8px 16px 0 rgba(0,0,0,.102);margin-top:-40px;padding:24px;pointer-events:all;position:relative;top:40px;width:100%;z-index:9}.content-grid .project-hero__update p{margin-bottom:unset}.sticky-filters{background-color:#fff;padding-bottom:1rem;padding-top:2rem;position:sticky;top:78px;z-index:3}.subscription-settings .grid--center{text-align:center}.subscription-settings_form{display:inline-block;margin:0 auto;width:100%}.subscription-settings_form .form--narrow{align-items:stretch;display:flex;flex-direction:column;gap:1rem;max-width:100%;width:100%}.subscription-settings_form .form--narrow .field{flex:1;margin-bottom:0}.subscription-settings_form .form--narrow .field label{display:block;margin-bottom:.5rem}.subscription-settings_form .form--narrow .field input{margin-bottom:0!important;width:100%}.subscription-settings_form .form--narrow .button{margin:0;padding:1rem 2rem;width:100%}@media (min-width:768px){.subscription-settings_form .form--narrow{align-items:flex-end;flex-direction:row}.subscription-settings_form .form--narrow .button,.subscription-settings_form .form--narrow .field input{width:auto}}.regions-grid{display:grid;gap:1rem;grid-template-columns:1fr;margin-top:2rem}.region-section{background:#fff;overflow:hidden}.region-section .region-header{align-items:center;cursor:pointer;display:flex;justify-content:space-between;padding:1rem;-webkit-user-select:none;user-select:none}.region-section .region-header:hover{background:#ebebeb}.region-section .region-header .heading-xs{align-items:center;display:flex;font-size:1.6rem;gap:.5rem;margin:0}.region-section .region-header .heading-xs input[type=checkbox],.region-section .region-header .heading-xs label{cursor:pointer}.region-section .region-header .toggle-icon{fill:currentColor;flex-shrink:0;height:24px;transition:transform .3s ease;width:24px}.region-section .region-header .toggle-icon.collapsed{transform:rotate(-180deg)}.region-section .region-content{height:0;overflow:hidden;transition:height .3s ease}.region-section .region-content.expanded{height:auto;padding:1rem}.region-section .list__subscription{display:grid;gap:.5rem;grid-template-columns:repeat(2,1fr);list-style:none;margin:.5rem 0;padding:0}.region-section .list__subscription li{align-items:center;display:flex;gap:1rem}.region-section .list__subscription li:hover{background:#f5f5f5}.region-section .list__subscription li input[type=checkbox]{accent-color:#d60925;cursor:pointer;margin-top:.2rem}.region-section .list__subscription li label{cursor:pointer;flex:1}.followed-projects{list-style:none;margin:0;padding:0}.form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem}.notification:has(.subscription-message),.toaster{align-items:center;background:#e8f1fc;border-left:4px solid #008cba;border-radius:4px;box-shadow:0 2px 8px #0000001a;color:#008cba;display:flex;gap:1rem;max-width:calc(100% - 4rem);padding:1rem 2rem;position:fixed;right:2rem;top:10rem;transform:translateX(0);transition:transform .3s ease;z-index:1000}.notification:has(.subscription-message):has(.bg--success),.toaster:has(.bg--success){background:#e6f4ea;border-left:4px solid #137333;color:#137333}.notification:has(.subscription-message):has(.bg--error),.toaster:has(.bg--error){background:#fce8e6;border-left:4px solid #c5221f;color:#c5221f}.notification:has(.subscription-message) .island-s,.toaster .island-s{padding:0}.notification:has(.subscription-message).hidden,.toaster.hidden{transform:translateX(100%)}.notification:has(.subscription-message) .toaster-icon,.toaster .toaster-icon{flex-shrink:0;height:24px;width:24px}.notification:has(.subscription-message) .toaster-message,.toaster .toaster-message{color:#333;font-size:1.4rem;margin:0}.modal{bottom:0;display:none;left:0;position:fixed;right:0;top:0;z-index:1000}.modal.is-active{display:block}.modal__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;bottom:0;left:0;position:fixed;right:0;top:0}.modal__content{background:#fff;box-shadow:0 4px 24px #0000001a;left:50%;max-width:600px;position:fixed;top:50%;transform:translate(-50%,-50%);width:100%}.modal__header{align-items:flex-start;display:flex;gap:2rem;justify-content:space-between;padding:2rem}.modal__header h3{font-size:2rem;font-weight:500;line-height:1.3;margin:0}.modal__close{background:none;border:none;color:#666;cursor:pointer;line-height:0;padding:0}.modal__close:hover{color:#333}.modal__close svg{fill:currentColor;height:24px;width:24px}.modal__body{color:#666;font-size:1.6rem;line-height:1.5;padding:2rem}.modal__body p{margin:0 0 1rem}.modal__body p:last-child{margin-bottom:0}.modal__footer{display:flex;gap:1rem;justify-content:space-between;padding:2rem}.button{background-color:#008cba;border:1px solid #008cba;color:#f9fcfd}.button::selection{background-color:initial}.button:focus{background-color:#1a98c1;border-color:#1a98c1;color:#f9fcfd!important}.button:disabled{background-color:#d6d6d6;border-color:#d6d6d6;color:#f9fcfd}@media (hover:hover){.button:not(:disabled):hover{background-color:#00b2ed;border-color:#00b2ed;color:#f9fcfd}}.button--disabled{background-color:#d6d6d6;border-color:#d6d6d6;color:#f9fcfd}.button--secondary{background-color:#f9fcfd;border:.1rem solid #008cba;color:#008cba}.button--secondary:focus{background-color:#000;border-color:#000;color:#f9fcfd!important}.button--secondary:disabled{background-color:#f9fcfd;border-color:#d6d6d6;color:#d6d6d6}@media (hover:hover){.button--secondary:not(:disabled):hover{background-color:#f9fcfd;border-color:#00b2ed;color:#00b2ed}}.button--cta--ghost{background-color:initial;color:#000}@media (hover:hover){.button--cta--ghost:not(:disabled):hover{background-color:initial;color:#000}}.button--cta--ghost:focus{background-color:#f4f3f7!important}.button--brand--ghost{background-color:initial;border-color:#d60925;color:#d60925}.button--brand--ghost:focus{background-color:initial;border-color:#d60925;color:#d60925!important}@media (hover:hover){.button--brand--ghost:not(:disabled):hover{background-color:#da223b;border-color:#da223b;color:#f9fcfd}}.button--blank--ghost{background-color:initial;border:.1rem solid #f9fcfd;color:#f9fcfd}.button--blank--ghost:focus{background-color:#f9fcfd;border-color:#f9fcfd;color:#000!important}.button--blank--ghost:disabled{background-color:#f9fcfd;border-color:#d6d6d6;color:#d6d6d6}@media (hover:hover){.button--blank--ghost:not(:disabled):hover{background-color:#f9fcfd;border-color:#fff;color:#1a1a1a}}.button-link.button-link--cta{align-items:center;display:flex;gap:16px;position:relative}.button-link.button-link--cta:after{background-image:url(../img/icons/chevron-cta-right.svg);background-repeat:no-repeat;background-size:contain;color:inherit;content:"";height:10px;right:0;width:10px}.button-link{color:#008cba}.button-link::selection{background-color:initial}.button-link:focus{color:#00b2ed!important}.button-link:disabled{color:#d6d6d6}@media (hover:hover){.button-link:not(:disabled):hover{color:#00b2ed}}.ie--link{margin-bottom:1.6rem;margin-right:1rem}@media only screen and (max-width:480px){.ie--link{display:inline-flex;margin-right:2rem}}.button--right{float:right}.button--link{align-items:center;color:#008cba;display:flex;gap:8px}.button--link:hover{cursor:pointer;opacity:.6}.button--link a,.button--link span{color:#008cba;font-weight:700;text-decoration:unset}.button--link .button--icon{align-items:center;background-color:#008cba;border-radius:50%;display:flex;height:40px;justify-content:center;width:40px}.button--link .button--icon svg{color:#f9fcfd;height:2rem;width:2rem}.card{box-shadow:0 10px 20px 0 #00000026,0 0 0 0 #0000001a;color:#000;display:flex;flex-direction:column;overflow:hidden;position:relative;text-decoration:none;transition-duration:.2s;transition-property:box-shadow;transition-timing-function:ease}.card--horizontal{flex-direction:row}@media only screen and (max-width:480px){.card--horizontal--palm{flex-direction:row}}@media only screen and (min-width:481px){.card--horizontal--gt-palm{flex-direction:row}}@media only screen and (min-width:481px) and (max-width:1024px){.card--horizontal--lap{flex-direction:row}}@media only screen and (max-width:1024px){.card--horizontal--lt-desk{flex-direction:row}}@media only screen and (min-width:1025px){.card--horizontal--desk{flex-direction:row}}.card__visual{position:relative;width:100%}.card__visual img{display:block;height:auto;width:100%}.card__visual .visual.ratio--4x3 img{aspect-ratio:4/3;object-fit:cover}.card__visual--floorplan picture{background-color:#000;display:block}.card__visual--floorplan img{opacity:.95}.card__visual--floorplan .visual__icon--bottom-right{bottom:4.8rem;right:4.8rem}.card__visual__overlay{background-color:#0003;color:#fff;height:100%;overflow:hidden;padding:2.4rem;position:absolute;width:100%;z-index:1}@media only screen and (min-width:481px) and (max-width:1024px){.card__visual__overlay{padding:1.2rem}}.card__description{display:flex}.card__description>:last-child{margin-bottom:0}.card__description__size{display:flex;flex-basis:50%;justify-content:space-between}.card__description__size-item{align-items:flex-end;display:flex;flex-direction:column}.card__description__size-item__icon{float:right;line-height:0}.card>a{display:block}.card__title{flex-grow:1;font-size:1.6rem;font-weight:700;line-height:1.6rem;margin-bottom:.6rem}.card__title--large{font-size:2rem;line-height:3.6rem}.card__content{background-color:#f4f3f7;display:flex;flex-direction:column;flex-grow:1;padding:2.4rem;position:relative}.card__content:after{background-color:#f4f3f7;-webkit-clip-path:polygon(100% 100%,100% 0,0 100%);clip-path:polygon(100% 100%,100% 0,0 100%);content:"";height:22px;left:auto;position:absolute;right:-1px;top:-20px;width:100%;z-index:1}@media only screen and (max-width:480px){.card--horizontal--palm .card__content:after{display:none}}@media only screen and (min-width:481px){.card--horizontal--gt-palm .card__content:after{display:none}}@media only screen and (min-width:481px) and (max-width:1024px){.card--horizontal--lap .card__content:after{display:none}}@media only screen and (max-width:1024px){.card--horizontal--lt-desk .card__content:after{display:none}}@media only screen and (min-width:1025px){.card--horizontal--desk .card__content:after{display:none}}.card__content--equal-padding{padding:2.4rem}.card__eyebrow{font-size:1.6rem;font-weight:700;line-height:2.4rem;padding-bottom:1.5rem}.card__eyebrow.status--available{color:#acc33e}.card__eyebrow.status--unavailable{color:#858585}.card__date{margin-bottom:.6rem}.card__label{background-color:#fff;color:#d60925;font-weight:700;max-width:calc(100% - 4.8rem);padding:0 .6rem;position:absolute;right:2.4rem;top:2.4rem;width:auto;z-index:1}.card__link{-webkit-appearance:none;appearance:none;background-color:initial;border:0;color:#008cba;font-weight:700;padding:0 2.4rem 0 0;position:relative;text-decoration:none}@media (hover:hover){a.card:hover{box-shadow:0 15px 25px 0 #0003,0 3px 6px 0 #00000021}}.card-banner{display:flex;flex-direction:column;position:relative}@media only screen and (min-width:481px){.card-banner{background-color:#4f4c49}}.card-banner__content{background-color:#4f4c49;color:#fff;margin-top:5.3rem;padding:calc(75% - 72px) 2.4rem 2.4rem}@media only screen and (min-width:481px){.card-banner__content{height:100%;margin-top:0;padding:4rem}}@media only screen and (min-width:1025px){.card-banner__content{padding:4rem 13rem 6rem 0}}.card-banner__title{font-size:2rem;font-weight:700;line-height:2.4rem;margin-bottom:2.4rem}@media only screen and (min-width:481px){.card-banner__title{font-size:3.6rem;line-height:4rem;margin-bottom:2.4rem}}.card-banner__subtitle{font-size:1.8rem;font-weight:700;line-height:2.4rem;padding-bottom:1.2rem}.card-banner__body{padding-bottom:3.5rem}.card-banner__visual{display:block;height:auto;margin:0;padding:0 2.4rem;position:absolute;width:100%;z-index:1}@media only screen and (min-width:481px){.card-banner__visual{height:100%;max-width:unset;padding:0;position:relative}}.card-banner__visual picture{display:flex;height:100%}.card-banner__visual picture img{object-fit:cover}.accordion-group{background:#fff}.accordion-group__title{background:#fff;color:#000;display:block;font-size:1.8rem;font-weight:500;line-height:2rem;padding:2.4rem 4.8rem 2.4rem 2.4rem;position:relative;text-decoration:none}.accordion-group__title:after{background-image:url(/public/img/icons/arrow-right.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";display:block;height:1.8rem;position:absolute;right:2.4rem;top:calc(50% - 1rem);transform:rotate(90deg);transition:transform .2s;width:1.8rem}.accordion-group__title.is--active{border-bottom:.3rem solid #d60925}.accordion-group__title.is--active:after{transform:rotate(-90deg)}.accordion-group__content{max-height:0;overflow:hidden;padding:0 2.4rem}.accordion-group__content--layer>:first-child{margin-top:2.4rem!important}.accordion-group__content--layer>:last-child{margin-bottom:2.4rem!important}@media only screen and (min-width:1025px){.accordion-group__title{display:none}.accordion-group__content{max-height:100%}}.accordion{background-color:#fff;box-shadow:0 0 10px 0 #0003;color:#000;text-decoration:none;width:100%}.accordion__title{background:#fff;font-size:1.8rem;font-weight:700;line-height:2rem;padding:2.4rem 4.8rem 2.4rem 2.4rem;position:relative}.accordion__title:after{background-image:url(/public/img/icons/arrow-right.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";display:block;height:1.8rem;position:absolute;right:2.4rem;top:calc(50% - 1rem);transform:rotate(90deg);transition:transform .2s;width:1.8rem}.accordion__title.is--active:after{transform:rotate(-90deg)}.accordion__arrow{position:relative}.accordion__arrow:after{background-image:url(/public/img/icons/arrow-right.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";display:block;height:1.8rem;position:absolute;right:2.4rem;top:calc(50% - 1rem);transform:rotate(90deg);transition:transform .2s;width:1.8rem}.accordion__arrow.is--active:after{transform:rotate(-90deg)}.accordion__content{border-top:1px solid #e6e4ed;color:#6c6c6c;font-size:1.4rem;line-height:1.6rem;max-height:0;overflow:hidden;padding:0 2.4rem;transition:max-height .2s ease-in-out}.accordion__content>:first-child{margin-top:2.4rem!important}.accordion__content>:last-child{margin-bottom:2.4rem!important}.accordion-group__content .accordion{box-shadow:none}.accordion-group__content .accordion:not(:last-child){border-bottom:1px solid #e6e4ed}.accordion-group__content .accordion__title{padding-left:0;padding-right:2.4rem}.accordion-group__content .accordion__title:after{right:0}.accordion-group__content .accordion__content{border-top:0;padding:0}.accordion-group__content .accordion__content>:first-child{margin-top:0!important}.js-accordion-trigger{cursor:pointer}.simple-accordion{margin-bottom:1rem;width:100%}.simple-accordion__title{cursor:pointer;margin:0;padding-right:3rem;position:relative;width:100%}.simple-accordion__title:before{background-color:initial!important;background-image:url(/public/img/icons/arrow-right.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";display:block;height:1.8rem;left:auto;position:absolute;right:0;top:1.2rem;transform:rotate(90deg);transition:transform .2s;width:1.8rem}.simple-accordion__title.is--active:before{transform:rotate(-90deg)}.simple-accordion__content{display:none}.layer--agent{margin-top:9.6rem}.agent-title{padding-top:7.2rem;text-align:center}.agent-wrapper{box-shadow:0 2px 12px 0 #0000001a;margin-top:-19.2rem;padding:32px 0;position:relative}@media only screen and (min-width:1025px){.agent-wrapper{padding:32px}}.agent-wrapper .agent-wrapper__title{font-weight:300;text-align:center}.agent-wrapper .agent-wrapper__container{display:flex;flex-wrap:wrap}.agent-wrapper .agent-wrapper__grid{display:grid;gap:32px;grid-template-columns:1fr}@media only screen and (min-width:481px){.agent-wrapper .agent-wrapper__grid{grid-template-columns:1fr 1fr}}.agent-wrapper .agent-wrapper__grid .agent--item{display:flex}.agent-wrapper .agent-wrapper__grid .agent--item img{height:56px;min-height:56px;min-width:56px;width:56px}@media only screen and (min-width:481px){.agent-wrapper .agent-wrapper__grid .agent--item:not(:last-child){border-bottom:.2rem solid #efefef;padding-bottom:32px}.agent-wrapper .agent-wrapper__grid .agent--item:nth-last-of-type(-n+2){border-bottom:none;padding-bottom:unset}}.agent__cell{background-color:#fff;z-index:2}@media only screen and (min-width:1025px){.agent__cell{margin-top:-16.8rem}}.pimcore_area_estate-agents-contact{overflow:hidden}.agent-contact{padding-bottom:2.4rem}@media only screen and (min-width:1025px){.agent-contact{padding-bottom:24rem}}.agent{display:flex;flex-direction:row;margin-bottom:1.8rem;padding-bottom:1.8rem;width:48%}@media only screen and (max-width:480px){.agent{width:100%}}.agent:not(:last-child){border-bottom:.2rem solid #efefef}.agent:nth-child(odd){margin-right:4%}.agent:nth-last-of-type(-n+2){border-bottom:none}@media only screen and (max-width:480px){.agent:not(:last-child){border-bottom:.2rem solid #efefef!important}}.agent:last-child{margin-bottom:0}.agent:hover{cursor:pointer}.agent__picture{border:.2rem solid #d60925;border-radius:50%;height:7rem;margin-right:1.2rem;padding:.2rem;width:7rem}.agent-details{display:flex;flex-direction:row}.agent__company-name,.agent__phone{font-weight:700}.agent__phone{color:#d60925;line-height:2.4rem;padding-left:2.4rem;position:relative}.agent__phone:before{background-image:url(/public/img/icons/phone-horn.svg);background-position:50%;background-repeat:no-repeat;background-size:14px;content:"";height:1.6rem;left:0;position:absolute;top:4px;width:1.6rem}.estate-agent-button-container{display:flex;flex-direction:column;gap:16px}.estate-agent-button-container .button--link .button--icon{background-color:initial}@media only screen and (min-width:481px){.estate-agent-button-container{flex-direction:row;justify-content:space-evenly}}.breadcrumbs-wrapper{padding-top:1.2rem;position:absolute;width:100%;z-index:1}.breadcrumbs-wrapper .breadcrumbs-wrapper--base .breadcrumbs__link{color:#f4f3f7}.breadcrumbs-wrapper .breadcrumbs-wrapper--base .breadcrumbs__item{display:inline-block;list-style:none;padding-right:1.8rem;position:relative}.breadcrumbs-wrapper .breadcrumbs-wrapper--base .breadcrumbs__item .breadcrumbs__link{font-weight:700}.breadcrumbs-wrapper .breadcrumbs-wrapper--base .breadcrumbs__item:not(:first-child){padding:0 1.8rem}.breadcrumbs-wrapper .breadcrumbs-wrapper--base .breadcrumbs__item:not(:last-child) .breadcrumbs__link{font-weight:300}.breadcrumbs-wrapper .breadcrumbs-wrapper--base .breadcrumbs__item:not(:last-child):after{background-image:url(../img/arrows/arrow-right--white.svg);background-repeat:no-repeat;background-size:contain;content:"";height:1.2rem;position:absolute;right:-1.2rem;top:50%;transform:translateY(-50%);width:1.2rem}.breadcrumbs-wrapper .breadcrumbs-wrapper--base .breadcrumbs-back--large{color:#f4f3f7;text-decoration:none}.breadcrumbs-wrapper .breadcrumbs-wrapper--base .breadcrumbs-back--large:after{background-image:url(../img/arrows/arrow-back--white-large.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";height:1.6rem;left:0;position:absolute;top:50%;transform:translateY(-50%);width:1.6rem}@media only screen and (max-width:480px){.breadcrumbs-wrapper .breadcrumbs-wrapper--base .breadcrumbs-back--large{color:#d60925}.breadcrumbs-wrapper .breadcrumbs-wrapper--base .breadcrumbs-back--large:after{background-image:url(../img/arrows/arrow-back--brand-large.svg)!important}.breadcrumbs-wrapper{padding:1.4rem 0 1.2rem;position:relative}}.breadcrumbs-wrapper--base{padding:1.2rem 0;position:relative}.breadcrumbs-wrapper--base .breadcrumbs__item{display:inline-block;list-style:none;padding-right:1.8rem;position:relative}.breadcrumbs-wrapper--base .breadcrumbs__item:not(:first-child){padding:0 1.8rem}.breadcrumbs-wrapper--base .breadcrumbs__item:not(:last-child):after{background-image:url(../img/arrows/arrow-right--grey.svg);background-repeat:no-repeat;background-size:contain;content:"";height:1.8rem;position:absolute;right:-1.2rem;top:50%;transform:translateY(-50%);width:1.8rem}.breadcrumbs-wrapper--base .breadcrumbs__link{color:#4f4c49}.breadcrumbs-wrapper--base .breadcrumbs-back--large{color:#4f4c49;text-decoration:none}.breadcrumbs-wrapper--base .breadcrumbs-back--large:after{background-image:url(../img/arrows/arrow-back--base-med-large.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";height:1.6rem;left:0;position:absolute;top:50%;transform:translateY(-50%);width:1.6rem}@media only screen and (max-width:480px){.breadcrumbs-wrapper--base .breadcrumbs-back--large{color:#d60925}.breadcrumbs-wrapper--base .breadcrumbs-back--large:after{background-image:url(../img/arrows/arrow-back--brand-large.svg)!important}}.breadcrumbs{pointer-events:all}.breadcrumbs ul{margin:0;padding-left:0}.breadcrumbs__item{display:inline-block;list-style:none;padding-right:1.8rem;position:relative}.breadcrumbs__item:not(:first-child){padding:0 1.8rem}.breadcrumbs__item:not(:last-child):after{background-image:url(../img/arrows/arrow-right--white.svg);background-repeat:no-repeat;background-size:contain;content:"";height:1.8rem;position:absolute;right:-1.2rem;top:50%;transform:translateY(-50%);width:1.8rem}.breadcrumbs__link{color:#f4f3f7;text-decoration:none}.breadcrumbs__link:hover{text-decoration:underline}.breadcrumbs__link.is-active{font-weight:700}.breadcrumbs-back--large{color:#f4f3f7;display:inline-block;font-size:1.6rem;font-weight:700;padding-left:3.6rem;position:relative;text-decoration:none}.breadcrumbs-back--large:after{background-image:url(../img/arrows/arrow-back--white-large.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";height:1.6rem;left:0;position:absolute;top:50%;transform:translateY(-50%);width:1.6rem}.construction-number-navigation{display:flex}.construction-number-navigation--back,.construction-number-navigation--next{color:#f4f3f7;position:relative;text-decoration:none}.construction-number-navigation--back:after,.construction-number-navigation--next:after{background-image:url(../img/arrows/arrow-right--white.svg);background-repeat:no-repeat;background-size:contain;content:"";height:1.6rem;position:absolute;top:.1rem;width:1.6rem}@media only screen and (max-width:480px){.construction-number-navigation--back:after,.construction-number-navigation--next:after{background-image:url(../img/arrows/arrow-right--base-med.svg);height:1.4rem;top:.2rem;width:1.4rem}.construction-number-navigation--back,.construction-number-navigation--next{color:#4f4c49}}.construction-number-navigation--back{margin-right:2.4rem;padding-left:2.4rem}@media only screen and (max-width:480px){.construction-number-navigation--back{padding-left:2.4rem}}.construction-number-navigation--back:after{left:0;transform:rotate(180deg)}.construction-number-navigation--next{padding-right:2.4rem}@media only screen and (max-width:480px){.construction-number-navigation--next{padding-right:2.4rem}}.construction-number-navigation--next:after{right:0}.collab{display:flex}@media only screen and (max-width:480px){.collab{flex-wrap:wrap;justify-content:space-around}}.logo__holder{align-items:center;display:flex;flex-direction:column}.logo__holder img{flex-grow:1;max-width:70%}.col-selector-wrapper,.col-selector-wrapper--transition{display:flex;gap:4.8rem;position:relative}.col-selector-wrapper--transition:not(:last-child),.col-selector-wrapper:not(:last-child){margin-bottom:2.4rem}@media only screen and (min-width:481px){.col-selector-wrapper,.col-selector-wrapper--transition{flex-flow:row!important}}@media only screen and (min-width:1025px){.col-selector-wrapper--transition:not(:last-child),.col-selector-wrapper:not(:last-child){margin-bottom:12rem}}.col-selector-wrapper .col-selector__heading,.col-selector-wrapper--transition .col-selector__heading{font-size:2rem;line-height:2.4rem;line-height:4rem}@media only screen and (min-width:1025px){.col-selector-wrapper .col-selector__heading,.col-selector-wrapper--transition .col-selector__heading{font-size:3rem;line-height:3.2rem;line-height:4rem}}.col-selector-wrapper .col-select-text__left,.col-selector-wrapper--transition .col-select-text__left{order:2}@media only screen and (min-width:1025px){.col-selector-wrapper .col-select-text__left,.col-selector-wrapper--transition .col-select-text__left{order:1}}.col-selector-wrapper .col-select-img__right,.col-selector-wrapper--transition .col-select-img__right{order:1}@media only screen and (min-width:1025px){.col-selector-wrapper .col-select-img__right,.col-selector-wrapper--transition .col-select-img__right{order:2}}.col-selector-wrapper .col-select-img__left figure,.col-selector-wrapper .col-select-img__right figure,.col-selector-wrapper--transition .col-select-img__left figure,.col-selector-wrapper--transition .col-select-img__right figure{margin:0;position:relative}@media only screen and (max-width:480px){.col-selector-wrapper .col-select-img__left figure,.col-selector-wrapper .col-select-img__right figure,.col-selector-wrapper--transition .col-select-img__left figure,.col-selector-wrapper--transition .col-select-img__right figure{margin:0 -2.4rem;position:relative;width:calc(100% + 4.8rem)}}.col-selector-wrapper .col-select-img__left figure img,.col-selector-wrapper .col-select-img__right figure img,.col-selector-wrapper--transition .col-select-img__left figure img,.col-selector-wrapper--transition .col-select-img__right figure img{display:block}.col-selector-wrapper .col-select-img__left figure .col-selector__overlay,.col-selector-wrapper .col-select-img__right figure .col-selector__overlay,.col-selector-wrapper--transition .col-select-img__left figure .col-selector__overlay,.col-selector-wrapper--transition .col-select-img__right figure .col-selector__overlay{background-color:#fff;padding:2.4rem 4.8rem 2.4rem 2.4rem;position:relative}@media only screen and (max-width:1024px){.col-selector-wrapper .col-select-img__left figure .col-selector__overlay,.col-selector-wrapper .col-select-img__right figure .col-selector__overlay,.col-selector-wrapper--transition .col-select-img__left figure .col-selector__overlay,.col-selector-wrapper--transition .col-select-img__right figure .col-selector__overlay{margin:-4.8rem 2.4rem 0}}@media only screen and (min-width:1025px){.col-selector-wrapper .col-select-img__left figure .col-selector__overlay,.col-selector-wrapper .col-select-img__right figure .col-selector__overlay,.col-selector-wrapper--transition .col-select-img__left figure .col-selector__overlay,.col-selector-wrapper--transition .col-select-img__right figure .col-selector__overlay{bottom:0;max-width:450px;position:absolute;right:0}}.col-selector-wrapper--transition{background-color:#f4f3f7;overflow:hidden}.col-selector-wrapper--transition:not(:has(.col-select-img__left)):not(:has(.col-select-img__right)) .col-selector__text-wrapper{padding:4.8rem}.col-selector-wrapper--transition:has(.col-select-img__right) .col-select-text__left .col-selector__text-wrapper{padding:4.8rem}.col-selector-wrapper--transition:has(.col-select-img__left) .col-select-text__right .col-selector__text-wrapper{padding:4.8rem}@media only screen and (min-width:481px){.col-selector-wrapper--transition .heading--desk{margin-bottom:0}.col-selector-wrapper--transition:has(.col-select-text__right) .col-selector__overlay{right:4.32rem!important}}@media only screen and (min-width:481px) and (min-width:481px){.col-selector-wrapper--transition:has(.col-select-text__right) .col-selector__overlay:after{background-color:#fff;bottom:-1px;-webkit-clip-path:polygon(0 100%,100% 100%,100% 0);clip-path:polygon(0 100%,100% 100%,100% 0);content:"";height:calc(100% + 2px);left:-10px;position:absolute;right:auto;top:-1px;width:11px}}@media only screen and (min-width:481px){.col-selector-wrapper--transition:has(.col-select-text__left) .col-selector__overlay{left:4.32rem!important}}@media only screen and (min-width:481px) and (min-width:481px){.col-selector-wrapper--transition:has(.col-select-text__left) .col-selector__overlay:after{background-color:#fff;bottom:-1px;-webkit-clip-path:polygon(0 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 100%,0 100%);content:"";height:calc(100% + 2px);left:auto;position:absolute;right:-10px;top:-1px;width:11px}}.col-selector-wrapper--transition .col-selector__text-wrapper{align-items:flex-start;display:flex;flex-direction:column;height:100%;justify-content:center;padding-bottom:4.8rem;padding-right:2.4rem;padding-top:4.8rem}@media only screen and (max-width:480px){.col-selector-wrapper--transition .col-selector__text-wrapper{padding:0 2.4rem 2.4rem}}.col-selector-wrapper--transition .col-select-text__right{position:relative}@media only screen and (min-width:481px){.col-selector-wrapper--transition .col-select-text__right{margin:unset}}.col-selector-wrapper--transition:has(.col-select-img__left) .col-select-text__right:after{background-color:#f4f3f7;bottom:-1px;-webkit-clip-path:polygon(0 100%,100% 100%,100% 0);clip-path:polygon(0 100%,100% 100%,100% 0);content:"";height:calc(100% + 3px);left:-106.6px;position:absolute;right:auto;top:-1px;width:60px}.col-selector-wrapper--transition .col-select-text__left{position:relative}@media only screen and (min-width:481px){.col-selector-wrapper--transition .col-select-text__left{margin:unset}}.col-selector-wrapper--transition:has(.col-select-img__right) .col-select-text__left:after{background-color:#f4f3f7;bottom:-1px;-webkit-clip-path:polygon(0 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 100%,0 100%);content:"";height:calc(100% + 3px);left:auto;position:absolute;right:-106.6px;top:-1px;width:60px;z-index:2}.nb--cookiepopup{bottom:0;display:none;left:0;position:fixed;right:0;top:0;z-index:99999}.nb--cookiepopup .img--full,.nb--cookiepopup iframe{display:block}.nb--cookiepopup:after{background-color:#000c;bottom:0;content:"";display:block;left:0;position:absolute;right:0;top:0;z-index:1}.nb--cookiepopup--react,.nb--cookiepopup[data-nbcookiestate=active]{display:block}.nb--cookiepopup__box{background-color:#fff;box-sizing:border-box;color:#000!important;display:block;font-family:Poppins,sans-serif!important;font-size:14px!important;left:50%;line-height:24px!important;max-height:80%;max-width:670px;overflow:auto;padding:36px;position:absolute;top:50%;transform:translate(-50%,-50%);width:95%;z-index:2}.nb--cookiepopup__box a{white-space:nowrap}.nb--cookiepopup__box p{margin-bottom:24px}.nb--cookiepopup__box p a{color:#d60925;transition:color .3s cubic-bezier(.4,0,.2,1)}.nb--cookiepopup__box p a:hover{color:#f51d3a}.nb--cookiepopup__title{color:#000!important;font-family:Poppins,sans-serif!important;font-size:24px!important;font-weight:600!important;margin-bottom:12px!important;text-transform:none!important}.nb--cookiepopup__btn{background-color:#d60925;color:#fff;display:inline-block;font-size:14px!important;padding:12px 24px;text-decoration:none!important;transition:background-color .3s cubic-bezier(.4,0,.2,1)}.nb--cookiepopup__btn:hover{background-color:#f51d3a;text-decoration:none!important}.nb--cookiepopup__link{color:#000!important;font-size:14px!important;text-decoration:none;transition:color .3s cubic-bezier(.4,0,.2,1)}.nb--cookiepopup__link:hover{color:#000}.nb--cookiepopup__form{margin-bottom:24px}.nb--cookiepopup__field{margin-bottom:12px}.nb--cookiepopup__required{color:#8a1f1f!important;display:none;font-size:13px!important;line-height:21px!important}.nb--cookiepopup__field--checkbox,.nb--cookiepopup__field--radio{font-size:0}.nb--cookiepopup__field--checkbox input,.nb--cookiepopup__field--radio input{display:inline-block;font-size:14px!important;height:auto!important;margin:8px 10px 0 0!important;vertical-align:top;width:auto!important}.nb--cookiepopup__field--checkbox label,.nb--cookiepopup__field--radio label{display:inline-block;font-size:14px!important;font-weight:400!important;line-height:30px!important;vertical-align:top;width:calc(100% - 50px)}.nb--cookiepopup__field--checkbox label strong,.nb--cookiepopup__field--radio label strong{font-weight:700!important}.nb--cookiepopup__field--checkbox label .nb--cookiepopup__label,.nb--cookiepopup__field--radio label .nb--cookiepopup__label{background-color:#4175b7!important;color:#fff!important;font-size:12px!important;margin-left:6px;padding:6px!important}.nb--cookiepopup__field--radio input[type=radio]{-webkit-appearance:radio}.nb--cookiepopup__field--checkbox input[type=checkbox]{-webkit-appearance:checkbox}.nb--cookiebar__modal{background:#efefef;bottom:0;padding:24px 0;position:fixed;width:100%}.nb--cookiebar__modal[data-nbcookiestate=passive]{display:none}.nb--cookiebar__notice{margin:0}.no--cookiebar__btn{background-color:#d60925;position:absolute;right:0}@media screen and (max-width:480px){.nb--cookiepopup__box{padding:24px}.nb--cookiepopup__box h2{margin:0 0 10px}}.u-relative{position:relative}.data-table__column__number{background-color:#d60925;bottom:1.2rem;color:#f4f3f7;font-weight:700;height:3.6rem;position:absolute;right:-2.4rem;text-align:center;width:3.6rem}.data-table__column__number:before{content:"nr.";display:block;font-size:1.2rem;font-weight:400;line-height:.32rem;padding-top:.6rem}.data-table__column__number:after{content:attr(data-number);display:block;font-weight:700}.data-table__column__image{padding:1.2rem;position:relative;width:12rem}.table{display:flex;flex:1 1 auto;flex-flow:column nowrap;margin:.5rem}.data-table__head{background-color:#f2f2f2;color:#d60925;display:none;font-weight:700}.data-table__head>.data-table__head-item,.data-table__row>.data-table__entry{white-space:normal}.data-table__entry--price__suffix{color:#858585;font-size:1.4rem;line-height:1.6rem}.data-table__entry--price{align-items:flex-start!important;flex-flow:column nowrap!important;justify-content:center}.data-table__entry--price>.price{flex-grow:0}.data-table__row,.tr{display:flex;flex-flow:row nowrap;position:relative;width:100%}.data-table__row:not(:first-child):after,.tr:not(:first-child):after{background-image:url(../img/arrows/arrow-right--grey.svg);background-repeat:no-repeat;background-size:contain;content:"";height:1.8rem;position:absolute;right:1.2rem;top:50%;transform:translateY(-50%);width:1.8rem}.data-table__row:nth-of-type(2n),.tr:nth-of-type(2n){background-color:#f2f2f2}.data-table__row:nth-of-type(odd),.tr:nth-of-type(odd){background-color:#fff}.data-table__entry,.data-table__head-item,.td{align-items:center;display:flex;flex-basis:0;flex-flow:row nowrap;flex-grow:1;font-size:1.5rem;min-width:0;overflow:hidden;padding:.5em;text-overflow:ellipsis;white-space:nowrap;word-break:break-word}@media only screen and (max-width:1024px){.data-table__entry--number,.data-table__head-item--number{flex-basis:8rem}}.data-table__entry--housetype,.data-table__head-item--housetype{flex-basis:3rem;flex-shrink:0}.data-table__row--clickable{cursor:pointer}.data-table__head-item--price-month{word-break:normal}.table--mobile{margin:0}.image--desaturated{filter:grayscale(100%)}.news-overview{position:relative;z-index:1}.hidden{display:none!important}@media only screen and (min-width:1025px){.layer .item-pull-top--desk{top:-10.8rem}.layer .item-pull-top-s--desk{top:-8.8rem}.layer-l .item-pull-top--desk{margin-top:-15.6rem}.layer-l .item-pull-top-s--desk{top:-13.6rem}}.layer .item-pull-top{top:-10.8rem}.layer .item-pull-top-s{top:-8.8rem}.layer-l .item-pull-top{top:-15.6rem}.layer-l .item-pull-top-s{top:-13.6rem}@media only screen and (max-width:480px){.layer .item-pull-top{top:-7.8rem}.layer .item-pull-top-s{top:-6.8rem}.layer-l .item-pull-top{top:-12.6rem}.layer-l .item-pull-top-s{top:-11.6rem}.layer-l.has--pull-item{padding:1.2rem 0 9.6rem}.layer-l.has--pull-item .item-pull-top-s{top:-3.2rem}}.island--rounded{border-radius:.6rem}.island--shadow{box-shadow:0 6px 10px #0000001f,0 3px 6px #00000024}.island--flex{display:flex;flex-direction:column;justify-content:space-between}.flex-logo{align-items:center;display:flex;flex-grow:1}.island-l{padding:4.8rem}@media only screen and (max-width:480px){.hidden--palm{display:none!important}.island-l--palm{padding:4.8rem}}@media only screen and (min-width:481px){.hidden--gt-palm{display:none!important}.island-l--gt-palm{padding:4.8rem}}@media only screen and (min-width:481px) and (max-width:1024px){.hidden--lap{display:none!important}.island-l--lap{padding:4.8rem}}@media only screen and (max-width:1024px){.hidden--lt-desk{display:none!important}.island-l--lt-desk{padding:4.8rem}}@media only screen and (min-width:1025px){.hidden--desk{display:none!important}.island-l--desk{padding:4.8rem}}@media only screen and (min-width:481px){.layout--center--gt-palm{justify-content:center}.layout--right--gt-palm{justify-content:right}}.fill--base-med{stroke:#efefef}.fill--subtle-med{stroke:#858585}.stroke--base{stroke:#000!important}.stroke--base-med{stroke:#4f4c49!important}.stroke--subtle-med{stroke:#efefef!important}.stroke--subtle{stroke:#f4f3f7!important}.stroke--blank{stroke:#f9fcfd!important}.stroke--brand{stroke:#d60925!important}.stroke--brand-sec,.stroke--cta{stroke:#008cba!important}.stroke--white{stroke:#fff!important}.stroke--tint-xlight{stroke:#f4f3f7!important}.stroke--tint-light{stroke:#efefef!important}.stroke--tint{stroke:#d7d7d7!important}.stroke--tint-dark{stroke:#858585!important}.stroke--semantic-error{stroke:#d60925!important}.stroke--semantic-info{stroke:#008cba!important}.stroke--semantic-success{stroke:#acc33e!important}.stroke--semantic-warning{stroke:#f98100!important}.stroke--semantic-unavailable{stroke:#858585!important}.info-bar{background-color:#d60925;color:#f9fcfd;padding:1.8rem 0}.info-bar>.related-table__container,.info-bar>.site-width{align-items:center;display:flex}@media only screen and (min-width:481px){.info-bar>.related-table__container>:not(:last-child),.info-bar>.site-width>:not(:last-child){margin-right:2.4rem}}@media only screen and (max-width:480px){.info-bar>.related-table__container,.info-bar>.site-width{flex-direction:column;text-align:center}.info-bar>.related-table__container>:not(:last-child),.info-bar>.site-width>:not(:last-child){margin-bottom:1.2rem}}.knowledge-base-link-container{padding:0}.knowledge-base-link-container:after{display:none}.knowledge-base-link{color:inherit;display:block;padding:2.4rem;text-decoration:none;width:100%}.knowledge-base-link:hover{text-decoration:underline}.mapbox-wrapper{position:relative}.mapbox-wrapper .mapbox-holder{height:60rem;padding-bottom:0;position:relative}@media only screen and (max-width:480px){.mapbox-wrapper .mapbox-holder{padding-bottom:56.25%}.mapbox-wrapper .mapbox-holder:not(:last-child){margin-bottom:2.4rem}}.mapbox-wrapper .mapbox{height:100%;left:0;position:absolute;top:0;width:100%;z-index:0}.mapbox-wrapper .map-style-switch{bottom:5rem;position:absolute;right:5rem}@media only screen and (min-width:481px){.mapbox-wrapper .map-style-switch{bottom:3rem;right:5rem}}@media only screen and (max-width:480px){.mapbox-wrapper .map-style-switch{bottom:1rem}}.mapbox-wrapper .map-style-switch .map-style-switch__toggle{background:#fff;border:none;border-radius:.6rem;box-shadow:0 1px 4px -1px #0000004d;color:#000;padding:.5rem 1.5rem;vertical-align:middle}.mapbox-wrapper .map-style-switch .map-style-switch__toggle.active{font-weight:500}.mapbox-wrapper .mapbox-layer{left:2.4rem;position:absolute;top:90%;z-index:2}@media only screen and (max-width:1024px){.mapbox-wrapper .mapbox-layer{width:calc(100% - 4.8rem)}}@media only screen and (min-width:1025px){.mapbox-wrapper .mapbox-layer{left:0;margin:1rem;top:0}}.mapbox-wrapper .mapbox-search{background:#f0f0f0;margin-bottom:1rem;padding:1.2rem}@media only screen and (max-width:1024px){.mapbox-wrapper .mapbox-search{width:100%}}@media only screen and (min-width:1025px){.mapbox-wrapper .mapbox-search{background:#fff;border-radius:3rem;padding:1rem}}.mapbox-wrapper .mapbox-search form>div>div{display:inline-block;width:100%}@media only screen and (min-width:1025px){.mapbox-wrapper .mapbox-search form>div>div{width:auto}}.mapbox-wrapper .mapbox-search label{display:none}@media only screen and (min-width:1025px){.mapbox-wrapper .mapbox-search .select-autocomplete{width:35rem}}.mapbox-wrapper .mapbox-search .location-submit,.mapbox-wrapper .mapbox-search .select-autocomplete input{border-radius:3rem!important;height:4.5rem;width:100%}.mapbox-wrapper .mapbox-search .select-autocomplete input{background-image:url(/public/img/icons/search.svg);background-position:1rem 55%;background-repeat:no-repeat;background-size:1.8rem auto;border-color:#0000!important;margin-bottom:1.2rem;padding-left:3.6rem!important}@media only screen and (min-width:1025px){.mapbox-wrapper .mapbox-search .select-autocomplete input{margin-bottom:0}}.mapbox-wrapper .mapbox-search .select-autocomplete input:focus{border-color:#0000;box-shadow:none!important}.mapbox-wrapper .legenda{padding:0 2.4rem}@media only screen and (min-width:481px){.mapbox-wrapper .legenda{background:#f9fcfd;bottom:0;left:2.4rem;padding:2.4rem 7.2rem;position:absolute;z-index:1}}.mapbox-wrapper .marker{background-repeat:no-repeat;background-size:cover}.mapbox-wrapper--layout{margin-left:-2.4rem;width:100vw!important}@media only screen and (max-width:1024px){.mapbox-wrapper--layout{margin-bottom:9rem}}.mapbox-wrapper--layout .mapboxgl-map{height:50vh;width:100%}@media only screen and (min-width:1025px){.mapbox-wrapper--layout{margin-left:0;right:0;width:50vw!important}.mapbox-wrapper--layout .mapboxgl-map{height:calc(100vh - 8rem)}}.mapbox-popup{font-family:Poppins,sans-serif!important;max-width:100%;width:300px}@media only screen and (min-width:1025px){.mapbox-popup{width:500px}}.list--legenda{list-style:none;margin-left:0}.list--legenda .list__item{align-items:center;display:flex}.list--legenda .list__item:not(:last-child){margin-bottom:.8rem}.list--legenda .list__item .icon{height:1.8rem;margin-right:1.2rem;width:1.8rem}@media only screen and (max-width:480px){.list--legenda{margin-bottom:2.4rem}}.marker{background-size:contain;height:4rem;width:3.2rem}.marker-woning{background-image:url(/public/img/icons/pin-location.svg)}.marker-natuur{background-image:url(/public/img/icons/pin-nature.svg)}.marker-sport{background-image:url(/public/img/icons/pin-sport.svg)}.marker-winkel{background-image:url(/public/img/icons/pin-market.svg)}.marker-opvang{background-image:url(/public/img/icons/pin-daycare.svg)}.marker-bezienswaardigheid{background-image:url(/public/img/icons/pin-hotspot.svg)}.marker-onderwijs{background-image:url(/public/img/icons/pin-education.svg)}.marker-ov{background-image:url(/public/img/icons/pin-public-transport.svg)}.marker-uitvalsweg{background-image:url(/public/img/icons/pin-roads.svg)}.marker-woonboulevard{background-image:url(/public/img/icons/pin-boulevard.svg)}.marker-ziekenhuis{background-image:url(/public/img/icons/pin-hospital.svg)}.marker-detail{background-image:url(/public/img/icons/pin-location.svg);background-size:100%}.marker.fallback-class,.marker.in-ontwikkeling,.marker.in-verkoop,.marker.marker-default,.marker.start-verkoop,.marker.verkoopvoorbereiding,.marker.voorinschrijving,.marker.vrije-verkoop{background-image:url(/public/img/icons/pin-fallback.svg)}.marker.marker-centerpoint{background-image:url(/public/img/icons/pin-base-location.svg)}@media only screen and (min-width:1025px){.mapbox-projects-wrapper{height:calc(100vh - 8rem);overflow-x:visible;overflow-y:scroll;padding:0 2.4rem}.mapbox-layout-container{margin-left:-2.4rem}}.mapsClean{position:relative!important}.mapsClean:before{content:"";height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:1}.slider__items:not(.tns-slider){display:flex}.slider--construction-numbers,.slider--involved-companies,.slider--media{position:relative}.slider--construction-numbers .slider__arrows,.slider--involved-companies .slider__arrows,.slider--media .slider__arrows{display:flex;justify-content:space-between;outline:none;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);width:100%;z-index:1}.slider--construction-numbers .slider__arrows>button,.slider--involved-companies .slider__arrows>button,.slider--media .slider__arrows>button{-webkit-appearance:none;appearance:none;background-color:#d60925;border:0;outline:none;padding:2.4rem;pointer-events:all;transition-duration:.2s;transition-property:background-color;transition-timing-function:ease}.slider--construction-numbers .slider__arrows>button:disabled,.slider--involved-companies .slider__arrows>button:disabled,.slider--media .slider__arrows>button:disabled{background-color:#d7d7d7}@media only screen and (max-width:480px){.slider--construction-numbers .slider__arrows>button,.slider--involved-companies .slider__arrows>button,.slider--media .slider__arrows>button{padding:1.2rem}.slider--construction-numbers .slider__arrows>button:disabled,.slider--involved-companies .slider__arrows>button:disabled,.slider--media .slider__arrows>button:disabled{visibility:hidden}}.slider--construction-numbers .slider__arrows>button .icon,.slider--involved-companies .slider__arrows>button .icon,.slider--media .slider__arrows>button .icon{color:#f9fcfd;display:block;height:2rem;width:2rem}.slider--construction-numbers .slider__dots,.slider--involved-companies .slider__dots,.slider--media .slider__dots{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center}.slider--construction-numbers .slider__dots>button,.slider--involved-companies .slider__dots>button,.slider--media .slider__dots>button{-webkit-appearance:none;appearance:none;background-color:#d7d7d7;border:0;height:.4rem;outline:none;padding:0;transition-duration:.2s;transition-property:background-color,width;transition-timing-function:ease;width:2.4rem}.slider--construction-numbers .slider__dots>button:not(:last-child),.slider--involved-companies .slider__dots>button:not(:last-child),.slider--media .slider__dots>button:not(:last-child){margin-right:.6rem}.slider--construction-numbers .slider__dots>button.tns-nav-active,.slider--involved-companies .slider__dots>button.tns-nav-active,.slider--media .slider__dots>button.tns-nav-active{background-color:#d60925;width:3.6rem}.slider--construction-numbers .slider__item,.slider--involved-companies .slider__item,.slider--media .slider__item{position:relative}.slider--construction-numbers .slider__item>a,.slider--involved-companies .slider__item>a,.slider--media .slider__item>a{display:block}.slider--construction-numbers .slider__icon,.slider--involved-companies .slider__icon,.slider--media .slider__icon{left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:1}.slider--construction-numbers .slider__icon>.icon,.slider--involved-companies .slider__icon>.icon,.slider--media .slider__icon>.icon{display:block;height:6rem;width:6rem}.slider--construction-numbers .slider__image,.slider--involved-companies .slider__image,.slider--media .slider__image{display:block;height:60vh;pointer-events:none;transform:scale(.9);transform-origin:center;transition:transform .15s ease-in;width:auto;will-change:transform}@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait){.slider--construction-numbers .slider__image,.slider--involved-companies .slider__image,.slider--media .slider__image{height:35vh}}@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape){.slider--construction-numbers .slider__image,.slider--involved-companies .slider__image,.slider--media .slider__image{height:45vh}}@media only screen and (min-device-width:320px) and (max-device-width:767px) and (orientation:portrait){.slider--construction-numbers .slider__image,.slider--involved-companies .slider__image,.slider--media .slider__image{height:35vh}}@media only screen and (min-device-width:320px) and (max-device-width:767px) and (orientation:landscape){.slider--construction-numbers .slider__image,.slider--involved-companies .slider__image,.slider--media .slider__image{height:50vh}}.slider--construction-numbers .slider__item:not(.is--current) .slider__image,.slider--involved-companies .slider__item:not(.is--current) .slider__image,.slider--media .slider__item:not(.is--current) .slider__image{transition-timing-function:ease-out}.slider--construction-numbers .slider__item.is--current .slider__image,.slider--involved-companies .slider__item.is--current .slider__image,.slider--media .slider__item.is--current .slider__image{transform:scale(1)}.slider--construction-numbers .slider__arrows{left:0;top:calc(50% - 2.4rem)}@media only screen and (max-width:480px){.slider--construction-numbers .slider__arrows>button:disabled{visibility:initial}}.gnext,.gprev{display:none}.slider--involved-companies .js-slider:not(.tns-slider)>*{margin-right:1.8rem;width:30rem}.slider--involved-companies .js-slider:not(.tns-slider)~.slider__arrows{display:none}.parcel-map{margin-top:4rem;width:100%}.parcel-map-container{margin-bottom:3rem;max-width:100%;overflow:hidden;position:relative}@media only screen and (min-width:1025px){.parcel-map-container{height:0;padding-bottom:56.25%}}.parcel__visual{height:100%;margin:0;max-width:unset;padding:0;position:relative}.parcel__visual picture{display:flex;height:100%}.parcel__visual picture img{object-fit:cover}.parcel{display:none}@media only screen and (min-width:1025px){.parcel{display:block;height:100%;left:0;max-height:71.2rem;position:absolute;top:0;width:100%}}.region-update-form .region-update-form__content{font-weight:300}.region-update-form .region-update-form__image-container{overflow:hidden;position:relative}.region-update-form .region-update-form__image-container:after{background-color:#f4f3f7;-webkit-clip-path:polygon(0 0,100% 0,0 100%);clip-path:polygon(0 0,100% 0,0 100%);content:"";height:21px;left:2.4rem;position:absolute;right:0;top:-1px;width:100%}@media only screen and (min-width:481px){.region-update-form .region-update-form__image-container{padding-left:0}.region-update-form .region-update-form__image-container:after{background-color:#f4f3f7;bottom:-1px;-webkit-clip-path:polygon(100% 0,0 0,0 100%);clip-path:polygon(100% 0,0 0,0 100%);content:"";height:calc(100% + 10px);left:-1px;position:absolute;right:auto;top:-1px;width:61px}}.region-update-form #region_update_form__submit{font-size:1.4rem}.region-update-form .region-update-form__img{height:100%;width:100%}@media only screen and (max-width:480px){.region-update-form .region-update-form__img{left:0;object-fit:cover;position:absolute;top:0}}.region-update-form .island{display:flex;flex-direction:column;justify-content:center}.region-update-form .social{display:block;height:100%;position:relative}.region-update-form .social img{display:block}.region-update-form .social:after{background:#00000080;content:"";height:100%;left:0;position:absolute;top:0;width:100%}.region-update-form .social .social__content{align-items:flex-end;bottom:2.4rem;color:#f9fcfd;display:flex;flex-direction:row;justify-content:space-between;left:4.8rem;position:absolute;right:4.8rem;width:calc(100% - 9.6rem);z-index:2}.region-update-form .social .social__content .social__text{font-size:1.4rem}.region-update-form .social .social__content .social__text .social__text__region{font-size:4.4rem;font-weight:700}.region-update-form .social .social__content .social__icons{display:flex;flex-direction:row;gap:2.4rem}@media only screen and (max-width:480px){.region-update-form .social .social__content .social__icons{align-items:center;justify-content:center}}.region-update-form .social .social__content .icon{color:#f9fcfd;height:2.4rem;width:2.4rem}@media only screen and (max-width:480px){.region-update-form .social .social__content{align-items:center;bottom:auto;flex-direction:column;gap:4.8rem;justify-content:space-between;left:auto;padding:4.8rem 2.4rem 2.4rem;position:relative;right:auto;width:auto}.scroll-overview{padding:2.4rem}.scroll-overview:not(.scroll-overview--transparent){background-color:#858585}}.scroll-overview__title{margin-bottom:4.8rem}@media only screen and (max-width:480px){.scroll-overview__title{color:#f4f3f7;margin-bottom:2.4rem}}@media only screen and (min-width:1025px){.scroll-overview__sticky{position:sticky;top:15.4rem}.scroll-overview__sticky--small{position:sticky;top:12.4rem}}.status--Verkocht{color:#d60925}.status--Beschikbaar{color:#acc33e}.status--In{color:#f98100}.status--preparation{color:#858585}.timeline{display:flex;justify-content:space-around;position:relative}.timeline-track{background-color:#d7d7d7;height:.2rem;position:absolute;width:100%}.timeline__item{padding-top:1.2rem}.timeline__item:after{background-color:#d60925;border-radius:50%;content:"";height:1.2rem;position:absolute;top:-.5rem;width:1.2rem}.timeline__item__date{background-color:#d60925;border-radius:.3rem;color:#f4f3f7;display:inline-block;font-size:1.4rem;font-weight:700;line-height:1.6rem;margin-bottom:.6rem;padding:0 .6rem}.timeline__item__description{box-shadow:0 5px 20px 0 #3333;font-size:1.4rem;line-height:1.6rem;padding:2.4rem}.timeline__item__description p{margin-bottom:1.2rem}.timeline__item__title{color:#4f4c49;font-size:1.6rem;font-weight:700;line-height:1.6rem}.timeline__item__read-more{color:#4f4c49;font-weight:700;text-decoration:none}.timeline-project{display:flex;justify-content:space-around;min-width:100%;position:relative}.timeline-project__item{cursor:pointer;display:flex;flex:1;flex-direction:column;min-height:100%;min-width:200px;padding:1.2rem 0;position:relative;transition-delay:0s;transition-duration:.2s;transition-property:box-shadow;transition-timing-function:ease-in-out}.timeline-project__item .timeline-project__item__visual{padding:1.2rem}.timeline-project__item .timeline-project__item__visual svg{color:#d7d7d7;display:block;height:6rem;width:6rem}.timeline-project__item .timeline-project__track{background:#d7d7d7;height:.4rem;position:relative;transition-delay:0s;transition-duration:.2s;transition-property:background;transition-timing-function:ease-in-out;width:100%}.timeline-project__item .timeline-project__track:before{background:#d7d7d7;border-radius:50%;content:"";height:2.4rem;left:3.4rem;position:absolute;top:-1.2rem;transform:translateX(-50%);width:2.4rem}.timeline-project__item .timeline-project__item__content{border-bottom:2px solid #0000;display:flex;flex:1;flex-direction:column;justify-content:space-between;padding:2.4rem 2.4rem 1.2rem}.timeline-project__item .timeline-project__item__status{display:inline-block;font-size:1.2rem;font-weight:700;line-height:1.6rem;margin-bottom:1.2rem;padding:.3rem .6rem}.timeline-project__item .timeline-project__item__title{color:#000;font-size:1.6rem;font-weight:700;-webkit-hyphens:auto;hyphens:auto;line-height:1.6rem;word-break:break-word}.timeline-project__item .timeline-project__item__description{text-align:center}@media only screen and (max-width:480px){.timeline-project__item .timeline-project__item__description{max-width:250px}}.timeline-project__item .timeline-project__item__subtitle{color:#858585;font-size:1.4rem;line-height:1.6rem}.timeline-project__item .timeline-project__item__button{background:none;border:none;color:#d60925;font-size:1.4rem;font-weight:500;line-height:1.6rem;margin-top:auto;padding-left:1.6rem;position:relative}.timeline-project__item .timeline-project__item__button:before{content:"+";left:0;position:absolute;top:50%;transform:translateY(-50%)}.timeline-project__item--selected .timeline-project__item__visual{background-color:#f4f3f7}.timeline-project__item--selected .timeline-project__item__visual svg{color:#d60925}.timeline-project__item--selected .timeline-project__item__content{border-bottom:2px solid #d60925;box-shadow:0 0 15px 5px #d7d7d7}.timeline-project__item--selected .timeline-project__item__button{opacity:0}.timeline-project__item--active .timeline-project__item__description{color:#f9fcfd;font-weight:600}.timeline-project__item--active .timeline-project__item__status{background-color:#d60925;color:#f9fcfd}.timeline-project__item--active .timeline-project__track{background:#d60925}.timeline-project__item--active .timeline-project__track:before{background-color:#d60925}.timeline-project__item--active .timeline-project__track:after{background-image:url(/public/img/icons/checkmark-no-circle.svg);background-repeat:no-repeat;background-size:contain;content:"";height:2.4rem;left:3.4rem;position:absolute;top:-1.2rem;transform:translateX(-50%);width:2.4rem}.timeline-project__item--completed .timeline-project__item__visual{background-color:#f4f3f7}.timeline-project__item--completed .timeline-project__item__visual svg{color:#d60925}.timeline-project__item--completed .timeline-project__track{background:#d60925}.timeline-project__item--completed .timeline-project__track:before{background-color:#d60925}.timeline-project__item--completed .timeline-project__track:after{background-image:url(/public/img/icons/checkmark-no-circle.svg);background-repeat:no-repeat;background-size:contain;content:"";height:2.4rem;left:3.4rem;position:absolute;top:-1.2rem;transform:translateX(-50%);width:2.4rem}.timeline-project--simple .timeline-project__item__button{color:#0000;cursor:none;pointer-events:none;text-shadow:0 0 4px #d60925}.timeline-project__tab{background:#f4f3f7;margin-left:0!important;padding:4.8rem 9.6rem;position:relative;width:100%}.timeline-project__tab .timeline-project__tab__pointer{background:#f4f3f7;display:none;height:2.4rem;left:20%;position:absolute;top:-1.2rem;transform:rotate(45deg) translate(-50%,50%);transition-delay:0s;transition-duration:.2s;transition-property:left;transition-timing-function:ease-in-out;width:2.4rem}.timeline-project__tab .timeline-project__tab__expectations .timeline-project__tab__expectations__title{font-size:3rem;font-weight:700;line-height:3.2rem;margin-bottom:1.2rem}.timeline-project__tab .timeline-project__tab__expectations .timeline-project__tab__expectations__list{list-style:none;margin:0 0 -2.4rem;padding:0}.timeline-project__tab .timeline-project__tab__expectations .timeline-project__tab__expectations__list .timeline-project__tab__expectations__list_item{border-bottom:1px solid #efefef;color:#858585;font-size:1.2rem;line-height:1.6rem;padding:.6rem 0 .6rem 2rem;position:relative}.timeline-project__tab .timeline-project__tab__expectations .timeline-project__tab__expectations__list .timeline-project__tab__expectations__list_item:after{background-position:50%;background-repeat:no-repeat;content:"";display:block;height:1rem;left:0;position:absolute;top:50%;transform:translateY(-50%);width:1rem}.timeline-project__tab .timeline-project__tab__expectations .timeline-project__tab__expectations__list .timeline-project__tab__expectations__list_item--success:after{background-image:url(/public/img/icons/checkmark--success-no-circle.svg)}.timeline-project__tab .timeline-project__tab__expectations .timeline-project__tab__expectations__list .timeline-project__tab__expectations__list_item--negative:after{background-image:url(/public/img/icons/cross.svg)}.timeline-project__tab .timeline-project__tab__expectations .timeline-project__tab__expectations__list .timeline-project__tab__expectations__list_item--time:after{background-image:url(/public/img/icons/hourglass.svg)}.timeline-project__tab__interest .timeline-project__tab__interest__title{font-size:2rem;font-weight:700;line-height:2.4rem;margin-bottom:1.2rem}.timeline-project__tab__interest p{font-size:1.4rem;line-height:1.6rem}.pimcore_area_timeline-project{width:100%}.pimcore_area_timeline-project .tns-nav{display:none}.timeline-project__tab--inactive{display:none!important}@media only screen and (max-width:480px){.timeline-project__item{max-width:200px;min-height:250px}.timeline-project__tab--inactive{display:block!important}.timeline-project__tab{flex-flow:column wrap;padding:3rem 1rem}.timeline-project__tab .timeline-project__tab__pointer{left:50%!important}.timeline-project__tab__expectations{margin-bottom:6rem}}.toggle-content__extra:not(.is--visible){display:none}.video__icon{left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:1}.video__icon>.icon{display:block;height:6rem;width:6rem}.video-frame iframe{aspect-ratio:16/9;height:auto;width:100%}.warenhuys .hero{background-blend-mode:darken;background-position:50%!important;background-repeat:no-repeat!important;background-size:cover!important;height:auto!important;min-height:unset!important}@supports not (-webkit-touch-callout:none){.warenhuys .hero{background-attachment:fixed!important}}.warenhuys .hero:after{content:none}.warenhuys .warenhuys__content{margin:0 auto;max-width:60rem;padding:9.6rem 0}.warenhuys .warenhuys__content .card-banner__body{font-size:2.2rem;font-weight:300;line-height:3.2rem}@media only screen and (max-width:480px){.warenhuys .warenhuys__content .card-banner__body{font-size:1.8rem}}.watermark{position:relative}.watermark:after{background-image:url(../img/branding/w-outlines/w-outline--white.svg);background-repeat:no-repeat;background-size:40%;content:"";display:block;height:calc(100% + 9.6rem);pointer-events:none;position:absolute;top:-9.6rem;width:100%}@media only screen and (max-width:480px){.watermark:after{background-size:50%;top:-1.2rem}}.watermark--right:after{background-position:100% 0}.watermark--center:after{background-position:top}.whitespace{display:block;height:4.8rem}.whitespace--small{height:2.4rem}.whitespace--default{height:4.8rem}.whitespace--large{height:9.6rem}.whitespace--inv{height:0;margin-bottom:-4.8rem}.related-table{overflow-x:auto}.related-table__filters,.row-content{column-gap:32px;display:grid;grid-template-columns:128px 72px 188px 186px 96px 96px 96px 144px 1fr}.related-table__filters{margin-bottom:8px;padding:0 16px}.related-table__items{display:flex;flex-direction:column;gap:8px;width:-moz-fit-content;width:fit-content}@media only screen and (min-width:481px){.related-table__items{width:auto}}.related-table__items>.related-row{background-color:#f4f3f7;position:relative;width:-moz-fit-content;width:fit-content}@media (min-width:1440px){.related-table__items>.related-row{width:auto}}.related-table__items>.related-row .row-content{padding:16px}.related-table__items>.related-row .related-column{align-items:center;display:flex}.related-table__items>.related-row .related-column[data-item=number]{align-items:end}.related-table__items>.related-row .related-column[data-item=number] .image{background-color:grey;background-position:50%;background-size:cover;height:72px!important;width:96px!important}.related-table__items>.related-row .related-column[data-item=number] .number{align-items:center;background-color:#d60925;color:#fff;display:flex;flex-direction:column;height:32px;justify-content:center;width:32px}.related-table__items>.related-row .related-column[data-item=number] .number small{font-size:12px;font-weight:400;line-height:12px;text-align:center}.related-table__items>.related-row .related-column[data-item=number] .number span{font-size:14px;font-weight:600;line-height:16px;text-align:center}.related-table__items>.related-row .related-column[data-item=status] .status{background-color:#acc33e;border-radius:50%;height:16px;width:16px}.related-table__items>.related-row .related-column[data-item=action]{justify-content:end}.swipe-hint{padding:0 32px;position:relative}.swipe-hint:after{background-image:url(../img/arrows/arrow-long-left.svg);left:0}.swipe-hint:before{background-image:url(../img/arrows/arrow-long-right.svg);right:0}.swipe-hint:after,.swipe-hint:before{content:"";height:8px;position:absolute;top:50%;transform:translateY(-50%);width:16px}@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__container{box-sizing:border-box;position:relative}.splide__list{backface-visibility:hidden;display:flex;height:100%;margin:0!important;padding:0!important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide:not(.is-overflow) .splide__pagination{display:none}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{backface-visibility:hidden;box-sizing:border-box;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:#0000;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}.splide__slide{align-items:center;display:flex;justify-content:center}.splide__slide.is-active img{transform:scale(1)}.splide__slide img{max-height:400px;transform:scale(.9);transition:transform .2s ease;transition-delay:.5s}@media only screen and (min-width:1025px){.splide__slide img{max-height:800px}}.splide__slide a{display:contents}.splide__arrows{display:flex;justify-content:space-between;left:0;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);width:100%;z-index:1}.splide__arrows button{align-items:center;background-color:#d60925;border:unset;display:flex;height:6.8rem;justify-content:center;pointer-events:all;width:6.8rem}.splide__arrows button svg{fill:#fff;color:#fff;height:24px;width:24px}.splide__arrows button.splide__arrow--prev svg{transform:rotate(180deg)}.splide__arrows button:hover{filter:brightness(.8);opacity:1}.splide__pagination{gap:.4rem;padding:24px 0}.splide__pagination li{opacity:1}.splide__pagination li button{background-color:#d7d7d7;border:unset;border-radius:unset;height:.4rem;transition:all .2s ease;width:2.4rem}.splide__pagination li button.is-active{background-color:#d60925;width:3.6rem}.fixed-notification .message{cursor:pointer}.fixed-notification .message.bg--error{background-color:#d60925;border:1px solid #d60925;color:#fff}.fixed-notification .message.bg--success{background-color:#acc33e;border:1px solid #acc33e;color:#fff}@media only screen and (min-width:1025px){.housing-types__main{padding-left:2.4rem;padding-top:2.4rem}.housing-types__aside{background-color:#f4f3f7;padding:2.4rem 2.4rem 2.4rem 0;position:relative}.housing-types__aside:before{background-color:#f4f3f7;content:"";display:block;height:100%;position:absolute;right:0;top:0;width:50vw}}@media only screen and (max-width:1024px){.island-x--lt-desk{padding:0 2.4rem}}.housing-types-filter{background-color:#f4f3f7;height:100%;position:relative;width:calc(100vw - 2.4rem);z-index:2}@media only screen and (max-width:1024px){.housing-types-filter{height:calc(100vh - 8rem);left:0;overflow:scroll;padding:2.4rem 2.4rem 0;position:fixed;top:8rem}}@media only screen and (min-width:1025px){.housing-types-filter{max-width:30rem}}.housing-types-filter__title{font-size:1.8rem;line-height:normal;margin-bottom:1rem}.housing-types-filter__apply{bottom:0;left:0;padding:2.4rem 0;position:sticky}.housing-types-filter__active-filters{margin-left:-.4rem;margin-right:-.4rem}.housing-types-filter__active-filters__item{background:#858585;border:1px solid #fff;border-radius:3px;color:#fff;cursor:pointer;display:inline-block;font-size:14px;letter-spacing:0;line-height:16px;margin:.5rem .4rem;padding:.5rem 1rem}.housing-types-filter__active-filters__item input{cursor:pointer;height:inherit;left:0;opacity:0;overflow:visible;position:absolute;width:inherit}.housing-types-filter__active-filters__item>.icon{fill:#f9fcfd;height:1.4rem;margin-left:1rem;pointer-events:none;vertical-align:middle;width:1.4rem}.housing-types-list__container{color:#000;font-size:1.6rem;letter-spacing:0;line-height:2.4rem;margin-left:-2.4rem;margin-right:-2.4rem}@media only screen and (min-width:1025px){.housing-types-list__container{border-collapse:initial;border-spacing:0 .8rem;display:table;margin:0;width:100%}}.housing-types-list__row{background-color:#f4f3f7;display:flex;flex-direction:row;margin-bottom:1.2rem;padding:2.4rem;position:relative}@media only screen and (min-width:1025px){.housing-types-list__row{display:table-row}}.housing-types-list__row:not(:first-child):after{background-image:url(../img/arrows/arrow-right--base.svg);background-repeat:no-repeat;background-size:contain;bottom:2.8rem;content:"";height:1.4rem;position:absolute;right:1.8rem;width:.9rem}@media only screen and (min-width:1025px){.housing-types-list__row:not(:first-child):after{right:1.2rem;top:50%;transform:translateY(-50%)}}.housing-types-list__row--head{background-color:#fff}.housing-types-list__cell-group{display:flex;flex-direction:column;flex-grow:1}@media only screen and (min-width:1025px){.housing-types-list__cell-group{display:contents}}.housing-types-list__cell-group--row{flex-direction:row}.housing-types-list__cell-group--block{display:block}@media only screen and (min-width:1025px){.housing-types-list__cell-group--block{display:contents}}.housing-types-list__cell{vertical-align:middle}@media only screen and (min-width:1025px){.housing-types-list__cell{display:table-cell;padding:1.4rem}}@media only screen and (max-width:1024px){.housing-types-list__cell--inline{display:inline}.housing-types-list__cell--inline:not(:last-child):after{content:" "}}.housing-types-list__cell--visual{flex-shrink:0;width:10.8rem}@media only screen and (min-width:1025px){.housing-types-list__cell--visual{width:13.6rem}}.housing-types-list__cell--visual>div{display:flex;flex-direction:column}@media only screen and (min-width:1025px){.housing-types-list__cell--visual>div{align-items:flex-end;flex-direction:row}}.housing-types-list__cell--visual img{aspect-ratio:4/3;object-fit:cover}.housing-types-list__visual{width:9.6rem}.housing-types-list__number{background-color:#d60925;color:#f4f3f7;font-weight:700;height:3.6rem;text-align:center;width:3.6rem}.housing-types-list__number:before{content:"nr.";display:block;font-size:1.2rem;font-weight:400;line-height:.32rem;padding-top:.6rem}.housing-types-list__metric-living,.housing-types-list__metric-parcel{align-self:baseline;min-height:1.8rem}@media only screen and (max-width:1024px){.housing-types-list__metric-living,.housing-types-list__metric-parcel{background-image:url(/public/img/icons/icon-metrics-living.svg);background-position:0;background-repeat:no-repeat;background-size:auto 1.8rem;font-size:1.2rem;letter-spacing:0;line-height:1.6rem;padding-left:3.2rem}.housing-types-list__metric-parcel{background-image:url(/public/img/icons/icon-metrics-parcel.svg)}.housing-types-list__price{margin-bottom:1.6rem}}.housing-types-list__price--prefix,.housing-types-list__price--suffix{font-size:1.2rem;line-height:1.6rem}.housing-types-list__status{font-size:1.2rem;letter-spacing:0;line-height:1.2rem}@media only screen and (max-width:1024px){.housing-types-list__status{margin-bottom:1rem}}@media only screen and (min-width:1025px){.housing-types-list__status{padding-right:3rem}}.housing-types-list__results{font-size:1.4rem;letter-spacing:0;line-height:2.4rem;margin-bottom:1.2rem;margin-top:3rem}@keyframes pulse{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}.housing-type-skeleton{animation:pulse 1s ease-in-out infinite;background-color:#dedede;border-radius:.3rem;display:inline-block;height:1em;vertical-align:middle;width:100%}.house-typing-skeleton--visual{border-radius:0}.housing-types-slider--skeleton{overflow:hidden;white-space:nowrap}.housing-types-slider--skeleton>:first-child{margin-left:4.2rem}.housing-types-slider__slide--skeleton{padding-right:2.4rem}.housing-types-slider__slide-inner--skeleton{width:100%}.housing-types-slider{margin-bottom:3rem;overflow:hidden;padding-bottom:2.4rem;padding-right:2.4rem;position:relative}@media only screen and (max-width:1024px){.housing-types-slider{margin-left:-2.4rem;margin-right:-2.4rem}}@media only screen and (min-width:1025px){.housing-types-slider{margin-bottom:2rem}}.housing-types-slider__slide{display:inline-flex!important;width:22rem}.housing-types-slider__slide-inner{border-bottom:.2rem solid #0000;box-shadow:0 8px 16px 0 #4c4c4c1a;color:#000;display:flex;flex-direction:column;font-size:16px;letter-spacing:0;line-height:24px;width:100%}.housing-types-slider__slide-inner--active{border-bottom-color:#d60925}.housing-types-slider__content{display:flex;flex-direction:column;flex-grow:1;justify-content:space-between;padding:1.6rem 2.4rem}.housing-types-slider__visual img{aspect-ratio:4/3;object-fit:cover}.housing-types-slider__title{margin-bottom:1.4rem}.housing-types-slider__subtitle{font-size:1.4rem}.housing-types-slider__price{font-size:1.6rem;letter-spacing:0;line-height:2.4rem}.housing-types-slider__price-prefix,.housing-types-slider__price-suffix{font-size:1.2rem;line-height:1.6rem}.housing-types-slider__arrows{display:flex;justify-content:space-between;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);width:100%;z-index:9}.housing-types-slider__arrows>*{-webkit-appearance:none;appearance:none;background-color:#d60925;border:0;outline:none;padding:1.8rem;pointer-events:all;transition-duration:.2s;transition-property:background-color;transition-timing-function:ease}.housing-types-slider__arrows>:disabled{background-color:#d7d7d7}.housing-types-slider__arrows>* .icon{color:#f9fcfd;display:block;height:2rem;width:2rem}.housing-types-slider .tns-ovh{overflow:initial}.housing-types-slider .tns-slider{display:flex}.nav--bottom-nav{align-items:flex-end;display:flex;flex-direction:row;justify-content:space-between;list-style:none;margin-left:0}.nav--bottom-nav .nav__link{align-items:center;color:#d60925;display:inline-flex;flex-direction:column;padding-bottom:1.2rem;position:relative;text-decoration:none;transition:color .2s ease}.nav--bottom-nav .nav__link .icon{fill:#d60925;display:block;height:2.4rem;transition:fill .2s ease;width:2.4rem}@media (hover:hover){.nav--bottom-nav .nav__link:not(:disabled):hover{color:#f51d3a}.nav--bottom-nav .nav__link:not(:disabled):hover .icon{fill:#f51d3a}}.nav--bottom-nav .nav__label{color:#d60925;font-size:1.1rem;line-height:.8rem;position:absolute;text-align:center;top:2.8rem;white-space:nowrap}.nav--footer,.nav--footer-sub{list-style:none;margin:0}.nav--footer .nav__item:not(:last-child),.nav--footer-sub .nav__item:not(:last-child){margin-bottom:1.2rem}.nav--footer .nav__link,.nav--footer-sub .nav__link{text-decoration:none}.nav--footer .nav__link:hover,.nav--footer-sub .nav__link:hover{text-decoration:underline}.nav--footer-sub{font-size:0;list-style:none}.nav--footer-sub .nav__item{display:inline-block;font-size:0;position:relative}@media only screen and (min-width:481px){.nav--footer-sub .nav__item:first-child{margin-left:2.4rem}}.nav--footer-sub .nav__item:not(:last-child){margin-bottom:0}.nav--footer-sub .nav__item:not(:last-child):after{content:"●";font-size:1.4rem;line-height:1.6rem;margin-left:.6rem;margin-right:.6rem}.nav--footer-sub .nav__link{font-size:1.4rem;font-weight:300;line-height:1.6rem;text-decoration:none}.nav--footer-sub .nav__link:hover{text-decoration:underline}.nav--tabs{border-bottom:.1rem solid #000;list-style:none;width:100%}.nav--tabs .nav__item{display:inline-block}.nav--tabs .nav__item:not(:last-child){margin-right:2.4rem}.nav--tabs .nav__button{-webkit-appearance:none;appearance:none;background-color:initial;border:none;color:#000;font-size:1.6rem;line-height:1.6rem;margin:0;outline:none;padding:0 1.2rem 1.2rem;position:relative}.nav--tabs .nav__button:after{background-color:#000;bottom:0;content:"";height:.4rem;left:0;position:absolute;transform:scaleY(0);transform-origin:bottom;transition:transform .2s ease-in;width:100%}.nav--tabs .nav__button.is--active:after{transform:scaleY(1);transition-timing-function:ease-out}.nav--tabs .nav__item:first-child .nav__button{padding:0 1.2rem 1.2rem 0}.nav--tabs--vertical .nav__item{background-color:#fff;border-bottom:2px solid #0000;color:#000;cursor:pointer;display:block;font-size:1.8rem;font-weight:700;line-height:2rem;padding:2.4rem;position:relative;text-decoration:none}.nav--tabs--vertical .nav__item:after{background-image:url(/public/img/icons/arrow-right.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";display:block;height:1.8rem;position:absolute;right:2.4rem;top:calc(50% - .9rem);width:1.8rem}.nav--tabs--vertical .nav__item.is--active{border-bottom:2px solid #d60925}.bg--base .nav--tabs,.bg--tint-dark .nav--tabs{border-color:#f9fcfd}.bg--base .nav--tabs .nav__button,.bg--tint-dark .nav--tabs .nav__button{color:#f9fcfd}.bg--base .nav--tabs .nav__button:after,.bg--tint-dark .nav--tabs .nav__button:after{background-color:#f9fcfd}.glightbox-container .gnext.glightbox-button-hidden,.glightbox-container .prev.glightbox-button-hidden{display:none!important}.tns-outer{position:relative}@media only screen and (min-width:1025px){.slider--construction-numbers .tns-ovh{overflow:visible}}.slider--construction-numbers #tns1>.tns-item{padding:0}@media only screen and (min-width:481px) and (max-width:1024px){.slider--construction-numbers #tns1>.tns-item:first-of-type{margin-right:2.4rem!important}}@media only screen and (min-width:1025px){.slider--construction-numbers #tns1>.tns-item{margin-right:2.4rem!important}}

/*# sourceMappingURL=main.css.map*/