@charset "UTF-8";@font-face{font-family:Druk;src:url(../fonts/Druk-Medium-Web.eot);src:url(../fonts/Druk-Medium-Web.eot?#iefix) format("embedded-opentype"),url(../fonts/Druk-Medium-Web.woff2) format("woff2"),url(../fonts/Druk-Medium-Web.woff) format("woff");font-weight:500;font-style:normal;font-stretch:normal}@font-face{font-family:"Druk Wide";src:url(../fonts/DrukWide-Medium-Web.eot);src:url(../fonts/DrukWide-Medium-Web.eot?#iefix) format("embedded-opentype"),url(../fonts/DrukWide-Medium-Web.woff2) format("woff2"),url(../fonts/DrukWide-Medium-Web.woff) format("woff");font-weight:500;font-style:normal;font-stretch:normal}.drukwide{font-family:"Druk Wide Web",Helvetica,Arial;font-weight:500;font-style:normal;font-stretch:normal}@media print,screen and (min-width:25em){.reveal,.reveal.large,.reveal.small,.reveal.tiny{right:auto;left:auto;margin:0 auto}}.bx-wrapper{position:relative;margin-bottom:60px;padding:0;-ms-touch-action:pan-y;touch-action:pan-y}.bx-wrapper img{max-width:100%;display:block}.bxslider{margin:0;padding:0;-webkit-perspective:1000}ul.bxslider{list-style:none}.bx-viewport{-webkit-transform:translateZ(0)}.bx-wrapper{-webkit-box-shadow:0 0 5px #ccc;box-shadow:0 0 5px #ccc;border:5px solid #fff;background:#fff}.bx-wrapper .bx-controls-auto,.bx-wrapper .bx-pager{position:absolute;bottom:-30px;width:100%}.bx-wrapper .bx-loading{min-height:50px;background:url(images/bx_loader.gif) center center no-repeat #fff;height:100%;width:100%;position:absolute;top:0;left:0;z-index:2000}.bx-wrapper .bx-pager{text-align:center;font-size:.85em;font-family:Arial;font-weight:700;color:#666;padding-top:20px}.bx-wrapper .bx-pager.bx-default-pager a{background:#666;text-indent:-9999px;display:block;width:10px;height:10px;margin:0 5px;outline:0;border-radius:5px}.bx-wrapper .bx-pager.bx-default-pager a.active,.bx-wrapper .bx-pager.bx-default-pager a:focus,.bx-wrapper .bx-pager.bx-default-pager a:hover{background:#000}.bx-wrapper .bx-controls-auto .bx-controls-auto-item,.bx-wrapper .bx-pager-item{display:inline-block;vertical-align:bottom}.bx-wrapper .bx-pager-item{font-size:0;line-height:0}.bx-wrapper .bx-prev{left:10px;background:url(images/controls.png) no-repeat 0 -32px}.bx-wrapper .bx-prev:focus,.bx-wrapper .bx-prev:hover{background-position:0 0}.bx-wrapper .bx-next{right:10px;background:url(images/controls.png) no-repeat -43px -32px}.bx-wrapper .bx-next:focus,.bx-wrapper .bx-next:hover{background-position:-43px 0}.bx-wrapper .bx-controls-direction a{position:absolute;top:50%;margin-top:-16px;outline:0;width:32px;height:32px;text-indent:-9999px;z-index:9999}.bx-wrapper .bx-controls-direction a.disabled{display:none}.bx-wrapper .bx-controls-auto{text-align:center}.bx-wrapper .bx-controls-auto .bx-start{display:block;text-indent:-9999px;width:10px;height:11px;outline:0;background:url(images/controls.png) -86px -11px no-repeat;margin:0 3px}.bx-wrapper .bx-controls-auto .bx-start.active,.bx-wrapper .bx-controls-auto .bx-start:focus,.bx-wrapper .bx-controls-auto .bx-start:hover{background-position:-86px 0}.bx-wrapper .bx-controls-auto .bx-stop{display:block;text-indent:-9999px;width:9px;height:11px;outline:0;background:url(images/controls.png) -86px -44px no-repeat;margin:0 3px}.bx-wrapper .bx-controls-auto .bx-stop.active,.bx-wrapper .bx-controls-auto .bx-stop:focus,.bx-wrapper .bx-controls-auto .bx-stop:hover{background-position:-86px -33px}.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager{text-align:left;width:80%}.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto{right:0;width:35px}.bx-wrapper .bx-caption{position:absolute;bottom:0;left:0;background:#666;background:rgba(80,80,80,.75);width:100%}.bx-wrapper .bx-caption span{color:#fff;font-family:Arial;display:block;font-size:.85em;padding:10px}/*!
 * mmenu.js
 * mmenujs.com
 *
 * Copyright (c) Fred Heusschen
 * frebsite.nl
 *
 * License: CC-BY-NC-4.0
 * http://creativecommons.org/licenses/by-nc/4.0/
 */:root{--mm-line-height:20px;--mm-listitem-size:44px;--mm-navbar-size:44px;--mm-offset-top:0;--mm-offset-right:0;--mm-offset-bottom:0;--mm-offset-left:0;--mm-color-border:rgba(0, 0, 0, 0.1);--mm-color-button:rgba(0, 0, 0, 0.3);--mm-color-text:rgba(0, 0, 0, 0.75);--mm-color-text-dimmed:rgba(0, 0, 0, 0.3);--mm-color-background:#f3f3f3;--mm-color-background-highlight:rgba(0, 0, 0, 0.05);--mm-color-background-emphasis:rgba(255, 255, 255, 0.4);--mm-shadow:0 0 10px rgba(0, 0, 0, 0.3)}.mm-hidden{display:none!important}.mm-wrapper{overflow-x:hidden;position:relative}.mm-menu{top:0;right:0;bottom:0;left:0;background:#f3f3f3;border-color:rgba(0,0,0,.1);color:rgba(0,0,0,.75);line-height:20px;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column;padding:0;margin:0;-webkit-box-sizing:border-box;box-sizing:border-box;position:absolute;top:var(--mm-offset-top);right:var(--mm-offset-right);bottom:var(--mm-offset-bottom);left:var(--mm-offset-left);z-index:0;-ms-scroll-chaining:chained;overscroll-behavior:auto;background:var(--mm-color-background);border-color:var(--mm-color-border);color:var(--mm-color-text);line-height:var(--mm-line-height);-webkit-tap-highlight-color:var(--mm-color-background-emphasis);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.mm-menu a,.mm-menu a:active,.mm-menu a:hover,.mm-menu a:link,.mm-menu a:visited{text-decoration:none;color:inherit}[dir=rtl] .mm-menu{direction:rtl}.mm-panel{background:#f3f3f3;border-color:rgba(0,0,0,.1);color:rgba(0,0,0,.75);z-index:0;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;-webkit-overflow-scrolling:touch;overflow:hidden;overflow-y:auto;color:var(--mm-color-text);border-color:var(--mm-color-border);background:var(--mm-color-background);-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease}.mm-panel:after{height:44px}.mm-panel:not(.mm-hidden){display:block}.mm-panel:after{content:"";display:block;height:var(--mm-listitem-size)}.mm-panel_opened{z-index:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-panel_opened-parent{-webkit-transform:translate3d(-30%,0,0);transform:translate3d(-30%,0,0)}.mm-panel_highest{z-index:2}.mm-panel_noanimation{-webkit-transition:none!important;transition:none!important}.mm-panel_noanimation.mm-panel_opened-parent{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-panels>.mm-panel{position:absolute;left:0;right:0;top:0;bottom:0}.mm-panel__content{padding:20px 20px 0}.mm-panels{background:#f3f3f3;border-color:rgba(0,0,0,.1);color:rgba(0,0,0,.75);position:relative;height:100%;-webkit-box-flex:1;-ms-flex-positive:1;-webkit-flex-grow:1;flex-grow:1;overflow:hidden;background:var(--mm-color-background);border-color:var(--mm-color-border);color:var(--mm-color-text)}[dir=rtl] .mm-panel:not(.mm-panel_opened){-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}[dir=rtl] .mm-panel.mm-panel_opened-parent{-webkit-transform:translate3d(30%,0,0);transform:translate3d(30%,0,0)}.mm-listitem_vertical>.mm-panel{display:none;width:100%;padding:10px 0 10px 10px;-webkit-transform:none!important;-ms-transform:none!important;transform:none!important}.mm-listitem_vertical>.mm-panel:after,.mm-listitem_vertical>.mm-panel:before{content:none;display:none}.mm-listitem_opened>.mm-panel{display:block}.mm-listitem_vertical>.mm-listitem__btn{height:44px;height:var(--mm-listitem-size);bottom:auto}.mm-listitem_vertical .mm-listitem:last-child:after{border-color:transparent}.mm-listitem_opened>.mm-listitem__btn:after{-webkit-transform:rotate(225deg);-ms-transform:rotate(225deg);transform:rotate(225deg);right:19px}.mm-btn{-webkit-box-flex:0;-ms-flex-positive:0;-webkit-flex-grow:0;flex-grow:0;-ms-flex-negative:0;-webkit-flex-shrink:0;flex-shrink:0;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;width:50px;padding:0}.mm-btn:after,.mm-btn:before{border:2px solid rgba(0,0,0,.3);border:2px solid var(--mm-color-button)}.mm-btn_next:after,.mm-btn_prev:before{content:"";border-bottom:none;border-right:none;-webkit-box-sizing:content-box;box-sizing:content-box;display:block;width:8px;height:8px;margin:auto;position:absolute;top:0;bottom:0}.mm-btn_prev:before{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);left:23px;right:auto}.mm-btn_next:after{-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg);right:23px;left:auto}.mm-btn_close:after,.mm-btn_close:before{content:"";-webkit-box-sizing:content-box;box-sizing:content-box;display:block;width:5px;height:5px;margin:auto;position:absolute;top:0;bottom:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.mm-btn_close:before{border-right:none;border-bottom:none;right:18px}.mm-btn_close:after{border-left:none;border-top:none;right:25px}[dir=rtl] .mm-btn_next:after{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);left:23px;right:auto}[dir=rtl] .mm-btn_prev:before{-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg);right:23px;left:auto}[dir=rtl] .mm-btn_close:after,[dir=rtl] .mm-btn_close:before{right:auto}[dir=rtl] .mm-btn_close:before{left:25px}[dir=rtl] .mm-btn_close:after{left:18px}.mm-navbar{min-height:44px;border-bottom:1px solid rgba(0,0,0,.1);background:#f3f3f3;color:rgba(0,0,0,.3);display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;min-height:var(--mm-navbar-size);border-bottom:1px solid var(--mm-color-border);background:var(--mm-color-background);color:var(--mm-color-text-dimmed);text-align:center;opacity:1;-webkit-transition:opacity .4s ease;transition:opacity .4s ease}.mm-navbar>*{min-height:44px}@supports ((position:-webkit-sticky) or (position:sticky)){.mm-navbar_sticky{position:-webkit-sticky;position:sticky;top:0;z-index:1}}.mm-navbar>*{-webkit-box-flex:1;-ms-flex-positive:1;-webkit-flex-grow:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-sizing:border-box;box-sizing:border-box}.mm-navbar__btn{-webkit-box-flex:0;-ms-flex-positive:0;-webkit-flex-grow:0;flex-grow:0}.mm-navbar__title{-webkit-box-flex:1;-ms-flex:1 1 50%;-webkit-flex:1 1 50%;flex:1 1 50%;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;padding-left:20px;padding-right:20px;overflow:hidden}.mm-navbar__title:not(:last-child){padding-right:0}.mm-navbar__title>span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.mm-navbar__btn:not(.mm-hidden)+.mm-navbar__title{padding-left:0}.mm-navbar__btn:not(.mm-hidden)+.mm-navbar__title:last-child{padding-right:50px}[dir=rtl] .mm-navbar{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;-webkit-flex-direction:row-reverse;flex-direction:row-reverse}.mm-listview{list-style:none;display:block;padding:0;margin:0}.mm-listitem{color:rgba(0,0,0,.75);border-color:rgba(0,0,0,.1);color:var(--mm-color-text);border-color:var(--mm-color-border);list-style:none;display:block;padding:0;margin:0;position:relative;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.mm-listitem:after{content:"";border-color:inherit;border-bottom-width:1px;border-bottom-style:solid;display:block;position:absolute;left:20px;right:0;bottom:0}.mm-listitem a,.mm-listitem a:hover{text-decoration:none}.mm-listitem__btn,.mm-listitem__text{padding:12px;display:block;padding:calc((var(--mm-listitem-size) - var(--mm-line-height))/ 2);padding-left:0;padding-right:0;color:inherit}.mm-listitem__text{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;padding-left:20px;padding-right:10px;-webkit-box-flex:1;-ms-flex-positive:1;-webkit-flex-grow:1;flex-grow:1;-ms-flex-preferred-size:10%;-webkit-flex-basis:10%;flex-basis:10%}.mm-listitem__btn{background:rgba(3,2,1,0);border-color:inherit;width:auto;padding-right:50px;position:relative}.mm-listitem__btn:not(.mm-listitem__text){border-left-width:1px;border-left-style:solid}.mm-listitem_selected>.mm-listitem__text{background:rgba(255,255,255,.4);background:var(--mm-color-background-emphasis)}.mm-listitem_opened>.mm-listitem__btn,.mm-listitem_opened>.mm-panel{background:rgba(0,0,0,.05);background:var(--mm-color-background-highlight)}[dir=rtl] .mm-listitem:after{left:0;right:20px}[dir=rtl] .mm-listitem__text{padding-left:10px;padding-right:20px}[dir=rtl] .mm-listitem__btn{padding-left:50px;border-left-width:0;border-left-style:none}[dir=rtl] .mm-listitem__btn:not(.mm-listitem__text){padding-right:0;border-right-width:1px;border-right-style:solid}.mm-page{-webkit-box-sizing:border-box;box-sizing:border-box;position:relative}.mm-slideout{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease;z-index:1}.mm-wrapper_opened{overflow-x:hidden;position:relative}.mm-wrapper_opened .mm-page{min-height:100vh}.mm-wrapper_background .mm-page{background:inherit}.mm-menu_offcanvas{position:fixed;right:auto;z-index:0}.mm-menu_offcanvas:not(.mm-menu_opened){display:none}.mm-menu_offcanvas{width:80%;min-width:240px;max-width:440px}.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(80vw,0,0);transform:translate3d(80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(240px,0,0);transform:translate3d(240px,0,0)}}@media all and (min-width:550px){.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(440px,0,0);transform:translate3d(440px,0,0)}}.mm-wrapper__blocker{background:rgba(3,2,1,0);overflow:hidden;display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:2}.mm-wrapper_blocking{overflow:hidden}.mm-wrapper_blocking body{overflow:hidden}.mm-wrapper_blocking .mm-wrapper__blocker{display:block}.mm-sronly{border:0!important;clip:rect(1px,1px,1px,1px)!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;white-space:nowrap!important;width:1px!important;min-width:1px!important;height:1px!important;min-height:1px!important;padding:0!important;overflow:hidden!important;position:absolute!important}.mm-menu_autoheight:not(.mm-menu_offcanvas){position:relative}.mm-menu_autoheight.mm-menu_position-bottom,.mm-menu_autoheight.mm-menu_position-top{max-height:80%}.mm-menu_autoheight-measuring .mm-panel{display:block!important}.mm-menu_autoheight-measuring .mm-panels>.mm-panel{bottom:auto!important;height:auto!important}.mm-menu_autoheight-measuring .mm-listitem_vertical:not(.mm-listitem_opened) .mm-panel{display:none!important}[class*=mm-menu_columns-]{-webkit-transition-property:width;transition-property:width}[class*=mm-menu_columns-] .mm-panels>.mm-panel{right:auto;-webkit-transition-property:width,-webkit-transform;transition-property:width,-webkit-transform;transition-property:width,transform;transition-property:width,transform,-webkit-transform}[class*=mm-menu_columns-] .mm-panels>.mm-panel_opened,[class*=mm-menu_columns-] .mm-panels>.mm-panel_opened-parent{display:block!important}[class*=mm-panel_columns-]{border-right:1px solid;border-color:inherit}.mm-menu_columns-1 .mm-panel_columns-0,.mm-menu_columns-2 .mm-panel_columns-1,.mm-menu_columns-3 .mm-panel_columns-2,.mm-menu_columns-4 .mm-panel_columns-3{border-right:none}[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-0{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-menu_columns-0 .mm-panels>.mm-panel{z-index:0}.mm-menu_columns-0 .mm-panels>.mm-panel else{width:100%}.mm-menu_columns-0 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent){-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.mm-menu_columns-0{width:80%;min-width:240px;max-width:0}.mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(80vw,0,0);transform:translate3d(80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(240px,0,0);transform:translate3d(240px,0,0)}}@media all and (min-width:0px){.mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-80vw,0,0);transform:translate3d(-80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-240px,0,0);transform:translate3d(-240px,0,0)}}@media all and (min-width:0px){.mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-1{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.mm-menu_columns-1 .mm-panels>.mm-panel{z-index:1;width:100%}.mm-menu_columns-1 .mm-panels>.mm-panel else{width:100%}.mm-menu_columns-1 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent){-webkit-transform:translate3d(200%,0,0);transform:translate3d(200%,0,0)}.mm-menu_columns-1{width:80%;min-width:240px;max-width:440px}.mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(80vw,0,0);transform:translate3d(80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(240px,0,0);transform:translate3d(240px,0,0)}}@media all and (min-width:550px){.mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(440px,0,0);transform:translate3d(440px,0,0)}}.mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-80vw,0,0);transform:translate3d(-80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-240px,0,0);transform:translate3d(-240px,0,0)}}@media all and (min-width:550px){.mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-440px,0,0);transform:translate3d(-440px,0,0)}}[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-2{-webkit-transform:translate3d(200%,0,0);transform:translate3d(200%,0,0)}.mm-menu_columns-2 .mm-panels>.mm-panel{z-index:2;width:50%}.mm-menu_columns-2 .mm-panels>.mm-panel else{width:100%}.mm-menu_columns-2 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent){-webkit-transform:translate3d(300%,0,0);transform:translate3d(300%,0,0)}.mm-menu_columns-2{width:80%;min-width:240px;max-width:880px}.mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(80vw,0,0);transform:translate3d(80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(240px,0,0);transform:translate3d(240px,0,0)}}@media all and (min-width:1100px){.mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(880px,0,0);transform:translate3d(880px,0,0)}}.mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-80vw,0,0);transform:translate3d(-80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-240px,0,0);transform:translate3d(-240px,0,0)}}@media all and (min-width:1100px){.mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-880px,0,0);transform:translate3d(-880px,0,0)}}[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-3{-webkit-transform:translate3d(300%,0,0);transform:translate3d(300%,0,0)}.mm-menu_columns-3 .mm-panels>.mm-panel{z-index:3;width:33.34%}.mm-menu_columns-3 .mm-panels>.mm-panel else{width:100%}.mm-menu_columns-3 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent){-webkit-transform:translate3d(400%,0,0);transform:translate3d(400%,0,0)}.mm-menu_columns-3{width:80%;min-width:240px;max-width:1320px}.mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(80vw,0,0);transform:translate3d(80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(240px,0,0);transform:translate3d(240px,0,0)}}@media all and (min-width:1650px){.mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(1320px,0,0);transform:translate3d(1320px,0,0)}}.mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-80vw,0,0);transform:translate3d(-80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-240px,0,0);transform:translate3d(-240px,0,0)}}@media all and (min-width:1650px){.mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-1320px,0,0);transform:translate3d(-1320px,0,0)}}[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-4{-webkit-transform:translate3d(400%,0,0);transform:translate3d(400%,0,0)}.mm-menu_columns-4 .mm-panels>.mm-panel{z-index:4;width:25%}.mm-menu_columns-4 .mm-panels>.mm-panel else{width:100%}.mm-menu_columns-4 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent){-webkit-transform:translate3d(500%,0,0);transform:translate3d(500%,0,0)}.mm-menu_columns-4{width:80%;min-width:240px;max-width:1760px}.mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(80vw,0,0);transform:translate3d(80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(240px,0,0);transform:translate3d(240px,0,0)}}@media all and (min-width:2200px){.mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(1760px,0,0);transform:translate3d(1760px,0,0)}}.mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-80vw,0,0);transform:translate3d(-80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-240px,0,0);transform:translate3d(-240px,0,0)}}@media all and (min-width:2200px){.mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-1760px,0,0);transform:translate3d(-1760px,0,0)}}[class*=mm-menu_columns-].mm-menu_position-bottom,[class*=mm-menu_columns-].mm-menu_position-top{width:100%;max-width:100%;min-width:100%}.mm-wrapper_opening [class*=mm-menu_columns-].mm-menu_position-front{-webkit-transition-property:width,min-width,max-width,-webkit-transform;transition-property:width,min-width,max-width,-webkit-transform;transition-property:width,min-width,max-width,transform;transition-property:width,min-width,max-width,transform,-webkit-transform}.mm-counter{color:rgba(0,0,0,.3);display:block;padding-left:20px;float:right;text-align:right;color:var(--mm-color-text-dimmed)}.mm-listitem_nosubitems>.mm-counter{display:none}[dir=rtl] .mm-counter{text-align:left;float:left;padding-left:0;padding-right:20px}.mm-divider{position:relative;min-height:20px;padding:4.3px;background:#f3f3f3;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;min-height:var(--mm-line-height);padding:calc((var(--mm-listitem-size) * .65 - var(--mm-line-height)) * .5);padding-right:10px;padding-left:20px;font-size:75%;text-transform:uppercase;background:var(--mm-color-background);opacity:1;-webkit-transition:opacity .4s ease;transition:opacity .4s ease}.mm-divider:before{background:rgba(0,0,0,.05)}@supports ((position:-webkit-sticky) or (position:sticky)){.mm-divider{position:-webkit-sticky;position:sticky;z-index:2;top:0}.mm-navbar_sticky:not(.mm-hidden)~.mm-listview .mm-divider{top:var(--mm-navbar-size)}}.mm-divider:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--mm-color-background-highlight)}.mm-wrapper_dragging .mm-menu,.mm-wrapper_dragging .mm-slideout{-webkit-transition-duration:0s!important;transition-duration:0s!important;-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important}.mm-wrapper_dragging .mm-menu{pointer-events:none!important}.mm-wrapper_dragging .mm-wrapper__blocker{display:none!important}.mm-menu_dropdown{-webkit-box-shadow:0 2px 10px rgba(0,0,0,.3);box-shadow:0 2px 10px rgba(0,0,0,.3);height:80%}.mm-wrapper_dropdown .mm-slideout{-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;z-index:0}.mm-wrapper_dropdown .mm-wrapper__blocker{-webkit-transition-delay:0s!important;transition-delay:0s!important;z-index:1}.mm-wrapper_dropdown .mm-menu_dropdown{z-index:2}.mm-wrapper_dropdown.mm-wrapper_opened:not(.mm-wrapper_opening) .mm-menu_dropdown{display:none}.mm-menu_tip-bottom:before,.mm-menu_tip-left:before,.mm-menu_tip-right:before,.mm-menu_tip-top:before{content:"";background:inherit;-webkit-box-shadow:0 2px 10px rgba(0,0,0,.3);box-shadow:0 2px 10px rgba(0,0,0,.3);display:block;width:15px;height:15px;position:absolute;z-index:-1;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.mm-menu_tip-left:before{left:22px}.mm-menu_tip-right:before{right:22px}.mm-menu_tip-top:before{top:-8px}.mm-menu_tip-bottom:before{bottom:-8px}:root{--mm-iconbar-size:50px}.mm-menu_iconbar-left .mm-navbars_bottom,.mm-menu_iconbar-left .mm-navbars_top,.mm-menu_iconbar-left .mm-panels{margin-left:50px;margin-left:var(--mm-iconbar-size)}.mm-menu_iconbar-right .mm-navbars_bottom,.mm-menu_iconbar-right .mm-navbars_top,.mm-menu_iconbar-right .mm-panels{margin-right:50px;margin-right:var(--mm-iconbar-size)}.mm-iconbar{width:50px;border-color:rgba(0,0,0,.1);background:#f3f3f3;color:rgba(0,0,0,.3);display:none;position:absolute;top:0;bottom:0;z-index:2;width:var(--mm-iconbar-size);overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;border:0 solid;border-color:var(--mm-color-border);background:var(--mm-color-background);color:var(--mm-color-text-dimmed);text-align:center}.mm-menu_iconbar-left .mm-iconbar,.mm-menu_iconbar-right .mm-iconbar{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.mm-menu_iconbar-left .mm-iconbar{border-right-width:1px;left:0}.mm-menu_iconbar-right .mm-iconbar{border-left-width:1px;right:0}.mm-iconbar__bottom,.mm-iconbar__top{width:100%;-webkit-overflow-scrolling:touch;overflow:hidden;overflow-y:auto;-ms-scroll-chaining:none;overscroll-behavior:contain}.mm-iconbar__bottom>*,.mm-iconbar__top>*{-webkit-box-sizing:border-box;box-sizing:border-box;display:block;padding:12.5px 0}.mm-iconbar__bottom a,.mm-iconbar__bottom a:hover,.mm-iconbar__top a,.mm-iconbar__top a:hover{text-decoration:none}.mm-iconbar__tab_selected{background:rgba(255,255,255,.4);background:var(--mm-color-background-emphasis)}:root{--mm-iconpanel-size:50px}.mm-panel_iconpanel-1{width:calc(100% - 50px);width:calc(100% - var(--mm-iconpanel-size) * 1)}.mm-panel_iconpanel-2{width:calc(100% - 100px);width:calc(100% - var(--mm-iconpanel-size) * 2)}.mm-panel_iconpanel-3{width:calc(100% - 150px);width:calc(100% - var(--mm-iconpanel-size) * 3)}.mm-panel_iconpanel-first~.mm-panel{width:calc(100% - 50px);width:calc(100% - var(--mm-iconpanel-size))}.mm-menu_iconpanel .mm-panels>.mm-panel{left:auto;-webkit-transition-property:width,-webkit-transform;transition-property:width,-webkit-transform;transition-property:transform,width;transition-property:transform,width,-webkit-transform}.mm-menu_iconpanel .mm-panels>.mm-panel_opened,.mm-menu_iconpanel .mm-panels>.mm-panel_opened-parent{display:block!important}.mm-menu_iconpanel .mm-panels>.mm-panel_opened-parent{overflow-y:hidden;-webkit-transform:unset;-ms-transform:unset;transform:unset}.mm-menu_iconpanel .mm-panels>.mm-panel:not(.mm-panel_iconpanel-first):not(.mm-panel_iconpanel-0){border-left-width:1px;border-left-style:solid}.mm-menu_hidedivider .mm-panel_opened-parent .mm-divider,.mm-menu_hidenavbar .mm-panel_opened-parent .mm-navbar{opacity:0}.mm-panel__blocker{background:inherit;opacity:0;display:block;position:absolute;top:0;right:0;left:0;z-index:3;-webkit-transition:opacity .4s ease;transition:opacity .4s ease}.mm-panel_opened-parent .mm-panel__blocker{opacity:.6;bottom:-100000px}[dir=rtl] .mm-menu_iconpanel .mm-panels>.mm-panel{left:0;right:auto;-webkit-transition-property:width,-webkit-transform;transition-property:width,-webkit-transform;transition-property:transform,width;transition-property:transform,width,-webkit-transform}[dir=rtl] .mm-menu_iconpanel .mm-panels>.mm-panel:not(.mm-panel_iconpanel-first):not(.mm-panel_iconpanel-0){border-left:none;border-right:1px solid;border-color:inherit}.mm-menu_keyboardfocus a:focus,.mm-menu_keyboardfocus.mm-menu_opened~.mm-wrapper__blocker a:focus{background:rgba(255,255,255,.4);background:var(--mm-color-background-emphasis);outline:0}.mm-wrapper__blocker .mm-tabstart{cursor:default;display:block;width:100%;height:100%}.mm-wrapper__blocker .mm-tabend{opacity:0;position:absolute;bottom:0}.mm-navbars_top{-ms-flex-negative:0;-webkit-flex-shrink:0;flex-shrink:0}.mm-navbars_top .mm-navbar:not(:last-child){border-bottom:none}.mm-navbars_bottom{-ms-flex-negative:0;-webkit-flex-shrink:0;flex-shrink:0}.mm-navbars_bottom .mm-navbar{border-bottom:none}.mm-navbars_bottom .mm-navbar:first-child{border-top:1px solid rgba(0,0,0,.1);border-top:1px solid var(--mm-color-border)}.mm-btn:not(.mm-hidden)+.mm-navbar__searchfield .mm-searchfield__input{padding-left:0}.mm-navbar__searchfield:not(:last-child) .mm-searchfield__input{padding-right:0}.mm-navbar__breadcrumbs{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;-webkit-box-flex:1;-ms-flex:1 1 50%;-webkit-flex:1 1 50%;flex:1 1 50%;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start;padding:0 20px;overflow-x:auto;-webkit-overflow-scrolling:touch}.mm-navbar__breadcrumbs>*{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;padding-right:6px}.mm-navbar__breadcrumbs>a{text-decoration:underline}.mm-navbar__breadcrumbs:not(:last-child){padding-right:0}.mm-btn:not(.mm-hidden)+.mm-navbar__breadcrumbs{padding-left:0}.mm-navbar_tabs>*{padding:0 10px;border:1px solid transparent}.mm-navbar__tab_selected{background:#f3f3f3;color:rgba(0,0,0,.75);background:var(--mm-color-background);color:var(--mm-color-text)}.mm-navbar__tab_selected:not(:first-child){border-left-color:rgba(0,0,0,.1)}.mm-navbar__tab_selected:not(:last-child){border-right-color:rgba(0,0,0,.1)}.mm-navbar__tab_selected:not(:first-child){border-left-color:var(--mm-color-border)}.mm-navbar__tab_selected:not(:last-child){border-right-color:var(--mm-color-border)}.mm-navbars_top .mm-navbar_tabs{border-bottom:none}.mm-navbars_top .mm-navbar_tabs>*{border-bottom-color:rgba(0,0,0,.1);border-bottom-color:var(--mm-color-border)}.mm-navbars_top .mm-navbar__tab_selected{border-top-color:rgba(0,0,0,.1);border-top-color:var(--mm-color-border);border-bottom-color:transparent}.mm-navbars_top.mm-navbars_has-tabs .mm-navbar{background:rgba(255,255,255,.4);background:var(--mm-color-background-emphasis)}.mm-navbars_top.mm-navbars_has-tabs .mm-navbar_tabs~.mm-navbar{background:#f3f3f3;background:var(--mm-color-background)}.mm-navbars_bottom .mm-navbar_tabs:first-child{border-top:none}.mm-navbars_bottom .mm-navbar_tabs>*{border-top-color:rgba(0,0,0,.1);border-top-color:var(--mm-color-border)}.mm-navbars_bottom .mm-navbar__tab_selected{border-bottom-color:rgba(0,0,0,.1);border-bottom-color:var(--mm-color-border);border-top-color:transparent}.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar{background:#f3f3f3;background:var(--mm-color-background)}.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs,.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs~.mm-navbar{background:rgba(255,255,255,.4);background:var(--mm-color-background-emphasis)}.mm-searchfield{height:44px;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;-webkit-flex-grow:1;flex-grow:1;height:var(--mm-navbar-size);padding:0;overflow:hidden}.mm-searchfield input{height:30.8px;line-height:30.8px}.mm-searchfield input,.mm-searchfield input:focus,.mm-searchfield input:hover{background:rgba(0,0,0,.05);color:rgba(0,0,0,.75)}.mm-searchfield input{display:block;width:100%;max-width:100%;height:calc(var(--mm-navbar-size) * .7);min-height:unset;max-height:unset;margin:0;padding:0 10px;-webkit-box-sizing:border-box;box-sizing:border-box;border:none!important;border-radius:4px;line-height:calc(var(--mm-navbar-size) * .7);-webkit-box-shadow:none!important;box-shadow:none!important;outline:0!important;font:inherit;font-size:inherit}.mm-searchfield input,.mm-searchfield input:focus,.mm-searchfield input:hover{background:var(--mm-color-background-highlight);color:var(--mm-color-text)}.mm-searchfield input::-ms-clear{display:none}.mm-searchfield__input{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-flex:1;-ms-flex:1;-webkit-flex:1;flex:1;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;position:relative;width:100%;max-width:100%;padding:0 10px;-webkit-box-sizing:border-box;box-sizing:border-box}.mm-panel__noresultsmsg{color:rgba(0,0,0,.3);padding:50px 0;color:var(--mm-color-text-dimmed);text-align:center;font-size:150%}.mm-searchfield__btn{position:absolute;right:0;top:0;bottom:0}.mm-panel_search{left:0!important;right:0!important;width:100%!important;border-left:none!important}.mm-searchfield__cancel{line-height:44px;display:block;padding-right:10px;margin-right:-100px;line-height:var(--mm-navbar-size);text-decoration:none;-webkit-transition:margin .4s ease;transition:margin .4s ease}.mm-searchfield__cancel-active{margin-right:0}.mm-listitem_nosubitems>.mm-listitem__btn{display:none}.mm-listitem_nosubitems>.mm-listitem__text{padding-right:10px}.mm-listitem_onlysubitems>.mm-listitem__text:not(.mm-listitem__btn){z-index:-1;pointer-events:none}.mm-sectionindexer{background:inherit;text-align:center;font-size:12px;-webkit-box-sizing:border-box;box-sizing:border-box;width:20px;position:absolute;top:0;bottom:0;right:-20px;z-index:5;-webkit-transition:right .4s ease;transition:right .4s ease;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;-webkit-justify-content:space-evenly;justify-content:space-evenly}.mm-sectionindexer a{color:rgba(0,0,0,.3);color:var(--mm-color-text-dimmed);line-height:1;text-decoration:none;display:block}.mm-sectionindexer~.mm-panel{padding-right:0}.mm-sectionindexer_active{right:0}.mm-sectionindexer_active~.mm-panel{padding-right:20px}.mm-menu_selected-hover .mm-listitem__btn,.mm-menu_selected-hover .mm-listitem__text,.mm-menu_selected-parent .mm-listitem__btn,.mm-menu_selected-parent .mm-listitem__text{-webkit-transition:background-color .4s ease;transition:background-color .4s ease}.mm-menu_selected-hover .mm-listview:hover>.mm-listitem_selected:not(:hover)>.mm-listitem__text{background:0 0}.mm-menu_selected-hover .mm-listitem__btn:hover,.mm-menu_selected-hover .mm-listitem__text:hover{background:rgba(255,255,255,.4);background:var(--mm-color-background-emphasis)}.mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent)>.mm-listitem__text{background:0 0}.mm-menu_selected-parent .mm-listitem_selected-parent>.mm-listitem__btn,.mm-menu_selected-parent .mm-listitem_selected-parent>.mm-listitem__text{background:rgba(255,255,255,.4);background:var(--mm-color-background-emphasis)}:root{--mm-sidebar-collapsed-size:50px;--mm-sidebar-expanded-size:440px}.mm-wrapper_sidebar-collapsed body,.mm-wrapper_sidebar-expanded body{position:relative}.mm-wrapper_sidebar-collapsed .mm-slideout,.mm-wrapper_sidebar-expanded .mm-slideout{-webkit-transition-property:width,-webkit-transform;transition-property:width,-webkit-transform;transition-property:width,transform;transition-property:width,transform,-webkit-transform}.mm-wrapper_sidebar-collapsed .mm-page,.mm-wrapper_sidebar-expanded .mm-page{background:inherit;-webkit-box-sizing:border-box;box-sizing:border-box;min-height:100vh}.mm-wrapper_sidebar-collapsed .mm-menu_sidebar-collapsed,.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded{display:-webkit-box!important;display:-ms-flexbox!important;display:-webkit-flex!important;display:flex!important;top:0!important;right:auto!important;bottom:0!important;left:0!important}.mm-wrapper_sidebar-collapsed .mm-slideout{width:calc(100% - 50px);-webkit-transform:translate3d(50px,0,0);transform:translate3d(50px,0,0);width:calc(100% - var(--mm-sidebar-collapsed-size));-webkit-transform:translate3d(var(--mm-sidebar-collapsed-size),0,0);transform:translate3d(var(--mm-sidebar-collapsed-size),0,0)}.mm-wrapper_sidebar-collapsed:not(.mm-wrapper_opening) .mm-menu_hidedivider .mm-divider,.mm-wrapper_sidebar-collapsed:not(.mm-wrapper_opening) .mm-menu_hidenavbar .mm-navbar{opacity:0}.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded{width:440px;width:var(--mm-sidebar-expanded-size);min-width:0!important;max-width:100000px!important;border-right-width:1px;border-right-style:solid}.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded.mm-menu_pageshadow:after{content:none;display:none}.mm-wrapper_sidebar-expanded.mm-wrapper_blocking,.mm-wrapper_sidebar-expanded.mm-wrapper_blocking body{overflow:visible}.mm-wrapper_sidebar-expanded .mm-wrapper__blocker{display:none!important}.mm-wrapper_sidebar-expanded:not(.mm-wrapper_sidebar-closed) .mm-menu_sidebar-expanded.mm-menu_opened~.mm-slideout{width:calc(100% - 440px);-webkit-transform:translate3d(440px,0,0);transform:translate3d(440px,0,0);width:calc(100% - var(--mm-sidebar-expanded-size));-webkit-transform:translate3d(var(--mm-sidebar-expanded-size),0,0);transform:translate3d(var(--mm-sidebar-expanded-size),0,0)}.mm-menu__blocker{background:rgba(3,2,1,0);display:block;position:absolute;top:0;right:0;bottom:0;left:0;z-index:3}.mm-menu_opened .mm-menu__blocker{display:none}[dir=rtl].mm-wrapper_sidebar-collapsed .mm-slideout{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}[dir=rtl].mm-wrapper_sidebar-expanded .mm-slideout{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}[dir=rtl].mm-wrapper_sidebar-expanded:not(.mm-wrapper_sidebar-closed) .mm-menu_sidebar-expanded.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}input.mm-toggle{margin-top:5px;background:rgba(0,0,0,.1);display:inline-block;min-width:58px;width:58px;height:34px;margin:0 10px;margin-top:calc((var(--mm-listitem-size) - 34px)/ 2);border:none!important;background:var(--mm-color-border);border-radius:34px;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;cursor:pointer;-webkit-transition:background-color .2s ease;transition:background-color .2s ease}input.mm-toggle:before{background:#f3f3f3}input.mm-toggle:before{content:"";display:block;width:32px;height:32px;margin:1px;border-radius:34px;background:var(--mm-color-background);-webkit-transition:-webkit-transform .2s ease;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease}input.mm-toggle:checked{background:#4bd963}input.mm-toggle:checked:before{-webkit-transform:translateX(24px);-ms-transform:translateX(24px);transform:translateX(24px)}input.mm-check{margin-top:2px;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;border:none!important;background:0 0!important;cursor:pointer;display:inline-block;width:40px;height:40px;margin:0 10px;margin-top:calc((var(--mm-listitem-size) - 40px)/ 2)}input.mm-check:before{content:"";display:block;width:40%;height:20%;margin:25% 0 0 20%;border-left:3px solid;border-bottom:3px solid;border-color:var(--mm-color-text);opacity:.3;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transition:opacity .2s ease;transition:opacity .2s ease}input.mm-check:checked:before{opacity:1}[dir=rtl] input.mm-toggle:checked~label.mm-toggle:before{float:left}.mm-menu_border-none .mm-listitem:after{content:none}.mm-menu_border-full .mm-listitem:after{left:0!important}.mm-menu_fx-menu-slide{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease}.mm-wrapper_opened .mm-menu_fx-menu-slide{-webkit-transform:translate3d(-30%,0,0);transform:translate3d(-30%,0,0)}.mm-wrapper_opening .mm-menu_fx-menu-slide{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-wrapper_opened .mm-menu_fx-menu-slide.mm-menu_position-right{-webkit-transform:translate3d(30%,0,0);transform:translate3d(30%,0,0)}.mm-wrapper_opening .mm-menu_fx-menu-slide.mm-menu_position-right{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-menu_fx-panels-none .mm-panel,.mm-panel_fx-none{-webkit-transition-property:none;transition-property:none}.mm-menu_fx-panels-none .mm-panel.mm-panel_opened-parent,.mm-panel_fx-none.mm-panel_opened-parent{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-menu_fx-panels-slide-0 .mm-panel_opened-parent{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-menu_fx-panels-slide-100 .mm-panel_opened-parent{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.mm-menu_fullscreen{width:100%;min-width:140px;max-width:10000px}.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(100vw,0,0);transform:translate3d(100vw,0,0)}@media all and (max-width:140px){.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(140px,0,0);transform:translate3d(140px,0,0)}}@media all and (min-width:10000px){.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(10000px,0,0);transform:translate3d(10000px,0,0)}}.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-100vw,0,0);transform:translate3d(-100vw,0,0)}@media all and (max-width:140px){.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-140px,0,0);transform:translate3d(-140px,0,0)}}@media all and (min-width:10000px){.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-10000px,0,0);transform:translate3d(-10000px,0,0)}}.mm-menu_fullscreen.mm-menu_position-top{height:100vh;min-height:140px;max-height:10000px}.mm-menu_fullscreen.mm-menu_position-bottom{height:100vh;min-height:140px;max-height:10000px}.mm-menu_listview-justify .mm-panels>.mm-panel{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.mm-menu_listview-justify .mm-panels>.mm-panel:after{content:none;display:none}.mm-menu_listview-justify .mm-panels>.mm-panel .mm-listview{-webkit-box-flex:1;-ms-flex-positive:1;-webkit-flex-grow:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column;height:100%;margin-top:0;margin-bottom:0}.mm-menu_listview-justify .mm-panels>.mm-panel .mm-listitem{-webkit-box-flex:1;-ms-flex:1 0 auto;-webkit-flex:1 0 auto;flex:1 0 auto;min-height:50px}.mm-menu_listview-justify .mm-panels>.mm-panel .mm-listitem__text{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:1;-ms-flex:1 0 auto;-webkit-flex:1 0 auto;flex:1 0 auto;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center}.mm-listview_inset{list-style:inside disc;width:100%;padding:0 30px 15px 30px;margin:0}.mm-listview_inset .mm-listitem{padding:5px 0}.mm-menu_multiline .mm-listitem__text{text-overflow:clip;white-space:normal}[class*=mm-menu_pagedim].mm-menu_opened~.mm-wrapper__blocker{opacity:0}.mm-wrapper_opening [class*=mm-menu_pagedim].mm-menu_opened~.mm-wrapper__blocker{opacity:.3;-webkit-transition:opacity .4s ease .4s;transition:opacity .4s ease .4s}.mm-menu_opened.mm-menu_pagedim~.mm-wrapper__blocker{background:inherit}.mm-menu_opened.mm-menu_pagedim-black~.mm-wrapper__blocker{background:#000}.mm-menu_opened.mm-menu_pagedim-white~.mm-wrapper__blocker{background:#fff}.mm-menu_popup{-webkit-transition:opacity .4s ease;transition:opacity .4s ease;opacity:0;-webkit-box-shadow:0 2px 10px rgba(0,0,0,.3);box-shadow:0 2px 10px rgba(0,0,0,.3);height:80%;min-height:140px;max-height:880px;top:50%;left:50%;bottom:auto;right:auto;z-index:2;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}.mm-menu_popup.mm-menu_opened~.mm-slideout{-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;z-index:0}.mm-menu_popup.mm-menu_opened~.mm-wrapper__blocker{-webkit-transition-delay:0s!important;transition-delay:0s!important;z-index:1}.mm-wrapper_opening .mm-menu_popup{opacity:1}.mm-menu_position-right{left:auto;right:0}.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-80vw,0,0);transform:translate3d(-80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-240px,0,0);transform:translate3d(-240px,0,0)}}@media all and (min-width:550px){.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-440px,0,0);transform:translate3d(-440px,0,0)}}.mm-menu_position-bottom,.mm-menu_position-front,.mm-menu_position-top{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease}.mm-menu_position-bottom.mm-menu_opened,.mm-menu_position-front.mm-menu_opened,.mm-menu_position-top.mm-menu_opened{z-index:2}.mm-menu_position-bottom.mm-menu_opened~.mm-slideout,.mm-menu_position-front.mm-menu_opened~.mm-slideout,.mm-menu_position-top.mm-menu_opened~.mm-slideout{-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;z-index:0}.mm-menu_position-bottom.mm-menu_opened~.mm-wrapper__blocker,.mm-menu_position-front.mm-menu_opened~.mm-wrapper__blocker,.mm-menu_position-top.mm-menu_opened~.mm-wrapper__blocker{z-index:1}.mm-menu_position-front{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.mm-menu_position-front.mm-menu_position-right{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.mm-menu_position-bottom,.mm-menu_position-top{width:100%;min-width:100%;max-width:100%}.mm-menu_position-top{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}.mm-menu_position-top{height:80vh;min-height:140px;max-height:880px}.mm-menu_position-bottom{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);top:auto}.mm-menu_position-bottom{height:80vh;min-height:140px;max-height:880px}.mm-wrapper_opening .mm-menu_position-bottom,.mm-wrapper_opening .mm-menu_position-front,.mm-wrapper_opening .mm-menu_position-top{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-menu_shadow-page:after{-webkit-box-shadow:0 0 10px rgba(0,0,0,.3);box-shadow:0 0 10px rgba(0,0,0,.3);content:"";display:block;width:20px;height:120%;position:absolute;left:100%;top:-10%;z-index:100;-webkit-clip-path:polygon(-20px 0,0 0,0 100%,-20px 100%);clip-path:polygon(-20px 0,0 0,0 100%,-20px 100%);-webkit-box-shadow:var(--mm-shadow);box-shadow:var(--mm-shadow)}.mm-menu_shadow-page.mm-menu_position-right:after{left:auto;right:100%;-webkit-clip-path:polygon(20px 0,40px 0,40px 100%,20px 100%);clip-path:polygon(20px 0,40px 0,40px 100%,20px 100%)}.mm-menu_shadow-page.mm-menu_position-front:after{content:none;display:none}.mm-menu_shadow-menu{-webkit-box-shadow:0 0 10px rgba(0,0,0,.3);box-shadow:0 0 10px rgba(0,0,0,.3);-webkit-box-shadow:var(--mm-shadow);box-shadow:var(--mm-shadow)}.mm-menu_shadow-panels .mm-panels>.mm-panel{-webkit-box-shadow:0 0 10px rgba(0,0,0,.3);box-shadow:0 0 10px rgba(0,0,0,.3);-webkit-box-shadow:var(--mm-shadow);box-shadow:var(--mm-shadow)}.mm-menu_theme-white{--mm-color-border:rgba( 0,0,0, 0.1 );--mm-color-button:rgba( 0,0,0, 0.3 );--mm-color-text:rgba( 0,0,0, 0.7 );--mm-color-text-dimmed:rgba( 0,0,0, 0.3 );--mm-color-background:#fff;--mm-color-background-highlight:rgba( 0,0,0, 0.06 );--mm-color-background-emphasis:rgba( 0,0,0, 0.03 );--mm-shadow:0 0 10px rgba( 0,0,0, 0.2 )}.mm-menu_theme-dark{--mm-color-border:rgba( 0,0,0, 0.3 );--mm-color-button:rgba( 255,255,255, 0.4 );--mm-color-text:rgba( 255,255,255, 0.85 );--mm-color-text-dimmed:rgba( 255,255,255, 0.4 );--mm-color-background:#333;--mm-color-background-highlight:rgba( 255,255,255, 0.08 );--mm-color-background-emphasis:rgba( 0,0,0, 0.1 );--mm-shadow:0 0 20px rgba( 0,0,0, 0.5 )}.mm-menu_theme-black{--mm-color-border:rgba( 255,255,255, 0.25 );--mm-color-button:rgba( 255,255,255, 0.4 );--mm-color-text:rgba( 255,255,255, 0.75 );--mm-color-text-dimmed:rgba( 255,255,255, 0.4 );--mm-color-background:#000;--mm-color-background-highlight:rgba( 255,255,255, 0.2 );--mm-color-background-emphasis:rgba( 255,255,255, 0.15 );--mm-shadow:none}body.modal-open .mm-slideout{z-index:unset}/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:0;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}[data-whatinput=mouse] *,[data-whatinput=mouse] :focus,[data-whatinput=touch] *,[data-whatinput=touch] :focus,[data-whatintent=mouse] *,[data-whatintent=mouse] :focus,[data-whatintent=touch] *,[data-whatintent=touch] :focus{outline:0}[draggable=false]{-webkit-touch-callout:none;-webkit-user-select:none}.foundation-mq{font-family:"small=0em&medium=25em&large=48em&xlarge=64em&xxlarge=81.25em"}html{-webkit-box-sizing:border-box;box-sizing:border-box;font-size:100%}*,::after,::before{-webkit-box-sizing:inherit;box-sizing:inherit}body{margin:0;padding:0;background:#fff;font-family:Helvetica,Roboto,Arial,sans-serif;font-weight:400;line-height:1.3;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{display:inline-block;vertical-align:middle;max-width:100%;height:auto;-ms-interpolation-mode:bicubic}textarea{height:auto;min-height:50px;border-radius:0}select{-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;border-radius:0}.map_canvas embed,.map_canvas img,.map_canvas object,.mqa-display embed,.mqa-display img,.mqa-display object{max-width:none!important}button{padding:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;border-radius:0;background:0 0;line-height:1;cursor:auto}[data-whatinput=mouse] button{outline:0}pre{overflow:auto;-webkit-overflow-scrolling:touch}button,input,optgroup,select,textarea{font-family:inherit}.is-visible{display:block!important}.is-hidden{display:none!important}.row{max-width:87.5rem;margin-right:auto;margin-left:auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap}.row .row{margin-right:-.625rem;margin-left:-.625rem}@media print,screen and (min-width:25em){.row .row{margin-right:-.9375rem;margin-left:-.9375rem}}@media print,screen and (min-width:48em){.row .row{margin-right:-1.5625rem;margin-left:-1.5625rem}}@media screen and (min-width:64em){.row .row{margin-right:-1.5625rem;margin-left:-1.5625rem}}@media screen and (min-width:81.25em){.row .row{margin-right:-1.5625rem;margin-left:-1.5625rem}}.row .row.collapse{margin-right:0;margin-left:0}.row.expanded{max-width:none}.row.expanded .row{margin-right:auto;margin-left:auto}.row:not(.expanded) .row{max-width:none}.row.collapse>.column,.row.collapse>.columns{padding-right:0;padding-left:0}.row.collapse>.column>.row,.row.collapse>.columns>.row,.row.is-collapse-child{margin-right:0;margin-left:0}.column,.columns{min-width:0;-webkit-box-flex:1;-webkit-flex:1 1 0px;-ms-flex:1 1 0px;flex:1 1 0px;padding-right:.625rem;padding-left:.625rem}@media print,screen and (min-width:25em){.column,.columns{padding-right:.9375rem;padding-left:.9375rem}}@media print,screen and (min-width:48em){.column,.columns{padding-right:1.5625rem;padding-left:1.5625rem}}.column.row.row,.row.row.columns{float:none;display:block}.row .column.row.row,.row .row.row.columns{margin-right:0;margin-left:0;padding-right:0;padding-left:0}.small-1{-webkit-box-flex:0;-webkit-flex:0 0 6.25%;-ms-flex:0 0 6.25%;flex:0 0 6.25%;max-width:6.25%}.small-offset-0{margin-left:0}.small-2{-webkit-box-flex:0;-webkit-flex:0 0 12.5%;-ms-flex:0 0 12.5%;flex:0 0 12.5%;max-width:12.5%}.small-offset-1{margin-left:6.25%}.small-3{-webkit-box-flex:0;-webkit-flex:0 0 18.75%;-ms-flex:0 0 18.75%;flex:0 0 18.75%;max-width:18.75%}.small-offset-2{margin-left:12.5%}.small-4{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.small-offset-3{margin-left:18.75%}.small-5{-webkit-box-flex:0;-webkit-flex:0 0 31.25%;-ms-flex:0 0 31.25%;flex:0 0 31.25%;max-width:31.25%}.small-offset-4{margin-left:25%}.small-6{-webkit-box-flex:0;-webkit-flex:0 0 37.5%;-ms-flex:0 0 37.5%;flex:0 0 37.5%;max-width:37.5%}.small-offset-5{margin-left:31.25%}.small-7{-webkit-box-flex:0;-webkit-flex:0 0 43.75%;-ms-flex:0 0 43.75%;flex:0 0 43.75%;max-width:43.75%}.small-offset-6{margin-left:37.5%}.small-8{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.small-offset-7{margin-left:43.75%}.small-9{-webkit-box-flex:0;-webkit-flex:0 0 56.25%;-ms-flex:0 0 56.25%;flex:0 0 56.25%;max-width:56.25%}.small-offset-8{margin-left:50%}.small-10{-webkit-box-flex:0;-webkit-flex:0 0 62.5%;-ms-flex:0 0 62.5%;flex:0 0 62.5%;max-width:62.5%}.small-offset-9{margin-left:56.25%}.small-11{-webkit-box-flex:0;-webkit-flex:0 0 68.75%;-ms-flex:0 0 68.75%;flex:0 0 68.75%;max-width:68.75%}.small-offset-10{margin-left:62.5%}.small-12{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.small-offset-11{margin-left:68.75%}.small-13{-webkit-box-flex:0;-webkit-flex:0 0 81.25%;-ms-flex:0 0 81.25%;flex:0 0 81.25%;max-width:81.25%}.small-offset-12{margin-left:75%}.small-14{-webkit-box-flex:0;-webkit-flex:0 0 87.5%;-ms-flex:0 0 87.5%;flex:0 0 87.5%;max-width:87.5%}.small-offset-13{margin-left:81.25%}.small-15{-webkit-box-flex:0;-webkit-flex:0 0 93.75%;-ms-flex:0 0 93.75%;flex:0 0 93.75%;max-width:93.75%}.small-offset-14{margin-left:87.5%}.small-16{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.small-offset-15{margin-left:93.75%}.small-up-1{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.small-up-1>.column,.small-up-1>.columns{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.small-up-2{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.small-up-2>.column,.small-up-2>.columns{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.small-up-3{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.small-up-3>.column,.small-up-3>.columns{-webkit-box-flex:0;-webkit-flex:0 0 33.3333333333%;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.small-up-4{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.small-up-4>.column,.small-up-4>.columns{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.small-up-5{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.small-up-5>.column,.small-up-5>.columns{-webkit-box-flex:0;-webkit-flex:0 0 20%;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.small-up-6{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.small-up-6>.column,.small-up-6>.columns{-webkit-box-flex:0;-webkit-flex:0 0 16.6666666667%;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.small-up-7{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.small-up-7>.column,.small-up-7>.columns{-webkit-box-flex:0;-webkit-flex:0 0 14.2857142857%;-ms-flex:0 0 14.2857142857%;flex:0 0 14.2857142857%;max-width:14.2857142857%}.small-up-8{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.small-up-8>.column,.small-up-8>.columns{-webkit-box-flex:0;-webkit-flex:0 0 12.5%;-ms-flex:0 0 12.5%;flex:0 0 12.5%;max-width:12.5%}.small-collapse>.column,.small-collapse>.columns{padding-right:0;padding-left:0}.small-uncollapse>.column,.small-uncollapse>.columns{padding-right:.625rem;padding-left:.625rem}@media print,screen and (min-width:25em){.medium-1{-webkit-box-flex:0;-webkit-flex:0 0 6.25%;-ms-flex:0 0 6.25%;flex:0 0 6.25%;max-width:6.25%}.medium-offset-0{margin-left:0}.medium-2{-webkit-box-flex:0;-webkit-flex:0 0 12.5%;-ms-flex:0 0 12.5%;flex:0 0 12.5%;max-width:12.5%}.medium-offset-1{margin-left:6.25%}.medium-3{-webkit-box-flex:0;-webkit-flex:0 0 18.75%;-ms-flex:0 0 18.75%;flex:0 0 18.75%;max-width:18.75%}.medium-offset-2{margin-left:12.5%}.medium-4{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.medium-offset-3{margin-left:18.75%}.medium-5{-webkit-box-flex:0;-webkit-flex:0 0 31.25%;-ms-flex:0 0 31.25%;flex:0 0 31.25%;max-width:31.25%}.medium-offset-4{margin-left:25%}.medium-6{-webkit-box-flex:0;-webkit-flex:0 0 37.5%;-ms-flex:0 0 37.5%;flex:0 0 37.5%;max-width:37.5%}.medium-offset-5{margin-left:31.25%}.medium-7{-webkit-box-flex:0;-webkit-flex:0 0 43.75%;-ms-flex:0 0 43.75%;flex:0 0 43.75%;max-width:43.75%}.medium-offset-6{margin-left:37.5%}.medium-8{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.medium-offset-7{margin-left:43.75%}.medium-9{-webkit-box-flex:0;-webkit-flex:0 0 56.25%;-ms-flex:0 0 56.25%;flex:0 0 56.25%;max-width:56.25%}.medium-offset-8{margin-left:50%}.medium-10{-webkit-box-flex:0;-webkit-flex:0 0 62.5%;-ms-flex:0 0 62.5%;flex:0 0 62.5%;max-width:62.5%}.medium-offset-9{margin-left:56.25%}.medium-11{-webkit-box-flex:0;-webkit-flex:0 0 68.75%;-ms-flex:0 0 68.75%;flex:0 0 68.75%;max-width:68.75%}.medium-offset-10{margin-left:62.5%}.medium-12{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.medium-offset-11{margin-left:68.75%}.medium-13{-webkit-box-flex:0;-webkit-flex:0 0 81.25%;-ms-flex:0 0 81.25%;flex:0 0 81.25%;max-width:81.25%}.medium-offset-12{margin-left:75%}.medium-14{-webkit-box-flex:0;-webkit-flex:0 0 87.5%;-ms-flex:0 0 87.5%;flex:0 0 87.5%;max-width:87.5%}.medium-offset-13{margin-left:81.25%}.medium-15{-webkit-box-flex:0;-webkit-flex:0 0 93.75%;-ms-flex:0 0 93.75%;flex:0 0 93.75%;max-width:93.75%}.medium-offset-14{margin-left:87.5%}.medium-16{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.medium-offset-15{margin-left:93.75%}.medium-up-1{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.medium-up-1>.column,.medium-up-1>.columns{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.medium-up-2{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.medium-up-2>.column,.medium-up-2>.columns{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.medium-up-3{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.medium-up-3>.column,.medium-up-3>.columns{-webkit-box-flex:0;-webkit-flex:0 0 33.3333333333%;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.medium-up-4{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.medium-up-4>.column,.medium-up-4>.columns{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.medium-up-5{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.medium-up-5>.column,.medium-up-5>.columns{-webkit-box-flex:0;-webkit-flex:0 0 20%;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.medium-up-6{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.medium-up-6>.column,.medium-up-6>.columns{-webkit-box-flex:0;-webkit-flex:0 0 16.6666666667%;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.medium-up-7{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.medium-up-7>.column,.medium-up-7>.columns{-webkit-box-flex:0;-webkit-flex:0 0 14.2857142857%;-ms-flex:0 0 14.2857142857%;flex:0 0 14.2857142857%;max-width:14.2857142857%}.medium-up-8{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.medium-up-8>.column,.medium-up-8>.columns{-webkit-box-flex:0;-webkit-flex:0 0 12.5%;-ms-flex:0 0 12.5%;flex:0 0 12.5%;max-width:12.5%}}@media print,screen and (min-width:25em) and (min-width:25em){.medium-expand{-webkit-box-flex:1;-webkit-flex:1 1 0px;-ms-flex:1 1 0px;flex:1 1 0px}}.row.medium-unstack>.column,.row.medium-unstack>.columns{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%}@media print,screen and (min-width:25em){.row.medium-unstack>.column,.row.medium-unstack>.columns{-webkit-box-flex:1;-webkit-flex:1 1 0px;-ms-flex:1 1 0px;flex:1 1 0px}.medium-collapse>.column,.medium-collapse>.columns{padding-right:0;padding-left:0}.medium-uncollapse>.column,.medium-uncollapse>.columns{padding-right:.9375rem;padding-left:.9375rem}}@media print,screen and (min-width:48em){.large-1{-webkit-box-flex:0;-webkit-flex:0 0 6.25%;-ms-flex:0 0 6.25%;flex:0 0 6.25%;max-width:6.25%}.large-offset-0{margin-left:0}.large-2{-webkit-box-flex:0;-webkit-flex:0 0 12.5%;-ms-flex:0 0 12.5%;flex:0 0 12.5%;max-width:12.5%}.large-offset-1{margin-left:6.25%}.large-3{-webkit-box-flex:0;-webkit-flex:0 0 18.75%;-ms-flex:0 0 18.75%;flex:0 0 18.75%;max-width:18.75%}.large-offset-2{margin-left:12.5%}.large-4{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.large-offset-3{margin-left:18.75%}.large-5{-webkit-box-flex:0;-webkit-flex:0 0 31.25%;-ms-flex:0 0 31.25%;flex:0 0 31.25%;max-width:31.25%}.large-offset-4{margin-left:25%}.large-6{-webkit-box-flex:0;-webkit-flex:0 0 37.5%;-ms-flex:0 0 37.5%;flex:0 0 37.5%;max-width:37.5%}.large-offset-5{margin-left:31.25%}.large-7{-webkit-box-flex:0;-webkit-flex:0 0 43.75%;-ms-flex:0 0 43.75%;flex:0 0 43.75%;max-width:43.75%}.large-offset-6{margin-left:37.5%}.large-8{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.large-offset-7{margin-left:43.75%}.large-9{-webkit-box-flex:0;-webkit-flex:0 0 56.25%;-ms-flex:0 0 56.25%;flex:0 0 56.25%;max-width:56.25%}.large-offset-8{margin-left:50%}.large-10{-webkit-box-flex:0;-webkit-flex:0 0 62.5%;-ms-flex:0 0 62.5%;flex:0 0 62.5%;max-width:62.5%}.large-offset-9{margin-left:56.25%}.large-11{-webkit-box-flex:0;-webkit-flex:0 0 68.75%;-ms-flex:0 0 68.75%;flex:0 0 68.75%;max-width:68.75%}.large-offset-10{margin-left:62.5%}.large-12{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.large-offset-11{margin-left:68.75%}.large-13{-webkit-box-flex:0;-webkit-flex:0 0 81.25%;-ms-flex:0 0 81.25%;flex:0 0 81.25%;max-width:81.25%}.large-offset-12{margin-left:75%}.large-14{-webkit-box-flex:0;-webkit-flex:0 0 87.5%;-ms-flex:0 0 87.5%;flex:0 0 87.5%;max-width:87.5%}.large-offset-13{margin-left:81.25%}.large-15{-webkit-box-flex:0;-webkit-flex:0 0 93.75%;-ms-flex:0 0 93.75%;flex:0 0 93.75%;max-width:93.75%}.large-offset-14{margin-left:87.5%}.large-16{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.large-offset-15{margin-left:93.75%}.large-up-1{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.large-up-1>.column,.large-up-1>.columns{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.large-up-2{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.large-up-2>.column,.large-up-2>.columns{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.large-up-3{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.large-up-3>.column,.large-up-3>.columns{-webkit-box-flex:0;-webkit-flex:0 0 33.3333333333%;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.large-up-4{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.large-up-4>.column,.large-up-4>.columns{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.large-up-5{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.large-up-5>.column,.large-up-5>.columns{-webkit-box-flex:0;-webkit-flex:0 0 20%;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.large-up-6{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.large-up-6>.column,.large-up-6>.columns{-webkit-box-flex:0;-webkit-flex:0 0 16.6666666667%;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.large-up-7{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.large-up-7>.column,.large-up-7>.columns{-webkit-box-flex:0;-webkit-flex:0 0 14.2857142857%;-ms-flex:0 0 14.2857142857%;flex:0 0 14.2857142857%;max-width:14.2857142857%}.large-up-8{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.large-up-8>.column,.large-up-8>.columns{-webkit-box-flex:0;-webkit-flex:0 0 12.5%;-ms-flex:0 0 12.5%;flex:0 0 12.5%;max-width:12.5%}}@media print,screen and (min-width:48em) and (min-width:48em){.large-expand{-webkit-box-flex:1;-webkit-flex:1 1 0px;-ms-flex:1 1 0px;flex:1 1 0px}}.row.large-unstack>.column,.row.large-unstack>.columns{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%}@media print,screen and (min-width:48em){.row.large-unstack>.column,.row.large-unstack>.columns{-webkit-box-flex:1;-webkit-flex:1 1 0px;-ms-flex:1 1 0px;flex:1 1 0px}.large-collapse>.column,.large-collapse>.columns{padding-right:0;padding-left:0}.large-uncollapse>.column,.large-uncollapse>.columns{padding-right:1.5625rem;padding-left:1.5625rem}}@media screen and (min-width:64em){.xlarge-1{-webkit-box-flex:0;-webkit-flex:0 0 6.25%;-ms-flex:0 0 6.25%;flex:0 0 6.25%;max-width:6.25%}.xlarge-offset-0{margin-left:0}.xlarge-2{-webkit-box-flex:0;-webkit-flex:0 0 12.5%;-ms-flex:0 0 12.5%;flex:0 0 12.5%;max-width:12.5%}.xlarge-offset-1{margin-left:6.25%}.xlarge-3{-webkit-box-flex:0;-webkit-flex:0 0 18.75%;-ms-flex:0 0 18.75%;flex:0 0 18.75%;max-width:18.75%}.xlarge-offset-2{margin-left:12.5%}.xlarge-4{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.xlarge-offset-3{margin-left:18.75%}.xlarge-5{-webkit-box-flex:0;-webkit-flex:0 0 31.25%;-ms-flex:0 0 31.25%;flex:0 0 31.25%;max-width:31.25%}.xlarge-offset-4{margin-left:25%}.xlarge-6{-webkit-box-flex:0;-webkit-flex:0 0 37.5%;-ms-flex:0 0 37.5%;flex:0 0 37.5%;max-width:37.5%}.xlarge-offset-5{margin-left:31.25%}.xlarge-7{-webkit-box-flex:0;-webkit-flex:0 0 43.75%;-ms-flex:0 0 43.75%;flex:0 0 43.75%;max-width:43.75%}.xlarge-offset-6{margin-left:37.5%}.xlarge-8{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.xlarge-offset-7{margin-left:43.75%}.xlarge-9{-webkit-box-flex:0;-webkit-flex:0 0 56.25%;-ms-flex:0 0 56.25%;flex:0 0 56.25%;max-width:56.25%}.xlarge-offset-8{margin-left:50%}.xlarge-10{-webkit-box-flex:0;-webkit-flex:0 0 62.5%;-ms-flex:0 0 62.5%;flex:0 0 62.5%;max-width:62.5%}.xlarge-offset-9{margin-left:56.25%}.xlarge-11{-webkit-box-flex:0;-webkit-flex:0 0 68.75%;-ms-flex:0 0 68.75%;flex:0 0 68.75%;max-width:68.75%}.xlarge-offset-10{margin-left:62.5%}.xlarge-12{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.xlarge-offset-11{margin-left:68.75%}.xlarge-13{-webkit-box-flex:0;-webkit-flex:0 0 81.25%;-ms-flex:0 0 81.25%;flex:0 0 81.25%;max-width:81.25%}.xlarge-offset-12{margin-left:75%}.xlarge-14{-webkit-box-flex:0;-webkit-flex:0 0 87.5%;-ms-flex:0 0 87.5%;flex:0 0 87.5%;max-width:87.5%}.xlarge-offset-13{margin-left:81.25%}.xlarge-15{-webkit-box-flex:0;-webkit-flex:0 0 93.75%;-ms-flex:0 0 93.75%;flex:0 0 93.75%;max-width:93.75%}.xlarge-offset-14{margin-left:87.5%}.xlarge-16{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.xlarge-offset-15{margin-left:93.75%}.xlarge-up-1{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.xlarge-up-1>.column,.xlarge-up-1>.columns{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.xlarge-up-2{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.xlarge-up-2>.column,.xlarge-up-2>.columns{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.xlarge-up-3{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.xlarge-up-3>.column,.xlarge-up-3>.columns{-webkit-box-flex:0;-webkit-flex:0 0 33.3333333333%;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.xlarge-up-4{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.xlarge-up-4>.column,.xlarge-up-4>.columns{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.xlarge-up-5{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.xlarge-up-5>.column,.xlarge-up-5>.columns{-webkit-box-flex:0;-webkit-flex:0 0 20%;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.xlarge-up-6{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.xlarge-up-6>.column,.xlarge-up-6>.columns{-webkit-box-flex:0;-webkit-flex:0 0 16.6666666667%;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.xlarge-up-7{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.xlarge-up-7>.column,.xlarge-up-7>.columns{-webkit-box-flex:0;-webkit-flex:0 0 14.2857142857%;-ms-flex:0 0 14.2857142857%;flex:0 0 14.2857142857%;max-width:14.2857142857%}.xlarge-up-8{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.xlarge-up-8>.column,.xlarge-up-8>.columns{-webkit-box-flex:0;-webkit-flex:0 0 12.5%;-ms-flex:0 0 12.5%;flex:0 0 12.5%;max-width:12.5%}}@media screen and (min-width:64em) and (min-width:64em){.xlarge-expand{-webkit-box-flex:1;-webkit-flex:1 1 0px;-ms-flex:1 1 0px;flex:1 1 0px}}.row.xlarge-unstack>.column,.row.xlarge-unstack>.columns{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%}@media screen and (min-width:64em){.row.xlarge-unstack>.column,.row.xlarge-unstack>.columns{-webkit-box-flex:1;-webkit-flex:1 1 0px;-ms-flex:1 1 0px;flex:1 1 0px}.xlarge-collapse>.column,.xlarge-collapse>.columns{padding-right:0;padding-left:0}.xlarge-uncollapse>.column,.xlarge-uncollapse>.columns{padding-right:1.5625rem;padding-left:1.5625rem}}@media screen and (min-width:81.25em){.xxlarge-1{-webkit-box-flex:0;-webkit-flex:0 0 6.25%;-ms-flex:0 0 6.25%;flex:0 0 6.25%;max-width:6.25%}.xxlarge-offset-0{margin-left:0}.xxlarge-2{-webkit-box-flex:0;-webkit-flex:0 0 12.5%;-ms-flex:0 0 12.5%;flex:0 0 12.5%;max-width:12.5%}.xxlarge-offset-1{margin-left:6.25%}.xxlarge-3{-webkit-box-flex:0;-webkit-flex:0 0 18.75%;-ms-flex:0 0 18.75%;flex:0 0 18.75%;max-width:18.75%}.xxlarge-offset-2{margin-left:12.5%}.xxlarge-4{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.xxlarge-offset-3{margin-left:18.75%}.xxlarge-5{-webkit-box-flex:0;-webkit-flex:0 0 31.25%;-ms-flex:0 0 31.25%;flex:0 0 31.25%;max-width:31.25%}.xxlarge-offset-4{margin-left:25%}.xxlarge-6{-webkit-box-flex:0;-webkit-flex:0 0 37.5%;-ms-flex:0 0 37.5%;flex:0 0 37.5%;max-width:37.5%}.xxlarge-offset-5{margin-left:31.25%}.xxlarge-7{-webkit-box-flex:0;-webkit-flex:0 0 43.75%;-ms-flex:0 0 43.75%;flex:0 0 43.75%;max-width:43.75%}.xxlarge-offset-6{margin-left:37.5%}.xxlarge-8{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.xxlarge-offset-7{margin-left:43.75%}.xxlarge-9{-webkit-box-flex:0;-webkit-flex:0 0 56.25%;-ms-flex:0 0 56.25%;flex:0 0 56.25%;max-width:56.25%}.xxlarge-offset-8{margin-left:50%}.xxlarge-10{-webkit-box-flex:0;-webkit-flex:0 0 62.5%;-ms-flex:0 0 62.5%;flex:0 0 62.5%;max-width:62.5%}.xxlarge-offset-9{margin-left:56.25%}.xxlarge-11{-webkit-box-flex:0;-webkit-flex:0 0 68.75%;-ms-flex:0 0 68.75%;flex:0 0 68.75%;max-width:68.75%}.xxlarge-offset-10{margin-left:62.5%}.xxlarge-12{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.xxlarge-offset-11{margin-left:68.75%}.xxlarge-13{-webkit-box-flex:0;-webkit-flex:0 0 81.25%;-ms-flex:0 0 81.25%;flex:0 0 81.25%;max-width:81.25%}.xxlarge-offset-12{margin-left:75%}.xxlarge-14{-webkit-box-flex:0;-webkit-flex:0 0 87.5%;-ms-flex:0 0 87.5%;flex:0 0 87.5%;max-width:87.5%}.xxlarge-offset-13{margin-left:81.25%}.xxlarge-15{-webkit-box-flex:0;-webkit-flex:0 0 93.75%;-ms-flex:0 0 93.75%;flex:0 0 93.75%;max-width:93.75%}.xxlarge-offset-14{margin-left:87.5%}.xxlarge-16{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.xxlarge-offset-15{margin-left:93.75%}.xxlarge-up-1{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.xxlarge-up-1>.column,.xxlarge-up-1>.columns{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.xxlarge-up-2{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.xxlarge-up-2>.column,.xxlarge-up-2>.columns{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.xxlarge-up-3{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.xxlarge-up-3>.column,.xxlarge-up-3>.columns{-webkit-box-flex:0;-webkit-flex:0 0 33.3333333333%;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.xxlarge-up-4{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.xxlarge-up-4>.column,.xxlarge-up-4>.columns{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.xxlarge-up-5{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.xxlarge-up-5>.column,.xxlarge-up-5>.columns{-webkit-box-flex:0;-webkit-flex:0 0 20%;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.xxlarge-up-6{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.xxlarge-up-6>.column,.xxlarge-up-6>.columns{-webkit-box-flex:0;-webkit-flex:0 0 16.6666666667%;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.xxlarge-up-7{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.xxlarge-up-7>.column,.xxlarge-up-7>.columns{-webkit-box-flex:0;-webkit-flex:0 0 14.2857142857%;-ms-flex:0 0 14.2857142857%;flex:0 0 14.2857142857%;max-width:14.2857142857%}.xxlarge-up-8{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.xxlarge-up-8>.column,.xxlarge-up-8>.columns{-webkit-box-flex:0;-webkit-flex:0 0 12.5%;-ms-flex:0 0 12.5%;flex:0 0 12.5%;max-width:12.5%}}@media screen and (min-width:81.25em) and (min-width:81.25em){.xxlarge-expand{-webkit-box-flex:1;-webkit-flex:1 1 0px;-ms-flex:1 1 0px;flex:1 1 0px}}.row.xxlarge-unstack>.column,.row.xxlarge-unstack>.columns{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%}@media screen and (min-width:81.25em){.row.xxlarge-unstack>.column,.row.xxlarge-unstack>.columns{-webkit-box-flex:1;-webkit-flex:1 1 0px;-ms-flex:1 1 0px;flex:1 1 0px}.xxlarge-collapse>.column,.xxlarge-collapse>.columns{padding-right:0;padding-left:0}.xxlarge-uncollapse>.column,.xxlarge-uncollapse>.columns{padding-right:1.5625rem;padding-left:1.5625rem}}.shrink{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;max-width:100%}.column-block{margin-bottom:1.25rem}.column-block>:last-child{margin-bottom:0}@media print,screen and (min-width:25em){.column-block{margin-bottom:1.875rem}.column-block>:last-child{margin-bottom:0}}@media print,screen and (min-width:48em){.column-block{margin-bottom:3.125rem}.column-block>:last-child{margin-bottom:0}}blockquote,dd,div,dl,dt,form,h1,h2,h3,h4,h5,h6,li,ol,p,pre,td,th,ul{margin:0;padding:0}p{margin-bottom:1rem;font-size:inherit;line-height:1.4;text-rendering:optimizeLegibility}em,i{font-style:italic;line-height:inherit}b,strong{font-weight:700;line-height:inherit}small{font-size:80%;line-height:inherit}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:Druk;font-style:normal;font-weight:400;color:inherit;text-rendering:optimizeLegibility}.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{line-height:0;color:#cacaca}.h1,h1{font-size:1.5rem;line-height:1.1;margin-top:0;margin-bottom:1.4rem}.h2,h2{font-size:1.25rem;line-height:1.1;margin-top:0;margin-bottom:1.4rem}.h3,h3{font-size:1.1875rem;line-height:1.1;margin-top:0;margin-bottom:1.4rem}.h4,h4{font-size:1.125rem;line-height:1.1;margin-top:0;margin-bottom:1.4rem}.h5,h5{font-size:1.0625rem;line-height:1.1;margin-top:0;margin-bottom:1.4rem}.h6,h6{font-size:1rem;line-height:1.1;margin-top:0;margin-bottom:1.4rem}@media print,screen and (min-width:25em){.h1,h1{font-size:1.5rem}.h2,h2{font-size:1.25rem}.h3,h3{font-size:1.1875rem}.h4,h4{font-size:1.125rem}.h5,h5{font-size:1.0625rem}.h6,h6{font-size:1rem}}@media print,screen and (min-width:48em){.h1,h1{font-size:1.875rem}.h2,h2{font-size:2.5rem}.h3,h3{font-size:1.875rem}.h4,h4{font-size:1.5rem}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}}@media screen and (min-width:64em){.h1,h1{font-size:3.75rem}.h2,h2{font-size:2.5rem}.h3,h3{font-size:1.875rem}.h4,h4{font-size:1.5rem}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}}a{line-height:inherit;color:#1453ec;text-decoration:none;cursor:pointer}a:focus,a:hover{color:rgb(16.4686614173,71.0752755906,203.6913385827)}a img{border:0}hr{clear:both;max-width:87.5rem;height:0;margin:1.25rem auto;border-top:0;border-right:0;border-bottom:1px solid #cacaca;border-left:0}dl,ol,ul{margin-bottom:1rem;list-style-position:outside;line-height:1.4}li{font-size:inherit}ul{margin-left:1.25rem;list-style-type:disc}ol{margin-left:1.25rem}ol ol,ol ul,ul ol,ul ul{margin-left:1.25rem;margin-bottom:0}dl{margin-bottom:1rem}dl dt{margin-bottom:.3rem;font-weight:700}blockquote{margin:0 0 1rem;padding:.5625rem 1.25rem 0 1.1875rem;border-left:1px solid #cacaca}blockquote,blockquote p{line-height:1.4;color:#8a8a8a}abbr,abbr[title]{border-bottom:1px dotted #000;cursor:help;text-decoration:none}figure{margin:0}kbd{margin:0;padding:.125rem .25rem 0;background-color:#e6e6e6;font-family:Consolas,"Liberation Mono",Courier,monospace;color:#000}.subheader{margin-top:.2rem;margin-bottom:.5rem;font-weight:400;line-height:1.4;color:#8a8a8a}.lead{font-size:125%;line-height:1.6}.stat{font-size:2.5rem;line-height:1}p+.stat{margin-top:-1rem}ol.no-bullet,ul.no-bullet{margin-left:0;list-style:none}.cite-block,cite{display:block;color:#8a8a8a;font-size:.8125rem}.cite-block:before,cite:before{content:"— "}.code-inline,code{border:1px solid #cacaca;background-color:#e6e6e6;font-family:Consolas,"Liberation Mono",Courier,monospace;font-weight:400;color:#000;display:inline;max-width:100%;word-wrap:break-word;padding:.125rem .3125rem .0625rem}.code-block{border:1px solid #cacaca;background-color:#e6e6e6;font-family:Consolas,"Liberation Mono",Courier,monospace;font-weight:400;color:#000;display:block;overflow:auto;white-space:pre;padding:1rem;margin-bottom:1.5rem}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}@media print,screen and (min-width:25em){.medium-text-left{text-align:left}.medium-text-right{text-align:right}.medium-text-center{text-align:center}.medium-text-justify{text-align:justify}}@media print,screen and (min-width:48em){.large-text-left{text-align:left}.large-text-right{text-align:right}.large-text-center{text-align:center}.large-text-justify{text-align:justify}}@media screen and (min-width:64em){.xlarge-text-left{text-align:left}.xlarge-text-right{text-align:right}.xlarge-text-center{text-align:center}.xlarge-text-justify{text-align:justify}}@media screen and (min-width:81.25em){.xxlarge-text-left{text-align:left}.xxlarge-text-right{text-align:right}.xxlarge-text-center{text-align:center}.xxlarge-text-justify{text-align:justify}}.show-for-print{display:none!important}@media print{*{background:0 0!important;color:#000!important;print-color-adjust:economy;-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none!important}.show-for-print{display:block!important}.hide-for-print{display:none!important}table.show-for-print{display:table!important}thead.show-for-print{display:table-header-group!important}tbody.show-for-print{display:table-row-group!important}tr.show-for-print{display:table-row!important}td.show-for-print{display:table-cell!important}th.show-for-print{display:table-cell!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}.ir a:after,a[href^="#"]:after,a[href^="javascript:"]:after{content:""}abbr[title]:after{content:" (" attr(title) ")"}blockquote,pre{border:1px solid #8a8a8a;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}@page{margin:.5cm}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.print-break-inside{page-break-inside:auto}}.button{display:inline-block;vertical-align:middle;margin:0 0 1rem 0;border:1px solid transparent;border-radius:0;-webkit-transition:background-color .25s ease-out,color .25s ease-out;transition:background-color .25s ease-out,color .25s ease-out;font-family:inherit;font-size:.9rem;-webkit-appearance:none;line-height:1;text-align:center;cursor:pointer;padding:.85em 1em}[data-whatinput=mouse] .button{outline:0}.button.tiny{font-size:.6rem}.button.small{font-size:.75rem}.button.large{font-size:1.25rem}.button.expanded{display:block;width:100%;margin-right:0;margin-left:0}.button,.button.disabled,.button.disabled:focus,.button.disabled:hover,.button[disabled],.button[disabled]:focus,.button[disabled]:hover{background-color:#1779ba;color:#fff}.button:focus,.button:hover{background-color:rgb(19.55,102.85,158.1);color:#fff}.button.primary,.button.primary.disabled,.button.primary.disabled:focus,.button.primary.disabled:hover,.button.primary[disabled],.button.primary[disabled]:focus,.button.primary[disabled]:hover{background-color:#1779ba;color:#fff}.button.primary:focus,.button.primary:hover{background-color:rgb(18.4,96.8,148.8);color:#fff}.button.secondary,.button.secondary.disabled,.button.secondary.disabled:focus,.button.secondary.disabled:hover,.button.secondary[disabled],.button.secondary[disabled]:focus,.button.secondary[disabled]:hover{background-color:#767676;color:#000}.button.secondary:focus,.button.secondary:hover{background-color:rgb(94.4,94.4,94.4);color:#000}.button.success,.button.success.disabled,.button.success.disabled:focus,.button.success.disabled:hover,.button.success[disabled],.button.success[disabled]:focus,.button.success[disabled]:hover{background-color:#3adb76;color:#000}.button.success:focus,.button.success:hover{background-color:rgb(34.2386266094,187.3613733906,91.3030042918);color:#000}.button.warning,.button.warning.disabled,.button.warning.disabled:focus,.button.warning.disabled:hover,.button.warning[disabled],.button.warning[disabled]:focus,.button.warning[disabled]:hover{background-color:#ffae00;color:#000}.button.warning:focus,.button.warning:hover{background-color:rgb(204,139.2,0);color:#000}.button.alert,.button.alert.disabled,.button.alert.disabled:focus,.button.alert.disabled:hover,.button.alert[disabled],.button.alert[disabled]:focus,.button.alert[disabled]:hover{background-color:#cc4b37;color:#000}.button.alert:focus,.button.alert:hover{background-color:rgb(165.0996015936,58.6103585657,42.1003984064);color:#000}.button.hollow,.button.hollow.disabled,.button.hollow.disabled:focus,.button.hollow.disabled:hover,.button.hollow:focus,.button.hollow:hover,.button.hollow[disabled],.button.hollow[disabled]:focus,.button.hollow[disabled]:hover{background-color:transparent}.button.hollow,.button.hollow.disabled,.button.hollow.disabled:focus,.button.hollow.disabled:hover,.button.hollow[disabled],.button.hollow[disabled]:focus,.button.hollow[disabled]:hover{border:1px solid #1779ba;color:#1779ba}.button.hollow:focus,.button.hollow:hover{border-color:rgb(11.5,60.5,93);color:rgb(11.5,60.5,93)}.button.hollow.primary,.button.hollow.primary.disabled,.button.hollow.primary.disabled:focus,.button.hollow.primary.disabled:hover,.button.hollow.primary[disabled],.button.hollow.primary[disabled]:focus,.button.hollow.primary[disabled]:hover{border:1px solid #1779ba;color:#1779ba}.button.hollow.primary:focus,.button.hollow.primary:hover{border-color:rgb(11.5,60.5,93);color:rgb(11.5,60.5,93)}.button.hollow.secondary,.button.hollow.secondary.disabled,.button.hollow.secondary.disabled:focus,.button.hollow.secondary.disabled:hover,.button.hollow.secondary[disabled],.button.hollow.secondary[disabled]:focus,.button.hollow.secondary[disabled]:hover{border:1px solid #767676;color:#767676}.button.hollow.secondary:focus,.button.hollow.secondary:hover{border-color:#3b3b3b;color:#3b3b3b}.button.hollow.success,.button.hollow.success.disabled,.button.hollow.success.disabled:focus,.button.hollow.success.disabled:hover,.button.hollow.success[disabled],.button.hollow.success[disabled]:focus,.button.hollow.success[disabled]:hover{border:1px solid #3adb76;color:#3adb76}.button.hollow.success:focus,.button.hollow.success:hover{border-color:rgb(21.3991416309,117.1008583691,57.0643776824);color:rgb(21.3991416309,117.1008583691,57.0643776824)}.button.hollow.warning,.button.hollow.warning.disabled,.button.hollow.warning.disabled:focus,.button.hollow.warning.disabled:hover,.button.hollow.warning[disabled],.button.hollow.warning[disabled]:focus,.button.hollow.warning[disabled]:hover{border:1px solid #ffae00;color:#ffae00}.button.hollow.warning:focus,.button.hollow.warning:hover{border-color:rgb(127.5,87,0);color:rgb(127.5,87,0)}.button.hollow.alert,.button.hollow.alert.disabled,.button.hollow.alert.disabled:focus,.button.hollow.alert.disabled:hover,.button.hollow.alert[disabled],.button.hollow.alert[disabled]:focus,.button.hollow.alert[disabled]:hover{border:1px solid #cc4b37;color:#cc4b37}.button.hollow.alert:focus,.button.hollow.alert:hover{border-color:rgb(103.187250996,36.6314741036,26.312749004);color:rgb(103.187250996,36.6314741036,26.312749004)}.button.clear,.button.clear.disabled,.button.clear.disabled:focus,.button.clear.disabled:hover,.button.clear:focus,.button.clear:hover,.button.clear[disabled],.button.clear[disabled]:focus,.button.clear[disabled]:hover{border-color:transparent;background-color:transparent}.button.clear,.button.clear.disabled,.button.clear.disabled:focus,.button.clear.disabled:hover,.button.clear[disabled],.button.clear[disabled]:focus,.button.clear[disabled]:hover{color:#1779ba}.button.clear:focus,.button.clear:hover{color:rgb(11.5,60.5,93)}.button.clear.primary,.button.clear.primary.disabled,.button.clear.primary.disabled:focus,.button.clear.primary.disabled:hover,.button.clear.primary[disabled],.button.clear.primary[disabled]:focus,.button.clear.primary[disabled]:hover{color:#1779ba}.button.clear.primary:focus,.button.clear.primary:hover{color:rgb(11.5,60.5,93)}.button.clear.secondary,.button.clear.secondary.disabled,.button.clear.secondary.disabled:focus,.button.clear.secondary.disabled:hover,.button.clear.secondary[disabled],.button.clear.secondary[disabled]:focus,.button.clear.secondary[disabled]:hover{color:#767676}.button.clear.secondary:focus,.button.clear.secondary:hover{color:#3b3b3b}.button.clear.success,.button.clear.success.disabled,.button.clear.success.disabled:focus,.button.clear.success.disabled:hover,.button.clear.success[disabled],.button.clear.success[disabled]:focus,.button.clear.success[disabled]:hover{color:#3adb76}.button.clear.success:focus,.button.clear.success:hover{color:rgb(21.3991416309,117.1008583691,57.0643776824)}.button.clear.warning,.button.clear.warning.disabled,.button.clear.warning.disabled:focus,.button.clear.warning.disabled:hover,.button.clear.warning[disabled],.button.clear.warning[disabled]:focus,.button.clear.warning[disabled]:hover{color:#ffae00}.button.clear.warning:focus,.button.clear.warning:hover{color:rgb(127.5,87,0)}.button.clear.alert,.button.clear.alert.disabled,.button.clear.alert.disabled:focus,.button.clear.alert.disabled:hover,.button.clear.alert[disabled],.button.clear.alert[disabled]:focus,.button.clear.alert[disabled]:hover{color:#cc4b37}.button.clear.alert:focus,.button.clear.alert:hover{color:rgb(103.187250996,36.6314741036,26.312749004)}.button.disabled,.button[disabled]{opacity:.25;cursor:not-allowed}.button.dropdown::after{display:block;width:0;height:0;border-style:solid;border-width:.4em;content:"";border-bottom-width:0;border-color:#fff transparent transparent;position:relative;top:.4em;display:inline-block;float:right;margin-left:1em}.button.dropdown.clear::after,.button.dropdown.hollow::after{border-top-color:#1779ba}.button.dropdown.clear.primary::after,.button.dropdown.hollow.primary::after{border-top-color:#1779ba}.button.dropdown.clear.secondary::after,.button.dropdown.hollow.secondary::after{border-top-color:#767676}.button.dropdown.clear.success::after,.button.dropdown.hollow.success::after{border-top-color:#3adb76}.button.dropdown.clear.warning::after,.button.dropdown.hollow.warning::after{border-top-color:#ffae00}.button.dropdown.clear.alert::after,.button.dropdown.hollow.alert::after{border-top-color:#cc4b37}.button.arrow-only::after{top:-.1em;float:none;margin-left:0}a.button:focus,a.button:hover{text-decoration:none}[type=color],[type=date],[type=datetime-local],[type=datetime],[type=email],[type=month],[type=number],[type=password],[type=search],[type=tel],[type=text],[type=time],[type=url],[type=week],textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;height:2.64375rem;margin:0 0 1rem;padding:.5rem;border:1px solid #cacaca;border-radius:0;background-color:#fff;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1);font-family:inherit;font-size:1.3125rem;font-weight:400;line-height:1.3;color:#000;-webkit-transition:border-color .25s ease-in-out,-webkit-box-shadow .5s;transition:border-color .25s ease-in-out,-webkit-box-shadow .5s;transition:box-shadow .5s,border-color .25s ease-in-out;transition:box-shadow .5s,border-color .25s ease-in-out,-webkit-box-shadow .5s}[type=color]:focus,[type=date]:focus,[type=datetime-local]:focus,[type=datetime]:focus,[type=email]:focus,[type=month]:focus,[type=number]:focus,[type=password]:focus,[type=search]:focus,[type=tel]:focus,[type=text]:focus,[type=time]:focus,[type=url]:focus,[type=week]:focus,textarea:focus{outline:0;border:1px solid #8a8a8a;background-color:#fff;-webkit-box-shadow:0 0 5px #cacaca;box-shadow:0 0 5px #cacaca;-webkit-transition:border-color .25s ease-in-out,-webkit-box-shadow .5s;transition:border-color .25s ease-in-out,-webkit-box-shadow .5s;transition:box-shadow .5s,border-color .25s ease-in-out;transition:box-shadow .5s,border-color .25s ease-in-out,-webkit-box-shadow .5s}textarea{max-width:100%}textarea[rows]{height:auto}input:disabled,input[readonly],textarea:disabled,textarea[readonly]{background-color:#e6e6e6;cursor:not-allowed}[type=button],[type=submit]{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:0}input[type=search]{-webkit-box-sizing:border-box;box-sizing:border-box}::-webkit-input-placeholder{color:#cacaca}::-moz-placeholder{color:#cacaca}:-ms-input-placeholder{color:#cacaca}::-ms-input-placeholder{color:#cacaca}::placeholder{color:#cacaca}[type=checkbox],[type=file],[type=radio]{margin:0 0 1rem}[type=checkbox]+label,[type=radio]+label{display:inline-block;vertical-align:baseline;margin-left:.5rem;margin-right:1rem;margin-bottom:0}[type=checkbox]+label[for],[type=radio]+label[for]{cursor:pointer}label>[type=checkbox],label>[type=radio]{margin-right:.5rem}[type=file]{width:100%}label{display:block;margin:0;font-size:.875rem;font-weight:400;line-height:1.8;color:#000}label.middle{margin:0 0 1rem;line-height:1.3;padding:.5625rem 0}.help-text{margin-top:-.5rem;font-size:.8125rem;font-style:italic;color:#000}.input-group{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;margin-bottom:1rem;-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch}.input-group>:first-child,.input-group>:first-child.input-group-button>*{border-radius:0}.input-group>:last-child,.input-group>:last-child.input-group-button>*{border-radius:0}.input-group-button,.input-group-button a,.input-group-button button,.input-group-button input,.input-group-button label,.input-group-field,.input-group-label{margin:0;white-space:nowrap}.input-group-label{padding:0 1rem;border:1px solid #cacaca;background:#e6e6e6;color:#000;text-align:center;white-space:nowrap;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.input-group-label:first-child{border-right:0}.input-group-label:last-child{border-left:0}.input-group-field{border-radius:0;-webkit-box-flex:1;-webkit-flex:1 1 0px;-ms-flex:1 1 0px;flex:1 1 0px;min-width:0}.input-group-button{padding-top:0;padding-bottom:0;text-align:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.input-group-button a,.input-group-button button,.input-group-button input,.input-group-button label{-webkit-align-self:stretch;-ms-flex-item-align:stretch;align-self:stretch;height:auto;padding-top:0;padding-bottom:0;font-size:1.3125rem}fieldset{margin:0;padding:0;border:0}legend{max-width:100%;margin-bottom:.5rem}.fieldset{margin:1.125rem 0;padding:1.25rem;border:1px solid #cacaca}.fieldset legend{margin:0;margin-left:-.1875rem;padding:0 .1875rem}select{height:2.64375rem;margin:0 0 1rem;padding:.5rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid #cacaca;border-radius:0;background-color:#fff;font-family:inherit;font-size:1.3125rem;font-weight:400;line-height:1.3;color:#000;-webkit-transition:border-color .25s ease-in-out,-webkit-box-shadow .5s;transition:border-color .25s ease-in-out,-webkit-box-shadow .5s;transition:box-shadow .5s,border-color .25s ease-in-out;transition:box-shadow .5s,border-color .25s ease-in-out,-webkit-box-shadow .5s;background-origin:content-box;background-position:right -1rem center;background-repeat:no-repeat;background-size:9px 6px;padding-right:1.5rem;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%28138, 138, 138%29"></polygon></svg>')}@media screen and (min-width:0\0){select{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==)}}select:focus{outline:0;border:1px solid #8a8a8a;background-color:#fff;-webkit-box-shadow:0 0 5px #cacaca;box-shadow:0 0 5px #cacaca;-webkit-transition:border-color .25s ease-in-out,-webkit-box-shadow .5s;transition:border-color .25s ease-in-out,-webkit-box-shadow .5s;transition:box-shadow .5s,border-color .25s ease-in-out;transition:box-shadow .5s,border-color .25s ease-in-out,-webkit-box-shadow .5s}select:disabled{background-color:#e6e6e6;cursor:not-allowed}select::-ms-expand{display:none}select[multiple]{height:auto;background-image:none}select:not([multiple]){padding-top:0;padding-bottom:0}.is-invalid-input:not(:focus){border-color:#cc4b37;background-color:rgb(249.9,237,235)}.is-invalid-input:not(:focus)::-webkit-input-placeholder{color:#cc4b37}.is-invalid-input:not(:focus)::-moz-placeholder{color:#cc4b37}.is-invalid-input:not(:focus):-ms-input-placeholder{color:#cc4b37}.is-invalid-input:not(:focus)::-ms-input-placeholder{color:#cc4b37}.is-invalid-input:not(:focus)::placeholder{color:#cc4b37}.is-invalid-label{color:#cc4b37}.form-error{display:none;margin-top:-.5rem;margin-bottom:1rem;font-size:.75rem;font-weight:700;color:#cc4b37}.form-error.is-visible{display:block}.badge{display:inline-block;min-width:2.1em;padding:.3em;border-radius:50%;font-size:.6rem;text-align:center;background:#1779ba;color:#fff}.badge.primary{background:#1779ba;color:#fff}.badge.secondary{background:#767676;color:#000}.badge.success{background:#3adb76;color:#000}.badge.warning{background:#ffae00;color:#000}.badge.alert{background:#cc4b37;color:#000}.breadcrumbs{margin:0 0 1rem 0;list-style:none}.breadcrumbs::after,.breadcrumbs::before{display:table;content:" ";-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}.breadcrumbs::after{clear:both}.breadcrumbs li{float:left;font-size:.6875rem;color:#000;cursor:default;text-transform:uppercase}.breadcrumbs li:not(:last-child)::after{position:relative;margin:0 .75rem;opacity:1;content:"/";color:#cacaca}.breadcrumbs a{color:#1779ba}.breadcrumbs a:hover{text-decoration:underline}.breadcrumbs .disabled{color:#cacaca;cursor:not-allowed}.button-group{margin-bottom:1rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.button-group::after,.button-group::before{display:none}.button-group::after,.button-group::before{display:table;content:" ";-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}.button-group::after{clear:both}.button-group .button{margin:0;margin-right:1px;margin-bottom:1px;font-size:.9rem;-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.button-group .button:last-child{margin-right:0}.button-group.tiny .button{font-size:.6rem}.button-group.small .button{font-size:.75rem}.button-group.large .button{font-size:1.25rem}.button-group.expanded .button{-webkit-box-flex:1;-webkit-flex:1 1 0px;-ms-flex:1 1 0px;flex:1 1 0px}.button-group.primary .button,.button-group.primary .button.disabled,.button-group.primary .button.disabled:focus,.button-group.primary .button.disabled:hover,.button-group.primary .button[disabled],.button-group.primary .button[disabled]:focus,.button-group.primary .button[disabled]:hover{background-color:#1779ba;color:#fff}.button-group.primary .button:focus,.button-group.primary .button:hover{background-color:rgb(18.4,96.8,148.8);color:#fff}.button-group.secondary .button,.button-group.secondary .button.disabled,.button-group.secondary .button.disabled:focus,.button-group.secondary .button.disabled:hover,.button-group.secondary .button[disabled],.button-group.secondary .button[disabled]:focus,.button-group.secondary .button[disabled]:hover{background-color:#767676;color:#000}.button-group.secondary .button:focus,.button-group.secondary .button:hover{background-color:rgb(94.4,94.4,94.4);color:#000}.button-group.success .button,.button-group.success .button.disabled,.button-group.success .button.disabled:focus,.button-group.success .button.disabled:hover,.button-group.success .button[disabled],.button-group.success .button[disabled]:focus,.button-group.success .button[disabled]:hover{background-color:#3adb76;color:#000}.button-group.success .button:focus,.button-group.success .button:hover{background-color:rgb(34.2386266094,187.3613733906,91.3030042918);color:#000}.button-group.warning .button,.button-group.warning .button.disabled,.button-group.warning .button.disabled:focus,.button-group.warning .button.disabled:hover,.button-group.warning .button[disabled],.button-group.warning .button[disabled]:focus,.button-group.warning .button[disabled]:hover{background-color:#ffae00;color:#000}.button-group.warning .button:focus,.button-group.warning .button:hover{background-color:rgb(204,139.2,0);color:#000}.button-group.alert .button,.button-group.alert .button.disabled,.button-group.alert .button.disabled:focus,.button-group.alert .button.disabled:hover,.button-group.alert .button[disabled],.button-group.alert .button[disabled]:focus,.button-group.alert .button[disabled]:hover{background-color:#cc4b37;color:#000}.button-group.alert .button:focus,.button-group.alert .button:hover{background-color:rgb(165.0996015936,58.6103585657,42.1003984064);color:#000}.button-group.hollow .button,.button-group.hollow .button.disabled,.button-group.hollow .button.disabled:focus,.button-group.hollow .button.disabled:hover,.button-group.hollow .button:focus,.button-group.hollow .button:hover,.button-group.hollow .button[disabled],.button-group.hollow .button[disabled]:focus,.button-group.hollow .button[disabled]:hover{background-color:transparent}.button-group.hollow .button,.button-group.hollow .button.disabled,.button-group.hollow .button.disabled:focus,.button-group.hollow .button.disabled:hover,.button-group.hollow .button[disabled],.button-group.hollow .button[disabled]:focus,.button-group.hollow .button[disabled]:hover{border:1px solid #1779ba;color:#1779ba}.button-group.hollow .button:focus,.button-group.hollow .button:hover{border-color:rgb(11.5,60.5,93);color:rgb(11.5,60.5,93)}.button-group.hollow .button.primary,.button-group.hollow .button.primary.disabled,.button-group.hollow .button.primary.disabled:focus,.button-group.hollow .button.primary.disabled:hover,.button-group.hollow .button.primary[disabled],.button-group.hollow .button.primary[disabled]:focus,.button-group.hollow .button.primary[disabled]:hover,.button-group.hollow.primary .button,.button-group.hollow.primary .button.disabled,.button-group.hollow.primary .button.disabled:focus,.button-group.hollow.primary .button.disabled:hover,.button-group.hollow.primary .button[disabled],.button-group.hollow.primary .button[disabled]:focus,.button-group.hollow.primary .button[disabled]:hover{border:1px solid #1779ba;color:#1779ba}.button-group.hollow .button.primary:focus,.button-group.hollow .button.primary:hover,.button-group.hollow.primary .button:focus,.button-group.hollow.primary .button:hover{border-color:rgb(11.5,60.5,93);color:rgb(11.5,60.5,93)}.button-group.hollow .button.secondary,.button-group.hollow .button.secondary.disabled,.button-group.hollow .button.secondary.disabled:focus,.button-group.hollow .button.secondary.disabled:hover,.button-group.hollow .button.secondary[disabled],.button-group.hollow .button.secondary[disabled]:focus,.button-group.hollow .button.secondary[disabled]:hover,.button-group.hollow.secondary .button,.button-group.hollow.secondary .button.disabled,.button-group.hollow.secondary .button.disabled:focus,.button-group.hollow.secondary .button.disabled:hover,.button-group.hollow.secondary .button[disabled],.button-group.hollow.secondary .button[disabled]:focus,.button-group.hollow.secondary .button[disabled]:hover{border:1px solid #767676;color:#767676}.button-group.hollow .button.secondary:focus,.button-group.hollow .button.secondary:hover,.button-group.hollow.secondary .button:focus,.button-group.hollow.secondary .button:hover{border-color:#3b3b3b;color:#3b3b3b}.button-group.hollow .button.success,.button-group.hollow .button.success.disabled,.button-group.hollow .button.success.disabled:focus,.button-group.hollow .button.success.disabled:hover,.button-group.hollow .button.success[disabled],.button-group.hollow .button.success[disabled]:focus,.button-group.hollow .button.success[disabled]:hover,.button-group.hollow.success .button,.button-group.hollow.success .button.disabled,.button-group.hollow.success .button.disabled:focus,.button-group.hollow.success .button.disabled:hover,.button-group.hollow.success .button[disabled],.button-group.hollow.success .button[disabled]:focus,.button-group.hollow.success .button[disabled]:hover{border:1px solid #3adb76;color:#3adb76}.button-group.hollow .button.success:focus,.button-group.hollow .button.success:hover,.button-group.hollow.success .button:focus,.button-group.hollow.success .button:hover{border-color:rgb(21.3991416309,117.1008583691,57.0643776824);color:rgb(21.3991416309,117.1008583691,57.0643776824)}.button-group.hollow .button.warning,.button-group.hollow .button.warning.disabled,.button-group.hollow .button.warning.disabled:focus,.button-group.hollow .button.warning.disabled:hover,.button-group.hollow .button.warning[disabled],.button-group.hollow .button.warning[disabled]:focus,.button-group.hollow .button.warning[disabled]:hover,.button-group.hollow.warning .button,.button-group.hollow.warning .button.disabled,.button-group.hollow.warning .button.disabled:focus,.button-group.hollow.warning .button.disabled:hover,.button-group.hollow.warning .button[disabled],.button-group.hollow.warning .button[disabled]:focus,.button-group.hollow.warning .button[disabled]:hover{border:1px solid #ffae00;color:#ffae00}.button-group.hollow .button.warning:focus,.button-group.hollow .button.warning:hover,.button-group.hollow.warning .button:focus,.button-group.hollow.warning .button:hover{border-color:rgb(127.5,87,0);color:rgb(127.5,87,0)}.button-group.hollow .button.alert,.button-group.hollow .button.alert.disabled,.button-group.hollow .button.alert.disabled:focus,.button-group.hollow .button.alert.disabled:hover,.button-group.hollow .button.alert[disabled],.button-group.hollow .button.alert[disabled]:focus,.button-group.hollow .button.alert[disabled]:hover,.button-group.hollow.alert .button,.button-group.hollow.alert .button.disabled,.button-group.hollow.alert .button.disabled:focus,.button-group.hollow.alert .button.disabled:hover,.button-group.hollow.alert .button[disabled],.button-group.hollow.alert .button[disabled]:focus,.button-group.hollow.alert .button[disabled]:hover{border:1px solid #cc4b37;color:#cc4b37}.button-group.hollow .button.alert:focus,.button-group.hollow .button.alert:hover,.button-group.hollow.alert .button:focus,.button-group.hollow.alert .button:hover{border-color:rgb(103.187250996,36.6314741036,26.312749004);color:rgb(103.187250996,36.6314741036,26.312749004)}.button-group.clear .button,.button-group.clear .button.disabled,.button-group.clear .button.disabled:focus,.button-group.clear .button.disabled:hover,.button-group.clear .button:focus,.button-group.clear .button:hover,.button-group.clear .button[disabled],.button-group.clear .button[disabled]:focus,.button-group.clear .button[disabled]:hover{border-color:transparent;background-color:transparent}.button-group.clear .button,.button-group.clear .button.disabled,.button-group.clear .button.disabled:focus,.button-group.clear .button.disabled:hover,.button-group.clear .button[disabled],.button-group.clear .button[disabled]:focus,.button-group.clear .button[disabled]:hover{color:#1779ba}.button-group.clear .button:focus,.button-group.clear .button:hover{color:rgb(11.5,60.5,93)}.button-group.clear .button.primary,.button-group.clear .button.primary.disabled,.button-group.clear .button.primary.disabled:focus,.button-group.clear .button.primary.disabled:hover,.button-group.clear .button.primary[disabled],.button-group.clear .button.primary[disabled]:focus,.button-group.clear .button.primary[disabled]:hover,.button-group.clear.primary .button,.button-group.clear.primary .button.disabled,.button-group.clear.primary .button.disabled:focus,.button-group.clear.primary .button.disabled:hover,.button-group.clear.primary .button[disabled],.button-group.clear.primary .button[disabled]:focus,.button-group.clear.primary .button[disabled]:hover{color:#1779ba}.button-group.clear .button.primary:focus,.button-group.clear .button.primary:hover,.button-group.clear.primary .button:focus,.button-group.clear.primary .button:hover{color:rgb(11.5,60.5,93)}.button-group.clear .button.secondary,.button-group.clear .button.secondary.disabled,.button-group.clear .button.secondary.disabled:focus,.button-group.clear .button.secondary.disabled:hover,.button-group.clear .button.secondary[disabled],.button-group.clear .button.secondary[disabled]:focus,.button-group.clear .button.secondary[disabled]:hover,.button-group.clear.secondary .button,.button-group.clear.secondary .button.disabled,.button-group.clear.secondary .button.disabled:focus,.button-group.clear.secondary .button.disabled:hover,.button-group.clear.secondary .button[disabled],.button-group.clear.secondary .button[disabled]:focus,.button-group.clear.secondary .button[disabled]:hover{color:#767676}.button-group.clear .button.secondary:focus,.button-group.clear .button.secondary:hover,.button-group.clear.secondary .button:focus,.button-group.clear.secondary .button:hover{color:#3b3b3b}.button-group.clear .button.success,.button-group.clear .button.success.disabled,.button-group.clear .button.success.disabled:focus,.button-group.clear .button.success.disabled:hover,.button-group.clear .button.success[disabled],.button-group.clear .button.success[disabled]:focus,.button-group.clear .button.success[disabled]:hover,.button-group.clear.success .button,.button-group.clear.success .button.disabled,.button-group.clear.success .button.disabled:focus,.button-group.clear.success .button.disabled:hover,.button-group.clear.success .button[disabled],.button-group.clear.success .button[disabled]:focus,.button-group.clear.success .button[disabled]:hover{color:#3adb76}.button-group.clear .button.success:focus,.button-group.clear .button.success:hover,.button-group.clear.success .button:focus,.button-group.clear.success .button:hover{color:rgb(21.3991416309,117.1008583691,57.0643776824)}.button-group.clear .button.warning,.button-group.clear .button.warning.disabled,.button-group.clear .button.warning.disabled:focus,.button-group.clear .button.warning.disabled:hover,.button-group.clear .button.warning[disabled],.button-group.clear .button.warning[disabled]:focus,.button-group.clear .button.warning[disabled]:hover,.button-group.clear.warning .button,.button-group.clear.warning .button.disabled,.button-group.clear.warning .button.disabled:focus,.button-group.clear.warning .button.disabled:hover,.button-group.clear.warning .button[disabled],.button-group.clear.warning .button[disabled]:focus,.button-group.clear.warning .button[disabled]:hover{color:#ffae00}.button-group.clear .button.warning:focus,.button-group.clear .button.warning:hover,.button-group.clear.warning .button:focus,.button-group.clear.warning .button:hover{color:rgb(127.5,87,0)}.button-group.clear .button.alert,.button-group.clear .button.alert.disabled,.button-group.clear .button.alert.disabled:focus,.button-group.clear .button.alert.disabled:hover,.button-group.clear .button.alert[disabled],.button-group.clear .button.alert[disabled]:focus,.button-group.clear .button.alert[disabled]:hover,.button-group.clear.alert .button,.button-group.clear.alert .button.disabled,.button-group.clear.alert .button.disabled:focus,.button-group.clear.alert .button.disabled:hover,.button-group.clear.alert .button[disabled],.button-group.clear.alert .button[disabled]:focus,.button-group.clear.alert .button[disabled]:hover{color:#cc4b37}.button-group.clear .button.alert:focus,.button-group.clear .button.alert:hover,.button-group.clear.alert .button:focus,.button-group.clear.alert .button:hover{color:rgb(103.187250996,36.6314741036,26.312749004)}.button-group.no-gaps .button{margin-right:-.0625rem}.button-group.no-gaps .button+.button{border-left-color:transparent}.button-group.stacked,.button-group.stacked-for-medium,.button-group.stacked-for-small{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.button-group.stacked .button,.button-group.stacked-for-medium .button,.button-group.stacked-for-small .button{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%}.button-group.stacked .button:last-child,.button-group.stacked-for-medium .button:last-child,.button-group.stacked-for-small .button:last-child{margin-bottom:0}.button-group.stacked-for-medium.expanded .button,.button-group.stacked-for-small.expanded .button,.button-group.stacked.expanded .button{-webkit-box-flex:1;-webkit-flex:1 1 0px;-ms-flex:1 1 0px;flex:1 1 0px}@media print,screen and (min-width:25em){.button-group.stacked-for-small .button{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;margin-bottom:0}}@media print,screen and (min-width:48em){.button-group.stacked-for-medium .button{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;margin-bottom:0}}@media print,screen and (max-width:24.99875em){.button-group.stacked-for-small.expanded{display:block}.button-group.stacked-for-small.expanded .button{display:block;margin-right:0}}@media print,screen and (max-width:47.99875em){.button-group.stacked-for-medium.expanded{display:block}.button-group.stacked-for-medium.expanded .button{display:block;margin-right:0}}.callout{background-color:#fff;color:#000;position:relative;margin:0 0 1rem 0;padding:1rem;border:1px solid rgba(0,0,0,.25);border-radius:0}.callout>:first-child{margin-top:0}.callout>:last-child{margin-bottom:0}.callout.primary{background-color:rgb(214.8186602871,235.9894736842,250.0313397129);color:#000}.callout.secondary{background-color:rgb(234.45,234.45,234.45);color:#000}.callout.success{background-color:rgb(225.45,249.6,234.45);color:#000}.callout.warning{background-color:rgb(255,242.85,216.75);color:#000}.callout.alert{background-color:rgb(247.35,228,225);color:#000}.callout.small{padding-top:.5rem;padding-right:.5rem;padding-bottom:.5rem;padding-left:.5rem}.callout.large{padding-top:3rem;padding-right:3rem;padding-bottom:3rem;padding-left:3rem}.card{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;margin-bottom:1rem;border:1px solid #e6e6e6;border-radius:0;background:#fff;-webkit-box-shadow:none;box-shadow:none;overflow:hidden;color:#000}.card>:last-child{margin-bottom:0}.card-divider{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto;padding:1rem;background:#e6e6e6}.card-divider>:last-child{margin-bottom:0}.card-section{-webkit-box-flex:1;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;padding:1rem}.card-section>:last-child{margin-bottom:0}.card-image{min-height:1px}.close-button{position:absolute;z-index:10;color:#8a8a8a;cursor:pointer}[data-whatinput=mouse] .close-button{outline:0}.close-button:focus,.close-button:hover{color:#000}.close-button.small{right:.66rem;top:.33em;font-size:1.5em;line-height:1}.close-button,.close-button.medium{right:1rem;top:.5rem;font-size:2em;line-height:1}.menu{padding:0;margin:0;list-style:none;position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}[data-whatinput=mouse] .menu li{outline:0}.menu .button,.menu a{line-height:1;text-decoration:none;display:block;padding:.7rem 1rem}.menu a,.menu button,.menu input,.menu select{margin-bottom:0}.menu input{display:inline-block}.menu,.menu.horizontal{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.menu.vertical{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.menu.vertical.icon-bottom li a i,.menu.vertical.icon-bottom li a img,.menu.vertical.icon-bottom li a svg,.menu.vertical.icon-top li a i,.menu.vertical.icon-top li a img,.menu.vertical.icon-top li a svg{text-align:left}.menu.expanded li{-webkit-box-flex:1;-webkit-flex:1 1 0px;-ms-flex:1 1 0px;flex:1 1 0px}.menu.expanded.icon-bottom li a i,.menu.expanded.icon-bottom li a img,.menu.expanded.icon-bottom li a svg,.menu.expanded.icon-top li a i,.menu.expanded.icon-top li a img,.menu.expanded.icon-top li a svg{text-align:left}.menu.simple{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.menu.simple li+li{margin-left:1rem}.menu.simple a{padding:0}@media print,screen and (min-width:25em){.menu.medium-horizontal{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.menu.medium-vertical{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.menu.medium-expanded li{-webkit-box-flex:1;-webkit-flex:1 1 0px;-ms-flex:1 1 0px;flex:1 1 0px}.menu.medium-simple li{-webkit-box-flex:1;-webkit-flex:1 1 0px;-ms-flex:1 1 0px;flex:1 1 0px}}@media print,screen and (min-width:48em){.menu.large-horizontal{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.menu.large-vertical{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.menu.large-expanded li{-webkit-box-flex:1;-webkit-flex:1 1 0px;-ms-flex:1 1 0px;flex:1 1 0px}.menu.large-simple li{-webkit-box-flex:1;-webkit-flex:1 1 0px;-ms-flex:1 1 0px;flex:1 1 0px}}@media screen and (min-width:64em){.menu.xlarge-horizontal{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.menu.xlarge-vertical{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.menu.xlarge-expanded li{-webkit-box-flex:1;-webkit-flex:1 1 0px;-ms-flex:1 1 0px;flex:1 1 0px}.menu.xlarge-simple li{-webkit-box-flex:1;-webkit-flex:1 1 0px;-ms-flex:1 1 0px;flex:1 1 0px}}@media screen and (min-width:81.25em){.menu.xxlarge-horizontal{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.menu.xxlarge-vertical{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.menu.xxlarge-expanded li{-webkit-box-flex:1;-webkit-flex:1 1 0px;-ms-flex:1 1 0px;flex:1 1 0px}.menu.xxlarge-simple li{-webkit-box-flex:1;-webkit-flex:1 1 0px;-ms-flex:1 1 0px;flex:1 1 0px}}.menu.nested{margin-right:0;margin-left:1rem}.menu.icons a{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.menu.icon-bottom a,.menu.icon-left a,.menu.icon-right a,.menu.icon-top a{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.menu.icon-left li a,.menu.nested.icon-left li a{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row nowrap;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.menu.icon-left li a i,.menu.icon-left li a img,.menu.icon-left li a svg,.menu.nested.icon-left li a i,.menu.nested.icon-left li a img,.menu.nested.icon-left li a svg{margin-right:.25rem}.menu.icon-right li a,.menu.nested.icon-right li a{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row nowrap;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.menu.icon-right li a i,.menu.icon-right li a img,.menu.icon-right li a svg,.menu.nested.icon-right li a i,.menu.nested.icon-right li a img,.menu.nested.icon-right li a svg{margin-left:.25rem}.menu.icon-top li a,.menu.nested.icon-top li a{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.menu.icon-top li a i,.menu.icon-top li a img,.menu.icon-top li a svg,.menu.nested.icon-top li a i,.menu.nested.icon-top li a img,.menu.nested.icon-top li a svg{-webkit-align-self:stretch;-ms-flex-item-align:stretch;align-self:stretch;margin-bottom:.25rem;text-align:center}.menu.icon-bottom li a,.menu.nested.icon-bottom li a{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.menu.icon-bottom li a i,.menu.icon-bottom li a img,.menu.icon-bottom li a svg,.menu.nested.icon-bottom li a i,.menu.nested.icon-bottom li a img,.menu.nested.icon-bottom li a svg{-webkit-align-self:stretch;-ms-flex-item-align:stretch;align-self:stretch;margin-bottom:.25rem;text-align:center}.menu .is-active>a{background:#1779ba;color:#fff}.menu .active>a{background:#1779ba;color:#fff}.menu.align-left{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.menu.align-right li{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.menu.align-right li .submenu li{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.menu.align-right.vertical li{display:block;text-align:right}.menu.align-right.vertical li .submenu li{text-align:right}.menu.align-right.icon-bottom li a i,.menu.align-right.icon-bottom li a img,.menu.align-right.icon-bottom li a svg,.menu.align-right.icon-top li a i,.menu.align-right.icon-top li a img,.menu.align-right.icon-top li a svg{text-align:right}.menu.align-right .nested{margin-right:1rem;margin-left:0}.menu.align-center li{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.menu.align-center li .submenu li{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.menu .menu-text{padding:.7rem 1rem;font-weight:700;line-height:1;color:inherit}.menu-centered>.menu{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.menu-centered>.menu li{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.menu-centered>.menu li .submenu li{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.no-js [data-responsive-menu] ul{display:none}.menu-icon{position:relative;display:inline-block;vertical-align:middle;width:20px;height:16px;cursor:pointer}.menu-icon::after{position:absolute;top:0;left:0;display:block;width:100%;height:2px;background:#fff;-webkit-box-shadow:0 7px 0 #fff,0 14px 0 #fff;box-shadow:0 7px 0 #fff,0 14px 0 #fff;content:""}.menu-icon:hover::after{background:#cacaca;-webkit-box-shadow:0 7px 0 #cacaca,0 14px 0 #cacaca;box-shadow:0 7px 0 #cacaca,0 14px 0 #cacaca}.menu-icon.dark{position:relative;display:inline-block;vertical-align:middle;width:20px;height:16px;cursor:pointer}.menu-icon.dark::after{position:absolute;top:0;left:0;display:block;width:100%;height:2px;background:#000;-webkit-box-shadow:0 7px 0 #000,0 14px 0 #000;box-shadow:0 7px 0 #000,0 14px 0 #000;content:""}.menu-icon.dark:hover::after{background:#8a8a8a;-webkit-box-shadow:0 7px 0 #8a8a8a,0 14px 0 #8a8a8a;box-shadow:0 7px 0 #8a8a8a,0 14px 0 #8a8a8a}.is-drilldown{position:relative;overflow:hidden}.is-drilldown li{display:block}.is-drilldown.animate-height{-webkit-transition:height .5s;transition:height .5s}.drilldown a{padding:.7rem 1rem;background:#fff}.drilldown .is-drilldown-submenu{position:absolute;top:0;left:100%;z-index:-1;width:100%;background:#fff;-webkit-transition:-webkit-transform .15s linear;transition:-webkit-transform .15s linear;transition:transform .15s linear;transition:transform .15s linear,-webkit-transform .15s linear}.drilldown .is-drilldown-submenu.is-active{z-index:1;display:block;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.drilldown .is-drilldown-submenu.is-closing{-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.drilldown .is-drilldown-submenu a{padding:.7rem 1rem}.drilldown .nested.is-drilldown-submenu{margin-right:0;margin-left:0}.drilldown .drilldown-submenu-cover-previous{min-height:100%}.drilldown .is-drilldown-submenu-parent>a{position:relative}.drilldown .is-drilldown-submenu-parent>a::after{display:block;width:0;height:0;border-style:solid;border-width:6px;content:"";border-right-width:0;border-color:transparent transparent transparent #1779ba;position:absolute;top:50%;margin-top:-6px;right:1rem}.drilldown.align-left .is-drilldown-submenu-parent>a::after{display:block;width:0;height:0;border-style:solid;border-width:6px;content:"";border-right-width:0;border-color:transparent transparent transparent #1453ec;right:1rem;left:auto}.drilldown.align-right .is-drilldown-submenu-parent>a::after{display:block;width:0;height:0;border-style:solid;border-width:6px;content:"";border-left-width:0;border-color:transparent #1453ec transparent transparent;right:auto;left:1rem}.drilldown .js-drilldown-back>a::before{display:block;width:0;height:0;border-style:solid;border-width:6px;content:"";border-left-width:0;border-color:transparent #1779ba transparent transparent;display:inline-block;vertical-align:middle;margin-right:.75rem}.dropdown-pane{position:absolute;z-index:10;display:none;width:300px;padding:1rem;visibility:hidden;border:1px solid #cacaca;border-radius:0;background-color:#fff;font-size:1rem}.dropdown-pane.is-opening{display:block}.dropdown-pane.is-open{display:block;visibility:visible}.dropdown-pane.tiny{width:100px}.dropdown-pane.small{width:200px}.dropdown-pane.large{width:400px}.dropdown.menu>li.opens-left>.is-dropdown-submenu{top:100%;right:0;left:auto}.dropdown.menu>li.opens-right>.is-dropdown-submenu{top:100%;right:auto;left:0}.dropdown.menu>li.is-dropdown-submenu-parent>a{position:relative;padding-right:1.5rem}.dropdown.menu>li.is-dropdown-submenu-parent>a::after{display:block;width:0;height:0;border-style:solid;border-width:6px;content:"";border-bottom-width:0;border-color:#1453ec transparent transparent;right:5px;left:auto;margin-top:-3px}[data-whatinput=mouse] .dropdown.menu a{outline:0}.dropdown.menu>li>a{background:#fff;padding:.7rem 1rem}.dropdown.menu>li.is-active>a{background:0 0;color:#1779ba}.no-js .dropdown.menu ul{display:none}.dropdown.menu .nested.is-dropdown-submenu{margin-right:0;margin-left:0}.dropdown.menu.vertical>li .is-dropdown-submenu{top:0}.dropdown.menu.vertical>li.opens-left>.is-dropdown-submenu{top:0;right:100%;left:auto}.dropdown.menu.vertical>li.opens-right>.is-dropdown-submenu{right:auto;left:100%}.dropdown.menu.vertical>li>a::after{right:14px}.dropdown.menu.vertical>li.opens-left>a::after{display:block;width:0;height:0;border-style:solid;border-width:6px;content:"";border-left-width:0;border-color:transparent #1453ec transparent transparent;right:auto;left:5px}.dropdown.menu.vertical>li.opens-right>a::after{display:block;width:0;height:0;border-style:solid;border-width:6px;content:"";border-right-width:0;border-color:transparent transparent transparent #1453ec}@media print,screen and (min-width:25em){.dropdown.menu.medium-horizontal>li.opens-left>.is-dropdown-submenu{top:100%;right:0;left:auto}.dropdown.menu.medium-horizontal>li.opens-right>.is-dropdown-submenu{top:100%;right:auto;left:0}.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a{position:relative;padding-right:1.5rem}.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a::after{display:block;width:0;height:0;border-style:solid;border-width:6px;content:"";border-bottom-width:0;border-color:#1453ec transparent transparent;right:5px;left:auto;margin-top:-3px}.dropdown.menu.medium-vertical>li .is-dropdown-submenu{top:0}.dropdown.menu.medium-vertical>li.opens-left>.is-dropdown-submenu{top:0;right:100%;left:auto}.dropdown.menu.medium-vertical>li.opens-right>.is-dropdown-submenu{right:auto;left:100%}.dropdown.menu.medium-vertical>li>a::after{right:14px}.dropdown.menu.medium-vertical>li.opens-left>a::after{display:block;width:0;height:0;border-style:solid;border-width:6px;content:"";border-left-width:0;border-color:transparent #1453ec transparent transparent;right:auto;left:5px}.dropdown.menu.medium-vertical>li.opens-right>a::after{display:block;width:0;height:0;border-style:solid;border-width:6px;content:"";border-right-width:0;border-color:transparent transparent transparent #1453ec}}@media print,screen and (min-width:48em){.dropdown.menu.large-horizontal>li.opens-left>.is-dropdown-submenu{top:100%;right:0;left:auto}.dropdown.menu.large-horizontal>li.opens-right>.is-dropdown-submenu{top:100%;right:auto;left:0}.dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a{position:relative;padding-right:1.5rem}.dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a::after{display:block;width:0;height:0;border-style:solid;border-width:6px;content:"";border-bottom-width:0;border-color:#1453ec transparent transparent;right:5px;left:auto;margin-top:-3px}.dropdown.menu.large-vertical>li .is-dropdown-submenu{top:0}.dropdown.menu.large-vertical>li.opens-left>.is-dropdown-submenu{top:0;right:100%;left:auto}.dropdown.menu.large-vertical>li.opens-right>.is-dropdown-submenu{right:auto;left:100%}.dropdown.menu.large-vertical>li>a::after{right:14px}.dropdown.menu.large-vertical>li.opens-left>a::after{display:block;width:0;height:0;border-style:solid;border-width:6px;content:"";border-left-width:0;border-color:transparent #1453ec transparent transparent;right:auto;left:5px}.dropdown.menu.large-vertical>li.opens-right>a::after{display:block;width:0;height:0;border-style:solid;border-width:6px;content:"";border-right-width:0;border-color:transparent transparent transparent #1453ec}}@media screen and (min-width:64em){.dropdown.menu.xlarge-horizontal>li.opens-left>.is-dropdown-submenu{top:100%;right:0;left:auto}.dropdown.menu.xlarge-horizontal>li.opens-right>.is-dropdown-submenu{top:100%;right:auto;left:0}.dropdown.menu.xlarge-horizontal>li.is-dropdown-submenu-parent>a{position:relative;padding-right:1.5rem}.dropdown.menu.xlarge-horizontal>li.is-dropdown-submenu-parent>a::after{display:block;width:0;height:0;border-style:solid;border-width:6px;content:"";border-bottom-width:0;border-color:#1453ec transparent transparent;right:5px;left:auto;margin-top:-3px}.dropdown.menu.xlarge-vertical>li .is-dropdown-submenu{top:0}.dropdown.menu.xlarge-vertical>li.opens-left>.is-dropdown-submenu{top:0;right:100%;left:auto}.dropdown.menu.xlarge-vertical>li.opens-right>.is-dropdown-submenu{right:auto;left:100%}.dropdown.menu.xlarge-vertical>li>a::after{right:14px}.dropdown.menu.xlarge-vertical>li.opens-left>a::after{display:block;width:0;height:0;border-style:solid;border-width:6px;content:"";border-left-width:0;border-color:transparent #1453ec transparent transparent;right:auto;left:5px}.dropdown.menu.xlarge-vertical>li.opens-right>a::after{display:block;width:0;height:0;border-style:solid;border-width:6px;content:"";border-right-width:0;border-color:transparent transparent transparent #1453ec}}@media screen and (min-width:81.25em){.dropdown.menu.xxlarge-horizontal>li.opens-left>.is-dropdown-submenu{top:100%;right:0;left:auto}.dropdown.menu.xxlarge-horizontal>li.opens-right>.is-dropdown-submenu{top:100%;right:auto;left:0}.dropdown.menu.xxlarge-horizontal>li.is-dropdown-submenu-parent>a{position:relative;padding-right:1.5rem}.dropdown.menu.xxlarge-horizontal>li.is-dropdown-submenu-parent>a::after{display:block;width:0;height:0;border-style:solid;border-width:6px;content:"";border-bottom-width:0;border-color:#1453ec transparent transparent;right:5px;left:auto;margin-top:-3px}.dropdown.menu.xxlarge-vertical>li .is-dropdown-submenu{top:0}.dropdown.menu.xxlarge-vertical>li.opens-left>.is-dropdown-submenu{top:0;right:100%;left:auto}.dropdown.menu.xxlarge-vertical>li.opens-right>.is-dropdown-submenu{right:auto;left:100%}.dropdown.menu.xxlarge-vertical>li>a::after{right:14px}.dropdown.menu.xxlarge-vertical>li.opens-left>a::after{display:block;width:0;height:0;border-style:solid;border-width:6px;content:"";border-left-width:0;border-color:transparent #1453ec transparent transparent;right:auto;left:5px}.dropdown.menu.xxlarge-vertical>li.opens-right>a::after{display:block;width:0;height:0;border-style:solid;border-width:6px;content:"";border-right-width:0;border-color:transparent transparent transparent #1453ec}}.dropdown.menu.align-right .is-dropdown-submenu.first-sub{top:100%;right:0;left:auto}.is-dropdown-menu.vertical{width:100px}.is-dropdown-menu.vertical.align-right{float:right}.is-dropdown-submenu-parent{position:relative}.is-dropdown-submenu-parent a::after{position:absolute;top:50%;right:5px;left:auto;margin-top:-6px}.is-dropdown-submenu-parent.opens-inner>.is-dropdown-submenu{top:100%;left:auto}.is-dropdown-submenu-parent.opens-left>.is-dropdown-submenu{right:100%;left:auto}.is-dropdown-submenu-parent.opens-right>.is-dropdown-submenu{right:auto;left:100%}.is-dropdown-submenu{position:absolute;top:0;left:100%;z-index:1;display:none;min-width:200px;border:1px solid #cacaca;background:#fff}.dropdown .is-dropdown-submenu a{padding:.7rem 1rem}.is-dropdown-submenu .is-dropdown-submenu-parent>a::after{right:14px}.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left>a::after{display:block;width:0;height:0;border-style:solid;border-width:6px;content:"";border-left-width:0;border-color:transparent #1453ec transparent transparent;right:auto;left:5px}.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right>a::after{display:block;width:0;height:0;border-style:solid;border-width:6px;content:"";border-right-width:0;border-color:transparent transparent transparent #1453ec}.is-dropdown-submenu .is-dropdown-submenu{margin-top:-1px}.is-dropdown-submenu>li{width:100%}.is-dropdown-submenu.js-dropdown-active{display:block}.flex-video,.responsive-embed{position:relative;height:0;margin-bottom:1rem;padding-bottom:75%;overflow:hidden}.flex-video embed,.flex-video iframe,.flex-video object,.flex-video video,.responsive-embed embed,.responsive-embed iframe,.responsive-embed object,.responsive-embed video{position:absolute;top:0;left:0;width:100%;height:100%}.flex-video.widescreen,.responsive-embed.widescreen{padding-bottom:56.25%}.label{display:inline-block;padding:.33333rem .5rem;border-radius:0;font-size:.8rem;line-height:1;white-space:nowrap;cursor:default;background:#1779ba;color:#fff}.label.primary{background:#1779ba;color:#fff}.label.secondary{background:#767676;color:#000}.label.success{background:#3adb76;color:#000}.label.warning{background:#ffae00;color:#000}.label.alert{background:#cc4b37;color:#000}.media-object{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-bottom:1rem;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.media-object img{max-width:none}@media print,screen and (max-width:24.99875em){.media-object.stack-for-small{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}}.media-object-section{-webkit-box-flex:0;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto}.media-object-section:first-child{padding-right:1rem}.media-object-section:last-child:not(:nth-child(2)){padding-left:1rem}.media-object-section>:last-child{margin-bottom:0}@media print,screen and (max-width:24.99875em){.stack-for-small .media-object-section{padding:0;padding-bottom:1rem;-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.stack-for-small .media-object-section img{width:100%}}.media-object-section.main-section{-webkit-box-flex:1;-webkit-flex:1 1 0px;-ms-flex:1 1 0px;flex:1 1 0px}.is-off-canvas-open{overflow:hidden}.js-off-canvas-overlay{position:absolute;top:0;left:0;z-index:11;width:100%;height:100%;-webkit-transition:opacity .5s ease,visibility .5s ease;transition:opacity .5s ease,visibility .5s ease;background:rgba(255,255,255,.25);opacity:0;visibility:hidden;overflow:hidden}.js-off-canvas-overlay.is-visible{opacity:1;visibility:visible}.js-off-canvas-overlay.is-closable{cursor:pointer}.js-off-canvas-overlay.is-overlay-absolute{position:absolute}.js-off-canvas-overlay.is-overlay-fixed{position:fixed}.off-canvas-wrapper{position:relative;overflow:hidden}.off-canvas{z-index:12;-webkit-transition:-webkit-transform .5s ease;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease;-webkit-backface-visibility:hidden;backface-visibility:hidden;background:#e6e6e6;position:fixed}[data-whatinput=mouse] .off-canvas{outline:0}.off-canvas.is-transition-push{z-index:12}.off-canvas.is-closed{visibility:hidden}.off-canvas.is-transition-overlap{z-index:13}.off-canvas.is-transition-overlap.is-open{-webkit-box-shadow:0 0 10px rgba(0,0,0,.7);box-shadow:0 0 10px rgba(0,0,0,.7)}.off-canvas.is-open{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}.off-canvas-absolute{z-index:12;-webkit-transition:-webkit-transform .5s ease;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease;-webkit-backface-visibility:hidden;backface-visibility:hidden;background:#e6e6e6;position:absolute}[data-whatinput=mouse] .off-canvas-absolute{outline:0}.off-canvas-absolute.is-transition-push{z-index:12}.off-canvas-absolute.is-closed{visibility:hidden}.off-canvas-absolute.is-transition-overlap{z-index:13}.off-canvas-absolute.is-transition-overlap.is-open{-webkit-box-shadow:0 0 10px rgba(0,0,0,.7);box-shadow:0 0 10px rgba(0,0,0,.7)}.off-canvas-absolute.is-open{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}.position-left{top:0;left:0;height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch;width:250px;-webkit-transform:translateX(-250px);-ms-transform:translateX(-250px);transform:translateX(-250px)}.off-canvas-content .off-canvas.position-left{-webkit-transform:translateX(-250px);-ms-transform:translateX(-250px);transform:translateX(-250px)}.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}.off-canvas-content.is-open-left.has-transition-push{-webkit-transform:translateX(250px);-ms-transform:translateX(250px);transform:translateX(250px)}.position-left.is-transition-push{-webkit-box-shadow:inset -13px 0 20px -13px rgba(0,0,0,.25);box-shadow:inset -13px 0 20px -13px rgba(0,0,0,.25)}.position-right{top:0;right:0;height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch;width:250px;-webkit-transform:translateX(250px);-ms-transform:translateX(250px);transform:translateX(250px)}.off-canvas-content .off-canvas.position-right{-webkit-transform:translateX(250px);-ms-transform:translateX(250px);transform:translateX(250px)}.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}.off-canvas-content.is-open-right.has-transition-push{-webkit-transform:translateX(-250px);-ms-transform:translateX(-250px);transform:translateX(-250px)}.position-right.is-transition-push{-webkit-box-shadow:inset 13px 0 20px -13px rgba(0,0,0,.25);box-shadow:inset 13px 0 20px -13px rgba(0,0,0,.25)}.position-top{top:0;left:0;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;height:250px;-webkit-transform:translateY(-250px);-ms-transform:translateY(-250px);transform:translateY(-250px)}.off-canvas-content .off-canvas.position-top{-webkit-transform:translateY(-250px);-ms-transform:translateY(-250px);transform:translateY(-250px)}.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}.off-canvas-content.is-open-top.has-transition-push{-webkit-transform:translateY(250px);-ms-transform:translateY(250px);transform:translateY(250px)}.position-top.is-transition-push{-webkit-box-shadow:inset 0 -13px 20px -13px rgba(0,0,0,.25);box-shadow:inset 0 -13px 20px -13px rgba(0,0,0,.25)}.position-bottom{bottom:0;left:0;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;height:250px;-webkit-transform:translateY(250px);-ms-transform:translateY(250px);transform:translateY(250px)}.off-canvas-content .off-canvas.position-bottom{-webkit-transform:translateY(250px);-ms-transform:translateY(250px);transform:translateY(250px)}.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}.off-canvas-content.is-open-bottom.has-transition-push{-webkit-transform:translateY(-250px);-ms-transform:translateY(-250px);transform:translateY(-250px)}.position-bottom.is-transition-push{-webkit-box-shadow:inset 0 13px 20px -13px rgba(0,0,0,.25);box-shadow:inset 0 13px 20px -13px rgba(0,0,0,.25)}.off-canvas-content{-webkit-transform:none;-ms-transform:none;transform:none;-webkit-backface-visibility:hidden;backface-visibility:hidden}.off-canvas-content.has-transition-overlap,.off-canvas-content.has-transition-push{-webkit-transition:-webkit-transform .5s ease;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease}.off-canvas-content.has-transition-push{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}.off-canvas-content .off-canvas.is-open{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}@media print,screen and (min-width:25em){.position-left.reveal-for-medium{-webkit-transform:none;-ms-transform:none;transform:none;z-index:12;-webkit-transition:none;transition:none;visibility:visible}.position-left.reveal-for-medium .close-button{display:none}.off-canvas-content .position-left.reveal-for-medium{-webkit-transform:none;-ms-transform:none;transform:none}.off-canvas-content.has-reveal-left{margin-left:250px}.position-left.reveal-for-medium~.off-canvas-content{margin-left:250px}.position-right.reveal-for-medium{-webkit-transform:none;-ms-transform:none;transform:none;z-index:12;-webkit-transition:none;transition:none;visibility:visible}.position-right.reveal-for-medium .close-button{display:none}.off-canvas-content .position-right.reveal-for-medium{-webkit-transform:none;-ms-transform:none;transform:none}.off-canvas-content.has-reveal-right{margin-right:250px}.position-right.reveal-for-medium~.off-canvas-content{margin-right:250px}.position-top.reveal-for-medium{-webkit-transform:none;-ms-transform:none;transform:none;z-index:12;-webkit-transition:none;transition:none;visibility:visible}.position-top.reveal-for-medium .close-button{display:none}.off-canvas-content .position-top.reveal-for-medium{-webkit-transform:none;-ms-transform:none;transform:none}.off-canvas-content.has-reveal-top{margin-top:250px}.position-top.reveal-for-medium~.off-canvas-content{margin-top:250px}.position-bottom.reveal-for-medium{-webkit-transform:none;-ms-transform:none;transform:none;z-index:12;-webkit-transition:none;transition:none;visibility:visible}.position-bottom.reveal-for-medium .close-button{display:none}.off-canvas-content .position-bottom.reveal-for-medium{-webkit-transform:none;-ms-transform:none;transform:none}.off-canvas-content.has-reveal-bottom{margin-bottom:250px}.position-bottom.reveal-for-medium~.off-canvas-content{margin-bottom:250px}}@media print,screen and (min-width:48em){.position-left.reveal-for-large{-webkit-transform:none;-ms-transform:none;transform:none;z-index:12;-webkit-transition:none;transition:none;visibility:visible}.position-left.reveal-for-large .close-button{display:none}.off-canvas-content .position-left.reveal-for-large{-webkit-transform:none;-ms-transform:none;transform:none}.off-canvas-content.has-reveal-left{margin-left:250px}.position-left.reveal-for-large~.off-canvas-content{margin-left:250px}.position-right.reveal-for-large{-webkit-transform:none;-ms-transform:none;transform:none;z-index:12;-webkit-transition:none;transition:none;visibility:visible}.position-right.reveal-for-large .close-button{display:none}.off-canvas-content .position-right.reveal-for-large{-webkit-transform:none;-ms-transform:none;transform:none}.off-canvas-content.has-reveal-right{margin-right:250px}.position-right.reveal-for-large~.off-canvas-content{margin-right:250px}.position-top.reveal-for-large{-webkit-transform:none;-ms-transform:none;transform:none;z-index:12;-webkit-transition:none;transition:none;visibility:visible}.position-top.reveal-for-large .close-button{display:none}.off-canvas-content .position-top.reveal-for-large{-webkit-transform:none;-ms-transform:none;transform:none}.off-canvas-content.has-reveal-top{margin-top:250px}.position-top.reveal-for-large~.off-canvas-content{margin-top:250px}.position-bottom.reveal-for-large{-webkit-transform:none;-ms-transform:none;transform:none;z-index:12;-webkit-transition:none;transition:none;visibility:visible}.position-bottom.reveal-for-large .close-button{display:none}.off-canvas-content .position-bottom.reveal-for-large{-webkit-transform:none;-ms-transform:none;transform:none}.off-canvas-content.has-reveal-bottom{margin-bottom:250px}.position-bottom.reveal-for-large~.off-canvas-content{margin-bottom:250px}}@media screen and (min-width:64em){.position-left.reveal-for-xlarge{-webkit-transform:none;-ms-transform:none;transform:none;z-index:12;-webkit-transition:none;transition:none;visibility:visible}.position-left.reveal-for-xlarge .close-button{display:none}.off-canvas-content .position-left.reveal-for-xlarge{-webkit-transform:none;-ms-transform:none;transform:none}.off-canvas-content.has-reveal-left{margin-left:250px}.position-left.reveal-for-xlarge~.off-canvas-content{margin-left:250px}.position-right.reveal-for-xlarge{-webkit-transform:none;-ms-transform:none;transform:none;z-index:12;-webkit-transition:none;transition:none;visibility:visible}.position-right.reveal-for-xlarge .close-button{display:none}.off-canvas-content .position-right.reveal-for-xlarge{-webkit-transform:none;-ms-transform:none;transform:none}.off-canvas-content.has-reveal-right{margin-right:250px}.position-right.reveal-for-xlarge~.off-canvas-content{margin-right:250px}.position-top.reveal-for-xlarge{-webkit-transform:none;-ms-transform:none;transform:none;z-index:12;-webkit-transition:none;transition:none;visibility:visible}.position-top.reveal-for-xlarge .close-button{display:none}.off-canvas-content .position-top.reveal-for-xlarge{-webkit-transform:none;-ms-transform:none;transform:none}.off-canvas-content.has-reveal-top{margin-top:250px}.position-top.reveal-for-xlarge~.off-canvas-content{margin-top:250px}.position-bottom.reveal-for-xlarge{-webkit-transform:none;-ms-transform:none;transform:none;z-index:12;-webkit-transition:none;transition:none;visibility:visible}.position-bottom.reveal-for-xlarge .close-button{display:none}.off-canvas-content .position-bottom.reveal-for-xlarge{-webkit-transform:none;-ms-transform:none;transform:none}.off-canvas-content.has-reveal-bottom{margin-bottom:250px}.position-bottom.reveal-for-xlarge~.off-canvas-content{margin-bottom:250px}}@media screen and (min-width:81.25em){.position-left.reveal-for-xxlarge{-webkit-transform:none;-ms-transform:none;transform:none;z-index:12;-webkit-transition:none;transition:none;visibility:visible}.position-left.reveal-for-xxlarge .close-button{display:none}.off-canvas-content .position-left.reveal-for-xxlarge{-webkit-transform:none;-ms-transform:none;transform:none}.off-canvas-content.has-reveal-left{margin-left:250px}.position-left.reveal-for-xxlarge~.off-canvas-content{margin-left:250px}.position-right.reveal-for-xxlarge{-webkit-transform:none;-ms-transform:none;transform:none;z-index:12;-webkit-transition:none;transition:none;visibility:visible}.position-right.reveal-for-xxlarge .close-button{display:none}.off-canvas-content .position-right.reveal-for-xxlarge{-webkit-transform:none;-ms-transform:none;transform:none}.off-canvas-content.has-reveal-right{margin-right:250px}.position-right.reveal-for-xxlarge~.off-canvas-content{margin-right:250px}.position-top.reveal-for-xxlarge{-webkit-transform:none;-ms-transform:none;transform:none;z-index:12;-webkit-transition:none;transition:none;visibility:visible}.position-top.reveal-for-xxlarge .close-button{display:none}.off-canvas-content .position-top.reveal-for-xxlarge{-webkit-transform:none;-ms-transform:none;transform:none}.off-canvas-content.has-reveal-top{margin-top:250px}.position-top.reveal-for-xxlarge~.off-canvas-content{margin-top:250px}.position-bottom.reveal-for-xxlarge{-webkit-transform:none;-ms-transform:none;transform:none;z-index:12;-webkit-transition:none;transition:none;visibility:visible}.position-bottom.reveal-for-xxlarge .close-button{display:none}.off-canvas-content .position-bottom.reveal-for-xxlarge{-webkit-transform:none;-ms-transform:none;transform:none}.off-canvas-content.has-reveal-bottom{margin-bottom:250px}.position-bottom.reveal-for-xxlarge~.off-canvas-content{margin-bottom:250px}}@media print,screen and (min-width:25em){.off-canvas.in-canvas-for-medium{visibility:visible;height:auto;position:static;background:0 0;width:auto;overflow:visible;-webkit-transition:none;transition:none}.off-canvas.in-canvas-for-medium.position-bottom,.off-canvas.in-canvas-for-medium.position-left,.off-canvas.in-canvas-for-medium.position-right,.off-canvas.in-canvas-for-medium.position-top{-webkit-box-shadow:none;box-shadow:none;-webkit-transform:none;-ms-transform:none;transform:none}.off-canvas.in-canvas-for-medium .close-button{display:none}}@media print,screen and (min-width:48em){.off-canvas.in-canvas-for-large{visibility:visible;height:auto;position:static;background:0 0;width:auto;overflow:visible;-webkit-transition:none;transition:none}.off-canvas.in-canvas-for-large.position-bottom,.off-canvas.in-canvas-for-large.position-left,.off-canvas.in-canvas-for-large.position-right,.off-canvas.in-canvas-for-large.position-top{-webkit-box-shadow:none;box-shadow:none;-webkit-transform:none;-ms-transform:none;transform:none}.off-canvas.in-canvas-for-large .close-button{display:none}}@media screen and (min-width:64em){.off-canvas.in-canvas-for-xlarge{visibility:visible;height:auto;position:static;background:0 0;width:auto;overflow:visible;-webkit-transition:none;transition:none}.off-canvas.in-canvas-for-xlarge.position-bottom,.off-canvas.in-canvas-for-xlarge.position-left,.off-canvas.in-canvas-for-xlarge.position-right,.off-canvas.in-canvas-for-xlarge.position-top{-webkit-box-shadow:none;box-shadow:none;-webkit-transform:none;-ms-transform:none;transform:none}.off-canvas.in-canvas-for-xlarge .close-button{display:none}}@media screen and (min-width:81.25em){.off-canvas.in-canvas-for-xxlarge{visibility:visible;height:auto;position:static;background:0 0;width:auto;overflow:visible;-webkit-transition:none;transition:none}.off-canvas.in-canvas-for-xxlarge.position-bottom,.off-canvas.in-canvas-for-xxlarge.position-left,.off-canvas.in-canvas-for-xxlarge.position-right,.off-canvas.in-canvas-for-xxlarge.position-top{-webkit-box-shadow:none;box-shadow:none;-webkit-transform:none;-ms-transform:none;transform:none}.off-canvas.in-canvas-for-xxlarge .close-button{display:none}}.orbit{position:relative}.orbit-container{position:relative;height:0;margin:0;list-style:none;overflow:hidden}.orbit-slide{width:100%;position:absolute}.orbit-slide.no-motionui.is-active{top:0;left:0}.orbit-figure{margin:0}.orbit-image{width:100%;max-width:100%;margin:0}.orbit-caption{position:absolute;bottom:0;width:100%;margin-bottom:0;padding:1rem;background-color:rgba(0,0,0,.5);color:#fff}.orbit-next,.orbit-previous{z-index:10;padding:1rem;color:#fff;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}[data-whatinput=mouse] .orbit-next,[data-whatinput=mouse] .orbit-previous{outline:0}.orbit-next:active,.orbit-next:focus,.orbit-next:hover,.orbit-previous:active,.orbit-previous:focus,.orbit-previous:hover{background-color:rgba(0,0,0,.5)}.orbit-previous{left:0}.orbit-next{left:auto;right:0}.orbit-bullets{position:relative;margin-top:.8rem;margin-bottom:.8rem;text-align:center}[data-whatinput=mouse] .orbit-bullets{outline:0}.orbit-bullets button{width:1.2rem;height:1.2rem;margin:.1rem;border-radius:50%;background-color:#cacaca}.orbit-bullets button:hover{background-color:#8a8a8a}.orbit-bullets button.is-active{background-color:#8a8a8a}.pagination{margin-left:0;margin-bottom:1rem}.pagination::after,.pagination::before{display:table;content:" ";-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}.pagination::after{clear:both}.pagination li{margin-right:.0625rem;border-radius:0;font-size:.875rem;display:none}.pagination li:first-child,.pagination li:last-child{display:inline-block}@media print,screen and (min-width:25em){.pagination li{display:inline-block}}.pagination a,.pagination button{display:block;padding:.1875rem .625rem;border-radius:0;color:#000}.pagination a:hover,.pagination button:hover{background:#e6e6e6}.pagination .current{padding:.1875rem .625rem;background:#1779ba;color:#fff;cursor:default}.pagination .disabled{padding:.1875rem .625rem;color:#cacaca;cursor:not-allowed}.pagination .disabled:hover{background:0 0}.pagination .ellipsis::after{padding:.1875rem .625rem;content:"…";color:#000}.pagination-previous a::before,.pagination-previous.disabled::before{display:inline-block;margin-right:.5rem;content:"«"}.pagination-next a::after,.pagination-next.disabled::after{display:inline-block;margin-left:.5rem;content:"»"}.progress{height:1rem;margin-bottom:1rem;border-radius:0;background-color:#cacaca}.progress.primary .progress-meter{background-color:#1779ba}.progress.secondary .progress-meter{background-color:#767676}.progress.success .progress-meter{background-color:#3adb76}.progress.warning .progress-meter{background-color:#ffae00}.progress.alert .progress-meter{background-color:#cc4b37}.progress-meter{position:relative;display:block;width:0%;height:100%;background-color:#1779ba}.progress-meter-text{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);margin:0;font-size:.75rem;font-weight:700;color:#fff;white-space:nowrap}.slider{position:relative;height:.5rem;margin-top:1.25rem;margin-bottom:2.25rem;background-color:#e6e6e6;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:none;touch-action:none}.slider-fill{position:absolute;top:0;left:0;display:inline-block;max-width:100%;height:.5rem;background-color:#cacaca;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.slider-fill.is-dragging{-webkit-transition:all 0s linear;transition:all 0s linear}.slider-handle{left:0;z-index:1;cursor:-webkit-grab;cursor:grab;display:inline-block;width:1.4rem;height:1.4rem;border-radius:0;background-color:#1779ba;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;-ms-touch-action:manipulation;touch-action:manipulation;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}[data-whatinput=mouse] .slider-handle{outline:0}.slider-handle:hover{background-color:rgb(19.55,102.85,158.1)}.slider-handle.is-dragging{-webkit-transition:all 0s linear;transition:all 0s linear;cursor:-webkit-grabbing;cursor:grabbing}.slider.disabled,.slider[disabled]{opacity:.25;cursor:not-allowed}.slider.vertical{display:inline-block;width:.5rem;height:12.5rem;margin:0 1.25rem;-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}.slider.vertical .slider-fill{top:0;width:.5rem;max-height:100%}.slider.vertical .slider-handle{position:absolute;top:0;left:50%;width:1.4rem;height:1.4rem;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.sticky-container{position:relative}.sticky{position:relative;z-index:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.sticky.is-stuck{position:fixed;z-index:5;width:100%}.sticky.is-stuck.is-at-top{top:0}.sticky.is-stuck.is-at-bottom{bottom:0}.sticky.is-anchored{position:relative;right:auto;left:auto}.sticky.is-anchored.is-at-bottom{bottom:0}html.is-reveal-open{position:fixed;width:100%;overflow-y:hidden}html.is-reveal-open.zf-has-scroll{overflow-y:scroll;-webkit-overflow-scrolling:touch}html.is-reveal-open body{overflow-y:hidden}.reveal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1005;display:none;background-color:rgba(0,0,0,.45);overflow-y:auto;-webkit-overflow-scrolling:touch}.reveal{position:relative;top:100px;margin-right:auto;margin-left:auto;overflow-y:auto;-webkit-overflow-scrolling:touch;z-index:1006;-webkit-backface-visibility:hidden;backface-visibility:hidden;display:none;padding:1rem;border:1px solid #cacaca;border-radius:0;background-color:#fff}[data-whatinput=mouse] .reveal{outline:0}@media print,screen and (min-width:25em){.reveal{min-height:0}}.reveal .column,.reveal .columns{min-width:0}.reveal>:last-child{margin-bottom:0}@media print,screen and (min-width:25em){.reveal{width:600px;max-width:87.5rem}}.reveal.collapse{padding:0}@media print,screen and (min-width:25em){.reveal.tiny{width:30%;max-width:87.5rem}}@media print,screen and (min-width:25em){.reveal.small{width:50%;max-width:87.5rem}}@media print,screen and (min-width:25em){.reveal.large{width:90%;max-width:87.5rem}}.reveal.full{top:0;right:0;bottom:0;left:0;width:100%;max-width:none;height:100%;min-height:100%;margin-left:0;border:0;border-radius:0}@media print,screen and (max-width:24.99875em){.reveal{top:0;right:0;bottom:0;left:0;width:100%;max-width:none;height:100%;min-height:100%;margin-left:0;border:0;border-radius:0}}.reveal.without-overlay{position:fixed}.switch{position:relative;margin-bottom:1rem;outline:0;font-size:.875rem;font-weight:700;color:#fff;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;height:2rem}.switch-input{position:absolute;margin-bottom:0;opacity:0}.switch-paddle{position:relative;display:block;width:4rem;height:2rem;border-radius:0;background:#cacaca;-webkit-transition:all .25s ease-out;transition:all .25s ease-out;font-weight:inherit;color:inherit;cursor:pointer}input+.switch-paddle{margin:0}.switch-paddle::after{position:absolute;top:.25rem;left:.25rem;display:block;width:1.5rem;height:1.5rem;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);border-radius:0;background:#fff;-webkit-transition:all .25s ease-out;transition:all .25s ease-out;content:""}input:checked~.switch-paddle{background:#1779ba}input:checked~.switch-paddle::after{left:2.25rem}input:focus-visible~.switch-paddle{background:rgb(181.8,181.8,181.8)}input:focus-visible~.switch-paddle::after{background:#fff}input:checked:focus-visible~.switch-paddle{background:rgb(19.55,102.85,158.1)}input:disabled~.switch-paddle{cursor:not-allowed;opacity:.5}[data-whatinput=mouse] input:focus~.switch-paddle{outline:0}.switch-active,.switch-inactive{position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.switch-active{left:8%;display:none}input:checked+label>.switch-active{display:block}.switch-inactive{right:15%}input:checked+label>.switch-inactive{display:none}.switch.tiny{height:1.5rem}.switch.tiny .switch-paddle{width:3rem;height:1.5rem;font-size:.625rem}.switch.tiny .switch-paddle::after{top:.25rem;left:.25rem;width:1rem;height:1rem}.switch.tiny input:checked~.switch-paddle::after{left:1.75rem}.switch.small{height:1.75rem}.switch.small .switch-paddle{width:3.5rem;height:1.75rem;font-size:.75rem}.switch.small .switch-paddle::after{top:.25rem;left:.25rem;width:1.25rem;height:1.25rem}.switch.small input:checked~.switch-paddle::after{left:2rem}.switch.large{height:2.5rem}.switch.large .switch-paddle{width:5rem;height:2.5rem;font-size:1rem}.switch.large .switch-paddle::after{top:.25rem;left:.25rem;width:2rem;height:2rem}.switch.large input:checked~.switch-paddle::after{left:2.75rem}table{border-collapse:collapse;width:100%;margin-bottom:1rem;border-radius:0}tbody,tfoot,thead{border:1px solid rgb(242.25,242.25,242.25);background-color:#fff}caption{padding:.5rem .625rem .625rem;font-weight:700}thead{background:rgb(248.625,248.625,248.625);color:#000}tfoot{background:rgb(242.25,242.25,242.25);color:#000}tfoot tr,thead tr{background:0 0}tfoot td,tfoot th,thead td,thead th{padding:.5rem .625rem .625rem;font-weight:700;text-align:left}tbody td,tbody th{padding:.5rem .625rem .625rem}tbody tr:nth-child(even){border-bottom:0;background-color:rgb(242.25,242.25,242.25)}table.unstriped tbody{background-color:#fff}table.unstriped tbody tr{border-bottom:1px solid rgb(242.25,242.25,242.25);background-color:#fff}@media print,screen and (max-width:47.99875em){table.stack thead{display:none}table.stack tfoot{display:none}table.stack td,table.stack th,table.stack tr{display:block}table.stack td{border-top:0}}table.scroll{display:block;width:100%;overflow-x:auto}table.hover thead tr:hover{background-color:rgb(243.525,243.525,243.525)}table.hover tfoot tr:hover{background-color:rgb(237.15,237.15,237.15)}table.hover tbody tr:hover{background-color:rgb(249.9,249.9,249.9)}table.hover:not(.unstriped) tr:nth-of-type(even):hover{background-color:rgb(237.15,237.15,237.15)}.table-scroll{overflow-x:auto}.tabs{margin:0;border:1px solid #e6e6e6;background:#fff;list-style-type:none}.tabs::after,.tabs::before{display:table;content:" ";-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}.tabs::after{clear:both}.tabs.vertical>li{display:block;float:none;width:auto}.tabs.simple>li>a{padding:0}.tabs.simple>li>a:hover{background:0 0}.tabs.primary{background:#1779ba}.tabs.primary>li>a{color:#fff}.tabs.primary>li>a:focus,.tabs.primary>li>a:hover{background:rgb(21.85,114.95,176.7)}.tabs-title{float:left}.tabs-title>a{display:block;padding:1.25rem 1.5rem;font-size:.75rem;line-height:1;color:#1779ba}[data-whatinput=mouse] .tabs-title>a{outline:0}.tabs-title>a:hover{background:#fff;color:rgb(19.78,104.06,159.96)}.tabs-title>a:focus,.tabs-title>a[aria-selected=true]{background:#e6e6e6;color:#1779ba}.tabs-content{border:1px solid #e6e6e6;border-top:0;background:#fff;color:#000;-webkit-transition:all .5s ease;transition:all .5s ease}.tabs-content.vertical{border:1px solid #e6e6e6;border-left:0}.tabs-panel{display:none;padding:1rem}.tabs-panel.is-active{display:block}.thumbnail{display:inline-block;max-width:100%;margin-bottom:1rem;border:solid 4px #fff;border-radius:0;-webkit-box-shadow:0 0 0 1px rgba(0,0,0,.2);box-shadow:0 0 0 1px rgba(0,0,0,.2);line-height:0}a.thumbnail{-webkit-transition:-webkit-box-shadow .2s ease-out;transition:-webkit-box-shadow .2s ease-out;transition:box-shadow .2s ease-out;transition:box-shadow .2s ease-out,-webkit-box-shadow .2s ease-out}a.thumbnail:focus,a.thumbnail:hover{-webkit-box-shadow:0 0 6px 1px rgba(23,121,186,.5);box-shadow:0 0 6px 1px rgba(23,121,186,.5)}a.thumbnail image{-webkit-box-shadow:none;box-shadow:none}.title-bar{padding:.5rem;background:#000;color:#fff;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.title-bar .menu-icon{margin-left:.25rem;margin-right:.25rem}.title-bar-left,.title-bar-right{-webkit-box-flex:1;-webkit-flex:1 1 0px;-ms-flex:1 1 0px;flex:1 1 0px}.title-bar-right{text-align:right}.title-bar-title{display:inline-block;vertical-align:middle;font-weight:700}.has-tip{position:relative;display:inline-block;border-bottom:dotted 1px #8a8a8a;font-weight:700;cursor:help}.tooltip{position:absolute;top:calc(100% + .6495rem);z-index:1200;max-width:10rem;padding:.75rem;border-radius:0;background-color:#000;font-size:80%;color:#fff}.tooltip::before{position:absolute}.tooltip.bottom::before{display:block;width:0;height:0;border-style:solid;border-width:.75rem;content:"";border-top-width:0;border-color:transparent transparent #000;bottom:100%}.tooltip.bottom.align-center::before{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.tooltip.top::before{display:block;width:0;height:0;border-style:solid;border-width:.75rem;content:"";border-bottom-width:0;border-color:#000 transparent transparent;top:100%;bottom:auto}.tooltip.top.align-center::before{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.tooltip.left::before{display:block;width:0;height:0;border-style:solid;border-width:.75rem;content:"";border-right-width:0;border-color:transparent transparent transparent #000;left:100%}.tooltip.left.align-center::before{bottom:auto;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.tooltip.right::before{display:block;width:0;height:0;border-style:solid;border-width:.75rem;content:"";border-left-width:0;border-color:transparent #000 transparent transparent;right:100%;left:auto}.tooltip.right.align-center::before{bottom:auto;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.tooltip.align-top::before{bottom:auto;top:10%}.tooltip.align-bottom::before{bottom:10%;top:auto}.tooltip.align-left::before{left:10%;right:auto}.tooltip.align-right::before{left:auto;right:10%}.top-bar{padding:.5rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.top-bar,.top-bar ul{background-color:#e6e6e6}.top-bar input{max-width:200px;margin-right:1rem}.top-bar .input-group-field{width:100%;margin-right:0}.top-bar input.button{width:auto}.top-bar{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.top-bar .top-bar-left,.top-bar .top-bar-right{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}@media print,screen and (min-width:25em){.top-bar{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.top-bar .top-bar-left{-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;margin-right:auto}.top-bar .top-bar-right{-webkit-box-flex:0;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto;margin-left:auto}}@media print,screen and (max-width:47.99875em){.top-bar.stacked-for-medium{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.top-bar.stacked-for-medium .top-bar-left,.top-bar.stacked-for-medium .top-bar-right{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@media print,screen and (max-width:63.99875em){.top-bar.stacked-for-large{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.top-bar.stacked-for-large .top-bar-left,.top-bar.stacked-for-large .top-bar-right{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@media print,screen and (max-width:81.24875em){.top-bar.stacked-for-xlarge{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.top-bar.stacked-for-xlarge .top-bar-left,.top-bar.stacked-for-xlarge .top-bar-right{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.top-bar.stacked-for-xxlarge{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.top-bar.stacked-for-xxlarge .top-bar-left,.top-bar.stacked-for-xxlarge .top-bar-right{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.top-bar-title{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;margin:.5rem 1rem .5rem 0}.top-bar-left,.top-bar-right{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.hide{display:none!important}.invisible{visibility:hidden}.visible{visibility:visible}@media print,screen and (max-width:24.99875em){.hide-for-small-only{display:none!important}}@media screen and (max-width:0em),screen and (min-width:25em){.show-for-small-only{display:none!important}}@media print,screen and (min-width:25em){.hide-for-medium{display:none!important}}@media screen and (max-width:24.99875em){.show-for-medium{display:none!important}}@media print,screen and (min-width:25em) and (max-width:47.99875em){.hide-for-medium-only{display:none!important}}@media screen and (max-width:24.99875em),screen and (min-width:48em){.show-for-medium-only{display:none!important}}@media print,screen and (min-width:48em){.hide-for-large{display:none!important}}@media screen and (max-width:47.99875em){.show-for-large{display:none!important}}@media print,screen and (min-width:48em) and (max-width:63.99875em){.hide-for-large-only{display:none!important}}@media screen and (max-width:47.99875em),screen and (min-width:64em){.show-for-large-only{display:none!important}}@media screen and (min-width:64em){.hide-for-xlarge{display:none!important}}@media screen and (max-width:63.99875em){.show-for-xlarge{display:none!important}}@media screen and (min-width:64em) and (max-width:81.24875em){.hide-for-xlarge-only{display:none!important}}@media screen and (max-width:63.99875em),screen and (min-width:81.25em){.show-for-xlarge-only{display:none!important}}@media screen and (min-width:81.25em){.hide-for-xxlarge{display:none!important}}@media screen and (max-width:81.24875em){.show-for-xxlarge{display:none!important}}@media screen and (min-width:81.25em){.hide-for-xxlarge-only{display:none!important}}@media screen and (max-width:81.24875em){.show-for-xxlarge-only{display:none!important}}.show-for-sr,.show-on-focus{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.show-on-focus:active,.show-on-focus:focus{position:static!important;width:auto!important;height:auto!important;overflow:visible!important;clip:auto!important;white-space:normal!important}.hide-for-portrait,.show-for-landscape{display:block!important}@media screen and (orientation:landscape){.hide-for-portrait,.show-for-landscape{display:block!important}}@media screen and (orientation:portrait){.hide-for-portrait,.show-for-landscape{display:none!important}}.hide-for-landscape,.show-for-portrait{display:none!important}@media screen and (orientation:landscape){.hide-for-landscape,.show-for-portrait{display:none!important}}@media screen and (orientation:portrait){.hide-for-landscape,.show-for-portrait{display:block!important}}.show-for-dark-mode{display:none}.hide-for-dark-mode{display:block}@media screen and (prefers-color-scheme:dark){.show-for-dark-mode{display:block!important}.hide-for-dark-mode{display:none!important}}.show-for-ie{display:none}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.show-for-ie{display:block!important}.hide-for-ie{display:none!important}}.show-for-sticky{display:none}.is-stuck .show-for-sticky{display:block}.is-stuck .hide-for-sticky{display:none}.float-left{float:left!important}.float-right{float:right!important}.float-center{display:block;margin-right:auto;margin-left:auto}.clearfix::after,.clearfix::before{display:table;content:" ";-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}.clearfix::after{clear:both}.align-left{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.align-right{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.align-center{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.align-justify{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.align-spaced{-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around}.align-left.vertical.menu>li>a{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.align-right.vertical.menu>li>a{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.align-center.vertical.menu>li>a{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.align-top{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.align-self-top{-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.align-bottom{-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}.align-self-bottom{-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end}.align-middle{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.align-self-middle{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}.align-stretch{-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch}.align-self-stretch{-webkit-align-self:stretch;-ms-flex-item-align:stretch;align-self:stretch}.align-center-middle{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center}.small-order-1{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}.small-order-2{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}.small-order-3{-webkit-box-ordinal-group:4;-webkit-order:3;-ms-flex-order:3;order:3}.small-order-4{-webkit-box-ordinal-group:5;-webkit-order:4;-ms-flex-order:4;order:4}.small-order-5{-webkit-box-ordinal-group:6;-webkit-order:5;-ms-flex-order:5;order:5}.small-order-6{-webkit-box-ordinal-group:7;-webkit-order:6;-ms-flex-order:6;order:6}@media print,screen and (min-width:25em){.medium-order-1{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}.medium-order-2{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}.medium-order-3{-webkit-box-ordinal-group:4;-webkit-order:3;-ms-flex-order:3;order:3}.medium-order-4{-webkit-box-ordinal-group:5;-webkit-order:4;-ms-flex-order:4;order:4}.medium-order-5{-webkit-box-ordinal-group:6;-webkit-order:5;-ms-flex-order:5;order:5}.medium-order-6{-webkit-box-ordinal-group:7;-webkit-order:6;-ms-flex-order:6;order:6}}@media print,screen and (min-width:48em){.large-order-1{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}.large-order-2{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}.large-order-3{-webkit-box-ordinal-group:4;-webkit-order:3;-ms-flex-order:3;order:3}.large-order-4{-webkit-box-ordinal-group:5;-webkit-order:4;-ms-flex-order:4;order:4}.large-order-5{-webkit-box-ordinal-group:6;-webkit-order:5;-ms-flex-order:5;order:5}.large-order-6{-webkit-box-ordinal-group:7;-webkit-order:6;-ms-flex-order:6;order:6}}@media screen and (min-width:64em){.xlarge-order-1{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}.xlarge-order-2{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}.xlarge-order-3{-webkit-box-ordinal-group:4;-webkit-order:3;-ms-flex-order:3;order:3}.xlarge-order-4{-webkit-box-ordinal-group:5;-webkit-order:4;-ms-flex-order:4;order:4}.xlarge-order-5{-webkit-box-ordinal-group:6;-webkit-order:5;-ms-flex-order:5;order:5}.xlarge-order-6{-webkit-box-ordinal-group:7;-webkit-order:6;-ms-flex-order:6;order:6}}@media screen and (min-width:81.25em){.xxlarge-order-1{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}.xxlarge-order-2{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}.xxlarge-order-3{-webkit-box-ordinal-group:4;-webkit-order:3;-ms-flex-order:3;order:3}.xxlarge-order-4{-webkit-box-ordinal-group:5;-webkit-order:4;-ms-flex-order:4;order:4}.xxlarge-order-5{-webkit-box-ordinal-group:6;-webkit-order:5;-ms-flex-order:5;order:5}.xxlarge-order-6{-webkit-box-ordinal-group:7;-webkit-order:6;-ms-flex-order:6;order:6}}.flex-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.flex-child-auto{-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto}.flex-child-grow{-webkit-box-flex:1;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto}.flex-child-shrink{-webkit-box-flex:0;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto}.flex-dir-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.flex-dir-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.flex-dir-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.flex-dir-column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}@media print,screen and (min-width:25em){.medium-flex-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.medium-flex-child-auto{-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto}.medium-flex-child-grow{-webkit-box-flex:1;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto}.medium-flex-child-shrink{-webkit-box-flex:0;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto}.medium-flex-dir-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.medium-flex-dir-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.medium-flex-dir-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.medium-flex-dir-column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}@media print,screen and (min-width:48em){.large-flex-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.large-flex-child-auto{-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto}.large-flex-child-grow{-webkit-box-flex:1;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto}.large-flex-child-shrink{-webkit-box-flex:0;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto}.large-flex-dir-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.large-flex-dir-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.large-flex-dir-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.large-flex-dir-column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}@media screen and (min-width:64em){.xlarge-flex-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.xlarge-flex-child-auto{-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto}.xlarge-flex-child-grow{-webkit-box-flex:1;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto}.xlarge-flex-child-shrink{-webkit-box-flex:0;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto}.xlarge-flex-dir-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.xlarge-flex-dir-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.xlarge-flex-dir-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.xlarge-flex-dir-column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}@media screen and (min-width:81.25em){.xxlarge-flex-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.xxlarge-flex-child-auto{-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto}.xxlarge-flex-child-grow{-webkit-box-flex:1;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto}.xxlarge-flex-child-shrink{-webkit-box-flex:0;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto}.xxlarge-flex-dir-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.xxlarge-flex-dir-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.xxlarge-flex-dir-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.xxlarge-flex-dir-column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}:root{--spacing:.85rem;--xxl:calc(var(--spacing) * 10);--xl:calc(var(--spacing) * 7);--l:calc(var(--spacing) * 4.5);--m:calc(var(--spacing) * 3);--s:calc(var(--spacing) * 1.5);--xs:calc(var(--spacing) * .75);--xxs:calc(var(--spacing) * .5)}@media print,screen and (max-width:81.24875em){:root{--xxl:calc(var(--spacing) * 6.5);--xl:calc(var(--spacing) * 5);--l:calc(var(--spacing) * 3.5);--m:calc(var(--spacing) * 2.5);--s:calc(var(--spacing) * 1);--xs:calc(var(--spacing) * 0.5);--xxs:calc(var(--spacing) * 0.25)}}@media print,screen and (max-width:63.99875em){:root{--xxl:calc(var(--spacing) * 5);--xl:calc(var(--spacing) * 3.5);--l:calc(var(--spacing) * 2.5);--m:calc(var(--spacing) * 2);--s:calc(var(--spacing) * 1);--xs:calc(var(--spacing) * 0.5);--xxs:calc(var(--spacing) * 0.25)}}@media print,screen and (max-width:47.99875em){:root{--xxl:calc(var(--spacing) * 4);--xl:calc(var(--spacing) * 3);--l:calc(var(--spacing) * 2);--m:calc(var(--spacing) * 1.5);--s:calc(var(--spacing) * 0.75);--xs:calc(var(--spacing) * 0.5);--xxs:calc(var(--spacing) * 0.25)}}.m-xxl{margin:var(--xxl)}.mt-xxl{margin-top:var(--xxl)}.mr-xxl{margin-right:var(--xxl)}.mb-xxl{margin-bottom:var(--xxl)}.ml-xxl{margin-left:var(--xxl)}.mx-xxl{margin-left:var(--xxl);margin-right:var(--xxl)}.my-xxl{margin-top:var(--xxl);margin-bottom:var(--xxl)}.m-xl{margin:var(--xl)}.mt-xl{margin-top:var(--xl)}.mr-xl{margin-right:var(--xl)}.mb-xl{margin-bottom:var(--xl)}.ml-xl{margin-left:var(--xl)}.mx-xl{margin-left:var(--xl);margin-right:var(--xl)}.my-xl{margin-top:var(--xl);margin-bottom:var(--xl)}.m-l{margin:var(--l)}.mt-l{margin-top:var(--l)}.mr-l{margin-right:var(--l)}.mb-l{margin-bottom:var(--l)}.ml-l{margin-left:var(--l)}.mx-l{margin-left:var(--l);margin-right:var(--l)}.my-l{margin-top:var(--l);margin-bottom:var(--l)}.m-m{margin:var(--m)}.mt-m{margin-top:var(--m)}.mr-m{margin-right:var(--m)}.mb-m{margin-bottom:var(--m)}.ml-m{margin-left:var(--m)}.mx-m{margin-left:var(--m);margin-right:var(--m)}.my-m{margin-top:var(--m);margin-bottom:var(--m)}.m-s{margin:var(--s)}.mt-s{margin-top:var(--s)}.mr-s{margin-right:var(--s)}.mb-s{margin-bottom:var(--s)}.ml-s{margin-left:var(--s)}.mx-s{margin-left:var(--s);margin-right:var(--s)}.my-s{margin-top:var(--s);margin-bottom:var(--s)}.m-xs{margin:var(--xs)}.mt-xs{margin-top:var(--xs)}.mr-xs{margin-right:var(--xs)}.mb-xs{margin-bottom:var(--xs)}.ml-xs{margin-left:var(--xs)}.mx-xs{margin-left:var(--xs);margin-right:var(--xs)}.my-xs{margin-top:var(--xs);margin-bottom:var(--xs)}.m-xxs{margin:var(--xxs)}.mt-xxs{margin-top:var(--xxs)}.mr-xxs{margin-right:var(--xxs)}.mb-xxs{margin-bottom:var(--xxs)}.ml-xxs{margin-left:var(--xxs)}.mx-xxs{margin-left:var(--xxs);margin-right:var(--xxs)}.my-xxs{margin-top:var(--xxs);margin-bottom:var(--xxs)}.m-0{margin:0!important}.mt-0{margin-top:0!important}.mr-0{margin-right:0!important}.mb-0{margin-bottom:0!important}.ml-0{margin-left:0!important}.mx-0{margin-left:0!important;margin-right:0!important}.my-0{margin-top:0!important;margin-bottom:0!important}@media print,screen and (max-width:47.99875em){.m-0-m{margin:0}.mt-0-m{margin-top:0}.mr-0-m{margin-right:0}.mb-0-m{margin-bottom:0}.ml-0-m{margin-left:0}.mx-0-m{margin-left:0;margin-right:0}.my-0-m{margin-top:0;margin-bottom:0}.m-l-m{margin:var(--l)}.mt-l-m{margin-top:var(--l)}.mr-l-m{margin-right:var(--l)}.mb-l-m{margin-bottom:var(--l)}.ml-l-m{margin-left:var(--l)}.mx-l-m{margin-left:var(--l);margin-right:var(--l)}.my-l-m{margin-top:var(--l);margin-bottom:var(--l)}}.p-xxl{padding:var(--xxl)}.pt-xxl{padding-top:var(--xxl)}.pr-xxl{padding-right:var(--xxl)}.pb-xxl{padding-bottom:var(--xxl)}.pl-xxl{padding-left:var(--xxl)}.px-xxl{padding-left:var(--xxl);padding-right:var(--xxl)}.py-xxl{padding-top:var(--xxl);padding-bottom:var(--xxl)}.p-xl{padding:var(--xl)}.pt-xl{padding-top:var(--xl)}.pr-xl{padding-right:var(--xl)}.pb-xl{padding-bottom:var(--xl)}.pl-xl{padding-left:var(--xl)}.px-xl{padding-left:var(--xl);padding-right:var(--xl)}.py-xl{padding-top:var(--xl);padding-bottom:var(--xl)}.p-l{padding:var(--l)}.pt-l{padding-top:var(--l)}.pr-l{padding-right:var(--l)}.pb-l{padding-bottom:var(--l)}.pl-l{padding-left:var(--l)}.px-l{padding-left:var(--l);padding-right:var(--l)}.py-l{padding-top:var(--l);padding-bottom:var(--l)}.p-m{padding:var(--m)}.pt-m{padding-top:var(--m)}.pr-m{padding-right:var(--m)}.pb-m{padding-bottom:var(--m)}.pl-m{padding-left:var(--m)}.px-m{padding-left:var(--m);padding-right:var(--m)}.py-m{padding-top:var(--m);padding-bottom:var(--m)}.p-s{padding:var(--s)}.pt-s{padding-top:var(--s)}.pr-s{padding-right:var(--s)}.pb-s{padding-bottom:var(--s)}.pl-s{padding-left:var(--s)}.px-s{padding-left:var(--s);padding-right:var(--s)}.py-s{padding-top:var(--s);padding-bottom:var(--s)}.p-xs{padding:var(--xs)}.pt-xs{padding-top:var(--xs)}.pr-xs{padding-right:var(--xs)}.pb-xs{padding-bottom:var(--xs)}.pl-xs{padding-left:var(--xs)}.px-xs{padding-left:var(--xs);padding-right:var(--xs)}.py-xs{padding-top:var(--xs);padding-bottom:var(--xs)}.p-xxs{padding:var(--xxs)}.pt-xxs{padding-top:var(--xxs)}.pr-xxs{padding-right:var(--xxs)}.pb-xxs{padding-bottom:var(--xxs)}.pl-xxs{padding-left:var(--xxs)}.px-xxs{padding-left:var(--xxs);padding-right:var(--xxs)}.py-xxs{padding-top:var(--xxs);padding-bottom:var(--xxs)}.p-0{padding:0}.pt-0{padding-top:0}.pr-0{padding-right:0}.pb-0{padding-bottom:0}.pl-0{padding-left:0}.px-0{padding-left:0;padding-right:0}.py-0{padding-top:0;padding-bottom:0}@media print,screen and (max-width:47.99875em){.p-0-m{padding:0}.pt-0-m{padding-top:0}.pr-0-m{padding-right:0}.pb-0-m{padding-bottom:0}.pl-0-m{padding-left:0}.px-0-m{padding-left:0;padding-right:0}.py-0-m{padding-top:0;padding-bottom:0}.p-m-m{padding:var(--m)}}html{scroll-behavior:smooth}body{padding-top:124px}@media print,screen and (max-width:47.99875em){body{padding-top:85px}}.mm-wrapper_opened body{padding-top:0}@media print,screen and (max-width:47.99875em){.mm-wrapper_opened body{padding-top:0}}body .error-page .header-text{display:none}body .error-page .big-picture{background:url(../img/dans.png) left top no-repeat;padding-left:170px;background-size:150px;font-size:4.75rem;min-height:340px;padding-top:75px;text-transform:uppercase}@media print,screen and (max-width:47.99875em){body .error-page .big-picture{padding-left:125px;background-size:115px;font-size:2.125rem;min-height:255px;padding-top:40px;text-transform:uppercase}}body .error-page .big-picture a{text-decoration:underline}body.contact .search-bar.home-search{margin-top:0}body.contact .search-bar.home-search .search{padding:30px}body.contact .search-bar.home-search .search button{padding:13px 10px;width:25%}@media print,screen and (max-width:47.99875em){body.contact .search-bar.home-search .search button{width:100%}}h1,h2,h3,h4,h5,h6{-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;white-space:normal;word-break:break-word}h1 b,h1 strong,h2 b,h2 strong,h3 b,h3 strong,h4 b,h4 strong,h5 b,h5 strong,h6 b,h6 strong{font-weight:400}p{font-size:1rem;line-height:1.5}.padding30{padding:30px}@media print,screen and (max-width:63.99875em){.padding30{padding:15px}}@media print,screen and (max-width:47.99875em){.padding30{padding:30px}}.row.width100{width:100%;max-width:100%}.relative{position:relative}.clearfix{clear:both}.rechtslinks{direction:rtl}.button,button,input[type=submit]{font-size:1.125rem;background:#1453ec;font-weight:700;color:#fff;padding:13px 20px 14px;border:0;outline:0;line-height:1.5;cursor:pointer;vertical-align:top;-webkit-transition:.3s all ease-in-out;transition:.3s all ease-in-out}.button:active,.button:focus,.button:hover,button:active,button:focus,button:hover,input[type=submit]:active,input[type=submit]:focus,input[type=submit]:hover{background:rgb(15.3346456693,66.1811023622,189.6653543307)}.button.disabled,button.disabled,input[type=submit].disabled{cursor:not-allowed;background-color:#e6e6e6}.button.arrow,button.arrow,input[type=submit].arrow{padding:13px 60px 14px 30px;position:relative}.button.arrow:before,button.arrow:before,input[type=submit].arrow:before{content:"";position:absolute;top:30px;right:19px;width:16px;height:4px;background:#fff;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.button.arrow:after,button.arrow:after,input[type=submit].arrow:after{content:"";position:absolute;top:21px;right:19px;width:16px;height:4px;background:#fff;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.button.funds,button.funds,input[type=submit].funds{width:49%;text-align:left;padding:0 60px 0 0!important}.button.funds>img,button.funds>img,input[type=submit].funds>img{margin-right:18px}.button.funds:after,button.funds:after,input[type=submit].funds:after{top:40%}.button.funds:before,button.funds:before,input[type=submit].funds:before{top:58%}@media print,screen and (max-width:63.99875em){.button.funds,button.funds,input[type=submit].funds{width:100%}}.button.ghost,button.ghost,input[type=submit].ghost{background:#fff;color:#000;border:1px solid #cacaca;padding:13px 60px 14px 30px}.button.ghost:after,.button.ghost:before,button.ghost:after,button.ghost:before,input[type=submit].ghost:after,input[type=submit].ghost:before{background:#000;-webkit-transition:.3s all ease-in-out;transition:.3s all ease-in-out}.button.ghost:active,.button.ghost:focus,.button.ghost:hover,button.ghost:active,button.ghost:focus,button.ghost:hover,input[type=submit].ghost:active,input[type=submit].ghost:focus,input[type=submit].ghost:hover{color:#fff;background:#1453ec;border-color:#1453ec}.button.ghost:active:after,.button.ghost:active:before,.button.ghost:focus:after,.button.ghost:focus:before,.button.ghost:hover:after,.button.ghost:hover:before,button.ghost:active:after,button.ghost:active:before,button.ghost:focus:after,button.ghost:focus:before,button.ghost:hover:after,button.ghost:hover:before,input[type=submit].ghost:active:after,input[type=submit].ghost:active:before,input[type=submit].ghost:focus:after,input[type=submit].ghost:focus:before,input[type=submit].ghost:hover:after,input[type=submit].ghost:hover:before{background:#fff}.button.yellow,button.yellow,input[type=submit].yellow{color:#000;background:#ffc900}.button.yellow:after,.button.yellow:before,button.yellow:after,button.yellow:before,input[type=submit].yellow:after,input[type=submit].yellow:before{background:#000;-webkit-transition:.3s all ease-in-out;transition:.3s all ease-in-out}.button.yellow:active,.button.yellow:focus,.button.yellow:hover,button.yellow:active,button.yellow:focus,button.yellow:hover,input[type=submit].yellow:active,input[type=submit].yellow:focus,input[type=submit].yellow:hover{background:#ffd94c}.button.red,button.red,input[type=submit].red{background:#ff4f24}.button.red:active,.button.red:focus,.button.red:hover,button.red:active,button.red:focus,button.red:hover,input[type=submit].red:active,input[type=submit].red:focus,input[type=submit].red:hover{background:red}.button.small,button.small,input[type=submit].small{font-size:1rem;padding:13px 30px 14px}.button-alert{background:#ff4f24!important;color:#fff!important}.link-alert{text-decoration:underline;color:#ff4f24}.button-pink{display:inline-block;font-size:1.125rem;background:#ff80b0;font-weight:700;color:#fff;padding:13px 30px 14px;border:0;outline:0;line-height:1.5;cursor:pointer;vertical-align:top;-webkit-transition:.3s all ease-in-out;transition:.3s all ease-in-out}.button-pink:after,.button-pink:before{background:#ff80b0;-webkit-transition:.3s all ease-in-out;transition:.3s all ease-in-out}.button-pink:active,.button-pink:focus,.button-pink:hover{color:#fff;background:rgb(255,102.5,160.1377952756)}.tag{display:inline-block;background:#ffc900;font-size:1rem;padding:10px;margin:0 10px 10px 0;line-height:1.1}@media print,screen and (max-width:47.99875em){.tag{font-size:.75rem}}.select{width:auto;height:54px;font-weight:700;min-width:300px;padding:0 30px 0 20px;font-size:1.125rem;-webkit-appearance:none}input[type=email],input[type=search],input[type=text]{font-size:1.3125rem;padding:0 20px;height:60px}input[type=search]::-ms-clear,input[type=search]::-ms-reveal{display:none;width:0;height:0}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{display:none}.green-bg{background:#009e00}.yellow-bg{background:#ffc900}.pink-bg{background:#ff80b0}.red-bg{background:#ff4f24}.blue-bg{background:#1453ec}.lightblue-bg{background:#b18cec}.lila-bg{background:#b18cec}.black-bg{background:#000}.gray-bg{background:#e6e6e6}.green-text{color:#009e00}.green-text a{color:#009e00}.yellow-text{color:#ffc900}.yellow-text a{color:#ffc900}.pink-text{color:#ff80b0}.pink-text a{color:#ff80b0}.red-text{color:#ff4f24}.red-text a{color:#ff4f24}.blue-text{color:#1453ec}.blue-text a{color:#1453ec}.lightblue-text{color:#b18cec}.lightblue-text a{color:#b18cec}.lila-text{color:#b18cec}.lila-text a{color:#b18cec}.black-text{color:#000}.black-text a{color:#000}.gray-text{color:#e6e6e6}.gray-text a{color:#e6e6e6}.popup{background:rgba(255,201,0,.95);position:fixed;width:100%;height:100%;top:0;left:0;z-index:10001;display:none}.popup-content{position:absolute;max-width:400px;padding:15px;width:100%;top:50%;left:50%;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.popup-content p{font-size:1.125rem}.show-popup .popup{display:block}.extra-margin{margin:60px 0}.caps{text-transform:uppercase}.medium{font-size:5.75rem}@media print,screen and (max-width:81.24875em){.medium{font-size:4.875rem}}@media print,screen and (max-width:63.99875em){.medium{font-size:3.5rem}}@media print,screen and (max-width:47.99875em){.medium{font-size:2.5rem}}@media print,screen and (max-width:24.99875em){.medium{font-size:1.5rem}}.small{font-size:4.5rem}@media print,screen and (max-width:81.24875em){.small{font-size:3.75rem}}@media print,screen and (max-width:63.99875em){.small{font-size:3.25rem}}@media print,screen and (max-width:47.99875em){.small{font-size:2.625rem}}@media print,screen and (max-width:24.99875em){.small{font-size:2.125rem}}.big{font-size:9.375rem}@media print,screen and (max-width:81.24875em){.big{font-size:7.5rem}}@media print,screen and (max-width:63.99875em){.big{font-size:5rem}}@media print,screen and (max-width:47.99875em){.big{font-size:2.5rem}}@media print,screen and (max-width:24.99875em){.big{font-size:1.5rem}}.white{color:#fff}.black{color:#000}.pink{color:#ff80b0}.size18{font-size:1.125rem}.size19{font-size:1.1875rem}.size20{font-size:1.25rem}.size22{font-size:1.375rem}.wide{font-family:"Druk Wide"}.fullwidth{position:relative}.fullwidth .block{padding:60px 50px}@media print,screen and (max-width:47.99875em){.fullwidth .block{padding:30px}}.fullwidth .block-image{position:absolute;height:100%;width:100%;background-size:cover;background-position:center center}@media print,screen and (max-width:24.99875em){.fullwidth .block-image{height:300px;position:relative}}#aanvragen .bx-wrapper{height:100%;max-width:100%!important;width:50%;position:absolute;-webkit-box-shadow:none;box-shadow:none;border:0}@media print,screen and (max-width:47.99875em){#aanvragen .bx-wrapper{width:100%;height:auto;position:relative}}#aanvragen .bx-viewport{overflow:visible!important}@media print,screen and (max-width:47.99875em){#aanvragen .bx-viewport{height:300px!important}}#aanvragen .bxslider li{width:100%!important}#aanvragen .bxslider li .block-image{height:100%;width:100%!important}@media print,screen and (max-width:47.99875em){#aanvragen .bxslider li .block-image{height:300px!important}}@media print,screen and (max-width:47.99875em){#aanvragen .bxslider li{height:300px!important}}#aanvragen .bx-wrapper .bx-pager.bx-default-pager a.active,#aanvragen .bx-wrapper .bx-pager.bx-default-pager a:focus,#aanvragen .bx-wrapper .bx-pager.bx-default-pager a:hover{background:#ffca00}#aanvragen .bx-wrapper .bx-pager.bx-default-pager a{background:rgba(255,202,0,.5);text-indent:-9999px;display:block;width:20px;height:20px;margin:0 5px;outline:0;border-radius:0}#aanvragen .bx-wrapper .bx-controls-auto,#aanvragen .bx-wrapper .bx-pager{position:absolute;bottom:30px;width:100%}.bx-wrapper{-webkit-box-shadow:none;box-shadow:none;border:none;background:0 0}.bxslider2 .img-wrapper{padding:20px;height:250px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.bxslider2 .bx-caption{position:relative;background:0 0;color:#000}.bxslider2 .bx-caption span{text-align:center;color:#000}.cover{width:100%!important;height:100%!important}#aanvragen .block-image{width:50%}@media print,screen and (max-width:47.99875em){#aanvragen .block-image{width:100%}}.title-block{margin:60px 0 0;padding:0}.title-block.with-margin{padding:20px 0 150px}@media print,screen and (max-width:47.99875em){.title-block{margin:20px 0 0;padding:10px 0}}.title-block h1{display:inline-block;position:relative;margin:0;-webkit-transform:scaleY(1.3);-ms-transform:scaleY(1.3);transform:scaleY(1.3);line-height:1.2}.title-block .title-image{position:relative;height:240px;z-index:2;margin-top:-160px;-webkit-transform:translateX(-40px);-ms-transform:translateX(-40px);transform:translateX(-40px)}.title-block .title-image.small{height:160px;margin-top:-100px;-webkit-transform:translateX(-15px);-ms-transform:translateX(-15px);transform:translateX(-15px)}@media print,screen and (max-width:47.99875em){.title-block .title-image.small{height:80px;margin-top:-30px;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}@media print,screen and (max-width:81.24875em){.title-block .title-image{height:160px;margin-top:-100px;-webkit-transform:translateX(-20px);-ms-transform:translateX(-20px);transform:translateX(-20px)}}@media print,screen and (max-width:63.99875em){.title-block .title-image{height:150px;margin-top:-80px}}@media print,screen and (max-width:47.99875em){.title-block .title-image{height:80px;margin-top:-30px;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}@media print,screen and (max-width:24.99875em){.title-block .title-image{height:60px;margin-top:-30px;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}#what{margin-top:-140px}#what .button{margin-top:25px}#what .what-block{position:relative;display:block;color:#000;-webkit-transition:.5s all cubic-bezier(.79,.16,.24,.87);transition:.5s all cubic-bezier(.79,.16,.24,.87)}#what .what-block:hover{-webkit-transform:translateY(-10px);-ms-transform:translateY(-10px);transform:translateY(-10px)}#what .what-block .what-block-image{background-size:cover;background-position:center center}@media print,screen and (max-width:63.99875em){#what .what-block .what-block-image{background-position:top center}}#what .what-block .what-block-content{position:relative;padding:30px}#what .what-block .what-block-content h4{margin:0 0 5px}#what .what-block .what-block-content:before{content:"";position:absolute;left:0;bottom:0;height:35%;width:100%;background:-webkit-gradient(linear,left top,left bottom,from(rgba(255,79,36,0)),to(#ff4f24));background:linear-gradient(to bottom,rgba(255,79,36,0) 0,#ff4f24 100%)}#what .what-block .what-block-content.yellow-bg:before{background:-webkit-gradient(linear,left top,left bottom,from(rgba(255,201,0,0)),to(#ffc900));background:linear-gradient(to bottom,rgba(255,201,0,0) 0,#ffc900 100%)}#what .what-block .what-block-content.green-bg:before{background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,158,0,0)),to(#009e00));background:linear-gradient(to bottom,rgba(0,158,0,0) 0,#009e00 100%)}#what .what-block .what-block-content.blue-bg:before{background:-webkit-gradient(linear,left top,left bottom,from(rgba(20,83,236,0)),to(#1453ec));background:linear-gradient(to bottom,rgba(20,83,236,0) 0,#1453ec 100%)}#what .what-block .what-block-content.pink-bg:before{background:-webkit-gradient(linear,left top,left bottom,from(rgba(255,128,176,0)),to(#ff80b0));background:linear-gradient(to bottom,rgba(255,128,176,0) 0,#ff80b0 100%)}#what .what-block.large{height:900px}#what .what-block.large .what-block-image{height:50%}#what .what-block.large .what-block-content{height:50%}@media print,screen and (max-width:47.99875em){#what .what-block.large{height:auto;margin:0 0 20px}#what .what-block.large .what-block-image{height:300px}#what .what-block.large .what-block-content{height:auto}}#what .what-block.small{height:425px;width:100%}#what .what-block.small .what-block-image{height:100%;width:50%;left:0;position:absolute}#what .what-block.small .what-block-content{height:100%;width:50%;left:50%;overflow:hidden}#what .what-block.small .what-block-content h1{font-size:1.875rem}#what .what-block.small:after{content:"";clear:both;display:block}#what .what-block.small:first-child{margin:0 0 50px}#what .what-block.small:first-child .what-block-image{right:auto;left:50%}#what .what-block.small:first-child .what-block-content{left:0}@media print,screen and (max-width:63.99875em){#what .what-block.small{height:auto}#what .what-block.small .what-block-image{height:300px;width:100%;position:relative;left:0;float:none}#what .what-block.small .what-block-content{height:auto;width:100%;position:relative;left:0;float:none}#what .what-block.small:first-child{margin:0 0 20px}#what .what-block.small:first-child .what-block-image{left:0}}#what.stories{margin-top:0}#what.stories .what-block.small{float:left;width:50%;height:auto;margin:0 0 40px;padding:0 20px}#what.stories .what-block.small .what-block-image{width:50%;left:0;position:relative;float:left;height:425px}@media print,screen and (max-width:63.99875em){#what.stories .what-block.small .what-block-image{width:100%}}#what.stories .what-block.small .what-block-content{overflow:hidden;float:left;height:425px;width:50%;left:0}#what.stories .what-block.small .what-block-content h1{position:relative;z-index:1}@media print,screen and (max-width:63.99875em){#what.stories .what-block.small .what-block-content{width:100%;height:auto}}@media print,screen and (max-width:47.99875em){#what.stories .what-block.small{width:100%}}#what.stories .what-block.large{float:left;width:50%;height:auto;margin:0 0 40px;padding:0 20px}#what.stories .what-block.large .what-block-image{height:425px}#what.stories .what-block.large .what-block-content{height:auto}#what.stories .what-block.large .what-block-content h1{position:relative;z-index:1}@media print,screen and (max-width:47.99875em){#what.stories .what-block.large{width:100%}}#verhalen>.row{margin-bottom:50px}#news{margin-top:-140px;padding:0 0 20px}#news .row{margin-bottom:0}@media print,screen and (max-width:47.99875em){#news .row{margin-bottom:0}}#news .relative{margin-bottom:50px}#news .news-block{display:block;position:relative;-webkit-transition:.5s all cubic-bezier(.79,.16,.24,.87);transition:.5s all cubic-bezier(.79,.16,.24,.87);height:100%}#news .news-block:hover{-webkit-transform:translateY(-10px);-ms-transform:translateY(-10px);transform:translateY(-10px)}@media print,screen and (max-width:47.99875em){#news .news-block{margin-bottom:20px}}#news .news-block .news-block-image{background-size:cover;background-repeat:no-repeat;background-position:center center;position:absolute;left:0;top:0;width:40%;height:100%}@media print,screen and (max-width:63.99875em){#news .news-block .news-block-image{position:relative;width:100%;height:300px}}#news .news-block .news-block-content{position:relative;padding:60px 40px;width:60%;left:40%;height:100%}#news .news-block .news-block-content.noimage{width:100%;left:0}#news .news-block .news-block-content h4{margin:0 0 5px}@media print,screen and (max-width:63.99875em){#news .news-block .news-block-content{width:100%;height:auto;left:0;padding:30px}}#ambassadeurs{margin-top:-130px;padding:0 0 20px}#ambassadeurs .row{margin-bottom:0}@media print,screen and (max-width:47.99875em){#ambassadeurs .row{margin-bottom:0}}.small-block{display:block;position:relative;margin-bottom:50px;-webkit-transition:.5s all cubic-bezier(.79,.16,.24,.87);transition:.5s all cubic-bezier(.79,.16,.24,.87)}.small-block:hover{-webkit-transform:translateY(-10px);-ms-transform:translateY(-10px);transform:translateY(-10px)}@media print,screen and (max-width:47.99875em){.small-block{margin-bottom:20px}}.small-block .small-block-image{background-size:cover;background-repeat:no-repeat;background-position:center center;position:absolute;left:0;top:0;width:25%;height:100%}@media print,screen and (max-width:63.99875em){.small-block .small-block-image{position:relative;width:100%;height:200px}}.small-block .small-block-content{position:relative;padding:40px;width:75%;left:25%}.small-block .small-block-content h4{margin:0 0 5px;color:#000}.small-block .small-block-content h4.white{color:#fff}@media print,screen and (max-width:63.99875em){.small-block .small-block-content{width:100%;height:auto;left:0;padding:30px}}#voor-wie{position:relative;margin:220px 0 0;height:300px}#voor-wie.fondsen.margin-extra-top{margin-top:0!important}@media print,screen and (max-width:47.99875em){#voor-wie{height:auto;margin:0;padding:20px 0 0}}@media print,screen and (max-width:47.99875em){#voor-wie .row{-webkit-transform:none;-ms-transform:none;transform:none}}.voor-intermediairs .button-aannmelden{width:auto}.voor-intermediairs .button-aannmelden:nth-child(2){background:#ff80b0;margin-left:15px}.voor-intermediairs .button-aannmelden:nth-child(2):hover{background:rgb(255,77,144.2755905512)}@media print,screen and (max-width:47.99875em){.voor-intermediairs .button-aannmelden{width:100%}}.block-link{display:block;position:relative;margin:0 0 50px;-webkit-transition:.5s all cubic-bezier(.79,.16,.24,.87);transition:.5s all cubic-bezier(.79,.16,.24,.87)}@media print,screen and (max-width:47.99875em){.block-link{margin:0 0 20px}}.block-link:hover{-webkit-transform:translateY(-10px);-ms-transform:translateY(-10px);transform:translateY(-10px)}.block-image{height:250px;width:100%;background-size:cover;background-position:center center}.block-image h6{font-family:Helvetica,Roboto,Arial,sans-serif;font-weight:900;font-size:1.25rem;background:#000;color:#ff80b0;position:absolute;top:0;left:0;padding:12px 20px}.block-content{background:#fff;font-size:1.875rem;line-height:1.1;font-family:Druk;color:#000;padding:20px 50px 40px 30px;position:relative}.block-content h1,.block-content h2,.block-content h3,.block-content h4,.block-content h5,.block-content h6{margin:0}.block-no-link{display:block;position:relative;margin:0 0 50px}@media print,screen and (max-width:47.99875em){.block-no-link{margin:0 0 20px}}.block-no-link .block-content{padding:20px}#wistjedat{padding:60px 0}#wistjedat h1{margin:0 0 30px}#wistjedat p{background:#fff;font-size:1.5rem;line-height:1.3;padding:20px}@media print,screen and (max-width:47.99875em){#wistjedat{padding:20px 0}}.wistjedat-block h3{margin:0;padding:5px 10px;height:100px;font-size:5rem}.wistjedat-block h3>svg{height:100%;width:100%}.block{padding:60px 0}.partner-image p{position:absolute;background-color:#1453ec;padding-left:15px;right:55px;height:55px;bottom:-16px;padding-top:14px;color:#fff;cursor:pointer}.partner-image .block-more{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.partner-image .block-more:before{content:"";position:absolute;top:30px;left:19px;width:18px;height:5px;background:#fff;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.partner-image .block-more:after{content:"";position:absolute;top:20px;left:19px;width:18px;height:5px;background:#fff;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.partner-image .block-more.active{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.partner-image .block-more.active p{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.block-more,.block-more2{width:55px;height:55px;position:absolute;right:0;bottom:0;background-color:#1453ec;cursor:pointer;pointer-events:none}.block-more2:before,.block-more:before{content:"";position:absolute;top:30px;left:19px;width:18px;height:5px;background:#fff;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.block-more2:after,.block-more:after{content:"";position:absolute;top:20px;left:19px;width:18px;height:5px;background:#fff;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.content-blocks .content-block{position:relative;display:block;margin:0 0 20px;-webkit-transition:.5s all cubic-bezier(.79,.16,.24,.87);transition:.5s all cubic-bezier(.79,.16,.24,.87)}.content-blocks .content-block:hover{-webkit-transform:translateY(-10px);-ms-transform:translateY(-10px);transform:translateY(-10px)}@media print,screen and (max-width:47.99875em){.content-blocks .content-block{margin-bottom:20px}}.content-blocks .content-block .content-block-image{left:0;top:0;width:35%;height:100%;min-height:300px;position:absolute;background-position:center center;background-repeat:no-repeat}@media print,screen and (max-width:63.99875em){.content-blocks .content-block .content-block-image{width:40%}}@media print,screen and (max-width:47.99875em){.content-blocks .content-block .content-block-image{position:relative;width:100%;height:300px}}.content-blocks .content-block .content-block-content{left:35%;width:65%;min-height:300px;position:relative;padding:40px 50px 40px 40px}.content-blocks .content-block .content-block-content h5{margin:0 0 5px}@media print,screen and (max-width:63.99875em){.content-blocks .content-block .content-block-content{width:60%;left:40%;padding:30px}}@media print,screen and (max-width:47.99875em){.content-blocks .content-block .content-block-content{min-height:auto;width:100%;left:0;padding:30px}}.content-blocks .content-block.small .content-block-image{min-height:auto}.content-blocks .content-block.small .content-block-content{min-height:auto}.yellow .block-content,.yellow .content-block-content,.yellow .partner-block,.yellow .title-block{background:#ffc900;color:#000}.yellow .block-content h1,.yellow .block-content h2,.yellow .block-content h3,.yellow .block-content h4,.yellow .block-content h5,.yellow .block-content h6,.yellow .content-block-content h1,.yellow .content-block-content h2,.yellow .content-block-content h3,.yellow .content-block-content h4,.yellow .content-block-content h5,.yellow .content-block-content h6,.yellow .partner-block h1,.yellow .partner-block h2,.yellow .partner-block h3,.yellow .partner-block h4,.yellow .partner-block h5,.yellow .partner-block h6,.yellow .title-block h1,.yellow .title-block h2,.yellow .title-block h3,.yellow .title-block h4,.yellow .title-block h5,.yellow .title-block h6{margin:0}.yellow .title-block{margin:0}.lila .block-content,.lila .content-block-content,.lila .partner-block,.lila .title-block{background:#b18cec;color:#000}.lila .block-content h1,.lila .block-content h2,.lila .block-content h3,.lila .block-content h4,.lila .block-content h5,.lila .block-content h6,.lila .content-block-content h1,.lila .content-block-content h2,.lila .content-block-content h3,.lila .content-block-content h4,.lila .content-block-content h5,.lila .content-block-content h6,.lila .partner-block h1,.lila .partner-block h2,.lila .partner-block h3,.lila .partner-block h4,.lila .partner-block h5,.lila .partner-block h6,.lila .title-block h1,.lila .title-block h2,.lila .title-block h3,.lila .title-block h4,.lila .title-block h5,.lila .title-block h6{margin:0}.lila .title-block{margin:0}.blue .block-content,.blue .content-block-content,.blue .partner-block,.blue .title-block{background:#1453ec;color:#fff}.blue .block-content h1,.blue .block-content h2,.blue .block-content h3,.blue .block-content h4,.blue .block-content h5,.blue .block-content h6,.blue .content-block-content h1,.blue .content-block-content h2,.blue .content-block-content h3,.blue .content-block-content h4,.blue .content-block-content h5,.blue .content-block-content h6,.blue .partner-block h1,.blue .partner-block h2,.blue .partner-block h3,.blue .partner-block h4,.blue .partner-block h5,.blue .partner-block h6,.blue .title-block h1,.blue .title-block h2,.blue .title-block h3,.blue .title-block h4,.blue .title-block h5,.blue .title-block h6{margin:0}.blue .title-block{margin:0}.pink .block-content,.pink .content-block-content,.pink .partner-block,.pink .title-block{background:#ff80b0;color:#000}.pink .block-content h1,.pink .block-content h2,.pink .block-content h3,.pink .block-content h4,.pink .block-content h5,.pink .block-content h6,.pink .content-block-content h1,.pink .content-block-content h2,.pink .content-block-content h3,.pink .content-block-content h4,.pink .content-block-content h5,.pink .content-block-content h6,.pink .partner-block h1,.pink .partner-block h2,.pink .partner-block h3,.pink .partner-block h4,.pink .partner-block h5,.pink .partner-block h6,.pink .title-block h1,.pink .title-block h2,.pink .title-block h3,.pink .title-block h4,.pink .title-block h5,.pink .title-block h6{margin:0}.pink .title-block{margin:0}@media print,screen and (max-width:47.99875em){.content div .button{display:block;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content}}.red{padding-bottom:50px}.red .block-content,.red .content-block-content,.red .partner-block,.red .title-block{background:#ff4f24;color:#fff}.red .block-content h1,.red .content-block-content h1,.red .partner-block h1,.red .title-block h1{-webkit-transform-origin:left center;-ms-transform-origin:left center;transform-origin:left center}.red .block-content h1,.red .block-content h2,.red .block-content h3,.red .block-content h4,.red .block-content h5,.red .block-content h6,.red .content-block-content h1,.red .content-block-content h2,.red .content-block-content h3,.red .content-block-content h4,.red .content-block-content h5,.red .content-block-content h6,.red .partner-block h1,.red .partner-block h2,.red .partner-block h3,.red .partner-block h4,.red .partner-block h5,.red .partner-block h6,.red .title-block h1,.red .title-block h2,.red .title-block h3,.red .title-block h4,.red .title-block h5,.red .title-block h6{margin:0}.red .title-block{margin:0}.green .block-content,.green .content-block-content,.green .partner-block,.green .title-block{background:#009e00;color:#fff}.green .title-block{margin:0}nav{position:fixed;height:124px;width:100%;top:0;left:0;z-index:1000;-webkit-transition:.3s all ease-in-out;transition:.3s all ease-in-out}.mm-wrapper_opened nav{position:static}nav img{-webkit-transition:.3s all ease-in-out;transition:.3s all ease-in-out;height:124px}nav #topnav{-webkit-transition:.3s all ease-in-out;transition:.3s all ease-in-out;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);position:absolute;padding:4px 36px 4px 30px;background:#000;color:#fff;right:0;top:0}@media print,screen and (max-width:63.99875em){nav #topnav{display:none}}.sticky-nav nav #topnav{-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%);visibility:hidden;opacity:0}nav #topnav span{display:inline-block;vertical-align:middle;font-size:.875rem;margin-right:9px}nav #topnav ul{position:relative;display:inline-block;vertical-align:middle;right:auto;top:auto;margin:0}nav #topnav ul li{font-size:1.375rem;margin:0 6px}nav #topnav ul li:nth-child(1) a{color:#ffc900}nav #topnav ul li:nth-child(2) a{color:#ff80b0}nav #topnav ul li a:hover{color:#fff}nav ul{-webkit-transition:.3s all ease-in-out;transition:.3s all ease-in-out;position:absolute;top:52px;right:30px}nav ul li{display:inline-block;font-family:Druk;text-transform:uppercase;font-size:1.8125rem;-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1);margin:0 12px}nav ul li a{color:#ff80b0}nav ul li.menu-item-has-children{position:relative;padding-bottom:50px}nav ul li.menu-item-has-children:hover>.sub-menu{display:block}@media print,screen and (max-width:81.24875em){nav ul li{margin:0 10px}}nav ul li:last-child .sub-menu{right:-15px;left:auto}@media print,screen and (max-width:63.99875em){nav ul{display:none}}nav ul .sub-menu{display:none;background:#1453ec;left:-15px;right:auto;margin:0;top:40px;min-width:200px;padding:5px 0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);min-width:300px;text-align:center;top:72px;padding:20px 0}nav ul .sub-menu::after{position:absolute;content:"";width:0;z-index:2;top:0;left:0;right:0;margin:0 auto;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid #fff}nav ul .sub-menu li{width:100%;margin:0;padding:0 15px}nav ul .sub-menu li a{display:block;color:#fff;padding:5px 0;font-size:1.5625rem}nav ul .sub-menu li a:hover{color:#000}nav ul .sub-menu li.current_page_item a{color:#fff}nav ul .sub-menu:hover{display:block}nav .menu-button{position:absolute;right:20px;top:40px;width:40px;height:30px;-webkit-transition:.3s top ease;transition:.3s top ease}nav .menu-button span{top:15px;position:absolute;width:40px;height:5px;background-color:#ff80b0}nav .menu-button span:before{content:"";top:-10px;left:0;position:absolute;width:40px;height:5px;background-color:#ff80b0}nav .menu-button span:after{content:"";left:0;top:10px;position:absolute;width:40px;height:5px;background-color:#ff80b0}@media print,screen and (max-width:63.99875em){nav .menu-button{top:25px}}@media print,screen and (max-width:47.99875em){nav{height:85px}nav img{height:85px;width:80px}}.sticky-nav{padding-top:85px}.sticky-nav nav{background:#000;height:85px}.sticky-nav nav img{height:85px;width:80px}.sticky-nav nav ul{top:24px;margin:0}.sticky-nav nav .sub-menu{background:#1453ec;top:60px}.sticky-nav nav .sub-menu::after{border-top:10px solid #000}.sticky-nav nav .menu-button{top:25px}header{position:relative;height:auto}.fonds header{margin-top:120px}@media print,screen and (max-width:47.99875em){.fonds header{margin-top:139px}}header .bx-wrapper{margin-bottom:30px}header .header-title{width:100%;max-height:265px}header.header-text{background:#ffc900;min-height:140px}@media print,screen and (max-width:63.99875em){header.header-text{min-height:130px}}@media print,screen and (max-width:47.99875em){header.header-text{min-height:60px}}header.header-text h2{font-size:9.875rem;display:inline-block;line-height:.9;margin-bottom:0}@media print,screen and (max-width:63.99875em){header.header-text h2{font-size:6.5625rem}}@media print,screen and (max-width:47.99875em){header.header-text h2{font-size:4.25rem}}header.header-text .title-image{height:160px;z-index:2;-webkit-transform:translateX(-20px);-ms-transform:translateX(-20px);transform:translateX(-20px);position:absolute;bottom:0}@media print,screen and (max-width:63.99875em){header.header-text .title-image{display:none}}header .bx-wrapper .bx-pager.bx-default-pager a.active,header .bx-wrapper .bx-pager.bx-default-pager a:focus,header .bx-wrapper .bx-pager.bx-default-pager a:hover{background:#fff}header .bx-wrapper .bx-pager.bx-default-pager a{background:rgba(255,202,0,.5);text-indent:-9999px;display:block;width:20px;height:20px;margin:0 5px;outline:0;border-radius:0}header .bx-wrapper .bx-controls-auto,header .bx-wrapper .bx-pager{position:absolute;right:30px;top:40%;width:20px}@media print,screen and (max-width:47.99875em){header .bx-wrapper .bx-controls-auto,header .bx-wrapper .bx-pager{top:10%}}header .bx-wrapper .bx-pager .bx-pager-item{display:block;margin-bottom:10px}@media print,screen and (max-width:63.99875em){.frontpage header img{min-height:400px;-o-object-fit:cover;object-fit:cover;-o-object-position:right center;object-position:right center}.frontpage header .textblock h2{font-size:1.875rem}}@media print,screen and (max-width:47.99875em){.frontpage header img{min-height:380px;-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center}.frontpage header .textblock{width:auto;left:20px;right:20px;bottom:20px}}header .textblock{position:absolute;width:50%;bottom:40px;left:40px;z-index:3}header .textblock h2{background:#1453ec;display:block;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:20px;margin:0;color:#fff;font-size:3.125rem}header .textblock h3{background:#ffc900;display:block;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:20px;margin:0;font-size:1.5rem}header .textblock p{background:#fff;display:block;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:20px;font-size:1.125rem}header .image1{position:absolute;left:19%;height:113%;bottom:0;z-index:2}@media print,screen and (max-width:63.99875em){header .image1{left:10%}}header .image2{position:absolute;left:32%;height:113%;bottom:0;z-index:2}@media print,screen and (max-width:63.99875em){header .image2{left:30%}}header .image3{position:absolute;left:61%;height:113%;bottom:0;z-index:2}@media print,screen and (max-width:63.99875em){header .image3{left:45%}}header .image4{position:absolute;left:75%;height:113%;bottom:0;z-index:2}header h1{position:relative;display:block;font-size:17.5rem;text-transform:uppercase;line-height:.8;padding:0;margin:0}header.svg-title .header-title{text-align:right}@media only screen and (max-width:993px){header.svg-title .header-title{padding:0 5px;font-size:15vw}}header.svg-title .header-title svg{max-width:2000px;height:265px;width:100%}@media only screen and (max-width:993px){header.svg-title .header-title svg{max-height:265px;height:100%}}header #fondslogo{margin:0 auto;display:block;text-align:center;position:absolute;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%)}@media print,screen and (max-width:47.99875em){header #fondslogo{position:relative;top:20px;-webkit-transform:none;-ms-transform:none;transform:none;left:0}}header #fondslogo img{max-width:170px}@media print,screen and (max-width:47.99875em){header #fondslogo img{max-width:120px}}header #fondslogo h4{text-transform:uppercase;margin:15px 0 0}header .block-image{position:absolute;height:410px;top:0}header .green-block{background:#009e00;max-width:335px;position:absolute;right:0;bottom:0;padding:40px}header .green-block .button{margin:0;display:block}@media print,screen and (max-width:47.99875em){header .green-block{position:relative;max-width:100%;margin:40px 0 0}}.intro{padding:100px 0}@media print,screen and (max-width:47.99875em){.intro{padding:40px 0}}.aanvragen header{background:#009e00}.aanvragen header .image1{left:12%}.aanvragen header .image2{left:40%}.aanvragen header .image3{left:54%}.aanvragen header .image4{left:71%}.ouders header{background:#ff4f24}.ouders header .image1{left:19%}.ouders header .image2{left:37%}.ouders header .image3{left:51%}.ouders header .image4{left:70%}.partners header{background:#1453eb}.partners header .image1{left:10%}.partners header .image2{left:28%}.partners header .image3{left:63%}.partners header .image4{left:83%}.overons header{background:#009e00}.overons header .image1{left:13%}.overons header .image2{left:34%}.overons header .image3{left:60%}.overons header .image4{left:83%}.go-back{position:absolute;bottom:-54px;left:0}@media print,screen and (max-width:47.99875em){.go-back{position:relative;bottom:0}}@media print,screen and (max-width:47.99875em){.wp-caption.aligncenter{width:100%!important}}.fonds header img{width:100%}.fonds header .row{height:410px}.fonds header .row.header-full-height{height:auto;position:relative}@media print,screen and (min-width:48em){.fonds header .row.header-full-height{min-height:460px}}.fonds header .row.header-full-height .relative{padding-top:100px;padding-bottom:70px;padding-left:20px}@media print,screen and (max-width:47.99875em){.fonds header .row.header-full-height .relative{padding-top:20px;padding-bottom:20px}}.fonds header .row.header-full-height .block-image{height:100%;width:50vw}@media print,screen and (max-width:47.99875em){.fonds header .row.header-full-height .block-image{aspect-ratio:4/3;width:100%;margin-bottom:20px;position:relative;display:none}}@media print,screen and (max-width:24.99875em){.fonds header .row.header-full-height .block-image{aspect-ratio:1/1}}@media print,screen and (max-width:47.99875em){.fonds header{height:auto}.fonds header .row{height:auto}}.fonds nav{position:fixed;background:#fff}.fonds .search{padding:60px 0 0;position:relative;height:auto}@media print,screen and (max-width:63.99875em){.fonds .search{padding:40px 0 0}}@media print,screen and (max-width:47.99875em){.fonds .search{padding:20px 0 0}}.fonds #contactgegevens b{color:#000}body.fonds{padding-top:0}#menu-2{padding:30px 0}#menu-2 a{color:#fff;font-size:20px;padding:0 20px;position:relative;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}#menu-2 a:hover{color:#d9d9d9}#menu-2 a:after{content:"";border-right:2px solid #fff;position:absolute;right:0;top:0;height:100%}@media print,screen and (max-width:63.99875em){#menu-2 a:after{border-right:1px solid #fff;top:25%;height:50%}}#menu-2 a:last-child:after{content:none}@media print,screen and (max-width:63.99875em){#menu-2 a{padding:5px 10px;font-size:1rem}}@media print,screen and (max-width:63.99875em){#menu-2{padding:15px 0}}.sticky-menu-2 #menu-2{top:0;left:0;width:100%;z-index:999;position:fixed}.sticky-menu-2 #spelregels{margin-top:90px}@media print,screen and (max-width:47.99875em){.sticky-menu-2 #spelregels{margin-top:0}}#contactgegevens{overflow:hidden}#contactgegevens .lila-bg:after{content:"";width:100%;height:100%;background:#b18cec;top:0;left:100%;position:absolute}#contactgegevens .yellow-bg:after{content:"";width:100%;height:100%;background:#ffc900;top:0;left:100%;position:absolute}#contactgegevens .pink-bg:after{content:"";width:100%;height:100%;background:#ff80b0;top:0;left:100%;position:absolute}#contactgegevens .green-bg:after{content:"";width:100%;height:100%;background:#009e00;top:0;left:100%;position:absolute}#contactgegevens .blue-bg:after{content:"";width:100%;height:100%;background:#1453ec;top:0;left:100%;position:absolute}#contactgegevens .block.first{padding:60px 0 0 30px}@media print,screen and (max-width:63.99875em){#contactgegevens .block.first{padding:60px 50px}}@media print,screen and (max-width:47.99875em){#contactgegevens .block.first{padding:30px 30px 0}}#contactgegevens .block.first .picture{margin-bottom:30px}#contactgegevens .block.first .social-icons{margin-bottom:60px}@media print,screen and (max-width:47.99875em){#contactgegevens .block.first .social-icons{margin-bottom:0}}@media print,screen and (max-width:63.99875em){#spelregels select{width:100%}}#spelregels .padding30 img{max-width:150px}#samenwerkingen .bxslider2{text-align:center}#samenwerkingen .bxslider2 a{font-size:.875rem;color:#000}.frontpage header #sport{position:absolute;height:265px;width:50%}@media print,screen and (max-width:47.99875em){.frontpage header #sport{height:100px}}.frontpage header #cultuur{position:absolute;height:265px;right:0;width:50%}@media print,screen and (max-width:47.99875em){.frontpage header #cultuur{height:100px}}.accordion .accordion-header{position:relative;padding-left:40px;font-family:Druk;font-size:1.875rem;cursor:pointer}@media print,screen and (max-width:47.99875em){.accordion .accordion-header{font-size:25px}}.accordion .accordion-header::before{content:"";height:19px;position:absolute;left:10px;font-size:2rem;font-weight:400;width:3px;background:#000;top:10px}@media print,screen and (max-width:47.99875em){.accordion .accordion-header::before{top:7px}}.accordion .accordion-header::after{content:"";height:3px;position:absolute;left:2px;font-size:2rem;font-weight:400;width:19px;background:#000;top:18px}@media print,screen and (max-width:47.99875em){.accordion .accordion-header::after{top:15px}}.accordion .accordion-content{color:#000;opacity:1;padding-top:20px;line-height:1.5}.accordion.accordion-open .accordion-header::before{display:none}@-webkit-keyframes image1{25%{left:5%}50%{left:35%}}@keyframes image1{25%{left:5%}50%{left:35%}}@-webkit-keyframes image2{25%{left:15%}50%{left:60%}}@keyframes image2{25%{left:15%}50%{left:60%}}@-webkit-keyframes image3{25%{left:40%}50%{left:80%}}@keyframes image3{25%{left:40%}50%{left:80%}}@-webkit-keyframes image4{25%{left:60%}50%{left:85%}}@keyframes image4{25%{left:60%}50%{left:85%}}@-webkit-keyframes sport{0%{width:50%}25%{width:25%}50%{width:75%}100%{width:50%}}@keyframes sport{0%{width:50%}25%{width:25%}50%{width:75%}100%{width:50%}}@-webkit-keyframes cultuur{0%{width:50%}25%{width:75%}50%{width:25%}100%{width:50%}}@keyframes cultuur{0%{width:50%}25%{width:75%}50%{width:25%}100%{width:50%}}.breadcrumb{margin:20px 10px}.breadcrumb li,.breadcrumb>span{display:inline-block;color:#000;font-weight:700;font-size:.875rem;padding:0 20px 0 0;position:relative}.breadcrumb li a,.breadcrumb>span a{text-decoration:underline;color:#000;font-weight:700;font-size:.875rem}.breadcrumb li a:active,.breadcrumb li a:focus,.breadcrumb li a:hover,.breadcrumb>span a:active,.breadcrumb>span a:focus,.breadcrumb>span a:hover{text-decoration:none}.breadcrumb li:after,.breadcrumb>span:after{content:">";position:absolute;text-decoration:none;right:5px;bottom:2px}.breadcrumb li:last-child:after,.breadcrumb>span:last-child:after{content:""}.breadcrumb .separator{padding:0 10px}.content{padding:50px 0}.content .block-image{height:150px}blockquote{font-family:"Druk Wide";font-size:1.75rem;background:#b18cec;color:#000;line-height:1.1;padding:40px 10%;width:120%;display:inline-block;text-align:center;margin:50px 0 50px -10%}blockquote img{border-radius:100%;margin:0 auto}@media print,screen and (max-width:63.99875em){blockquote img{margin-bottom:1rem}}blockquote .quote,blockquote a:not(.button),blockquote p{color:#000;font-size:inherit;line-height:inherit}blockquote .quote:after,blockquote .quote:before,blockquote a:not(.button):after,blockquote a:not(.button):before,blockquote p:after,blockquote p:before{display:inline-block}blockquote .quote:before,blockquote a:not(.button):before,blockquote p:before{content:"“"}blockquote .quote:after,blockquote a:not(.button):after,blockquote p:after{content:"”"}blockquote a:active,blockquote a:focus,blockquote a:hover{text-decoration:underline}blockquote p:last-child{margin-bottom:0}blockquote .name,blockquote span{font-size:1rem}blockquote .name,blockquote .quote{margin-bottom:1rem}.quote-slider-wrapper{margin:3rem 0}@media print,screen and (max-width:47.99875em){.quote-slider-wrapper{margin:1rem 0}}.quote-slider-wrapper blockquote{margin:0;width:100%}.yellow-blocks{margin:60px 0}.yellow-blocks .block-content{padding:30px;background:#ffc900}.yellow-blocks .block-content h4{margin:0}@media print,screen and (max-width:81.24875em){.yellow-blocks .block-content h1{font-size:1.875rem}}.yellow-blocks .block-content p{font-size:1rem;font-family:Helvetica,Roboto,Arial,sans-serif}.yellow-blocks .block-image{height:300px}.yellow-blocks .row{-webkit-transform:translateY(-60px);-ms-transform:translateY(-60px);transform:translateY(-60px)}.search{padding:60px 80px;position:relative;height:auto}@media print,screen and (max-width:47.99875em){.search{padding:45px 30px 75px}}.search button{position:relative;bottom:0;right:0}@media print,screen and (max-width:47.99875em){.search button{position:absolute;width:100%;margin:0}}.search .input-container{display:inline-block;position:relative;padding-left:45px;margin:20px 20px 20px 0;cursor:pointer;font-size:22px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.search .input-container input{position:absolute;opacity:0;cursor:pointer}.search .checkmark{position:absolute;top:0;left:0;height:36px;width:36px;border:3px solid #000}.search .checkmark:after{content:"";position:absolute;display:none}.search .input-container input:checked~.checkmark:after{display:block}.search .input-container .checkmark:after{left:10px;top:3px;width:10px;height:18px;border:solid #000;border-width:0 4px 4px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}#results .result{display:block;text-align:center;height:400px;position:relative;padding:50px 0 100px;background:#ffc900}#results .result .button{position:absolute;bottom:0;right:0;font-size:1.125rem;margin:0}#results .result h4{color:#000;margin:0 0 30px}#results .result.red{background:#ff4f24}#results.result-block{padding-top:50px}#results.result-block .lila-bg{margin:0 50px;max-width:calc(100% - 100px)}@media print,screen and (max-width:47.99875em){#results.result-block .lila-bg{margin:0 30px;max-width:calc(100% - 60px)}}#results.result-block .search-bar.home-search .search button{min-width:200px}#results.result-block .result{text-align:left;background:#fff;padding:50px;margin-bottom:50px;height:auto;color:#000}@media print,screen and (max-width:47.99875em){#results.result-block .result{padding:30px 20px}}#results.result-block .result h4{margin-bottom:20px}#results.result-block .result .button{position:relative}@media print,screen and (min-width:48em){#results .large-4:nth-child(11) .result,#results .large-4:nth-child(12) .result,#results .large-4:nth-child(14) .result,#results .large-4:nth-child(17) .result,#results .large-4:nth-child(19) .result,#results .large-4:nth-child(3) .result,#results .large-4:nth-child(4) .result,#results .large-4:nth-child(6) .result,#results .large-4:nth-child(9) .result{background:#ff4f24}}@media print,screen and (max-width:63.99875em){#results .large-4:nth-child(12) .result,#results .large-4:nth-child(13) .result,#results .large-4:nth-child(16) .result,#results .large-4:nth-child(17) .result,#results .large-4:nth-child(4) .result,#results .large-4:nth-child(5) .result,#results .large-4:nth-child(8) .result,#results .large-4:nth-child(9) .result{background:#ff4f24}}@media print,screen and (max-width:47.99875em){#results .large-4:nth-child(odd) .result{background:#ff4f24}#results .large-4:nth-child(even) .result{background:#ffc900}}.faq{border-bottom:1px solid #fff;display:table;width:100%;padding:5px 0;text-decoration:none!important;color:#000;line-height:1.6}.faq:first-child{padding-top:0}.faq.active .faq-icon:before{display:none}.faq.active p{opacity:1;margin:0}.faq-left{display:table-cell;width:40px}.faq-right{display:table-cell}.faq-icon{display:block;position:relative;top:-35px;cursor:pointer}.faq-icon:before{content:"";height:19px;position:absolute;left:10px;font-size:2rem;font-weight:400;width:3px;background:#000;top:15px}.faq-icon:after{content:"";height:3px;position:absolute;left:2px;font-size:2rem;font-weight:400;width:19px;background:#000;top:23px}.faq-intro{padding-top:50px}.faq-intro .content{padding:0!important}.faq-question{display:block;margin:0;font-style:normal}.faq-question span{cursor:pointer;font-family:Druk;font-size:1.875rem;margin-bottom:10px;display:block}@media print,screen and (max-width:47.99875em){.faq-question{font-size:1.5rem}}.faq-extended{display:none;margin-top:0;margin-bottom:1rem;color:#000;font-weight:400}.faq-extended p{opacity:0;margin:0;transition:.3s opacity ease-out .2s;-webkit-transition:.3s opacity ease-out .2s;text-decoration:none!important}.footer-top{padding:30px 0;text-transform:uppercase}.footer-top a{color:#000;font-weight:700}@media print,screen and (max-width:47.99875em){.footer-top .columns:first-child(){margin:0 0 20px}}.footer-bottom{padding:60px 0;text-transform:uppercase}@media print,screen and (max-width:47.99875em){.footer-bottom{padding:30px 0}}.footer-bottom #nieuwsbrief input[type=email]{display:block;float:left;width:70%;margin-bottom:0;height:54px}@media print,screen and (max-width:47.99875em){.footer-bottom #nieuwsbrief input[type=email]{width:100%}}.footer-bottom #nieuwsbrief input[type=submit]{display:block;float:left;width:30%;padding:13px 0 14px;margin-bottom:0;text-transform:capitalize}@media print,screen and (max-width:47.99875em){.footer-bottom #nieuwsbrief input[type=submit]{width:100%}}.footer-bottom .social-icon{margin:0 10px 0 0;display:inline-block}@media print,screen and (max-width:63.99875em){.footer-bottom .social-icon{margin:0 10px 25px 0}}.footer-bottom .footer-logo{text-align:center;display:inline-block;margin:0 10px 10px;width:100px;padding:10px}@media print,screen and (max-width:81.24875em){.footer-bottom .footer-logo{width:75px}}@media print,screen and (max-width:63.99875em){.footer-bottom .footer-logo{margin:10px 10px 10px 0}}.social-icon{margin:0 10px 0 0;display:inline-block}@media print,screen and (max-width:47.99875em){.social-icon{margin:0 10px 30px 0}}.footer-copyright{background-color:#1e1e1e;color:#aaa;padding:20px 0;font-size:80%;text-transform:uppercase}.footer-copyright a{color:#fff}.alert{padding:10px 20px;background:#fff;margin-bottom:20px;display:block;text-transform:none}.alert.info{color:#fff;background-color:#1453ec}.alert.success{color:#fff;background:#009e00}.alert.warning{color:#483b09;background-color:#ffca00}.alert.error{color:#fff;background-color:#ff4f24}.content img.featured-image{float:right;max-width:50%;margin-left:30px;margin-bottom:30px;margin-right:-100px}@media print,screen and (max-width:63.99875em){.content img.featured-image{max-width:75%}}@media print,screen and (max-width:47.99875em){.content img.featured-image{float:left;width:100%;margin-left:0;margin-right:0;max-width:100%}}.anchor{display:block;position:relative;-webkit-transform:translateY(-170px);-ms-transform:translateY(-170px);transform:translateY(-170px)}.logo-link{display:block;vertical-align:middle}.logo-link .logo-image{margin-bottom:20px;background-position:center center;background-repeat:no-repeat;background-size:contain;height:200px}@media print,screen and (max-width:47.99875em){.logo-link h3{font-size:1.375rem}}.social-buttons{margin:30px 0;overflow:hidden;display:block;width:100%}.social-buttons ul{margin:0;overflow:hidden;list-style:none}.social-buttons ul li{float:left;margin-right:10px}.social-buttons ul li a{width:35px;height:35px;display:block}.social-buttons ul li:last-child{margin:0}iframe{width:100%}.standout-block{padding:20px;display:inline-block;margin:20px 0;width:100%;font-size:18px;background:#ff80b0}.filter{margin-left:0;margin-bottom:30px}.filter li{float:left;list-style:none}.filter .input-container{display:inline-block;position:relative;padding-left:45px;margin:10px 20px 10px 0;cursor:pointer;font-size:18px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.filter .input-container input{position:absolute;opacity:0;cursor:pointer}.filter .checkmark{position:absolute;top:0;left:0;height:30px;width:30px;border:3px solid #000}.filter .checkmark:after{content:"";position:absolute;display:none}.filter .active .input-container .checkmark:after,.filter .input-container input:checked~.checkmark:after{display:block}.filter .input-container .checkmark:after{left:7px;top:1px;width:10px;height:18px;border:solid #000;border-width:0 4px 4px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.reveal{outline:0;border:none}.reveal .close-button{background:0 0;padding:10px;height:auto}.reveal .content{padding:100px 0}@media print,screen and (max-width:47.99875em){.reveal .content{padding:10px 0}}@media print,screen and (max-width:81.24875em){.reveal{width:100%!important}}.pagination{padding:50px 0}.pagination .current{height:50px;width:50px;line-height:50px;background:#1453ec;padding:0;color:#fff;cursor:default;display:inline-block}.pagination a,.pagination button{display:block;border-radius:0;color:#000;height:50px;min-width:50px;line-height:50px;padding:0 10px}.row.gallery{margin:0}.row.gallery .column,.row.gallery .columns{padding:0}.content .image{margin-bottom:30px}.support{position:relative;margin-bottom:200px}.support .column,.support .columns{position:relative;padding:50px;margin-bottom:30px}.support .column .more-info,.support .columns .more-info{display:none;width:100%;height:auto}.support .column .more-info .button,.support .columns .more-info .button{margin:0}.support .column .more-info.active,.support .columns .more-info.active{display:block}.support .column .button.plus,.support .columns .button.plus{position:absolute;top:auto;bottom:0;right:0;height:54px;width:54px;line-height:54px;font-size:30px;padding:0;margin:0}#searchcontainer{padding:15px}#postcode{margin:10px auto}#gemeentenaam{margin:10px auto}#cookieconsent{border-top:1px solid #666;padding:25px;position:fixed;top:0;z-index:9999;background:#fff;width:100%;-webkit-box-shadow:0 0 20px 10px rgba(0,0,0,.25);box-shadow:0 0 20px 10px rgba(0,0,0,.25)}#cookieconsent .cookieconsent_manual{margin-bottom:1rem;display:block}#cookieconsent input[type=checkbox]{margin:1rem .5rem .5rem 0}#cookieconsent button{height:50px;cursor:pointer}#cookieconsent button svg{fill:#fff;margin-right:10px}input.error{border-color:#ff4f24;border-width:5px}.button-aannmelden{margin-right:15px;width:auto}@media print,screen and (max-width:47.99875em){.button-aannmelden{margin-right:0;width:100%}}#map{height:1000px}.maps-container{position:relative}.overlay-buttons{position:absolute;z-index:1;left:190px;top:10px;overflow:hidden;background:#fff;border-radius:2px;-webkit-box-shadow:rgba(0,0,0,.3) 0 1px 4px -1px;box-shadow:rgba(0,0,0,.3) 0 1px 4px -1px}@media only screen and (max-width:499px){.overlay-buttons{top:60px;left:10px}}.overlay-buttons label{float:left;font-size:18px;padding:4px 17px}.overlay-buttons label input{margin-bottom:5px;margin-right:15px;vertical-align:middle}.overlay-buttons label:focus,.overlay-buttons label:hover{cursor:pointer}.overlay-buttons label.sport{color:#fff;background:#1453ec}.overlay-buttons label.sport:hover{background:#0e48df}.overlay-buttons label.cultuur{color:#fff;background:#ff80b0}.overlay-buttons label.cultuur:hover{background:#eb76a2}.accordion{margin-bottom:2rem}.accordion-title{margin:0;padding:1rem 0 0 2.5rem;cursor:pointer;outline:0;font-family:Druk;font-size:1.875rem;position:relative}@media print,screen and (max-width:47.99875em){.accordion-title{font-size:1.5rem}}.accordion-title:before{content:"";height:19px;position:absolute;left:10px;font-size:2rem;font-weight:400;width:3px;background:#000;top:29px}@media print,screen and (max-width:47.99875em){.accordion-title:before{top:25px}}.accordion-title:after{content:"";height:3px;position:absolute;left:2px;font-size:2rem;font-weight:400;width:19px;background:#000;top:37px}@media print,screen and (max-width:47.99875em){.accordion-title:after{top:33px}}.accordion-title.open:before{display:none}.accordion-title.open{cursor:default}.accordion-content{opacity:0;padding-left:2.5rem;-webkit-transition:.3s opacity ease-out .2s;transition:.3s opacity ease-out .2s}.accordion-content[aria-hidden=false]{opacity:1}.masonry{margin-left:-20px;margin-right:-20px}#mm-menu{font-family:"Druk Wide";background:#1453ec}#mm-menu .mm-navbar,#mm-menu .mm-panel,#mm-menu .mm-panels{background:inherit}#mm-menu .mm-navbar span{width:100%;color:#fff;padding:10px 20px;text-align:center}#mm-menu .mm-listview{line-height:30px}#mm-menu .mm-navbars_bottom a{-webkit-box-flex:1;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;text-align:center}#mm-menu a{color:#fff!important}.autocomplete-suggestions{margin-top:-124px}.sticky-nav .autocomplete-suggestions{margin-top:-85px}@media print,screen and (max-width:47.99875em){.autocomplete-suggestions{margin-top:-85px}}.cruyff-courts #wistjedat p{background-color:#e6e6e6}.cruyff-courts .title-block.with-margin{padding-top:50px}.cruyff-courts .maps-wrapper{height:100%;min-height:800px;margin-top:-120px}@media print,screen and (max-width:47.99875em){.cruyff-courts .maps-wrapper{min-height:400px}}.cruyff-courts .maps-wrapper .tab-buttons{width:100%;display:block;overflow:hidden;background-color:#ff80b0}.cruyff-courts .maps-wrapper .tab-buttons ul{margin:0;padding:0;list-style:none}.cruyff-courts .maps-wrapper .tab-buttons ul li{width:50%;float:left}.cruyff-courts .maps-wrapper .tab-buttons ul li a{color:#000;padding:15px;display:block;text-align:center;font-family:"Druk Wide",Arial,sans-serif}.cruyff-courts .maps-wrapper .tab-buttons ul li a.active,.cruyff-courts .maps-wrapper .tab-buttons ul li a:hover{background-color:#fff}.cruyff-courts .maps-wrapper .map-links{height:100%;padding:30px;overflow:hidden;background-color:#fff;font-family:"Druk Wide",Arial,sans-serif}.cruyff-courts .maps-wrapper .map-links ul{margin:0;padding:0;height:0;opacity:0;float:left;list-style:none;visibility:hidden;-webkit-transition:opacity .3s ease .3s;transition:opacity .3s ease .3s}.cruyff-courts .maps-wrapper .map-links ul.active{opacity:1;height:100%;visibility:visible;-webkit-transition-delay:.3s;transition-delay:.3s}.cruyff-courts .maps-wrapper .map-links ul li a{color:#000;display:block;padding:5px 10px;font-size:1.5rem}.cruyff-courts .maps-wrapper .map-links ul li a:focus,.cruyff-courts .maps-wrapper .map-links ul li a:hover{color:#1453ec}.cruyff-courts .maps-wrapper #googlemaps{position:absolute;left:-25px;top:0;width:100%;height:100%;min-height:800px;background:#000}@media print,screen and (max-width:47.99875em){.cruyff-courts .maps-wrapper #googlemaps{left:0;position:relative;min-height:400px}}.cruyff-courts .media .masonry{margin-left:-15px;margin-right:-15px}.cruyff-courts .media .media-item{width:100%;padding:0 15px;margin-bottom:30px}.cruyff-courts .media .media-item:focus .title,.cruyff-courts .media .media-item:hover .title{background-color:#1453ec;color:#fff}.cruyff-courts .media .media-item:focus .title:after,.cruyff-courts .media .media-item:hover .title:after{background-image:url(../img/icon_external_white.svg)}.cruyff-courts .media .media-item a{color:#000}.cruyff-courts .media .media-item .image{width:100%;height:360px;background-size:cover;background-repeat:no-repeat;background-position:center center}.cruyff-courts .media .media-item .title{position:relative;padding:15px 60px 15px 30px;-webkit-transition:all .3s ease 0s;transition:all .3s ease 0s}.cruyff-courts .media .media-item .title h4{margin-bottom:0;font-size:1.125rem}.cruyff-courts .media .media-item .title:after{content:"";position:absolute;right:15px;width:24px;height:24px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);background-image:url(../img/icon_external.svg);background-size:24px;background-repeat:no-repeat;background-position:center center}.cruyff-courts .media .media-item .description{padding:1.5rem;background-color:#e6e6e6;font-size:1rem;font-family:Helvetica,Roboto,Arial,sans-serif;line-height:1.5}.cruyff-courts .photos-and-videos{padding-left:12px;padding-right:12px}.cruyff-courts .photos-and-videos .column,.cruyff-courts .photos-and-videos .columns{position:relative;padding-left:15px;padding-right:15px;margin-bottom:30px}.cruyff-courts .photos-and-videos .column img,.cruyff-courts .photos-and-videos .columns img{width:100%}.cruyff-courts .photos-and-videos .play-video:before{content:"";position:absolute;height:100px;width:100px;background-color:#1453ec;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:background-color .3s ease;transition:background-color .3s ease}.cruyff-courts .photos-and-videos .play-video:focus:before,.cruyff-courts .photos-and-videos .play-video:hover:before{background-color:rgb(15.3346456693,66.1811023622,189.6653543307)}.cruyff-courts .photos-and-videos .play-video:after{content:"";width:0;height:0;border-style:solid;border-width:25px 0 25px 25px;border-color:transparent transparent transparent #fff;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.cruyff-courts .photos-and-videos .video-thumbnail{height:100%;width:100%;background-size:cover;background-position:center center}@media print,screen and (max-width:63.99875em){.fonds-stedelijk-cultuur #spelregels,.fonds-stedelijk-samen #spelregels,.fonds-stedelijk-sport #spelregels{text-align:center}}#voor-wie.fondsen{height:auto;margin:0;padding:100px 0;background-color:#fff}@media print,screen and (max-width:47.99875em){#voor-wie.fondsen{padding:30px 0 30px}}#voor-wie.fondsen .item-content>.row,#voor-wie.fondsen>.row{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}#voor-wie.fondsen .yellow-blocks>.row{margin-top:150px}@media print,screen and (max-width:47.99875em){#voor-wie.fondsen .yellow-blocks>.row{margin-top:-75px}}@media print,screen and (max-width:47.99875em){#voor-wie.fondsen .yellow-blocks{margin:60px -15px;padding:15px}}#voor-wie.fondsen .item-heading{font-size:24px;background:#000;position:relative;color:#ff80b0;height:50px;font-weight:700;padding:10px 20px;margin-bottom:20px;-webkit-transition:all .3s cubic-bezier(.79,.16,.24,.87) 0s;transition:all .3s cubic-bezier(.79,.16,.24,.87) 0s}#voor-wie.fondsen .item-heading.active .icon{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}#voor-wie.fondsen .item-heading:focus,#voor-wie.fondsen .item-heading:hover{cursor:pointer;-webkit-transform:translateY(-5px);-ms-transform:translateY(-5px);transform:translateY(-5px)}#voor-wie.fondsen .item-heading .icon{position:absolute;top:0;right:10px;width:50px;height:50px;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transition:all .3s cubic-bezier(.79,.16,.24,.87) 0s;transition:all .3s cubic-bezier(.79,.16,.24,.87) 0s}#voor-wie.fondsen .item-heading .icon:before{content:"";position:absolute;top:11px;left:25px;width:5px;height:18px;background:#fff;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}#voor-wie.fondsen .item-heading .icon:after{content:"";position:absolute;top:21px;left:25px;width:5px;height:18px;background:#fff;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}#voor-wie.fondsen .item-content{display:none}.border-box{padding-bottom:20px;border-bottom:1px solid #cacaca;margin-bottom:20px}.border-box p:last-child{margin-bottom:0}.flexible-content-block{margin-bottom:50px}.flexible-content-block.alignfull{width:100vw;margin-left:calc(50% - 50vw)}.flexible-content-block.alignwide{width:150%;margin-left:-25%}@media print,screen and (max-width:47.99875em){.flexible-content-block.alignwide{width:100%;margin-left:0}}.flexible-content-block.media-and-text-block{overflow:hidden}.flexible-content-block.media-and-text-block.with-media-on-right .description{float:right}.flexible-content-block.media-and-text-block .description{padding:50px;max-width:670px;float:left;color:#fff}@media print,screen and (max-width:47.99875em){.flexible-content-block.media-and-text-block .description{padding:30px}}.flexible-content-block.media-and-text-block .description .button:last-of-type,.flexible-content-block.media-and-text-block .description p:last-of-type{margin-bottom:0}.flexible-content-block.media-and-text-block .image{height:100%;width:100%;min-height:480px;background-size:cover;background-position:center center;background-repeat:no-repeat}@media print,screen and (max-width:47.99875em){.flexible-content-block.media-and-text-block .image{min-height:360px}}.flexible-content-block.posts-block #what{margin-top:0}.flexible-content-block.posts-block #what .what-block-content:before{content:none}.aligncenter,.alignleft,.alignright{display:block;padding:0}.aligncenter{float:none;margin:.5em auto 1em}.alignright{float:right;margin:.5em 0 1em 1em}.alignleft{float:left;margin:.5em 1em 1em 0}.wp-caption{padding:5px 0;border:1px solid #1453ec;background:#1453ec;text-align:center}.wp-caption img{display:inline}.wp-caption p.wp-caption-text{margin:5px 0 0;padding:0 5px;text-align:center;font-size:.875rem;font-style:italic;color:#fff}body div.gform_wrapper{padding:30px;margin:30px 0;background-color:#ff4f24}body div.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){width:100%;padding:10px 15px}body div.gform_wrapper select,body div.gform_wrapper textarea{width:100%!important;padding:10px 15px}body div.gform_wrapper select{padding:10px 35px 10px 15px!important}body div.gform_wrapper ul.gform_fields{padding:0;margin:0;list-style:none}body div.gform_wrapper ul.gform_fields li.gfield{padding:0}body div.gform_wrapper .gfield_checkbox input[type=checkbox],body div.gform_wrapper .gfield_radio input[type=radio]{margin-right:5px;vertical-align:top}body div.gform_wrapper .gsection .gfield_label,body div.gform_wrapper label.gfield_label,body div.gform_wrapper legend.gfield_label{color:#fff}body div.gform_wrapper .ginput_complex label{font-weight:700;font-size:16px!important;color:#fff}body div.gform_wrapper h3.gform_title{text-align:center;font-size:2rem}body div.gform_wrapper .gfield_required{color:#fff;margin-left:5px}body div.gform_wrapper .validation_error{color:#cc4b37;border-top:none;border-bottom:none;padding:10px 15px;background:rgb(245.4501992032,221.2948207171,217.5498007968)}body div.gform_wrapper .validation_message{color:#cc4b37}body div.gform_wrapper .gfield_error .gfield_label,body div.gform_wrapper .gfield_error .gfield_required{color:#cc4b37}body div.gform_wrapper .gfield_error .gfield_consent_label{color:#000}body div.gform_wrapper .gfield.gfield_error,body div.gform_wrapper .gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning{background-color:transparent;border-top:none;border-bottom:none;max-width:100%;width:100%;margin-bottom:5px!important;padding-bottom:5px;padding-top:10px}body div.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half){width:100%!important;max-width:100%!important;padding:15px;background:rgb(245.4501992032,221.2948207171,217.5498007968)}body div.gform_wrapper .gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),body div.gform_wrapper .gfield_error textarea{border:1px solid #cc4b37}body div.gform_wrapper .gform_footer{padding:0}body div.gform_wrapper .top_label div.ginput_container.ginput_container_consent{margin-top:0}body div.gform_wrapper li.hidden_label input{margin-top:0;margin-bottom:0}body div.gform_wrapper input[type=checkbox]+label,body div.gform_wrapper input[type=radio]+label{margin:0 0 0 5px;color:#fff;display:inline}body div.gform_confirmation_message{background:#ddefc8;color:#339237;padding:15px;font-weight:700}.home-slider .slide-detail{min-height:540px;position:relative}@media print,screen and (max-width:47.99875em){.home-slider .slide-detail{min-height:320px}}.home-slider .slide-detail .slider-img{position:absolute;left:0;top:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.home-slider .slide-detail .home-caption{position:absolute;width:100%;left:0;right:0;bottom:20px}@media print,screen and (max-width:47.99875em){.home-slider .slide-detail .home-caption{bottom:0}}.home-slider .slide-detail .home-caption h3{text-transform:uppercase;font-size:5.5rem;color:#fff;display:inline-block;background:#1453ec;position:relative;padding-right:40px;overflow:hidden}@media print,screen and (max-width:81.24875em){.home-slider .slide-detail .home-caption h3{font-size:4.25rem}}@media print,screen and (max-width:63.99875em){.home-slider .slide-detail .home-caption h3{font-size:3.25rem}}@media print,screen and (max-width:47.99875em){.home-slider .slide-detail .home-caption h3{font-size:2rem;padding:10px;padding-right:40px}}.home-slider .slide-detail .home-caption h3 span{background:#000;padding:0 10px}@media print,screen and (max-width:47.99875em){.home-slider .slide-detail .home-caption h3 span{background:0 0;padding:0}}.home-slider .slide-detail .home-caption h3::after{background:url(../img/arrow-right.png);width:17px;height:27px;content:"";position:absolute;right:10px;top:calc(50% - 15px)}.frontpage .search-bar.home-search .row{max-width:84.5rem}.mijn-fonds .search-bar.home-search .row{max-width:84.5rem;margin:0 auto 0 1.5625rem}.search-bar.home-search{margin:20px 0 70px}@media print,screen and (max-width:47.99875em){.search-bar.home-search{margin:10px 0 20px}}.search-bar.home-search .no-padding{padding:0}.search-bar.home-search #search_fund,.search-bar.home-search .rh-postcode{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.search-bar.home-search #search_fund .separator,.search-bar.home-search .rh-postcode .separator{width:auto;padding:20px}@media print,screen and (max-width:47.99875em){.search-bar.home-search #search_fund .separator,.search-bar.home-search .rh-postcode .separator{padding:15px 0 0}}.search-bar.home-search #search_fund .separator::after,.search-bar.home-search #search_fund .separator::before,.search-bar.home-search .rh-postcode .separator::after,.search-bar.home-search .rh-postcode .separator::before{display:none}.search-bar.home-search .search{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:30px 50px}@media print,screen and (max-width:81.24875em){.search-bar.home-search .search{padding:20px}}@media print,screen and (max-width:63.99875em){.search-bar.home-search .search{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}.search-bar.home-search .search #search_fund,.search-bar.home-search .search .rh-postcode,.search-bar.home-search .search .wide{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex}.search-bar.home-search .search input::-webkit-input-placeholder{color:#000;opacity:.6}.search-bar.home-search .search input::-moz-placeholder{color:#000;opacity:.6}@media print,screen and (max-width:63.99875em){.search-bar.home-search .search #search_fund input,.search-bar.home-search .search .rh-postcode input{width:100%;margin-top:20px}}.search-bar.home-search .search #search_fund .loader-container,.search-bar.home-search .search .rh-postcode .loader-container{margin-right:1rem}@media print,screen and (max-width:81.24875em){.search-bar.home-search .search #search_fund .loader-container,.search-bar.home-search .search .rh-postcode .loader-container{width:40%}}@media print,screen and (max-width:63.99875em){.search-bar.home-search .search #search_fund .loader-container,.search-bar.home-search .search .rh-postcode .loader-container{width:100%;margin-right:0}}.search-bar.home-search .search #search_fund .loader-container input,.search-bar.home-search .search .rh-postcode .loader-container input{width:100%}@media print,screen and (max-width:63.99875em){.search-bar.home-search .search #search_fund,.search-bar.home-search .search .rh-postcode{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:100%}}.search-bar.home-search .search button{height:60px;margin-left:0;line-height:1.1}@media print,screen and (max-width:63.99875em){.search-bar.home-search .search button{margin-left:0;margin-top:20px;width:100%}}.search-bar.home-search .search .wide{font-size:1.125rem;margin-right:30px;margin-bottom:0}@media print,screen and (max-width:81.24875em){.search-bar.home-search .search .wide{font-size:1rem;width:25%}}@media print,screen and (max-width:63.99875em){.search-bar.home-search .search .wide{width:100%;margin-right:0}}.search-bar.home-search .search input{font-size:1.125rem;margin-bottom:0;margin-right:1rem}@media print,screen and (max-width:63.99875em){.search-bar.home-search .search input{margin:0}}@media print,screen and (max-width:63.99875em){.search-bar.home-search .search button{position:relative}}.hoe-werkt-het{margin:20px;background:#fff}.hoe-werkt-het .text{padding:20px 60px}#giftcard-info .row{padding:40px 20px}@media print,screen and (max-width:47.99875em){#giftcard-info .row{padding:30px 10px}}@media print,screen and (max-width:63.99875em){#giftcard-info .row iframe{height:230px!important;width:100%!important}}#giftcard-info .row img{margin:20px 30px;width:calc(100% - 60px)}@media print,screen and (max-width:63.99875em){#giftcard-info .row img{margin:0;width:100%}}#giftcard-info input[type=email],#giftcard-info input[type=search],#giftcard-info input[type=text]{font-size:16px;height:50px;max-width:400px}.green-home{padding:0 50px;max-width:84.5rem}@media print,screen and (max-width:47.99875em){.green-home{padding:0 20px}}.green-home .button{margin-right:20px}@media print,screen and (max-width:24.99875em){.green-home .button{width:100%}}.green-home .floating-img{position:relative}.green-home .floating-img img{position:absolute;top:-50px;right:30px}@media print,screen and (max-width:81.24875em){.green-home .floating-img img{right:0}}.green-home .block{padding-right:10px}.partners-page .content-blocks{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;margin-bottom:30px}@media print,screen and (max-width:47.99875em){.partners-page .content-blocks{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}}.partners-page .content-blocks .column,.partners-page .content-blocks .columns{margin-bottom:35px}.partners-page .content-blocks .partner-block{margin-top:0;margin-top:20px;-webkit-column-break-inside:avoid;-moz-column-break-inside:avoid;break-inside:avoid;position:relative;width:calc(33% - 20px);margin:10px}@media print,screen and (max-width:47.99875em){.partners-page .content-blocks .partner-block{width:100%}}.partners-page .content-blocks .partner-block .content{display:none}.partners-page .content-blocks .partner-block .content.active{display:block}@media print,screen and (max-width:47.99875em){.partners-page .content-blocks .partner-block{margin-top:15px}}.partners-page .content-blocks .partner-block a{position:relative;display:block}.partners-page .content-blocks .partner-block .partner-image{width:100%;height:280px;background-position:center top 35%!important;background-repeat:no-repeat!important;border:1px solid #a7a7a7;position:relative;background-size:47%!important}@media print,screen and (max-width:81.24875em){.partners-page .content-blocks .partner-block .partner-image{height:240px}}@media print,screen and (max-width:47.99875em){.partners-page .content-blocks .partner-block .partner-image{height:290px}}@media print,screen and (max-width:24.99875em){.partners-page .content-blocks .partner-block .partner-image{height:220px}}.partners-page .content-blocks .partner-block .content{padding:20px 25px;min-height:280px}.partners-page .content-blocks .partner-block.with-content{height:100%;margin-bottom:0;position:relative}.partners-page .content-blocks.yellow-blocks .partner-block{background:#ffc900}header.home-header-split{min-height:500px;margin-bottom:30px}@media print,screen and (max-width:47.99875em){header.home-header-split{min-height:auto}}header.home-header-split .relative{padding:100px 0}@media print,screen and (max-width:47.99875em){header.home-header-split .relative{padding:0}}header.home-header-split .split-container{padding:0 50px;max-width:740px}@media print,screen and (max-width:47.99875em){header.home-header-split .split-container{padding:20px}}header.home-header-split .split-container .button{position:relative;padding-right:40px}header.home-header-split .split-container .button::after{content:"";background:url(../img/arrow-right-white.svg);position:absolute;right:15px;top:16px;width:14px;height:22px}header.home-header-split .split-center{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}header.home-header-split .header-full-height{height:100%;min-height:500px}header.home-header-split .block-image{height:100%;-o-object-fit:cover;object-fit:cover}@media print,screen and (max-width:47.99875em){header.home-header-split .block-image{position:relative}}header.home-header-split h1.text-transform-none{text-transform:none}.contentblock-dropdown{margin-bottom:50px;position:relative}@media print,screen and (max-width:47.99875em){.contentblock-dropdown{margin-bottom:30px}}.contentblock-dropdown:last-child{margin-bottom:0}.contentblock-dropdown .row{background:#e6e6e6;overflow:hidden;position:relative}.contentblock-dropdown .row .large-2{padding:0}.contentblock-dropdown .contentblock-image-wrapper{position:absolute;top:0;left:-1%;height:100%;width:13.5%;-webkit-transition:.3s all ease;transition:.3s all ease;-webkit-transform:skewX(-3deg) translateX(-15px);-ms-transform:skewX(-3deg) translateX(-15px);transform:skewX(-3deg) translateX(-15px);overflow:hidden;border-right:10px solid #fff}@media print,screen and (max-width:47.99875em){.contentblock-dropdown .contentblock-image-wrapper{-webkit-transform:none;-ms-transform:none;transform:none;border:0;width:0}}.contentblock-dropdown .contentblock-image-wrapper .contentblock-image{position:absolute;top:0;left:-10px;right:-40px;bottom:0;background-size:cover;background-position:center;-webkit-transform:skewX(5deg);-ms-transform:skewX(5deg);transform:skewX(5deg)}@media print,screen and (max-width:47.99875em){.contentblock-dropdown .contentblock-image-wrapper .contentblock-image{-webkit-transform:none;-ms-transform:none;transform:none}}.contentblock-dropdown.readmore-active .calltoaction{margin-top:55px}@media print,screen and (max-width:47.99875em){.contentblock-dropdown.readmore-active .calltoaction{margin-top:0}}.contentblock-dropdown.readmore-active .contentblock-image-wrapper{-webkit-transform:skewX(0) translateX(-10px);-ms-transform:skewX(0) translateX(-10px);transform:skewX(0) translateX(-10px)}.contentblock-dropdown.readmore-active .contentblock-image-wrapper .contentblock-image{-webkit-transform:skewX(0);-ms-transform:skewX(0);transform:skewX(0)}.contentblock-dropdown .contentblock-content{padding:35px 0;-webkit-transition:.3s all ease;transition:.3s all ease}@media print,screen and (max-width:47.99875em){.contentblock-dropdown .contentblock-content{padding:25px 15px}}@media print,screen and (min-width:48em){.contentblock-dropdown .contentblock-content{padding-left:25px}}.contentblock-dropdown .contentblock-content.readmore-active .readmore:after{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg);top:5px;right:-25px}.contentblock-dropdown .contentblock-content.readmore-active .hidden-content{display:block}.contentblock-dropdown .contentblock-content h3{font-family:"Druk Wide";margin-bottom:5px}.contentblock-dropdown .contentblock-content .readmore{position:relative}.contentblock-dropdown .contentblock-content .readmore:after{content:"";position:absolute;background:url(../img/icon-arrowdown-blue.svg) no-repeat;width:23px;height:9px;right:-30px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.contentblock-dropdown .contentblock-content .hidden-content{display:none}.contentblock-dropdown .calltoaction{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-transition:.7s all ease;transition:.7s all ease}@media print,screen and (max-width:47.99875em){.contentblock-dropdown .calltoaction{-webkit-box-pack:left;-webkit-justify-content:left;-ms-flex-pack:left;justify-content:left}}@media print,screen and (max-width:47.99875em){.contentblock-dropdown .calltoaction{padding:0 15px 10px}}.copy-block{margin-top:50px;margin-bottom:50px}@media print,screen and (max-width:47.99875em){.copy-block{margin-top:30px;margin-bottom:30px}}.copy-block .yellow-block{background:#ffc900;margin:0 auto;padding:50px;max-width:680px}@media print,screen and (max-width:47.99875em){.copy-block .yellow-block{padding:40px}}.copy-block .yellow-block .yellow-content{background:#fff;padding:30px;position:relative;padding-top:60px}.copy-block .yellow-block .yellow-content a{color:#1453e8}.copy-block .yellow-block .yellow-content .copy-text{position:absolute;left:0;right:0;margin:0 auto;background:#000;padding:5px;font-size:1.125rem;color:#fff;max-width:288px;top:0;text-align:center;cursor:pointer}@media print,screen and (max-width:47.99875em){.copy-block .yellow-block .yellow-content .copy-text{font-size:1rem}}.copy-block .yellow-block .yellow-content .copy-text::after{content:"";background:url(../img/icon-copy.svg);width:15px;height:18px;background-size:cover;display:inline-block;margin-left:10px;max-width:250px;position:relative;top:3px}.column-block{text-align:left;max-width:800px!important;margin:0 auto!important;margin-top:40px!important;margin-bottom:70px!important}.column-block p{max-width:none}.column-block .extra-padding{padding-left:50px}@media print,screen and (max-width:47.99875em){.column-block .extra-padding{padding-left:0;margin-top:30px}}.column-block .iphone-mockup{position:absolute}.column-block iframe{border-radius:30px;position:relative;margin-left:7px;margin-top:5px;width:revert-layer}.frontpage .search-bar.home-search .search{padding:30px 0}@media print,screen and (max-width:63.99875em){.frontpage .search-bar.home-search .search{padding:20px}}.light-gray-bg{background:#e6e6e6;padding-top:50px;padding-bottom:50px}@media print,screen and (max-width:47.99875em){.light-gray-bg{padding-bottom:20px}}#wrapper{overflow:initial!important}.webwinkels-list,.winkels-list{display:none}.webwinkels-list.active-tab-content,.winkels-list.active-tab-content{display:block}.webwinkels-list{margin-top:63px}.webwinkels-list ul{list-style:none}.webwinkels-list ul li{display:-webkit-box!important;display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;gap:10em;background:#fff;border-radius:0;margin-bottom:20px;padding:30px}.webwinkel-wrapper h3{margin-bottom:10px}.webwinkel-wrapper a img{max-width:15px;margin-right:5px}.filters-buttons{display:none}.tabs-switcher{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.tabs-switcher .tab-item{opacity:.4}.tabs-switcher .tab-item.active-tab{opacity:1}.tabs-switcher a{background-color:#fff;display:block;padding:20px;color:#000;font-size:18px;height:100%;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}@media print,screen and (max-width:63.99875em){.tabs-switcher a{font-size:16px}}section{scroll-margin:85px}.verwijskaart{position:relative;margin:50px 0}@media print,screen and (max-width:47.99875em){.verwijskaart{margin:0}}.verwijskaart label{font-size:16px}.verwijskaart input[type=email],.verwijskaart input[type=search],.verwijskaart input[type=text]{font-size:16px;height:50px}.verwijskaart .filters{position:-webkit-sticky;position:sticky;top:100px;z-index:10;margin-bottom:20px;padding:30px}@media print,screen and (max-width:47.99875em){.verwijskaart .filters{padding:10px}}@media print,screen and (min-width:48em){.verwijskaart .filters [x-show="showFilters === true"]{display:block!important}}@media print,screen and (max-width:47.99875em){.verwijskaart .filters{position:relative;top:auto}}.verwijskaart .filters .filter{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:10px}.verwijskaart .filters .filter.active{color:#1779ba}.verwijskaart .filters .filter img{width:20px;height:20px}@media print,screen and (min-width:48em){.verwijskaart .filters .filters-buttons{display:none}}.verwijskaart .filters .filters-buttons button{border-radius:0;padding:1em}.verwijskaart .filters .filters-buttons button img{width:15px;height:15px}.verwijskaart .filters-head{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.verwijskaart .filters-head h2{margin-bottom:10px}.verwijskaart .row .column:nth-child(2),.verwijskaart .row .columns:nth-child(2){position:relative;z-index:2}.verwijskaart .ordening{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;margin-bottom:15px;margin-top:25px}@media print,screen and (max-width:47.99875em){.verwijskaart .ordening{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}.verwijskaart .list-map,.verwijskaart .wachttijd-afstand{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:1px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.verwijskaart .view-toggle{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:1px}@media print,screen and (max-width:24.99875em){.verwijskaart .view-toggle{gap:5px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}}.verwijskaart .view-toggle .button{border-radius:0;padding:1em}.verwijskaart .view-toggle .button.active{background:#1779ba;color:#fff}.verwijskaart .view-toggle .button img{width:20px;height:20px}@media print,screen and (min-width:25em){.verwijskaart .sticky-sidebar{position:-webkit-sticky;position:sticky;top:110px}}.verwijskaart #list-content{padding-bottom:10px}.verwijskaart #list-content .list-view{display:-webkit-box!important;display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;gap:10px;border-radius:0;margin-bottom:20px;background:#fff;padding:30px;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.verwijskaart #list-content .list-view .h3{margin-bottom:0}@media print,screen and (max-width:47.99875em){.verwijskaart #list-content .list-view .h3{font-size:28px}}@media print,screen and (max-width:24.99875em){.verwijskaart #list-content .list-view{gap:10px}}.verwijskaart #list-content .place-information{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.verwijskaart #list-content .place-information p{margin:0!important}.verwijskaart .person-image{width:100px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}@media print,screen and (max-width:47.99875em){.verwijskaart .person-image{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}}.verwijskaart .verwijskaart__image{width:100px;height:100px;-o-object-fit:cover;object-fit:cover;border-radius:50px;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.verwijskaart .place-waitingtime{width:15px;height:15px}.verwijskaart .place-meta{font-size:.9375rem;list-style:none;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;margin:0;padding:0}.verwijskaart .place-meta li{list-style:none;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;gap:.375rem;padding:5px 0}.verwijskaart .place-meta li:not(:last-child){margin-bottom:.25rem}.verwijskaart .place-meta li>img{display:inline-block;width:.875rem;height:.875rem;vertical-align:middle;margin-top:.125rem}.verwijskaart .place-meta .read-more{position:relative;padding-top:10px;padding-bottom:5px;color:#1779ba}.verwijskaart .place-meta .read-more::after{content:"";position:absolute;width:10px;height:15px;margin-left:10px;color:#1779ba;background:url(../img/icon-arrow-purple.svg) center center/contain no-repeat}.verwijskaart .place-meta .read-more[aria-expanded=true]::after{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.verwijskaart .place-meta .read-more:hover{text-decoration:underline}.verwijskaart .place-meta .more-information p{margin-bottom:0}.verwijskaart .pagination{margin:35px auto;margin-bottom:0;padding:20px 0;text-align:center}@media print,screen and (max-width:47.99875em){.verwijskaart .pagination{margin:15px auto}}.verwijskaart .map-view iframe{border-radius:0;border:none}.verwijskaart button{cursor:pointer}.verwijskaart .search-filter-field{margin-bottom:2rem;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.verwijskaart .search-filter-field .search-filter-input-button{width:auto}.verwijskaart button.search-filter-field__input{padding:1.2em 2.5em;border-radius:100px;font-size:1rem}.verwijskaart button.search-filter-field__input:hover{background:rgb(121.0729613734,60.9270386266,115.6051502146)!important;color:#fff!important;border:none}.verwijskaart #apply-distance-filter,.verwijskaart #get-location-btn,.verwijskaart .button-ghost{background:#1453ec;color:#fff;margin-bottom:0;width:100%}.verwijskaart .button-ghost:hover{text-decoration:underline}.geolocatie-inputs{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px;margin-bottom:15px}.geolocatie-inputs .field-group{width:calc(50% - 5px)}.p-m{padding:0 30px}@media print,screen and (max-width:47.99875em){.p-m{padding:0 10px}}.bg-white{background:#fff}.or-separator{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.or-separator::after,.or-separator::before{content:"";-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;border-bottom:1px solid #000}.or-separator:not(:empty)::before{margin-right:.25em}.or-separator:not(:empty)::after{margin-left:.25em}#reset-distance-filter{width:1.125rem;height:1.125rem;border-radius:50%;background-color:#ff4f24;color:#fff;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;cursor:pointer;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.flex{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.justify-between{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.justify-start{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.flex-nowrap{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.gap-4{gap:1rem}.items-center{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}ul.taxonomy-soorten{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;list-style:none;padding:0;margin:0;gap:.625rem}ul.taxonomy-soorten li{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;color:#fff;background-color:gray;padding:.25rem .5rem;border-radius:.25rem;font-size:.75rem;line-height:1}ul.taxonomy-soorten li.sportvereniging{background-color:#009e00}ul.taxonomy-soorten li.cultuurinstelling,ul.taxonomy-soorten li.cultuurvereniging{background-color:#ff80b0}ul.taxonomy-soorten li.winkel{background-color:#b18cec}ul.taxonomy-soorten li.webshop{background-color:#1453ec}.inline-block{display:inline-block}