:root{--dsc-background-color:#fff;--dsc-overlay-color:#f2f2f2;--dsc-border-color:#e0e0e0;--dsc-muted-color:#b3b3b3;--dsc-text-color:#1a1a1a;--dsc-positive-color:#20b978;--dsc-negative-color:#ff5252;--dsc-font-family:system-ui,sans-serif;--dsc-easing:cubic-bezier(0.76,0,0.24,1)}@media(prefers-color-scheme:dark){:root{--dsc-background-color:#1a1a1a;--dsc-overlay-color:#2a2a2a;--dsc-border-color:#4d4d4d;--dsc-muted-color:#888;--dsc-text-color:#fff}}.dsc{-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;box-sizing:border-box;color:var(--dsc-text-color);font-family:var(--dsc-font-family);font-size:16px;font-weight:400;letter-spacing:normal;line-height:1.5;scroll-behavior:smooth}.dsc *{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:initial;border:0;border-radius:0;box-sizing:inherit;color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;margin:0;outline:none;padding:0;vertical-align:baseline}.dsc ol,.dsc p,.dsc ul{margin:0!important}.dsc a:focus-visible,.dsc button:focus-visible{outline:var(--dsc-text-color)dashed 1px}.dsc-stack{display:flex;flex-direction:column;gap:20px}.dsc-banner{display:none}.dsc-banner.visible{align-items:flex-end;bottom:0;display:flex;height:100vh;justify-content:flex-end;left:0;padding:16px;pointer-events:none;position:fixed;right:0;z-index:9999999999}.dsc-banner.hiding{animation:dsc-slide-in-up .3s ease reverse forwards}.dsc-box{animation:dsc-slide-in-up .3s ease forwards;background-color:var(--dsc-background-color);border-radius:8px;box-shadow:0 6px 10px rgba(0,0,0,.2);pointer-events:all;width:320px}.dsc-header{align-items:center;border-bottom:1px solid var(--dsc-border-color);display:flex;font-size:20px;gap:16px;justify-content:space-between;line-height:1;padding:20px}.dsc-body{padding:20px 20px 22px}.dsc-categories{padding-bottom:2px}.dsc-category{gap:16px}.dsc-category-header{align-items:center;display:flex;gap:16px}.dsc-category-header>*{flex:none}.dsc-label{display:block;font-weight:500;margin-right:auto}.dsc-help{border-radius:50%;color:var(--dsc-muted-color);display:block;transition:color .2s ease}.dsc-help:hover,.open .dsc-help{color:var(--dsc-text-color)}.open .dsc-help:hover{color:var(--dsc-negative-color)}.dsc-help img,.dsc-help svg{height:24px;width:24px}.dsc-help-open{display:block}.dsc-help-close,.open .dsc-help-open{display:none}.open .dsc-help-close{display:block}.dsc-checkbox{left:-99999px;position:absolute!important}.dsc-checkbox:focus-visible+.dsc-toggle{outline:var(--dsc-text-color)dashed 1px}.dsc-checkbox:checked+.dsc-toggle{background-color:var(--dsc-positive-color)}.dsc-checkbox:checked+.dsc-toggle span{transform:translateX(24px)}.dsc-checkbox[disabled]+.dsc-toggle{background-color:var(--dsc-muted-color)}.dsc-checkbox[disabled]+.dsc-toggle .dsc-toggle-lock{display:block}.dsc-checkbox[disabled]+.dsc-toggle .dsc-toggle-check{display:none}.dsc-toggle{background-color:var(--dsc-negative-color);border-radius:12px;cursor:pointer;height:24px;padding:3px;width:48px}.dsc-toggle,.dsc-toggle span{display:block;position:relative;transition:all .3s var(--dsc-easing)}.dsc-toggle span{background-color:#fff;border-radius:9px;height:18px;width:18px}.dsc-toggle:after,.dsc-toggle:before{display:none!important}.dsc-toggle-icon{color:hsla(0,0%,100%,.7);display:block;left:7px;position:absolute;top:50%;transform:translateY(-50%)}.dsc-toggle-times{left:31px}.dsc-toggle-lock{display:none}.dsc-description{animation:dsc-slide-in-up .3s ease forwards;border:1px solid var(--dsc-border-color);border-radius:12px;display:none;line-height:1.5;padding:14px 16px;position:relative}.open .dsc-description{display:block}.dsc-description:after,.dsc-description:before{border-style:solid;content:"";display:block;height:0;position:absolute;width:0}.dsc-description:before{border-color:transparent transparent var(--dsc-border-color)transparent;border-width:0 6px 6px;right:68px;top:-6px}.dsc-description:after{border-color:transparent transparent var(--dsc-background-color)transparent;border-width:0 5px 5px;right:69px;top:-4px}.dsc-small{font-size:14px!important}.dsc-muted{opacity:.8}.dsc-button{align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--dsc-text-color);border-radius:12px;color:var(--dsc-background-color);cursor:pointer;display:inline-flex;font-weight:500;gap:15px;justify-content:space-between;line-height:1;padding:15px 16px;text-decoration:none;transition:opacity .3s ease}.dsc-button svg{color:var(--dsc-muted-color);flex:none;height:auto;transition:all .2s ease;width:20px}.dsc-button:hover{background-color:var(--dsc-text-color)}.dsc-button:hover,.dsc-button:hover svg{color:var(--dsc-background-color)}.dsc-button.disabled{opacity:.2;pointer-events:none}@keyframes dsc-slide-in-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}.dsc-overlay{display:none;position:relative}.dsc-overlay.visible{aspect-ratio:16/9;background-color:var(--dsc-overlay-color);color:var(--dsc-text-color);cursor:default;display:grid;overflow:hidden;padding:24px;place-items:center;pointer-events:all;z-index:2}.dsc-overlay.loading .dsc-overlay-content,.dsc-overlay.visible+iframe{display:none}.dsc-overlay.loading .dsc-spinner{display:block}.embed-container .dsc-overlay{aspect-ratio:unset;bottom:0;left:0;position:absolute;right:0;top:0}.dsc-overlay-content{max-width:320px;text-align:center}.dsc-overlay-button{align-self:center}.dsc-overlay-button svg{transform:rotate(45deg)}.dsc-spinner{animation:dsc-spin 1s linear infinite;display:none;height:auto;left:calc(50% - 15px);opacity:.5;position:absolute;top:calc(50% - 15px);width:30px}@keyframes dsc-spin{to{transform:rotate(1turn)}}@media(max-width:500px){.dsc{font-size:14px}.dsc-banner.visible{padding:0}.dsc-box{border-radius:12px 12px 0 0;box-shadow:0 0 20px rgba(0,0,0,.15);width:100%}.dsc-overlay-button svg{transform:rotate(90deg)}}
/*!
Theme Name: Blauwe Sportparken
Author: First C3
Author URI: https://2bfirst.nl/
Description: Thema Blauwe Sportparken
Text Domain: blauwesportparken
Version: 1
*/
@charset "UTF-8";html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}.owl-carousel{width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-wrapper,.owl-carousel .owl-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-nav.disabled,.owl-carousel .owl-dots.disabled{display:none}.owl-carousel .owl-nav .owl-prev,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-dot{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-prev,.owl-carousel .owl-nav button.owl-next,.owl-carousel button.owl-dot{background:none;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .animated{animation-duration:1000ms;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{-webkit-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;-webkit-transition:opacity 400ms ease;transition:opacity 400ms ease}.owl-carousel .owl-item .owl-lazy[src^=""],.owl-carousel .owl-item .owl-lazy:not([src]){max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(https://blauwesportparken.nl/wp-content/themes/blauwesportparken/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:-ms-transform 100ms ease;transition:-webkit-transform 100ms ease;transition:transform 100ms ease;-webkit-transition:-webkit-transform 100ms ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);-webkit-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-tn,.owl-carousel .owl-video-playing .owl-video-play-icon{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;-webkit-transition:opacity 400ms ease;transition:opacity 400ms ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}.fancybox-enabled{overflow:hidden}.fancybox-enabled body{overflow:visible;height:100%}.fancybox-is-hidden{position:absolute;top:-9999px;left:-9999px;visibility:hidden}.fancybox-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99993;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0)}.fancybox-container~.fancybox-container{z-index:99992}.fancybox-outer,.fancybox-inner,.fancybox-bg,.fancybox-stage{position:absolute;top:0;right:0;bottom:0;left:0}.fancybox-outer{overflow-y:auto;-webkit-overflow-scrolling:touch}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.87;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-infobar,.fancybox-toolbar,.fancybox-caption-wrap{position:absolute;direction:ltr;z-index:99997;opacity:0;visibility:hidden;-webkit-transition:opacity .25s,visibility 0s linear .25s;transition:opacity .25s,visibility 0s linear .25s;box-sizing:border-box}.fancybox-show-infobar .fancybox-infobar,.fancybox-show-toolbar .fancybox-toolbar,.fancybox-show-caption .fancybox-caption-wrap{opacity:1;visibility:visible;-webkit-transition:opacity .25s,visibility 0s;transition:opacity .25s,visibility 0s}.fancybox-infobar{top:0;left:50%;margin-left:-79px}.fancybox-infobar__body{display:inline-block;width:70px;line-height:44px;font-size:13px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;text-align:center;color:#ddd;background-color:rgba(30,30,30,.7);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:subpixel-antialiased}.fancybox-toolbar{top:0;right:0}.fancybox-stage{overflow:hidden;direction:ltr;z-index:99994;-webkit-transform:translate3d(0,0,0)}.fancybox-slide{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;overflow:auto;outline:none;white-space:normal;box-sizing:border-box;text-align:center;z-index:99994;-webkit-overflow-scrolling:touch;display:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition-property:opacity,-webkit-transform;transition-property:-ms-transform,opacity;transition-property:-webkit-transform,opacity;transition-property:transform,opacity;transition-property:-ms-transform,opacity,-webkit-transform;transition-property:-webkit-transform,opacity,-webkit-transform;transition-property:transform,opacity,-webkit-transform;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.fancybox-slide::before{content:"";display:inline-block;vertical-align:middle;height:100%;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--previous,.fancybox-slide--current,.fancybox-slide--next{display:block}.fancybox-slide--image{overflow:visible}.fancybox-slide--image::before{display:none}.fancybox-slide--video .fancybox-content,.fancybox-slide--video iframe{background:#000}.fancybox-slide--map .fancybox-content,.fancybox-slide--map iframe{background:#e5e3df}.fancybox-slide--next{z-index:99995}.fancybox-slide>div{display:inline-block;position:relative;padding:24px;margin:44px 0 44px;border-width:0;vertical-align:middle;text-align:left;background-color:#fff;overflow:auto;box-sizing:border-box}.fancybox-slide .fancybox-image-wrap{position:absolute;top:0;left:0;margin:0;padding:0;border:0;z-index:99995;background:transparent;cursor:default;overflow:visible;-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;background-size:100% 100%;background-repeat:no-repeat;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-can-zoomOut .fancybox-image-wrap{cursor:-webkit-zoom-out;cursor:zoom-out}.fancybox-can-zoomIn .fancybox-image-wrap{cursor:-webkit-zoom-in;cursor:zoom-in}.fancybox-can-drag .fancybox-image-wrap{cursor:-webkit-grab;cursor:grab}.fancybox-is-dragging .fancybox-image-wrap{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-image,.fancybox-spaceball{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;border:0;max-width:none;max-height:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content{padding:0;width:80%;height:80%;max-width:calc(100% - 100px);max-height:calc(100% - 88px);overflow:visible;background:#fff}.fancybox-iframe{display:block;margin:0;padding:0;border:0;width:100%;height:100%;background:#fff}.fancybox-error{margin:0;padding:40px;width:100%;max-width:380px;background:#fff;cursor:default}.fancybox-error p{margin:0;padding:0;color:#444;font:16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif}.fancybox-close-small{position:absolute;top:0;right:0;width:44px;height:44px;padding:0;margin:0;border:0;border-radius:0;outline:none;background:transparent;z-index:10;cursor:pointer}.fancybox-close-small:after{content:"×";position:absolute;top:5px;right:5px;width:30px;height:30px;font:20px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;color:#888;font-weight:300;text-align:center;border-radius:50%;border-width:0;background:#fff;-webkit-transition:background .25s;transition:background .25s;box-sizing:border-box;z-index:2}.fancybox-close-small:focus:after{outline:1px dotted #888}.fancybox-close-small:hover:after{color:#555;background:#eee}.fancybox-slide--iframe .fancybox-close-small{top:0;right:-44px}.fancybox-slide--iframe .fancybox-close-small:after{background:transparent;font-size:35px;color:#aaa}.fancybox-slide--iframe .fancybox-close-small:hover:after{color:#fff}.fancybox-caption-wrap{bottom:0;left:0;right:0;padding:60px 30px 0 30px;background:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8) 100%);pointer-events:none}.fancybox-caption{padding:30px 0;border-top:1px solid rgba(255,255,255,.4);font-size:14px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;color:#fff;line-height:20px;-webkit-text-size-adjust:none}.fancybox-caption a,.fancybox-caption button,.fancybox-caption select{pointer-events:all}.fancybox-caption a{color:#fff;text-decoration:underline}.fancybox-button{display:inline-block;position:relative;margin:0;padding:0;border:0;width:44px;height:44px;line-height:44px;text-align:center;background:transparent;color:#ddd;border-radius:0;cursor:pointer;vertical-align:top;outline:none}.fancybox-button[disabled]{cursor:default;pointer-events:none}.fancybox-infobar__body,.fancybox-button{background:rgba(30,30,30,.6)}.fancybox-button:hover:not([disabled]){color:#fff;background:rgba(0,0,0,.8)}.fancybox-button::before,.fancybox-button::after{content:"";pointer-events:none;position:absolute;background-color:currentColor;color:currentColor;opacity:.9;box-sizing:border-box;display:inline-block}.fancybox-button[disabled]::before,.fancybox-button[disabled]::after{opacity:.3}.fancybox-button--left::after,.fancybox-button--right::after{top:18px;width:6px;height:6px;background:transparent;border-top:solid 2px currentColor;border-right:solid 2px currentColor}.fancybox-button--left::after{left:20px;-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg)}.fancybox-button--right::after{right:20px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.fancybox-button--left{border-bottom-left-radius:5px}.fancybox-button--right{border-bottom-right-radius:5px}.fancybox-button--close::before,.fancybox-button--close::after{content:"";display:inline-block;position:absolute;height:2px;width:16px;top:calc(50% - 1px);left:calc(50% - 8px)}.fancybox-button--close::before{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.fancybox-button--close::after{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.fancybox-arrow{position:absolute;top:50%;margin:-50px 0 0 0;height:100px;width:54px;padding:0;border:0;outline:none;background:none;cursor:pointer;z-index:99995;opacity:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:opacity .25s;transition:opacity .25s}.fancybox-arrow::after{content:"";position:absolute;top:28px;width:44px;height:44px;background-color:rgba(30,30,30,.8);background-image:url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);background-repeat:no-repeat;background-position:center center;background-size:24px 24px}.fancybox-arrow--right{right:0}.fancybox-arrow--left{left:0;-webkit-transform:scaleX(-1);-ms-transform:scaleX(-1);transform:scaleX(-1)}.fancybox-arrow--right::after,.fancybox-arrow--left::after{left:0}.fancybox-show-nav .fancybox-arrow{opacity:.6}.fancybox-show-nav .fancybox-arrow[disabled]{opacity:.3}.fancybox-slide>.fancybox-loading{border:6px solid rgba(100,100,100,.4);border-top:6px solid rgba(255,255,255,.6);border-radius:100%;height:50px;width:50px;-webkit-animation:fancybox-rotate .8s infinite linear;animation:fancybox-rotate .8s infinite linear;background:transparent;position:absolute;top:50%;left:50%;margin-top:-25px;margin-left:-25px;z-index:99999}@-webkit-keyframes fancybox-rotate{from{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);-ms-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fancybox-rotate{from{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);-ms-transform:rotate(359deg);transform:rotate(359deg)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0);-ms-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--current{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}.fancybox-fx-fade.fancybox-slide--previous,.fancybox-fx-fade.fancybox-slide--next{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{-webkit-transform:scale3d(1.5,1.5,1.5);-ms-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--next{-webkit-transform:scale3d(.5,.5,.5);-ms-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--current{-webkit-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);transform:scale3d(1,1,1);opacity:1}.fancybox-fx-rotate.fancybox-slide--previous{-webkit-transform:rotate(-360deg);-ms-transform:rotate(-360deg);transform:rotate(-360deg);opacity:0}.fancybox-fx-rotate.fancybox-slide--next{-webkit-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg);opacity:0}.fancybox-fx-rotate.fancybox-slide--current{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);opacity:1}.fancybox-fx-circular.fancybox-slide--previous{-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);-ms-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--next{-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);-ms-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--current{-webkit-transform:scale3d(1,1,1) translate3d(0,0,0);-ms-transform:scale3d(1,1,1) translate3d(0,0,0);transform:scale3d(1,1,1) translate3d(0,0,0);opacity:1}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);-ms-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);-ms-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translate3d(0,0,0) scale(1);-ms-transform:translate3d(0,0,0) scale(1);transform:translate3d(0,0,0) scale(1)}@media (max-width:800px){.fancybox-infobar{left:0;margin-left:0}.fancybox-button--left,.fancybox-button--right{display:none!important}.fancybox-caption{padding:20px 0;margin:0}}.fancybox-button--fullscreen::before{width:15px;height:11px;left:calc(50% - 7px);top:calc(50% - 6px);border:2px solid;background:none}.fancybox-button--play::before,.fancybox-button--pause::before{top:calc(50% - 6px);left:calc(50% - 4px);background:transparent}.fancybox-button--play::before{width:0;height:0;border-top:6px inset transparent;border-bottom:6px inset transparent;border-left:10px solid;border-radius:1px}.fancybox-button--pause::before{width:7px;height:11px;border-style:solid;border-width:0 2px 0 2px}.fancybox-thumbs{display:none}.fancybox-button--thumbs{display:none}@media (min-width:800px){.fancybox-button--thumbs{display:inline-block}.fancybox-button--thumbs span{font-size:23px}.fancybox-button--thumbs::before{width:3px;height:3px;top:calc(50% - 2px);left:calc(50% - 2px);box-shadow:0 -4px 0,-4px -4px 0,4px -4px 0,0 0 0 32px inset,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0}.fancybox-thumbs{position:absolute;top:0;right:0;bottom:0;left:auto;width:220px;margin:0;padding:5px 5px 0 0;background:#fff;-ms-word-break:normal;word-break:normal;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;box-sizing:border-box;z-index:99995}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:220px}.fancybox-thumbs>ul{list-style:none;position:absolute;position:relative;width:100%;height:100%;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;font-size:0}.fancybox-thumbs>ul>li{float:left;overflow:hidden;max-width:50%;padding:0;margin:0;width:105px;height:75px;position:relative;cursor:pointer;outline:none;border:5px solid transparent;border-top-width:0;border-right-width:0;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box}li.fancybox-thumbs-loading{background:rgba(0,0,0,.1)}.fancybox-thumbs>ul>li>img{position:absolute;top:0;left:0;min-width:100%;min-height:100%;max-width:none;max-height:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-thumbs>ul>li:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:2px;border:4px solid #4ea7f9;z-index:99991;opacity:0;-webkit-transition:all .2s cubic-bezier(.25,.46,.45,.94);transition:all .2s cubic-bezier(.25,.46,.45,.94)}.fancybox-thumbs>ul>li.fancybox-thumbs-active:before{opacity:1}}@font-face{font-family:"FoundersGrotesk";src:url(https://blauwesportparken.nl/wp-content/themes/blauwesportparken/fonts/FoundersGroteskWeb-Regular);src:url("https://blauwesportparken.nl/wp-content/themes/blauwesportparken/fonts/FoundersGroteskWeb-Regular.eot?#iefix") format("embedded-opentype"),url(https://blauwesportparken.nl/wp-content/themes/blauwesportparken/fonts/FoundersGroteskWeb-Regular.woff) format("woff");font-weight:400;font-style:normal;font-display: swap;
}@font-face{font-family:"FoundersGrotesk";src:url(https://blauwesportparken.nl/wp-content/themes/blauwesportparken/fonts/FoundersGroteskWeb-Medium);src:url("https://blauwesportparken.nl/wp-content/themes/blauwesportparken/fonts/FoundersGroteskWeb-Medium.eot?#iefix") format("embedded-opentype"),url(https://blauwesportparken.nl/wp-content/themes/blauwesportparken/fonts/FoundersGroteskWeb-Medium.woff) format("woff");font-weight:600;font-style:normal;font-display: swap;
}html{font-weight:400;font-family:"FoundersGrotesk",sans-serif;font-size:16px;line-height:1;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;color:#000;background-color:#fff;box-sizing:border-box;overflow-x:hidden}*,*::before,*::after{font-size:inherit;font-family:inherit;font-weight:inherit;line-height:inherit;box-sizing:inherit;color:inherit}::selection,::-moz-selection{color:#fff;background:#000}.bg-black{background-color:#000}.text-black{color:#000}.bg-white{background-color:#fff}.text-white{color:#fff}.bg-primary{background-color:#a7d4ee}.text-primary{color:#a7d4ee}.bg-secondary{background-color:#85c993}.text-secondary{color:#85c993}.bg-img{background-size:cover;background-position:center center}img{max-width:100%;height:auto}.wrapper{width:calc(100% - 60px);max-width:1180px;margin:0 auto}.fatlink{text-decoration:none;cursor:pointer;font-weight:700;text-transform:uppercase}.fatlink::after{content:" >";display:inline-block;-webkit-transition:all .2s ease;transition:all .2s ease;-ms-transform:translateX(-3px);-webkit-transform:translateX(-3px);transform:translateX(-3px);opacity:0;padding-left:7px}.fatlink:hover{opacity:.85}.fatlink:hover::after{-ms-transform:translateX(0);-webkit-transform:translateX(0);transform:translateX(0);opacity:1}.btn,.searchform-submit{display:inline-block;padding:19px 36px;border-radius:30px;border:0;background-color:#85c993;color:#fff;text-transform:uppercase;text-decoration:none;cursor:pointer;margin-top:2rem}.btn:hover,.searchform-submit:hover{background-color:#000;color:#fff}.btn:active,.searchform-submit:active{background-color:#000;color:#fff}[type=text],[type=email],[type=url],[type=number],[type=date],select,textarea{display:block;-moz-appearance:none;-webkit-appearance:none;appearance:none;padding:11px 15px 12px;line-height:1.2;border:1px solid lightgrey;width:100%}label{display:block;margin-bottom:5px}.hf-fields-wrap{margin-top:20px}.hf-fields-wrap .btn,.hf-fields-wrap .searchform-submit{margin-top:20px}h1,h2,h3,h4{font-weight:700}h1{font-size:36px;margin-bottom:30px}@media (min-width:768px){h1{font-size:54px;margin-bottom:40px}}h2{font-size:32px}@media (min-width:768px){h2{font-size:40px}}@media (min-width:960px){h2.maxWidth{width:calc(50% - 25px)}}@media (min-width:1140px){h2.maxWidth{width:calc(50% - 39px)}}h3{font-size:26px}h4{font-size:20px}b,strong{font-weight:700}em{font-style:italic}.text-container h2,.text-container h3{margin-bottom:1rem}.text-container h4,.text-container h5,.text-container h6{margin-bottom:.3rem}.text-container p,.text-container ul,.text-container ol,.text-container blockquote{line-height:25px;margin-bottom:1rem}.text-container p:last-child,.text-container ul:last-child,.text-container ol:last-child,.text-container blockquote:last-child{margin-bottom:0}.text-container ul li,.text-container ol li{padding-left:20px}.text-container ul li::before,.text-container ol li::before{position:absolute;text-indent:-20px}.text-container ul li::before{position:absolute;content:"-"}.text-container ol{list-style:none;counter-reset:ol-counter}.text-container ol li{counter-increment:ol-counter}.text-container ol li::before{content:counter(ol-counter) "."}.socialMediaLinks{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-align:center;align-items:center;margin-left:-10px;padding-top:24px}@media (min-width:768px){.socialMediaLinks{margin-left:12px;padding-top:0}}.socialMediaLinks a{text-decoration:none!important;font-size:20px;padding:0 10px}.socialMediaLinks a:last-child{margin-right:-10px}header{padding:20px 0}@media (min-width:960px){header{padding:40px 0 60px}}header a{text-decoration:none}header a:hover{text-decoration:underline}.header-wrapper{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center}@media (min-width:960px){.header-wrapper{position:relative}}.header-logo{position:relative;display:block;z-index:99;-ms-flex:0 0 auto;flex:0 0 auto}@media (min-width:960px){.header-logo{margin-right:60px}}@media (min-width:1140px){.header-logo{margin-right:100px}}@media (min-width:1140px){.header-logo{margin-right:100px}}.header-logo img{display:block;width:180px}@media (min-width:960px){.header-logo img{width:240px}}@media (max-width:959px){.header-menus{width:100%;position:fixed;right:0;top:0;-ms-transform:translateX(100%);-webkit-transform:translateX(100%);transform:translateX(100%);background-color:#a7d4ee;-webkit-transition:all .4s ease;transition:all .4s ease;z-index:98}.header-menus::before{content:"";display:block;width:100vw;height:100%;position:absolute;right:100%;top:0;background-color:rgba(0,0,0,.3);z-index:97;opacity:0;pointer-events:none;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}.header-menus.is-open{-ms-transform:translateX(0);-webkit-transform:translateX(0);transform:translateX(0)}.header-menus.is-open::before{opacity:1;pointer-events:all}}@media (max-width:959px) and (min-width:500px){.header-menus{width:320px}}@media (min-width:960px){.header-menus{-ms-flex:1 1 100%;flex:1 1 100%;width:100%}}@media (max-width:959px){.header-menus-inner{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-direction:column;flex-direction:column;height:100vh;padding:60px 30px 30px;overflow-y:auto}}@media (min-width:960px){.header-menus-inner{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-align:center;align-items:center;padding-top:4px}}@media (max-width:959px){.header-menu li{text-align:center}.header-menu a{display:inline-block;font-size:30px;margin-bottom:7px;text-align:center}}@media (min-width:960px){.header-menu{display:-ms-flexbox;display:-webkit-flex;display:flex}.header-menu li{margin-right:23px}.header-menu li a{font-size:18px}}@media (max-width:959px){.header-menu-right{margin-bottom:60px}}@media (max-width:959px){.header-btn{display:block;width:100%;max-width:300px;text-align:center;font-size:22px}}.header-buttons{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-align:center;align-items:center}@media (min-width:960px){.header-buttons{display:none}}.header-search-desktop{display:none}@media (min-width:960px){.header-search-desktop{display:block;margin-right:23px;margin-left:auto}}.header-search-desktop svg{display:block;width:13px;height:auto}.header-search-mobile{display:inline-block;margin-right:15px}.header-search-mobile svg{display:block;height:18px;width:auto}.header-toggle{position:relative;display:block;width:24px;height:20px;z-index:99}.header-toggle-bar{width:100%;height:2px;background-color:#000;position:absolute;left:0;-webkit-transition:all .2s ease;transition:all .2s ease}.header-toggle-bar--1{top:0}.menu-is-open .header-toggle-bar--1{top:9px;-ms-transform:rotate(135deg);-webkit-transform:rotate(135deg);transform:rotate(135deg)}.header-toggle-bar--2{top:9px}.menu-is-open .header-toggle-bar--2{display:none}.header-toggle-bar--3{top:18px}.menu-is-open .header-toggle-bar--3{top:9px;-ms-transform:rotate(-135deg);-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.header-phone{display:inline-block;padding-left:24px;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNi44OCIgaGVpZ2h0PSIxNi44NSIgdmlld0JveD0iMCAwIDE2Ljg4IDE2Ljg1Ij48dGl0bGU+aWNvbi1waG9uZS1ibGFjazwvdGl0bGU+PGcgaWQ9IkxhYWdfMiIgZGF0YS1uYW1lPSJMYWFnIDIiPjxnIGlkPSJfTGFhZ18iIGRhdGEtbmFtZT0iJmx0O0xhYWcmZ3Q7Ij48cGF0aCBkPSJNMTUuMDcsMTUuNjVoMGwxLjgyLTEuODEtMy41Mi0zLjUzTDExLjc3LDExLjlhMS4zNywxLjM3LDAsMCwxLTEuOTMsMEw1LDcuMDVBMS4zNywxLjM3LDAsMCwxLDUsNS4xMmwxLjU5LTEuNkwzLjA1LDAsMS4yMywxLjgxaDBhNCw0LDAsMCwwLS4wNSw1Ljc1bDguMDksOC4wOUE0LjEsNC4xLDAsMCwwLDE1LjA3LDE1LjY1WiIvPjwvZz48L2c+PC9zdmc+) no-repeat left center/auto 18px;font-size:16px;font-weight:600;line-height:18px}@media (max-width:959px){.header-phone{font-size:22px}}.searchform{display:none;background-color:#fff;padding:20px 0;border-bottom:1px solid rgba(0,0,0,.2)}@media (min-width:960px){.searchform{padding:30px 0}}.searchform-wrapper{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-align:center;align-items:center}.searchform-input,.searchform-submit,.searchform-close{height:40px;border-radius:30px}.searchform-input{-ms-flex:1 1 100%;flex:1 1 100%;background-color:rgba(0,0,0,.06);border:0;padding:0 20px;width:180px;outline:none;line-height:40px}.searchform-submit,.searchform-close{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;-ms-flex:0 0 auto;flex:0 0 auto;width:40px;text-align:center;margin-left:10px}.searchform-submit svg,.searchform-close svg{width:auto;margin:0!important}.searchform-submit{padding:0!important;margin-top:0!important}.searchform-submit svg{height:20px;-ms-transform:translateY(1px);-webkit-transform:translateY(1px);transform:translateY(1px)}.searchform-submit svg path{fill:#fff}.searchform-close svg{height:14px}.searchform-close:hover{background-color:rgba(0,0,0,.06)}.searchform-close:active{background-color:#a7d4ee;fill:#fff}.breadcrumb{font-family:"Georgia",serif;font-size:14px;margin-bottom:20px}@media (min-width:960px){.breadcrumb{margin-bottom:30px}}@media (min-width:768px){.breadcrumb-floating{position:absolute;top:100px;width:100%;z-index:20}}@media (min-width:960px){.breadcrumb-floating{top:158px}}.breadcrumb-separator{width:11px;height:auto;margin:0 4px}footer{background-color:#a7d4ee;padding:20px 0}@media (min-width:768px){footer{padding:30px 0}}@media (min-width:768px){footer{padding:43px 0 50px}}footer a{text-decoration:none}footer a:hover{text-decoration:underline}@media (min-width:768px){.footer-top,.footer-bottom{display:-ms-flexbox;display:-webkit-flex;display:flex}}.footer-top{padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid #fff;-ms-flex-align:end;align-items:flex-end}@media (min-width:768px){.footer-top{padding-bottom:30px;margin-bottom:30px}}@media (min-width:768px){.footer-top .footer-menu{margin-left:auto;padding-bottom:5px}}@media (min-width:768px){.footer-top-text{padding-left:20px}}.footer-bottom{-ms-flex-align:center;align-items:center}.footer-logo{display:block;margin-bottom:20px}@media (min-width:768px){.footer-logo{margin-bottom:0;margin-right:auto}}.footer-logo img{display:block;width:180px}@media (min-width:960px){.footer-logo img{width:240px}}.footer-menu{margin-bottom:20px}@media (min-width:768px){.footer-menu{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-align:center;align-items:center;margin:0 auto 0 0}}.footer-copyright,.footer-menu li{margin-bottom:10px}.footer-copyright:last-child,.footer-menu li:last-child{margin-bottom:0}@media (min-width:768px){.footer-copyright,.footer-menu li{margin:0 24px 0 0}.footer-copyright:last-child,.footer-menu li:last-child{margin-right:0}}.breadcrumbs{margin-bottom:38px}.breadcrumbs .wrapper p{font-family:"Georgia",serif;font-size:14px}.content{position:relative;padding:38px 0}.content:after{content:"";display:table;clear:both}@media (min-width:768px){.content{padding:60px 0}}@media (min-width:960px){.content{padding-bottom:60px}}.content.bluebg{background:#a7d4ee;margin-bottom:40px}@media (min-width:960px){.content.bluebg{margin-bottom:70px}}@media (min-width:960px){.content.bluebg.sliderPage{margin-bottom:118px}}.content .wrapper{position:relative}.content .wrapper:after{content:"";display:table;clear:both}@media (min-width:960px){.content__left,.content__right{float:left;width:calc(50% - 25px)}}@media (min-width:1140px){.content__left,.content__right{width:calc(50% - 39px)}}@media (min-width:960px){.content__left{margin-right:50px}}@media (min-width:1140px){.content__left{margin-right:78px}}.slideThis{height:calc(100% + 200px)}@media (min-width:960px){.slideThis .content__left{position:absolute;top:0;left:0;height:calc(100% + 280px);max-height:800px}}.slideThis .content__left .owl-carousel{height:100%}.slideThis .content__left .owl-stage-outer{height:100%}.slideThis .content__left .owl-stage-outer .owl-stage{height:100%}.slideThis .content__left .owl-stage-outer .owl-stage .owl-item{height:calc(100% + 300px)}@media (min-width:960px){.slideThis .content__right{float:right}}.text-container{margin-bottom:40px}@media (min-width:768px){.text-container{width:60%}}@media (min-width:960px){.text-container{width:100%}}@media (min-width:960px){.text-container h2.bigHomeTitle{font-size:54px;margin-bottom:30px}}.share-container{margin-bottom:40px}.share-container:after{content:"";display:table;clear:both}@media (min-width:960px){.share-container{margin-bottom:100px}}.share-container h3{margin-bottom:20px}@media (min-width:960px){.share-container h3{font-size:40px}}@media (min-width:960px){.share-container-inner{width:calc(50% - 25px);float:right}}@media (min-width:1140px){.share-container-inner{width:calc(50% - 39px)}}.share-container__links{display:-ms-flexbox;display:-webkit-flex;display:flex}.share-container__links a{display:block;line-height:18px;border-radius:20px;background:#000;color:#fff;padding:10px 16px 12px;font-size:16px;text-decoration:none;margin-right:4px}.share-container__links a.facebook{background:#33569f}.share-container__links a.twitter{background:#00adf6}.share-container__links a.pinterest{background:#df0007}.share-container__links a.whatsapp{background:#00a200}.share-container__links a i{margin-right:10px}.case-quote{margin-bottom:40px}.case-quote:after{content:"";display:table;clear:both}.case-quote__text{border-left:1px solid #000;padding-left:20px;float:right}@media (min-width:960px){.case-quote__text{width:calc(50% - 25px)}}@media (min-width:1140px){.case-quote__text{width:calc(50% - 39px)}}.case-quote__text p{font-family:"Georgia",serif;font-size:24px;line-height:30px}@media (min-width:960px){.case-quote__text p{font-size:40px;line-height:46px}}.cases{margin-bottom:40px}@media (min-width:960px){.cases{margin-bottom:90px}}.cases__title{margin-bottom:20px}@media (min-width:960px){.cases__title{font-size:68px}}.cases__subtitle{margin-bottom:20px;max-width:400px;line-height:25px}.intro{position:relative}.intro-image{margin-bottom:20px}.intro-content{padding-top:30px}@media (min-width:960px){.intro-content{position:absolute;top:0;right:0;bottom:0;left:0;padding:65px 0 0}}.intro-wrapper{position:relative;height:100%}.intro-logo{width:100px;margin-bottom:30px}@media (min-width:960px){.intro-logo{width:250px}}@media (min-width:1140px){.intro-logo{width:311px;margin-bottom:65px}}.intro-titles{max-width:465px}@media (min-width:960px){.intro-titles{position:relative}.intro-titles::after{display:block}}@media (min-width:1140px){.intro-titles::after{left:80px;top:calc(100% + 60px);height:50vw}}@media (min-width:1920px){.intro-titles::after{height:65vw}}.intro-title{margin-bottom:10px}@media (min-width:768px){.intro-title{font-size:58px}}.intro-subtitle{font-size:24px}@media (min-width:768px){.intro-subtitle{font-size:36px}}.intro-scroll{position:relative;text-align:center;margin-bottom:40px}.intro-scroll a{width:40px;height:33px;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjEuMywgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxhYWdfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCgkgdmlld0JveD0iMCAwIDQwIDMzIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0MCAzMzsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiMxRDFEMUI7fQo8L3N0eWxlPgo8Zz4KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik00LjksNy45TDMuMyw3LjdDMi4yLDcuNSwxLjcsNy4xLDEuNyw2LjJjMC0wLjksMC44LTEuNSwyLTEuNWMxLjYsMCwyLjUsMC43LDIuNywyLjJsMC45LTAuMQoJCUM3LjMsNC45LDYsMy44LDMuOCwzLjhjLTEuOSwwLTMuMiwxLTMuMiwyLjZjMCwxLjQsMC45LDIuMSwyLjQsMi4zTDQuNSw5YzEuMiwwLjIsMS45LDAuNSwxLjksMS41YzAsMS0wLjksMS41LTIuMywxLjUKCQljLTEuNywwLTIuNy0wLjgtMi44LTIuM2wtMSwwLjFjMC4xLDIuMSwxLjcsMy4yLDMuOCwzLjJjMS45LDAsMy40LTAuOSwzLjQtMi42QzcuNiw4LjgsNi42LDguMiw0LjksNy45eiIvPgoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTE3LjIsOS4xTDE2LjEsOWMtMC4xLDEuNy0xLjEsMi45LTIuOSwyLjljLTEuOCwwLTMtMS40LTMtMy41czEuMi0zLjUsMy0zLjVDMTUsNC44LDE2LDYsMTYuMSw3LjdsMS4xLTAuMQoJCWMtMC4yLTIuMS0xLjUtMy44LTQtMy44Yy0yLjYsMC00LjQsMS44LTQuNCw0LjZzMS44LDQuNiw0LjQsNC42QzE1LjcsMTIuOSwxNy4xLDExLjIsMTcuMiw5LjF6Ii8+Cgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMjAuMyw4YzAtMS43LDEtMywyLjMtM2MwLjUsMCwwLjgsMC4xLDEuMywwLjNMMjQsNC4yYy0wLjMtMC4zLTAuNy0wLjQtMS4yLTAuNGMtMS4zLDAtMi4xLDEuMS0yLjUsMlY0LjEKCQloLTEuMnY4LjZoMS4yVjh6Ii8+Cgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMjguNywzLjhjLTIuNCwwLTQuMywxLjktNC4zLDQuNnMxLjksNC42LDQuMyw0LjZjMi41LDAsNC4zLTEuOSw0LjMtNC42UzMxLjIsMy44LDI4LjcsMy44eiBNMjguNywxMgoJCWMtMS45LDAtMy0xLjUtMy0zLjZzMS4xLTMuNiwzLTMuNmMxLjksMCwzLjEsMS41LDMuMSwzLjZTMzAuNywxMiwyOC43LDEyeiIvPgoJPHJlY3QgeD0iMzQuOSIgeT0iMC4yIiBjbGFzcz0ic3QwIiB3aWR0aD0iMS4yIiBoZWlnaHQ9IjEyLjUiLz4KCTxyZWN0IHg9IjM4LjUiIHk9IjAuMiIgY2xhc3M9InN0MCIgd2lkdGg9IjEuMiIgaGVpZ2h0PSIxMi41Ii8+Cgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMjUuNywyNWwtNS40LDUuNEwxNC45LDI1Yy0wLjQtMC40LTEtMC40LTEuNCwwYy0wLjQsMC40LTAuNCwxLDAsMS40bDYuMSw2LjFjMC4yLDAuMiwwLjQsMC4zLDAuNywwLjMKCQlzMC41LTAuMSwwLjctMC4zbDYuMS02LjFjMC40LTAuNCwwLjQtMSwwLTEuNEMyNi43LDI0LjcsMjYuMSwyNC43LDI1LjcsMjV6Ii8+CjwvZz4KPC9zdmc+Cg==) no-repeat center center;display:inline-block;text-indent:-99999px}.intro-body{padding:30px 0}@media (min-width:960px){.intro-body{position:absolute;right:0;bottom:100px;width:calc(50% - 10px);padding:45px 20vw 45px 25px}.intro-body::before{content:"";display:block;width:9999px;height:100%;position:absolute;left:0;top:0;background-color:#fff}}.intro-body *{position:relative}@media (min-width:960px){.intro-body p{font-size:19px;line-height:27px}}.intro-body.text-container{margin-bottom:0}@media (min-width:960px){.about{z-index:1}}.about .wrapper{height:100%}.about .content__left{position:relative}@media (min-width:960px){.about .content__left{position:absolute;top:0;height:100%}}@media (min-width:960px){.about .content__right{float:right;margin-bottom:100px}}.about__image{width:100%;height:200px;margin-bottom:30px;background-size:cover;background-position:center center}@media (min-width:960px){.about__image{height:calc(100% + 160px);margin-bottom:0}}.steps{background:#a7d4ee}@media (min-width:960px){.steps{padding-top:200px}}@media (min-width:960px){.steps .text-container{margin-bottom:80px}}@media (min-width:960px){.steps__columns{columns:2;-moz-column-gap:50px;-webkit-column-gap:50px;column-gap:50px}}@media (min-width:1140px){.steps__columns{-moz-column-gap:78px;-webkit-column-gap:78px;column-gap:78px}}.steps__image{margin:-100px 0 40px 0}.steps__image:after{content:"";display:table;clear:both}@media (min-width:768px){.steps__image{position:absolute;top:-170px;right:0;margin:0;width:40%}}@media (min-width:960px){.steps__image{top:-350px;right:30px;width:36%}}.steps-rows{margin-bottom:40px}.steps-rows:after{content:"";display:table;clear:both}@media (min-width:500px){.steps-rows{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -10px}}@media (min-width:960px){.steps-rows{margin-bottom:70px}}.steps-rows__item{display:block;margin-bottom:20px;text-decoration:none;position:relative}@media (min-width:500px){.steps-rows__item{width:calc(50% - 20px);margin:0 10px 30px}}@media (min-width:960px){.steps-rows__item{width:calc(25% - 20px)}}@media (min-width:960px){.steps-rows__item h3{font-size:32px}}.steps-rows__item h3.stepsTitle{font-family:"Georgia",serif;font-weight:400;display:block}.steps-rows__item h3.stepsTitle img{display:none;max-height:100px;margin-left:10px}@media (min-width:960px){.steps-rows__item h3.stepsTitle img{display:inline-block}}.steps-rows__item__imgmobile{margin-bottom:20px;padding-bottom:67%;width:100%}.quotes{background-color:#fff;padding:35px 0;text-transform:uppercase;text-align:center}@media (min-width:1140px){.quotes{padding:100px 0}}.quotes-wrapper{position:relative}@media (min-width:1140px){.quotes-wrapper{width:calc(100% - 220px);max-width:1020px}}.quotes-panel{position:absolute;top:0;height:100%;background-color:#fff;width:5px}.quotes-panel.animates{-webkit-animation:oscillating-width 1.6s cubic-bezier(.77,0,.175,1);animation:oscillating-width 1.6s cubic-bezier(.77,0,.175,1)}@-webkit-keyframes oscillating-width{0%{width:5px}50%{width:50%}100%{width:5px}}@keyframes oscillating-width{0%{width:5px}50%{width:50%}100%{width:5px}}.quotes-panel-left{left:0;border-right:2px solid #000}.quotes-panel-left::after{right:-5px}.quotes-panel-right{right:0;border-left:2px solid #000}.quotes-panel-right::after{left:-5px}.quote{display:none;max-width:800px;margin:0 auto;padding:0 20px}.quote.visible{display:block}.quote-body{font-size:24px;margin-bottom:16px}@media (min-width:960px){.quote-body{font-size:48px}}.slider-image{position:relative;width:100%;background-position:center center;background-repeat:no-repeat;background-size:cover}@media (min-width:960px){.slider-image{height:100%}}@media (min-width:960px){.c2a{padding-bottom:100px}}.c2a .text-container img.startimage{max-width:50%;margin-bottom:40px}@media (min-width:960px){.c2a .text-container img.startimage{margin-top:-20px}}@media (min-width:960px){.c2a .content__right{position:absolute;top:0;right:0;height:100%}}.c2a__image{width:100%;height:200px;margin-bottom:30px;background-size:cover;background-position:center center}@media (min-width:960px){.c2a__image{height:100%;margin-bottom:0}}.overview{margin-bottom:50px}@media (min-width:960px){.overview{margin-bottom:100px}}@media (min-width:768px){.grid{margin:-11px;display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}}.grid-vertical{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-direction:column;flex-direction:column}.grid-full .grid-item,.grid-vertical .grid-item{width:100%;margin:0}.grid-full .grid-item:nth-child(2),.grid-vertical .grid-item:nth-child(2){margin-top:22px}.grid-item,.grid-quote,.grid-vertical{margin-bottom:20px}@media (min-width:768px){.grid-item,.grid-quote,.grid-vertical{margin:11px;width:calc(( 100% / 3 ) - 22px)}}.grid-item{display:block;position:relative;text-decoration:none;color:#fff}.grid-item:hover .grid-item-overlay{padding-bottom:25px}.grid-item-image{padding-bottom:70%}.grid-item-overlay{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:end;justify-content:flex-end;-ms-flex-align:start;align-items:flex-start;position:absolute;top:0;right:0;bottom:0;left:0;padding:20px;background:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.3));-webkit-transition:padding .2s ease;transition:padding .2s ease}.grid-item-subtitle{font-size:18px;margin-bottom:10px}.grid-item-title{font-size:26px;font-family:"Georgia",serif;font-weight:400}.grid-quote{position:relative;display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:end;justify-content:flex-end;-ms-flex-align:start;align-items:flex-start;background-color:#a7d4ee;font-size:24px;font-weight:400;font-family:"Georgia",serif;line-height:1.2;padding:30px}@media (min-width:768px){.grid-quote{font-size:30px}}@media (min-width:960px){.grid-quote{font-size:24px}}@media (min-width:1140px){.grid-quote{font-size:51px}}.grid-quote img{max-width:50%;margin-bottom:40px}@media (min-width:768px){.grid-quote img{max-width:60%}}@media (min-width:960px){.grid-quote img{max-width:60%;margin-bottom:0;-ms-flex-item-align:end;align-self:flex-end}}.search__item{margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid lightgray}@media (min-width:960px){.search__item{margin-bottom:40px;padding-bottom:40px}}.owl-carousel{display:none}.owl-theme .owl-nav{position:relative;width:100%;height:16px;margin:25px 0}.owl-theme .owl-nav button{-webkit-transition:all .2s ease;transition:all .2s ease;position:absolute;top:0;width:22px;height:100%;margin:0!important;display:block!important;border-radius:0!important}.owl-theme .owl-nav button span{display:none}.owl-theme .owl-nav button.owl-prev{background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjEuMywgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxhYWdfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCgkgdmlld0JveD0iMCAwIDIyIDE2IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyMiAxNjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8cG9seWdvbiBwb2ludHM9IjcuOCwxNiA5LjIsMTQuNiAzLjgsOSAyMiw5IDIyLDcgMy44LDcgOS4yLDEuNCA3LjgsMCAwLDggIi8+Cjwvc3ZnPgo=) no-repeat 0 0;background-size:cover;left:0}.owl-theme .owl-nav button.owl-prev:hover{background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjEuMywgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxhYWdfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCgkgdmlld0JveD0iMCAwIDIyIDE2IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyMiAxNjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8cG9seWdvbiBwb2ludHM9IjcuOCwxNiA5LjIsMTQuNiAzLjgsOSAyMiw5IDIyLDcgMy44LDcgOS4yLDEuNCA3LjgsMCAwLDggIi8+Cjwvc3ZnPgo=) no-repeat 0 0;background-size:cover;left:-1px}.owl-theme .owl-nav button.owl-prev.disabled{background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjEuMywgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxhYWdfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCgkgdmlld0JveD0iMCAwIDIyIDE2IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyMiAxNjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiNDQUNBQ0E7fQo8L3N0eWxlPgo8cG9seWdvbiBjbGFzcz0ic3QwIiBwb2ludHM9IjcuOCwxNiA5LjIsMTQuNiAzLjgsOSAyMiw5IDIyLDcgMy44LDcgOS4yLDEuNCA3LjgsMCAwLDggIi8+Cjwvc3ZnPgo=) no-repeat 0 0}.owl-theme .owl-nav button.owl-prev.disabled:hover{left:0}.owl-theme .owl-nav button.owl-next{background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjEuMywgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxhYWdfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCgkgdmlld0JveD0iMCAwIDIyIDE2IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyMiAxNjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8cG9seWdvbiBwb2ludHM9IjE0LjIsMCAxMi44LDEuNCAxOC4yLDcgMCw3IDAsOSAxOC4yLDkgMTIuOCwxNC42IDE0LjIsMTYgMjIsOCAiLz4KPC9zdmc+Cg==) no-repeat 0 0;background-size:cover;left:35px}.owl-theme .owl-nav button.owl-next:hover{background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjEuMywgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxhYWdfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCgkgdmlld0JveD0iMCAwIDIyIDE2IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyMiAxNjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8cG9seWdvbiBwb2ludHM9IjE0LjIsMCAxMi44LDEuNCAxOC4yLDcgMCw3IDAsOSAxOC4yLDkgMTIuOCwxNC42IDE0LjIsMTYgMjIsOCAiLz4KPC9zdmc+Cg==) no-repeat 0 0;background-size:cover;left:36px}.owl-theme .owl-nav button.owl-next.disabled{background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjEuMywgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxhYWdfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCgkgdmlld0JveD0iMCAwIDIyIDE2IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyMiAxNjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiNDQUNBQ0E7fQo8L3N0eWxlPgo8cG9seWdvbiBjbGFzcz0ic3QwIiBwb2ludHM9IjE0LjIsMCAxMi44LDEuNCAxOC4yLDcgMCw3IDAsOSAxOC4yLDkgMTIuOCwxNC42IDE0LjIsMTYgMjIsOCAiLz4KPC9zdmc+Cg==) no-repeat 0 0}.owl-theme .owl-nav button.owl-next.disabled:hover{left:35px}