.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{-ms-scroll-chaining:none;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;-ms-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%;-webkit-transform:translate(-50%,-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%;-webkit-transform:translateY(-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;-webkit-filter:var(--carousel-button-svg-filter,none);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;-webkit-transform-origin:top left;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{-ms-scroll-chaining:none;--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%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:50px}.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053}.fancybox__spinner svg{-webkit-animation:fancybox-rotate 2s linear infinite;animation:fancybox-rotate 2s linear infinite;bottom:0;height:100%;left:0;margin:auto;position:absolute;right:0;top:0;-webkit-transform-origin:center center;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;-webkit-animation:fancybox-dash 1.5s ease-in-out infinite;animation:fancybox-dash 1.5s ease-in-out infinite}@-webkit-keyframes fancybox-rotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fancybox-rotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-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}}@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{-webkit-animation:fancybox-fadeIn .15s ease backwards;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{-webkit-animation:fancybox-fadeOut .15s ease both;animation:fancybox-fadeOut .15s ease both}.fancybox-fadeIn{-webkit-animation:fancybox-fadeIn .15s ease both;animation:fancybox-fadeIn .15s ease both}.fancybox-fadeOut{-webkit-animation:fancybox-fadeOut .1s ease both;animation:fancybox-fadeOut .1s ease both}.fancybox-zoomInUp{-webkit-animation:fancybox-zoomInUp .2s ease both;animation:fancybox-zoomInUp .2s ease both}.fancybox-zoomOutDown{-webkit-animation:fancybox-zoomOutDown .15s ease both;animation:fancybox-zoomOutDown .15s ease both}.fancybox-throwOutUp{-webkit-animation:fancybox-throwOutUp .15s ease both;animation:fancybox-throwOutUp .15s ease both}.fancybox-throwOutDown{-webkit-animation:fancybox-throwOutDown .15s ease both;animation:fancybox-throwOutDown .15s ease both}@-webkit-keyframes fancybox-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fancybox-fadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-fadeOut{to{opacity:0}}@-webkit-keyframes fancybox-zoomInUp{0%{opacity:0;-webkit-transform:scale(.97) translate3d(0,16px,0);transform:scale(.97) translate3d(0,16px,0)}to{opacity:1;-webkit-transform:scale(1) translateZ(0);transform:scale(1) translateZ(0)}}@keyframes fancybox-zoomInUp{0%{opacity:0;-webkit-transform:scale(.97) translate3d(0,16px,0);transform:scale(.97) translate3d(0,16px,0)}to{opacity:1;-webkit-transform:scale(1) translateZ(0);transform:scale(1) translateZ(0)}}@-webkit-keyframes fancybox-zoomOutDown{to{opacity:0;-webkit-transform:scale(.97) translate3d(0,16px,0);transform:scale(.97) translate3d(0,16px,0)}}@keyframes fancybox-zoomOutDown{to{opacity:0;-webkit-transform:scale(.97) translate3d(0,16px,0);transform:scale(.97) translate3d(0,16px,0)}}@-webkit-keyframes fancybox-throwOutUp{to{opacity:0;-webkit-transform:translate3d(0,-30%,0);transform:translate3d(0,-30%,0)}}@keyframes fancybox-throwOutUp{to{opacity:0;-webkit-transform:translate3d(0,-30%,0);transform:translate3d(0,-30%,0)}}@-webkit-keyframes fancybox-throwOutDown{to{opacity:0;-webkit-transform:translate3d(0,30%,0);transform:translate3d(0,30%,0)}}@keyframes fancybox-throwOutDown{to{opacity:0;-webkit-transform:translate3d(0,30%,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{-webkit-transform-origin:0 0;transform-origin:0 0;transition:none;-webkit-user-select:none;-ms-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{-webkit-animation:fancybox-fadeIn .15s ease-in backwards;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;-ms-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{-webkit-animation:fancybox-fadeIn .15s ease-in backwards;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;-webkit-transform:translateX(-50%);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;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0;transform-origin:0;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;transition-timing-function:linear;-webkit-user-select:none;-ms-user-select:none;user-select:none;z-index:30}.fancybox__container:-webkit-full-screen::backdrop{opacity:0}.fancybox__container:-ms-fullscreen::backdrop{opacity:0}.fancybox__container:fullscreen::-webkit-backdrop{opacity:0}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2){display:none}.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:first-child{display:none}.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:first-child{display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:first-child{display:none}.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.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}
@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:.3125rem;padding-right:.3125rem}@media print,screen and (min-width:48em){.grid-container{padding-left:.9375rem;padding-right:.9375rem}}.grid-container.fluid{margin-left:auto;margin-right:auto;max-width:100%;padding-left:.3125rem;padding-right:.3125rem}@media print,screen and (min-width:48em){.grid-container.fluid{padding-left:.9375rem;padding-right:.9375rem}}.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:96.25em){.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:96.25em){.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:-.3125rem;margin-right:-.3125rem}@media print,screen and (min-width:48em){.grid-margin-x{margin-left:-.9375rem;margin-right:-.9375rem}}.grid-margin-x>.cell{margin-left:.3125rem;margin-right:.3125rem;width:calc(100% - .625rem)}@media print,screen and (min-width:48em){.grid-margin-x>.cell{margin-left:.9375rem;margin-right:.9375rem;width:calc(100% - 1.875rem)}}.grid-margin-x>.auto,.grid-margin-x>.shrink{width:auto}.grid-margin-x>.small-1{width:calc(8.33333% - .625rem)}.grid-margin-x>.small-2{width:calc(16.66667% - .625rem)}.grid-margin-x>.small-3{width:calc(25% - .625rem)}.grid-margin-x>.small-4{width:calc(33.33333% - .625rem)}.grid-margin-x>.small-5{width:calc(41.66667% - .625rem)}.grid-margin-x>.small-6{width:calc(50% - .625rem)}.grid-margin-x>.small-7{width:calc(58.33333% - .625rem)}.grid-margin-x>.small-8{width:calc(66.66667% - .625rem)}.grid-margin-x>.small-9{width:calc(75% - .625rem)}.grid-margin-x>.small-10{width:calc(83.33333% - .625rem)}.grid-margin-x>.small-11{width:calc(91.66667% - .625rem)}.grid-margin-x>.small-12{width:calc(100% - .625rem)}@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% - 1.875rem)}.grid-margin-x>.small-2{width:calc(16.66667% - 1.875rem)}.grid-margin-x>.small-3{width:calc(25% - 1.875rem)}.grid-margin-x>.small-4{width:calc(33.33333% - 1.875rem)}.grid-margin-x>.small-5{width:calc(41.66667% - 1.875rem)}.grid-margin-x>.small-6{width:calc(50% - 1.875rem)}.grid-margin-x>.small-7{width:calc(58.33333% - 1.875rem)}.grid-margin-x>.small-8{width:calc(66.66667% - 1.875rem)}.grid-margin-x>.small-9{width:calc(75% - 1.875rem)}.grid-margin-x>.small-10{width:calc(83.33333% - 1.875rem)}.grid-margin-x>.small-11{width:calc(91.66667% - 1.875rem)}.grid-margin-x>.small-12{width:calc(100% - 1.875rem)}.grid-margin-x>.small-medium-auto,.grid-margin-x>.small-medium-shrink{width:auto}.grid-margin-x>.small-medium-1{width:calc(8.33333% - 1.875rem)}.grid-margin-x>.small-medium-2{width:calc(16.66667% - 1.875rem)}.grid-margin-x>.small-medium-3{width:calc(25% - 1.875rem)}.grid-margin-x>.small-medium-4{width:calc(33.33333% - 1.875rem)}.grid-margin-x>.small-medium-5{width:calc(41.66667% - 1.875rem)}.grid-margin-x>.small-medium-6{width:calc(50% - 1.875rem)}.grid-margin-x>.small-medium-7{width:calc(58.33333% - 1.875rem)}.grid-margin-x>.small-medium-8{width:calc(66.66667% - 1.875rem)}.grid-margin-x>.small-medium-9{width:calc(75% - 1.875rem)}.grid-margin-x>.small-medium-10{width:calc(83.33333% - 1.875rem)}.grid-margin-x>.small-medium-11{width:calc(91.66667% - 1.875rem)}.grid-margin-x>.small-medium-12{width:calc(100% - 1.875rem)}.grid-margin-x>.medium-auto,.grid-margin-x>.medium-shrink{width:auto}.grid-margin-x>.medium-1{width:calc(8.33333% - 1.875rem)}.grid-margin-x>.medium-2{width:calc(16.66667% - 1.875rem)}.grid-margin-x>.medium-3{width:calc(25% - 1.875rem)}.grid-margin-x>.medium-4{width:calc(33.33333% - 1.875rem)}.grid-margin-x>.medium-5{width:calc(41.66667% - 1.875rem)}.grid-margin-x>.medium-6{width:calc(50% - 1.875rem)}.grid-margin-x>.medium-7{width:calc(58.33333% - 1.875rem)}.grid-margin-x>.medium-8{width:calc(66.66667% - 1.875rem)}.grid-margin-x>.medium-9{width:calc(75% - 1.875rem)}.grid-margin-x>.medium-10{width:calc(83.33333% - 1.875rem)}.grid-margin-x>.medium-11{width:calc(91.66667% - 1.875rem)}.grid-margin-x>.medium-12{width:calc(100% - 1.875rem)}}@media print,screen and (min-width:75em){.grid-margin-x>.large-auto,.grid-margin-x>.large-shrink{width:auto}.grid-margin-x>.large-1{width:calc(8.33333% - 1.875rem)}.grid-margin-x>.large-2{width:calc(16.66667% - 1.875rem)}.grid-margin-x>.large-3{width:calc(25% - 1.875rem)}.grid-margin-x>.large-4{width:calc(33.33333% - 1.875rem)}.grid-margin-x>.large-5{width:calc(41.66667% - 1.875rem)}.grid-margin-x>.large-6{width:calc(50% - 1.875rem)}.grid-margin-x>.large-7{width:calc(58.33333% - 1.875rem)}.grid-margin-x>.large-8{width:calc(66.66667% - 1.875rem)}.grid-margin-x>.large-9{width:calc(75% - 1.875rem)}.grid-margin-x>.large-10{width:calc(83.33333% - 1.875rem)}.grid-margin-x>.large-11{width:calc(91.66667% - 1.875rem)}.grid-margin-x>.large-12{width:calc(100% - 1.875rem)}}@media screen and (min-width:96.25em){.grid-margin-x>.xlarge-auto,.grid-margin-x>.xlarge-shrink{width:auto}.grid-margin-x>.xlarge-1{width:calc(8.33333% - 1.875rem)}.grid-margin-x>.xlarge-2{width:calc(16.66667% - 1.875rem)}.grid-margin-x>.xlarge-3{width:calc(25% - 1.875rem)}.grid-margin-x>.xlarge-4{width:calc(33.33333% - 1.875rem)}.grid-margin-x>.xlarge-5{width:calc(41.66667% - 1.875rem)}.grid-margin-x>.xlarge-6{width:calc(50% - 1.875rem)}.grid-margin-x>.xlarge-7{width:calc(58.33333% - 1.875rem)}.grid-margin-x>.xlarge-8{width:calc(66.66667% - 1.875rem)}.grid-margin-x>.xlarge-9{width:calc(75% - 1.875rem)}.grid-margin-x>.xlarge-10{width:calc(83.33333% - 1.875rem)}.grid-margin-x>.xlarge-11{width:calc(91.66667% - 1.875rem)}.grid-margin-x>.xlarge-12{width:calc(100% - 1.875rem)}}@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% - 1.875rem)}.grid-margin-x>.xxlarge-2{width:calc(16.66667% - 1.875rem)}.grid-margin-x>.xxlarge-3{width:calc(25% - 1.875rem)}.grid-margin-x>.xxlarge-4{width:calc(33.33333% - 1.875rem)}.grid-margin-x>.xxlarge-5{width:calc(41.66667% - 1.875rem)}.grid-margin-x>.xxlarge-6{width:calc(50% - 1.875rem)}.grid-margin-x>.xxlarge-7{width:calc(58.33333% - 1.875rem)}.grid-margin-x>.xxlarge-8{width:calc(66.66667% - 1.875rem)}.grid-margin-x>.xxlarge-9{width:calc(75% - 1.875rem)}.grid-margin-x>.xxlarge-10{width:calc(83.33333% - 1.875rem)}.grid-margin-x>.xxlarge-11{width:calc(91.66667% - 1.875rem)}.grid-margin-x>.xxlarge-12{width:calc(100% - 1.875rem)}}@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% - 1.875rem)}.grid-margin-x>.end-2{width:calc(16.66667% - 1.875rem)}.grid-margin-x>.end-3{width:calc(25% - 1.875rem)}.grid-margin-x>.end-4{width:calc(33.33333% - 1.875rem)}.grid-margin-x>.end-5{width:calc(41.66667% - 1.875rem)}.grid-margin-x>.end-6{width:calc(50% - 1.875rem)}.grid-margin-x>.end-7{width:calc(58.33333% - 1.875rem)}.grid-margin-x>.end-8{width:calc(66.66667% - 1.875rem)}.grid-margin-x>.end-9{width:calc(75% - 1.875rem)}.grid-margin-x>.end-10{width:calc(83.33333% - 1.875rem)}.grid-margin-x>.end-11{width:calc(91.66667% - 1.875rem)}.grid-margin-x>.end-12{width:calc(100% - 1.875rem)}}.grid-padding-x .grid-padding-x{margin-left:-.3125rem;margin-right:-.3125rem}@media print,screen and (min-width:48em){.grid-padding-x .grid-padding-x{margin-left:-.9375rem;margin-right:-.9375rem}}.grid-container:not(.full)>.grid-padding-x{margin-left:-.3125rem;margin-right:-.3125rem}@media print,screen and (min-width:48em){.grid-container:not(.full)>.grid-padding-x{margin-left:-.9375rem;margin-right:-.9375rem}}.grid-padding-x>.cell{padding-left:.3125rem;padding-right:.3125rem}@media print,screen and (min-width:48em){.grid-padding-x>.cell{padding-left:.9375rem;padding-right:.9375rem}}.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:96.25em){.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% - .625rem)}.grid-margin-x.small-up-2>.cell{width:calc(50% - .625rem)}.grid-margin-x.small-up-3>.cell{width:calc(33.33333% - .625rem)}.grid-margin-x.small-up-4>.cell{width:calc(25% - .625rem)}.grid-margin-x.small-up-5>.cell{width:calc(20% - .625rem)}.grid-margin-x.small-up-6>.cell{width:calc(16.66667% - .625rem)}.grid-margin-x.small-up-7>.cell{width:calc(14.28571% - .625rem)}.grid-margin-x.small-up-8>.cell{width:calc(12.5% - .625rem)}@media print,screen and (min-width:48em){.grid-margin-x.small-up-1>.cell{width:calc(100% - 1.875rem)}.grid-margin-x.small-up-2>.cell{width:calc(50% - 1.875rem)}.grid-margin-x.small-up-3>.cell{width:calc(33.33333% - 1.875rem)}.grid-margin-x.small-up-4>.cell{width:calc(25% - 1.875rem)}.grid-margin-x.small-up-5>.cell{width:calc(20% - 1.875rem)}.grid-margin-x.small-up-6>.cell{width:calc(16.66667% - 1.875rem)}.grid-margin-x.small-up-7>.cell{width:calc(14.28571% - 1.875rem)}.grid-margin-x.small-up-8>.cell{width:calc(12.5% - 1.875rem)}.grid-margin-x.medium-up-1>.cell{width:calc(100% - 1.875rem)}.grid-margin-x.medium-up-2>.cell{width:calc(50% - 1.875rem)}.grid-margin-x.medium-up-3>.cell{width:calc(33.33333% - 1.875rem)}.grid-margin-x.medium-up-4>.cell{width:calc(25% - 1.875rem)}.grid-margin-x.medium-up-5>.cell{width:calc(20% - 1.875rem)}.grid-margin-x.medium-up-6>.cell{width:calc(16.66667% - 1.875rem)}.grid-margin-x.medium-up-7>.cell{width:calc(14.28571% - 1.875rem)}.grid-margin-x.medium-up-8>.cell{width:calc(12.5% - 1.875rem)}}@media print,screen and (min-width:75em){.grid-margin-x.large-up-1>.cell{width:calc(100% - 1.875rem)}.grid-margin-x.large-up-2>.cell{width:calc(50% - 1.875rem)}.grid-margin-x.large-up-3>.cell{width:calc(33.33333% - 1.875rem)}.grid-margin-x.large-up-4>.cell{width:calc(25% - 1.875rem)}.grid-margin-x.large-up-5>.cell{width:calc(20% - 1.875rem)}.grid-margin-x.large-up-6>.cell{width:calc(16.66667% - 1.875rem)}.grid-margin-x.large-up-7>.cell{width:calc(14.28571% - 1.875rem)}.grid-margin-x.large-up-8>.cell{width:calc(12.5% - 1.875rem)}}@media screen and (min-width:96.25em){.grid-margin-x.xlarge-up-1>.cell{width:calc(100% - 1.875rem)}.grid-margin-x.xlarge-up-2>.cell{width:calc(50% - 1.875rem)}.grid-margin-x.xlarge-up-3>.cell{width:calc(33.33333% - 1.875rem)}.grid-margin-x.xlarge-up-4>.cell{width:calc(25% - 1.875rem)}.grid-margin-x.xlarge-up-5>.cell{width:calc(20% - 1.875rem)}.grid-margin-x.xlarge-up-6>.cell{width:calc(16.66667% - 1.875rem)}.grid-margin-x.xlarge-up-7>.cell{width:calc(14.28571% - 1.875rem)}.grid-margin-x.xlarge-up-8>.cell{width:calc(12.5% - 1.875rem)}}@media screen and (min-width:105em){.grid-margin-x.xxlarge-up-1>.cell{width:calc(100% - 1.875rem)}.grid-margin-x.xxlarge-up-2>.cell{width:calc(50% - 1.875rem)}.grid-margin-x.xxlarge-up-3>.cell{width:calc(33.33333% - 1.875rem)}.grid-margin-x.xxlarge-up-4>.cell{width:calc(25% - 1.875rem)}.grid-margin-x.xxlarge-up-5>.cell{width:calc(20% - 1.875rem)}.grid-margin-x.xxlarge-up-6>.cell{width:calc(16.66667% - 1.875rem)}.grid-margin-x.xxlarge-up-7>.cell{width:calc(14.28571% - 1.875rem)}.grid-margin-x.xxlarge-up-8>.cell{width:calc(12.5% - 1.875rem)}}@media screen and (min-width:120em){.grid-margin-x.end-up-1>.cell{width:calc(100% - 1.875rem)}.grid-margin-x.end-up-2>.cell{width:calc(50% - 1.875rem)}.grid-margin-x.end-up-3>.cell{width:calc(33.33333% - 1.875rem)}.grid-margin-x.end-up-4>.cell{width:calc(25% - 1.875rem)}.grid-margin-x.end-up-5>.cell{width:calc(20% - 1.875rem)}.grid-margin-x.end-up-6>.cell{width:calc(16.66667% - 1.875rem)}.grid-margin-x.end-up-7>.cell{width:calc(14.28571% - 1.875rem)}.grid-margin-x.end-up-8>.cell{width:calc(12.5% - 1.875rem)}}.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:96.25em){.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:96.25em){.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:96.25em){.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:96.25em){.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:96.25em){.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:.3125rem}.small-offset-1{margin-left:8.3333333333%}.grid-margin-x>.small-offset-1{margin-left:calc(8.33333% + .3125rem)}.small-offset-2{margin-left:16.6666666667%}.grid-margin-x>.small-offset-2{margin-left:calc(16.66667% + .3125rem)}.small-offset-3{margin-left:25%}.grid-margin-x>.small-offset-3{margin-left:calc(25% + .3125rem)}.small-offset-4{margin-left:33.3333333333%}.grid-margin-x>.small-offset-4{margin-left:calc(33.33333% + .3125rem)}.small-offset-5{margin-left:41.6666666667%}.grid-margin-x>.small-offset-5{margin-left:calc(41.66667% + .3125rem)}.small-offset-6{margin-left:50%}.grid-margin-x>.small-offset-6{margin-left:calc(50% + .3125rem)}.small-offset-7{margin-left:58.3333333333%}.grid-margin-x>.small-offset-7{margin-left:calc(58.33333% + .3125rem)}.small-offset-8{margin-left:66.6666666667%}.grid-margin-x>.small-offset-8{margin-left:calc(66.66667% + .3125rem)}.small-offset-9{margin-left:75%}.grid-margin-x>.small-offset-9{margin-left:calc(75% + .3125rem)}.small-offset-10{margin-left:83.3333333333%}.grid-margin-x>.small-offset-10{margin-left:calc(83.33333% + .3125rem)}.small-offset-11{margin-left:91.6666666667%}.grid-margin-x>.small-offset-11{margin-left:calc(91.66667% + .3125rem)}@media print,screen and (min-width:48em){.medium-offset-0{margin-left:0}.grid-margin-x>.medium-offset-0{margin-left:.9375rem}.medium-offset-1{margin-left:8.3333333333%}.grid-margin-x>.medium-offset-1{margin-left:calc(8.33333% + .9375rem)}.medium-offset-2{margin-left:16.6666666667%}.grid-margin-x>.medium-offset-2{margin-left:calc(16.66667% + .9375rem)}.medium-offset-3{margin-left:25%}.grid-margin-x>.medium-offset-3{margin-left:calc(25% + .9375rem)}.medium-offset-4{margin-left:33.3333333333%}.grid-margin-x>.medium-offset-4{margin-left:calc(33.33333% + .9375rem)}.medium-offset-5{margin-left:41.6666666667%}.grid-margin-x>.medium-offset-5{margin-left:calc(41.66667% + .9375rem)}.medium-offset-6{margin-left:50%}.grid-margin-x>.medium-offset-6{margin-left:calc(50% + .9375rem)}.medium-offset-7{margin-left:58.3333333333%}.grid-margin-x>.medium-offset-7{margin-left:calc(58.33333% + .9375rem)}.medium-offset-8{margin-left:66.6666666667%}.grid-margin-x>.medium-offset-8{margin-left:calc(66.66667% + .9375rem)}.medium-offset-9{margin-left:75%}.grid-margin-x>.medium-offset-9{margin-left:calc(75% + .9375rem)}.medium-offset-10{margin-left:83.3333333333%}.grid-margin-x>.medium-offset-10{margin-left:calc(83.33333% + .9375rem)}.medium-offset-11{margin-left:91.6666666667%}.grid-margin-x>.medium-offset-11{margin-left:calc(91.66667% + .9375rem)}}@media print,screen and (min-width:75em){.large-offset-0{margin-left:0}.grid-margin-x>.large-offset-0{margin-left:.9375rem}.large-offset-1{margin-left:8.3333333333%}.grid-margin-x>.large-offset-1{margin-left:calc(8.33333% + .9375rem)}.large-offset-2{margin-left:16.6666666667%}.grid-margin-x>.large-offset-2{margin-left:calc(16.66667% + .9375rem)}.large-offset-3{margin-left:25%}.grid-margin-x>.large-offset-3{margin-left:calc(25% + .9375rem)}.large-offset-4{margin-left:33.3333333333%}.grid-margin-x>.large-offset-4{margin-left:calc(33.33333% + .9375rem)}.large-offset-5{margin-left:41.6666666667%}.grid-margin-x>.large-offset-5{margin-left:calc(41.66667% + .9375rem)}.large-offset-6{margin-left:50%}.grid-margin-x>.large-offset-6{margin-left:calc(50% + .9375rem)}.large-offset-7{margin-left:58.3333333333%}.grid-margin-x>.large-offset-7{margin-left:calc(58.33333% + .9375rem)}.large-offset-8{margin-left:66.6666666667%}.grid-margin-x>.large-offset-8{margin-left:calc(66.66667% + .9375rem)}.large-offset-9{margin-left:75%}.grid-margin-x>.large-offset-9{margin-left:calc(75% + .9375rem)}.large-offset-10{margin-left:83.3333333333%}.grid-margin-x>.large-offset-10{margin-left:calc(83.33333% + .9375rem)}.large-offset-11{margin-left:91.6666666667%}.grid-margin-x>.large-offset-11{margin-left:calc(91.66667% + .9375rem)}}@media screen and (min-width:96.25em){.xlarge-offset-0{margin-left:0}.grid-margin-x>.xlarge-offset-0{margin-left:.9375rem}.xlarge-offset-1{margin-left:8.3333333333%}.grid-margin-x>.xlarge-offset-1{margin-left:calc(8.33333% + .9375rem)}.xlarge-offset-2{margin-left:16.6666666667%}.grid-margin-x>.xlarge-offset-2{margin-left:calc(16.66667% + .9375rem)}.xlarge-offset-3{margin-left:25%}.grid-margin-x>.xlarge-offset-3{margin-left:calc(25% + .9375rem)}.xlarge-offset-4{margin-left:33.3333333333%}.grid-margin-x>.xlarge-offset-4{margin-left:calc(33.33333% + .9375rem)}.xlarge-offset-5{margin-left:41.6666666667%}.grid-margin-x>.xlarge-offset-5{margin-left:calc(41.66667% + .9375rem)}.xlarge-offset-6{margin-left:50%}.grid-margin-x>.xlarge-offset-6{margin-left:calc(50% + .9375rem)}.xlarge-offset-7{margin-left:58.3333333333%}.grid-margin-x>.xlarge-offset-7{margin-left:calc(58.33333% + .9375rem)}.xlarge-offset-8{margin-left:66.6666666667%}.grid-margin-x>.xlarge-offset-8{margin-left:calc(66.66667% + .9375rem)}.xlarge-offset-9{margin-left:75%}.grid-margin-x>.xlarge-offset-9{margin-left:calc(75% + .9375rem)}.xlarge-offset-10{margin-left:83.3333333333%}.grid-margin-x>.xlarge-offset-10{margin-left:calc(83.33333% + .9375rem)}.xlarge-offset-11{margin-left:91.6666666667%}.grid-margin-x>.xlarge-offset-11{margin-left:calc(91.66667% + .9375rem)}}@media screen and (min-width:105em){.xxlarge-offset-0{margin-left:0}.grid-margin-x>.xxlarge-offset-0{margin-left:.9375rem}.xxlarge-offset-1{margin-left:8.3333333333%}.grid-margin-x>.xxlarge-offset-1{margin-left:calc(8.33333% + .9375rem)}.xxlarge-offset-2{margin-left:16.6666666667%}.grid-margin-x>.xxlarge-offset-2{margin-left:calc(16.66667% + .9375rem)}.xxlarge-offset-3{margin-left:25%}.grid-margin-x>.xxlarge-offset-3{margin-left:calc(25% + .9375rem)}.xxlarge-offset-4{margin-left:33.3333333333%}.grid-margin-x>.xxlarge-offset-4{margin-left:calc(33.33333% + .9375rem)}.xxlarge-offset-5{margin-left:41.6666666667%}.grid-margin-x>.xxlarge-offset-5{margin-left:calc(41.66667% + .9375rem)}.xxlarge-offset-6{margin-left:50%}.grid-margin-x>.xxlarge-offset-6{margin-left:calc(50% + .9375rem)}.xxlarge-offset-7{margin-left:58.3333333333%}.grid-margin-x>.xxlarge-offset-7{margin-left:calc(58.33333% + .9375rem)}.xxlarge-offset-8{margin-left:66.6666666667%}.grid-margin-x>.xxlarge-offset-8{margin-left:calc(66.66667% + .9375rem)}.xxlarge-offset-9{margin-left:75%}.grid-margin-x>.xxlarge-offset-9{margin-left:calc(75% + .9375rem)}.xxlarge-offset-10{margin-left:83.3333333333%}.grid-margin-x>.xxlarge-offset-10{margin-left:calc(83.33333% + .9375rem)}.xxlarge-offset-11{margin-left:91.6666666667%}.grid-margin-x>.xxlarge-offset-11{margin-left:calc(91.66667% + .9375rem)}}@media screen and (min-width:120em){.end-offset-0{margin-left:0}.grid-margin-x>.end-offset-0{margin-left:.9375rem}.end-offset-1{margin-left:8.3333333333%}.grid-margin-x>.end-offset-1{margin-left:calc(8.33333% + .9375rem)}.end-offset-2{margin-left:16.6666666667%}.grid-margin-x>.end-offset-2{margin-left:calc(16.66667% + .9375rem)}.end-offset-3{margin-left:25%}.grid-margin-x>.end-offset-3{margin-left:calc(25% + .9375rem)}.end-offset-4{margin-left:33.3333333333%}.grid-margin-x>.end-offset-4{margin-left:calc(33.33333% + .9375rem)}.end-offset-5{margin-left:41.6666666667%}.grid-margin-x>.end-offset-5{margin-left:calc(41.66667% + .9375rem)}.end-offset-6{margin-left:50%}.grid-margin-x>.end-offset-6{margin-left:calc(50% + .9375rem)}.end-offset-7{margin-left:58.3333333333%}.grid-margin-x>.end-offset-7{margin-left:calc(58.33333% + .9375rem)}.end-offset-8{margin-left:66.6666666667%}.grid-margin-x>.end-offset-8{margin-left:calc(66.66667% + .9375rem)}.end-offset-9{margin-left:75%}.grid-margin-x>.end-offset-9{margin-left:calc(75% + .9375rem)}.end-offset-10{margin-left:83.3333333333%}.grid-margin-x>.end-offset-10{margin-left:calc(83.33333% + .9375rem)}.end-offset-11{margin-left:91.6666666667%}.grid-margin-x>.end-offset-11{margin-left:calc(91.66667% + .9375rem)}}.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:96.25em){.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:96.25em){.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:-.3125rem;margin-top:-.3125rem}@media print,screen and (min-width:48em){.grid-padding-y .grid-padding-y{margin-bottom:-.9375rem;margin-top:-.9375rem}}.grid-padding-y>.cell{padding-bottom:.3125rem;padding-top:.3125rem}@media print,screen and (min-width:48em){.grid-padding-y>.cell{padding-bottom:.9375rem;padding-top:.9375rem}}.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:96.25em){.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:96.25em){.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:96.25em){.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:-.3125rem;margin-top:-.3125rem}@media print,screen and (min-width:48em){.grid-margin-y{margin-bottom:-.9375rem;margin-top:-.9375rem}}.grid-margin-y>.cell{height:calc(100% - .625rem);margin-bottom:.3125rem;margin-top:.3125rem}@media print,screen and (min-width:48em){.grid-margin-y>.cell{height:calc(100% - 1.875rem);margin-bottom:.9375rem;margin-top:.9375rem}}.grid-margin-y>.auto,.grid-margin-y>.shrink{height:auto}.grid-margin-y>.small-1{height:calc(8.33333% - .625rem)}.grid-margin-y>.small-2{height:calc(16.66667% - .625rem)}.grid-margin-y>.small-3{height:calc(25% - .625rem)}.grid-margin-y>.small-4{height:calc(33.33333% - .625rem)}.grid-margin-y>.small-5{height:calc(41.66667% - .625rem)}.grid-margin-y>.small-6{height:calc(50% - .625rem)}.grid-margin-y>.small-7{height:calc(58.33333% - .625rem)}.grid-margin-y>.small-8{height:calc(66.66667% - .625rem)}.grid-margin-y>.small-9{height:calc(75% - .625rem)}.grid-margin-y>.small-10{height:calc(83.33333% - .625rem)}.grid-margin-y>.small-11{height:calc(91.66667% - .625rem)}.grid-margin-y>.small-12{height:calc(100% - .625rem)}@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% - 1.875rem)}.grid-margin-y>.small-2{height:calc(16.66667% - 1.875rem)}.grid-margin-y>.small-3{height:calc(25% - 1.875rem)}.grid-margin-y>.small-4{height:calc(33.33333% - 1.875rem)}.grid-margin-y>.small-5{height:calc(41.66667% - 1.875rem)}.grid-margin-y>.small-6{height:calc(50% - 1.875rem)}.grid-margin-y>.small-7{height:calc(58.33333% - 1.875rem)}.grid-margin-y>.small-8{height:calc(66.66667% - 1.875rem)}.grid-margin-y>.small-9{height:calc(75% - 1.875rem)}.grid-margin-y>.small-10{height:calc(83.33333% - 1.875rem)}.grid-margin-y>.small-11{height:calc(91.66667% - 1.875rem)}.grid-margin-y>.small-12{height:calc(100% - 1.875rem)}.grid-margin-y>.small-medium-auto,.grid-margin-y>.small-medium-shrink{height:auto}.grid-margin-y>.small-medium-1{height:calc(8.33333% - 1.875rem)}.grid-margin-y>.small-medium-2{height:calc(16.66667% - 1.875rem)}.grid-margin-y>.small-medium-3{height:calc(25% - 1.875rem)}.grid-margin-y>.small-medium-4{height:calc(33.33333% - 1.875rem)}.grid-margin-y>.small-medium-5{height:calc(41.66667% - 1.875rem)}.grid-margin-y>.small-medium-6{height:calc(50% - 1.875rem)}.grid-margin-y>.small-medium-7{height:calc(58.33333% - 1.875rem)}.grid-margin-y>.small-medium-8{height:calc(66.66667% - 1.875rem)}.grid-margin-y>.small-medium-9{height:calc(75% - 1.875rem)}.grid-margin-y>.small-medium-10{height:calc(83.33333% - 1.875rem)}.grid-margin-y>.small-medium-11{height:calc(91.66667% - 1.875rem)}.grid-margin-y>.small-medium-12{height:calc(100% - 1.875rem)}.grid-margin-y>.medium-auto,.grid-margin-y>.medium-shrink{height:auto}.grid-margin-y>.medium-1{height:calc(8.33333% - 1.875rem)}.grid-margin-y>.medium-2{height:calc(16.66667% - 1.875rem)}.grid-margin-y>.medium-3{height:calc(25% - 1.875rem)}.grid-margin-y>.medium-4{height:calc(33.33333% - 1.875rem)}.grid-margin-y>.medium-5{height:calc(41.66667% - 1.875rem)}.grid-margin-y>.medium-6{height:calc(50% - 1.875rem)}.grid-margin-y>.medium-7{height:calc(58.33333% - 1.875rem)}.grid-margin-y>.medium-8{height:calc(66.66667% - 1.875rem)}.grid-margin-y>.medium-9{height:calc(75% - 1.875rem)}.grid-margin-y>.medium-10{height:calc(83.33333% - 1.875rem)}.grid-margin-y>.medium-11{height:calc(91.66667% - 1.875rem)}.grid-margin-y>.medium-12{height:calc(100% - 1.875rem)}}@media print,screen and (min-width:75em){.grid-margin-y>.large-auto,.grid-margin-y>.large-shrink{height:auto}.grid-margin-y>.large-1{height:calc(8.33333% - 1.875rem)}.grid-margin-y>.large-2{height:calc(16.66667% - 1.875rem)}.grid-margin-y>.large-3{height:calc(25% - 1.875rem)}.grid-margin-y>.large-4{height:calc(33.33333% - 1.875rem)}.grid-margin-y>.large-5{height:calc(41.66667% - 1.875rem)}.grid-margin-y>.large-6{height:calc(50% - 1.875rem)}.grid-margin-y>.large-7{height:calc(58.33333% - 1.875rem)}.grid-margin-y>.large-8{height:calc(66.66667% - 1.875rem)}.grid-margin-y>.large-9{height:calc(75% - 1.875rem)}.grid-margin-y>.large-10{height:calc(83.33333% - 1.875rem)}.grid-margin-y>.large-11{height:calc(91.66667% - 1.875rem)}.grid-margin-y>.large-12{height:calc(100% - 1.875rem)}}@media screen and (min-width:96.25em){.grid-margin-y>.xlarge-auto,.grid-margin-y>.xlarge-shrink{height:auto}.grid-margin-y>.xlarge-1{height:calc(8.33333% - 1.875rem)}.grid-margin-y>.xlarge-2{height:calc(16.66667% - 1.875rem)}.grid-margin-y>.xlarge-3{height:calc(25% - 1.875rem)}.grid-margin-y>.xlarge-4{height:calc(33.33333% - 1.875rem)}.grid-margin-y>.xlarge-5{height:calc(41.66667% - 1.875rem)}.grid-margin-y>.xlarge-6{height:calc(50% - 1.875rem)}.grid-margin-y>.xlarge-7{height:calc(58.33333% - 1.875rem)}.grid-margin-y>.xlarge-8{height:calc(66.66667% - 1.875rem)}.grid-margin-y>.xlarge-9{height:calc(75% - 1.875rem)}.grid-margin-y>.xlarge-10{height:calc(83.33333% - 1.875rem)}.grid-margin-y>.xlarge-11{height:calc(91.66667% - 1.875rem)}.grid-margin-y>.xlarge-12{height:calc(100% - 1.875rem)}}@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% - 1.875rem)}.grid-margin-y>.xxlarge-2{height:calc(16.66667% - 1.875rem)}.grid-margin-y>.xxlarge-3{height:calc(25% - 1.875rem)}.grid-margin-y>.xxlarge-4{height:calc(33.33333% - 1.875rem)}.grid-margin-y>.xxlarge-5{height:calc(41.66667% - 1.875rem)}.grid-margin-y>.xxlarge-6{height:calc(50% - 1.875rem)}.grid-margin-y>.xxlarge-7{height:calc(58.33333% - 1.875rem)}.grid-margin-y>.xxlarge-8{height:calc(66.66667% - 1.875rem)}.grid-margin-y>.xxlarge-9{height:calc(75% - 1.875rem)}.grid-margin-y>.xxlarge-10{height:calc(83.33333% - 1.875rem)}.grid-margin-y>.xxlarge-11{height:calc(91.66667% - 1.875rem)}.grid-margin-y>.xxlarge-12{height:calc(100% - 1.875rem)}}@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% - 1.875rem)}.grid-margin-y>.end-2{height:calc(16.66667% - 1.875rem)}.grid-margin-y>.end-3{height:calc(25% - 1.875rem)}.grid-margin-y>.end-4{height:calc(33.33333% - 1.875rem)}.grid-margin-y>.end-5{height:calc(41.66667% - 1.875rem)}.grid-margin-y>.end-6{height:calc(50% - 1.875rem)}.grid-margin-y>.end-7{height:calc(58.33333% - 1.875rem)}.grid-margin-y>.end-8{height:calc(66.66667% - 1.875rem)}.grid-margin-y>.end-9{height:calc(75% - 1.875rem)}.grid-margin-y>.end-10{height:calc(83.33333% - 1.875rem)}.grid-margin-y>.end-11{height:calc(91.66667% - 1.875rem)}.grid-margin-y>.end-12{height:calc(100% - 1.875rem)}}.grid-frame.grid-margin-y{height:calc(100vh + .625rem)}@media print,screen and (min-width:48em){.grid-frame.grid-margin-y{height:calc(100vh + 1.875rem)}}@media print,screen and (min-width:75em){.grid-frame.grid-margin-y{height:calc(100vh + 1.875rem)}}@media screen and (min-width:96.25em){.grid-frame.grid-margin-y{height:calc(100vh + 1.875rem)}}@media screen and (min-width:105em){.grid-frame.grid-margin-y{height:calc(100vh + 1.875rem)}}@media screen and (min-width:120em){.grid-frame.grid-margin-y{height:calc(100vh + 1.875rem)}}@media print,screen and (min-width:48em){.grid-margin-y.medium-grid-frame{height:calc(100vh + 1.875rem)}}@media print,screen and (min-width:75em){.grid-margin-y.large-grid-frame{height:calc(100vh + 1.875rem)}}@media screen and (min-width:96.25em){.grid-margin-y.xlarge-grid-frame{height:calc(100vh + 1.875rem)}}@media screen and (min-width:105em){.grid-margin-y.xxlarge-grid-frame{height:calc(100vh + 1.875rem)}}@media screen and (min-width:120em){.grid-margin-y.end-grid-frame{height:calc(100vh + 1.875rem)}}.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:74.99875em){.hide-for-medium-only{display:none!important}}@media screen and (max-width:47.99875em),screen and (min-width:75em){.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:96.24875em){.hide-for-large-only{display:none!important}}@media screen and (max-width:74.99875em),screen and (min-width:96.25em){.show-for-large-only{display:none!important}}@media screen and (min-width:96.25em){.hide-for-xlarge{display:none!important}}@media screen and (max-width:96.24875em){.show-for-xlarge{display:none!important}}@media screen and (min-width:96.25em) and (max-width:104.99875em){.hide-for-xlarge-only{display:none!important}}@media screen and (max-width:96.24875em),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:119.99875em){.hide-for-xxlarge-only{display:none!important}}@media screen and (max-width:104.99875em),screen and (min-width:120em){.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:96.25em){.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:96.25em){.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,li,ol,ul{margin:0;padding:0}p{-webkit-margin-before:0;margin-block-start:0}body{font-size:16px;overflow-y:scroll;position:relative}a{color:unset;text-decoration:unset}hr{-webkit-margin-before:0;-webkit-margin-after:0;margin-block-end:0;margin-block-start:0}select{border:none}h1{font-weight:400}.bf-texts ul{margin-left:1.25rem}.bf-texts h1,.bf-texts h2,.bf-texts h3,.bf-texts h4,.bf-texts h5,.bf-texts h6{margin:inherit;padding:inherit}.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:#868686}.bf-texts--color-gray svg path{fill:#868686}.bf-texts--color-error{color:#bb146b}.bf-texts--pointer{cursor:pointer}.bf-texts--no-pointer-events{pointer-events:none}.bf-texts--underline{text-decoration:underline}.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:FCW HEADLINE,sans-serif;font-weight:400;line-height:.75!important;text-transform:uppercase}.bf-texts__font--roboto{font-family:Roboto,sans-serif}.bf-texts__font--roboto-light{font-weight:300}.bf-texts__font--roboto-regular{font-weight:400}.bf-texts__font--roboto-bold{font-weight:700}.bf-texts__style-1{font-size:3.75rem}.bf-texts__style-2{font-size:3.125rem}.bf-texts__style-3{font-size:10.6vw}.bf-texts__style-4{font-size:2rem;line-height:1.3}.bf-texts__style-5{font-size:1.125rem;line-height:1.625rem}.bf-texts__style-6{font-size:4vw}.bf-texts__arrow{font-size:3.75rem;line-height:.5}.bf-texts--links-enabled a,.bf-texts--links-enableda{color:#d10a10}.bf-texts--links-enabled a:hover,.bf-texts--links-enableda:hover{font-weight:700;letter-spacing:-.4px}@media print,screen and (min-width:48em){.bf-texts__style-1,.bf-texts__style-2{font-size:3.75rem}.bf-texts__style-3{font-size:2.25rem}.bf-texts__style-4{font-size:2rem}.bf-texts__style-5{font-size:1.25rem;line-height:1.75rem}.bf-texts__style-6{font-size:2.2vw}.bf-texts--tablet-linebreak{display:block;pointer-events:none}.bf-texts--tablet-align-right{text-align:right}}@media print,screen and (min-width:75em){.bf-texts__style-1{font-size:5.4375rem}.bf-texts__style-2{font-size:3.75rem}.bf-texts__style-3,.bf-texts__style-4{font-size:2.25rem}.bf-texts__style-5{font-size:1.25rem}.bf-texts__style-6{font-size:1.1vw}.bf-texts__2-column{-moz-column-count:2;column-count:2}}@media screen and (min-width:120em){.bf-texts__style-1{font-size:5.4375rem}.bf-texts__style-2{font-size:3.75rem}.bf-texts__style-3{font-size:2.8125rem}.bf-texts__style-4{font-size:2.25rem}.bf-texts__style-5,.bf-texts__style-6{font-size:1.25rem}}.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:-37.5rem}.bf-anchor--lower-top{top:16.875rem}.bf-anchor--normal-top{top:-12.5rem}@media print,screen and (min-width:48em){.bf-anchor{top:-40vh}.bf-anchor.bf-anchor--normal-top{top:-12.5rem}}.bf-breadcrumb{padding-bottom:.625rem}@media print,screen and (min-width:48em){.bf-breadcrumb{padding-bottom:.9375rem}}#mc_embed_signup div.mce_inline_error{background-color:#d10a10!important;font-family:Roboto,sans-serif}.response{font-family:Roboto,sans-serif!important;font-size:1.25rem!important;padding-bottom:2.5rem}.bf-spacer{width:100%}.bf-spacer__top--1{padding-top:.625rem}.bf-spacer__bottom--1{padding-bottom:.625rem}.bf-spacer__top--2{padding-top:.9375rem}.bf-spacer__bottom--2{padding-bottom:.9375rem}.bf-spacer__top--3{padding-top:1.25rem}.bf-spacer__bottom--3{padding-bottom:1.25rem}.bf-spacer__top--4{padding-top:1.5625rem}.bf-spacer__bottom--4{padding-bottom:1.5625rem}.bf-spacer__top--5{padding-top:1.875rem}.bf-spacer__bottom--5{padding-bottom:1.875rem}.bf-spacer__top--6{padding-top:2.1875rem}.bf-spacer__bottom--6{padding-bottom:2.1875rem}.bf-spacer__top--7{padding-top:2.5rem}.bf-spacer__bottom--7{padding-bottom:2.5rem}.bf-spacer__top--8{padding-top:2.8125rem}.bf-spacer__bottom--8{padding-bottom:2.8125rem}.bf-spacer__top--9{padding-top:3.125rem}.bf-spacer__bottom--9{padding-bottom:3.125rem}.bf-spacer__top--10{padding-top:3.4375rem}.bf-spacer__bottom--10{padding-bottom:3.4375rem}.bf-spacer__top--11{padding-top:3.75rem}.bf-spacer__bottom--11{padding-bottom:3.75rem}.bf-spacer__top--12{padding-top:4.0625rem}.bf-spacer__bottom--12{padding-bottom:4.0625rem}.bf-spacer__top--13{padding-top:4.375rem}.bf-spacer__bottom--13{padding-bottom:4.375rem}.bf-spacer__top--14{padding-top:4.6875rem}.bf-spacer__bottom--14{padding-bottom:4.6875rem}.bf-spacer__top--15{padding-top:5rem}.bf-spacer__bottom--15{padding-bottom:5rem}.bf-spacer__top--16{padding-top:5.3125rem}.bf-spacer__bottom--16{padding-bottom:5.3125rem}.bf-spacer__top--17{padding-top:5.625rem}.bf-spacer__bottom--17{padding-bottom:5.625rem}.bf-spacer__top--18{padding-top:5.9375rem}.bf-spacer__bottom--18{padding-bottom:5.9375rem}.bf-spacer__top--19{padding-top:6.25rem}.bf-spacer__bottom--19{padding-bottom:6.25rem}.bf-spacer__top--20{padding-top:6.5625rem}.bf-spacer__bottom--20{padding-bottom:6.5625rem}.bf-spacer__top--21{padding-top:6.875rem}.bf-spacer__bottom--21{padding-bottom:6.875rem}.bf-spacer__top--22{padding-top:7.1875rem}.bf-spacer__bottom--22{padding-bottom:7.1875rem}.bf-spacer__top--23{padding-top:7.5rem}.bf-spacer__bottom--23{padding-bottom:7.5rem}.bf-spacer__top--24{padding-top:7.8125rem}.bf-spacer__bottom--24{padding-bottom:7.8125rem}.bf-spacer__top--25{padding-top:8.125rem}.bf-spacer__bottom--25{padding-bottom:8.125rem}.bf-spacer__top--26{padding-top:8.4375rem}.bf-spacer__bottom--26{padding-bottom:8.4375rem}.bf-spacer__top--27{padding-top:8.75rem}.bf-spacer__bottom--27{padding-bottom:8.75rem}.bf-spacer__top--28{padding-top:9.0625rem}.bf-spacer__bottom--28{padding-bottom:9.0625rem}.bf-spacer__top--29{padding-top:9.375rem}.bf-spacer__bottom--29{padding-bottom:9.375rem}.bf-spacer__top--30{padding-top:9.6875rem}.bf-spacer__bottom--30{padding-bottom:9.6875rem}.bf-spacer__top--31{padding-top:10rem}.bf-spacer__bottom--31{padding-bottom:10rem}.bf-spacer__top--32{padding-top:10.3125rem}.bf-spacer__bottom--32{padding-bottom:10.3125rem}.bf-spacer__top--33{padding-top:10.625rem}.bf-spacer__bottom--33{padding-bottom:10.625rem}.bf-spacer__top--34{padding-top:10.9375rem}.bf-spacer__bottom--34{padding-bottom:10.9375rem}.bf-spacer__top--35{padding-top:11.25rem}.bf-spacer__bottom--35{padding-bottom:11.25rem}.bf-spacer__top--36{padding-top:11.5625rem}.bf-spacer__bottom--36{padding-bottom:11.5625rem}.bf-spacer__top--37{padding-top:11.875rem}.bf-spacer__bottom--37{padding-bottom:11.875rem}.bf-spacer__top--38{padding-top:12.1875rem}.bf-spacer__bottom--38{padding-bottom:12.1875rem}.bf-spacer__top--39{padding-top:12.5rem}.bf-spacer__bottom--39{padding-bottom:12.5rem}.bf-spacer__top--40{padding-top:12.8125rem}.bf-spacer__bottom--40{padding-bottom:12.8125rem}@media print,screen and (min-width:48em){.bf-spacer__top--1{padding-top:.625rem}.bf-spacer__bottom--1{padding-bottom:.625rem}.bf-spacer__top--2{padding-top:.9375rem}.bf-spacer__bottom--2{padding-bottom:.9375rem}.bf-spacer__top--3{padding-top:1.25rem}.bf-spacer__bottom--3{padding-bottom:1.25rem}.bf-spacer__top--4{padding-top:1.5625rem}.bf-spacer__bottom--4{padding-bottom:1.5625rem}.bf-spacer__top--5{padding-top:1.875rem}.bf-spacer__bottom--5{padding-bottom:1.875rem}.bf-spacer__top--6{padding-top:2.1875rem}.bf-spacer__bottom--6{padding-bottom:2.1875rem}.bf-spacer__top--7{padding-top:2.5rem}.bf-spacer__bottom--7{padding-bottom:2.5rem}.bf-spacer__top--8{padding-top:2.8125rem}.bf-spacer__bottom--8{padding-bottom:2.8125rem}.bf-spacer__top--9{padding-top:3.125rem}.bf-spacer__bottom--9{padding-bottom:3.125rem}.bf-spacer__top--10{padding-top:3.4375rem}.bf-spacer__bottom--10{padding-bottom:3.4375rem}.bf-spacer__top--11{padding-top:3.75rem}.bf-spacer__bottom--11{padding-bottom:3.75rem}.bf-spacer__top--12{padding-top:4.0625rem}.bf-spacer__bottom--12{padding-bottom:4.0625rem}.bf-spacer__top--13{padding-top:4.375rem}.bf-spacer__bottom--13{padding-bottom:4.375rem}.bf-spacer__top--14{padding-top:4.6875rem}.bf-spacer__bottom--14{padding-bottom:4.6875rem}.bf-spacer__top--15{padding-top:5rem}.bf-spacer__bottom--15{padding-bottom:5rem}.bf-spacer__top--16{padding-top:5.3125rem}.bf-spacer__bottom--16{padding-bottom:5.3125rem}.bf-spacer__top--17{padding-top:5.625rem}.bf-spacer__bottom--17{padding-bottom:5.625rem}.bf-spacer__top--18{padding-top:5.9375rem}.bf-spacer__bottom--18{padding-bottom:5.9375rem}.bf-spacer__top--19{padding-top:6.25rem}.bf-spacer__bottom--19{padding-bottom:6.25rem}.bf-spacer__top--20{padding-top:6.5625rem}.bf-spacer__bottom--20{padding-bottom:6.5625rem}.bf-spacer__top--21{padding-top:6.875rem}.bf-spacer__bottom--21{padding-bottom:6.875rem}.bf-spacer__top--22{padding-top:7.1875rem}.bf-spacer__bottom--22{padding-bottom:7.1875rem}.bf-spacer__top--23{padding-top:7.5rem}.bf-spacer__bottom--23{padding-bottom:7.5rem}.bf-spacer__top--24{padding-top:7.8125rem}.bf-spacer__bottom--24{padding-bottom:7.8125rem}.bf-spacer__top--25{padding-top:8.125rem}.bf-spacer__bottom--25{padding-bottom:8.125rem}.bf-spacer__top--26{padding-top:8.4375rem}.bf-spacer__bottom--26{padding-bottom:8.4375rem}.bf-spacer__top--27{padding-top:8.75rem}.bf-spacer__bottom--27{padding-bottom:8.75rem}.bf-spacer__top--28{padding-top:9.0625rem}.bf-spacer__bottom--28{padding-bottom:9.0625rem}.bf-spacer__top--29{padding-top:9.375rem}.bf-spacer__bottom--29{padding-bottom:9.375rem}.bf-spacer__top--30{padding-top:9.6875rem}.bf-spacer__bottom--30{padding-bottom:9.6875rem}.bf-spacer__top--31{padding-top:10rem}.bf-spacer__bottom--31{padding-bottom:10rem}.bf-spacer__top--32{padding-top:10.3125rem}.bf-spacer__bottom--32{padding-bottom:10.3125rem}.bf-spacer__top--33{padding-top:10.625rem}.bf-spacer__bottom--33{padding-bottom:10.625rem}.bf-spacer__top--34{padding-top:10.9375rem}.bf-spacer__bottom--34{padding-bottom:10.9375rem}.bf-spacer__top--35{padding-top:11.25rem}.bf-spacer__bottom--35{padding-bottom:11.25rem}.bf-spacer__top--36{padding-top:11.5625rem}.bf-spacer__bottom--36{padding-bottom:11.5625rem}.bf-spacer__top--37{padding-top:11.875rem}.bf-spacer__bottom--37{padding-bottom:11.875rem}.bf-spacer__top--38{padding-top:12.1875rem}.bf-spacer__bottom--38{padding-bottom:12.1875rem}.bf-spacer__top--39{padding-top:12.5rem}.bf-spacer__bottom--39{padding-bottom:12.5rem}.bf-spacer__top--40{padding-top:12.8125rem}.bf-spacer__bottom--40{padding-bottom:12.8125rem}}@media print,screen and (min-width:75em){.bf-spacer__top--1{padding-top:.625rem}.bf-spacer__bottom--1{padding-bottom:.625rem}.bf-spacer__top--2{padding-top:.9375rem}.bf-spacer__bottom--2{padding-bottom:.9375rem}.bf-spacer__top--3{padding-top:1.25rem}.bf-spacer__bottom--3{padding-bottom:1.25rem}.bf-spacer__top--4{padding-top:1.5625rem}.bf-spacer__bottom--4{padding-bottom:1.5625rem}.bf-spacer__top--5{padding-top:1.875rem}.bf-spacer__bottom--5{padding-bottom:1.875rem}.bf-spacer__top--6{padding-top:2.1875rem}.bf-spacer__bottom--6{padding-bottom:2.1875rem}.bf-spacer__top--7{padding-top:2.5rem}.bf-spacer__bottom--7{padding-bottom:2.5rem}.bf-spacer__top--8{padding-top:2.8125rem}.bf-spacer__bottom--8{padding-bottom:2.8125rem}.bf-spacer__top--9{padding-top:3.125rem}.bf-spacer__bottom--9{padding-bottom:3.125rem}.bf-spacer__top--10{padding-top:3.4375rem}.bf-spacer__bottom--10{padding-bottom:3.4375rem}.bf-spacer__top--11{padding-top:3.75rem}.bf-spacer__bottom--11{padding-bottom:3.75rem}.bf-spacer__top--12{padding-top:4.0625rem}.bf-spacer__bottom--12{padding-bottom:4.0625rem}.bf-spacer__top--13{padding-top:4.375rem}.bf-spacer__bottom--13{padding-bottom:4.375rem}.bf-spacer__top--14{padding-top:4.6875rem}.bf-spacer__bottom--14{padding-bottom:4.6875rem}.bf-spacer__top--15{padding-top:5rem}.bf-spacer__bottom--15{padding-bottom:5rem}.bf-spacer__top--16{padding-top:5.3125rem}.bf-spacer__bottom--16{padding-bottom:5.3125rem}.bf-spacer__top--17{padding-top:5.625rem}.bf-spacer__bottom--17{padding-bottom:5.625rem}.bf-spacer__top--18{padding-top:5.9375rem}.bf-spacer__bottom--18{padding-bottom:5.9375rem}.bf-spacer__top--19{padding-top:6.25rem}.bf-spacer__bottom--19{padding-bottom:6.25rem}.bf-spacer__top--20{padding-top:6.5625rem}.bf-spacer__bottom--20{padding-bottom:6.5625rem}.bf-spacer__top--21{padding-top:6.875rem}.bf-spacer__bottom--21{padding-bottom:6.875rem}.bf-spacer__top--22{padding-top:7.1875rem}.bf-spacer__bottom--22{padding-bottom:7.1875rem}.bf-spacer__top--23{padding-top:7.5rem}.bf-spacer__bottom--23{padding-bottom:7.5rem}.bf-spacer__top--24{padding-top:7.8125rem}.bf-spacer__bottom--24{padding-bottom:7.8125rem}.bf-spacer__top--25{padding-top:8.125rem}.bf-spacer__bottom--25{padding-bottom:8.125rem}.bf-spacer__top--26{padding-top:8.4375rem}.bf-spacer__bottom--26{padding-bottom:8.4375rem}.bf-spacer__top--27{padding-top:8.75rem}.bf-spacer__bottom--27{padding-bottom:8.75rem}.bf-spacer__top--28{padding-top:9.0625rem}.bf-spacer__bottom--28{padding-bottom:9.0625rem}.bf-spacer__top--29{padding-top:9.375rem}.bf-spacer__bottom--29{padding-bottom:9.375rem}.bf-spacer__top--30{padding-top:9.6875rem}.bf-spacer__bottom--30{padding-bottom:9.6875rem}.bf-spacer__top--31{padding-top:10rem}.bf-spacer__bottom--31{padding-bottom:10rem}.bf-spacer__top--32{padding-top:10.3125rem}.bf-spacer__bottom--32{padding-bottom:10.3125rem}.bf-spacer__top--33{padding-top:10.625rem}.bf-spacer__bottom--33{padding-bottom:10.625rem}.bf-spacer__top--34{padding-top:10.9375rem}.bf-spacer__bottom--34{padding-bottom:10.9375rem}.bf-spacer__top--35{padding-top:11.25rem}.bf-spacer__bottom--35{padding-bottom:11.25rem}.bf-spacer__top--36{padding-top:11.5625rem}.bf-spacer__bottom--36{padding-bottom:11.5625rem}.bf-spacer__top--37{padding-top:11.875rem}.bf-spacer__bottom--37{padding-bottom:11.875rem}.bf-spacer__top--38{padding-top:12.1875rem}.bf-spacer__bottom--38{padding-bottom:12.1875rem}.bf-spacer__top--39{padding-top:12.5rem}.bf-spacer__bottom--39{padding-bottom:12.5rem}.bf-spacer__top--40{padding-top:12.8125rem}.bf-spacer__bottom--40{padding-bottom:12.8125rem}}@media screen and (min-width:120em){.bf-spacer__top--1{padding-top:.625rem}.bf-spacer__bottom--1{padding-bottom:.625rem}.bf-spacer__top--2{padding-top:.9375rem}.bf-spacer__bottom--2{padding-bottom:.9375rem}.bf-spacer__top--3{padding-top:1.25rem}.bf-spacer__bottom--3{padding-bottom:1.25rem}.bf-spacer__top--4{padding-top:1.5625rem}.bf-spacer__bottom--4{padding-bottom:1.5625rem}.bf-spacer__top--5{padding-top:1.875rem}.bf-spacer__bottom--5{padding-bottom:1.875rem}.bf-spacer__top--6{padding-top:2.1875rem}.bf-spacer__bottom--6{padding-bottom:2.1875rem}.bf-spacer__top--7{padding-top:2.5rem}.bf-spacer__bottom--7{padding-bottom:2.5rem}.bf-spacer__top--8{padding-top:2.8125rem}.bf-spacer__bottom--8{padding-bottom:2.8125rem}.bf-spacer__top--9{padding-top:3.125rem}.bf-spacer__bottom--9{padding-bottom:3.125rem}.bf-spacer__top--10{padding-top:3.4375rem}.bf-spacer__bottom--10{padding-bottom:3.4375rem}.bf-spacer__top--11{padding-top:3.75rem}.bf-spacer__bottom--11{padding-bottom:3.75rem}.bf-spacer__top--12{padding-top:4.0625rem}.bf-spacer__bottom--12{padding-bottom:4.0625rem}.bf-spacer__top--13{padding-top:4.375rem}.bf-spacer__bottom--13{padding-bottom:4.375rem}.bf-spacer__top--14{padding-top:4.6875rem}.bf-spacer__bottom--14{padding-bottom:4.6875rem}.bf-spacer__top--15{padding-top:5rem}.bf-spacer__bottom--15{padding-bottom:5rem}.bf-spacer__top--16{padding-top:5.3125rem}.bf-spacer__bottom--16{padding-bottom:5.3125rem}.bf-spacer__top--17{padding-top:5.625rem}.bf-spacer__bottom--17{padding-bottom:5.625rem}.bf-spacer__top--18{padding-top:5.9375rem}.bf-spacer__bottom--18{padding-bottom:5.9375rem}.bf-spacer__top--19{padding-top:6.25rem}.bf-spacer__bottom--19{padding-bottom:6.25rem}.bf-spacer__top--20{padding-top:6.5625rem}.bf-spacer__bottom--20{padding-bottom:6.5625rem}.bf-spacer__top--21{padding-top:6.875rem}.bf-spacer__bottom--21{padding-bottom:6.875rem}.bf-spacer__top--22{padding-top:7.1875rem}.bf-spacer__bottom--22{padding-bottom:7.1875rem}.bf-spacer__top--23{padding-top:7.5rem}.bf-spacer__bottom--23{padding-bottom:7.5rem}.bf-spacer__top--24{padding-top:7.8125rem}.bf-spacer__bottom--24{padding-bottom:7.8125rem}.bf-spacer__top--25{padding-top:8.125rem}.bf-spacer__bottom--25{padding-bottom:8.125rem}.bf-spacer__top--26{padding-top:8.4375rem}.bf-spacer__bottom--26{padding-bottom:8.4375rem}.bf-spacer__top--27{padding-top:8.75rem}.bf-spacer__bottom--27{padding-bottom:8.75rem}.bf-spacer__top--28{padding-top:9.0625rem}.bf-spacer__bottom--28{padding-bottom:9.0625rem}.bf-spacer__top--29{padding-top:9.375rem}.bf-spacer__bottom--29{padding-bottom:9.375rem}.bf-spacer__top--30{padding-top:9.6875rem}.bf-spacer__bottom--30{padding-bottom:9.6875rem}.bf-spacer__top--31{padding-top:10rem}.bf-spacer__bottom--31{padding-bottom:10rem}.bf-spacer__top--32{padding-top:10.3125rem}.bf-spacer__bottom--32{padding-bottom:10.3125rem}.bf-spacer__top--33{padding-top:10.625rem}.bf-spacer__bottom--33{padding-bottom:10.625rem}.bf-spacer__top--34{padding-top:10.9375rem}.bf-spacer__bottom--34{padding-bottom:10.9375rem}.bf-spacer__top--35{padding-top:11.25rem}.bf-spacer__bottom--35{padding-bottom:11.25rem}.bf-spacer__top--36{padding-top:11.5625rem}.bf-spacer__bottom--36{padding-bottom:11.5625rem}.bf-spacer__top--37{padding-top:11.875rem}.bf-spacer__bottom--37{padding-bottom:11.875rem}.bf-spacer__top--38{padding-top:12.1875rem}.bf-spacer__bottom--38{padding-bottom:12.1875rem}.bf-spacer__top--39{padding-top:12.5rem}.bf-spacer__bottom--39{padding-bottom:12.5rem}.bf-spacer__top--40{padding-top:12.8125rem}.bf-spacer__bottom--40{padding-bottom:12.8125rem}}.bf-page-content{background-color:#fff}.bf-rows{height:auto;width:100%}.bf-section{height:inherit;width:100%}.bf-section__border-top--white{border-top:2px solid #fff}.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-section__background--secondary-to-tertiary,.bf-section__background--secondary-to-white{background-color:#000}.bf-section__wrapper{margin:0 auto;padding-left:1.25rem;padding-right:1.25rem}.bf-section__wrapper--width-full{padding-left:0!important;padding-right:0!important;width:100%}.bf-section__background--full-height{min-height:calc(100vh - 20rem)}.bf-section__wrapper--no-padding{padding-left:0!important;padding-right:0!important}@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__background--full-height{min-height:calc(100vh - 13.625rem)}}@media print,screen and (min-width:75em){.bf-section__wrapper{padding-left:3.125rem;padding-right:3.125rem}.bf-section__wrapper--width-slim{max-width:62.5rem}.bf-section__background--secondary-to-white{background-color:#fff}.bf-section__background--secondary-to-tertiary{background-color:#d10a10}.bf-section__background--full-height{min-height:calc(100vh - 15rem)}}@media screen and (min-width:96.25em){.bf-section__wrapper--width-medium{max-width:90rem}}@media screen and (min-width:120em){.bf-section__wrapper--width-large{max-width:120rem}}.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}}.bf-tile .bf-tile__image{position:relative}.bf-tile .bf-tile__image .bf-tile__icon{opacity:0;pointer-events:none}.bf-tile .bf-tile__image:hover .bf-tile__image-hover{background:#d10a10;opacity:.8}.bf-tile .bf-tile__image:hover .bf-tile__icon{opacity:1}.bf-tile .bf-tile__background{background-image:url(/assets/media/images/background/red_4000.jpg);background-repeat:no-repeat;background-size:cover}.bf-tile .bf-tile__background--person{background-image:url(/assets/media/images/person_fallback.jpg);background-position:50%}.bf-tile .bf-tile__icon{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.bf-tile .bf-tile__icon svg{height:9.375rem;width:9.375rem}.bf-tile .bf-tile__image-hover{bottom:0;left:0;opacity:0;position:absolute;right:0;top:0;z-index:1}.bf-tile--padded{padding:1.25rem}@media print,screen and (min-width:48em){.bf-tile .bf-tile__icon svg{height:8vw;width:8vw}}@media print,screen and (min-width:75em){.bf-tile .bf-tile__icon svg{height:11.25rem;width:11.25rem}}.bf-image{height:auto;max-width:100%;min-height:100%;-o-object-fit:cover;object-fit:cover;width:auto}.bf-image--original .bf-image{min-height:unset;width:100%}.bf-image--original.bf-image__placeholder{padding-top:0}.bf-image--original .bf-image__container{height:auto;left:unset;position:relative;top:unset;transform:none;width:auto}.bf-image--square .bf-image__placeholder{padding-top:100%}.bf-image__placeholder{overflow:hidden;padding-top:63%;position:relative}.bf-image__container{height:100%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%}.bf-image--bottom-cut{position:relative}.bf-image--bottom-cut:after{border-bottom:4.6vw solid #fff;border-right:99vw solid transparent;bottom:0;content:"";left:0;position:absolute}@media print,screen and (min-width:48em){.bf-image__placeholder{padding-top:63%}}@media print,screen and (min-width:75em){.bf-image--hero.bf-image__placeholder{padding-top:40%}}.bf-button{background-color:#d10a10;border:none;cursor:pointer;display:inline-block;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:.3125rem 0 .1875rem .4rem}.bf-button__svg{margin-right:-.4375rem;padding-left:.425rem;transition:padding .3s ease;width:3.125rem}.bf-button__svg svg .bf-arrow__animation{transition:transform .3s ease}.bf-button--black{background-color:#000}.bf-button--black.active{background-color:#d10a10}.bf-button--white{background-color:#fff}.bf-button--white.active{background-color:#000;color:#fff}.bf-button--link-inside{padding:.3125rem .625rem .25rem 0}@-moz-document url-prefix(){.bf-button--link-inside{padding:.3125rem .875rem .25rem 0}}.bf-button--link-padded{padding:.3125rem .4rem .1875rem}.bf-button--text-only{cursor:auto;padding-right:.4rem}@media print,screen and (min-width:75em){.bf-button:hover{text-decoration:none}.bf-button:hover .bf-button__svg{padding-right:.4375rem}.bf-button:hover svg .bf-arrow__stem{transform:scaleX(1.2)}.bf-button:hover svg .bf-arrow__roof{transform:translateX(5px)}.bf-button--link-padded:hover{background-color:#000;color:#fff}}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 10px 10px 0}table.bf-table tr:not(:last-child){border-bottom:1px solid #000}table.bf-table.bf-table--border-white tr:not(:last-child){border-bottom:1px solid #fff}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}table.bf-table.bf-league-table tr:nth-child(7){border-bottom:2px solid #d10a10}.bf-league-table__color{border-left:3px solid;padding-left:7px}.bf-league-table__color.color-1,.bf-league-table__color.color-2{border-color:#1d880f}.bf-league-table__color.color-3,.bf-league-table__color.color-4{border-color:rgba(108,200,104,.9)}.bf-league-table__color.color-10,.bf-league-table__color.color-5,.bf-league-table__color.color-6,.bf-league-table__color.color-7,.bf-league-table__color.color-8,.bf-league-table__color.color-9{border-color:transparent}.bf-league-table__color.color-11{border-color:rgba(228,0,43,.6)}.bf-league-table__color.color-12{border-color:rgba(228,0,43,.9)}.bf-color-legend{margin:15px 0 0}.bf-filter--dropdown .bf-toggling-arrow:after{background-image:url(/assets/media/icons/icon_close.svg);pointer-events:none}.bf-filter__item{background-color:#000;padding:.3125rem 0}.bf-filter__item--active{background-color:#d10a10}.bf-filter__item--active.bf-toggling-arrow:after{right:.625rem}.bf-filter__item .bf-texts{margin:0 .3125rem;pointer-events:none}@media print,screen and (min-width:48em){.bf-filter__item{margin-bottom:.625rem;margin-right:.75rem;order:unset}.bf-filter__item.bf-toggling-arrow:after{content:none}}.bf-marquee{--gap:1rem;display:flex;gap:var(--gap);overflow:hidden;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.bf-marquee__content{display:flex;flex-shrink:0;gap:var(--gap);justify-content:space-around;min-width:100%}.bf-banner-items--1 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 10s linear infinite;animation:bf-marquee-scroll 10s linear infinite}@media print,screen and (min-width:75em){.bf-banner-items--1 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 8s linear infinite;animation:bf-marquee-scroll 8s linear infinite}}.bf-banner-items--2 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 20s linear infinite;animation:bf-marquee-scroll 20s linear infinite}@media print,screen and (min-width:75em){.bf-banner-items--2 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 16s linear infinite;animation:bf-marquee-scroll 16s linear infinite}}.bf-banner-items--3 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 30s linear infinite;animation:bf-marquee-scroll 30s linear infinite}@media print,screen and (min-width:75em){.bf-banner-items--3 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 24s linear infinite;animation:bf-marquee-scroll 24s linear infinite}}.bf-banner-items--4 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 40s linear infinite;animation:bf-marquee-scroll 40s linear infinite}@media print,screen and (min-width:75em){.bf-banner-items--4 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 32s linear infinite;animation:bf-marquee-scroll 32s linear infinite}}.bf-banner-items--5 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 50s linear infinite;animation:bf-marquee-scroll 50s linear infinite}@media print,screen and (min-width:75em){.bf-banner-items--5 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 40s linear infinite;animation:bf-marquee-scroll 40s linear infinite}}.bf-banner-items--6 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 60s linear infinite;animation:bf-marquee-scroll 60s linear infinite}@media print,screen and (min-width:75em){.bf-banner-items--6 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 48s linear infinite;animation:bf-marquee-scroll 48s linear infinite}}.bf-banner-items--7 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 70s linear infinite;animation:bf-marquee-scroll 70s linear infinite}@media print,screen and (min-width:75em){.bf-banner-items--7 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 56s linear infinite;animation:bf-marquee-scroll 56s linear infinite}}.bf-banner-items--8 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 80s linear infinite;animation:bf-marquee-scroll 80s linear infinite}@media print,screen and (min-width:75em){.bf-banner-items--8 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 64s linear infinite;animation:bf-marquee-scroll 64s linear infinite}}.bf-banner-items--9 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 90s linear infinite;animation:bf-marquee-scroll 90s linear infinite}@media print,screen and (min-width:75em){.bf-banner-items--9 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 72s linear infinite;animation:bf-marquee-scroll 72s linear infinite}}.bf-banner-items--10 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 100s linear infinite;animation:bf-marquee-scroll 100s linear infinite}@media print,screen and (min-width:75em){.bf-banner-items--10 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 80s linear infinite;animation:bf-marquee-scroll 80s linear infinite}}.bf-banner-items--11 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 110s linear infinite;animation:bf-marquee-scroll 110s linear infinite}@media print,screen and (min-width:75em){.bf-banner-items--11 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 88s linear infinite;animation:bf-marquee-scroll 88s linear infinite}}.bf-banner-items--12 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 120s linear infinite;animation:bf-marquee-scroll 120s linear infinite}@media print,screen and (min-width:75em){.bf-banner-items--12 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 96s linear infinite;animation:bf-marquee-scroll 96s linear infinite}}.bf-banner-items--13 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 130s linear infinite;animation:bf-marquee-scroll 130s linear infinite}@media print,screen and (min-width:75em){.bf-banner-items--13 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 104s linear infinite;animation:bf-marquee-scroll 104s linear infinite}}.bf-banner-items--14 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 140s linear infinite;animation:bf-marquee-scroll 140s linear infinite}@media print,screen and (min-width:75em){.bf-banner-items--14 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 112s linear infinite;animation:bf-marquee-scroll 112s linear infinite}}.bf-banner-items--15 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 150s linear infinite;animation:bf-marquee-scroll 150s linear infinite}@media print,screen and (min-width:75em){.bf-banner-items--15 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 120s linear infinite;animation:bf-marquee-scroll 120s linear infinite}}.bf-banner-items--16 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 160s linear infinite;animation:bf-marquee-scroll 160s linear infinite}@media print,screen and (min-width:75em){.bf-banner-items--16 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 128s linear infinite;animation:bf-marquee-scroll 128s linear infinite}}.bf-banner-items--17 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 170s linear infinite;animation:bf-marquee-scroll 170s linear infinite}@media print,screen and (min-width:75em){.bf-banner-items--17 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 136s linear infinite;animation:bf-marquee-scroll 136s linear infinite}}.bf-banner-items--18 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 180s linear infinite;animation:bf-marquee-scroll 180s linear infinite}@media print,screen and (min-width:75em){.bf-banner-items--18 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 144s linear infinite;animation:bf-marquee-scroll 144s linear infinite}}.bf-banner-items--19 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 190s linear infinite;animation:bf-marquee-scroll 190s linear infinite}@media print,screen and (min-width:75em){.bf-banner-items--19 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 152s linear infinite;animation:bf-marquee-scroll 152s linear infinite}}.bf-banner-items--20 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 200s linear infinite;animation:bf-marquee-scroll 200s linear infinite}@media print,screen and (min-width:75em){.bf-banner-items--20 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 160s linear infinite;animation:bf-marquee-scroll 160s linear infinite}}.bf-banner-items--21 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 210s linear infinite;animation:bf-marquee-scroll 210s linear infinite}@media print,screen and (min-width:75em){.bf-banner-items--21 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 168s linear infinite;animation:bf-marquee-scroll 168s linear infinite}}.bf-banner-items--22 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 220s linear infinite;animation:bf-marquee-scroll 220s linear infinite}@media print,screen and (min-width:75em){.bf-banner-items--22 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 176s linear infinite;animation:bf-marquee-scroll 176s linear infinite}}.bf-banner-items--23 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 230s linear infinite;animation:bf-marquee-scroll 230s linear infinite}@media print,screen and (min-width:75em){.bf-banner-items--23 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 184s linear infinite;animation:bf-marquee-scroll 184s linear infinite}}.bf-banner-items--24 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 240s linear infinite;animation:bf-marquee-scroll 240s linear infinite}@media print,screen and (min-width:75em){.bf-banner-items--24 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 192s linear infinite;animation:bf-marquee-scroll 192s linear infinite}}.bf-banner-items--25 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 250s linear infinite;animation:bf-marquee-scroll 250s linear infinite}@media print,screen and (min-width:75em){.bf-banner-items--25 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 200s linear infinite;animation:bf-marquee-scroll 200s linear infinite}}.bf-banner-items--26 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 260s linear infinite;animation:bf-marquee-scroll 260s linear infinite}@media print,screen and (min-width:75em){.bf-banner-items--26 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 208s linear infinite;animation:bf-marquee-scroll 208s linear infinite}}.bf-banner-items--27 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 270s linear infinite;animation:bf-marquee-scroll 270s linear infinite}@media print,screen and (min-width:75em){.bf-banner-items--27 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 216s linear infinite;animation:bf-marquee-scroll 216s linear infinite}}.bf-banner-items--28 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 280s linear infinite;animation:bf-marquee-scroll 280s linear infinite}@media print,screen and (min-width:75em){.bf-banner-items--28 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 224s linear infinite;animation:bf-marquee-scroll 224s linear infinite}}.bf-banner-items--29 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 290s linear infinite;animation:bf-marquee-scroll 290s linear infinite}@media print,screen and (min-width:75em){.bf-banner-items--29 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 232s linear infinite;animation:bf-marquee-scroll 232s linear infinite}}.bf-banner-items--30 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 300s linear infinite;animation:bf-marquee-scroll 300s linear infinite}@media print,screen and (min-width:75em){.bf-banner-items--30 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 240s linear infinite;animation:bf-marquee-scroll 240s linear infinite}}.bf-banner-items--31 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 310s linear infinite;animation:bf-marquee-scroll 310s linear infinite}@media print,screen and (min-width:75em){.bf-banner-items--31 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 248s linear infinite;animation:bf-marquee-scroll 248s linear infinite}}.bf-banner-items--32 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 320s linear infinite;animation:bf-marquee-scroll 320s linear infinite}@media print,screen and (min-width:75em){.bf-banner-items--32 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 256s linear infinite;animation:bf-marquee-scroll 256s linear infinite}}.bf-banner-items--33 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 330s linear infinite;animation:bf-marquee-scroll 330s linear infinite}@media print,screen and (min-width:75em){.bf-banner-items--33 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 264s linear infinite;animation:bf-marquee-scroll 264s linear infinite}}.bf-banner-items--34 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 340s linear infinite;animation:bf-marquee-scroll 340s linear infinite}@media print,screen and (min-width:75em){.bf-banner-items--34 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 272s linear infinite;animation:bf-marquee-scroll 272s linear infinite}}.bf-banner-items--35 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 350s linear infinite;animation:bf-marquee-scroll 350s linear infinite}@media print,screen and (min-width:75em){.bf-banner-items--35 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 280s linear infinite;animation:bf-marquee-scroll 280s linear infinite}}.bf-banner-items--36 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 360s linear infinite;animation:bf-marquee-scroll 360s linear infinite}@media print,screen and (min-width:75em){.bf-banner-items--36 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 288s linear infinite;animation:bf-marquee-scroll 288s linear infinite}}.bf-banner-items--37 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 370s linear infinite;animation:bf-marquee-scroll 370s linear infinite}@media print,screen and (min-width:75em){.bf-banner-items--37 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 296s linear infinite;animation:bf-marquee-scroll 296s linear infinite}}.bf-banner-items--38 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 380s linear infinite;animation:bf-marquee-scroll 380s linear infinite}@media print,screen and (min-width:75em){.bf-banner-items--38 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 304s linear infinite;animation:bf-marquee-scroll 304s linear infinite}}.bf-banner-items--39 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 390s linear infinite;animation:bf-marquee-scroll 390s linear infinite}@media print,screen and (min-width:75em){.bf-banner-items--39 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 312s linear infinite;animation:bf-marquee-scroll 312s linear infinite}}.bf-banner-items--40 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 400s linear infinite;animation:bf-marquee-scroll 400s linear infinite}@media print,screen and (min-width:75em){.bf-banner-items--40 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 320s linear infinite;animation:bf-marquee-scroll 320s linear infinite}}.bf-banner-seconds--1 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 2s linear infinite;animation:bf-marquee-scroll 2s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--1 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 1s linear infinite;animation:bf-marquee-scroll 1s linear infinite}}.bf-banner-seconds--2 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 4s linear infinite;animation:bf-marquee-scroll 4s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--2 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 2s linear infinite;animation:bf-marquee-scroll 2s linear infinite}}.bf-banner-seconds--3 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 6s linear infinite;animation:bf-marquee-scroll 6s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--3 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 3s linear infinite;animation:bf-marquee-scroll 3s linear infinite}}.bf-banner-seconds--4 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 8s linear infinite;animation:bf-marquee-scroll 8s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--4 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 4s linear infinite;animation:bf-marquee-scroll 4s linear infinite}}.bf-banner-seconds--5 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 10s linear infinite;animation:bf-marquee-scroll 10s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--5 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 5s linear infinite;animation:bf-marquee-scroll 5s linear infinite}}.bf-banner-seconds--6 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 12s linear infinite;animation:bf-marquee-scroll 12s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--6 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 6s linear infinite;animation:bf-marquee-scroll 6s linear infinite}}.bf-banner-seconds--7 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 14s linear infinite;animation:bf-marquee-scroll 14s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--7 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 7s linear infinite;animation:bf-marquee-scroll 7s linear infinite}}.bf-banner-seconds--8 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 16s linear infinite;animation:bf-marquee-scroll 16s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--8 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 8s linear infinite;animation:bf-marquee-scroll 8s linear infinite}}.bf-banner-seconds--9 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 18s linear infinite;animation:bf-marquee-scroll 18s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--9 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 9s linear infinite;animation:bf-marquee-scroll 9s linear infinite}}.bf-banner-seconds--10 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 20s linear infinite;animation:bf-marquee-scroll 20s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--10 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 10s linear infinite;animation:bf-marquee-scroll 10s linear infinite}}.bf-banner-seconds--11 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 22s linear infinite;animation:bf-marquee-scroll 22s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--11 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 11s linear infinite;animation:bf-marquee-scroll 11s linear infinite}}.bf-banner-seconds--12 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 24s linear infinite;animation:bf-marquee-scroll 24s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--12 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 12s linear infinite;animation:bf-marquee-scroll 12s linear infinite}}.bf-banner-seconds--13 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 26s linear infinite;animation:bf-marquee-scroll 26s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--13 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 13s linear infinite;animation:bf-marquee-scroll 13s linear infinite}}.bf-banner-seconds--14 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 28s linear infinite;animation:bf-marquee-scroll 28s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--14 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 14s linear infinite;animation:bf-marquee-scroll 14s linear infinite}}.bf-banner-seconds--15 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 30s linear infinite;animation:bf-marquee-scroll 30s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--15 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 15s linear infinite;animation:bf-marquee-scroll 15s linear infinite}}.bf-banner-seconds--16 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 32s linear infinite;animation:bf-marquee-scroll 32s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--16 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 16s linear infinite;animation:bf-marquee-scroll 16s linear infinite}}.bf-banner-seconds--17 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 34s linear infinite;animation:bf-marquee-scroll 34s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--17 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 17s linear infinite;animation:bf-marquee-scroll 17s linear infinite}}.bf-banner-seconds--18 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 36s linear infinite;animation:bf-marquee-scroll 36s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--18 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 18s linear infinite;animation:bf-marquee-scroll 18s linear infinite}}.bf-banner-seconds--19 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 38s linear infinite;animation:bf-marquee-scroll 38s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--19 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 19s linear infinite;animation:bf-marquee-scroll 19s linear infinite}}.bf-banner-seconds--20 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 40s linear infinite;animation:bf-marquee-scroll 40s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--20 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 20s linear infinite;animation:bf-marquee-scroll 20s linear infinite}}.bf-banner-seconds--21 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 42s linear infinite;animation:bf-marquee-scroll 42s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--21 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 21s linear infinite;animation:bf-marquee-scroll 21s linear infinite}}.bf-banner-seconds--22 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 44s linear infinite;animation:bf-marquee-scroll 44s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--22 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 22s linear infinite;animation:bf-marquee-scroll 22s linear infinite}}.bf-banner-seconds--23 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 46s linear infinite;animation:bf-marquee-scroll 46s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--23 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 23s linear infinite;animation:bf-marquee-scroll 23s linear infinite}}.bf-banner-seconds--24 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 48s linear infinite;animation:bf-marquee-scroll 48s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--24 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 24s linear infinite;animation:bf-marquee-scroll 24s linear infinite}}.bf-banner-seconds--25 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 50s linear infinite;animation:bf-marquee-scroll 50s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--25 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 25s linear infinite;animation:bf-marquee-scroll 25s linear infinite}}.bf-banner-seconds--26 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 52s linear infinite;animation:bf-marquee-scroll 52s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--26 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 26s linear infinite;animation:bf-marquee-scroll 26s linear infinite}}.bf-banner-seconds--27 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 54s linear infinite;animation:bf-marquee-scroll 54s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--27 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 27s linear infinite;animation:bf-marquee-scroll 27s linear infinite}}.bf-banner-seconds--28 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 56s linear infinite;animation:bf-marquee-scroll 56s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--28 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 28s linear infinite;animation:bf-marquee-scroll 28s linear infinite}}.bf-banner-seconds--29 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 58s linear infinite;animation:bf-marquee-scroll 58s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--29 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 29s linear infinite;animation:bf-marquee-scroll 29s linear infinite}}.bf-banner-seconds--30 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 60s linear infinite;animation:bf-marquee-scroll 60s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--30 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 30s linear infinite;animation:bf-marquee-scroll 30s linear infinite}}.bf-banner-seconds--31 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 62s linear infinite;animation:bf-marquee-scroll 62s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--31 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 31s linear infinite;animation:bf-marquee-scroll 31s linear infinite}}.bf-banner-seconds--32 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 64s linear infinite;animation:bf-marquee-scroll 64s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--32 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 32s linear infinite;animation:bf-marquee-scroll 32s linear infinite}}.bf-banner-seconds--33 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 66s linear infinite;animation:bf-marquee-scroll 66s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--33 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 33s linear infinite;animation:bf-marquee-scroll 33s linear infinite}}.bf-banner-seconds--34 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 68s linear infinite;animation:bf-marquee-scroll 68s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--34 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 34s linear infinite;animation:bf-marquee-scroll 34s linear infinite}}.bf-banner-seconds--35 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 70s linear infinite;animation:bf-marquee-scroll 70s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--35 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 35s linear infinite;animation:bf-marquee-scroll 35s linear infinite}}.bf-banner-seconds--36 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 72s linear infinite;animation:bf-marquee-scroll 72s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--36 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 36s linear infinite;animation:bf-marquee-scroll 36s linear infinite}}.bf-banner-seconds--37 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 74s linear infinite;animation:bf-marquee-scroll 74s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--37 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 37s linear infinite;animation:bf-marquee-scroll 37s linear infinite}}.bf-banner-seconds--38 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 76s linear infinite;animation:bf-marquee-scroll 76s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--38 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 38s linear infinite;animation:bf-marquee-scroll 38s linear infinite}}.bf-banner-seconds--39 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 78s linear infinite;animation:bf-marquee-scroll 78s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--39 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 39s linear infinite;animation:bf-marquee-scroll 39s linear infinite}}.bf-banner-seconds--40 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 80s linear infinite;animation:bf-marquee-scroll 80s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--40 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 40s linear infinite;animation:bf-marquee-scroll 40s linear infinite}}.bf-banner-seconds--41 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 82s linear infinite;animation:bf-marquee-scroll 82s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--41 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 41s linear infinite;animation:bf-marquee-scroll 41s linear infinite}}.bf-banner-seconds--42 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 84s linear infinite;animation:bf-marquee-scroll 84s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--42 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 42s linear infinite;animation:bf-marquee-scroll 42s linear infinite}}.bf-banner-seconds--43 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 86s linear infinite;animation:bf-marquee-scroll 86s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--43 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 43s linear infinite;animation:bf-marquee-scroll 43s linear infinite}}.bf-banner-seconds--44 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 88s linear infinite;animation:bf-marquee-scroll 88s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--44 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 44s linear infinite;animation:bf-marquee-scroll 44s linear infinite}}.bf-banner-seconds--45 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 90s linear infinite;animation:bf-marquee-scroll 90s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--45 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 45s linear infinite;animation:bf-marquee-scroll 45s linear infinite}}.bf-banner-seconds--46 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 92s linear infinite;animation:bf-marquee-scroll 92s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--46 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 46s linear infinite;animation:bf-marquee-scroll 46s linear infinite}}.bf-banner-seconds--47 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 94s linear infinite;animation:bf-marquee-scroll 94s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--47 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 47s linear infinite;animation:bf-marquee-scroll 47s linear infinite}}.bf-banner-seconds--48 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 96s linear infinite;animation:bf-marquee-scroll 96s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--48 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 48s linear infinite;animation:bf-marquee-scroll 48s linear infinite}}.bf-banner-seconds--49 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 98s linear infinite;animation:bf-marquee-scroll 98s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--49 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 49s linear infinite;animation:bf-marquee-scroll 49s linear infinite}}.bf-banner-seconds--50 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 100s linear infinite;animation:bf-marquee-scroll 100s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--50 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 50s linear infinite;animation:bf-marquee-scroll 50s linear infinite}}.bf-banner-seconds--51 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 102s linear infinite;animation:bf-marquee-scroll 102s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--51 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 51s linear infinite;animation:bf-marquee-scroll 51s linear infinite}}.bf-banner-seconds--52 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 104s linear infinite;animation:bf-marquee-scroll 104s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--52 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 52s linear infinite;animation:bf-marquee-scroll 52s linear infinite}}.bf-banner-seconds--53 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 106s linear infinite;animation:bf-marquee-scroll 106s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--53 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 53s linear infinite;animation:bf-marquee-scroll 53s linear infinite}}.bf-banner-seconds--54 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 108s linear infinite;animation:bf-marquee-scroll 108s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--54 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 54s linear infinite;animation:bf-marquee-scroll 54s linear infinite}}.bf-banner-seconds--55 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 110s linear infinite;animation:bf-marquee-scroll 110s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--55 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 55s linear infinite;animation:bf-marquee-scroll 55s linear infinite}}.bf-banner-seconds--56 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 112s linear infinite;animation:bf-marquee-scroll 112s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--56 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 56s linear infinite;animation:bf-marquee-scroll 56s linear infinite}}.bf-banner-seconds--57 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 114s linear infinite;animation:bf-marquee-scroll 114s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--57 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 57s linear infinite;animation:bf-marquee-scroll 57s linear infinite}}.bf-banner-seconds--58 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 116s linear infinite;animation:bf-marquee-scroll 116s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--58 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 58s linear infinite;animation:bf-marquee-scroll 58s linear infinite}}.bf-banner-seconds--59 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 118s linear infinite;animation:bf-marquee-scroll 118s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--59 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 59s linear infinite;animation:bf-marquee-scroll 59s linear infinite}}.bf-banner-seconds--60 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 120s linear infinite;animation:bf-marquee-scroll 120s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--60 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 60s linear infinite;animation:bf-marquee-scroll 60s linear infinite}}.bf-banner-seconds--61 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 122s linear infinite;animation:bf-marquee-scroll 122s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--61 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 61s linear infinite;animation:bf-marquee-scroll 61s linear infinite}}.bf-banner-seconds--62 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 124s linear infinite;animation:bf-marquee-scroll 124s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--62 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 62s linear infinite;animation:bf-marquee-scroll 62s linear infinite}}.bf-banner-seconds--63 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 126s linear infinite;animation:bf-marquee-scroll 126s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--63 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 63s linear infinite;animation:bf-marquee-scroll 63s linear infinite}}.bf-banner-seconds--64 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 128s linear infinite;animation:bf-marquee-scroll 128s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--64 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 64s linear infinite;animation:bf-marquee-scroll 64s linear infinite}}.bf-banner-seconds--65 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 130s linear infinite;animation:bf-marquee-scroll 130s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--65 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 65s linear infinite;animation:bf-marquee-scroll 65s linear infinite}}.bf-banner-seconds--66 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 132s linear infinite;animation:bf-marquee-scroll 132s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--66 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 66s linear infinite;animation:bf-marquee-scroll 66s linear infinite}}.bf-banner-seconds--67 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 134s linear infinite;animation:bf-marquee-scroll 134s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--67 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 67s linear infinite;animation:bf-marquee-scroll 67s linear infinite}}.bf-banner-seconds--68 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 136s linear infinite;animation:bf-marquee-scroll 136s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--68 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 68s linear infinite;animation:bf-marquee-scroll 68s linear infinite}}.bf-banner-seconds--69 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 138s linear infinite;animation:bf-marquee-scroll 138s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--69 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 69s linear infinite;animation:bf-marquee-scroll 69s linear infinite}}.bf-banner-seconds--70 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 140s linear infinite;animation:bf-marquee-scroll 140s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--70 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 70s linear infinite;animation:bf-marquee-scroll 70s linear infinite}}.bf-banner-seconds--71 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 142s linear infinite;animation:bf-marquee-scroll 142s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--71 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 71s linear infinite;animation:bf-marquee-scroll 71s linear infinite}}.bf-banner-seconds--72 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 144s linear infinite;animation:bf-marquee-scroll 144s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--72 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 72s linear infinite;animation:bf-marquee-scroll 72s linear infinite}}.bf-banner-seconds--73 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 146s linear infinite;animation:bf-marquee-scroll 146s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--73 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 73s linear infinite;animation:bf-marquee-scroll 73s linear infinite}}.bf-banner-seconds--74 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 148s linear infinite;animation:bf-marquee-scroll 148s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--74 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 74s linear infinite;animation:bf-marquee-scroll 74s linear infinite}}.bf-banner-seconds--75 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 150s linear infinite;animation:bf-marquee-scroll 150s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--75 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 75s linear infinite;animation:bf-marquee-scroll 75s linear infinite}}.bf-banner-seconds--76 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 152s linear infinite;animation:bf-marquee-scroll 152s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--76 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 76s linear infinite;animation:bf-marquee-scroll 76s linear infinite}}.bf-banner-seconds--77 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 154s linear infinite;animation:bf-marquee-scroll 154s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--77 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 77s linear infinite;animation:bf-marquee-scroll 77s linear infinite}}.bf-banner-seconds--78 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 156s linear infinite;animation:bf-marquee-scroll 156s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--78 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 78s linear infinite;animation:bf-marquee-scroll 78s linear infinite}}.bf-banner-seconds--79 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 158s linear infinite;animation:bf-marquee-scroll 158s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--79 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 79s linear infinite;animation:bf-marquee-scroll 79s linear infinite}}.bf-banner-seconds--80 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 160s linear infinite;animation:bf-marquee-scroll 160s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--80 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 80s linear infinite;animation:bf-marquee-scroll 80s linear infinite}}.bf-banner-seconds--81 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 162s linear infinite;animation:bf-marquee-scroll 162s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--81 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 81s linear infinite;animation:bf-marquee-scroll 81s linear infinite}}.bf-banner-seconds--82 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 164s linear infinite;animation:bf-marquee-scroll 164s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--82 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 82s linear infinite;animation:bf-marquee-scroll 82s linear infinite}}.bf-banner-seconds--83 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 166s linear infinite;animation:bf-marquee-scroll 166s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--83 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 83s linear infinite;animation:bf-marquee-scroll 83s linear infinite}}.bf-banner-seconds--84 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 168s linear infinite;animation:bf-marquee-scroll 168s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--84 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 84s linear infinite;animation:bf-marquee-scroll 84s linear infinite}}.bf-banner-seconds--85 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 170s linear infinite;animation:bf-marquee-scroll 170s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--85 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 85s linear infinite;animation:bf-marquee-scroll 85s linear infinite}}.bf-banner-seconds--86 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 172s linear infinite;animation:bf-marquee-scroll 172s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--86 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 86s linear infinite;animation:bf-marquee-scroll 86s linear infinite}}.bf-banner-seconds--87 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 174s linear infinite;animation:bf-marquee-scroll 174s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--87 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 87s linear infinite;animation:bf-marquee-scroll 87s linear infinite}}.bf-banner-seconds--88 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 176s linear infinite;animation:bf-marquee-scroll 176s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--88 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 88s linear infinite;animation:bf-marquee-scroll 88s linear infinite}}.bf-banner-seconds--89 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 178s linear infinite;animation:bf-marquee-scroll 178s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--89 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 89s linear infinite;animation:bf-marquee-scroll 89s linear infinite}}.bf-banner-seconds--90 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 180s linear infinite;animation:bf-marquee-scroll 180s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--90 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 90s linear infinite;animation:bf-marquee-scroll 90s linear infinite}}.bf-banner-seconds--91 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 182s linear infinite;animation:bf-marquee-scroll 182s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--91 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 91s linear infinite;animation:bf-marquee-scroll 91s linear infinite}}.bf-banner-seconds--92 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 184s linear infinite;animation:bf-marquee-scroll 184s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--92 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 92s linear infinite;animation:bf-marquee-scroll 92s linear infinite}}.bf-banner-seconds--93 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 186s linear infinite;animation:bf-marquee-scroll 186s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--93 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 93s linear infinite;animation:bf-marquee-scroll 93s linear infinite}}.bf-banner-seconds--94 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 188s linear infinite;animation:bf-marquee-scroll 188s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--94 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 94s linear infinite;animation:bf-marquee-scroll 94s linear infinite}}.bf-banner-seconds--95 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 190s linear infinite;animation:bf-marquee-scroll 190s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--95 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 95s linear infinite;animation:bf-marquee-scroll 95s linear infinite}}.bf-banner-seconds--96 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 192s linear infinite;animation:bf-marquee-scroll 192s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--96 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 96s linear infinite;animation:bf-marquee-scroll 96s linear infinite}}.bf-banner-seconds--97 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 194s linear infinite;animation:bf-marquee-scroll 194s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--97 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 97s linear infinite;animation:bf-marquee-scroll 97s linear infinite}}.bf-banner-seconds--98 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 196s linear infinite;animation:bf-marquee-scroll 196s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--98 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 98s linear infinite;animation:bf-marquee-scroll 98s linear infinite}}.bf-banner-seconds--99 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 198s linear infinite;animation:bf-marquee-scroll 198s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--99 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 99s linear infinite;animation:bf-marquee-scroll 99s linear infinite}}.bf-banner-seconds--100 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 200s linear infinite;animation:bf-marquee-scroll 200s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--100 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 100s linear infinite;animation:bf-marquee-scroll 100s linear infinite}}.bf-banner-seconds--101 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 202s linear infinite;animation:bf-marquee-scroll 202s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--101 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 101s linear infinite;animation:bf-marquee-scroll 101s linear infinite}}.bf-banner-seconds--102 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 204s linear infinite;animation:bf-marquee-scroll 204s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--102 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 102s linear infinite;animation:bf-marquee-scroll 102s linear infinite}}.bf-banner-seconds--103 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 206s linear infinite;animation:bf-marquee-scroll 206s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--103 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 103s linear infinite;animation:bf-marquee-scroll 103s linear infinite}}.bf-banner-seconds--104 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 208s linear infinite;animation:bf-marquee-scroll 208s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--104 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 104s linear infinite;animation:bf-marquee-scroll 104s linear infinite}}.bf-banner-seconds--105 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 210s linear infinite;animation:bf-marquee-scroll 210s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--105 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 105s linear infinite;animation:bf-marquee-scroll 105s linear infinite}}.bf-banner-seconds--106 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 212s linear infinite;animation:bf-marquee-scroll 212s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--106 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 106s linear infinite;animation:bf-marquee-scroll 106s linear infinite}}.bf-banner-seconds--107 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 214s linear infinite;animation:bf-marquee-scroll 214s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--107 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 107s linear infinite;animation:bf-marquee-scroll 107s linear infinite}}.bf-banner-seconds--108 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 216s linear infinite;animation:bf-marquee-scroll 216s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--108 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 108s linear infinite;animation:bf-marquee-scroll 108s linear infinite}}.bf-banner-seconds--109 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 218s linear infinite;animation:bf-marquee-scroll 218s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--109 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 109s linear infinite;animation:bf-marquee-scroll 109s linear infinite}}.bf-banner-seconds--110 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 220s linear infinite;animation:bf-marquee-scroll 220s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--110 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 110s linear infinite;animation:bf-marquee-scroll 110s linear infinite}}.bf-banner-seconds--111 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 222s linear infinite;animation:bf-marquee-scroll 222s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--111 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 111s linear infinite;animation:bf-marquee-scroll 111s linear infinite}}.bf-banner-seconds--112 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 224s linear infinite;animation:bf-marquee-scroll 224s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--112 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 112s linear infinite;animation:bf-marquee-scroll 112s linear infinite}}.bf-banner-seconds--113 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 226s linear infinite;animation:bf-marquee-scroll 226s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--113 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 113s linear infinite;animation:bf-marquee-scroll 113s linear infinite}}.bf-banner-seconds--114 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 228s linear infinite;animation:bf-marquee-scroll 228s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--114 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 114s linear infinite;animation:bf-marquee-scroll 114s linear infinite}}.bf-banner-seconds--115 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 230s linear infinite;animation:bf-marquee-scroll 230s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--115 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 115s linear infinite;animation:bf-marquee-scroll 115s linear infinite}}.bf-banner-seconds--116 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 232s linear infinite;animation:bf-marquee-scroll 232s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--116 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 116s linear infinite;animation:bf-marquee-scroll 116s linear infinite}}.bf-banner-seconds--117 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 234s linear infinite;animation:bf-marquee-scroll 234s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--117 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 117s linear infinite;animation:bf-marquee-scroll 117s linear infinite}}.bf-banner-seconds--118 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 236s linear infinite;animation:bf-marquee-scroll 236s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--118 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 118s linear infinite;animation:bf-marquee-scroll 118s linear infinite}}.bf-banner-seconds--119 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 238s linear infinite;animation:bf-marquee-scroll 238s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--119 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 119s linear infinite;animation:bf-marquee-scroll 119s linear infinite}}.bf-banner-seconds--120 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 240s linear infinite;animation:bf-marquee-scroll 240s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--120 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 120s linear infinite;animation:bf-marquee-scroll 120s linear infinite}}.bf-banner-seconds--121 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 242s linear infinite;animation:bf-marquee-scroll 242s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--121 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 121s linear infinite;animation:bf-marquee-scroll 121s linear infinite}}.bf-banner-seconds--122 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 244s linear infinite;animation:bf-marquee-scroll 244s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--122 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 122s linear infinite;animation:bf-marquee-scroll 122s linear infinite}}.bf-banner-seconds--123 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 246s linear infinite;animation:bf-marquee-scroll 246s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--123 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 123s linear infinite;animation:bf-marquee-scroll 123s linear infinite}}.bf-banner-seconds--124 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 248s linear infinite;animation:bf-marquee-scroll 248s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--124 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 124s linear infinite;animation:bf-marquee-scroll 124s linear infinite}}.bf-banner-seconds--125 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 250s linear infinite;animation:bf-marquee-scroll 250s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--125 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 125s linear infinite;animation:bf-marquee-scroll 125s linear infinite}}.bf-banner-seconds--126 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 252s linear infinite;animation:bf-marquee-scroll 252s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--126 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 126s linear infinite;animation:bf-marquee-scroll 126s linear infinite}}.bf-banner-seconds--127 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 254s linear infinite;animation:bf-marquee-scroll 254s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--127 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 127s linear infinite;animation:bf-marquee-scroll 127s linear infinite}}.bf-banner-seconds--128 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 256s linear infinite;animation:bf-marquee-scroll 256s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--128 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 128s linear infinite;animation:bf-marquee-scroll 128s linear infinite}}.bf-banner-seconds--129 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 258s linear infinite;animation:bf-marquee-scroll 258s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--129 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 129s linear infinite;animation:bf-marquee-scroll 129s linear infinite}}.bf-banner-seconds--130 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 260s linear infinite;animation:bf-marquee-scroll 260s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--130 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 130s linear infinite;animation:bf-marquee-scroll 130s linear infinite}}.bf-banner-seconds--131 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 262s linear infinite;animation:bf-marquee-scroll 262s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--131 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 131s linear infinite;animation:bf-marquee-scroll 131s linear infinite}}.bf-banner-seconds--132 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 264s linear infinite;animation:bf-marquee-scroll 264s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--132 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 132s linear infinite;animation:bf-marquee-scroll 132s linear infinite}}.bf-banner-seconds--133 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 266s linear infinite;animation:bf-marquee-scroll 266s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--133 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 133s linear infinite;animation:bf-marquee-scroll 133s linear infinite}}.bf-banner-seconds--134 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 268s linear infinite;animation:bf-marquee-scroll 268s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--134 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 134s linear infinite;animation:bf-marquee-scroll 134s linear infinite}}.bf-banner-seconds--135 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 270s linear infinite;animation:bf-marquee-scroll 270s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--135 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 135s linear infinite;animation:bf-marquee-scroll 135s linear infinite}}.bf-banner-seconds--136 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 272s linear infinite;animation:bf-marquee-scroll 272s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--136 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 136s linear infinite;animation:bf-marquee-scroll 136s linear infinite}}.bf-banner-seconds--137 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 274s linear infinite;animation:bf-marquee-scroll 274s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--137 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 137s linear infinite;animation:bf-marquee-scroll 137s linear infinite}}.bf-banner-seconds--138 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 276s linear infinite;animation:bf-marquee-scroll 276s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--138 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 138s linear infinite;animation:bf-marquee-scroll 138s linear infinite}}.bf-banner-seconds--139 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 278s linear infinite;animation:bf-marquee-scroll 278s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--139 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 139s linear infinite;animation:bf-marquee-scroll 139s linear infinite}}.bf-banner-seconds--140 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 280s linear infinite;animation:bf-marquee-scroll 280s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--140 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 140s linear infinite;animation:bf-marquee-scroll 140s linear infinite}}.bf-banner-seconds--141 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 282s linear infinite;animation:bf-marquee-scroll 282s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--141 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 141s linear infinite;animation:bf-marquee-scroll 141s linear infinite}}.bf-banner-seconds--142 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 284s linear infinite;animation:bf-marquee-scroll 284s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--142 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 142s linear infinite;animation:bf-marquee-scroll 142s linear infinite}}.bf-banner-seconds--143 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 286s linear infinite;animation:bf-marquee-scroll 286s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--143 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 143s linear infinite;animation:bf-marquee-scroll 143s linear infinite}}.bf-banner-seconds--144 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 288s linear infinite;animation:bf-marquee-scroll 288s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--144 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 144s linear infinite;animation:bf-marquee-scroll 144s linear infinite}}.bf-banner-seconds--145 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 290s linear infinite;animation:bf-marquee-scroll 290s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--145 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 145s linear infinite;animation:bf-marquee-scroll 145s linear infinite}}.bf-banner-seconds--146 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 292s linear infinite;animation:bf-marquee-scroll 292s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--146 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 146s linear infinite;animation:bf-marquee-scroll 146s linear infinite}}.bf-banner-seconds--147 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 294s linear infinite;animation:bf-marquee-scroll 294s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--147 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 147s linear infinite;animation:bf-marquee-scroll 147s linear infinite}}.bf-banner-seconds--148 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 296s linear infinite;animation:bf-marquee-scroll 296s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--148 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 148s linear infinite;animation:bf-marquee-scroll 148s linear infinite}}.bf-banner-seconds--149 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 298s linear infinite;animation:bf-marquee-scroll 298s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--149 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 149s linear infinite;animation:bf-marquee-scroll 149s linear infinite}}.bf-banner-seconds--150 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 300s linear infinite;animation:bf-marquee-scroll 300s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--150 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 150s linear infinite;animation:bf-marquee-scroll 150s linear infinite}}.bf-banner-seconds--151 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 302s linear infinite;animation:bf-marquee-scroll 302s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--151 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 151s linear infinite;animation:bf-marquee-scroll 151s linear infinite}}.bf-banner-seconds--152 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 304s linear infinite;animation:bf-marquee-scroll 304s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--152 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 152s linear infinite;animation:bf-marquee-scroll 152s linear infinite}}.bf-banner-seconds--153 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 306s linear infinite;animation:bf-marquee-scroll 306s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--153 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 153s linear infinite;animation:bf-marquee-scroll 153s linear infinite}}.bf-banner-seconds--154 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 308s linear infinite;animation:bf-marquee-scroll 308s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--154 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 154s linear infinite;animation:bf-marquee-scroll 154s linear infinite}}.bf-banner-seconds--155 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 310s linear infinite;animation:bf-marquee-scroll 310s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--155 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 155s linear infinite;animation:bf-marquee-scroll 155s linear infinite}}.bf-banner-seconds--156 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 312s linear infinite;animation:bf-marquee-scroll 312s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--156 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 156s linear infinite;animation:bf-marquee-scroll 156s linear infinite}}.bf-banner-seconds--157 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 314s linear infinite;animation:bf-marquee-scroll 314s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--157 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 157s linear infinite;animation:bf-marquee-scroll 157s linear infinite}}.bf-banner-seconds--158 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 316s linear infinite;animation:bf-marquee-scroll 316s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--158 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 158s linear infinite;animation:bf-marquee-scroll 158s linear infinite}}.bf-banner-seconds--159 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 318s linear infinite;animation:bf-marquee-scroll 318s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--159 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 159s linear infinite;animation:bf-marquee-scroll 159s linear infinite}}.bf-banner-seconds--160 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 320s linear infinite;animation:bf-marquee-scroll 320s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--160 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 160s linear infinite;animation:bf-marquee-scroll 160s linear infinite}}.bf-banner-seconds--161 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 322s linear infinite;animation:bf-marquee-scroll 322s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--161 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 161s linear infinite;animation:bf-marquee-scroll 161s linear infinite}}.bf-banner-seconds--162 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 324s linear infinite;animation:bf-marquee-scroll 324s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--162 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 162s linear infinite;animation:bf-marquee-scroll 162s linear infinite}}.bf-banner-seconds--163 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 326s linear infinite;animation:bf-marquee-scroll 326s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--163 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 163s linear infinite;animation:bf-marquee-scroll 163s linear infinite}}.bf-banner-seconds--164 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 328s linear infinite;animation:bf-marquee-scroll 328s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--164 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 164s linear infinite;animation:bf-marquee-scroll 164s linear infinite}}.bf-banner-seconds--165 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 330s linear infinite;animation:bf-marquee-scroll 330s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--165 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 165s linear infinite;animation:bf-marquee-scroll 165s linear infinite}}.bf-banner-seconds--166 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 332s linear infinite;animation:bf-marquee-scroll 332s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--166 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 166s linear infinite;animation:bf-marquee-scroll 166s linear infinite}}.bf-banner-seconds--167 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 334s linear infinite;animation:bf-marquee-scroll 334s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--167 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 167s linear infinite;animation:bf-marquee-scroll 167s linear infinite}}.bf-banner-seconds--168 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 336s linear infinite;animation:bf-marquee-scroll 336s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--168 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 168s linear infinite;animation:bf-marquee-scroll 168s linear infinite}}.bf-banner-seconds--169 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 338s linear infinite;animation:bf-marquee-scroll 338s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--169 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 169s linear infinite;animation:bf-marquee-scroll 169s linear infinite}}.bf-banner-seconds--170 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 340s linear infinite;animation:bf-marquee-scroll 340s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--170 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 170s linear infinite;animation:bf-marquee-scroll 170s linear infinite}}.bf-banner-seconds--171 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 342s linear infinite;animation:bf-marquee-scroll 342s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--171 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 171s linear infinite;animation:bf-marquee-scroll 171s linear infinite}}.bf-banner-seconds--172 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 344s linear infinite;animation:bf-marquee-scroll 344s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--172 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 172s linear infinite;animation:bf-marquee-scroll 172s linear infinite}}.bf-banner-seconds--173 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 346s linear infinite;animation:bf-marquee-scroll 346s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--173 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 173s linear infinite;animation:bf-marquee-scroll 173s linear infinite}}.bf-banner-seconds--174 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 348s linear infinite;animation:bf-marquee-scroll 348s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--174 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 174s linear infinite;animation:bf-marquee-scroll 174s linear infinite}}.bf-banner-seconds--175 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 350s linear infinite;animation:bf-marquee-scroll 350s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--175 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 175s linear infinite;animation:bf-marquee-scroll 175s linear infinite}}.bf-banner-seconds--176 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 352s linear infinite;animation:bf-marquee-scroll 352s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--176 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 176s linear infinite;animation:bf-marquee-scroll 176s linear infinite}}.bf-banner-seconds--177 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 354s linear infinite;animation:bf-marquee-scroll 354s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--177 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 177s linear infinite;animation:bf-marquee-scroll 177s linear infinite}}.bf-banner-seconds--178 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 356s linear infinite;animation:bf-marquee-scroll 356s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--178 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 178s linear infinite;animation:bf-marquee-scroll 178s linear infinite}}.bf-banner-seconds--179 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 358s linear infinite;animation:bf-marquee-scroll 358s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--179 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 179s linear infinite;animation:bf-marquee-scroll 179s linear infinite}}.bf-banner-seconds--180 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 360s linear infinite;animation:bf-marquee-scroll 360s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--180 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 180s linear infinite;animation:bf-marquee-scroll 180s linear infinite}}.bf-banner-seconds--181 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 362s linear infinite;animation:bf-marquee-scroll 362s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--181 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 181s linear infinite;animation:bf-marquee-scroll 181s linear infinite}}.bf-banner-seconds--182 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 364s linear infinite;animation:bf-marquee-scroll 364s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--182 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 182s linear infinite;animation:bf-marquee-scroll 182s linear infinite}}.bf-banner-seconds--183 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 366s linear infinite;animation:bf-marquee-scroll 366s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--183 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 183s linear infinite;animation:bf-marquee-scroll 183s linear infinite}}.bf-banner-seconds--184 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 368s linear infinite;animation:bf-marquee-scroll 368s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--184 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 184s linear infinite;animation:bf-marquee-scroll 184s linear infinite}}.bf-banner-seconds--185 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 370s linear infinite;animation:bf-marquee-scroll 370s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--185 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 185s linear infinite;animation:bf-marquee-scroll 185s linear infinite}}.bf-banner-seconds--186 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 372s linear infinite;animation:bf-marquee-scroll 372s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--186 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 186s linear infinite;animation:bf-marquee-scroll 186s linear infinite}}.bf-banner-seconds--187 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 374s linear infinite;animation:bf-marquee-scroll 374s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--187 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 187s linear infinite;animation:bf-marquee-scroll 187s linear infinite}}.bf-banner-seconds--188 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 376s linear infinite;animation:bf-marquee-scroll 376s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--188 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 188s linear infinite;animation:bf-marquee-scroll 188s linear infinite}}.bf-banner-seconds--189 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 378s linear infinite;animation:bf-marquee-scroll 378s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--189 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 189s linear infinite;animation:bf-marquee-scroll 189s linear infinite}}.bf-banner-seconds--190 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 380s linear infinite;animation:bf-marquee-scroll 380s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--190 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 190s linear infinite;animation:bf-marquee-scroll 190s linear infinite}}.bf-banner-seconds--191 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 382s linear infinite;animation:bf-marquee-scroll 382s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--191 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 191s linear infinite;animation:bf-marquee-scroll 191s linear infinite}}.bf-banner-seconds--192 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 384s linear infinite;animation:bf-marquee-scroll 384s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--192 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 192s linear infinite;animation:bf-marquee-scroll 192s linear infinite}}.bf-banner-seconds--193 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 386s linear infinite;animation:bf-marquee-scroll 386s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--193 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 193s linear infinite;animation:bf-marquee-scroll 193s linear infinite}}.bf-banner-seconds--194 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 388s linear infinite;animation:bf-marquee-scroll 388s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--194 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 194s linear infinite;animation:bf-marquee-scroll 194s linear infinite}}.bf-banner-seconds--195 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 390s linear infinite;animation:bf-marquee-scroll 390s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--195 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 195s linear infinite;animation:bf-marquee-scroll 195s linear infinite}}.bf-banner-seconds--196 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 392s linear infinite;animation:bf-marquee-scroll 392s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--196 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 196s linear infinite;animation:bf-marquee-scroll 196s linear infinite}}.bf-banner-seconds--197 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 394s linear infinite;animation:bf-marquee-scroll 394s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--197 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 197s linear infinite;animation:bf-marquee-scroll 197s linear infinite}}.bf-banner-seconds--198 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 396s linear infinite;animation:bf-marquee-scroll 396s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--198 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 198s linear infinite;animation:bf-marquee-scroll 198s linear infinite}}.bf-banner-seconds--199 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 398s linear infinite;animation:bf-marquee-scroll 398s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--199 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 199s linear infinite;animation:bf-marquee-scroll 199s linear infinite}}.bf-banner-seconds--200 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 400s linear infinite;animation:bf-marquee-scroll 400s linear infinite}@media print,screen and (min-width:75em){.bf-banner-seconds--200 .bf-marquee__content{-webkit-animation:bf-marquee-scroll 200s linear infinite;animation:bf-marquee-scroll 200s linear infinite}}.bf-marquee__content>li{flex:0 0 auto;list-style-type:none;margin:0;padding:0;text-align:center}@-webkit-keyframes bf-marquee-scroll{0%{transform:translateX(0)}to{transform:translateX(calc(-100% - var(--gap)))}}@keyframes bf-marquee-scroll{0%{transform:translateX(0)}to{transform:translateX(calc(-100% - var(--gap)))}}.bf-marquee--hover-pause:hover .bf-marquee__content{-webkit-animation-play-state:paused;animation-play-state:paused}.bf-form label{display:block}.bf-form input{border:1px solid #000;padding:.3125rem .625rem}.bf-form input:active,.bf-form input:focus,.bf-form input:focus-visible,.bf-form input:focus-within,.bf-form input:visited{outline:none}.bf-form--bets input[type=number]{border:none;padding:0;width:8.3vw}@media print,screen and (min-width:75em){.bf-form--bets input[type=number]{width:2.9375rem}}.bf-toggling-arrow{position:relative}.bf-toggling-arrow--cross{padding:.3125rem 2.5rem .3125rem .4rem}.bf-toggling-arrow--center:after{left:0}.bf-toggling-arrow.bf-toggling-arrow--inactive:after{transform:rotate(0deg)!important}.bf-toggling-arrow:after{background-image:url(/assets/media/icons/arrow-small-up.svg);background-position:50%;background-repeat:no-repeat;bottom:0;content:"";height:25px;margin:auto;position:absolute;right:0;top:0;transform:rotate(180deg);transition:all .3s ease;width:25px}.bf-nav__item--active .bf-toggling-arrow--cross:after,.level-one-wrapper.active .bf-toggling-arrow--cross:after{background-image:url(/assets/media/icons/icon_close.svg)}.bf-pagination-arrow{color:#000;height:45px;position:relative}@media screen and (max-width:74.99875em){.bf-pagination-arrow span{display:none}}.bf-pagination-arrow--left{padding-left:60px}.bf-pagination-arrow--left:after{left:0;right:unset!important;transform:rotate(-90deg)}.bf-pagination-arrow--right{padding-right:60px}.bf-pagination-arrow--right:after{transform:rotate(90deg)}.bf-pagination-arrow:after{background-color:#d10a10;background-image:url(/assets/media/icons/arrow-small-up.svg);background-position:50%;background-repeat:no-repeat;background-size:65%;bottom:0;content:"";height:45px;margin:auto;position:absolute;right:0;top:0;transition:background-size .1s ease;width:45px}.bf-pagination-arrow:hover:after{background-size:75%}.bf-mainheader{background-color:#fff;box-shadow:0 5px 5px rgba(0,0,0,.149);height:8.125rem;position:-webkit-sticky;position:sticky;top:0;transition:transform .3s ease;z-index:4}.bf-mainheader--fixed{transform:translateY(0)}.bf-mainheader--out-of-sight{transform:translateY(-8.125rem)}@media print,screen and (min-width:48em){.bf-mainheader{height:105px}}.bf-mainheader .bf-mainheader__navi-wrapper{align-items:flex-end;-webkit-align-items:flex-end;display:flex;height:8.125rem;justify-content:flex-end;-webkit-justify-content:flex-end}@media print,screen and (min-width:48em){.bf-mainheader .bf-mainheader__navi-wrapper{height:6.5625rem}.bf-mainheader .toggle-menu{margin-right:.5rem}}.bf-mainheader-logo{margin-top:.75rem;position:absolute}@media print,screen and (min-width:48em){.bf-mainheader-logo svg{height:7.5rem;width:7.5rem}}.bf-mainheader-burger{cursor:pointer}.bf-mainheader-burger .bf-mainheader-burger--open{display:none}.bf-mainheader-burger .bf-mainheader-burger--closed,.bf-mainheader-burger.active .bf-mainheader-burger--open{display:block}@media print,screen and (min-width:75em){.bf-mainheader-burger.active .bf-mainheader-burger--open{margin-right:15px}}.bf-mainheader-burger.active .bf-mainheader-burger--closed{display:none}.bf-mainheader-burger svg{height:130px}html.menu-active{overflow:hidden}html.menu-active body{height:100%;overflow:visible}@media print,screen and (min-width:48em){html.menu-active body{overflow-y:scroll;position:fixed;width:100%}}.bf-main-navigation{background-color:#fff;display:none;height:100vh;left:0;overflow:auto;position:fixed;right:0;top:130px;z-index:3}.bf-main-navigation.active{display:block}@media print,screen and (min-width:48em){.bf-main-navigation{top:105px}}.bf-main-navigation .bf-main-navigation-background{background-image:url(/assets/media/images/background/red_4000.jpg);background-size:cover;padding-bottom:200px;padding-top:40px;position:relative}.bf-main-navigation .bf-main-navigation-background:after{background-color:#fff;bottom:0;content:"";display:block;height:150px;left:0;position:absolute;right:0;transform:skewY(2.5deg);transform-origin:left}.bf-main-navigation .bf-main-navigation-background .bf-main-navigation__wrapper{margin-right:95px;min-height:40vh}.bf-main-navigation .bf-main-navigation-background .bf-main-navigation__wrapper .level-one-wrapper.active .level-two-wrapper{display:block}.bf-main-navigation .bf-main-navigation-background .bf-main-navigation__wrapper .level-two-wrapper{display:none}@media print,screen and (min-width:48em){.bf-main-navigation .bf-main-navigation-background .bf-main-navigation__wrapper .level-one-wrapper{display:none}.bf-main-navigation .bf-main-navigation-background .bf-main-navigation__wrapper .level-one-wrapper.active{display:block}}@media print,screen and (min-width:75em){.bf-main-navigation .bf-main-navigation-background .bf-main-navigation__wrapper{margin-right:0}}.bf-sub-navigation{left:0;position:-webkit-sticky;position:sticky;right:0;top:130px;transition:transform .3s ease;z-index:2}.bf-sub-navigation.active .bf-sub-navigation-background{padding-bottom:50px}.bf-sub-navigation.active .bf-sub-navigation-background:after{display:block}.bf-sub-navigation.active .bf-sub-navigation-background .bf-sub-navigation__title:after{background-image:url(/assets/media/icons/icon_close.svg)}.bf-sub-navigation.active .bf-sub-navigation-background .bf-sub-navigation__items{display:block}.bf-sub-navigation .bf-sub-navigation-background{background-image:url(/assets/media/images/background/red_4000.jpg);background-size:cover;padding-bottom:0;position:relative}.bf-sub-navigation .bf-sub-navigation-background:after{background-color:#fff;bottom:0;content:"";display:none;height:50px;left:0;position:absolute;right:0;transform:skewY(2.5deg);transform-origin:left}.bf-sub-navigation .bf-sub-navigation-background .bf-sub-navigation__title{cursor:pointer;padding:.3125rem 0 .25rem}.bf-sub-navigation .bf-sub-navigation-background .bf-sub-navigation__items{display:none}.bf-sub-navigation--scrolled{transform:translateY(-8.125rem)}.bf-nav__item--third-level.active{font-weight:700}@media print,screen and (min-width:48em){.bf-nav__item--third-level:hover{font-weight:700}}html.menu-active .bf-shortlinks{display:block}.bf-shortlinks{color:#fff;display:none;position:fixed;right:2.1875rem;top:9.375rem}@media print,screen and (min-width:75em){.bf-shortlinks{color:#000;display:block;padding-left:2.5rem;position:unset;right:unset;top:unset}}.bf-shortlinks ul{list-style-type:none}.bf-shortlinks ul li{padding:.3125rem 0}@media print,screen and (min-width:75em){.bf-shortlinks ul li{display:inline-block;padding:0 1.5625rem}.bf-shortlinks ul li:first-of-type,.bf-shortlinks ul li:last-of-type{padding:0}}.bf-shortlinks ul li .bf-shortlinks__icon{height:4.0625rem;margin-bottom:-.3125rem;text-align:center}.bf-shortlinks ul li .bf-shortlinks__icon svg{height:100%;width:auto}.bf-shortlinks__animation .bf-shortlinks__icon,.bf-shortlinks__animation .bf-tile__icon{transition:all .3s ease;transition-property:transform}.bf-shortlinks__animation:hover .bf-shortlinks__icon{transform:rotate(10deg) scale(1.1)}.bf-shortlinks__animation:hover .bf-tile__icon{transform:translate(-50%,-50%) rotate(8deg) scale(1.1)}.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-footer .bf-footer-background{background-image:url(/assets/media/images/background/red_4000.jpg);background-position:bottom;background-size:cover;padding-top:200px;position:relative}.bf-footer .bf-footer-background:after{background-color:#fff;content:"";display:block;height:125px;left:0;position:absolute;right:0;top:0;transform:skewY(-2.5deg);transform-origin:left}.bf-footer .bf-footer__artwork{background-position:100% 0;background-repeat:no-repeat;background-size:contain;content:"";height:26.25rem;pointer-events:none;position:absolute;right:1.875rem;top:-10.625rem;width:21.875rem;z-index:1}@media print,screen and (min-width:48em){.bf-footer .bf-footer__artwork{right:3.125rem}}@media print,screen and (min-width:75em){.bf-footer .bf-footer__artwork{height:35.625rem;top:-16.875rem;width:32.5rem}}.bf-footer .bf-footer__partner-item{height:120px;margin:20px;position:relative}.bf-footer .bf-footer__partner-item img{bottom:0;filter:grayscale(1);left:0;margin:auto;max-width:65%;position:absolute;right:0;top:0;width:auto}@media print,screen and (min-width:48em){.bf-footer__content .bf-texts__style-5 a:hover{font-weight:700}}.bf-footer__social-icon{margin-right:3vw}.bf-footer__social-icon svg{height:15vw;width:15vw}.bf-footer__social-icon svg:hover path{fill:#000}@media print,screen and (min-width:48em){.bf-footer__social-icon{margin-right:1.5625rem}.bf-footer__social-icon svg{height:3.125rem;width:3.125rem}}.bf-content-matchcenter-header__wrapper{background-image:url(/assets/media/images/background/matchcenter_fallback_mobile.jpg);background-position:50%;background-size:cover;height:530px}.bf-content-matchcenter-header__wrapper--fcw-guest{background-image:url(/assets/media/images/background/matchcenter_guest_fallback_mobile.jpg)}@media print,screen and (min-width:48em){.bf-content-matchcenter-header__wrapper{background-image:url(/assets/media/images/background/matchcenter_fallback.jpg)}.bf-content-matchcenter-header__wrapper--fcw-guest{background-image:url(/assets/media/images/background/matchcenter_guest_fallback.jpg)}}@media print,screen and (min-width:75em){.bf-content-matchcenter-header__wrapper{height:600px}.bf-content-matchcenter-header__wrapper.show-claim{height:44.375rem}}.bf-content-matchcenter-header__wrapper .bf-button{position:relative;z-index:1}.bf-content-matchcenter-header__claim{height:125px;overflow:hidden}.bf-content-matchcenter-header__claim .bf-content-matchcenter-header__claim-background-wrapper{background-image:url(/assets/media/images/background/red_4000.jpg);background-size:cover;height:100%;margin:0 -10px;padding:0 10px;transform:rotate(-2.5deg);transform-origin:left bottom}.bf-content-matchcenter-header__claim .bf-content-matchcenter-header__claim-background-wrapper .bf-content-matchcenter-header__claim-text{bottom:.3125rem;left:0;position:absolute}@media screen and (min-width:96.25em){.bf-content-matchcenter-header__claim .bf-content-matchcenter-header__claim-background-wrapper .bf-content-matchcenter-header__claim-text{left:calc(50vw - 760px)}}.bf-content-matchcenter-header__match-collage{height:38.75rem;left:0;margin:0 10%;position:relative;right:0;width:38.75rem;z-index:1}.bf-content-matchcenter-header__match-collage img{height:100%;pointer-events:none;width:auto}.bf-content-matchcenter-header__match-info-grid a,.bf-content-matchcenter-header__match-info-grid a:hover,.bf-content-matchcenter-header__match-info-grid a:visited,.bf-content-matchcenter-header__match-info-grid a:visited:hover{cursor:pointer;text-decoration:none}.bf-content-matchcenter-header__match-info-grid a.disabled,.bf-content-matchcenter-header__match-info-grid a:hover.disabled,.bf-content-matchcenter-header__match-info-grid a:visited.disabled,.bf-content-matchcenter-header__match-info-grid a:visited:hover.disabled{pointer-events:none}.bf-content-matchcenter-header__match-info-grid a.disabled svg,.bf-content-matchcenter-header__match-info-grid a:hover.disabled svg,.bf-content-matchcenter-header__match-info-grid a:visited.disabled svg,.bf-content-matchcenter-header__match-info-grid a:visited:hover.disabled svg{fill:#fff}.bf-content-matchcenter-header__match-info-grid-top{display:flex;height:50px;justify-content:space-between}@media print,screen and (min-width:48em){.bf-content-matchcenter-header__match-info-grid-top{height:60px}}.bf-content-matchcenter-header__match-info-grid .bf-content-matchcenter-header__match-info-grid-item .bf-texts__style-6{font-size:18px;line-height:20px}@media print,screen and (min-width:75em){.bf-content-matchcenter-header__match-info-grid .bf-content-matchcenter-header__match-info-grid-item .bf-texts__style-6{font-size:22px;line-height:24px}}.bf-content-matchcenter-header__match-info-grid .bf-content-matchcenter-header__match-info-grid-item--border{border:1px solid #fff}.bf-content-matchcenter-header__match-info-grid .bf-content-matchcenter-header__match-info-grid-item--filled{background-color:#fff}.bf-content-matchcenter-header__match-info-grid .bf-content-matchcenter-header__match-info-grid-item--date{align-items:center;display:flex;justify-content:center}.bf-content-matchcenter-header__match-info-grid .bf-content-matchcenter-header__match-info-grid-item--arrow{align-items:center;cursor:pointer;display:flex;height:100%;justify-content:center}.bf-content-matchcenter-header__match-info-grid .bf-content-matchcenter-header__match-info-grid-item--arrow svg{height:28px;width:36px}@media print,screen and (min-width:48em){.bf-content-matchcenter-header__match-info-grid .bf-content-matchcenter-header__match-info-grid-item--arrow svg{height:38px;width:50px}}.bf-content-matchcenter-header__match-info-grid .bf-content-matchcenter-header__match-info-grid-item--arrow.right{margin-right:-1px;transform:rotate(180deg)}.bf-content-matchcenter-header__match-info-grid--no-padding .bf-content-matchcenter-header__match-info-grid-item{padding:0}@media print,screen and (min-width:48em){.bf-content-matchcenter-header__match-info-grid--no-padding .bf-content-matchcenter-header__match-info-grid-item{padding:.625rem}}.bf-match-center-nav .bf-content-matchcenter-header__match-info-grid-item{padding:.5rem}@media print,screen and (min-width:48em){.bf-match-center-nav .bf-content-matchcenter-header__match-info-grid-item{padding:.625rem}}.bf-content-matchcenter-header__match-info{position:relative;z-index:2}.bf-content-matchcenter-header__result-wrapper{position:relative}.bf-content-matchcenter-header__result-wrapper .bf-content-matchcenter-header__result-item{left:0;margin:0;position:absolute;right:0;top:50%;transform:translateY(-50%)}.bf-download{position:relative}.bf-download__icon{background-color:#d10a10;height:2.5rem;left:0;position:absolute;top:0;transition:height .3s ease;width:2.5rem}.bf-download__icon svg{height:1.875rem;left:50%;position:absolute;top:.5rem;transform:translateX(-50%) rotate(90deg);width:1.875rem}.bf-download__icon svg .bf-arrow__animation{transition:transform .3s ease}.bf-download__text{padding:.3125rem 0 0 3.125rem}.bf-download:hover .bf-download__icon{height:3.125rem}.bf-download:hover svg .bf-arrow__stem{transform:scaleX(1.2)}.bf-download:hover svg .bf-arrow__roof{transform:translateX(5px)}#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-person .bf-person__body .bf-person__body--cell .bf-person__info{line-height:2.5rem}.bf-person .bf-person__head .bf-person__patron-image{height:9.375rem;text-align:center}.bf-person .bf-person__head .bf-person__patron-image .bf-image{height:9.375rem;min-height:unset;width:9.375rem}@media print,screen and (min-width:48em){.bf-person .bf-person__body .bf-person__body--cell{padding:0 0 0 1.25rem}.bf-person .bf-person__head{padding-bottom:4.375rem}.bf-person .bf-person__head .bf-person__patron-image{height:unset;padding:0;text-align:unset}.bf-person .bf-person__head .bf-person__patron-image .bf-image{height:auto;min-height:100%;width:auto}}.bf-accordeon__title{padding-bottom:1.25rem}.bf-accordeon__content{max-height:0;overflow:hidden;transition:max-height .3s ease}.bf-accordeon__toggle{background-color:#000;color:#fff;padding:.3125rem .4rem .25rem;transition:background-color .3s ease}.bf-accordeon__toggle.bf-accordeon__toggle--active{background-color:#d10a10}.bf-accordeon__toggle.bf-accordeon__toggle--active .bf-toggling-arrow:after{background-image:url(/assets/media/icons/icon_close.svg);pointer-events:none}.bf-accordeon__toggle-text{max-width:90%;word-break:break-word}@media print,screen and (min-width:48em){.bf-accordeon__toggle{cursor:pointer}.bf-accordeon__toggle .bf-accordeon__icon{position:relative}.bf-accordeon__toggle .bf-accordeon__icon svg{width:.875rem}.bf-accordeon .bf-accordeon-text-only{line-height:1.5625rem}}@media print,screen and (min-width:75em){.bf-accordeon__toggle-text{max-width:95%}}.crt-widget{padding-bottom:0!important}.crt-post-date-link,.crt-post-fullname,.crt-post-text.with-max-lines{font-family:Roboto!important}.bf-news-tile-1,.bf-news-tile-2,.bf-news-tile-3{border-bottom:1px solid #000}@media print,screen and (min-width:48em){.bf-news-tile-3{border-bottom:none}}.bf-title.bf-title__with-button{align-content:center;display:flex;justify-content:space-between}.bf-video__container{width:100%}.bf-video__container>video{height:auto;-o-object-fit:cover;object-fit:cover;width:100%}@media print,screen and (min-width:48em){.bf-video__container.full{width:100%}.bf-video__container.half{width:50%}}.bf-ticket-price-table table{border-collapse:collapse;border-spacing:0;margin-bottom:2.5rem;width:100%}.bf-ticket-price-table table tr{border:0;border-bottom:1px solid #000;box-sizing:border-box;margin:0;padding:0;text-align:left;vertical-align:baseline}.bf-ticket-price-table table th{padding:.5rem;vertical-align:baseline}.bf-ticket-price-table table th .bf-ticket-price-table__header-row-1{font-weight:700}.bf-ticket-price-table table th .bf-ticket-price-table__header-row-2{font-size:.8rem;font-weight:300}.bf-ticket-price-table table td{padding:.5rem}.bf-ticket-price-table table td .bf-ticket-price-table__ticket-name-1{font-weight:700}.bf-ticket-price-table table td .bf-ticket-price-table__ticket-name-2{font-size:.8rem;font-weight:300}@media screen and (max-width:767px){.bf-ticket-price-table table{width:100%}.bf-ticket-price-table table td.hide-mobile,.bf-ticket-price-table table th.hide-mobile,.bf-ticket-price-table table thead,.bf-ticket-price-table table tr.hide-mobile{display:none}.bf-ticket-price-table table tbody{width:100%}.bf-ticket-price-table table td,.bf-ticket-price-table table th,.bf-ticket-price-table table tr{display:block;padding:0}.bf-ticket-price-table table tr{border-bottom:none;margin:0 0 1em;padding:.5em}.bf-ticket-price-table table td{border-bottom:1px dotted #000;padding:.5em 0 .25em;text-align:right}.bf-ticket-price-table table td[data-title]:before{content:attr(data-title);display:inline-block;float:left;font-size:.95em;font-weight:700;margin-right:.5em}.bf-ticket-price-table table td[data-legend]:after{content:attr(data-legend);display:inline-block;float:left;font-size:.95em}.bf-ticket-price-table table td:empty{display:none}}.bf-matches__club-logo{text-align:center}.bf-matches__club-logo img,.bf-matches__club-logo svg{height:auto;width:100%}@media print,screen and (min-width:48em){.bf-matches__club-logo{min-height:6.875rem}.bf-matches__club-logo img,.bf-matches__club-logo svg{height:6.875rem;width:auto}.bf-matches__club-logo--small{min-height:unset}.bf-matches__club-logo--small img,.bf-matches__club-logo--small svg{height:auto;width:100%}}@media print,screen and (min-width:75em){.bf-matches__club-logo{min-height:6.875rem}.bf-matches__club-logo img,.bf-matches__club-logo svg{height:6.875rem;width:auto}}.bf-match-oembed iframe{height:50vh}.bf-match-statistics .bf-match-expand-players{cursor:pointer}.bf-match-statistics__club-logo{text-align:center}.bf-match-statistics__club-logo img,.bf-match-statistics__club-logo svg{max-width:100px}ul.bf-match-statistics__players{margin-top:10px}ul.bf-match-statistics__players li{list-style-type:none;padding-bottom:15px;padding-left:40px;position:relative}ul.bf-match-statistics__players li:before{background-color:#fff;color:#d10a10;content:attr(data-shirt-number);font-family:FCW HEADLINE,sans-serif;font-size:30px;left:0;position:absolute;text-align:center;width:32px}ul.bf-match-statistics__players li[data-substitutions-in="1"]:after{background-image:url(/assets/media/icons/subst-in.svg);background-position:top;background-repeat:no-repeat;bottom:0;content:"";position:absolute;right:0;top:5px;width:32px}ul.bf-match-statistics__players li[data-substitutions-out="1"]:after{background-image:url(/assets/media/icons/subst-out.svg);background-position:top;background-repeat:no-repeat;bottom:0;content:"";position:absolute;right:0;top:5px;width:32px}ul.bf-match-statistics__players li[data-card-yellow="1"] .bf-match-statistics__players__player:after{background-image:url(/assets/media/icons/card-yellow.svg);background-position:top;background-repeat:no-repeat;bottom:0;content:"";position:absolute;right:35px;top:0;width:32px}ul.bf-match-statistics__players li[data-card-red="1"] .bf-match-statistics__players__player:after{background-image:url(/assets/media/icons/card-red.svg);background-position:top;background-repeat:no-repeat;bottom:0;content:"";position:absolute;right:35px;top:0;width:32px}ul.bf-match-statistics__players li[data-card-yellow-red="1"] .bf-match-statistics__players__player:after{background-image:url(/assets/media/icons/card-yellow-red.svg);background-position:top;background-repeat:no-repeat;bottom:0;content:"";position:absolute;right:35px;top:0;width:32px}ul.bf-match-statistics__players li[data-starting="n.a."],ul.bf-match-statistics__players li[data-starting=false]{display:none}ul.bf-match-statistics__players--expand li[data-starting="n.a."],ul.bf-match-statistics__players--expand li[data-starting=false]{display:block}.bf-match-statistics__background{background-repeat:no-repeat;background-size:cover;padding:20px}.bf-match-statistics__background--red{background-image:url(/assets/media/images/background/red_500_vertical.jpg)}.bf-match-statistics__background--black{background-image:url(/assets/media/images/background/black_500_vertical.jpg)}.bf-match-statistics .bf-match-actions-amount{background-color:#fff;display:inline-block;min-width:20%;padding:3px}.bf-match-lineup__background{position:relative}.bf-match-lineup__background svg{height:auto;width:100%}.bf-match-lineup__player{background-color:#fff;bottom:75vw;font-size:calc(7.24638vw - 2.89855px);left:0;min-width:4.5vw;padding:.6vw .6vw .1vw;position:absolute;transition:all .5s ease-out;transition-property:left,right,bottom}.bf-match-lineup__player--TW{bottom:3vw;left:0;margin:0 auto;max-width:4.6vw;right:0}@media print,screen and (min-width:48em){.bf-match-lineup__player--TW{max-width:2.7vw}}@media print,screen and (min-width:75em){.bf-match-lineup__player--TW{max-width:1.5vw}}@media screen and (min-width:96.25em){.bf-match-lineup__player--TW{max-width:1.5rem}}@media print,screen and (min-width:48em){.bf-match-lineup__player{bottom:75vw;font-size:calc(4vw - 1.6px);min-width:2.7vw;padding:.6vw .6vw .1vw}.bf-match-lineup__player--TW{bottom:1vw}}@media print,screen and (min-width:75em){.bf-match-lineup__player{bottom:75vw;font-size:calc(2.38095vw - .95238px);min-width:1.5vw;padding:.4vw .6vw .3vw}.bf-match-lineup__player--TW{bottom:.3125rem}}@media screen and (min-width:96.25em){.bf-match-lineup__player{font-size:2.25rem;min-width:1.5rem;padding:.375rem .4375rem .1875rem}}.bf-match-lineup__player--RV{bottom:20vw;left:unset;right:5vw}@media print,screen and (min-width:48em){.bf-match-lineup__player--RV{bottom:10vw;right:3vw}}@media print,screen and (min-width:75em){.bf-match-lineup__player--RV{bottom:6vw;right:2vw}}@media screen and (min-width:96.25em){.bf-match-lineup__player--RV{bottom:6.25rem;right:1.875rem}}.bf-match-lineup__player--IVR{bottom:20vw;left:unset;right:calc(19.60784vw - 7.84314px)}@media print,screen and (min-width:48em){.bf-match-lineup__player--IVR{bottom:10vw;right:calc(10vw - 4px)}}@media print,screen and (min-width:75em){.bf-match-lineup__player--IVR{bottom:6vw;right:calc(6.25vw - 2.5px)}}@media screen and (min-width:96.25em){.bf-match-lineup__player--IVR{bottom:6.25rem;right:6.25rem}}.bf-match-lineup__player--IVZ{bottom:20vw;left:0;margin:0 auto;max-width:4.6vw;right:0}@media print,screen and (min-width:48em){.bf-match-lineup__player--IVZ{max-width:2.7vw}}@media print,screen and (min-width:75em){.bf-match-lineup__player--IVZ{max-width:1.5vw}}@media screen and (min-width:96.25em){.bf-match-lineup__player--IVZ{max-width:1.5rem}}@media print,screen and (min-width:48em){.bf-match-lineup__player--IVZ{bottom:10vw}}@media print,screen and (min-width:75em){.bf-match-lineup__player--IVZ{bottom:6vw}}@media screen and (min-width:96.25em){.bf-match-lineup__player--IVZ{bottom:6.25rem}}.bf-match-lineup__player--IVL{bottom:20vw;left:calc(19.60784vw - 7.84314px)}@media print,screen and (min-width:48em){.bf-match-lineup__player--IVL{bottom:10vw;left:calc(10vw - 4px)}}@media print,screen and (min-width:75em){.bf-match-lineup__player--IVL{bottom:6vw;left:calc(6.25vw - 2.5px)}}@media screen and (min-width:96.25em){.bf-match-lineup__player--IVL{bottom:6.25rem;left:6.25rem}}.bf-match-lineup__player--LV{bottom:20vw;left:5vw}@media print,screen and (min-width:48em){.bf-match-lineup__player--LV{bottom:10vw;left:3vw}}@media print,screen and (min-width:75em){.bf-match-lineup__player--LV{bottom:6vw;left:2vw}}@media screen and (min-width:96.25em){.bf-match-lineup__player--LV{bottom:6.25rem;left:1.875rem}}.bf-match-lineup__player--DMZ{bottom:30vw;left:0;margin:0 auto;max-width:4.6vw;right:0}@media print,screen and (min-width:48em){.bf-match-lineup__player--DMZ{max-width:2.7vw}}@media print,screen and (min-width:75em){.bf-match-lineup__player--DMZ{max-width:1.5vw}}@media screen and (min-width:96.25em){.bf-match-lineup__player--DMZ{max-width:1.5rem}}@media print,screen and (min-width:48em){.bf-match-lineup__player--DMZ{bottom:15vw}}@media print,screen and (min-width:75em){.bf-match-lineup__player--DMZ{bottom:10vw}}@media screen and (min-width:96.25em){.bf-match-lineup__player--DMZ{bottom:10rem}}.bf-match-lineup__player--DMR{bottom:30vw;left:calc(20vw - 8px)}@media print,screen and (min-width:48em){.bf-match-lineup__player--DMR{bottom:15vw;left:calc(27.02703vw - 10.81081px)}}@media print,screen and (min-width:75em){.bf-match-lineup__player--DMR{bottom:10vw;left:calc(17.54386vw - 7.01754px)}}@media screen and (min-width:96.25em){.bf-match-lineup__player--DMR{bottom:10rem;left:16.875rem}}.bf-match-lineup__player--DML{bottom:30vw;left:unset;right:calc(20vw - 8px)}@media print,screen and (min-width:48em){.bf-match-lineup__player--DML{bottom:15vw;right:calc(27.02703vw - 10.81081px)}}@media print,screen and (min-width:75em){.bf-match-lineup__player--DML{bottom:10vw;right:calc(17.54386vw - 7.01754px)}}@media screen and (min-width:96.25em){.bf-match-lineup__player--DML{bottom:10rem;right:16.875rem}}.bf-match-lineup__player--DRM{bottom:30vw;left:unset;right:5vw}@media print,screen and (min-width:48em){.bf-match-lineup__player--DRM{bottom:15vw;right:3vw}}@media print,screen and (min-width:75em){.bf-match-lineup__player--DRM{bottom:10vw;right:2vw}}@media screen and (min-width:96.25em){.bf-match-lineup__player--DRM{bottom:10rem;right:1.875rem}}.bf-match-lineup__player--DLM{bottom:30vw;left:5vw}@media print,screen and (min-width:48em){.bf-match-lineup__player--DLM{bottom:15vw;left:3vw}}@media print,screen and (min-width:75em){.bf-match-lineup__player--DLM{bottom:10vw;left:2vw}}@media screen and (min-width:96.25em){.bf-match-lineup__player--DLM{bottom:10rem;left:1.875rem}}.bf-match-lineup__player--MZ{bottom:40vw;left:0;margin:0 auto;max-width:4.6vw;right:0}@media print,screen and (min-width:48em){.bf-match-lineup__player--MZ{max-width:2.7vw}}@media print,screen and (min-width:75em){.bf-match-lineup__player--MZ{max-width:1.5vw}}@media screen and (min-width:96.25em){.bf-match-lineup__player--MZ{max-width:1.5rem}}@media print,screen and (min-width:48em){.bf-match-lineup__player--MZ{bottom:20vw}}@media print,screen and (min-width:75em){.bf-match-lineup__player--MZ{bottom:14vw}}@media screen and (min-width:96.25em){.bf-match-lineup__player--MZ{bottom:13.125rem}}.bf-match-lineup__player--RM{bottom:40vw;left:unset;right:3vw}@media print,screen and (min-width:48em){.bf-match-lineup__player--RM{bottom:20vw}}@media print,screen and (min-width:75em){.bf-match-lineup__player--RM{bottom:14vw;right:2vw}}@media screen and (min-width:96.25em){.bf-match-lineup__player--RM{bottom:13.125rem;right:1.875rem}}.bf-match-lineup__player--OHR{bottom:40vw;left:unset;right:calc(27.77778vw - 11.11111px)}@media print,screen and (min-width:48em){.bf-match-lineup__player--OHR{bottom:20vw;right:calc(12.5vw - 5px)}}@media print,screen and (min-width:75em){.bf-match-lineup__player--OHR{bottom:14vw;right:9vw}}@media screen and (min-width:96.25em){.bf-match-lineup__player--OHR{bottom:13.125rem;right:7.5rem}}.bf-match-lineup__player--ORM{bottom:40vw;left:unset;right:calc(16.66667vw - 6.66667px)}@media print,screen and (min-width:48em){.bf-match-lineup__player--ORM{bottom:20vw;right:calc(6.25vw - 2.5px)}}@media print,screen and (min-width:75em){.bf-match-lineup__player--ORM{bottom:14vw;right:3vw}}@media screen and (min-width:96.25em){.bf-match-lineup__player--ORM{bottom:13.125rem;right:3.125rem}}.bf-match-lineup__player--HR{bottom:40vw;left:unset;right:calc(25vw - 10px)}@media print,screen and (min-width:48em){.bf-match-lineup__player--HR{bottom:20vw;right:calc(12.5vw - 5px)}}@media print,screen and (min-width:75em){.bf-match-lineup__player--HR{bottom:14vw;right:calc(8.33333vw - 3.33333px)}}@media screen and (min-width:96.25em){.bf-match-lineup__player--HR{bottom:13.125rem;right:7.8125rem}}.bf-match-lineup__player--HL{bottom:40vw;left:calc(25vw - 10px)}@media print,screen and (min-width:48em){.bf-match-lineup__player--HL{bottom:20vw;left:calc(12.5vw - 5px)}}@media print,screen and (min-width:75em){.bf-match-lineup__player--HL{bottom:14vw;left:calc(8.33333vw - 3.33333px)}}@media screen and (min-width:96.25em){.bf-match-lineup__player--HL{bottom:13.125rem;left:7.8125rem}}.bf-match-lineup__player--LM{bottom:40vw;left:3vw}@media print,screen and (min-width:48em){.bf-match-lineup__player--LM{bottom:20vw}}@media print,screen and (min-width:75em){.bf-match-lineup__player--LM{bottom:14vw;left:2vw}}@media screen and (min-width:96.25em){.bf-match-lineup__player--LM{bottom:13.125rem;left:1.875rem}}.bf-match-lineup__player--OLM{bottom:40vw;left:calc(16.66667vw - 6.66667px)}@media print,screen and (min-width:48em){.bf-match-lineup__player--OLM{bottom:20vw;left:calc(6.25vw - 2.5px)}}@media print,screen and (min-width:75em){.bf-match-lineup__player--OLM{bottom:14vw;left:3vw}}@media screen and (min-width:96.25em){.bf-match-lineup__player--OLM{bottom:13.125rem;left:3.125rem}}.bf-match-lineup__player--OHL{bottom:40vw;left:calc(27.77778vw - 11.11111px)}@media print,screen and (min-width:48em){.bf-match-lineup__player--OHL{bottom:20vw;left:calc(12.5vw - 5px)}}@media print,screen and (min-width:75em){.bf-match-lineup__player--OHL{bottom:14vw;left:9vw}}@media screen and (min-width:96.25em){.bf-match-lineup__player--OHL{bottom:13.125rem;left:7.5rem}}.bf-match-lineup__player--RA{bottom:45vw;left:unset;right:3vw}@media print,screen and (min-width:48em){.bf-match-lineup__player--RA{bottom:22vw}}@media print,screen and (min-width:75em){.bf-match-lineup__player--RA{bottom:15vw;right:2vw}}@media screen and (min-width:96.25em){.bf-match-lineup__player--RA{bottom:14.375rem;right:1.875rem}}.bf-match-lineup__player--LA{bottom:45vw;left:3vw}@media print,screen and (min-width:48em){.bf-match-lineup__player--LA{bottom:22vw}}@media print,screen and (min-width:75em){.bf-match-lineup__player--LA{bottom:15vw;left:2vw}}@media screen and (min-width:96.25em){.bf-match-lineup__player--LA{bottom:14.375rem;left:1.875rem}}.bf-match-lineup__player--ZO{bottom:40vw;left:0;margin:0 auto;max-width:4.6vw;right:0}@media print,screen and (min-width:48em){.bf-match-lineup__player--ZO{max-width:2.7vw}}@media print,screen and (min-width:75em){.bf-match-lineup__player--ZO{max-width:1.5vw}}@media screen and (min-width:96.25em){.bf-match-lineup__player--ZO{max-width:1.5rem}}@media print,screen and (min-width:48em){.bf-match-lineup__player--ZO{bottom:20vw}}@media print,screen and (min-width:75em){.bf-match-lineup__player--ZO{bottom:14vw}}@media screen and (min-width:96.25em){.bf-match-lineup__player--ZO{bottom:13.125rem}}.bf-match-lineup__player--STR{bottom:50vw;left:unset;right:calc(25vw - 10px)}@media print,screen and (min-width:48em){.bf-match-lineup__player--STR{bottom:25vw;right:calc(12.5vw - 5px)}}@media print,screen and (min-width:75em){.bf-match-lineup__player--STR{bottom:18vw;right:calc(8.33333vw - 3.33333px)}}@media screen and (min-width:96.25em){.bf-match-lineup__player--STR{bottom:16.875rem;right:7.8125rem}}.bf-match-lineup__player--STZ{bottom:52vw;left:0;margin:0 auto;max-width:4.6vw;right:0}@media print,screen and (min-width:48em){.bf-match-lineup__player--STZ{max-width:2.7vw}}@media print,screen and (min-width:75em){.bf-match-lineup__player--STZ{max-width:1.5vw}}@media screen and (min-width:96.25em){.bf-match-lineup__player--STZ{max-width:1.5rem}}@media print,screen and (min-width:48em){.bf-match-lineup__player--STZ{bottom:25vw}}@media print,screen and (min-width:75em){.bf-match-lineup__player--STZ{bottom:18vw}}@media screen and (min-width:96.25em){.bf-match-lineup__player--STZ{bottom:16.875rem}}.bf-match-lineup__player--HST{bottom:52vw;left:0;margin:0 auto;max-width:4.6vw;right:0}@media print,screen and (min-width:48em){.bf-match-lineup__player--HST{max-width:2.7vw}}@media print,screen and (min-width:75em){.bf-match-lineup__player--HST{max-width:1.5vw}}@media screen and (min-width:96.25em){.bf-match-lineup__player--HST{max-width:1.5rem}}@media print,screen and (min-width:48em){.bf-match-lineup__player--HST{bottom:25vw}}@media print,screen and (min-width:75em){.bf-match-lineup__player--HST{bottom:18vw}}@media screen and (min-width:96.25em){.bf-match-lineup__player--HST{bottom:16.875rem}}.bf-match-lineup__player--STL{bottom:50vw;left:calc(25vw - 10px)}@media print,screen and (min-width:48em){.bf-match-lineup__player--STL{bottom:25vw;left:calc(12.5vw - 5px)}}@media print,screen and (min-width:75em){.bf-match-lineup__player--STL{bottom:18vw;left:calc(8.33333vw - 3.33333px)}}@media screen and (min-width:96.25em){.bf-match-lineup__player--STL{bottom:16.875rem;left:7.8125rem}}.bf-match-lineup--4-4-2Diamond .bf-match-lineup__player--ZO{bottom:45vw;left:0;margin:0 auto;max-width:4.6vw;right:0}@media print,screen and (min-width:48em){.bf-match-lineup--4-4-2Diamond .bf-match-lineup__player--ZO{max-width:2.7vw}}@media print,screen and (min-width:75em){.bf-match-lineup--4-4-2Diamond .bf-match-lineup__player--ZO{max-width:1.5vw}}@media screen and (min-width:96.25em){.bf-match-lineup--4-4-2Diamond .bf-match-lineup__player--ZO{max-width:1.5rem}}@media print,screen and (min-width:48em){.bf-match-lineup--4-4-2Diamond .bf-match-lineup__player--ZO{bottom:23vw}}@media print,screen and (min-width:75em){.bf-match-lineup--4-4-2Diamond .bf-match-lineup__player--ZO{bottom:15.5vw}}@media screen and (min-width:96.25em){.bf-match-lineup--4-4-2Diamond .bf-match-lineup__player--ZO{bottom:14.375rem}}.bf-match-lineup--3421 .bf-match-lineup__player--OHR{bottom:47vw;right:calc(14.70588vw - 5.88235px)}@media print,screen and (min-width:48em){.bf-match-lineup--3421 .bf-match-lineup__player--OHR{bottom:23.7vw;right:calc(7.93651vw - 3.1746px)}}@media print,screen and (min-width:75em){.bf-match-lineup--3421 .bf-match-lineup__player--OHR{bottom:16.5vw;right:calc(5.26316vw - 2.10526px)}}@media screen and (min-width:96.25em){.bf-match-lineup--3421 .bf-match-lineup__player--OHR{bottom:15.375rem;right:4.8125rem}}.bf-match-lineup--3421 .bf-match-lineup__player--OHL{bottom:47vw;left:calc(14.70588vw - 5.88235px)}@media print,screen and (min-width:48em){.bf-match-lineup--3421 .bf-match-lineup__player--OHL{bottom:23.7vw;left:calc(7.93651vw - 3.1746px)}}@media print,screen and (min-width:75em){.bf-match-lineup--3421 .bf-match-lineup__player--OHL{bottom:16.5vw;left:calc(5.26316vw - 2.10526px)}}@media screen and (min-width:96.25em){.bf-match-lineup--3421 .bf-match-lineup__player--OHL{bottom:15.375rem;left:4.8125rem}}.bf-persons-list .bf-persons-list__item .bf-persons-list__item--image{position:relative}.bf-persons-list .bf-persons-list__item .bf-persons-list__item--image .bf-persons-list__item--image--sponsor{background:#fff;display:block;height:6.25rem;pointer-events:none;position:absolute;right:.3125rem;top:.3125rem;width:6.25rem}.bf-persons-list .bf-persons-list__item .bf-persons-list__item--image .bf-persons-list__item--image--sponsor .bf-sponsor__image{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:5.625rem}.bf-persons-list .bf-persons-list__item .bf-persons-list__item--image .bf-persons-list__item--image--sponsor .bf-sponsor__image .bf-image__placeholder{padding-top:100%}@media print,screen and (min-width:48em){.bf-persons-list .bf-persons-list__item .bf-persons-list__item--image .bf-persons-list__item--image--sponsor{display:block;height:6.875rem;overflow:hidden;width:6.875rem}.bf-persons-list .bf-persons-list__item .bf-persons-list__item--image .bf-persons-list__item--image--sponsor .bf-sponsor__image{top:50%;width:6.25rem}}.bf-family-day__form select{border-right:5px solid transparent;display:block;font-size:1.25rem;margin:10px 0;outline:1px auto #000;padding:10px 5px}.bf-family-day__form #free-amount{margin:0 10px}.bf-family-day__form .form-group{padding:25px 0}.bf-family-day__form .amount-radio{margin:10px}@media print,screen and (min-width:75em){.bf-family-day__form select{border-right:20px solid transparent;display:unset;margin:0 20px;padding:10px 5px 10px 25px}.bf-family-day__form #free-amount{margin:unset}}.bf-advent__problem{padding:20px 10px}.bf-advent__icon-container{left:50%;position:absolute;transform:translateX(-50%)}.bf-advent__icon{height:150px;width:150px}.bf-advent__container{position:relative;width:100%}.bf-advent__modal{background-color:hsla(40,89%,90%,.95);left:50%;position:absolute;top:3vh;transform:translateX(-50%);width:90%;z-index:10}.bf-advent__modal.hidden{display:none}.bf-advent__modal-close{cursor:pointer;position:absolute;right:25px;top:15px}.bf-advent__modal-close .black,.bf-advent__modal-close path{fill:#000}.bf-advent__modal-title{font-size:50px;padding:40px 0 0}.bf-advent__modal-info{padding:30px 0 0}.bf-advent__modal-image{margin:0 auto;max-width:60%}.bf-advent__modal-forminfo{padding:30px 0}.bf-advent__modal-form,.bf-advent__modal-forminfo{margin:0 auto;max-width:90%}.bf-advent__modal-disclaimer{font-size:12px;padding:20px 0 0}@media print,screen and (min-width:48em){.bf-advent__icon-container{left:280px}.bf-advent__modal{position:fixed;top:17vh;width:80%}.bf-advent__modal-info{margin:0 auto;max-width:90%}.bf-advent__modal-content{display:flex}.bf-advent__modal-form-container,.bf-advent__modal-price{flex-basis:50%}.bf-advent__modal-form,.bf-advent__modal-forminfo{margin:0}}@media screen and (min-width:105em){.bf-advent__icon-container{left:350px}}@media screen and (min-width:120em){.bf-advent__icon-container{left:550px}}
