.carousel{box-sizing:border-box;position:relative}.carousel *,.carousel :after,.carousel :before{box-sizing:inherit}.carousel.is-draggable{cursor:move;cursor:grab}.carousel.is-dragging{cursor:move;cursor:grabbing}.carousel__viewport{max-height:100%;max-width:100%;overflow:hidden;position:relative}.carousel__track{display:flex}.carousel__slide{flex:0 0 auto;max-width:100%;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;padding:1rem;position:relative;width:var(--carousel-slide-width,60%)}.has-dots{margin-bottom:calc(.5rem + 22px)}.carousel__dots{display:flex;justify-content:center;left:0;list-style:none;margin:0 auto;padding:0;position:absolute;right:0;top:calc(100% + .5rem);-webkit-user-select:none;user-select:none}.carousel__dots .carousel__dot{cursor:pointer;display:block;height:22px;margin:0;padding:0;position:relative;width:22px}.carousel__dots .carousel__dot:after{background-color:currentColor;border-radius:50%;content:"";height:8px;left:50%;opacity:.25;position:absolute;top:50%;transform:translate(-50%,-50%);transition:opacity .15s ease-in-out;width:8px}.carousel__dots .carousel__dot.is-selected:after{opacity:1}.carousel__button{align-items:center;background:var(--carousel-button-bg,transparent);border:0;border-radius:var(--carousel-button-border-radius,50%);box-shadow:var(--carousel-button-shadow,none);color:var(--carousel-button-color,currentColor);cursor:pointer;display:flex;height:var(--carousel-button-height,48px);justify-content:center;padding:0;pointer-events:all;transition:opacity .15s ease;width:var(--carousel-button-width,48px)}.carousel__button.is-next,.carousel__button.is-prev{position:absolute;top:50%;transform:translateY(-50%)}.carousel__button.is-prev{left:10px}.carousel__button.is-next{right:10px}.carousel__button[disabled]{cursor:default;opacity:.3}.carousel__button svg{fill:none;stroke:currentColor;stroke-width:var(--carousel-button-svg-stroke-width,1.5);stroke-linejoin:bevel;stroke-linecap:round;filter:var(--carousel-button-svg-filter,none);height:var(--carousel-button-svg-height,50%);pointer-events:none;width:var(--carousel-button-svg-width,50%)}html.with-fancybox{scroll-behavior:auto}body.compensate-for-scrollbar{overflow:hidden!important;touch-action:none}.fancybox__container{-webkit-tap-highlight-color:rgba(0,0,0,0);--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:24px;--carousel-button-svg-height:24px;--carousel-button-svg-stroke-width:2.5;--carousel-button-svg-filter:drop-shadow(1px 1px 1px rgba(0,0,0,.4));bottom:0;box-sizing:border-box;color:var(--fancybox-color,#fff);direction:ltr;display:flex;flex-direction:column;left:0;margin:0;outline:none;overflow:hidden;padding:env(safe-area-inset-top,0) env(safe-area-inset-right,0) env(safe-area-inset-bottom,0) env(safe-area-inset-left,0);position:fixed;right:0;top:0;transform-origin:top left;z-index:1050}.fancybox__container *,.fancybox__container :after,.fancybox__container :before{box-sizing:inherit}.fancybox__container :focus{outline:none}body:not(.is-using-mouse) .fancybox__container :focus{box-shadow:0 0 0 1px #fff,0 0 0 2px var(--fancybox-accent-color,rgba(1,210,232,.94))}@media (min-width:1024px){.fancybox__container{--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:27px;--carousel-button-svg-height:27px}}.fancybox__backdrop{background:var(--fancybox-bg,rgba(24,24,27,.92));bottom:0;left:0;position:absolute;right:0;top:0;z-index:-1}.fancybox__carousel{flex:1 1 auto;height:100%;min-height:0;position:relative;z-index:10}.fancybox__carousel.has-dots{margin-bottom:calc(.5rem + 22px)}.fancybox__viewport{cursor:default;height:100%;overflow:visible;position:relative;width:100%}.fancybox__track{display:flex;height:100%}.fancybox__slide{--carousel-button-width:36px;--carousel-button-height:36px;--carousel-button-svg-width:22px;--carousel-button-svg-height:22px;display:flex;flex:0 0 auto;flex-direction:column;margin:0;max-width:100%;outline:0;overflow:auto;overscroll-behavior:contain;padding:48px 8px 8px;position:relative;width:100%}.fancybox__slide:after,.fancybox__slide:before{content:"";flex:0 0 0;margin:auto}@media (min-width:1024px){.fancybox__slide{padding:64px 100px}}.fancybox__content{align-self:center;background:var(--fancybox-content-bg,#fff);color:var(--fancybox-content-color,#374151);display:flex;flex-direction:column;margin:0 env(safe-area-inset-right,0) 0 env(safe-area-inset-left,0);padding:36px;position:relative;z-index:20}.fancybox__content :focus:not(.carousel__button.is-close){box-shadow:none;outline:thin dotted}.fancybox__caption{align-self:center;color:var(--fancybox-color,currentColor);cursor:auto;flex-shrink:0;line-height:1.375;margin:0;max-width:100%;overflow-wrap:anywhere;padding:1rem 0 0;visibility:visible}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container>.carousel__dots{color:var(--fancybox-color,#fff);top:100%}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:8px}@media (min-width:1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:8px}@media (min-width:1024px){.fancybox__nav .carousel__button.is-prev{left:40px}}.carousel__button.is-close{position:absolute;right:8px;right:calc(env(safe-area-inset-right, 0px) + 8px);top:8px;top:calc(env(safe-area-inset-top, 0px) + 8px);z-index:40}@media (min-width:1024px){.carousel__button.is-close{right:40px}}.fancybox__content>.carousel__button.is-close{color:var(--fancybox-color,#fff);position:absolute;right:0;top:-40px}.fancybox__no-click,.fancybox__no-click button{pointer-events:none}.fancybox__spinner{color:var(--fancybox-color,currentColor);height:50px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:50px}.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053}.fancybox__spinner svg{animation:fancybox-rotate 2s linear infinite;bottom:0;height:100%;left:0;margin:auto;position:absolute;right:0;top:0;transform-origin:center center;width:100%}.fancybox__spinner svg circle{fill:none;stroke-width:2.75;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;stroke-linecap:round;stroke:currentColor;animation:fancybox-dash 1.5s ease-in-out infinite}@keyframes fancybox-rotate{to{transform:rotate(1turn)}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}to{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.carousel__button.is-close,.carousel__dots,.fancybox__backdrop,.fancybox__caption,.fancybox__nav{opacity:var(--fancybox-opacity,1)}.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav{animation:fancybox-fadeIn .15s ease backwards}.fancybox__container.is-animated.is-closing .carousel__button.is-close,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav{animation:fancybox-fadeOut .15s ease both}.fancybox-fadeIn{animation:fancybox-fadeIn .15s ease both}.fancybox-fadeOut{animation:fancybox-fadeOut .1s ease both}.fancybox-zoomInUp{animation:fancybox-zoomInUp .2s ease both}.fancybox-zoomOutDown{animation:fancybox-zoomOutDown .15s ease both}.fancybox-throwOutUp{animation:fancybox-throwOutUp .15s ease both}.fancybox-throwOutDown{animation:fancybox-throwOutDown .15s ease both}@keyframes fancybox-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-zoomInUp{0%{opacity:0;transform:scale(.97) translate3d(0,16px,0)}to{opacity:1;transform:scale(1) translateZ(0)}}@keyframes fancybox-zoomOutDown{to{opacity:0;transform:scale(.97) translate3d(0,16px,0)}}@keyframes fancybox-throwOutUp{to{opacity:0;transform:translate3d(0,-30%,0)}}@keyframes fancybox-throwOutDown{to{opacity:0;transform:translate3d(0,30%,0)}}.fancybox__carousel .carousel__slide{scrollbar-color:#ccc hsla(0,0%,100%,.1);scrollbar-width:thin}.fancybox__carousel .carousel__slide::-webkit-scrollbar{height:8px;width:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:hsla(0,0%,100%,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;box-shadow:inset 0 0 4px rgba(0,0,0,.2)}.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:grabbing}.fancybox__carousel .fancybox__slide .fancybox__content{cursor:auto}.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:zoom-in}.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:zoom-out}.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__image{transform-origin:0 0;transition:none;-webkit-user-select:none;user-select:none}.has-image .fancybox__content{background:transparent;min-height:1px;padding:0}.is-closing .has-image .fancybox__content{overflow:visible}.has-image[data-image-fit=contain]{overflow:visible;touch-action:none}.has-image[data-image-fit=contain] .fancybox__content{flex-direction:row;flex-wrap:wrap}.has-image[data-image-fit=contain] .fancybox__image{max-height:100%;max-width:100%;object-fit:contain}.has-image[data-image-fit=contain-w]{overflow-x:hidden;overflow-y:auto}.has-image[data-image-fit=contain-w] .fancybox__content{min-height:auto}.has-image[data-image-fit=contain-w] .fancybox__image{height:auto;max-width:100%}.has-image[data-image-fit=cover]{overflow:visible;touch-action:none}.has-image[data-image-fit=cover] .fancybox__content{height:100%;width:100%}.has-image[data-image-fit=cover] .fancybox__image{height:100%;object-fit:cover;width:100%}.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content{flex-shrink:1;max-width:100%;min-height:1px;overflow:visible}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{height:80%;width:100%}.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content{height:540px;max-height:100%;max-width:100%;width:960px}.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content{background:rgba(24,24,27,.9);color:#fff;padding:0}.fancybox__carousel .fancybox__slide.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{background:transparent;border:0;display:block;height:100%;width:100%}.fancybox-placeholder{clip:rect(0,0,0,0);border-width:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.fancybox__thumbs{flex:0 0 auto;opacity:var(--fancybox-opacity,1);padding:0 3px;position:relative}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{animation:fancybox-fadeIn .15s ease-in backwards}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}.fancybox__thumbs .carousel__slide{align-items:center;box-sizing:content-box;cursor:pointer;display:flex;flex:0 0 auto;justify-content:center;margin:0;overflow:visible;padding:8px 3px;width:var(--fancybox-thumbs-width,96px)}.fancybox__thumbs .carousel__slide .fancybox__thumb:after{border-color:var(--fancybox-accent-color,rgba(34,213,233,.96));border-radius:var(--fancybox-thumbs-border-radius,4px);border-style:solid;border-width:5px;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .15s ease}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb:after{opacity:.92}.fancybox__thumbs .carousel__slide>*{pointer-events:none;-webkit-user-select:none;user-select:none}.fancybox__thumb{background-color:hsla(0,0%,100%,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:var(--fancybox-thumbs-border-radius,4px);padding-top:calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));position:relative;width:100%}.fancybox__toolbar{--carousel-button-svg-width:20px;--carousel-button-svg-height:20px;background:linear-gradient(0deg,transparent 0,rgba(0,0,0,.006) 8.1%,rgba(0,0,0,.021) 15.5%,rgba(0,0,0,.046) 22.5%,rgba(0,0,0,.077) 29%,rgba(0,0,0,.114) 35.3%,rgba(0,0,0,.155) 41.2%,rgba(0,0,0,.198) 47.1%,rgba(0,0,0,.242) 52.9%,rgba(0,0,0,.285) 58.8%,rgba(0,0,0,.326) 64.7%,rgba(0,0,0,.363) 71%,rgba(0,0,0,.394) 77.5%,rgba(0,0,0,.419) 84.5%,rgba(0,0,0,.434) 91.9%,rgba(0,0,0,.44));display:flex;justify-content:space-between;left:0;opacity:var(--fancybox-opacity,1);padding:0;position:absolute;right:0;text-shadow:var(--fancybox-toolbar-text-shadow,1px 1px 1px rgba(0,0,0,.4));top:0;touch-action:none;z-index:20}@media (min-width:1024px){.fancybox__toolbar{padding:8px}}.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar{animation:fancybox-fadeIn .15s ease-in backwards}.fancybox__container.is-animated.is-closing .fancybox__toolbar{opacity:0}.fancybox__toolbar__items{display:flex}.fancybox__toolbar__items--left{margin-right:auto}.fancybox__toolbar__items--center{left:50%;position:absolute;transform:translateX(-50%)}.fancybox__toolbar__items--right{margin-left:auto}@media(max-width:640px){.fancybox__toolbar__items--center:not(:last-child){display:none}}.fancybox__counter{-webkit-font-smoothing:subpixel-antialiased;font-size:17px;font-variant-numeric:tabular-nums;line-height:var(--carousel-button-height,48px);min-width:72px;padding:0 10px;text-align:center}.fancybox__progress{background:var(--fancybox-accent-color,rgba(34,213,233,.96));height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;-webkit-user-select:none;user-select:none;z-index:30}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:first-child{display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__button--slideshow g:nth-child(2),.fancybox__container.has-slideshow .fancybox__button--slideshow g:first-child{display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}
@charset "UTF-8";@media screen and (max-width:25.87375em){.cell.small-auto{flex:1 1 0px}}.bf-grid{grid-gap:10px;display:grid;grid-template-columns:1fr 1fr 1fr}.bf-grid__item--centered{align-self:center;justify-self:center}.bf-grid__item--border-black{border:1px solid #000}.bf-grid__item--filled{background-color:#000;color:#fff}.bf-grid--narrow{grid-gap:15px}@media print,screen and (min-width:75em){.bf-grid{grid-gap:20px}}.grid-container{margin-left:auto;margin-right:auto;max-width:75rem;padding-left:.46875rem;padding-right:.46875rem}@media print,screen and (min-width:48em){.grid-container{padding-left:.46875rem;padding-right:.46875rem}}@media print,screen and (min-width:75em){.grid-container{padding-left:.46875rem;padding-right:.46875rem}}.grid-container.fluid{margin-left:auto;margin-right:auto;max-width:100%;padding-left:.46875rem;padding-right:.46875rem}@media print,screen and (min-width:48em){.grid-container.fluid{padding-left:.46875rem;padding-right:.46875rem}}@media print,screen and (min-width:75em){.grid-container.fluid{padding-left:.46875rem;padding-right:.46875rem}}.grid-container.full{margin-left:auto;margin-right:auto;max-width:100%;padding-left:0;padding-right:0}.grid-x{display:flex;flex-flow:row wrap}.cell{flex:0 0 auto;min-height:0;min-width:0;width:100%}.cell.auto{flex:1 1 0px}.cell.shrink{flex:0 0 auto}.grid-x>.auto,.grid-x>.shrink{width:auto}.grid-x>.small-1,.grid-x>.small-10,.grid-x>.small-11,.grid-x>.small-12,.grid-x>.small-2,.grid-x>.small-3,.grid-x>.small-4,.grid-x>.small-5,.grid-x>.small-6,.grid-x>.small-7,.grid-x>.small-8,.grid-x>.small-9,.grid-x>.small-full,.grid-x>.small-shrink{flex-basis:auto}@media print,screen and (min-width:48em){.grid-x>.medium-1,.grid-x>.medium-10,.grid-x>.medium-11,.grid-x>.medium-12,.grid-x>.medium-2,.grid-x>.medium-3,.grid-x>.medium-4,.grid-x>.medium-5,.grid-x>.medium-6,.grid-x>.medium-7,.grid-x>.medium-8,.grid-x>.medium-9,.grid-x>.medium-full,.grid-x>.medium-shrink{flex-basis:auto}}@media print,screen and (min-width:75em){.grid-x>.large-1,.grid-x>.large-10,.grid-x>.large-11,.grid-x>.large-12,.grid-x>.large-2,.grid-x>.large-3,.grid-x>.large-4,.grid-x>.large-5,.grid-x>.large-6,.grid-x>.large-7,.grid-x>.large-8,.grid-x>.large-9,.grid-x>.large-full,.grid-x>.large-shrink{flex-basis:auto}}@media screen and (min-width:90em){.grid-x>.xlarge-1,.grid-x>.xlarge-10,.grid-x>.xlarge-11,.grid-x>.xlarge-12,.grid-x>.xlarge-2,.grid-x>.xlarge-3,.grid-x>.xlarge-4,.grid-x>.xlarge-5,.grid-x>.xlarge-6,.grid-x>.xlarge-7,.grid-x>.xlarge-8,.grid-x>.xlarge-9,.grid-x>.xlarge-full,.grid-x>.xlarge-shrink{flex-basis:auto}}@media screen and (min-width:105em){.grid-x>.xxlarge-1,.grid-x>.xxlarge-10,.grid-x>.xxlarge-11,.grid-x>.xxlarge-12,.grid-x>.xxlarge-2,.grid-x>.xxlarge-3,.grid-x>.xxlarge-4,.grid-x>.xxlarge-5,.grid-x>.xxlarge-6,.grid-x>.xxlarge-7,.grid-x>.xxlarge-8,.grid-x>.xxlarge-9,.grid-x>.xxlarge-full,.grid-x>.xxlarge-shrink{flex-basis:auto}}@media screen and (min-width:120em){.grid-x>.end-1,.grid-x>.end-10,.grid-x>.end-11,.grid-x>.end-12,.grid-x>.end-2,.grid-x>.end-3,.grid-x>.end-4,.grid-x>.end-5,.grid-x>.end-6,.grid-x>.end-7,.grid-x>.end-8,.grid-x>.end-9,.grid-x>.end-full,.grid-x>.end-shrink{flex-basis:auto}}.grid-x>.small-1,.grid-x>.small-10,.grid-x>.small-11,.grid-x>.small-12,.grid-x>.small-2,.grid-x>.small-3,.grid-x>.small-4,.grid-x>.small-5,.grid-x>.small-6,.grid-x>.small-7,.grid-x>.small-8,.grid-x>.small-9{flex:0 0 auto}.grid-x>.small-1{width:8.3333333333%}.grid-x>.small-2{width:16.6666666667%}.grid-x>.small-3{width:25%}.grid-x>.small-4{width:33.3333333333%}.grid-x>.small-5{width:41.6666666667%}.grid-x>.small-6{width:50%}.grid-x>.small-7{width:58.3333333333%}.grid-x>.small-8{width:66.6666666667%}.grid-x>.small-9{width:75%}.grid-x>.small-10{width:83.3333333333%}.grid-x>.small-11{width:91.6666666667%}.grid-x>.small-12{width:100%}@media print,screen and (min-width:48em){.grid-x>.medium-auto{flex:1 1 0px;width:auto}.grid-x>.medium-1,.grid-x>.medium-10,.grid-x>.medium-11,.grid-x>.medium-12,.grid-x>.medium-2,.grid-x>.medium-3,.grid-x>.medium-4,.grid-x>.medium-5,.grid-x>.medium-6,.grid-x>.medium-7,.grid-x>.medium-8,.grid-x>.medium-9,.grid-x>.medium-shrink{flex:0 0 auto}.grid-x>.medium-shrink{width:auto}.grid-x>.medium-1{width:8.3333333333%}.grid-x>.medium-2{width:16.6666666667%}.grid-x>.medium-3{width:25%}.grid-x>.medium-4{width:33.3333333333%}.grid-x>.medium-5{width:41.6666666667%}.grid-x>.medium-6{width:50%}.grid-x>.medium-7{width:58.3333333333%}.grid-x>.medium-8{width:66.6666666667%}.grid-x>.medium-9{width:75%}.grid-x>.medium-10{width:83.3333333333%}.grid-x>.medium-11{width:91.6666666667%}.grid-x>.medium-12{width:100%}}@media print,screen and (min-width:75em){.grid-x>.large-auto{flex:1 1 0px;width:auto}.grid-x>.large-1,.grid-x>.large-10,.grid-x>.large-11,.grid-x>.large-12,.grid-x>.large-2,.grid-x>.large-3,.grid-x>.large-4,.grid-x>.large-5,.grid-x>.large-6,.grid-x>.large-7,.grid-x>.large-8,.grid-x>.large-9,.grid-x>.large-shrink{flex:0 0 auto}.grid-x>.large-shrink{width:auto}.grid-x>.large-1{width:8.3333333333%}.grid-x>.large-2{width:16.6666666667%}.grid-x>.large-3{width:25%}.grid-x>.large-4{width:33.3333333333%}.grid-x>.large-5{width:41.6666666667%}.grid-x>.large-6{width:50%}.grid-x>.large-7{width:58.3333333333%}.grid-x>.large-8{width:66.6666666667%}.grid-x>.large-9{width:75%}.grid-x>.large-10{width:83.3333333333%}.grid-x>.large-11{width:91.6666666667%}.grid-x>.large-12{width:100%}}@media screen and (min-width:90em){.grid-x>.xlarge-auto{flex:1 1 0px;width:auto}.grid-x>.xlarge-1,.grid-x>.xlarge-10,.grid-x>.xlarge-11,.grid-x>.xlarge-12,.grid-x>.xlarge-2,.grid-x>.xlarge-3,.grid-x>.xlarge-4,.grid-x>.xlarge-5,.grid-x>.xlarge-6,.grid-x>.xlarge-7,.grid-x>.xlarge-8,.grid-x>.xlarge-9,.grid-x>.xlarge-shrink{flex:0 0 auto}.grid-x>.xlarge-shrink{width:auto}.grid-x>.xlarge-1{width:8.3333333333%}.grid-x>.xlarge-2{width:16.6666666667%}.grid-x>.xlarge-3{width:25%}.grid-x>.xlarge-4{width:33.3333333333%}.grid-x>.xlarge-5{width:41.6666666667%}.grid-x>.xlarge-6{width:50%}.grid-x>.xlarge-7{width:58.3333333333%}.grid-x>.xlarge-8{width:66.6666666667%}.grid-x>.xlarge-9{width:75%}.grid-x>.xlarge-10{width:83.3333333333%}.grid-x>.xlarge-11{width:91.6666666667%}.grid-x>.xlarge-12{width:100%}}@media screen and (min-width:105em){.grid-x>.xxlarge-auto{flex:1 1 0px;width:auto}.grid-x>.xxlarge-1,.grid-x>.xxlarge-10,.grid-x>.xxlarge-11,.grid-x>.xxlarge-12,.grid-x>.xxlarge-2,.grid-x>.xxlarge-3,.grid-x>.xxlarge-4,.grid-x>.xxlarge-5,.grid-x>.xxlarge-6,.grid-x>.xxlarge-7,.grid-x>.xxlarge-8,.grid-x>.xxlarge-9,.grid-x>.xxlarge-shrink{flex:0 0 auto}.grid-x>.xxlarge-shrink{width:auto}.grid-x>.xxlarge-1{width:8.3333333333%}.grid-x>.xxlarge-2{width:16.6666666667%}.grid-x>.xxlarge-3{width:25%}.grid-x>.xxlarge-4{width:33.3333333333%}.grid-x>.xxlarge-5{width:41.6666666667%}.grid-x>.xxlarge-6{width:50%}.grid-x>.xxlarge-7{width:58.3333333333%}.grid-x>.xxlarge-8{width:66.6666666667%}.grid-x>.xxlarge-9{width:75%}.grid-x>.xxlarge-10{width:83.3333333333%}.grid-x>.xxlarge-11{width:91.6666666667%}.grid-x>.xxlarge-12{width:100%}}@media screen and (min-width:120em){.grid-x>.end-auto{flex:1 1 0px;width:auto}.grid-x>.end-1,.grid-x>.end-10,.grid-x>.end-11,.grid-x>.end-12,.grid-x>.end-2,.grid-x>.end-3,.grid-x>.end-4,.grid-x>.end-5,.grid-x>.end-6,.grid-x>.end-7,.grid-x>.end-8,.grid-x>.end-9,.grid-x>.end-shrink{flex:0 0 auto}.grid-x>.end-shrink{width:auto}.grid-x>.end-1{width:8.3333333333%}.grid-x>.end-2{width:16.6666666667%}.grid-x>.end-3{width:25%}.grid-x>.end-4{width:33.3333333333%}.grid-x>.end-5{width:41.6666666667%}.grid-x>.end-6{width:50%}.grid-x>.end-7{width:58.3333333333%}.grid-x>.end-8{width:66.6666666667%}.grid-x>.end-9{width:75%}.grid-x>.end-10{width:83.3333333333%}.grid-x>.end-11{width:91.6666666667%}.grid-x>.end-12{width:100%}}.grid-margin-x:not(.grid-x)>.cell{width:auto}.grid-margin-y:not(.grid-y)>.cell{height:auto}.grid-margin-x{margin-left:-.46875rem;margin-right:-.46875rem}@media print,screen and (min-width:48em){.grid-margin-x{margin-left:-.46875rem;margin-right:-.46875rem}}@media print,screen and (min-width:75em){.grid-margin-x{margin-left:-.46875rem;margin-right:-.46875rem}}.grid-margin-x>.cell{margin-left:.46875rem;margin-right:.46875rem;width:calc(100% - .9375rem)}@media print,screen and (min-width:48em){.grid-margin-x>.cell{margin-left:.46875rem;margin-right:.46875rem;width:calc(100% - .9375rem)}}@media print,screen and (min-width:75em){.grid-margin-x>.cell{margin-left:.46875rem;margin-right:.46875rem;width:calc(100% - .9375rem)}}.grid-margin-x>.auto,.grid-margin-x>.shrink{width:auto}.grid-margin-x>.small-1{width:calc(8.33333% - .9375rem)}.grid-margin-x>.small-2{width:calc(16.66667% - .9375rem)}.grid-margin-x>.small-3{width:calc(25% - .9375rem)}.grid-margin-x>.small-4{width:calc(33.33333% - .9375rem)}.grid-margin-x>.small-5{width:calc(41.66667% - .9375rem)}.grid-margin-x>.small-6{width:calc(50% - .9375rem)}.grid-margin-x>.small-7{width:calc(58.33333% - .9375rem)}.grid-margin-x>.small-8{width:calc(66.66667% - .9375rem)}.grid-margin-x>.small-9{width:calc(75% - .9375rem)}.grid-margin-x>.small-10{width:calc(83.33333% - .9375rem)}.grid-margin-x>.small-11{width:calc(91.66667% - .9375rem)}.grid-margin-x>.small-12{width:calc(100% - .9375rem)}@media print,screen and (min-width:48em){.grid-margin-x>.auto,.grid-margin-x>.shrink{width:auto}.grid-margin-x>.small-1{width:calc(8.33333% - .9375rem)}.grid-margin-x>.small-2{width:calc(16.66667% - .9375rem)}.grid-margin-x>.small-3{width:calc(25% - .9375rem)}.grid-margin-x>.small-4{width:calc(33.33333% - .9375rem)}.grid-margin-x>.small-5{width:calc(41.66667% - .9375rem)}.grid-margin-x>.small-6{width:calc(50% - .9375rem)}.grid-margin-x>.small-7{width:calc(58.33333% - .9375rem)}.grid-margin-x>.small-8{width:calc(66.66667% - .9375rem)}.grid-margin-x>.small-9{width:calc(75% - .9375rem)}.grid-margin-x>.small-10{width:calc(83.33333% - .9375rem)}.grid-margin-x>.small-11{width:calc(91.66667% - .9375rem)}.grid-margin-x>.small-12{width:calc(100% - .9375rem)}.grid-margin-x>.small-medium-auto,.grid-margin-x>.small-medium-shrink{width:auto}.grid-margin-x>.small-medium-1{width:calc(8.33333% - .9375rem)}.grid-margin-x>.small-medium-2{width:calc(16.66667% - .9375rem)}.grid-margin-x>.small-medium-3{width:calc(25% - .9375rem)}.grid-margin-x>.small-medium-4{width:calc(33.33333% - .9375rem)}.grid-margin-x>.small-medium-5{width:calc(41.66667% - .9375rem)}.grid-margin-x>.small-medium-6{width:calc(50% - .9375rem)}.grid-margin-x>.small-medium-7{width:calc(58.33333% - .9375rem)}.grid-margin-x>.small-medium-8{width:calc(66.66667% - .9375rem)}.grid-margin-x>.small-medium-9{width:calc(75% - .9375rem)}.grid-margin-x>.small-medium-10{width:calc(83.33333% - .9375rem)}.grid-margin-x>.small-medium-11{width:calc(91.66667% - .9375rem)}.grid-margin-x>.small-medium-12{width:calc(100% - .9375rem)}.grid-margin-x>.medium-auto,.grid-margin-x>.medium-shrink{width:auto}.grid-margin-x>.medium-1{width:calc(8.33333% - .9375rem)}.grid-margin-x>.medium-2{width:calc(16.66667% - .9375rem)}.grid-margin-x>.medium-3{width:calc(25% - .9375rem)}.grid-margin-x>.medium-4{width:calc(33.33333% - .9375rem)}.grid-margin-x>.medium-5{width:calc(41.66667% - .9375rem)}.grid-margin-x>.medium-6{width:calc(50% - .9375rem)}.grid-margin-x>.medium-7{width:calc(58.33333% - .9375rem)}.grid-margin-x>.medium-8{width:calc(66.66667% - .9375rem)}.grid-margin-x>.medium-9{width:calc(75% - .9375rem)}.grid-margin-x>.medium-10{width:calc(83.33333% - .9375rem)}.grid-margin-x>.medium-11{width:calc(91.66667% - .9375rem)}.grid-margin-x>.medium-12{width:calc(100% - .9375rem)}}@media print,screen and (min-width:75em){.grid-margin-x>.auto,.grid-margin-x>.shrink{width:auto}.grid-margin-x>.small-1{width:calc(8.33333% - .9375rem)}.grid-margin-x>.small-2{width:calc(16.66667% - .9375rem)}.grid-margin-x>.small-3{width:calc(25% - .9375rem)}.grid-margin-x>.small-4{width:calc(33.33333% - .9375rem)}.grid-margin-x>.small-5{width:calc(41.66667% - .9375rem)}.grid-margin-x>.small-6{width:calc(50% - .9375rem)}.grid-margin-x>.small-7{width:calc(58.33333% - .9375rem)}.grid-margin-x>.small-8{width:calc(66.66667% - .9375rem)}.grid-margin-x>.small-9{width:calc(75% - .9375rem)}.grid-margin-x>.small-10{width:calc(83.33333% - .9375rem)}.grid-margin-x>.small-11{width:calc(91.66667% - .9375rem)}.grid-margin-x>.small-12{width:calc(100% - .9375rem)}.grid-margin-x>.small-medium-auto,.grid-margin-x>.small-medium-shrink{width:auto}.grid-margin-x>.small-medium-1{width:calc(8.33333% - .9375rem)}.grid-margin-x>.small-medium-2{width:calc(16.66667% - .9375rem)}.grid-margin-x>.small-medium-3{width:calc(25% - .9375rem)}.grid-margin-x>.small-medium-4{width:calc(33.33333% - .9375rem)}.grid-margin-x>.small-medium-5{width:calc(41.66667% - .9375rem)}.grid-margin-x>.small-medium-6{width:calc(50% - .9375rem)}.grid-margin-x>.small-medium-7{width:calc(58.33333% - .9375rem)}.grid-margin-x>.small-medium-8{width:calc(66.66667% - .9375rem)}.grid-margin-x>.small-medium-9{width:calc(75% - .9375rem)}.grid-margin-x>.small-medium-10{width:calc(83.33333% - .9375rem)}.grid-margin-x>.small-medium-11{width:calc(91.66667% - .9375rem)}.grid-margin-x>.small-medium-12{width:calc(100% - .9375rem)}.grid-margin-x>.medium-auto,.grid-margin-x>.medium-shrink{width:auto}.grid-margin-x>.medium-1{width:calc(8.33333% - .9375rem)}.grid-margin-x>.medium-2{width:calc(16.66667% - .9375rem)}.grid-margin-x>.medium-3{width:calc(25% - .9375rem)}.grid-margin-x>.medium-4{width:calc(33.33333% - .9375rem)}.grid-margin-x>.medium-5{width:calc(41.66667% - .9375rem)}.grid-margin-x>.medium-6{width:calc(50% - .9375rem)}.grid-margin-x>.medium-7{width:calc(58.33333% - .9375rem)}.grid-margin-x>.medium-8{width:calc(66.66667% - .9375rem)}.grid-margin-x>.medium-9{width:calc(75% - .9375rem)}.grid-margin-x>.medium-10{width:calc(83.33333% - .9375rem)}.grid-margin-x>.medium-11{width:calc(91.66667% - .9375rem)}.grid-margin-x>.medium-12{width:calc(100% - .9375rem)}.grid-margin-x>.medium-large-auto,.grid-margin-x>.medium-large-shrink{width:auto}.grid-margin-x>.medium-large-1{width:calc(8.33333% - .9375rem)}.grid-margin-x>.medium-large-2{width:calc(16.66667% - .9375rem)}.grid-margin-x>.medium-large-3{width:calc(25% - .9375rem)}.grid-margin-x>.medium-large-4{width:calc(33.33333% - .9375rem)}.grid-margin-x>.medium-large-5{width:calc(41.66667% - .9375rem)}.grid-margin-x>.medium-large-6{width:calc(50% - .9375rem)}.grid-margin-x>.medium-large-7{width:calc(58.33333% - .9375rem)}.grid-margin-x>.medium-large-8{width:calc(66.66667% - .9375rem)}.grid-margin-x>.medium-large-9{width:calc(75% - .9375rem)}.grid-margin-x>.medium-large-10{width:calc(83.33333% - .9375rem)}.grid-margin-x>.medium-large-11{width:calc(91.66667% - .9375rem)}.grid-margin-x>.medium-large-12{width:calc(100% - .9375rem)}.grid-margin-x>.large-auto,.grid-margin-x>.large-shrink{width:auto}.grid-margin-x>.large-1{width:calc(8.33333% - .9375rem)}.grid-margin-x>.large-2{width:calc(16.66667% - .9375rem)}.grid-margin-x>.large-3{width:calc(25% - .9375rem)}.grid-margin-x>.large-4{width:calc(33.33333% - .9375rem)}.grid-margin-x>.large-5{width:calc(41.66667% - .9375rem)}.grid-margin-x>.large-6{width:calc(50% - .9375rem)}.grid-margin-x>.large-7{width:calc(58.33333% - .9375rem)}.grid-margin-x>.large-8{width:calc(66.66667% - .9375rem)}.grid-margin-x>.large-9{width:calc(75% - .9375rem)}.grid-margin-x>.large-10{width:calc(83.33333% - .9375rem)}.grid-margin-x>.large-11{width:calc(91.66667% - .9375rem)}.grid-margin-x>.large-12{width:calc(100% - .9375rem)}}@media screen and (min-width:90em){.grid-margin-x>.xlarge-auto,.grid-margin-x>.xlarge-shrink{width:auto}.grid-margin-x>.xlarge-1{width:calc(8.33333% - .9375rem)}.grid-margin-x>.xlarge-2{width:calc(16.66667% - .9375rem)}.grid-margin-x>.xlarge-3{width:calc(25% - .9375rem)}.grid-margin-x>.xlarge-4{width:calc(33.33333% - .9375rem)}.grid-margin-x>.xlarge-5{width:calc(41.66667% - .9375rem)}.grid-margin-x>.xlarge-6{width:calc(50% - .9375rem)}.grid-margin-x>.xlarge-7{width:calc(58.33333% - .9375rem)}.grid-margin-x>.xlarge-8{width:calc(66.66667% - .9375rem)}.grid-margin-x>.xlarge-9{width:calc(75% - .9375rem)}.grid-margin-x>.xlarge-10{width:calc(83.33333% - .9375rem)}.grid-margin-x>.xlarge-11{width:calc(91.66667% - .9375rem)}.grid-margin-x>.xlarge-12{width:calc(100% - .9375rem)}}@media screen and (min-width:105em){.grid-margin-x>.xxlarge-auto,.grid-margin-x>.xxlarge-shrink{width:auto}.grid-margin-x>.xxlarge-1{width:calc(8.33333% - .9375rem)}.grid-margin-x>.xxlarge-2{width:calc(16.66667% - .9375rem)}.grid-margin-x>.xxlarge-3{width:calc(25% - .9375rem)}.grid-margin-x>.xxlarge-4{width:calc(33.33333% - .9375rem)}.grid-margin-x>.xxlarge-5{width:calc(41.66667% - .9375rem)}.grid-margin-x>.xxlarge-6{width:calc(50% - .9375rem)}.grid-margin-x>.xxlarge-7{width:calc(58.33333% - .9375rem)}.grid-margin-x>.xxlarge-8{width:calc(66.66667% - .9375rem)}.grid-margin-x>.xxlarge-9{width:calc(75% - .9375rem)}.grid-margin-x>.xxlarge-10{width:calc(83.33333% - .9375rem)}.grid-margin-x>.xxlarge-11{width:calc(91.66667% - .9375rem)}.grid-margin-x>.xxlarge-12{width:calc(100% - .9375rem)}}@media screen and (min-width:120em){.grid-margin-x>.end-auto,.grid-margin-x>.end-shrink{width:auto}.grid-margin-x>.end-1{width:calc(8.33333% - .9375rem)}.grid-margin-x>.end-2{width:calc(16.66667% - .9375rem)}.grid-margin-x>.end-3{width:calc(25% - .9375rem)}.grid-margin-x>.end-4{width:calc(33.33333% - .9375rem)}.grid-margin-x>.end-5{width:calc(41.66667% - .9375rem)}.grid-margin-x>.end-6{width:calc(50% - .9375rem)}.grid-margin-x>.end-7{width:calc(58.33333% - .9375rem)}.grid-margin-x>.end-8{width:calc(66.66667% - .9375rem)}.grid-margin-x>.end-9{width:calc(75% - .9375rem)}.grid-margin-x>.end-10{width:calc(83.33333% - .9375rem)}.grid-margin-x>.end-11{width:calc(91.66667% - .9375rem)}.grid-margin-x>.end-12{width:calc(100% - .9375rem)}}.grid-padding-x .grid-padding-x{margin-left:-.46875rem;margin-right:-.46875rem}@media print,screen and (min-width:48em){.grid-padding-x .grid-padding-x{margin-left:-.46875rem;margin-right:-.46875rem}}@media print,screen and (min-width:75em){.grid-padding-x .grid-padding-x{margin-left:-.46875rem;margin-right:-.46875rem}}.grid-container:not(.full)>.grid-padding-x{margin-left:-.46875rem;margin-right:-.46875rem}@media print,screen and (min-width:48em){.grid-container:not(.full)>.grid-padding-x{margin-left:-.46875rem;margin-right:-.46875rem}}@media print,screen and (min-width:75em){.grid-container:not(.full)>.grid-padding-x{margin-left:-.46875rem;margin-right:-.46875rem}}.grid-padding-x>.cell{padding-left:.46875rem;padding-right:.46875rem}@media print,screen and (min-width:48em){.grid-padding-x>.cell{padding-left:.46875rem;padding-right:.46875rem}}@media print,screen and (min-width:75em){.grid-padding-x>.cell{padding-left:.46875rem;padding-right:.46875rem}}.small-up-1>.cell{width:100%}.small-up-2>.cell{width:50%}.small-up-3>.cell{width:33.3333333333%}.small-up-4>.cell{width:25%}.small-up-5>.cell{width:20%}.small-up-6>.cell{width:16.6666666667%}.small-up-7>.cell{width:14.2857142857%}.small-up-8>.cell{width:12.5%}@media print,screen and (min-width:48em){.medium-up-1>.cell{width:100%}.medium-up-2>.cell{width:50%}.medium-up-3>.cell{width:33.3333333333%}.medium-up-4>.cell{width:25%}.medium-up-5>.cell{width:20%}.medium-up-6>.cell{width:16.6666666667%}.medium-up-7>.cell{width:14.2857142857%}.medium-up-8>.cell{width:12.5%}}@media print,screen and (min-width:75em){.large-up-1>.cell{width:100%}.large-up-2>.cell{width:50%}.large-up-3>.cell{width:33.3333333333%}.large-up-4>.cell{width:25%}.large-up-5>.cell{width:20%}.large-up-6>.cell{width:16.6666666667%}.large-up-7>.cell{width:14.2857142857%}.large-up-8>.cell{width:12.5%}}@media screen and (min-width:90em){.xlarge-up-1>.cell{width:100%}.xlarge-up-2>.cell{width:50%}.xlarge-up-3>.cell{width:33.3333333333%}.xlarge-up-4>.cell{width:25%}.xlarge-up-5>.cell{width:20%}.xlarge-up-6>.cell{width:16.6666666667%}.xlarge-up-7>.cell{width:14.2857142857%}.xlarge-up-8>.cell{width:12.5%}}@media screen and (min-width:105em){.xxlarge-up-1>.cell{width:100%}.xxlarge-up-2>.cell{width:50%}.xxlarge-up-3>.cell{width:33.3333333333%}.xxlarge-up-4>.cell{width:25%}.xxlarge-up-5>.cell{width:20%}.xxlarge-up-6>.cell{width:16.6666666667%}.xxlarge-up-7>.cell{width:14.2857142857%}.xxlarge-up-8>.cell{width:12.5%}}@media screen and (min-width:120em){.end-up-1>.cell{width:100%}.end-up-2>.cell{width:50%}.end-up-3>.cell{width:33.3333333333%}.end-up-4>.cell{width:25%}.end-up-5>.cell{width:20%}.end-up-6>.cell{width:16.6666666667%}.end-up-7>.cell{width:14.2857142857%}.end-up-8>.cell{width:12.5%}}.grid-margin-x.small-up-1>.cell{width:calc(100% - .9375rem)}.grid-margin-x.small-up-2>.cell{width:calc(50% - .9375rem)}.grid-margin-x.small-up-3>.cell{width:calc(33.33333% - .9375rem)}.grid-margin-x.small-up-4>.cell{width:calc(25% - .9375rem)}.grid-margin-x.small-up-5>.cell{width:calc(20% - .9375rem)}.grid-margin-x.small-up-6>.cell{width:calc(16.66667% - .9375rem)}.grid-margin-x.small-up-7>.cell{width:calc(14.28571% - .9375rem)}.grid-margin-x.small-up-8>.cell{width:calc(12.5% - .9375rem)}@media print,screen and (min-width:48em){.grid-margin-x.small-up-1>.cell{width:calc(100% - .9375rem)}.grid-margin-x.small-up-2>.cell{width:calc(50% - .9375rem)}.grid-margin-x.small-up-3>.cell{width:calc(33.33333% - .9375rem)}.grid-margin-x.small-up-4>.cell{width:calc(25% - .9375rem)}.grid-margin-x.small-up-5>.cell{width:calc(20% - .9375rem)}.grid-margin-x.small-up-6>.cell{width:calc(16.66667% - .9375rem)}.grid-margin-x.small-up-7>.cell{width:calc(14.28571% - .9375rem)}.grid-margin-x.small-up-8>.cell{width:calc(12.5% - .9375rem)}.grid-margin-x.medium-up-1>.cell{width:calc(100% - .9375rem)}.grid-margin-x.medium-up-2>.cell{width:calc(50% - .9375rem)}.grid-margin-x.medium-up-3>.cell{width:calc(33.33333% - .9375rem)}.grid-margin-x.medium-up-4>.cell{width:calc(25% - .9375rem)}.grid-margin-x.medium-up-5>.cell{width:calc(20% - .9375rem)}.grid-margin-x.medium-up-6>.cell{width:calc(16.66667% - .9375rem)}.grid-margin-x.medium-up-7>.cell{width:calc(14.28571% - .9375rem)}.grid-margin-x.medium-up-8>.cell{width:calc(12.5% - .9375rem)}}@media print,screen and (min-width:75em){.grid-margin-x.medium-up-1>.cell,.grid-margin-x.small-up-1>.cell{width:calc(100% - .9375rem)}.grid-margin-x.medium-up-2>.cell,.grid-margin-x.small-up-2>.cell{width:calc(50% - .9375rem)}.grid-margin-x.medium-up-3>.cell,.grid-margin-x.small-up-3>.cell{width:calc(33.33333% - .9375rem)}.grid-margin-x.medium-up-4>.cell,.grid-margin-x.small-up-4>.cell{width:calc(25% - .9375rem)}.grid-margin-x.medium-up-5>.cell,.grid-margin-x.small-up-5>.cell{width:calc(20% - .9375rem)}.grid-margin-x.medium-up-6>.cell,.grid-margin-x.small-up-6>.cell{width:calc(16.66667% - .9375rem)}.grid-margin-x.medium-up-7>.cell,.grid-margin-x.small-up-7>.cell{width:calc(14.28571% - .9375rem)}.grid-margin-x.medium-up-8>.cell,.grid-margin-x.small-up-8>.cell{width:calc(12.5% - .9375rem)}.grid-margin-x.large-up-1>.cell{width:calc(100% - .9375rem)}.grid-margin-x.large-up-2>.cell{width:calc(50% - .9375rem)}.grid-margin-x.large-up-3>.cell{width:calc(33.33333% - .9375rem)}.grid-margin-x.large-up-4>.cell{width:calc(25% - .9375rem)}.grid-margin-x.large-up-5>.cell{width:calc(20% - .9375rem)}.grid-margin-x.large-up-6>.cell{width:calc(16.66667% - .9375rem)}.grid-margin-x.large-up-7>.cell{width:calc(14.28571% - .9375rem)}.grid-margin-x.large-up-8>.cell{width:calc(12.5% - .9375rem)}}@media screen and (min-width:90em){.grid-margin-x.xlarge-up-1>.cell{width:calc(100% - .9375rem)}.grid-margin-x.xlarge-up-2>.cell{width:calc(50% - .9375rem)}.grid-margin-x.xlarge-up-3>.cell{width:calc(33.33333% - .9375rem)}.grid-margin-x.xlarge-up-4>.cell{width:calc(25% - .9375rem)}.grid-margin-x.xlarge-up-5>.cell{width:calc(20% - .9375rem)}.grid-margin-x.xlarge-up-6>.cell{width:calc(16.66667% - .9375rem)}.grid-margin-x.xlarge-up-7>.cell{width:calc(14.28571% - .9375rem)}.grid-margin-x.xlarge-up-8>.cell{width:calc(12.5% - .9375rem)}}@media screen and (min-width:105em){.grid-margin-x.xxlarge-up-1>.cell{width:calc(100% - .9375rem)}.grid-margin-x.xxlarge-up-2>.cell{width:calc(50% - .9375rem)}.grid-margin-x.xxlarge-up-3>.cell{width:calc(33.33333% - .9375rem)}.grid-margin-x.xxlarge-up-4>.cell{width:calc(25% - .9375rem)}.grid-margin-x.xxlarge-up-5>.cell{width:calc(20% - .9375rem)}.grid-margin-x.xxlarge-up-6>.cell{width:calc(16.66667% - .9375rem)}.grid-margin-x.xxlarge-up-7>.cell{width:calc(14.28571% - .9375rem)}.grid-margin-x.xxlarge-up-8>.cell{width:calc(12.5% - .9375rem)}}@media screen and (min-width:120em){.grid-margin-x.end-up-1>.cell{width:calc(100% - .9375rem)}.grid-margin-x.end-up-2>.cell{width:calc(50% - .9375rem)}.grid-margin-x.end-up-3>.cell{width:calc(33.33333% - .9375rem)}.grid-margin-x.end-up-4>.cell{width:calc(25% - .9375rem)}.grid-margin-x.end-up-5>.cell{width:calc(20% - .9375rem)}.grid-margin-x.end-up-6>.cell{width:calc(16.66667% - .9375rem)}.grid-margin-x.end-up-7>.cell{width:calc(14.28571% - .9375rem)}.grid-margin-x.end-up-8>.cell{width:calc(12.5% - .9375rem)}}.small-margin-collapse,.small-margin-collapse>.cell{margin-left:0;margin-right:0}.small-margin-collapse>.small-1{width:8.3333333333%}.small-margin-collapse>.small-2{width:16.6666666667%}.small-margin-collapse>.small-3{width:25%}.small-margin-collapse>.small-4{width:33.3333333333%}.small-margin-collapse>.small-5{width:41.6666666667%}.small-margin-collapse>.small-6{width:50%}.small-margin-collapse>.small-7{width:58.3333333333%}.small-margin-collapse>.small-8{width:66.6666666667%}.small-margin-collapse>.small-9{width:75%}.small-margin-collapse>.small-10{width:83.3333333333%}.small-margin-collapse>.small-11{width:91.6666666667%}.small-margin-collapse>.small-12{width:100%}@media print,screen and (min-width:48em){.small-margin-collapse>.medium-1{width:8.3333333333%}.small-margin-collapse>.medium-2{width:16.6666666667%}.small-margin-collapse>.medium-3{width:25%}.small-margin-collapse>.medium-4{width:33.3333333333%}.small-margin-collapse>.medium-5{width:41.6666666667%}.small-margin-collapse>.medium-6{width:50%}.small-margin-collapse>.medium-7{width:58.3333333333%}.small-margin-collapse>.medium-8{width:66.6666666667%}.small-margin-collapse>.medium-9{width:75%}.small-margin-collapse>.medium-10{width:83.3333333333%}.small-margin-collapse>.medium-11{width:91.6666666667%}.small-margin-collapse>.medium-12{width:100%}}@media print,screen and (min-width:75em){.small-margin-collapse>.large-1{width:8.3333333333%}.small-margin-collapse>.large-2{width:16.6666666667%}.small-margin-collapse>.large-3{width:25%}.small-margin-collapse>.large-4{width:33.3333333333%}.small-margin-collapse>.large-5{width:41.6666666667%}.small-margin-collapse>.large-6{width:50%}.small-margin-collapse>.large-7{width:58.3333333333%}.small-margin-collapse>.large-8{width:66.6666666667%}.small-margin-collapse>.large-9{width:75%}.small-margin-collapse>.large-10{width:83.3333333333%}.small-margin-collapse>.large-11{width:91.6666666667%}.small-margin-collapse>.large-12{width:100%}}@media screen and (min-width:90em){.small-margin-collapse>.xlarge-1{width:8.3333333333%}.small-margin-collapse>.xlarge-2{width:16.6666666667%}.small-margin-collapse>.xlarge-3{width:25%}.small-margin-collapse>.xlarge-4{width:33.3333333333%}.small-margin-collapse>.xlarge-5{width:41.6666666667%}.small-margin-collapse>.xlarge-6{width:50%}.small-margin-collapse>.xlarge-7{width:58.3333333333%}.small-margin-collapse>.xlarge-8{width:66.6666666667%}.small-margin-collapse>.xlarge-9{width:75%}.small-margin-collapse>.xlarge-10{width:83.3333333333%}.small-margin-collapse>.xlarge-11{width:91.6666666667%}.small-margin-collapse>.xlarge-12{width:100%}}@media screen and (min-width:105em){.small-margin-collapse>.xxlarge-1{width:8.3333333333%}.small-margin-collapse>.xxlarge-2{width:16.6666666667%}.small-margin-collapse>.xxlarge-3{width:25%}.small-margin-collapse>.xxlarge-4{width:33.3333333333%}.small-margin-collapse>.xxlarge-5{width:41.6666666667%}.small-margin-collapse>.xxlarge-6{width:50%}.small-margin-collapse>.xxlarge-7{width:58.3333333333%}.small-margin-collapse>.xxlarge-8{width:66.6666666667%}.small-margin-collapse>.xxlarge-9{width:75%}.small-margin-collapse>.xxlarge-10{width:83.3333333333%}.small-margin-collapse>.xxlarge-11{width:91.6666666667%}.small-margin-collapse>.xxlarge-12{width:100%}}@media screen and (min-width:120em){.small-margin-collapse>.end-1{width:8.3333333333%}.small-margin-collapse>.end-2{width:16.6666666667%}.small-margin-collapse>.end-3{width:25%}.small-margin-collapse>.end-4{width:33.3333333333%}.small-margin-collapse>.end-5{width:41.6666666667%}.small-margin-collapse>.end-6{width:50%}.small-margin-collapse>.end-7{width:58.3333333333%}.small-margin-collapse>.end-8{width:66.6666666667%}.small-margin-collapse>.end-9{width:75%}.small-margin-collapse>.end-10{width:83.3333333333%}.small-margin-collapse>.end-11{width:91.6666666667%}.small-margin-collapse>.end-12{width:100%}}.small-padding-collapse{margin-left:0;margin-right:0}.small-padding-collapse>.cell{padding-left:0;padding-right:0}@media print,screen and (min-width:48em){.medium-margin-collapse,.medium-margin-collapse>.cell{margin-left:0;margin-right:0}.medium-margin-collapse>.small-1{width:8.3333333333%}.medium-margin-collapse>.small-2{width:16.6666666667%}.medium-margin-collapse>.small-3{width:25%}.medium-margin-collapse>.small-4{width:33.3333333333%}.medium-margin-collapse>.small-5{width:41.6666666667%}.medium-margin-collapse>.small-6{width:50%}.medium-margin-collapse>.small-7{width:58.3333333333%}.medium-margin-collapse>.small-8{width:66.6666666667%}.medium-margin-collapse>.small-9{width:75%}.medium-margin-collapse>.small-10{width:83.3333333333%}.medium-margin-collapse>.small-11{width:91.6666666667%}.medium-margin-collapse>.small-12{width:100%}.medium-margin-collapse>.medium-1{width:8.3333333333%}.medium-margin-collapse>.medium-2{width:16.6666666667%}.medium-margin-collapse>.medium-3{width:25%}.medium-margin-collapse>.medium-4{width:33.3333333333%}.medium-margin-collapse>.medium-5{width:41.6666666667%}.medium-margin-collapse>.medium-6{width:50%}.medium-margin-collapse>.medium-7{width:58.3333333333%}.medium-margin-collapse>.medium-8{width:66.6666666667%}.medium-margin-collapse>.medium-9{width:75%}.medium-margin-collapse>.medium-10{width:83.3333333333%}.medium-margin-collapse>.medium-11{width:91.6666666667%}.medium-margin-collapse>.medium-12{width:100%}}@media print,screen and (min-width:75em){.medium-margin-collapse>.large-1{width:8.3333333333%}.medium-margin-collapse>.large-2{width:16.6666666667%}.medium-margin-collapse>.large-3{width:25%}.medium-margin-collapse>.large-4{width:33.3333333333%}.medium-margin-collapse>.large-5{width:41.6666666667%}.medium-margin-collapse>.large-6{width:50%}.medium-margin-collapse>.large-7{width:58.3333333333%}.medium-margin-collapse>.large-8{width:66.6666666667%}.medium-margin-collapse>.large-9{width:75%}.medium-margin-collapse>.large-10{width:83.3333333333%}.medium-margin-collapse>.large-11{width:91.6666666667%}.medium-margin-collapse>.large-12{width:100%}}@media screen and (min-width:90em){.medium-margin-collapse>.xlarge-1{width:8.3333333333%}.medium-margin-collapse>.xlarge-2{width:16.6666666667%}.medium-margin-collapse>.xlarge-3{width:25%}.medium-margin-collapse>.xlarge-4{width:33.3333333333%}.medium-margin-collapse>.xlarge-5{width:41.6666666667%}.medium-margin-collapse>.xlarge-6{width:50%}.medium-margin-collapse>.xlarge-7{width:58.3333333333%}.medium-margin-collapse>.xlarge-8{width:66.6666666667%}.medium-margin-collapse>.xlarge-9{width:75%}.medium-margin-collapse>.xlarge-10{width:83.3333333333%}.medium-margin-collapse>.xlarge-11{width:91.6666666667%}.medium-margin-collapse>.xlarge-12{width:100%}}@media screen and (min-width:105em){.medium-margin-collapse>.xxlarge-1{width:8.3333333333%}.medium-margin-collapse>.xxlarge-2{width:16.6666666667%}.medium-margin-collapse>.xxlarge-3{width:25%}.medium-margin-collapse>.xxlarge-4{width:33.3333333333%}.medium-margin-collapse>.xxlarge-5{width:41.6666666667%}.medium-margin-collapse>.xxlarge-6{width:50%}.medium-margin-collapse>.xxlarge-7{width:58.3333333333%}.medium-margin-collapse>.xxlarge-8{width:66.6666666667%}.medium-margin-collapse>.xxlarge-9{width:75%}.medium-margin-collapse>.xxlarge-10{width:83.3333333333%}.medium-margin-collapse>.xxlarge-11{width:91.6666666667%}.medium-margin-collapse>.xxlarge-12{width:100%}}@media screen and (min-width:120em){.medium-margin-collapse>.end-1{width:8.3333333333%}.medium-margin-collapse>.end-2{width:16.6666666667%}.medium-margin-collapse>.end-3{width:25%}.medium-margin-collapse>.end-4{width:33.3333333333%}.medium-margin-collapse>.end-5{width:41.6666666667%}.medium-margin-collapse>.end-6{width:50%}.medium-margin-collapse>.end-7{width:58.3333333333%}.medium-margin-collapse>.end-8{width:66.6666666667%}.medium-margin-collapse>.end-9{width:75%}.medium-margin-collapse>.end-10{width:83.3333333333%}.medium-margin-collapse>.end-11{width:91.6666666667%}.medium-margin-collapse>.end-12{width:100%}}@media print,screen and (min-width:48em){.medium-padding-collapse{margin-left:0;margin-right:0}.medium-padding-collapse>.cell{padding-left:0;padding-right:0}}@media print,screen and (min-width:75em){.large-margin-collapse,.large-margin-collapse>.cell{margin-left:0;margin-right:0}.large-margin-collapse>.small-1{width:8.3333333333%}.large-margin-collapse>.small-2{width:16.6666666667%}.large-margin-collapse>.small-3{width:25%}.large-margin-collapse>.small-4{width:33.3333333333%}.large-margin-collapse>.small-5{width:41.6666666667%}.large-margin-collapse>.small-6{width:50%}.large-margin-collapse>.small-7{width:58.3333333333%}.large-margin-collapse>.small-8{width:66.6666666667%}.large-margin-collapse>.small-9{width:75%}.large-margin-collapse>.small-10{width:83.3333333333%}.large-margin-collapse>.small-11{width:91.6666666667%}.large-margin-collapse>.small-12{width:100%}.large-margin-collapse>.medium-1{width:8.3333333333%}.large-margin-collapse>.medium-2{width:16.6666666667%}.large-margin-collapse>.medium-3{width:25%}.large-margin-collapse>.medium-4{width:33.3333333333%}.large-margin-collapse>.medium-5{width:41.6666666667%}.large-margin-collapse>.medium-6{width:50%}.large-margin-collapse>.medium-7{width:58.3333333333%}.large-margin-collapse>.medium-8{width:66.6666666667%}.large-margin-collapse>.medium-9{width:75%}.large-margin-collapse>.medium-10{width:83.3333333333%}.large-margin-collapse>.medium-11{width:91.6666666667%}.large-margin-collapse>.medium-12{width:100%}.large-margin-collapse>.large-1{width:8.3333333333%}.large-margin-collapse>.large-2{width:16.6666666667%}.large-margin-collapse>.large-3{width:25%}.large-margin-collapse>.large-4{width:33.3333333333%}.large-margin-collapse>.large-5{width:41.6666666667%}.large-margin-collapse>.large-6{width:50%}.large-margin-collapse>.large-7{width:58.3333333333%}.large-margin-collapse>.large-8{width:66.6666666667%}.large-margin-collapse>.large-9{width:75%}.large-margin-collapse>.large-10{width:83.3333333333%}.large-margin-collapse>.large-11{width:91.6666666667%}.large-margin-collapse>.large-12{width:100%}}@media screen and (min-width:90em){.large-margin-collapse>.xlarge-1{width:8.3333333333%}.large-margin-collapse>.xlarge-2{width:16.6666666667%}.large-margin-collapse>.xlarge-3{width:25%}.large-margin-collapse>.xlarge-4{width:33.3333333333%}.large-margin-collapse>.xlarge-5{width:41.6666666667%}.large-margin-collapse>.xlarge-6{width:50%}.large-margin-collapse>.xlarge-7{width:58.3333333333%}.large-margin-collapse>.xlarge-8{width:66.6666666667%}.large-margin-collapse>.xlarge-9{width:75%}.large-margin-collapse>.xlarge-10{width:83.3333333333%}.large-margin-collapse>.xlarge-11{width:91.6666666667%}.large-margin-collapse>.xlarge-12{width:100%}}@media screen and (min-width:105em){.large-margin-collapse>.xxlarge-1{width:8.3333333333%}.large-margin-collapse>.xxlarge-2{width:16.6666666667%}.large-margin-collapse>.xxlarge-3{width:25%}.large-margin-collapse>.xxlarge-4{width:33.3333333333%}.large-margin-collapse>.xxlarge-5{width:41.6666666667%}.large-margin-collapse>.xxlarge-6{width:50%}.large-margin-collapse>.xxlarge-7{width:58.3333333333%}.large-margin-collapse>.xxlarge-8{width:66.6666666667%}.large-margin-collapse>.xxlarge-9{width:75%}.large-margin-collapse>.xxlarge-10{width:83.3333333333%}.large-margin-collapse>.xxlarge-11{width:91.6666666667%}.large-margin-collapse>.xxlarge-12{width:100%}}@media screen and (min-width:120em){.large-margin-collapse>.end-1{width:8.3333333333%}.large-margin-collapse>.end-2{width:16.6666666667%}.large-margin-collapse>.end-3{width:25%}.large-margin-collapse>.end-4{width:33.3333333333%}.large-margin-collapse>.end-5{width:41.6666666667%}.large-margin-collapse>.end-6{width:50%}.large-margin-collapse>.end-7{width:58.3333333333%}.large-margin-collapse>.end-8{width:66.6666666667%}.large-margin-collapse>.end-9{width:75%}.large-margin-collapse>.end-10{width:83.3333333333%}.large-margin-collapse>.end-11{width:91.6666666667%}.large-margin-collapse>.end-12{width:100%}}@media print,screen and (min-width:75em){.large-padding-collapse{margin-left:0;margin-right:0}.large-padding-collapse>.cell{padding-left:0;padding-right:0}}@media screen and (min-width:90em){.xlarge-margin-collapse,.xlarge-margin-collapse>.cell{margin-left:0;margin-right:0}.xlarge-margin-collapse>.small-1{width:8.3333333333%}.xlarge-margin-collapse>.small-2{width:16.6666666667%}.xlarge-margin-collapse>.small-3{width:25%}.xlarge-margin-collapse>.small-4{width:33.3333333333%}.xlarge-margin-collapse>.small-5{width:41.6666666667%}.xlarge-margin-collapse>.small-6{width:50%}.xlarge-margin-collapse>.small-7{width:58.3333333333%}.xlarge-margin-collapse>.small-8{width:66.6666666667%}.xlarge-margin-collapse>.small-9{width:75%}.xlarge-margin-collapse>.small-10{width:83.3333333333%}.xlarge-margin-collapse>.small-11{width:91.6666666667%}.xlarge-margin-collapse>.small-12{width:100%}.xlarge-margin-collapse>.medium-1{width:8.3333333333%}.xlarge-margin-collapse>.medium-2{width:16.6666666667%}.xlarge-margin-collapse>.medium-3{width:25%}.xlarge-margin-collapse>.medium-4{width:33.3333333333%}.xlarge-margin-collapse>.medium-5{width:41.6666666667%}.xlarge-margin-collapse>.medium-6{width:50%}.xlarge-margin-collapse>.medium-7{width:58.3333333333%}.xlarge-margin-collapse>.medium-8{width:66.6666666667%}.xlarge-margin-collapse>.medium-9{width:75%}.xlarge-margin-collapse>.medium-10{width:83.3333333333%}.xlarge-margin-collapse>.medium-11{width:91.6666666667%}.xlarge-margin-collapse>.medium-12{width:100%}.xlarge-margin-collapse>.large-1{width:8.3333333333%}.xlarge-margin-collapse>.large-2{width:16.6666666667%}.xlarge-margin-collapse>.large-3{width:25%}.xlarge-margin-collapse>.large-4{width:33.3333333333%}.xlarge-margin-collapse>.large-5{width:41.6666666667%}.xlarge-margin-collapse>.large-6{width:50%}.xlarge-margin-collapse>.large-7{width:58.3333333333%}.xlarge-margin-collapse>.large-8{width:66.6666666667%}.xlarge-margin-collapse>.large-9{width:75%}.xlarge-margin-collapse>.large-10{width:83.3333333333%}.xlarge-margin-collapse>.large-11{width:91.6666666667%}.xlarge-margin-collapse>.large-12{width:100%}.xlarge-margin-collapse>.xlarge-1{width:8.3333333333%}.xlarge-margin-collapse>.xlarge-2{width:16.6666666667%}.xlarge-margin-collapse>.xlarge-3{width:25%}.xlarge-margin-collapse>.xlarge-4{width:33.3333333333%}.xlarge-margin-collapse>.xlarge-5{width:41.6666666667%}.xlarge-margin-collapse>.xlarge-6{width:50%}.xlarge-margin-collapse>.xlarge-7{width:58.3333333333%}.xlarge-margin-collapse>.xlarge-8{width:66.6666666667%}.xlarge-margin-collapse>.xlarge-9{width:75%}.xlarge-margin-collapse>.xlarge-10{width:83.3333333333%}.xlarge-margin-collapse>.xlarge-11{width:91.6666666667%}.xlarge-margin-collapse>.xlarge-12{width:100%}}@media screen and (min-width:105em){.xlarge-margin-collapse>.xxlarge-1{width:8.3333333333%}.xlarge-margin-collapse>.xxlarge-2{width:16.6666666667%}.xlarge-margin-collapse>.xxlarge-3{width:25%}.xlarge-margin-collapse>.xxlarge-4{width:33.3333333333%}.xlarge-margin-collapse>.xxlarge-5{width:41.6666666667%}.xlarge-margin-collapse>.xxlarge-6{width:50%}.xlarge-margin-collapse>.xxlarge-7{width:58.3333333333%}.xlarge-margin-collapse>.xxlarge-8{width:66.6666666667%}.xlarge-margin-collapse>.xxlarge-9{width:75%}.xlarge-margin-collapse>.xxlarge-10{width:83.3333333333%}.xlarge-margin-collapse>.xxlarge-11{width:91.6666666667%}.xlarge-margin-collapse>.xxlarge-12{width:100%}}@media screen and (min-width:120em){.xlarge-margin-collapse>.end-1{width:8.3333333333%}.xlarge-margin-collapse>.end-2{width:16.6666666667%}.xlarge-margin-collapse>.end-3{width:25%}.xlarge-margin-collapse>.end-4{width:33.3333333333%}.xlarge-margin-collapse>.end-5{width:41.6666666667%}.xlarge-margin-collapse>.end-6{width:50%}.xlarge-margin-collapse>.end-7{width:58.3333333333%}.xlarge-margin-collapse>.end-8{width:66.6666666667%}.xlarge-margin-collapse>.end-9{width:75%}.xlarge-margin-collapse>.end-10{width:83.3333333333%}.xlarge-margin-collapse>.end-11{width:91.6666666667%}.xlarge-margin-collapse>.end-12{width:100%}}@media screen and (min-width:90em){.xlarge-padding-collapse{margin-left:0;margin-right:0}.xlarge-padding-collapse>.cell{padding-left:0;padding-right:0}}@media screen and (min-width:105em){.xxlarge-margin-collapse,.xxlarge-margin-collapse>.cell{margin-left:0;margin-right:0}.xxlarge-margin-collapse>.small-1{width:8.3333333333%}.xxlarge-margin-collapse>.small-2{width:16.6666666667%}.xxlarge-margin-collapse>.small-3{width:25%}.xxlarge-margin-collapse>.small-4{width:33.3333333333%}.xxlarge-margin-collapse>.small-5{width:41.6666666667%}.xxlarge-margin-collapse>.small-6{width:50%}.xxlarge-margin-collapse>.small-7{width:58.3333333333%}.xxlarge-margin-collapse>.small-8{width:66.6666666667%}.xxlarge-margin-collapse>.small-9{width:75%}.xxlarge-margin-collapse>.small-10{width:83.3333333333%}.xxlarge-margin-collapse>.small-11{width:91.6666666667%}.xxlarge-margin-collapse>.small-12{width:100%}.xxlarge-margin-collapse>.medium-1{width:8.3333333333%}.xxlarge-margin-collapse>.medium-2{width:16.6666666667%}.xxlarge-margin-collapse>.medium-3{width:25%}.xxlarge-margin-collapse>.medium-4{width:33.3333333333%}.xxlarge-margin-collapse>.medium-5{width:41.6666666667%}.xxlarge-margin-collapse>.medium-6{width:50%}.xxlarge-margin-collapse>.medium-7{width:58.3333333333%}.xxlarge-margin-collapse>.medium-8{width:66.6666666667%}.xxlarge-margin-collapse>.medium-9{width:75%}.xxlarge-margin-collapse>.medium-10{width:83.3333333333%}.xxlarge-margin-collapse>.medium-11{width:91.6666666667%}.xxlarge-margin-collapse>.medium-12{width:100%}.xxlarge-margin-collapse>.large-1{width:8.3333333333%}.xxlarge-margin-collapse>.large-2{width:16.6666666667%}.xxlarge-margin-collapse>.large-3{width:25%}.xxlarge-margin-collapse>.large-4{width:33.3333333333%}.xxlarge-margin-collapse>.large-5{width:41.6666666667%}.xxlarge-margin-collapse>.large-6{width:50%}.xxlarge-margin-collapse>.large-7{width:58.3333333333%}.xxlarge-margin-collapse>.large-8{width:66.6666666667%}.xxlarge-margin-collapse>.large-9{width:75%}.xxlarge-margin-collapse>.large-10{width:83.3333333333%}.xxlarge-margin-collapse>.large-11{width:91.6666666667%}.xxlarge-margin-collapse>.large-12{width:100%}.xxlarge-margin-collapse>.xlarge-1{width:8.3333333333%}.xxlarge-margin-collapse>.xlarge-2{width:16.6666666667%}.xxlarge-margin-collapse>.xlarge-3{width:25%}.xxlarge-margin-collapse>.xlarge-4{width:33.3333333333%}.xxlarge-margin-collapse>.xlarge-5{width:41.6666666667%}.xxlarge-margin-collapse>.xlarge-6{width:50%}.xxlarge-margin-collapse>.xlarge-7{width:58.3333333333%}.xxlarge-margin-collapse>.xlarge-8{width:66.6666666667%}.xxlarge-margin-collapse>.xlarge-9{width:75%}.xxlarge-margin-collapse>.xlarge-10{width:83.3333333333%}.xxlarge-margin-collapse>.xlarge-11{width:91.6666666667%}.xxlarge-margin-collapse>.xlarge-12{width:100%}.xxlarge-margin-collapse>.xxlarge-1{width:8.3333333333%}.xxlarge-margin-collapse>.xxlarge-2{width:16.6666666667%}.xxlarge-margin-collapse>.xxlarge-3{width:25%}.xxlarge-margin-collapse>.xxlarge-4{width:33.3333333333%}.xxlarge-margin-collapse>.xxlarge-5{width:41.6666666667%}.xxlarge-margin-collapse>.xxlarge-6{width:50%}.xxlarge-margin-collapse>.xxlarge-7{width:58.3333333333%}.xxlarge-margin-collapse>.xxlarge-8{width:66.6666666667%}.xxlarge-margin-collapse>.xxlarge-9{width:75%}.xxlarge-margin-collapse>.xxlarge-10{width:83.3333333333%}.xxlarge-margin-collapse>.xxlarge-11{width:91.6666666667%}.xxlarge-margin-collapse>.xxlarge-12{width:100%}}@media screen and (min-width:120em){.xxlarge-margin-collapse>.end-1{width:8.3333333333%}.xxlarge-margin-collapse>.end-2{width:16.6666666667%}.xxlarge-margin-collapse>.end-3{width:25%}.xxlarge-margin-collapse>.end-4{width:33.3333333333%}.xxlarge-margin-collapse>.end-5{width:41.6666666667%}.xxlarge-margin-collapse>.end-6{width:50%}.xxlarge-margin-collapse>.end-7{width:58.3333333333%}.xxlarge-margin-collapse>.end-8{width:66.6666666667%}.xxlarge-margin-collapse>.end-9{width:75%}.xxlarge-margin-collapse>.end-10{width:83.3333333333%}.xxlarge-margin-collapse>.end-11{width:91.6666666667%}.xxlarge-margin-collapse>.end-12{width:100%}}@media screen and (min-width:105em){.xxlarge-padding-collapse{margin-left:0;margin-right:0}.xxlarge-padding-collapse>.cell{padding-left:0;padding-right:0}}@media screen and (min-width:120em){.end-margin-collapse,.end-margin-collapse>.cell{margin-left:0;margin-right:0}.end-margin-collapse>.small-1{width:8.3333333333%}.end-margin-collapse>.small-2{width:16.6666666667%}.end-margin-collapse>.small-3{width:25%}.end-margin-collapse>.small-4{width:33.3333333333%}.end-margin-collapse>.small-5{width:41.6666666667%}.end-margin-collapse>.small-6{width:50%}.end-margin-collapse>.small-7{width:58.3333333333%}.end-margin-collapse>.small-8{width:66.6666666667%}.end-margin-collapse>.small-9{width:75%}.end-margin-collapse>.small-10{width:83.3333333333%}.end-margin-collapse>.small-11{width:91.6666666667%}.end-margin-collapse>.small-12{width:100%}.end-margin-collapse>.medium-1{width:8.3333333333%}.end-margin-collapse>.medium-2{width:16.6666666667%}.end-margin-collapse>.medium-3{width:25%}.end-margin-collapse>.medium-4{width:33.3333333333%}.end-margin-collapse>.medium-5{width:41.6666666667%}.end-margin-collapse>.medium-6{width:50%}.end-margin-collapse>.medium-7{width:58.3333333333%}.end-margin-collapse>.medium-8{width:66.6666666667%}.end-margin-collapse>.medium-9{width:75%}.end-margin-collapse>.medium-10{width:83.3333333333%}.end-margin-collapse>.medium-11{width:91.6666666667%}.end-margin-collapse>.medium-12{width:100%}.end-margin-collapse>.large-1{width:8.3333333333%}.end-margin-collapse>.large-2{width:16.6666666667%}.end-margin-collapse>.large-3{width:25%}.end-margin-collapse>.large-4{width:33.3333333333%}.end-margin-collapse>.large-5{width:41.6666666667%}.end-margin-collapse>.large-6{width:50%}.end-margin-collapse>.large-7{width:58.3333333333%}.end-margin-collapse>.large-8{width:66.6666666667%}.end-margin-collapse>.large-9{width:75%}.end-margin-collapse>.large-10{width:83.3333333333%}.end-margin-collapse>.large-11{width:91.6666666667%}.end-margin-collapse>.large-12{width:100%}.end-margin-collapse>.xlarge-1{width:8.3333333333%}.end-margin-collapse>.xlarge-2{width:16.6666666667%}.end-margin-collapse>.xlarge-3{width:25%}.end-margin-collapse>.xlarge-4{width:33.3333333333%}.end-margin-collapse>.xlarge-5{width:41.6666666667%}.end-margin-collapse>.xlarge-6{width:50%}.end-margin-collapse>.xlarge-7{width:58.3333333333%}.end-margin-collapse>.xlarge-8{width:66.6666666667%}.end-margin-collapse>.xlarge-9{width:75%}.end-margin-collapse>.xlarge-10{width:83.3333333333%}.end-margin-collapse>.xlarge-11{width:91.6666666667%}.end-margin-collapse>.xlarge-12{width:100%}.end-margin-collapse>.xxlarge-1{width:8.3333333333%}.end-margin-collapse>.xxlarge-2{width:16.6666666667%}.end-margin-collapse>.xxlarge-3{width:25%}.end-margin-collapse>.xxlarge-4{width:33.3333333333%}.end-margin-collapse>.xxlarge-5{width:41.6666666667%}.end-margin-collapse>.xxlarge-6{width:50%}.end-margin-collapse>.xxlarge-7{width:58.3333333333%}.end-margin-collapse>.xxlarge-8{width:66.6666666667%}.end-margin-collapse>.xxlarge-9{width:75%}.end-margin-collapse>.xxlarge-10{width:83.3333333333%}.end-margin-collapse>.xxlarge-11{width:91.6666666667%}.end-margin-collapse>.xxlarge-12{width:100%}.end-margin-collapse>.end-1{width:8.3333333333%}.end-margin-collapse>.end-2{width:16.6666666667%}.end-margin-collapse>.end-3{width:25%}.end-margin-collapse>.end-4{width:33.3333333333%}.end-margin-collapse>.end-5{width:41.6666666667%}.end-margin-collapse>.end-6{width:50%}.end-margin-collapse>.end-7{width:58.3333333333%}.end-margin-collapse>.end-8{width:66.6666666667%}.end-margin-collapse>.end-9{width:75%}.end-margin-collapse>.end-10{width:83.3333333333%}.end-margin-collapse>.end-11{width:91.6666666667%}.end-margin-collapse>.end-12{width:100%}.end-padding-collapse{margin-left:0;margin-right:0}.end-padding-collapse>.cell{padding-left:0;padding-right:0}}.small-offset-0{margin-left:0}.grid-margin-x>.small-offset-0{margin-left:.46875rem}.small-offset-1{margin-left:8.3333333333%}.grid-margin-x>.small-offset-1{margin-left:calc(8.33333% + .46875rem)}.small-offset-2{margin-left:16.6666666667%}.grid-margin-x>.small-offset-2{margin-left:calc(16.66667% + .46875rem)}.small-offset-3{margin-left:25%}.grid-margin-x>.small-offset-3{margin-left:calc(25% + .46875rem)}.small-offset-4{margin-left:33.3333333333%}.grid-margin-x>.small-offset-4{margin-left:calc(33.33333% + .46875rem)}.small-offset-5{margin-left:41.6666666667%}.grid-margin-x>.small-offset-5{margin-left:calc(41.66667% + .46875rem)}.small-offset-6{margin-left:50%}.grid-margin-x>.small-offset-6{margin-left:calc(50% + .46875rem)}.small-offset-7{margin-left:58.3333333333%}.grid-margin-x>.small-offset-7{margin-left:calc(58.33333% + .46875rem)}.small-offset-8{margin-left:66.6666666667%}.grid-margin-x>.small-offset-8{margin-left:calc(66.66667% + .46875rem)}.small-offset-9{margin-left:75%}.grid-margin-x>.small-offset-9{margin-left:calc(75% + .46875rem)}.small-offset-10{margin-left:83.3333333333%}.grid-margin-x>.small-offset-10{margin-left:calc(83.33333% + .46875rem)}.small-offset-11{margin-left:91.6666666667%}.grid-margin-x>.small-offset-11{margin-left:calc(91.66667% + .46875rem)}@media print,screen and (min-width:48em){.medium-offset-0{margin-left:0}.grid-margin-x>.medium-offset-0{margin-left:.46875rem}.medium-offset-1{margin-left:8.3333333333%}.grid-margin-x>.medium-offset-1{margin-left:calc(8.33333% + .46875rem)}.medium-offset-2{margin-left:16.6666666667%}.grid-margin-x>.medium-offset-2{margin-left:calc(16.66667% + .46875rem)}.medium-offset-3{margin-left:25%}.grid-margin-x>.medium-offset-3{margin-left:calc(25% + .46875rem)}.medium-offset-4{margin-left:33.3333333333%}.grid-margin-x>.medium-offset-4{margin-left:calc(33.33333% + .46875rem)}.medium-offset-5{margin-left:41.6666666667%}.grid-margin-x>.medium-offset-5{margin-left:calc(41.66667% + .46875rem)}.medium-offset-6{margin-left:50%}.grid-margin-x>.medium-offset-6{margin-left:calc(50% + .46875rem)}.medium-offset-7{margin-left:58.3333333333%}.grid-margin-x>.medium-offset-7{margin-left:calc(58.33333% + .46875rem)}.medium-offset-8{margin-left:66.6666666667%}.grid-margin-x>.medium-offset-8{margin-left:calc(66.66667% + .46875rem)}.medium-offset-9{margin-left:75%}.grid-margin-x>.medium-offset-9{margin-left:calc(75% + .46875rem)}.medium-offset-10{margin-left:83.3333333333%}.grid-margin-x>.medium-offset-10{margin-left:calc(83.33333% + .46875rem)}.medium-offset-11{margin-left:91.6666666667%}.grid-margin-x>.medium-offset-11{margin-left:calc(91.66667% + .46875rem)}}@media print,screen and (min-width:75em){.large-offset-0{margin-left:0}.grid-margin-x>.large-offset-0{margin-left:.46875rem}.large-offset-1{margin-left:8.3333333333%}.grid-margin-x>.large-offset-1{margin-left:calc(8.33333% + .46875rem)}.large-offset-2{margin-left:16.6666666667%}.grid-margin-x>.large-offset-2{margin-left:calc(16.66667% + .46875rem)}.large-offset-3{margin-left:25%}.grid-margin-x>.large-offset-3{margin-left:calc(25% + .46875rem)}.large-offset-4{margin-left:33.3333333333%}.grid-margin-x>.large-offset-4{margin-left:calc(33.33333% + .46875rem)}.large-offset-5{margin-left:41.6666666667%}.grid-margin-x>.large-offset-5{margin-left:calc(41.66667% + .46875rem)}.large-offset-6{margin-left:50%}.grid-margin-x>.large-offset-6{margin-left:calc(50% + .46875rem)}.large-offset-7{margin-left:58.3333333333%}.grid-margin-x>.large-offset-7{margin-left:calc(58.33333% + .46875rem)}.large-offset-8{margin-left:66.6666666667%}.grid-margin-x>.large-offset-8{margin-left:calc(66.66667% + .46875rem)}.large-offset-9{margin-left:75%}.grid-margin-x>.large-offset-9{margin-left:calc(75% + .46875rem)}.large-offset-10{margin-left:83.3333333333%}.grid-margin-x>.large-offset-10{margin-left:calc(83.33333% + .46875rem)}.large-offset-11{margin-left:91.6666666667%}.grid-margin-x>.large-offset-11{margin-left:calc(91.66667% + .46875rem)}}@media screen and (min-width:90em){.xlarge-offset-0{margin-left:0}.grid-margin-x>.xlarge-offset-0{margin-left:.46875rem}.xlarge-offset-1{margin-left:8.3333333333%}.grid-margin-x>.xlarge-offset-1{margin-left:calc(8.33333% + .46875rem)}.xlarge-offset-2{margin-left:16.6666666667%}.grid-margin-x>.xlarge-offset-2{margin-left:calc(16.66667% + .46875rem)}.xlarge-offset-3{margin-left:25%}.grid-margin-x>.xlarge-offset-3{margin-left:calc(25% + .46875rem)}.xlarge-offset-4{margin-left:33.3333333333%}.grid-margin-x>.xlarge-offset-4{margin-left:calc(33.33333% + .46875rem)}.xlarge-offset-5{margin-left:41.6666666667%}.grid-margin-x>.xlarge-offset-5{margin-left:calc(41.66667% + .46875rem)}.xlarge-offset-6{margin-left:50%}.grid-margin-x>.xlarge-offset-6{margin-left:calc(50% + .46875rem)}.xlarge-offset-7{margin-left:58.3333333333%}.grid-margin-x>.xlarge-offset-7{margin-left:calc(58.33333% + .46875rem)}.xlarge-offset-8{margin-left:66.6666666667%}.grid-margin-x>.xlarge-offset-8{margin-left:calc(66.66667% + .46875rem)}.xlarge-offset-9{margin-left:75%}.grid-margin-x>.xlarge-offset-9{margin-left:calc(75% + .46875rem)}.xlarge-offset-10{margin-left:83.3333333333%}.grid-margin-x>.xlarge-offset-10{margin-left:calc(83.33333% + .46875rem)}.xlarge-offset-11{margin-left:91.6666666667%}.grid-margin-x>.xlarge-offset-11{margin-left:calc(91.66667% + .46875rem)}}@media screen and (min-width:105em){.xxlarge-offset-0{margin-left:0}.grid-margin-x>.xxlarge-offset-0{margin-left:.46875rem}.xxlarge-offset-1{margin-left:8.3333333333%}.grid-margin-x>.xxlarge-offset-1{margin-left:calc(8.33333% + .46875rem)}.xxlarge-offset-2{margin-left:16.6666666667%}.grid-margin-x>.xxlarge-offset-2{margin-left:calc(16.66667% + .46875rem)}.xxlarge-offset-3{margin-left:25%}.grid-margin-x>.xxlarge-offset-3{margin-left:calc(25% + .46875rem)}.xxlarge-offset-4{margin-left:33.3333333333%}.grid-margin-x>.xxlarge-offset-4{margin-left:calc(33.33333% + .46875rem)}.xxlarge-offset-5{margin-left:41.6666666667%}.grid-margin-x>.xxlarge-offset-5{margin-left:calc(41.66667% + .46875rem)}.xxlarge-offset-6{margin-left:50%}.grid-margin-x>.xxlarge-offset-6{margin-left:calc(50% + .46875rem)}.xxlarge-offset-7{margin-left:58.3333333333%}.grid-margin-x>.xxlarge-offset-7{margin-left:calc(58.33333% + .46875rem)}.xxlarge-offset-8{margin-left:66.6666666667%}.grid-margin-x>.xxlarge-offset-8{margin-left:calc(66.66667% + .46875rem)}.xxlarge-offset-9{margin-left:75%}.grid-margin-x>.xxlarge-offset-9{margin-left:calc(75% + .46875rem)}.xxlarge-offset-10{margin-left:83.3333333333%}.grid-margin-x>.xxlarge-offset-10{margin-left:calc(83.33333% + .46875rem)}.xxlarge-offset-11{margin-left:91.6666666667%}.grid-margin-x>.xxlarge-offset-11{margin-left:calc(91.66667% + .46875rem)}}@media screen and (min-width:120em){.end-offset-0{margin-left:0}.grid-margin-x>.end-offset-0{margin-left:.46875rem}.end-offset-1{margin-left:8.3333333333%}.grid-margin-x>.end-offset-1{margin-left:calc(8.33333% + .46875rem)}.end-offset-2{margin-left:16.6666666667%}.grid-margin-x>.end-offset-2{margin-left:calc(16.66667% + .46875rem)}.end-offset-3{margin-left:25%}.grid-margin-x>.end-offset-3{margin-left:calc(25% + .46875rem)}.end-offset-4{margin-left:33.3333333333%}.grid-margin-x>.end-offset-4{margin-left:calc(33.33333% + .46875rem)}.end-offset-5{margin-left:41.6666666667%}.grid-margin-x>.end-offset-5{margin-left:calc(41.66667% + .46875rem)}.end-offset-6{margin-left:50%}.grid-margin-x>.end-offset-6{margin-left:calc(50% + .46875rem)}.end-offset-7{margin-left:58.3333333333%}.grid-margin-x>.end-offset-7{margin-left:calc(58.33333% + .46875rem)}.end-offset-8{margin-left:66.6666666667%}.grid-margin-x>.end-offset-8{margin-left:calc(66.66667% + .46875rem)}.end-offset-9{margin-left:75%}.grid-margin-x>.end-offset-9{margin-left:calc(75% + .46875rem)}.end-offset-10{margin-left:83.3333333333%}.grid-margin-x>.end-offset-10{margin-left:calc(83.33333% + .46875rem)}.end-offset-11{margin-left:91.6666666667%}.grid-margin-x>.end-offset-11{margin-left:calc(91.66667% + .46875rem)}}.grid-y{display:flex;flex-flow:column nowrap}.grid-y>.cell{max-width:none;width:auto}.grid-y>.auto,.grid-y>.shrink{height:auto}.grid-y>.small-1,.grid-y>.small-10,.grid-y>.small-11,.grid-y>.small-12,.grid-y>.small-2,.grid-y>.small-3,.grid-y>.small-4,.grid-y>.small-5,.grid-y>.small-6,.grid-y>.small-7,.grid-y>.small-8,.grid-y>.small-9,.grid-y>.small-full,.grid-y>.small-shrink{flex-basis:auto}@media print,screen and (min-width:48em){.grid-y>.medium-1,.grid-y>.medium-10,.grid-y>.medium-11,.grid-y>.medium-12,.grid-y>.medium-2,.grid-y>.medium-3,.grid-y>.medium-4,.grid-y>.medium-5,.grid-y>.medium-6,.grid-y>.medium-7,.grid-y>.medium-8,.grid-y>.medium-9,.grid-y>.medium-full,.grid-y>.medium-shrink{flex-basis:auto}}@media print,screen and (min-width:75em){.grid-y>.large-1,.grid-y>.large-10,.grid-y>.large-11,.grid-y>.large-12,.grid-y>.large-2,.grid-y>.large-3,.grid-y>.large-4,.grid-y>.large-5,.grid-y>.large-6,.grid-y>.large-7,.grid-y>.large-8,.grid-y>.large-9,.grid-y>.large-full,.grid-y>.large-shrink{flex-basis:auto}}@media screen and (min-width:90em){.grid-y>.xlarge-1,.grid-y>.xlarge-10,.grid-y>.xlarge-11,.grid-y>.xlarge-12,.grid-y>.xlarge-2,.grid-y>.xlarge-3,.grid-y>.xlarge-4,.grid-y>.xlarge-5,.grid-y>.xlarge-6,.grid-y>.xlarge-7,.grid-y>.xlarge-8,.grid-y>.xlarge-9,.grid-y>.xlarge-full,.grid-y>.xlarge-shrink{flex-basis:auto}}@media screen and (min-width:105em){.grid-y>.xxlarge-1,.grid-y>.xxlarge-10,.grid-y>.xxlarge-11,.grid-y>.xxlarge-12,.grid-y>.xxlarge-2,.grid-y>.xxlarge-3,.grid-y>.xxlarge-4,.grid-y>.xxlarge-5,.grid-y>.xxlarge-6,.grid-y>.xxlarge-7,.grid-y>.xxlarge-8,.grid-y>.xxlarge-9,.grid-y>.xxlarge-full,.grid-y>.xxlarge-shrink{flex-basis:auto}}@media screen and (min-width:120em){.grid-y>.end-1,.grid-y>.end-10,.grid-y>.end-11,.grid-y>.end-12,.grid-y>.end-2,.grid-y>.end-3,.grid-y>.end-4,.grid-y>.end-5,.grid-y>.end-6,.grid-y>.end-7,.grid-y>.end-8,.grid-y>.end-9,.grid-y>.end-full,.grid-y>.end-shrink{flex-basis:auto}}.grid-y>.small-1,.grid-y>.small-10,.grid-y>.small-11,.grid-y>.small-12,.grid-y>.small-2,.grid-y>.small-3,.grid-y>.small-4,.grid-y>.small-5,.grid-y>.small-6,.grid-y>.small-7,.grid-y>.small-8,.grid-y>.small-9{flex:0 0 auto}.grid-y>.small-1{height:8.3333333333%}.grid-y>.small-2{height:16.6666666667%}.grid-y>.small-3{height:25%}.grid-y>.small-4{height:33.3333333333%}.grid-y>.small-5{height:41.6666666667%}.grid-y>.small-6{height:50%}.grid-y>.small-7{height:58.3333333333%}.grid-y>.small-8{height:66.6666666667%}.grid-y>.small-9{height:75%}.grid-y>.small-10{height:83.3333333333%}.grid-y>.small-11{height:91.6666666667%}.grid-y>.small-12{height:100%}@media print,screen and (min-width:48em){.grid-y>.medium-auto{flex:1 1 0px;height:auto}.grid-y>.medium-1,.grid-y>.medium-10,.grid-y>.medium-11,.grid-y>.medium-12,.grid-y>.medium-2,.grid-y>.medium-3,.grid-y>.medium-4,.grid-y>.medium-5,.grid-y>.medium-6,.grid-y>.medium-7,.grid-y>.medium-8,.grid-y>.medium-9,.grid-y>.medium-shrink{flex:0 0 auto}.grid-y>.medium-shrink{height:auto}.grid-y>.medium-1{height:8.3333333333%}.grid-y>.medium-2{height:16.6666666667%}.grid-y>.medium-3{height:25%}.grid-y>.medium-4{height:33.3333333333%}.grid-y>.medium-5{height:41.6666666667%}.grid-y>.medium-6{height:50%}.grid-y>.medium-7{height:58.3333333333%}.grid-y>.medium-8{height:66.6666666667%}.grid-y>.medium-9{height:75%}.grid-y>.medium-10{height:83.3333333333%}.grid-y>.medium-11{height:91.6666666667%}.grid-y>.medium-12{height:100%}}@media print,screen and (min-width:75em){.grid-y>.large-auto{flex:1 1 0px;height:auto}.grid-y>.large-1,.grid-y>.large-10,.grid-y>.large-11,.grid-y>.large-12,.grid-y>.large-2,.grid-y>.large-3,.grid-y>.large-4,.grid-y>.large-5,.grid-y>.large-6,.grid-y>.large-7,.grid-y>.large-8,.grid-y>.large-9,.grid-y>.large-shrink{flex:0 0 auto}.grid-y>.large-shrink{height:auto}.grid-y>.large-1{height:8.3333333333%}.grid-y>.large-2{height:16.6666666667%}.grid-y>.large-3{height:25%}.grid-y>.large-4{height:33.3333333333%}.grid-y>.large-5{height:41.6666666667%}.grid-y>.large-6{height:50%}.grid-y>.large-7{height:58.3333333333%}.grid-y>.large-8{height:66.6666666667%}.grid-y>.large-9{height:75%}.grid-y>.large-10{height:83.3333333333%}.grid-y>.large-11{height:91.6666666667%}.grid-y>.large-12{height:100%}}@media screen and (min-width:90em){.grid-y>.xlarge-auto{flex:1 1 0px;height:auto}.grid-y>.xlarge-1,.grid-y>.xlarge-10,.grid-y>.xlarge-11,.grid-y>.xlarge-12,.grid-y>.xlarge-2,.grid-y>.xlarge-3,.grid-y>.xlarge-4,.grid-y>.xlarge-5,.grid-y>.xlarge-6,.grid-y>.xlarge-7,.grid-y>.xlarge-8,.grid-y>.xlarge-9,.grid-y>.xlarge-shrink{flex:0 0 auto}.grid-y>.xlarge-shrink{height:auto}.grid-y>.xlarge-1{height:8.3333333333%}.grid-y>.xlarge-2{height:16.6666666667%}.grid-y>.xlarge-3{height:25%}.grid-y>.xlarge-4{height:33.3333333333%}.grid-y>.xlarge-5{height:41.6666666667%}.grid-y>.xlarge-6{height:50%}.grid-y>.xlarge-7{height:58.3333333333%}.grid-y>.xlarge-8{height:66.6666666667%}.grid-y>.xlarge-9{height:75%}.grid-y>.xlarge-10{height:83.3333333333%}.grid-y>.xlarge-11{height:91.6666666667%}.grid-y>.xlarge-12{height:100%}}@media screen and (min-width:105em){.grid-y>.xxlarge-auto{flex:1 1 0px;height:auto}.grid-y>.xxlarge-1,.grid-y>.xxlarge-10,.grid-y>.xxlarge-11,.grid-y>.xxlarge-12,.grid-y>.xxlarge-2,.grid-y>.xxlarge-3,.grid-y>.xxlarge-4,.grid-y>.xxlarge-5,.grid-y>.xxlarge-6,.grid-y>.xxlarge-7,.grid-y>.xxlarge-8,.grid-y>.xxlarge-9,.grid-y>.xxlarge-shrink{flex:0 0 auto}.grid-y>.xxlarge-shrink{height:auto}.grid-y>.xxlarge-1{height:8.3333333333%}.grid-y>.xxlarge-2{height:16.6666666667%}.grid-y>.xxlarge-3{height:25%}.grid-y>.xxlarge-4{height:33.3333333333%}.grid-y>.xxlarge-5{height:41.6666666667%}.grid-y>.xxlarge-6{height:50%}.grid-y>.xxlarge-7{height:58.3333333333%}.grid-y>.xxlarge-8{height:66.6666666667%}.grid-y>.xxlarge-9{height:75%}.grid-y>.xxlarge-10{height:83.3333333333%}.grid-y>.xxlarge-11{height:91.6666666667%}.grid-y>.xxlarge-12{height:100%}}@media screen and (min-width:120em){.grid-y>.end-auto{flex:1 1 0px;height:auto}.grid-y>.end-1,.grid-y>.end-10,.grid-y>.end-11,.grid-y>.end-12,.grid-y>.end-2,.grid-y>.end-3,.grid-y>.end-4,.grid-y>.end-5,.grid-y>.end-6,.grid-y>.end-7,.grid-y>.end-8,.grid-y>.end-9,.grid-y>.end-shrink{flex:0 0 auto}.grid-y>.end-shrink{height:auto}.grid-y>.end-1{height:8.3333333333%}.grid-y>.end-2{height:16.6666666667%}.grid-y>.end-3{height:25%}.grid-y>.end-4{height:33.3333333333%}.grid-y>.end-5{height:41.6666666667%}.grid-y>.end-6{height:50%}.grid-y>.end-7{height:58.3333333333%}.grid-y>.end-8{height:66.6666666667%}.grid-y>.end-9{height:75%}.grid-y>.end-10{height:83.3333333333%}.grid-y>.end-11{height:91.6666666667%}.grid-y>.end-12{height:100%}}.grid-padding-y .grid-padding-y{margin-bottom:-.46875rem;margin-top:-.46875rem}@media print,screen and (min-width:48em){.grid-padding-y .grid-padding-y{margin-bottom:-.46875rem;margin-top:-.46875rem}}@media print,screen and (min-width:75em){.grid-padding-y .grid-padding-y{margin-bottom:-.46875rem;margin-top:-.46875rem}}.grid-padding-y>.cell{padding-bottom:.46875rem;padding-top:.46875rem}@media print,screen and (min-width:48em){.grid-padding-y>.cell{padding-bottom:.46875rem;padding-top:.46875rem}}@media print,screen and (min-width:75em){.grid-padding-y>.cell{padding-bottom:.46875rem;padding-top:.46875rem}}.grid-frame{align-items:stretch;flex-wrap:nowrap;overflow:hidden;position:relative;width:100vw}.cell .grid-frame{width:100%}.cell-block{max-width:100%;overflow-x:auto}.cell-block,.cell-block-y{-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.cell-block-y{max-height:100%;min-height:100%;overflow-y:auto}.cell-block-container{display:flex;flex-direction:column;max-height:100%}.cell-block-container>.grid-x{flex-wrap:nowrap;max-height:100%}@media print,screen and (min-width:48em){.medium-grid-frame{align-items:stretch;flex-wrap:nowrap;overflow:hidden;position:relative;width:100vw}.cell .medium-grid-frame{width:100%}.medium-cell-block{-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;max-width:100%;overflow-x:auto}.medium-cell-block-container{display:flex;flex-direction:column;max-height:100%}.medium-cell-block-container>.grid-x{flex-wrap:nowrap;max-height:100%}.medium-cell-block-y{-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;max-height:100%;min-height:100%;overflow-y:auto}}@media print,screen and (min-width:75em){.large-grid-frame{align-items:stretch;flex-wrap:nowrap;overflow:hidden;position:relative;width:100vw}.cell .large-grid-frame{width:100%}.large-cell-block{-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;max-width:100%;overflow-x:auto}.large-cell-block-container{display:flex;flex-direction:column;max-height:100%}.large-cell-block-container>.grid-x{flex-wrap:nowrap;max-height:100%}.large-cell-block-y{-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;max-height:100%;min-height:100%;overflow-y:auto}}@media screen and (min-width:90em){.xlarge-grid-frame{align-items:stretch;flex-wrap:nowrap;overflow:hidden;position:relative;width:100vw}.cell .xlarge-grid-frame{width:100%}.xlarge-cell-block{-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;max-width:100%;overflow-x:auto}.xlarge-cell-block-container{display:flex;flex-direction:column;max-height:100%}.xlarge-cell-block-container>.grid-x{flex-wrap:nowrap;max-height:100%}.xlarge-cell-block-y{-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;max-height:100%;min-height:100%;overflow-y:auto}}@media screen and (min-width:105em){.xxlarge-grid-frame{align-items:stretch;flex-wrap:nowrap;overflow:hidden;position:relative;width:100vw}.cell .xxlarge-grid-frame{width:100%}.xxlarge-cell-block{-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;max-width:100%;overflow-x:auto}.xxlarge-cell-block-container{display:flex;flex-direction:column;max-height:100%}.xxlarge-cell-block-container>.grid-x{flex-wrap:nowrap;max-height:100%}.xxlarge-cell-block-y{-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;max-height:100%;min-height:100%;overflow-y:auto}}@media screen and (min-width:120em){.end-grid-frame{align-items:stretch;flex-wrap:nowrap;overflow:hidden;position:relative;width:100vw}.cell .end-grid-frame{width:100%}.end-cell-block{-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;max-width:100%;overflow-x:auto}.end-cell-block-container{display:flex;flex-direction:column;max-height:100%}.end-cell-block-container>.grid-x{flex-wrap:nowrap;max-height:100%}.end-cell-block-y{-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;max-height:100%;min-height:100%;overflow-y:auto}}.grid-y.grid-frame{align-items:stretch;flex-wrap:nowrap;height:100vh;overflow:hidden;position:relative;width:auto}@media print,screen and (min-width:48em){.grid-y.medium-grid-frame{align-items:stretch;flex-wrap:nowrap;height:100vh;overflow:hidden;position:relative;width:auto}}@media print,screen and (min-width:75em){.grid-y.large-grid-frame{align-items:stretch;flex-wrap:nowrap;height:100vh;overflow:hidden;position:relative;width:auto}}@media screen and (min-width:90em){.grid-y.xlarge-grid-frame{align-items:stretch;flex-wrap:nowrap;height:100vh;overflow:hidden;position:relative;width:auto}}@media screen and (min-width:105em){.grid-y.xxlarge-grid-frame{align-items:stretch;flex-wrap:nowrap;height:100vh;overflow:hidden;position:relative;width:auto}}@media screen and (min-width:120em){.grid-y.end-grid-frame{align-items:stretch;flex-wrap:nowrap;height:100vh;overflow:hidden;position:relative;width:auto}}.cell .grid-y.grid-frame{height:100%}@media print,screen and (min-width:48em){.cell .grid-y.medium-grid-frame{height:100%}}@media print,screen and (min-width:75em){.cell .grid-y.large-grid-frame{height:100%}}@media screen and (min-width:90em){.cell .grid-y.xlarge-grid-frame{height:100%}}@media screen and (min-width:105em){.cell .grid-y.xxlarge-grid-frame{height:100%}}@media screen and (min-width:120em){.cell .grid-y.end-grid-frame{height:100%}}.grid-margin-y{margin-bottom:-.46875rem;margin-top:-.46875rem}@media print,screen and (min-width:48em){.grid-margin-y{margin-bottom:-.46875rem;margin-top:-.46875rem}}@media print,screen and (min-width:75em){.grid-margin-y{margin-bottom:-.46875rem;margin-top:-.46875rem}}.grid-margin-y>.cell{height:calc(100% - .9375rem);margin-bottom:.46875rem;margin-top:.46875rem}@media print,screen and (min-width:48em){.grid-margin-y>.cell{height:calc(100% - .9375rem);margin-bottom:.46875rem;margin-top:.46875rem}}@media print,screen and (min-width:75em){.grid-margin-y>.cell{height:calc(100% - .9375rem);margin-bottom:.46875rem;margin-top:.46875rem}}.grid-margin-y>.auto,.grid-margin-y>.shrink{height:auto}.grid-margin-y>.small-1{height:calc(8.33333% - .9375rem)}.grid-margin-y>.small-2{height:calc(16.66667% - .9375rem)}.grid-margin-y>.small-3{height:calc(25% - .9375rem)}.grid-margin-y>.small-4{height:calc(33.33333% - .9375rem)}.grid-margin-y>.small-5{height:calc(41.66667% - .9375rem)}.grid-margin-y>.small-6{height:calc(50% - .9375rem)}.grid-margin-y>.small-7{height:calc(58.33333% - .9375rem)}.grid-margin-y>.small-8{height:calc(66.66667% - .9375rem)}.grid-margin-y>.small-9{height:calc(75% - .9375rem)}.grid-margin-y>.small-10{height:calc(83.33333% - .9375rem)}.grid-margin-y>.small-11{height:calc(91.66667% - .9375rem)}.grid-margin-y>.small-12{height:calc(100% - .9375rem)}@media print,screen and (min-width:48em){.grid-margin-y>.auto,.grid-margin-y>.shrink{height:auto}.grid-margin-y>.small-1{height:calc(8.33333% - .9375rem)}.grid-margin-y>.small-2{height:calc(16.66667% - .9375rem)}.grid-margin-y>.small-3{height:calc(25% - .9375rem)}.grid-margin-y>.small-4{height:calc(33.33333% - .9375rem)}.grid-margin-y>.small-5{height:calc(41.66667% - .9375rem)}.grid-margin-y>.small-6{height:calc(50% - .9375rem)}.grid-margin-y>.small-7{height:calc(58.33333% - .9375rem)}.grid-margin-y>.small-8{height:calc(66.66667% - .9375rem)}.grid-margin-y>.small-9{height:calc(75% - .9375rem)}.grid-margin-y>.small-10{height:calc(83.33333% - .9375rem)}.grid-margin-y>.small-11{height:calc(91.66667% - .9375rem)}.grid-margin-y>.small-12{height:calc(100% - .9375rem)}.grid-margin-y>.small-medium-auto,.grid-margin-y>.small-medium-shrink{height:auto}.grid-margin-y>.small-medium-1{height:calc(8.33333% - .9375rem)}.grid-margin-y>.small-medium-2{height:calc(16.66667% - .9375rem)}.grid-margin-y>.small-medium-3{height:calc(25% - .9375rem)}.grid-margin-y>.small-medium-4{height:calc(33.33333% - .9375rem)}.grid-margin-y>.small-medium-5{height:calc(41.66667% - .9375rem)}.grid-margin-y>.small-medium-6{height:calc(50% - .9375rem)}.grid-margin-y>.small-medium-7{height:calc(58.33333% - .9375rem)}.grid-margin-y>.small-medium-8{height:calc(66.66667% - .9375rem)}.grid-margin-y>.small-medium-9{height:calc(75% - .9375rem)}.grid-margin-y>.small-medium-10{height:calc(83.33333% - .9375rem)}.grid-margin-y>.small-medium-11{height:calc(91.66667% - .9375rem)}.grid-margin-y>.small-medium-12{height:calc(100% - .9375rem)}.grid-margin-y>.medium-auto,.grid-margin-y>.medium-shrink{height:auto}.grid-margin-y>.medium-1{height:calc(8.33333% - .9375rem)}.grid-margin-y>.medium-2{height:calc(16.66667% - .9375rem)}.grid-margin-y>.medium-3{height:calc(25% - .9375rem)}.grid-margin-y>.medium-4{height:calc(33.33333% - .9375rem)}.grid-margin-y>.medium-5{height:calc(41.66667% - .9375rem)}.grid-margin-y>.medium-6{height:calc(50% - .9375rem)}.grid-margin-y>.medium-7{height:calc(58.33333% - .9375rem)}.grid-margin-y>.medium-8{height:calc(66.66667% - .9375rem)}.grid-margin-y>.medium-9{height:calc(75% - .9375rem)}.grid-margin-y>.medium-10{height:calc(83.33333% - .9375rem)}.grid-margin-y>.medium-11{height:calc(91.66667% - .9375rem)}.grid-margin-y>.medium-12{height:calc(100% - .9375rem)}}@media print,screen and (min-width:75em){.grid-margin-y>.auto,.grid-margin-y>.shrink{height:auto}.grid-margin-y>.small-1{height:calc(8.33333% - .9375rem)}.grid-margin-y>.small-2{height:calc(16.66667% - .9375rem)}.grid-margin-y>.small-3{height:calc(25% - .9375rem)}.grid-margin-y>.small-4{height:calc(33.33333% - .9375rem)}.grid-margin-y>.small-5{height:calc(41.66667% - .9375rem)}.grid-margin-y>.small-6{height:calc(50% - .9375rem)}.grid-margin-y>.small-7{height:calc(58.33333% - .9375rem)}.grid-margin-y>.small-8{height:calc(66.66667% - .9375rem)}.grid-margin-y>.small-9{height:calc(75% - .9375rem)}.grid-margin-y>.small-10{height:calc(83.33333% - .9375rem)}.grid-margin-y>.small-11{height:calc(91.66667% - .9375rem)}.grid-margin-y>.small-12{height:calc(100% - .9375rem)}.grid-margin-y>.small-medium-auto,.grid-margin-y>.small-medium-shrink{height:auto}.grid-margin-y>.small-medium-1{height:calc(8.33333% - .9375rem)}.grid-margin-y>.small-medium-2{height:calc(16.66667% - .9375rem)}.grid-margin-y>.small-medium-3{height:calc(25% - .9375rem)}.grid-margin-y>.small-medium-4{height:calc(33.33333% - .9375rem)}.grid-margin-y>.small-medium-5{height:calc(41.66667% - .9375rem)}.grid-margin-y>.small-medium-6{height:calc(50% - .9375rem)}.grid-margin-y>.small-medium-7{height:calc(58.33333% - .9375rem)}.grid-margin-y>.small-medium-8{height:calc(66.66667% - .9375rem)}.grid-margin-y>.small-medium-9{height:calc(75% - .9375rem)}.grid-margin-y>.small-medium-10{height:calc(83.33333% - .9375rem)}.grid-margin-y>.small-medium-11{height:calc(91.66667% - .9375rem)}.grid-margin-y>.small-medium-12{height:calc(100% - .9375rem)}.grid-margin-y>.medium-auto,.grid-margin-y>.medium-shrink{height:auto}.grid-margin-y>.medium-1{height:calc(8.33333% - .9375rem)}.grid-margin-y>.medium-2{height:calc(16.66667% - .9375rem)}.grid-margin-y>.medium-3{height:calc(25% - .9375rem)}.grid-margin-y>.medium-4{height:calc(33.33333% - .9375rem)}.grid-margin-y>.medium-5{height:calc(41.66667% - .9375rem)}.grid-margin-y>.medium-6{height:calc(50% - .9375rem)}.grid-margin-y>.medium-7{height:calc(58.33333% - .9375rem)}.grid-margin-y>.medium-8{height:calc(66.66667% - .9375rem)}.grid-margin-y>.medium-9{height:calc(75% - .9375rem)}.grid-margin-y>.medium-10{height:calc(83.33333% - .9375rem)}.grid-margin-y>.medium-11{height:calc(91.66667% - .9375rem)}.grid-margin-y>.medium-12{height:calc(100% - .9375rem)}.grid-margin-y>.medium-large-auto,.grid-margin-y>.medium-large-shrink{height:auto}.grid-margin-y>.medium-large-1{height:calc(8.33333% - .9375rem)}.grid-margin-y>.medium-large-2{height:calc(16.66667% - .9375rem)}.grid-margin-y>.medium-large-3{height:calc(25% - .9375rem)}.grid-margin-y>.medium-large-4{height:calc(33.33333% - .9375rem)}.grid-margin-y>.medium-large-5{height:calc(41.66667% - .9375rem)}.grid-margin-y>.medium-large-6{height:calc(50% - .9375rem)}.grid-margin-y>.medium-large-7{height:calc(58.33333% - .9375rem)}.grid-margin-y>.medium-large-8{height:calc(66.66667% - .9375rem)}.grid-margin-y>.medium-large-9{height:calc(75% - .9375rem)}.grid-margin-y>.medium-large-10{height:calc(83.33333% - .9375rem)}.grid-margin-y>.medium-large-11{height:calc(91.66667% - .9375rem)}.grid-margin-y>.medium-large-12{height:calc(100% - .9375rem)}.grid-margin-y>.large-auto,.grid-margin-y>.large-shrink{height:auto}.grid-margin-y>.large-1{height:calc(8.33333% - .9375rem)}.grid-margin-y>.large-2{height:calc(16.66667% - .9375rem)}.grid-margin-y>.large-3{height:calc(25% - .9375rem)}.grid-margin-y>.large-4{height:calc(33.33333% - .9375rem)}.grid-margin-y>.large-5{height:calc(41.66667% - .9375rem)}.grid-margin-y>.large-6{height:calc(50% - .9375rem)}.grid-margin-y>.large-7{height:calc(58.33333% - .9375rem)}.grid-margin-y>.large-8{height:calc(66.66667% - .9375rem)}.grid-margin-y>.large-9{height:calc(75% - .9375rem)}.grid-margin-y>.large-10{height:calc(83.33333% - .9375rem)}.grid-margin-y>.large-11{height:calc(91.66667% - .9375rem)}.grid-margin-y>.large-12{height:calc(100% - .9375rem)}}@media screen and (min-width:90em){.grid-margin-y>.xlarge-auto,.grid-margin-y>.xlarge-shrink{height:auto}.grid-margin-y>.xlarge-1{height:calc(8.33333% - .9375rem)}.grid-margin-y>.xlarge-2{height:calc(16.66667% - .9375rem)}.grid-margin-y>.xlarge-3{height:calc(25% - .9375rem)}.grid-margin-y>.xlarge-4{height:calc(33.33333% - .9375rem)}.grid-margin-y>.xlarge-5{height:calc(41.66667% - .9375rem)}.grid-margin-y>.xlarge-6{height:calc(50% - .9375rem)}.grid-margin-y>.xlarge-7{height:calc(58.33333% - .9375rem)}.grid-margin-y>.xlarge-8{height:calc(66.66667% - .9375rem)}.grid-margin-y>.xlarge-9{height:calc(75% - .9375rem)}.grid-margin-y>.xlarge-10{height:calc(83.33333% - .9375rem)}.grid-margin-y>.xlarge-11{height:calc(91.66667% - .9375rem)}.grid-margin-y>.xlarge-12{height:calc(100% - .9375rem)}}@media screen and (min-width:105em){.grid-margin-y>.xxlarge-auto,.grid-margin-y>.xxlarge-shrink{height:auto}.grid-margin-y>.xxlarge-1{height:calc(8.33333% - .9375rem)}.grid-margin-y>.xxlarge-2{height:calc(16.66667% - .9375rem)}.grid-margin-y>.xxlarge-3{height:calc(25% - .9375rem)}.grid-margin-y>.xxlarge-4{height:calc(33.33333% - .9375rem)}.grid-margin-y>.xxlarge-5{height:calc(41.66667% - .9375rem)}.grid-margin-y>.xxlarge-6{height:calc(50% - .9375rem)}.grid-margin-y>.xxlarge-7{height:calc(58.33333% - .9375rem)}.grid-margin-y>.xxlarge-8{height:calc(66.66667% - .9375rem)}.grid-margin-y>.xxlarge-9{height:calc(75% - .9375rem)}.grid-margin-y>.xxlarge-10{height:calc(83.33333% - .9375rem)}.grid-margin-y>.xxlarge-11{height:calc(91.66667% - .9375rem)}.grid-margin-y>.xxlarge-12{height:calc(100% - .9375rem)}}@media screen and (min-width:120em){.grid-margin-y>.end-auto,.grid-margin-y>.end-shrink{height:auto}.grid-margin-y>.end-1{height:calc(8.33333% - .9375rem)}.grid-margin-y>.end-2{height:calc(16.66667% - .9375rem)}.grid-margin-y>.end-3{height:calc(25% - .9375rem)}.grid-margin-y>.end-4{height:calc(33.33333% - .9375rem)}.grid-margin-y>.end-5{height:calc(41.66667% - .9375rem)}.grid-margin-y>.end-6{height:calc(50% - .9375rem)}.grid-margin-y>.end-7{height:calc(58.33333% - .9375rem)}.grid-margin-y>.end-8{height:calc(66.66667% - .9375rem)}.grid-margin-y>.end-9{height:calc(75% - .9375rem)}.grid-margin-y>.end-10{height:calc(83.33333% - .9375rem)}.grid-margin-y>.end-11{height:calc(91.66667% - .9375rem)}.grid-margin-y>.end-12{height:calc(100% - .9375rem)}}.grid-frame.grid-margin-y{height:calc(100vh + .9375rem)}@media print,screen and (min-width:48em){.grid-frame.grid-margin-y{height:calc(100vh + .9375rem)}}@media print,screen and (min-width:75em){.grid-frame.grid-margin-y{height:calc(100vh + .9375rem)}}@media screen and (min-width:90em){.grid-frame.grid-margin-y{height:calc(100vh + .9375rem)}}@media screen and (min-width:105em){.grid-frame.grid-margin-y{height:calc(100vh + .9375rem)}}@media screen and (min-width:120em){.grid-frame.grid-margin-y{height:calc(100vh + .9375rem)}}@media print,screen and (min-width:48em){.grid-margin-y.medium-grid-frame{height:calc(100vh + .9375rem)}}@media print,screen and (min-width:75em){.grid-margin-y.large-grid-frame{height:calc(100vh + .9375rem)}}@media screen and (min-width:90em){.grid-margin-y.xlarge-grid-frame{height:calc(100vh + .9375rem)}}@media screen and (min-width:105em){.grid-margin-y.xxlarge-grid-frame{height:calc(100vh + .9375rem)}}@media screen and (min-width:120em){.grid-margin-y.end-grid-frame{height:calc(100vh + .9375rem)}}.hide{display:none!important}.invisible{visibility:hidden}@media screen and (max-width:25.87375em){.hide-for-small-only{display:none!important}}@media screen and (max-width:0em),screen and (min-width:25.875em){.show-for-small-only{display:none!important}}@media print,screen and (min-width:48em){.hide-for-medium{display:none!important}}@media screen and (max-width:47.99875em){.show-for-medium{display:none!important}}@media screen and (min-width:48em) and (max-width:62.49875em){.hide-for-medium-only{display:none!important}}@media screen and (max-width:47.99875em),screen and (min-width:62.5em){.show-for-medium-only{display:none!important}}@media print,screen and (min-width:75em){.hide-for-large{display:none!important}}@media screen and (max-width:74.99875em){.show-for-large{display:none!important}}@media screen and (min-width:75em) and (max-width:89.99875em){.hide-for-large-only{display:none!important}}@media screen and (max-width:74.99875em),screen and (min-width:90em){.show-for-large-only{display:none!important}}@media screen and (min-width:90em){.hide-for-xlarge{display:none!important}}@media screen and (max-width:89.99875em){.show-for-xlarge{display:none!important}}@media screen and (min-width:90em) and (max-width:104.99875em){.hide-for-xlarge-only{display:none!important}}@media screen and (max-width:89.99875em),screen and (min-width:105em){.show-for-xlarge-only{display:none!important}}@media screen and (min-width:105em){.hide-for-xxlarge{display:none!important}}@media screen and (max-width:104.99875em){.show-for-xxlarge{display:none!important}}@media screen and (min-width:105em) and (max-width:159.99875em){.hide-for-xxlarge-only{display:none!important}}@media screen and (max-width:104.99875em),screen and (min-width:160em){.show-for-xxlarge-only{display:none!important}}@media screen and (min-width:120em){.hide-for-end{display:none!important}}@media screen and (max-width:119.99875em){.show-for-end{display:none!important}}@media screen and (min-width:120em){.hide-for-end-only{display:none!important}}@media screen and (max-width:119.99875em){.show-for-end-only{display:none!important}}.show-for-sr,.show-on-focus{clip:rect(0,0,0,0);border:0;height:1px;overflow:hidden;padding:0;position:absolute!important;white-space:nowrap;width:1px}.show-on-focus:active,.show-on-focus:focus{clip:auto;height:auto;overflow:visible;position:static!important;white-space:normal;width:auto}.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}}.align-left{justify-content:flex-start}.align-right{justify-content:flex-end}.align-center{justify-content:center}.align-justify{justify-content:space-between}.align-spaced{justify-content:space-around}.align-left.vertical.menu>li>a{justify-content:flex-start}.align-right.vertical.menu>li>a{justify-content:flex-end}.align-center.vertical.menu>li>a{justify-content:center}.align-top{align-items:flex-start}.align-self-top{align-self:flex-start}.align-bottom{align-items:flex-end}.align-self-bottom{align-self:flex-end}.align-middle{align-items:center}.align-self-middle{align-self:center}.align-stretch{align-items:stretch}.align-self-stretch{align-self:stretch}.align-center-middle{align-content:center;align-items:center;justify-content:center}.small-order-1{order:1}.small-order-2{order:2}.small-order-3{order:3}.small-order-4{order:4}.small-order-5{order:5}.small-order-6{order:6}@media print,screen and (min-width:48em){.medium-order-1{order:1}.medium-order-2{order:2}.medium-order-3{order:3}.medium-order-4{order:4}.medium-order-5{order:5}.medium-order-6{order:6}}@media print,screen and (min-width:75em){.large-order-1{order:1}.large-order-2{order:2}.large-order-3{order:3}.large-order-4{order:4}.large-order-5{order:5}.large-order-6{order:6}}@media screen and (min-width:90em){.xlarge-order-1{order:1}.xlarge-order-2{order:2}.xlarge-order-3{order:3}.xlarge-order-4{order:4}.xlarge-order-5{order:5}.xlarge-order-6{order:6}}@media screen and (min-width:105em){.xxlarge-order-1{order:1}.xxlarge-order-2{order:2}.xxlarge-order-3{order:3}.xxlarge-order-4{order:4}.xxlarge-order-5{order:5}.xxlarge-order-6{order:6}}@media screen and (min-width:120em){.end-order-1{order:1}.end-order-2{order:2}.end-order-3{order:3}.end-order-4{order:4}.end-order-5{order:5}.end-order-6{order:6}}.flex-container{display:flex}.flex-child-auto{flex:1 1 auto}.flex-child-grow{flex:1 0 auto}.flex-child-shrink{flex:0 1 auto}.flex-dir-row{flex-direction:row}.flex-dir-row-reverse{flex-direction:row-reverse}.flex-dir-column{flex-direction:column}.flex-dir-column-reverse{flex-direction:column-reverse}@media print,screen and (min-width:48em){.medium-flex-container{display:flex}.medium-flex-child-auto{flex:1 1 auto}.medium-flex-child-grow{flex:1 0 auto}.medium-flex-child-shrink{flex:0 1 auto}.medium-flex-dir-row{flex-direction:row}.medium-flex-dir-row-reverse{flex-direction:row-reverse}.medium-flex-dir-column{flex-direction:column}.medium-flex-dir-column-reverse{flex-direction:column-reverse}}@media print,screen and (min-width:75em){.large-flex-container{display:flex}.large-flex-child-auto{flex:1 1 auto}.large-flex-child-grow{flex:1 0 auto}.large-flex-child-shrink{flex:0 1 auto}.large-flex-dir-row{flex-direction:row}.large-flex-dir-row-reverse{flex-direction:row-reverse}.large-flex-dir-column{flex-direction:column}.large-flex-dir-column-reverse{flex-direction:column-reverse}}@media screen and (min-width:90em){.xlarge-flex-container{display:flex}.xlarge-flex-child-auto{flex:1 1 auto}.xlarge-flex-child-grow{flex:1 0 auto}.xlarge-flex-child-shrink{flex:0 1 auto}.xlarge-flex-dir-row{flex-direction:row}.xlarge-flex-dir-row-reverse{flex-direction:row-reverse}.xlarge-flex-dir-column{flex-direction:column}.xlarge-flex-dir-column-reverse{flex-direction:column-reverse}}@media screen and (min-width:105em){.xxlarge-flex-container{display:flex}.xxlarge-flex-child-auto{flex:1 1 auto}.xxlarge-flex-child-grow{flex:1 0 auto}.xxlarge-flex-child-shrink{flex:0 1 auto}.xxlarge-flex-dir-row{flex-direction:row}.xxlarge-flex-dir-row-reverse{flex-direction:row-reverse}.xxlarge-flex-dir-column{flex-direction:column}.xxlarge-flex-dir-column-reverse{flex-direction:column-reverse}}@media screen and (min-width:120em){.end-flex-container{display:flex}.end-flex-child-auto{flex:1 1 auto}.end-flex-child-grow{flex:1 0 auto}.end-flex-child-shrink{flex:0 1 auto}.end-flex-dir-row{flex-direction:row}.end-flex-dir-row-reverse{flex-direction:row-reverse}.end-flex-dir-column{flex-direction:column}.end-flex-dir-column-reverse{flex-direction:column-reverse}}@media screen and (min-width:105em){.xxlarge-1to5{width:calc(20% - 1.25rem)!important}}a,body,h1,h2,h3,h4,h5,h6,html{margin:0;padding:0}p{margin-block-end:0;margin-block-start:0}body{background-color:#f3f4ef;color:#000;font-size:16px;overflow-y:scroll;position:relative}a{color:unset;text-decoration:unset}hr{margin-block-end:0;margin-block-start:0}select{border:none}.bf-texts-ck p{margin-block-end:10px;margin-block-start:10px}.bf-texts-ck--large-bottom-p-margin p:not(:last-child){margin-block-end:40px;margin-block-start:0}.bf-texts-ck--medium-bottom-p-margin p:not(:last-child){margin-block-end:20px;margin-block-start:0}.bf-texts-ck ol,.bf-texts-ck ul{list-style:none;margin-block-end:0;margin-block-start:0;margin-inline-end:0;margin-inline-start:0;padding-inline-start:0}.bf-texts-ck ol li,.bf-texts-ck ul li{margin-bottom:1.25rem;margin-left:2.5rem;margin-top:1.25rem;position:relative}.bf-texts-ck ol li:before,.bf-texts-ck ul li:before{color:#43b02a;content:"•";display:inline-block;font-size:46px;font-weight:700;margin-left:-2.5rem;margin-top:2px;vertical-align:top;width:2.5rem}.bf-texts-ck ol li:not(:last-child):after,.bf-texts-ck ul li:not(:last-child):after{background-color:#4d4e4d;bottom:-.625rem;content:"";height:1px;left:0;margin-left:-2.5rem;position:absolute;right:0}.bf-texts--color-primary{color:#fff}.bf-texts--color-primary svg path{fill:#fff}.bf-texts--color-secondary{color:#000}.bf-texts--color-secondary svg path{fill:#000}.bf-texts--color-tertiary,.bf-texts--color-tertiary svg path{color:#d10a10}.bf-texts--color-white{color:#fff}.bf-texts--color-white svg path{fill:#fff}.bf-texts--color-gray{color:#121312}.bf-texts--color-gray svg path{fill:#121312}.bf-texts--color-error{color:#ff00c7}.bf-texts--pointer{cursor:pointer}.bf-texts--no-pointer-events{pointer-events:none}.bf-links--underline a,.bf-links--underline a:visited,.bf-texts--underline{text-decoration:underline}.bf-links--underline a:hover,.bf-links--underline a:visited:hover{text-decoration:none}.bf-links--colorized a,.bf-links--colorized a:visited{color:#4d4e4d;font-weight:700;text-decoration:none;z-index:1}.bf-links--colorized a:hover,.bf-links--colorized a:visited:hover{color:#000;cursor:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAyMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGNpcmNsZSBvcGFjaXR5PSIuOSIgZmlsbD0iI0RGRkYwMCIgY3g9IjEwIiBjeT0iMTAiIHI9IjEwIi8+PHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDAwIiBkPSJNMTAgNS40djkuM001LjQgMTBoOS4zIi8+PC9zdmc+") 16 16,auto;text-decoration:none}.bf-section__wrapper--height-full .bf-links--colorized a,.bf-section__wrapper--height-full .bf-links--colorized a:hover,.bf-section__wrapper--height-full .bf-links--colorized a:visited,.bf-section__wrapper--height-full .bf-links--colorized a:visited:hover{color:unset;cursor:pointer;font-weight:unset}.bf-texts--uppercase{text-transform:uppercase}.bf-texts--lowercase{text-transform:lowercase}.bf-texts--align-left{text-align:left}.bf-texts--align-center{text-align:center}.bf-texts--align-right{text-align:right}.bf-texts__gap--right{padding-right:.625rem}.bf-texts--letter-spaced{letter-spacing:1px}.bf-texts__font--headline{font-family:Roboto,sans-serif;font-weight:300}.bf-texts__font--headline-thin{font-family:Roboto,sans-serif;font-weight:100}.bf-texts__font--headline-regular{font-family:Roboto,sans-serif;font-weight:400}.bf-texts__font--main{font-family:Roboto,sans-serif;font-weight:300}.bf-texts__font--main-thin{font-family:Roboto,sans-serif;font-weight:100}.bf-texts__font--main-light{font-family:Roboto,sans-serif;font-weight:300}.bf-texts__font--main-regular{font-family:Roboto,sans-serif;font-weight:400}.bf-texts__font--main-bold{font-family:Roboto,sans-serif;font-weight:700}.bf-texts__style-1{font-size:3.125rem;letter-spacing:.1px;line-height:3.75rem}.bf-texts__style-11{font-size:2.5rem;letter-spacing:.1px;line-height:3.125rem}.bf-texts__style-2,.bf-texts__style-21{font-size:1.5625rem;letter-spacing:.2px;line-height:2.5rem}.bf-texts__style-22{font-size:1.875rem;letter-spacing:.2px;line-height:2.1875rem}.bf-texts__style-3{font-size:1.125rem;letter-spacing:.2px;line-height:1.5625rem}.bf-texts__style-32{font-size:1.875rem;letter-spacing:.2px;line-height:2.5rem}.bf-texts__style-33,.bf-texts__style-4{font-size:1.125rem;letter-spacing:.2px;line-height:1.875rem}.bf-texts__style-42{font-size:1.25rem;letter-spacing:.2px;line-height:1.5625rem}.bf-texts__style-43{font-size:.875rem;letter-spacing:.2px;line-height:1.125rem}.bf-texts__style-44{font-size:1.125rem;letter-spacing:.2px;line-height:1.375rem}.bf-texts__style-5,.bf-texts__style-52{font-size:.875rem;letter-spacing:.2px;line-height:1.25rem}.bf-texts__style-6{font-size:.6875rem;letter-spacing:.2px;line-height:2.5rem}.bf-texts__arrow{font-size:2.8125rem;line-height:.5}.bf-texts--links-enabled a{color:#000;text-decoration:underline}.bf-texts--links-enabled a:hover{text-decoration:none}a.bf-texts--links-enabled{color:#000;text-decoration:underline}a.bf-texts--links-enabled:hover{text-decoration:none}body.bf-page-contact .bf-links--colorized a,body.bf-page-contact .bf-links--colorized a:visited,body.bf-page-contact .bf-texts--links-enabled a,body.bf-page-contact .bf-texts--links-enabled a:visited,body.bf-page-download .bf-links--colorized a,body.bf-page-download .bf-links--colorized a:visited,body.bf-page-download .bf-texts--links-enabled a,body.bf-page-download .bf-texts--links-enabled a:visited,body.bf-page-kontakt .bf-links--colorized a,body.bf-page-kontakt .bf-links--colorized a:visited,body.bf-page-kontakt .bf-texts--links-enabled a,body.bf-page-kontakt .bf-texts--links-enabled a:visited{background-color:transparent;font-weight:unset;text-decoration:none}@media print,screen and (min-width:48em){.bf-texts__2-column{-moz-column-count:2;column-count:2}h1.bf-texts__style-1,h1.bf-texts__style-11{font-weight:100}.bf-texts__style-1,.bf-texts__style-11{font-size:4.375rem;letter-spacing:.1px;line-height:5rem}.bf-texts__style-2{font-size:2.1875rem;letter-spacing:.2px;line-height:2.5rem}.bf-texts__style-21{font-size:1.875rem;letter-spacing:.2px;line-height:2.8125rem}.bf-texts__style-22{font-size:2.1875rem;letter-spacing:.2px;line-height:2.5rem}.bf-texts__style-3{font-size:1.5625rem}.bf-texts__style-3,.bf-texts__style-32{letter-spacing:.2px;line-height:2.1875rem}.bf-texts__style-32{font-size:1.875rem}.bf-texts__style-33{font-size:1.875rem;letter-spacing:.2px;line-height:3.4375rem}.bf-texts__style-4,.bf-texts__style-42,.bf-texts__style-43{font-size:1.25rem;letter-spacing:.2px;line-height:1.5625rem}.bf-texts__style-44{font-size:1.125rem;letter-spacing:.2px;line-height:1.375rem}.bf-texts__style-5{font-size:1.125rem;letter-spacing:.2px;line-height:1.5rem}.bf-texts__style-52{font-size:1.25rem;letter-spacing:.2px;line-height:1.625rem}.bf-texts__style-6{font-size:.75rem;letter-spacing:.2px;line-height:2.5rem}.bf-texts--tablet-linebreak{display:block;pointer-events:none}.bf-texts--tablet-align-right{text-align:right}}@media print,screen and (min-width:62.5em){.bf-texts__style-1,.bf-texts__style-11{font-size:5.3125rem}}@media screen and (min-width:90em){.bf-texts__style-1{font-size:7.5rem!important}}@media print,screen and (min-width:75em){.bf-texts--uppercase--large-only{text-transform:uppercase}h1.bf-texts__style-1,h1.bf-texts__style-11{font-weight:100}body.bf-page-home h1.bf-texts__style-1{margin-left:-5px}.bf-texts__style-1,.bf-texts__style-11{font-size:6.25rem;letter-spacing:.1px;line-height:4.0625rem}.bf-texts__style-2{font-size:2.8125rem;letter-spacing:.2px;line-height:4.0625rem}.bf-texts__style-21{font-size:2.5rem;letter-spacing:.2px;line-height:3.4375rem}.bf-texts__style-22{font-size:3.125rem;letter-spacing:.2px;line-height:4.0625rem}.bf-texts__style-3,.bf-texts__style-32{font-size:1.875rem;letter-spacing:.2px;line-height:2.8125rem}.bf-texts__style-33{font-size:1.875rem;letter-spacing:.2px;line-height:3.4375rem}.bf-texts__style-4{font-size:1.5625rem;letter-spacing:.2px;line-height:2.8125rem}.bf-texts__style-42,.bf-texts__style-43{font-size:1.25rem;letter-spacing:.2px;line-height:2.5rem}.bf-texts__style-44{font-size:1.125rem;letter-spacing:.2px;line-height:1.375rem}.bf-texts__style-5{font-size:1.125rem;letter-spacing:.2px;line-height:1.5rem}.bf-texts__style-52{font-size:1.6875rem;letter-spacing:.2px;line-height:2.5rem}.bf-texts__style-6{font-size:.875rem;letter-spacing:.2px;line-height:2.5rem}}.bf-inherit-height{height:inherit}.bf-no-scroll{overflow:hidden}.bf-fixed{overflow-y:scroll;position:fixed;width:100%}.bf-pos-relative{position:relative}.bf-hidden{height:0;margin:0!important;opacity:0;width:0!important}.bf-anchor{height:1px;opacity:0;position:relative;top:6.25rem}.bf-spacer{width:100%}.bf-spacer__top--nano{padding-top:2.5px}@media screen and (max-width:25.87375em){.bf-spacer__top--ios-small-and-small-medium-only,.bf-spacer__top--ios-small-only{padding-top:40px}}@media screen and (min-width:25.875em) and (max-width:47.99875em){.bf-spacer__top--ios-small-and-small-medium-only,.bf-spacer__top--iossmall-medium-only{padding-top:40px}}@media screen and (min-width:48em) and (max-width:62.49875em){.bf-spacer__top--ios-small-only{padding-top:40px}}.bf-spacer__top--1{padding-top:10px}.bf-spacer__bottom--1{padding-bottom:10px}.bf-spacer__left--1{padding-left:10px}.bf-spacer__right--1{padding-right:10px}.bf-spacer__top-margin--1{margin-top:10px}.bf-spacer__bottom-margin--1{margin-bottom:10px}.bf-spacer__around-padding--1{padding:10px}.bf-spacer__top--2{padding-top:15px}.bf-spacer__bottom--2{padding-bottom:15px}.bf-spacer__left--2{padding-left:15px}.bf-spacer__right--2{padding-right:15px}.bf-spacer__top-margin--2{margin-top:15px}.bf-spacer__bottom-margin--2{margin-bottom:15px}.bf-spacer__around-padding--2{padding:15px}.bf-spacer__top--3{padding-top:20px}.bf-spacer__bottom--3{padding-bottom:20px}.bf-spacer__left--3{padding-left:20px}.bf-spacer__right--3{padding-right:20px}.bf-spacer__top-margin--3{margin-top:20px}.bf-spacer__bottom-margin--3{margin-bottom:20px}.bf-spacer__around-padding--3{padding:20px}.bf-spacer__top--4{padding-top:25px}.bf-spacer__bottom--4{padding-bottom:25px}.bf-spacer__left--4{padding-left:25px}.bf-spacer__right--4{padding-right:25px}.bf-spacer__top-margin--4{margin-top:25px}.bf-spacer__bottom-margin--4{margin-bottom:25px}.bf-spacer__around-padding--4{padding:25px}.bf-spacer__top--5{padding-top:30px}.bf-spacer__bottom--5{padding-bottom:30px}.bf-spacer__left--5{padding-left:30px}.bf-spacer__right--5{padding-right:30px}.bf-spacer__top-margin--5{margin-top:30px}.bf-spacer__bottom-margin--5{margin-bottom:30px}.bf-spacer__around-padding--5{padding:30px}.bf-spacer__top--6{padding-top:35px}.bf-spacer__bottom--6{padding-bottom:35px}.bf-spacer__left--6{padding-left:35px}.bf-spacer__right--6{padding-right:35px}.bf-spacer__top-margin--6{margin-top:35px}.bf-spacer__bottom-margin--6{margin-bottom:35px}.bf-spacer__around-padding--6{padding:35px}.bf-spacer__top--7{padding-top:40px}.bf-spacer__bottom--7{padding-bottom:40px}.bf-spacer__left--7{padding-left:40px}.bf-spacer__right--7{padding-right:40px}.bf-spacer__top-margin--7{margin-top:40px}.bf-spacer__bottom-margin--7{margin-bottom:40px}.bf-spacer__around-padding--7{padding:40px}.bf-spacer__top--8{padding-top:45px}.bf-spacer__bottom--8{padding-bottom:45px}.bf-spacer__left--8{padding-left:45px}.bf-spacer__right--8{padding-right:45px}.bf-spacer__top-margin--8{margin-top:45px}.bf-spacer__bottom-margin--8{margin-bottom:45px}.bf-spacer__around-padding--8{padding:45px}.bf-spacer__top--9{padding-top:50px}.bf-spacer__bottom--9{padding-bottom:50px}.bf-spacer__left--9{padding-left:50px}.bf-spacer__right--9{padding-right:50px}.bf-spacer__top-margin--9{margin-top:50px}.bf-spacer__bottom-margin--9{margin-bottom:50px}.bf-spacer__around-padding--9{padding:50px}.bf-spacer__top--10{padding-top:55px}.bf-spacer__bottom--10{padding-bottom:55px}.bf-spacer__left--10{padding-left:55px}.bf-spacer__right--10{padding-right:55px}.bf-spacer__top-margin--10{margin-top:55px}.bf-spacer__bottom-margin--10{margin-bottom:55px}.bf-spacer__around-padding--10{padding:55px}.bf-spacer__top--11{padding-top:60px}.bf-spacer__bottom--11{padding-bottom:60px}.bf-spacer__left--11{padding-left:60px}.bf-spacer__right--11{padding-right:60px}.bf-spacer__top-margin--11{margin-top:60px}.bf-spacer__bottom-margin--11{margin-bottom:60px}.bf-spacer__around-padding--11{padding:60px}.bf-spacer__top--12{padding-top:65px}.bf-spacer__bottom--12{padding-bottom:65px}.bf-spacer__left--12{padding-left:65px}.bf-spacer__right--12{padding-right:65px}.bf-spacer__top-margin--12{margin-top:65px}.bf-spacer__bottom-margin--12{margin-bottom:65px}.bf-spacer__around-padding--12{padding:65px}.bf-spacer__top--13{padding-top:70px}.bf-spacer__bottom--13{padding-bottom:70px}.bf-spacer__left--13{padding-left:70px}.bf-spacer__right--13{padding-right:70px}.bf-spacer__top-margin--13{margin-top:70px}.bf-spacer__bottom-margin--13{margin-bottom:70px}.bf-spacer__around-padding--13{padding:70px}.bf-spacer__top--14{padding-top:75px}.bf-spacer__bottom--14{padding-bottom:75px}.bf-spacer__left--14{padding-left:75px}.bf-spacer__right--14{padding-right:75px}.bf-spacer__top-margin--14{margin-top:75px}.bf-spacer__bottom-margin--14{margin-bottom:75px}.bf-spacer__around-padding--14{padding:75px}.bf-spacer__top--15{padding-top:80px}.bf-spacer__bottom--15{padding-bottom:80px}.bf-spacer__left--15{padding-left:80px}.bf-spacer__right--15{padding-right:80px}.bf-spacer__top-margin--15{margin-top:80px}.bf-spacer__bottom-margin--15{margin-bottom:80px}.bf-spacer__around-padding--15{padding:80px}.bf-spacer__top--16{padding-top:85px}.bf-spacer__bottom--16{padding-bottom:85px}.bf-spacer__left--16{padding-left:85px}.bf-spacer__right--16{padding-right:85px}.bf-spacer__top-margin--16{margin-top:85px}.bf-spacer__bottom-margin--16{margin-bottom:85px}.bf-spacer__around-padding--16{padding:85px}.bf-spacer__top--17{padding-top:90px}.bf-spacer__bottom--17{padding-bottom:90px}.bf-spacer__left--17{padding-left:90px}.bf-spacer__right--17{padding-right:90px}.bf-spacer__top-margin--17{margin-top:90px}.bf-spacer__bottom-margin--17{margin-bottom:90px}.bf-spacer__around-padding--17{padding:90px}.bf-spacer__top--18{padding-top:95px}.bf-spacer__bottom--18{padding-bottom:95px}.bf-spacer__left--18{padding-left:95px}.bf-spacer__right--18{padding-right:95px}.bf-spacer__top-margin--18{margin-top:95px}.bf-spacer__bottom-margin--18{margin-bottom:95px}.bf-spacer__around-padding--18{padding:95px}.bf-spacer__top--19{padding-top:100px}.bf-spacer__bottom--19{padding-bottom:100px}.bf-spacer__left--19{padding-left:100px}.bf-spacer__right--19{padding-right:100px}.bf-spacer__top-margin--19{margin-top:100px}.bf-spacer__bottom-margin--19{margin-bottom:100px}.bf-spacer__around-padding--19{padding:100px}.bf-spacer__top--20{padding-top:105px}.bf-spacer__bottom--20{padding-bottom:105px}.bf-spacer__left--20{padding-left:105px}.bf-spacer__right--20{padding-right:105px}.bf-spacer__top-margin--20{margin-top:105px}.bf-spacer__bottom-margin--20{margin-bottom:105px}.bf-spacer__around-padding--20{padding:105px}.bf-spacer__top--21{padding-top:110px}.bf-spacer__bottom--21{padding-bottom:110px}.bf-spacer__left--21{padding-left:110px}.bf-spacer__right--21{padding-right:110px}.bf-spacer__top-margin--21{margin-top:110px}.bf-spacer__bottom-margin--21{margin-bottom:110px}.bf-spacer__around-padding--21{padding:110px}.bf-spacer__top--22{padding-top:115px}.bf-spacer__bottom--22{padding-bottom:115px}.bf-spacer__left--22{padding-left:115px}.bf-spacer__right--22{padding-right:115px}.bf-spacer__top-margin--22{margin-top:115px}.bf-spacer__bottom-margin--22{margin-bottom:115px}.bf-spacer__around-padding--22{padding:115px}.bf-spacer__top--23{padding-top:120px}.bf-spacer__bottom--23{padding-bottom:120px}.bf-spacer__left--23{padding-left:120px}.bf-spacer__right--23{padding-right:120px}.bf-spacer__top-margin--23{margin-top:120px}.bf-spacer__bottom-margin--23{margin-bottom:120px}.bf-spacer__around-padding--23{padding:120px}.bf-spacer__top--24{padding-top:125px}.bf-spacer__bottom--24{padding-bottom:125px}.bf-spacer__left--24{padding-left:125px}.bf-spacer__right--24{padding-right:125px}.bf-spacer__top-margin--24{margin-top:125px}.bf-spacer__bottom-margin--24{margin-bottom:125px}.bf-spacer__around-padding--24{padding:125px}.bf-spacer__top--25{padding-top:130px}.bf-spacer__bottom--25{padding-bottom:130px}.bf-spacer__left--25{padding-left:130px}.bf-spacer__right--25{padding-right:130px}.bf-spacer__top-margin--25{margin-top:130px}.bf-spacer__bottom-margin--25{margin-bottom:130px}.bf-spacer__around-padding--25{padding:130px}.bf-spacer__top--26{padding-top:135px}.bf-spacer__bottom--26{padding-bottom:135px}.bf-spacer__left--26{padding-left:135px}.bf-spacer__right--26{padding-right:135px}.bf-spacer__top-margin--26{margin-top:135px}.bf-spacer__bottom-margin--26{margin-bottom:135px}.bf-spacer__around-padding--26{padding:135px}.bf-spacer__top--27{padding-top:140px}.bf-spacer__bottom--27{padding-bottom:140px}.bf-spacer__left--27{padding-left:140px}.bf-spacer__right--27{padding-right:140px}.bf-spacer__top-margin--27{margin-top:140px}.bf-spacer__bottom-margin--27{margin-bottom:140px}.bf-spacer__around-padding--27{padding:140px}.bf-spacer__top--28{padding-top:145px}.bf-spacer__bottom--28{padding-bottom:145px}.bf-spacer__left--28{padding-left:145px}.bf-spacer__right--28{padding-right:145px}.bf-spacer__top-margin--28{margin-top:145px}.bf-spacer__bottom-margin--28{margin-bottom:145px}.bf-spacer__around-padding--28{padding:145px}.bf-spacer__top--29{padding-top:150px}.bf-spacer__bottom--29{padding-bottom:150px}.bf-spacer__left--29{padding-left:150px}.bf-spacer__right--29{padding-right:150px}.bf-spacer__top-margin--29{margin-top:150px}.bf-spacer__bottom-margin--29{margin-bottom:150px}.bf-spacer__around-padding--29{padding:150px}.bf-spacer__top--30{padding-top:155px}.bf-spacer__bottom--30{padding-bottom:155px}.bf-spacer__left--30{padding-left:155px}.bf-spacer__right--30{padding-right:155px}.bf-spacer__top-margin--30{margin-top:155px}.bf-spacer__bottom-margin--30{margin-bottom:155px}.bf-spacer__around-padding--30{padding:155px}.bf-spacer__top--31{padding-top:160px}.bf-spacer__bottom--31{padding-bottom:160px}.bf-spacer__left--31{padding-left:160px}.bf-spacer__right--31{padding-right:160px}.bf-spacer__top-margin--31{margin-top:160px}.bf-spacer__bottom-margin--31{margin-bottom:160px}.bf-spacer__around-padding--31{padding:160px}.bf-spacer__top--32{padding-top:165px}.bf-spacer__bottom--32{padding-bottom:165px}.bf-spacer__left--32{padding-left:165px}.bf-spacer__right--32{padding-right:165px}.bf-spacer__top-margin--32{margin-top:165px}.bf-spacer__bottom-margin--32{margin-bottom:165px}.bf-spacer__around-padding--32{padding:165px}.bf-spacer__top--33{padding-top:170px}.bf-spacer__bottom--33{padding-bottom:170px}.bf-spacer__left--33{padding-left:170px}.bf-spacer__right--33{padding-right:170px}.bf-spacer__top-margin--33{margin-top:170px}.bf-spacer__bottom-margin--33{margin-bottom:170px}.bf-spacer__around-padding--33{padding:170px}.bf-spacer__top--34{padding-top:175px}.bf-spacer__bottom--34{padding-bottom:175px}.bf-spacer__left--34{padding-left:175px}.bf-spacer__right--34{padding-right:175px}.bf-spacer__top-margin--34{margin-top:175px}.bf-spacer__bottom-margin--34{margin-bottom:175px}.bf-spacer__around-padding--34{padding:175px}.bf-spacer__top--35{padding-top:180px}.bf-spacer__bottom--35{padding-bottom:180px}.bf-spacer__left--35{padding-left:180px}.bf-spacer__right--35{padding-right:180px}.bf-spacer__top-margin--35{margin-top:180px}.bf-spacer__bottom-margin--35{margin-bottom:180px}.bf-spacer__around-padding--35{padding:180px}.bf-spacer__top--36{padding-top:185px}.bf-spacer__bottom--36{padding-bottom:185px}.bf-spacer__left--36{padding-left:185px}.bf-spacer__right--36{padding-right:185px}.bf-spacer__top-margin--36{margin-top:185px}.bf-spacer__bottom-margin--36{margin-bottom:185px}.bf-spacer__around-padding--36{padding:185px}.bf-spacer__top--37{padding-top:190px}.bf-spacer__bottom--37{padding-bottom:190px}.bf-spacer__left--37{padding-left:190px}.bf-spacer__right--37{padding-right:190px}.bf-spacer__top-margin--37{margin-top:190px}.bf-spacer__bottom-margin--37{margin-bottom:190px}.bf-spacer__around-padding--37{padding:190px}.bf-spacer__top--38{padding-top:195px}.bf-spacer__bottom--38{padding-bottom:195px}.bf-spacer__left--38{padding-left:195px}.bf-spacer__right--38{padding-right:195px}.bf-spacer__top-margin--38{margin-top:195px}.bf-spacer__bottom-margin--38{margin-bottom:195px}.bf-spacer__around-padding--38{padding:195px}.bf-spacer__top--39{padding-top:200px}.bf-spacer__bottom--39{padding-bottom:200px}.bf-spacer__left--39{padding-left:200px}.bf-spacer__right--39{padding-right:200px}.bf-spacer__top-margin--39{margin-top:200px}.bf-spacer__bottom-margin--39{margin-bottom:200px}.bf-spacer__around-padding--39{padding:200px}.bf-spacer__top--40{padding-top:205px}.bf-spacer__bottom--40{padding-bottom:205px}.bf-spacer__left--40{padding-left:205px}.bf-spacer__right--40{padding-right:205px}.bf-spacer__top-margin--40{margin-top:205px}.bf-spacer__bottom-margin--40{margin-bottom:205px}.bf-spacer__around-padding--40{padding:205px}@media print,screen and (min-width:48em){.bf-spacer__top--nano{padding-top:7.5px}.bf-spacer__top-medium--1{padding-top:20px}.bf-spacer__top-medium--2{padding-top:30px}.bf-spacer__top-medium--3{padding-top:40px}.bf-spacer__top-medium--4{padding-top:50px}.bf-spacer__top-medium--5{padding-top:60px}.bf-spacer__top-medium--6{padding-top:70px}.bf-spacer__top-medium--7{padding-top:80px}.bf-spacer__top-medium--8{padding-top:90px}.bf-spacer__top-medium--9{padding-top:100px}.bf-spacer__top-medium--10{padding-top:110px}.bf-spacer__top-medium--11{padding-top:120px}.bf-spacer__top-medium--12{padding-top:130px}.bf-spacer__top-medium--13{padding-top:140px}.bf-spacer__top-medium--14{padding-top:150px}.bf-spacer__top-medium--15{padding-top:160px}.bf-spacer__top-medium--16{padding-top:170px}.bf-spacer__top-medium--17{padding-top:180px}.bf-spacer__top-medium--18{padding-top:190px}.bf-spacer__top-medium--19{padding-top:200px}.bf-spacer__top-medium--20{padding-top:210px}.bf-spacer__top-medium--21{padding-top:220px}.bf-spacer__top-medium--22{padding-top:230px}.bf-spacer__top-medium--23{padding-top:240px}.bf-spacer__top-medium--24{padding-top:250px}.bf-spacer__top-medium--25{padding-top:260px}.bf-spacer__top-medium--26{padding-top:270px}.bf-spacer__top-medium--27{padding-top:280px}.bf-spacer__top-medium--28{padding-top:290px}.bf-spacer__top-medium--29{padding-top:300px}.bf-spacer__top-medium--30{padding-top:310px}.bf-spacer__top-medium--31{padding-top:320px}.bf-spacer__top-medium--32{padding-top:330px}.bf-spacer__top-medium--33{padding-top:340px}.bf-spacer__top-medium--34{padding-top:350px}.bf-spacer__top-medium--35{padding-top:360px}.bf-spacer__top-medium--36{padding-top:370px}.bf-spacer__top-medium--37{padding-top:380px}.bf-spacer__top-medium--38{padding-top:390px}.bf-spacer__top-medium--39{padding-top:400px}.bf-spacer__top-medium--40{padding-top:410px}.bf-spacer__top--as-3-2{margin-top:4px}}@media print,screen and (min-width:75em){.bf-spacer__top--nano{padding-top:5px}.bf-spacer__top--1,.bf-spacer__top-large--1{padding-top:20px}.bf-spacer__bottom--1{padding-bottom:20px}.bf-spacer__left--1{padding-left:20px}.bf-spacer__right--1{padding-right:20px}.bf-spacer__left-large--1{padding-left:20px}.bf-spacer__right-large--1{padding-right:20px}.bf-spacer__top-margin--1{margin-top:20px}.bf-spacer__bottom-margin--1{margin-bottom:20px}.bf-spacer__around-padding--1{padding:20px}.bf-spacer__top--2,.bf-spacer__top-large--2{padding-top:30px}.bf-spacer__bottom--2{padding-bottom:30px}.bf-spacer__left--2{padding-left:30px}.bf-spacer__right--2{padding-right:30px}.bf-spacer__left-large--2{padding-left:30px}.bf-spacer__right-large--2{padding-right:30px}.bf-spacer__top-margin--2{margin-top:30px}.bf-spacer__bottom-margin--2{margin-bottom:30px}.bf-spacer__around-padding--2{padding:30px}.bf-spacer__top--3,.bf-spacer__top-large--3{padding-top:40px}.bf-spacer__bottom--3{padding-bottom:40px}.bf-spacer__left--3{padding-left:40px}.bf-spacer__right--3{padding-right:40px}.bf-spacer__left-large--3{padding-left:40px}.bf-spacer__right-large--3{padding-right:40px}.bf-spacer__top-margin--3{margin-top:40px}.bf-spacer__bottom-margin--3{margin-bottom:40px}.bf-spacer__around-padding--3{padding:40px}.bf-spacer__top--4,.bf-spacer__top-large--4{padding-top:50px}.bf-spacer__bottom--4{padding-bottom:50px}.bf-spacer__left--4{padding-left:50px}.bf-spacer__right--4{padding-right:50px}.bf-spacer__left-large--4{padding-left:50px}.bf-spacer__right-large--4{padding-right:50px}.bf-spacer__top-margin--4{margin-top:50px}.bf-spacer__bottom-margin--4{margin-bottom:50px}.bf-spacer__around-padding--4{padding:50px}.bf-spacer__top--5,.bf-spacer__top-large--5{padding-top:60px}.bf-spacer__bottom--5{padding-bottom:60px}.bf-spacer__left--5{padding-left:60px}.bf-spacer__right--5{padding-right:60px}.bf-spacer__left-large--5{padding-left:60px}.bf-spacer__right-large--5{padding-right:60px}.bf-spacer__top-margin--5{margin-top:60px}.bf-spacer__bottom-margin--5{margin-bottom:60px}.bf-spacer__around-padding--5{padding:60px}.bf-spacer__top--6,.bf-spacer__top-large--6{padding-top:70px}.bf-spacer__bottom--6{padding-bottom:70px}.bf-spacer__left--6{padding-left:70px}.bf-spacer__right--6{padding-right:70px}.bf-spacer__left-large--6{padding-left:70px}.bf-spacer__right-large--6{padding-right:70px}.bf-spacer__top-margin--6{margin-top:70px}.bf-spacer__bottom-margin--6{margin-bottom:70px}.bf-spacer__around-padding--6{padding:70px}.bf-spacer__top--7,.bf-spacer__top-large--7{padding-top:80px}.bf-spacer__bottom--7{padding-bottom:80px}.bf-spacer__left--7{padding-left:80px}.bf-spacer__right--7{padding-right:80px}.bf-spacer__left-large--7{padding-left:80px}.bf-spacer__right-large--7{padding-right:80px}.bf-spacer__top-margin--7{margin-top:80px}.bf-spacer__bottom-margin--7{margin-bottom:80px}.bf-spacer__around-padding--7{padding:80px}.bf-spacer__top--8,.bf-spacer__top-large--8{padding-top:90px}.bf-spacer__bottom--8{padding-bottom:90px}.bf-spacer__left--8{padding-left:90px}.bf-spacer__right--8{padding-right:90px}.bf-spacer__left-large--8{padding-left:90px}.bf-spacer__right-large--8{padding-right:90px}.bf-spacer__top-margin--8{margin-top:90px}.bf-spacer__bottom-margin--8{margin-bottom:90px}.bf-spacer__around-padding--8{padding:90px}.bf-spacer__top--9,.bf-spacer__top-large--9{padding-top:100px}.bf-spacer__bottom--9{padding-bottom:100px}.bf-spacer__left--9{padding-left:100px}.bf-spacer__right--9{padding-right:100px}.bf-spacer__left-large--9{padding-left:100px}.bf-spacer__right-large--9{padding-right:100px}.bf-spacer__top-margin--9{margin-top:100px}.bf-spacer__bottom-margin--9{margin-bottom:100px}.bf-spacer__around-padding--9{padding:100px}.bf-spacer__top--10,.bf-spacer__top-large--10{padding-top:110px}.bf-spacer__bottom--10{padding-bottom:110px}.bf-spacer__left--10{padding-left:110px}.bf-spacer__right--10{padding-right:110px}.bf-spacer__left-large--10{padding-left:110px}.bf-spacer__right-large--10{padding-right:110px}.bf-spacer__top-margin--10{margin-top:110px}.bf-spacer__bottom-margin--10{margin-bottom:110px}.bf-spacer__around-padding--10{padding:110px}.bf-spacer__top--11,.bf-spacer__top-large--11{padding-top:120px}.bf-spacer__bottom--11{padding-bottom:120px}.bf-spacer__left--11{padding-left:120px}.bf-spacer__right--11{padding-right:120px}.bf-spacer__left-large--11{padding-left:120px}.bf-spacer__right-large--11{padding-right:120px}.bf-spacer__top-margin--11{margin-top:120px}.bf-spacer__bottom-margin--11{margin-bottom:120px}.bf-spacer__around-padding--11{padding:120px}.bf-spacer__top--12,.bf-spacer__top-large--12{padding-top:130px}.bf-spacer__bottom--12{padding-bottom:130px}.bf-spacer__left--12{padding-left:130px}.bf-spacer__right--12{padding-right:130px}.bf-spacer__left-large--12{padding-left:130px}.bf-spacer__right-large--12{padding-right:130px}.bf-spacer__top-margin--12{margin-top:130px}.bf-spacer__bottom-margin--12{margin-bottom:130px}.bf-spacer__around-padding--12{padding:130px}.bf-spacer__top--13,.bf-spacer__top-large--13{padding-top:140px}.bf-spacer__bottom--13{padding-bottom:140px}.bf-spacer__left--13{padding-left:140px}.bf-spacer__right--13{padding-right:140px}.bf-spacer__left-large--13{padding-left:140px}.bf-spacer__right-large--13{padding-right:140px}.bf-spacer__top-margin--13{margin-top:140px}.bf-spacer__bottom-margin--13{margin-bottom:140px}.bf-spacer__around-padding--13{padding:140px}.bf-spacer__top--14,.bf-spacer__top-large--14{padding-top:150px}.bf-spacer__bottom--14{padding-bottom:150px}.bf-spacer__left--14{padding-left:150px}.bf-spacer__right--14{padding-right:150px}.bf-spacer__left-large--14{padding-left:150px}.bf-spacer__right-large--14{padding-right:150px}.bf-spacer__top-margin--14{margin-top:150px}.bf-spacer__bottom-margin--14{margin-bottom:150px}.bf-spacer__around-padding--14{padding:150px}.bf-spacer__top--15,.bf-spacer__top-large--15{padding-top:160px}.bf-spacer__bottom--15{padding-bottom:160px}.bf-spacer__left--15{padding-left:160px}.bf-spacer__right--15{padding-right:160px}.bf-spacer__left-large--15{padding-left:160px}.bf-spacer__right-large--15{padding-right:160px}.bf-spacer__top-margin--15{margin-top:160px}.bf-spacer__bottom-margin--15{margin-bottom:160px}.bf-spacer__around-padding--15{padding:160px}.bf-spacer__top--16,.bf-spacer__top-large--16{padding-top:170px}.bf-spacer__bottom--16{padding-bottom:170px}.bf-spacer__left--16{padding-left:170px}.bf-spacer__right--16{padding-right:170px}.bf-spacer__left-large--16{padding-left:170px}.bf-spacer__right-large--16{padding-right:170px}.bf-spacer__top-margin--16{margin-top:170px}.bf-spacer__bottom-margin--16{margin-bottom:170px}.bf-spacer__around-padding--16{padding:170px}.bf-spacer__top--17,.bf-spacer__top-large--17{padding-top:180px}.bf-spacer__bottom--17{padding-bottom:180px}.bf-spacer__left--17{padding-left:180px}.bf-spacer__right--17{padding-right:180px}.bf-spacer__left-large--17{padding-left:180px}.bf-spacer__right-large--17{padding-right:180px}.bf-spacer__top-margin--17{margin-top:180px}.bf-spacer__bottom-margin--17{margin-bottom:180px}.bf-spacer__around-padding--17{padding:180px}.bf-spacer__top--18,.bf-spacer__top-large--18{padding-top:190px}.bf-spacer__bottom--18{padding-bottom:190px}.bf-spacer__left--18{padding-left:190px}.bf-spacer__right--18{padding-right:190px}.bf-spacer__left-large--18{padding-left:190px}.bf-spacer__right-large--18{padding-right:190px}.bf-spacer__top-margin--18{margin-top:190px}.bf-spacer__bottom-margin--18{margin-bottom:190px}.bf-spacer__around-padding--18{padding:190px}.bf-spacer__top--19,.bf-spacer__top-large--19{padding-top:200px}.bf-spacer__bottom--19{padding-bottom:200px}.bf-spacer__left--19{padding-left:200px}.bf-spacer__right--19{padding-right:200px}.bf-spacer__left-large--19{padding-left:200px}.bf-spacer__right-large--19{padding-right:200px}.bf-spacer__top-margin--19{margin-top:200px}.bf-spacer__bottom-margin--19{margin-bottom:200px}.bf-spacer__around-padding--19{padding:200px}.bf-spacer__top--20,.bf-spacer__top-large--20{padding-top:210px}.bf-spacer__bottom--20{padding-bottom:210px}.bf-spacer__left--20{padding-left:210px}.bf-spacer__right--20{padding-right:210px}.bf-spacer__left-large--20{padding-left:210px}.bf-spacer__right-large--20{padding-right:210px}.bf-spacer__top-margin--20{margin-top:210px}.bf-spacer__bottom-margin--20{margin-bottom:210px}.bf-spacer__around-padding--20{padding:210px}.bf-spacer__top--21,.bf-spacer__top-large--21{padding-top:220px}.bf-spacer__bottom--21{padding-bottom:220px}.bf-spacer__left--21{padding-left:220px}.bf-spacer__right--21{padding-right:220px}.bf-spacer__left-large--21{padding-left:220px}.bf-spacer__right-large--21{padding-right:220px}.bf-spacer__top-margin--21{margin-top:220px}.bf-spacer__bottom-margin--21{margin-bottom:220px}.bf-spacer__around-padding--21{padding:220px}.bf-spacer__top--22,.bf-spacer__top-large--22{padding-top:230px}.bf-spacer__bottom--22{padding-bottom:230px}.bf-spacer__left--22{padding-left:230px}.bf-spacer__right--22{padding-right:230px}.bf-spacer__left-large--22{padding-left:230px}.bf-spacer__right-large--22{padding-right:230px}.bf-spacer__top-margin--22{margin-top:230px}.bf-spacer__bottom-margin--22{margin-bottom:230px}.bf-spacer__around-padding--22{padding:230px}.bf-spacer__top--23,.bf-spacer__top-large--23{padding-top:240px}.bf-spacer__bottom--23{padding-bottom:240px}.bf-spacer__left--23{padding-left:240px}.bf-spacer__right--23{padding-right:240px}.bf-spacer__left-large--23{padding-left:240px}.bf-spacer__right-large--23{padding-right:240px}.bf-spacer__top-margin--23{margin-top:240px}.bf-spacer__bottom-margin--23{margin-bottom:240px}.bf-spacer__around-padding--23{padding:240px}.bf-spacer__top--24,.bf-spacer__top-large--24{padding-top:250px}.bf-spacer__bottom--24{padding-bottom:250px}.bf-spacer__left--24{padding-left:250px}.bf-spacer__right--24{padding-right:250px}.bf-spacer__left-large--24{padding-left:250px}.bf-spacer__right-large--24{padding-right:250px}.bf-spacer__top-margin--24{margin-top:250px}.bf-spacer__bottom-margin--24{margin-bottom:250px}.bf-spacer__around-padding--24{padding:250px}.bf-spacer__top--25,.bf-spacer__top-large--25{padding-top:260px}.bf-spacer__bottom--25{padding-bottom:260px}.bf-spacer__left--25{padding-left:260px}.bf-spacer__right--25{padding-right:260px}.bf-spacer__left-large--25{padding-left:260px}.bf-spacer__right-large--25{padding-right:260px}.bf-spacer__top-margin--25{margin-top:260px}.bf-spacer__bottom-margin--25{margin-bottom:260px}.bf-spacer__around-padding--25{padding:260px}.bf-spacer__top--26,.bf-spacer__top-large--26{padding-top:270px}.bf-spacer__bottom--26{padding-bottom:270px}.bf-spacer__left--26{padding-left:270px}.bf-spacer__right--26{padding-right:270px}.bf-spacer__left-large--26{padding-left:270px}.bf-spacer__right-large--26{padding-right:270px}.bf-spacer__top-margin--26{margin-top:270px}.bf-spacer__bottom-margin--26{margin-bottom:270px}.bf-spacer__around-padding--26{padding:270px}.bf-spacer__top--27,.bf-spacer__top-large--27{padding-top:280px}.bf-spacer__bottom--27{padding-bottom:280px}.bf-spacer__left--27{padding-left:280px}.bf-spacer__right--27{padding-right:280px}.bf-spacer__left-large--27{padding-left:280px}.bf-spacer__right-large--27{padding-right:280px}.bf-spacer__top-margin--27{margin-top:280px}.bf-spacer__bottom-margin--27{margin-bottom:280px}.bf-spacer__around-padding--27{padding:280px}.bf-spacer__top--28,.bf-spacer__top-large--28{padding-top:290px}.bf-spacer__bottom--28{padding-bottom:290px}.bf-spacer__left--28{padding-left:290px}.bf-spacer__right--28{padding-right:290px}.bf-spacer__left-large--28{padding-left:290px}.bf-spacer__right-large--28{padding-right:290px}.bf-spacer__top-margin--28{margin-top:290px}.bf-spacer__bottom-margin--28{margin-bottom:290px}.bf-spacer__around-padding--28{padding:290px}.bf-spacer__top--29,.bf-spacer__top-large--29{padding-top:300px}.bf-spacer__bottom--29{padding-bottom:300px}.bf-spacer__left--29{padding-left:300px}.bf-spacer__right--29{padding-right:300px}.bf-spacer__left-large--29{padding-left:300px}.bf-spacer__right-large--29{padding-right:300px}.bf-spacer__top-margin--29{margin-top:300px}.bf-spacer__bottom-margin--29{margin-bottom:300px}.bf-spacer__around-padding--29{padding:300px}.bf-spacer__top--30,.bf-spacer__top-large--30{padding-top:310px}.bf-spacer__bottom--30{padding-bottom:310px}.bf-spacer__left--30{padding-left:310px}.bf-spacer__right--30{padding-right:310px}.bf-spacer__left-large--30{padding-left:310px}.bf-spacer__right-large--30{padding-right:310px}.bf-spacer__top-margin--30{margin-top:310px}.bf-spacer__bottom-margin--30{margin-bottom:310px}.bf-spacer__around-padding--30{padding:310px}.bf-spacer__top--31,.bf-spacer__top-large--31{padding-top:320px}.bf-spacer__bottom--31{padding-bottom:320px}.bf-spacer__left--31{padding-left:320px}.bf-spacer__right--31{padding-right:320px}.bf-spacer__left-large--31{padding-left:320px}.bf-spacer__right-large--31{padding-right:320px}.bf-spacer__top-margin--31{margin-top:320px}.bf-spacer__bottom-margin--31{margin-bottom:320px}.bf-spacer__around-padding--31{padding:320px}.bf-spacer__top--32,.bf-spacer__top-large--32{padding-top:330px}.bf-spacer__bottom--32{padding-bottom:330px}.bf-spacer__left--32{padding-left:330px}.bf-spacer__right--32{padding-right:330px}.bf-spacer__left-large--32{padding-left:330px}.bf-spacer__right-large--32{padding-right:330px}.bf-spacer__top-margin--32{margin-top:330px}.bf-spacer__bottom-margin--32{margin-bottom:330px}.bf-spacer__around-padding--32{padding:330px}.bf-spacer__top--33,.bf-spacer__top-large--33{padding-top:340px}.bf-spacer__bottom--33{padding-bottom:340px}.bf-spacer__left--33{padding-left:340px}.bf-spacer__right--33{padding-right:340px}.bf-spacer__left-large--33{padding-left:340px}.bf-spacer__right-large--33{padding-right:340px}.bf-spacer__top-margin--33{margin-top:340px}.bf-spacer__bottom-margin--33{margin-bottom:340px}.bf-spacer__around-padding--33{padding:340px}.bf-spacer__top--34,.bf-spacer__top-large--34{padding-top:350px}.bf-spacer__bottom--34{padding-bottom:350px}.bf-spacer__left--34{padding-left:350px}.bf-spacer__right--34{padding-right:350px}.bf-spacer__left-large--34{padding-left:350px}.bf-spacer__right-large--34{padding-right:350px}.bf-spacer__top-margin--34{margin-top:350px}.bf-spacer__bottom-margin--34{margin-bottom:350px}.bf-spacer__around-padding--34{padding:350px}.bf-spacer__top--35,.bf-spacer__top-large--35{padding-top:360px}.bf-spacer__bottom--35{padding-bottom:360px}.bf-spacer__left--35{padding-left:360px}.bf-spacer__right--35{padding-right:360px}.bf-spacer__left-large--35{padding-left:360px}.bf-spacer__right-large--35{padding-right:360px}.bf-spacer__top-margin--35{margin-top:360px}.bf-spacer__bottom-margin--35{margin-bottom:360px}.bf-spacer__around-padding--35{padding:360px}.bf-spacer__top--36,.bf-spacer__top-large--36{padding-top:370px}.bf-spacer__bottom--36{padding-bottom:370px}.bf-spacer__left--36{padding-left:370px}.bf-spacer__right--36{padding-right:370px}.bf-spacer__left-large--36{padding-left:370px}.bf-spacer__right-large--36{padding-right:370px}.bf-spacer__top-margin--36{margin-top:370px}.bf-spacer__bottom-margin--36{margin-bottom:370px}.bf-spacer__around-padding--36{padding:370px}.bf-spacer__top--37,.bf-spacer__top-large--37{padding-top:380px}.bf-spacer__bottom--37{padding-bottom:380px}.bf-spacer__left--37{padding-left:380px}.bf-spacer__right--37{padding-right:380px}.bf-spacer__left-large--37{padding-left:380px}.bf-spacer__right-large--37{padding-right:380px}.bf-spacer__top-margin--37{margin-top:380px}.bf-spacer__bottom-margin--37{margin-bottom:380px}.bf-spacer__around-padding--37{padding:380px}.bf-spacer__top--38,.bf-spacer__top-large--38{padding-top:390px}.bf-spacer__bottom--38{padding-bottom:390px}.bf-spacer__left--38{padding-left:390px}.bf-spacer__right--38{padding-right:390px}.bf-spacer__left-large--38{padding-left:390px}.bf-spacer__right-large--38{padding-right:390px}.bf-spacer__top-margin--38{margin-top:390px}.bf-spacer__bottom-margin--38{margin-bottom:390px}.bf-spacer__around-padding--38{padding:390px}.bf-spacer__top--39,.bf-spacer__top-large--39{padding-top:400px}.bf-spacer__bottom--39{padding-bottom:400px}.bf-spacer__left--39{padding-left:400px}.bf-spacer__right--39{padding-right:400px}.bf-spacer__left-large--39{padding-left:400px}.bf-spacer__right-large--39{padding-right:400px}.bf-spacer__top-margin--39{margin-top:400px}.bf-spacer__bottom-margin--39{margin-bottom:400px}.bf-spacer__around-padding--39{padding:400px}.bf-spacer__top--40,.bf-spacer__top-large--40{padding-top:410px}.bf-spacer__bottom--40{padding-bottom:410px}.bf-spacer__left--40{padding-left:410px}.bf-spacer__right--40{padding-right:410px}.bf-spacer__left-large--40{padding-left:410px}.bf-spacer__right-large--40{padding-right:410px}.bf-spacer__top-margin--40{margin-top:410px}.bf-spacer__bottom-margin--40{margin-bottom:410px}.bf-spacer__around-padding--40{padding:410px}.bf-spacer__top--as-3-2{margin-top:14px}}#bfe-app{background-color:#fff}.bf-page-content{margin:auto;position:relative;z-index:1}.bf-rows{height:auto;width:100%}.bf-section{height:inherit;width:100%}.bf-section__background--primary,.bf-section__background--white{background-color:#fff}.bf-section__background--secondary{background-color:#000}.bf-section__background--tertiary{background-color:#d10a10}.bf-color--black{stroke:#000;color:#000}a.bf-color--black:hover{stroke:#43b02a;color:#43b02a}.bf-color--white{stroke:#fff;color:#fff}a.bf-color--white:hover{stroke:#43b02a;color:#43b02a}.bf-color--transparent{stroke:transparent;color:transparent}.bf-color-medium-gray{stroke:#4d4e4d;color:#4d4e4d}.bf-color--green{stroke:#43b02a;color:#43b02a}a.bf-color--green:hover{stroke:#245e16;color:#245e16}.bf-color--blue{stroke:#292bd8;color:#292bd8}.bf-color--yellow{stroke:#dfff00;color:#dfff00}.bf-color--light-gray{stroke:#f3f4ef;color:#f3f4ef}.bf-background-color--black{background-color:#000}.bf-background-color--white{background-color:#fff}.bf-background-color--transparent{background-color:transparent}.bf-background-color--green{background-color:#43b02a}.bf-background-color--blue{background-color:#292bd8}.bf-background-color--red{background-color:#d10a10}.bf-background-color--yellow{background-color:#dfff00}.bf-background-color--light-gray{background-color:#f3f4ef}.bf-border-bottom--black-75{border-bottom:1px solid rgba(0,0,0,.75)}.bf-section__wrapper{margin:0 auto;padding-left:1.875rem;padding-right:1.875rem}.bf-section__wrapper--compensate-outer{margin-left:-1.875rem;margin-right:-1.875rem}.bf-section__wrapper--halfpadding{margin:0 auto;padding-left:1.25rem;padding-right:1.25rem}@media screen and (max-width:25.87375em){.bf-section__wrapper--overrule-from-inside-small-only{margin-left:-1.875rem;margin-right:-1.875rem}}@media screen and (min-width:25.875em) and (max-width:47.99875em){.bf-section__wrapper--overrule-from-inside-small-only{margin-left:-1.875rem;margin-right:-1.875rem}}.bf-section__wrapper--width-full{padding-left:0!important;padding-right:0!important;width:100%}.bf-section__wrapper--height-full{height:90vh;padding-bottom:0!important;padding-top:0!important;position:relative}.bf-section__wrapper--width-xxlarge{overflow:hidden}@media print,screen and (min-width:48em){.bf-content{margin:0 2.5rem}.bf-section__wrapper{margin:0 auto;padding-left:1.875rem;padding-right:1.875rem;width:auto}.bf-section__wrapper--compensate-outer{margin-left:-1.875rem;margin-right:-1.875rem}.bf-section__background--full-height{min-height:calc(90vh - 5rem)}.bf-section__wrapper--width-xxlarge--overlap{overflow:visible}.bf-section__wrapper--width-xxlarge--outer--overlap{overflow:visible}}@media print,screen and (min-width:75em){.bf-section__wrapper{padding-left:5rem;padding-right:5rem}.bf-section__wrapper--width-slim{max-width:50rem}.bf-section__wrapper--width-medium{max-width:62.5rem}.bf-section__wrapper--width-large{max-width:80rem}.bf-section__wrapper--width-xlarge{max-width:90rem}.bf-section__background--full-height{min-height:calc(90vh - 8.75rem)}.bf-section__wrapper--width-xxlarge{max-width:105rem}.bf-section__wrapper--width-xxlarge--overlap{max-width:105rem;overflow:visible}.bf-section__wrapper--width-xxlarge--outer{max-width:105rem}.bf-section__wrapper--width-xxlarge--outer--overlap{max-width:105rem;overflow:visible}.bf-section__wrapper--width-full{max-width:160rem;padding-left:0!important;padding-right:0!important}}@media screen and (max-width:62.49875em){body.bf-section-vorsorgeordner .bf-section__wrapper.bf-section__wrapper--height-full .bf-section__wrapper--width-xxlarge{height:75vh!important}}@media screen and (max-width:25.87375em){body.bf-section-vorsorgeordner .bf-section__wrapper.bf-section__wrapper--height-full .bf-section__wrapper--width-xxlarge h1.bf-texts__style-1{font-size:40px}}.bf-divider{background-color:#000;height:.25rem;margin:0 0 1.25rem;width:100%}.bf-divider--slim{height:.0625rem;margin:0 0 .625rem}@media print,screen and (min-width:48em){.bf-divider--no-top{margin-top:0}}body.bf-page-home .bf-backgroundVideo__container,body.bf-page-home .bf-section__wrapper--height-full,body.bf-page-home video{height:100vh}body.bf-page-home .bf-logo svg{animation:logoFly 3s ease-in-out forwards;overflow:hidden;overflow-clip-margin:unset}@keyframes logoFly{0%{bottom:unset;position:fixed;top:80vh;width:300px}33%{bottom:unset;position:fixed;top:80vh;width:300px}to{bottom:unset;position:fixed;top:38px;width:155px}}@media print,screen and (min-width:75em){@keyframes logoFly{0%{bottom:unset;position:fixed;top:80vh;width:500px}33%{bottom:unset;position:fixed;top:80vh;width:500px}to{bottom:unset;position:fixed;top:43px;width:250px}}}body.bf-section-vorsorgeordner .bf-menu-icon:not(.open){opacity:0;pointer-events:none}body.bf-section-person .bf-logo svg path{fill:#fff}body.bf-section-person .bf-menu-icon svg{stroke:#fff}body.bf-section-person .bf-menu-icon.open svg{stroke:#000}@media print,screen and (min-width:75em){body.bf-page-areas-of-activity .bf-menu-icon svg,body.bf-page-fields-of-activity .bf-menu-icon svg,body.bf-page-taetigkeitsgebiete .bf-menu-icon svg,body.bf-page-team .bf-menu-icon svg{stroke:#dfff00}body.bf-page-areas-of-activity .bf-menu-icon.open svg,body.bf-page-fields-of-activity .bf-menu-icon.open svg,body.bf-page-taetigkeitsgebiete .bf-menu-icon.open svg,body.bf-page-team .bf-menu-icon.open svg{stroke:#000}}.bf-mainheader{padding-top:30px;position:fixed;top:0;width:100%;z-index:4}.bf-mainheader--contrast{background:linear-gradient(hsla(0,0%,100%,.631),hsla(0,0%,100%,.631),hsla(0,0%,100%,0))}@media print,screen and (min-width:48em){.bf-mainheader--contrast{background:transparent}}.bf-mainheader--contrast svg line{stroke:#000!important}.bf-mainheader--contrast svg path{fill:#000!important}@media print,screen and (min-width:75em){.bf-mainheader{padding-top:40px}}.bf-mainheader .bf-logo{float:left}.bf-mainheader .bf-logo svg{height:auto;position:absolute;top:8px;width:155px}@media print,screen and (min-width:75em){.bf-mainheader .bf-logo svg{top:3px;width:250px}}.bf-mainheader .bf-menu-icon{box-sizing:border-box;cursor:pointer;float:right;height:36px;width:36px}@media print,screen and (min-width:75em){.bf-mainheader .bf-menu-icon{height:40px;width:40px}}.bf-mainheader .bf-menu-icon svg{stroke:#000;height:auto;transition:.2s;width:100%}.bf-mainheader .bf-menu-icon svg g:first-child{opacity:1;transition:opacity 0s .2s}.bf-mainheader .bf-menu-icon svg g:first-child line{transform:translateY(0);transition:transform .2s .2s}.bf-mainheader .bf-menu-icon svg g:last-child{opacity:0;transition:opacity 0s .2s}.bf-mainheader .bf-menu-icon svg g:last-child line{transform:rotate(0deg);transform-origin:center;transition:transform .2s}.bf-mainheader .bf-menu-icon.open svg{stroke:#000}.bf-mainheader .bf-menu-icon.open svg g:first-child{opacity:0}.bf-mainheader .bf-menu-icon.open svg g:first-child line{transition:transform .2s}.bf-mainheader .bf-menu-icon.open svg g:first-child line:first-child{transform:translateY(7px)}.bf-mainheader .bf-menu-icon.open svg g:first-child line:last-child{transform:translateY(-7px)}.bf-mainheader .bf-menu-icon.open svg g:last-child{opacity:1}.bf-mainheader .bf-menu-icon.open svg g:last-child line{transition:transform .2s .2s}.bf-mainheader .bf-menu-icon.open svg g:last-child line:first-child{transform:rotate(45deg)}.bf-mainheader .bf-menu-icon.open svg g:last-child line:last-child{transform:rotate(-45deg)}#bf-main-nav{background-color:rgba(223,255,0,.851);height:100vh;left:100vw;opacity:0;overflow:hidden;position:fixed;right:-100vw;transition:all .3s ease-in-out;z-index:3}@media print,screen and (min-width:75em){#bf-main-nav{box-shadow:-8px 0 14px 0 rgba(0,0,0,.161);left:unset;margin-right:-1.875rem;right:calc(50vw - 52.5rem);width:0}}#bf-main-nav .bf-main_nav__inner{height:90vh;padding-top:20vh}@media print,screen and (min-width:75em){#bf-main-nav .bf-main_nav__inner{padding-top:100px}}#bf-main-nav .bf-main-nav__menulist{font-size:30px;margin-left:40px}#bf-main-nav .bf-main-nav__menulist ul{margin-block-start:0;padding-inline-start:0}@media print,screen and (min-width:75em){#bf-main-nav .bf-main-nav__menulist{font-size:25px;margin-left:100px}}@media print and (max-height:650px),screen and (min-width:75em) and (max-height:650px){#bf-main-nav .bf-main-nav__menulist li{padding-bottom:15px}}#bf-main-nav .bf-main-nav__menulist a.logo-notarius-link,#bf-main-nav .bf-main-nav__menulist a.logo-notarius-link:hover{font-size:20px;line-height:20px}#bf-main-nav .bf-main-nav__menulist .logo-notarius{margin-top:40px;width:140px}#bf-main-nav .bf-main-nav__menulist .logo-notarius svg{height:auto;width:100%}#bf-main-nav .bf-main-nav__langswitch{bottom:110px;left:40px;position:absolute}@media print,screen and (min-width:48em){#bf-main-nav .bf-main-nav__langswitch{bottom:80px}}@media print,screen and (min-width:75em){#bf-main-nav .bf-main-nav__langswitch{bottom:13vh;left:100px}}#bf-main-nav .bf-main-nav__langswitch a{position:relative}#bf-main-nav .bf-main-nav__langswitch a.lang-active:after{background-color:#000;bottom:-5px;content:"";height:1px;left:0;position:absolute;right:0}body.nav-open{pointer-events:none}body.nav-open .bf-header{pointer-events:auto}body.nav-open #bf-main-nav{left:15px;opacity:1;right:15px}@media print,screen and (min-width:48em){body.nav-open #bf-main-nav{left:15px;right:15px}}@media print,screen and (min-width:75em){body.nav-open #bf-main-nav{left:unset;max-width:80rem;min-width:480px;right:calc(50vw - 40rem);width:30vw}body.nav-open #bf-main-nav.search-extended{width:60vw}}@media screen and (min-width:90em){body.nav-open #bf-main-nav{right:calc(50vw - 45rem)}}@media screen and (min-width:105em){body.nav-open #bf-main-nav{right:calc(50vw - 52.5rem)}}.bf-mainheader-search{position:relative}.bf-mainheader-search .bf-search-result-wrapper{background-color:hsla(0,0%,100%,.75);display:none;left:0;max-height:55vh;overflow-y:auto;padding-bottom:30px;padding-left:40px;padding-top:30px;position:absolute;right:0;top:75px;z-index:1}@media print,screen and (min-width:75em){.bf-mainheader-search .bf-search-result-wrapper{padding-left:100px}}.bf-mainheader-search .bf-search-result-wrapper ul{margin-block-start:0}.bf-mainheader-search .bf-search-result-wrapper ul li{padding-bottom:10px}.bf-mainheader-search .bf-search-result-wrapper.active{display:block}.bf-mainheader-search #search{position:relative}.bf-mainheader-search input.bf-searchbar{background-color:transparent;border:transparent;border-radius:0;box-sizing:border-box;color:#000;font-size:30px;height:68px;padding:0 20px 0 100px;position:relative;transition:all .3s ease-in-out;width:100%}.bf-mainheader-search input.bf-searchbar:focus{background-color:#fff}.bf-mainheader-search input.bf-searchbar:focus-visible{outline:0}@media print,screen and (min-width:75em){.bf-mainheader-search input.bf-searchbar{font-size:25px}}.bf-mainheader-search div.bf-searchbar-icon{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSIyOS43IiBoZWlnaHQ9IjI5LjUiPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMCIgZD0ibTE4LjkgMTguOCAxMC40IDEwLjQiLz48Y2lyY2xlIHRyYW5zZm9ybT0icm90YXRlKC00NSAxOS4zNDggOC4wMTQpIiBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAiIGN4PSIxMS4zIiBjeT0iNC43IiByPSIxMC44Ii8+PC9zdmc+");background-position:50%;background-repeat:no-repeat;background-size:contain;border:none;bottom:0;cursor:auto;display:inline-block;height:28px;left:40px;margin:auto;position:absolute;top:0;width:28px;z-index:2}.bf-subSearch__wrapper{display:none;position:relative}@media print,screen and (min-width:75em){.bf-subSearch__wrapper{display:block}}.bf-subSearch__wrapper .bf-search-result-wrapper{background-color:rgba(223,255,0,.753);display:none;left:0;max-height:55vh;overflow-y:auto;padding-bottom:30px;padding-top:30px;position:absolute;right:0;top:70px;z-index:10}.bf-subSearch__wrapper .bf-search-result-wrapper ul{margin-block-start:0}.bf-subSearch__wrapper .bf-search-result-wrapper ul li{padding-bottom:10px}.bf-subSearch__wrapper .bf-search-result-wrapper.active{display:block}.bf-subSearch__wrapper input.bf-searchbar{border:transparent;border-radius:0;box-sizing:border-box;color:#000;font-size:18px;height:68px;padding:0 20px 0 75px;position:relative;transition:all .3s ease-in-out;width:100%}.bf-subSearch__wrapper input.bf-searchbar:focus,.bf-subSearch__wrapper input.bf-searchbar:hover{background-color:rgba(223,255,0,.753)}.bf-subSearch__wrapper input.bf-searchbar:focus-visible{outline:0}@media print,screen and (min-width:75em){.bf-subSearch__wrapper input.bf-searchbar{font-size:25px}}.bf-subSearch__wrapper .activity input.bf-searchbar{padding:0 20px 0 140px}.bf-subSearch__wrapper .activity div.bf-searchbar-icon{left:85px}.bf-subSearch__wrapper .activity .bf-search-result-wrapper{padding-left:140px}.bf-subSearch__wrapper .person{margin-bottom:5px}.bf-subSearch__wrapper .person .bf-search-result-wrapper{padding-left:75px}.bf-subSearch__wrapper div.bf-searchbar-icon{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSIyOS43IiBoZWlnaHQ9IjI5LjUiPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMCIgZD0ibTE4LjkgMTguOCAxMC40IDEwLjQiLz48Y2lyY2xlIHRyYW5zZm9ybT0icm90YXRlKC00NSAxOS4zNDggOC4wMTQpIiBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAiIGN4PSIxMS4zIiBjeT0iNC43IiByPSIxMC44Ii8+PC9zdmc+");background-position:50%;background-repeat:no-repeat;background-size:contain;border:none;bottom:0;cursor:auto;display:inline-block;height:28px;left:25px;margin:auto;position:absolute;top:0;width:28px;z-index:2}.bf-cookie{align-items:center;background-color:#000;border-bottom:1px solid #000;border-top:1px solid #000;bottom:4.375rem;display:none;height:5rem;justify-content:center;left:0;position:fixed;width:100%;z-index:4}.bf-cookie--show{display:flex}.bf-cookie__text{padding-left:.9rem}.bf-cookie__button{background-color:#000;border:1px solid #000;margin:0 .9rem 0 1rem;padding:.3rem .9rem}@media print,screen and (min-width:48em){.bf-cookie{border:none;bottom:auto;flex-wrap:wrap;height:auto;justify-content:start;left:-21.875rem;padding:1.25rem;top:5.625rem;transition:left 1s ease-in;width:19.375rem}.bf-cookie--show{left:1.25rem}.bf-cookie:before{border-color:transparent transparent transparent #000;border-style:solid;border-width:1.875rem 0 0 1.875rem;content:"";display:block;height:0;left:0;position:absolute;top:-1.25rem;width:0}.bf-cookie__text{flex:0 0 100%;padding:0 0 1.25rem}.bf-cookie__button{cursor:pointer;margin:0}}@media print,screen and (min-width:75em){.bf-cookie__button{padding:.6rem 1.8rem}}.fade-leave-active{opacity:0;transition-duration:.5s;transition-property:opacity;transition-timing-function:ease-out}.bf-image{height:auto;max-width:100%}.bf-squareBorder--ol-ur,.bf-squareBorder--ol-ur img{border-radius:0 50% 0 50%}.bf-squareBorder--or,.bf-squareBorder--or img{border-radius:50% 0 50% 50%}.bf-squareBorder--or-ul,.bf-squareBorder--or-ul img{border-radius:50% 0 50% 0}.bf-squareBorder--ur,.bf-squareBorder--ur img{border-radius:50% 50% 0 50%}.bf-squareBorder--ul,.bf-squareBorder--ul img{border-radius:50% 50% 50% 0}.bf-squareBorder--ol,.bf-squareBorder--ol img{border-radius:0 50% 50% 50%}.bf-squareBorder--ol-inverted-large,.bf-squareBorder--ol-inverted-large img{border-radius:25% 0 0 0}.bf-squareMask-image--ol{mask:url(/assets/media/svg/ol.svg) no-repeat top;-webkit-mask:url(/assets/media/svg/ol.svg) no-repeat top;mask-size:100%;-webkit-mask-size:100%;position:relative}.bf-squareMask-image--or{mask:url(/assets/media/svg/or.svg) no-repeat top;-webkit-mask:url(/assets/media/svg/or.svg) no-repeat top;mask-size:100%;-webkit-mask-size:100%;position:relative}.bf-squareMask-image--ur{mask:url(/assets/media/svg/ur.svg) no-repeat top;-webkit-mask:url(/assets/media/svg/ur.svg) no-repeat top;mask-size:100%;-webkit-mask-size:100%;position:relative}.bf-squareMask-image--ul{mask:url(/assets/media/svg/ul.svg) no-repeat top;-webkit-mask:url(/assets/media/svg/ul.svg) no-repeat top;mask-size:100%;-webkit-mask-size:100%;position:relative}.bf-squareMask-image img{height:auto;max-width:80%}.bf-person-box{position:relative}.bf-person-box img{aspect-ratio:1;height:auto;max-width:100%;-o-object-fit:cover;object-fit:cover;transform:scale(1);transition:all .2s ease-in-out;width:100%}.bf-person-box--row{margin-bottom:40px}.bf-person-box--row img{width:25%}.bf-person-box--row .bf-person-box__label{background-color:#fff;bottom:0;left:25%;padding:15px;position:absolute;right:0;top:0;z-index:1}@media print,screen and (min-width:75em){.bf-person-box--row .bf-person-box__label{padding:25px}}.bf-person-box--row img{transform:scale(1.8);transform-origin:center 10px}.bf-person-box--row:hover{cursor:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1Mi42IDUyLjYiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSI1MyIgaGVpZ2h0PSI1MyI+PGNpcmNsZSBvcGFjaXR5PSIuNzUiIGZpbGw9IiNERkZGMDAiIGN4PSIyNi4zIiBjeT0iMjYuMyIgcj0iMjYuMyIvPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJNMjYuMyAxNC4xdjI0LjVNMTQuMSAyNi4zaDI0LjUiLz48L3N2Zz4=") 16 0,auto}.bf-person-box--row:hover img{transform:scale(2)}.bf-person-box--tile img{aspect-ratio:unset}.bf-person-box--tile .bf-person-box__label{background-color:rgba(223,255,0,.753);bottom:20px;padding:10px 5px 10px 10px;position:absolute;right:0;width:calc(100% - 15px);z-index:1}@media print,screen and (min-width:75em){.bf-person-box--tile .bf-person-box__label{bottom:50px;padding:25px 40px;width:calc(75% - 80px)}}.bf-person-box--tile:hover{cursor:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1Mi42IDUyLjYiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSI1MyIgaGVpZ2h0PSI1MyI+PGNpcmNsZSBvcGFjaXR5PSIuNzUiIGZpbGw9IiNERkZGMDAiIGN4PSIyNi4zIiBjeT0iMjYuMyIgcj0iMjYuMyIvPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJNMjYuMyAxNC4xdjI0LjVNMTQuMSAyNi4zaDI0LjUiLz48L3N2Zz4=") 16 0,auto}.bf-person-box--tile:hover img{transform:scale(1.1)}.bf-person-box__imgWrapper{align-items:flex-end;background:#d6d6d9;background-image:url(/assets/media/person-bg-1920.jpg);background-size:cover;display:flex;overflow:hidden}.bf-person-align-wrapper{align-items:center;display:flex;height:90vh;position:relative}.bf-person-image-wrapper{background-image:var(--personImageFullWidthHdUrl);background-position:right 30% bottom;background-repeat:no-repeat;background-size:cover;bottom:70px;left:0;pointer-events:none;position:absolute;right:0;top:150px}@media print,screen and (min-width:48em){.bf-person-image-wrapper{background-image:var(--personImageFullWidthHdUrl);background-position:bottom;background-size:cover;bottom:0;top:60px}}@media print,screen and (min-width:75em){.bf-person-image-wrapper{background-size:contain;top:0}}@media (min-resolution:192dpi) and (orientation:landscape){.bf-person-image-wrapper{background-image:var(--personImageFullWidthRetinaUrl)}}@media print,screen and (min-width:75em){.bf-person-subbox-overlapper{overflow:visible}}.bf-person-activities-wrapper{background-color:#dfff00;padding:40px 0;position:relative}.bf-person-activities-wrapper:after,.bf-person-activities-wrapper:before{background-color:#dfff00;content:"";height:100%;position:absolute;top:0;width:40px}@media print,screen and (min-width:48em){.bf-person-activities-wrapper,.bf-person-activities-wrapper:after,.bf-person-activities-wrapper:before{background-color:rgba(223,255,0,.753)}}.bf-person-activities-wrapper:before{left:0;margin-left:-40px}.bf-person-activities-wrapper:after{margin-right:-40px;right:0}@media print,screen and (min-width:75em){.bf-person-activities-wrapper{margin-top:-30px;padding-top:115px!important;z-index:1}}@media print,screen and (min-width:48em){.bf-person-activities-wrapper--contact{height:calc(100% - 40px);margin-top:-30px;padding-top:60px;z-index:1}}.bf-person-activities-wrapper--contact--landingpage{background-color:rgba(223,255,0,.753);margin-bottom:-30px;padding-bottom:60px;z-index:1}@media print,screen and (min-width:48em){.bf-person-activities-wrapper--contact--landingpage{width:calc(100% - 80px)}}.bf-person-activities-wrapper--contact--landingpage p strong{font-weight:700}@media print,screen and (min-width:75em){.bf-person-activities-wrapper--contact--landingpage{padding-top:60px!important}}.bf-person-backwall{background-position:50%;background-repeat:repeat;background-size:cover;max-width:unset}@media screen and (min-width:90em){.bf-person-backwall{background-size:contain}}.bf-person-name__wrapper{position:absolute;top:120px}@media print,screen and (min-width:48em){.bf-person-name__wrapper{position:unset;top:unset}.bf-person-attributes__wrapper,.bf-person-role__wrapper{max-width:650px;padding-left:65px!important}}.bf-person-attributes__wrapper{align-items:center;background-color:#fff;bottom:0;display:flex;height:70px;left:0;padding-left:1.25rem;position:absolute;right:0}@media print,screen and (min-width:48em){.bf-person-attributes__wrapper{background-color:transparent;bottom:unset;height:unset;left:unset;padding-left:unset;position:unset;right:unset}}.bf-person-attributes__list{display:flex;width:100%}.bf-person-attributes__item{align-items:center;color:#000;display:flex;transition:all .3s ease}.bf-person-attributes__item:not(:last-child){margin-right:40px}@media print,screen and (min-width:48em){.bf-person-attributes__item{color:#fff}}.bf-activity-spacer{margin-top:-70vh}@media print,screen and (min-width:75em){.bf-activity-spacer{margin-top:-70vh}}.bf-activity-wrapper{padding-left:5px;padding-right:5px}@media print,screen and (min-width:75em){.bf-activity-wrapper{padding-left:40px;padding-right:45px;width:calc(100% - 85px)!important}}.bf-activity-ex-wrapper{margin-left:0!important;margin-right:0!important;width:100%!important}@media print,screen and (min-width:48em){.bf-activity-ex-wrapper{margin-left:5px!important;margin-right:5px!important;width:calc(100% - 10px)!important}}@media print,screen and (min-width:75em){.bf-activity-ex-wrapper{margin-left:unset;margin-right:unset;width:unset}}.bf-person-table td,.bf-person-table th{vertical-align:top}.bf-person-table tbody tr td:first-child,.bf-person-table thead tr th:first-child{width:90px}@media print,screen and (min-width:48em){.bf-person-table tbody tr td:first-child,.bf-person-table thead tr th:first-child{width:110px}}@media print,screen and (min-width:75em){.bf-person-table tbody tr td:first-child,.bf-person-table thead tr th:first-child{width:130px}.bf-person-table{padding-right:60px}}.bf-button .bf-button__svg{align-items:center;display:flex;margin-right:15px;overflow:hidden;transition:all .3s ease}.bf-button .bf-button__svg svg{height:100%;margin:auto 13px auto -13px;width:auto}.bf-button:hover .bf-button__svg svg{margin-left:0;margin-right:0;transition:all .3s ease}.bf-button__container{background-color:#000;border:1px solid #fff;border-radius:6.25rem;display:inline-block;padding:.625rem 0;width:100%}@media print,screen and (min-width:48em){.bf-button__container{padding:.625rem 3.75rem;transition:all .2s ease;transition-property:background-color,color,box-shadow;width:auto}.bf-button__container:hover{background-color:#000;border-radius:6.25rem}.bf-button__container:hover .bf-texts{color:#000}}.bf-icon-envelope svg{height:18px;width:auto}.bf-icon-envelope svg path{stroke:#000}@media print,screen and (min-width:48em){.bf-icon-envelope svg path{stroke:#fff}}.bf-toggling-arrow{position:relative}.bf-toggling-arrow svg{bottom:.625rem;cursor:pointer;height:25px;margin:auto;position:absolute;right:0;transition:transform .3s ease;width:25px}.listingPerson__filter-dropdown{cursor:pointer;display:inline-block;margin-bottom:0;padding:20px 40px 20px 35px;position:relative;transform-origin:left center;transition:all .3s ease-in-out}@media print,screen and (min-width:75em){.listingPerson__filter-dropdown{padding-left:75px}.listingPerson__filter-dropdown:hover{background-color:rgba(223,255,0,.753);transform:scale(1.1)}}.listingPerson__filter-dropdown:before{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMC42IDExIiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iMjEiIGhlaWdodD0iMTEiPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMCIgZD0ibTIwLjIuNC05LjkgOS45TC40LjQiLz48L3N2Zz4=");background-repeat:no-repeat;bottom:0;content:"";height:11px;left:0;margin:auto;position:absolute;top:0;transform:rotate(0);transition:all .3s ease-in-out;width:21px}@media print,screen and (min-width:75em){.listingPerson__filter-dropdown:before{left:25px}}.listingPerson__filter-dropdown--no-arrow:before{opacity:0}.listingPerson__filter-dropdown.active:before{transform:rotate(180deg)}.bf-title-left-arrow{position:relative}@media print,screen and (min-width:48em){.bf-title-left-arrow{padding-left:65px}.bf-title-left-arrow:before{background-image:url(/assets/media/icons/arrow-right-short-yellow.svg);background-position:center top 13px;background-repeat:no-repeat;background-size:contain;content:"";height:50px;left:0;position:absolute;top:0;width:35px}}@media print,screen and (min-width:75em){.bf-title-left-arrow{padding-left:65px}.bf-title-left-arrow:before{background-position:center top 23px}}.bf-listing-scale--arrow{display:inline-block;position:relative;transform-origin:left center;transition:transform .15s ease-in-out}@media print,screen and (min-width:48em){.bf-listing-scale--arrow{margin-right:40px}}@media print,screen and (min-width:75em){.bf-listing-scale--arrow{margin-right:75px}}.bf-listing-scale--arrow:before{background-image:url(/assets/media/icons/arrow-right-short-black.svg);background-position:left 30px top 26px;background-repeat:no-repeat;bottom:-13px;content:"";left:-80px;opacity:0;position:absolute;right:-28px;top:-13px;transition:all .15s ease-in-out;z-index:-1}.bf-listing-scale--arrow.hover-transparent{display:list-item}@media print,screen and (min-width:75em){.bf-listing-scale--arrow-active,.bf-listing-scale--arrow:hover{transform:scale(1.1)}.bf-listing-scale--arrow-active:before,.bf-listing-scale--arrow:hover:before{background-color:rgba(223,255,0,.753);content:"";opacity:1}.bf-listing-scale--arrow.hover-transparent-active,.bf-listing-scale--arrow.hover-transparent:hover{transform:scale(1.3)}.bf-listing-scale--arrow.hover-transparent-active:before,.bf-listing-scale--arrow.hover-transparent:hover:before{background-color:transparent;background-position:left 30px top 20px}}.listingPerson__filter .subFilter{cursor:pointer;display:table;margin-bottom:20px;margin-left:50px}@media print,screen and (min-width:75em){.listingPerson__filter .subFilter{margin-left:90px}}.bf-back-arrow{position:absolute;top:-40px}@media print,screen and (min-width:48em){.bf-back-arrow{left:0;top:-60px}}@media print,screen and (min-width:75em){.bf-back-arrow{left:-40px;top:-120px}}body.bf-page-home .bf-backgroundVideo__container:before{animation:revealVideo 3s ease-in-out forwards}.bf-section__wrapper--height-full .bf-tile,body.bf-page-home .bf-section__wrapper--height-full .bf-tile{animation:revealText 3s ease-in-out forwards}.bf-backgroundVideo__container{height:90vh;left:0;overflow:hidden;position:absolute;right:0;top:0;width:100%;z-index:-1}.bf-backgroundVideo__container--landingpage{overflow:visible}.bf-backgroundVideo__container--landingpage video{max-width:100vw}.bf-backgroundVideo__container--landingpage__floatimage{bottom:-40px;position:absolute;width:250px;z-index:3}@media print,screen and (min-width:75em){.bf-backgroundVideo__container--landingpage__floatimage{bottom:-70px;left:40px;width:380px}}@media screen and (min-width:90em){.bf-backgroundVideo__container--landingpage__floatimage{bottom:-80px;width:500px}}@media screen and (min-width:105em){.bf-backgroundVideo__container--landingpage__floatimage{left:calc(50vw - 52.5rem)}}@media screen and (min-width:160em){.bf-backgroundVideo__container--landingpage__floatimage{left:390px}}.bf-backgroundVideo__container--landingpage__floatimage img{height:auto;width:100%}.bf-backgroundVideo__container:before{animation:revealVideoFast 3s ease-in-out forwards;background-color:#dfff00;bottom:0;content:"";left:0;position:absolute;right:0;top:0;transition:all .3s ease;z-index:3}.bf-backgroundVideo__container--reverse video{height:auto;width:100%}.bf-backgroundVideo__container--reverse:before{animation:revealVideoReverse 2s ease-in-out forwards;background-color:#dfff00;bottom:0;content:"";left:0;position:absolute;right:0;top:0;transition:all .3s ease;z-index:2}.bf-backgroundVideo__container--neutral video{height:auto;width:100%}@keyframes revealVideo{0%{opacity:1}33%{opacity:1}to{opacity:0}}@keyframes revealVideoFast{0%{opacity:1}to{opacity:0}}@keyframes revealVideoReverse{0%{opacity:0}33%{opacity:0}to{opacity:.8}}.bf-backgroundVideo__container video{height:90vh;left:50%;-o-object-fit:cover;object-fit:cover;position:absolute;right:0;top:50%;transform:translate(-50%,-50%)}@media print,screen and (min-width:48em){.bf-backgroundVideo__container video{left:0!important;top:0;transform:unset;width:100%}}@keyframes revealText{0%{opacity:0}33%{opacity:0}to{opacity:1}}.bf-heroImage{align-items:center;display:flex;height:60vh;justify-content:center;position:relative}.bf-heroImage.bf-heroImage-animation--false{height:calc(90vh - 5rem)}.bf-heroImage.bf-heroImage-animation--dreiRotierendeKronkorken .bf-heroImage-inner{width:auto}.bf-heroImage.bf-heroImage-animation--dreiRotierendeKronkorken .bf-heroImage-inner img{max-width:650px;transform:rotate(3.2deg);width:100%}.bf-heroImage.bf-heroImage-animation--zehnernoetliSchmetterling .bf-heroImage-inner{text-align:center}.bf-heroImage.bf-heroImage-animation--zehnernoetliSchmetterling .bf-heroImage-inner svg{max-width:650px;width:100%}.bf-heroImage.bf-heroImage-animation--zehnernoetliSchmetterling .bf-heroImage-inner svg #sl-body{transform:rotate(15deg);transform-origin:center}.bf-heroImage.bf-heroImage-animation--zehnernoetliSchmetterling .bf-heroImage-inner svg #sl-body .sl-wing--left{animation:sl-wings-animate-left 2s ease-in-out infinite;animation-direction:alternate-reverse;transform-origin:right center}.bf-heroImage.bf-heroImage-animation--zehnernoetliSchmetterling .bf-heroImage-inner svg #sl-body .sl-wing--right{animation:sl-wings-animate-right 2s ease-in-out infinite;animation-direction:alternate-reverse;transform-origin:right center}@keyframes sl-wings-animate-left{0%{transform:rotateX(0deg)}20%{transform:rotateX(180deg)}to{transform:rotateX(180deg)}}@keyframes sl-wings-animate-right{0%{transform:rotateX(0deg) rotateY(180deg)}20%{transform:rotateX(180deg) rotateY(180deg)}to{transform:rotateX(180deg) rotateY(180deg)}}.bf-heroImage-inner{width:100%}.bf-heroImage-button{border-radius:3.75rem;font-size:1.125rem;line-height:1.5625rem;margin:auto;max-width:60rem;padding:.9375rem;transition:background-color .3s ease;width:80%}@media print,screen and (min-width:48em){.bf-heroImage-button{font-size:4.375rem;line-height:5rem}}@media print,screen and (min-width:75em){.bf-heroImage-button{font-size:6.25rem;line-height:4.0625rem}}.bf-heroImage-button.bf-background-color--yellow:hover{background-color:#b2cc00}.bf-heroImage-button.bf-background-color--green:hover{background-color:#338720}.bf-heroImage-button.bf-background-color--blue:hover{background-color:#2021ae}.bf-homeIntro .grid-x{height:100%}@media print,screen and (min-width:75em){.bf-homeIntro{height:calc(90vh - 5rem)}}.bf-homeIntro .bf-homeIntro-inner .bf-contentSvg img{width:100%}@media print,screen and (min-width:75em){.bf-homeIntro .bf-homeIntro-inner .bf-contentSvg img{width:75%}}.bf-homeIntro .bf-homeIntro-video{height:40vh;position:relative}@media print,screen and (min-width:48em){.bf-homeIntro .bf-homeIntro-video{height:100%}}.bf-homeIntro .bf-homeIntro-video video{height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;width:100%}.bf-contentRelationItem .bf-squareMask-image img{height:auto;max-width:100%;width:100%}.bf-contentRelations{margin-right:-1.875rem}@media print,screen and (min-width:75em){.bf-contentRelations{margin-right:unset}}.bf-contentRelations__snapWrapper{position:relative;width:100%}@media print,screen and (min-width:75em){.bf-contentRelations__snapWrapper{position:relative;width:calc(100% + 100px)}}.bf-contentRelations__snapWrapper__scroller{-webkit-overflow-scrolling:touch;display:flex;overflow-x:scroll;overflow-y:hidden;scroll-snap-type:x mandatory}@media print,screen and (min-width:75em){.bf-contentRelations__snapWrapper__scroller{flex-wrap:wrap;justify-content:flex-start;overflow-x:unset;overflow-y:unset}}.bf-contentRelations__snapWrapper__scroller__card{min-width:calc(100% - 30px);padding:0;position:relative;scroll-snap-align:start;width:calc(100% - 30px)}.bf-contentRelations__snapWrapper__scroller__card:not(:last-child){border-right:1px solid grey}.bf-contentRelations__snapWrapper__scroller__card:last-child{border-right:unset!important}@media print,screen and (min-width:25.875em){.bf-contentRelations__snapWrapper__scroller__card{min-width:calc(100% - 180px);width:calc(100% - 180px)}}@media print,screen and (min-width:48em){.bf-contentRelations__snapWrapper__scroller__card{min-width:50%;width:50%}}@media print,screen and (min-width:75em){.bf-contentRelations__snapWrapper__scroller__card{margin-bottom:75px}.bf-contentRelations__snapWrapper__scroller__card[data-columns="3"]{flex:0 1 calc(33.33333% - 1px);min-width:unset;width:unset}.bf-contentRelations__snapWrapper__scroller__card[data-columns="3"]:not(:nth-child(3n)){border-right:1px solid grey}.bf-contentRelations__snapWrapper__scroller__card[data-columns="3"]:nth-child(3n){border-right:unset}.bf-contentRelations__snapWrapper__scroller__card[data-columns="4"]{flex:0 1 calc(25% - 1px);min-width:unset;width:unset}.bf-contentRelations__snapWrapper__scroller__card[data-columns="4"]:not(:nth-child(4n)){border-right:1px solid grey}.bf-contentRelations__snapWrapper__scroller__card[data-columns="4"]:nth-child(4n){border-right:unset}}.bf-contentText ul{list-style:none!important}.bf-contentText ul li:before{color:#000;content:"–";display:inline-block;margin-left:-2em;width:2em}.bf-contentProcess__item__number{align-items:center;display:flex;height:66px;justify-content:center;margin-top:10px;width:66px}.bf-contentProcess__item:not(:last-child){border-bottom:1px solid #4d4e4d;margin-bottom:1.875rem;padding-bottom:2.5rem}.bf-contentRelationSeparator__text-inner.alignment-left{padding-left:30px}@media screen and (max-width:89.99875em){.bf-contentRelationSeparator__text-inner.alignment-left{padding-right:30px}.bf-contentRelationSeparator__text-inner.alignment-right{padding-left:30px}}@media print,screen and (min-width:48em){.bf-contentRelationSeparator__text-inner.alignment-right{padding-right:30px}}.bf-contentRelationSeparator__picture-inner{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:250px 0 0 0;min-height:400px;position:relative}.bf-contentRelationSeparator__picture-inner.alignment-left{border-radius:0 250px 0 0}@media print,screen and (min-width:48em){.bf-contentRelationSeparator__picture-inner{min-height:580px}}.bf-contentRelationSeparator .bf-squareMask-image img{height:auto;-o-object-fit:cover;object-fit:cover;width:100%}#mainCarousel{--carousel-button-color:#170724;--carousel-button-svg-width:40px;--carousel-button-svg-height:40px;--carousel-button-svg-stroke-width:2.5;width:100%}#mainCarousel .carousel__slide{padding:0;width:100%}#mainCarousel .carousel__button.is-prev{left:0;transform:rotate(-90deg) translateX(50%)}#mainCarousel .carousel__button.is-next{right:0;transform:rotate(90deg) translateX(-50%)}#mainCarousel .carousel__button.is-next svg,#mainCarousel .carousel__button.is-prev svg{stroke:none}#mainCarousel .carousel__button:focus{outline:none}#thumbCarousel .carousel__slide{height:4.375rem;margin:.25rem;opacity:.5;padding:0;width:6.25rem}#thumbCarousel .carousel__slide img{height:93%;-o-object-fit:cover;object-fit:cover;width:100%}#thumbCarousel .carousel__slide.is-nav-selected{opacity:1}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb:after{border-color:#fff;border-radius:0}.fancybox__thumbs .carousel__slide{width:6.25rem}@media print,screen and (min-width:48em){#thumbCarousel .carousel__slide{height:6.875rem;margin:.25rem;opacity:.5;padding:0;width:9.375rem}.fancybox__thumbs .carousel__slide{width:9.375rem}}.bf-accordion{overflow:hidden}.bf-accordion .tab:not(:last-child){border-bottom:1px solid #4d4e4d;margin-bottom:1.25rem;padding-bottom:1.25rem}.tab input{opacity:0;position:absolute;z-index:-1}.tab__content{max-height:0;overflow:hidden;transition:all .15s}.tab input:checked~.tab__content{max-height:100rem}.tab__close,.tab__label{cursor:pointer;display:flex}.tab__label:before{color:#43b02a;content:"+";height:1em;text-align:center;transition:all .15s;width:1em}.tab input:checked+.tab__label:before{content:"-"}.tab input:checked+.tab__label{color:#43b02a}.tab__content{padding-left:2.7em}.tab__content p{margin:0;padding:1rem}.tab__close{font-size:.75rem;justify-content:flex-end;padding:.5rem 1rem}.tab input:not(:checked)+.tab__label:hover:after{animation:bounce .2s infinite}@keyframes bounce{25%{transform:rotate(90deg) translate(.25rem)}75%{transform:rotate(90deg) translate(-.25rem)}}table.bf-table{border-collapse:collapse;width:100%}table.bf-table th{font-weight:unset}table.bf-table td,table.bf-table th{padding:10px}table.bf-table tr:not(:last-child){border-bottom:1px solid #000}table.bf-table tr.bf-table-row--invert{background-color:#000;color:#fff}table.bf-table td img{height:35px;vertical-align:middle;width:auto}.bf-content-video .bf-video__container{height:90vh}.bf-content-video .bf-video__container video{height:90vh;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100vw}@media screen and (min-width:120em){.bf-content-video .bf-video__container video{height:90vh;left:unset;position:fixed;right:0;top:0;width:50vw;z-index:4}}
