/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.carousel{position:relative;box-sizing:border-box}.carousel *,.carousel *:before,.carousel *:after{box-sizing:inherit}.carousel.is-draggable{cursor:move;cursor:grab}.carousel.is-dragging{cursor:move;cursor:grabbing}.carousel__viewport{position:relative;overflow:hidden;max-width:100%;max-height:100%}.carousel__track{display:flex}.carousel__slide{flex:0 0 auto;width:var(--carousel-slide-width,60%);max-width:100%;padding:1rem;position:relative;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain}.has-dots{margin-bottom:calc(0.5rem + 22px)}.carousel__dots{margin:0 auto;padding:0;position:absolute;top:calc(100% + 0.5rem);left:0;right:0;display:flex;justify-content:center;list-style:none;user-select:none}.carousel__dots .carousel__dot{margin:0;padding:0;display:block;position:relative;width:22px;height:22px;cursor:pointer}.carousel__dots .carousel__dot:after{content:"";width:8px;height:8px;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:currentColor;opacity:.25;transition:opacity .15s ease-in-out}.carousel__dots .carousel__dot.is-selected:after{opacity:1}.carousel__button{width:var(--carousel-button-width,48px);height:var(--carousel-button-height,48px);padding:0;border:0;display:flex;justify-content:center;align-items:center;pointer-events:all;cursor:pointer;color:var(--carousel-button-color,currentColor);background:var(--carousel-button-bg,transparent);border-radius:var(--carousel-button-border-radius,50%);box-shadow:var(--carousel-button-shadow,none);transition:opacity .15s ease}.carousel__button.is-prev,.carousel__button.is-next{position:absolute;top:50%;transform:translateY(-50%)}.carousel__button.is-prev{left:10px}.carousel__button.is-next{right:10px}.carousel__button[disabled]{cursor:default;opacity:.3}.carousel__button svg{width:var(--carousel-button-svg-width,50%);height:var(--carousel-button-svg-height,50%);fill:none;stroke:currentColor;stroke-width:var(--carousel-button-svg-stroke-width,1.5);stroke-linejoin:bevel;stroke-linecap:round;filter:var(--carousel-button-svg-filter,none);pointer-events:none}html.with-fancybox{scroll-behavior:auto}body.compensate-for-scrollbar{overflow:hidden !important;touch-action:none}.fancybox__container{position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;margin:0;padding:env(safe-area-inset-top,0px) env(safe-area-inset-right,0px) env(safe-area-inset-bottom,0px) env(safe-area-inset-left,0px);box-sizing:border-box;display:flex;flex-direction:column;color:var(--fancybox-color,#fff);-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:hidden;z-index:1050;outline:none;transform-origin:top left;--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,0.4))}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{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,0.94))}@media all and (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{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--fancybox-bg,rgba(24,24,27,0.92))}.fancybox__carousel{position:relative;flex:1 1 auto;min-height:0;height:100%;z-index:10}.fancybox__carousel.has-dots{margin-bottom:calc(0.5rem + 22px)}.fancybox__viewport{position:relative;width:100%;height:100%;overflow:visible;cursor:default}.fancybox__track{display:flex;height:100%}.fancybox__slide{flex:0 0 auto;width:100%;max-width:100%;margin:0;padding:48px 8px 8px 8px;position:relative;overscroll-behavior:contain;display:flex;flex-direction:column;outline:0;overflow:auto;--carousel-button-width:36px;--carousel-button-height:36px;--carousel-button-svg-width:22px;--carousel-button-svg-height:22px}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}@media all and (min-width:1024px){.fancybox__slide{padding:64px 100px}}.fancybox__content{margin:0 env(safe-area-inset-right,0px) 0 env(safe-area-inset-left,0px);padding:36px;color:var(--fancybox-content-color,#374151);background:var(--fancybox-content-bg,#fff);position:relative;align-self:center;display:flex;flex-direction:column;z-index:20}.fancybox__content :focus:not(.carousel__button.is-close){outline:thin dotted;box-shadow:none}.fancybox__caption{align-self:center;max-width:100%;margin:0;padding:1rem 0 0 0;line-height:1.375;color:var(--fancybox-color,currentColor);visibility:visible;cursor:auto;flex-shrink:0;overflow-wrap:anywhere}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container>.carousel__dots{top:100%;color:var(--fancybox-color,#fff)}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:8px}@media all and (min-width:1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:8px}@media all and (min-width:1024px){.fancybox__nav .carousel__button.is-prev{left:40px}}.carousel__button.is-close{position:absolute;top:8px;right:8px;top:calc(env(safe-area-inset-top,0px) + 8px);right:calc(env(safe-area-inset-right,0px) + 8px);z-index:40}@media all and (min-width:1024px){.carousel__button.is-close{right:40px}}.fancybox__content>.carousel__button.is-close{position:absolute;top:-40px;right:0;color:var(--fancybox-color,#fff)}.fancybox__no-click,.fancybox__no-click button{pointer-events:none}.fancybox__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:50px;height:50px;color:var(--fancybox-color,currentColor)}.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053}.fancybox__spinner svg{animation:fancybox-rotate 2s linear infinite;transform-origin:center center;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:100%;height:100%}.fancybox__spinner svg circle{fill:none;stroke-width:2.75;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;animation:fancybox-dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:currentColor}@keyframes fancybox-rotate{100%{transform:rotate(360deg)}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.fancybox__backdrop,.fancybox__caption,.fancybox__nav,.carousel__dots,.carousel__button.is-close{opacity:var(--fancybox-opacity,1)}.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,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close{animation:.15s ease backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .carousel__button.is-close{animation:.15s ease both fancybox-fadeOut}.fancybox-fadeIn{animation:.15s ease both fancybox-fadeIn}.fancybox-fadeOut{animation:.1s ease both fancybox-fadeOut}.fancybox-zoomInUp{animation:.2s ease both fancybox-zoomInUp}.fancybox-zoomOutDown{animation:.15s ease both fancybox-zoomOutDown}.fancybox-throwOutUp{animation:.15s ease both fancybox-throwOutUp}.fancybox-throwOutDown{animation:.15s ease both fancybox-throwOutDown}@keyframes fancybox-fadeIn{from{opacity:0}to{opacity:1}}@keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-zoomInUp{from{transform:scale(0.97) translate3d(0,16px,0);opacity:0}to{transform:scale(1) translate3d(0,0,0);opacity:1}}@keyframes fancybox-zoomOutDown{to{transform:scale(0.97) translate3d(0,16px,0);opacity:0}}@keyframes fancybox-throwOutUp{to{transform:translate3d(0,-30%,0);opacity:0}}@keyframes fancybox-throwOutDown{to{transform:translate3d(0,30%,0);opacity:0}}.fancybox__carousel .carousel__slide{scrollbar-width:thin;scrollbar-color:#ccc rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar{width:8px;height:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;box-shadow:inset 0 0 4px rgba(0,0,0,.2)}.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:grabbing}.fancybox__carousel .fancybox__slide .fancybox__content{cursor:auto}.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:zoom-in}.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:zoom-out}.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__image{transform-origin:0 0;user-select:none;transition:none}.has-image .fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px}.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-width:100%;max-height: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{max-width:100%;height:auto}.has-image[data-image-fit=cover]{overflow:visible;touch-action:none}.has-image[data-image-fit=cover] .fancybox__content{width:100%;height:100%}.has-image[data-image-fit=cover] .fancybox__image{width:100%;height:100%;object-fit:cover}.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,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;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{width:100%;height:80%}.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.fancybox__carousel .fancybox__slide.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.fancybox__thumbs{flex:0 0 auto;position:relative;padding:0px 3px;opacity:var(--fancybox-opacity,1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}.fancybox__thumbs .carousel__slide{flex:0 0 auto;width:var(--fancybox-thumbs-width,96px);margin:0;padding:8px 3px;box-sizing:content-box;display:flex;align-items:center;justify-content:center;overflow:visible;cursor:pointer}.fancybox__thumbs .carousel__slide .fancybox__thumb::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-width:5px;border-style:solid;border-color:var(--fancybox-accent-color,rgba(34,213,233,0.96));opacity:0;transition:opacity .15s ease;border-radius:var(--fancybox-thumbs-border-radius,4px)}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after{opacity:.92}.fancybox__thumbs .carousel__slide>*{pointer-events:none;user-select:none}.fancybox__thumb{position:relative;width:100%;padding-top:calc(100%/(var(--fancybox-thumbs-ratio,1.5)));background-size:cover;background-position:center center;background-color:rgba(255,255,255,.1);background-repeat:no-repeat;border-radius:var(--fancybox-thumbs-border-radius,4px)}.fancybox__toolbar{position:absolute;top:0;right:0;left:0;z-index:20;background:linear-gradient(to top,hsla(0deg,0%,0%,0) 0%,hsla(0deg,0%,0%,0.006) 8.1%,hsla(0deg,0%,0%,0.021) 15.5%,hsla(0deg,0%,0%,0.046) 22.5%,hsla(0deg,0%,0%,0.077) 29%,hsla(0deg,0%,0%,0.114) 35.3%,hsla(0deg,0%,0%,0.155) 41.2%,hsla(0deg,0%,0%,0.198) 47.1%,hsla(0deg,0%,0%,0.242) 52.9%,hsla(0deg,0%,0%,0.285) 58.8%,hsla(0deg,0%,0%,0.326) 64.7%,hsla(0deg,0%,0%,0.363) 71%,hsla(0deg,0%,0%,0.394) 77.5%,hsla(0deg,0%,0%,0.419) 84.5%,hsla(0deg,0%,0%,0.434) 91.9%,hsla(0deg,0%,0%,0.44) 100%);padding:0;touch-action:none;display:flex;justify-content:space-between;--carousel-button-svg-width:20px;--carousel-button-svg-height:20px;opacity:var(--fancybox-opacity,1);text-shadow:var(--fancybox-toolbar-text-shadow,1px 1px 1px rgba(0,0,0,0.4))}@media all and (min-width:1024px){.fancybox__toolbar{padding:8px}}.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar{animation:.15s ease-in backwards fancybox-fadeIn}.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{position:absolute;left: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{min-width:72px;padding:0 10px;line-height:var(--carousel-button-height,48px);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased}.fancybox__progress{background:var(--fancybox-accent-color,rgba(34,213,233,0.96));height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:30;user-select:none}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__button--slideshow g:nth-child(2){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}
.global-spacing--5xlarge{margin-top:3.125rem}@media print,screen and (min-width:48.0625em){.global-spacing--5xlarge{margin-top:6.25rem}}@media print,screen and (min-width:64.0625em){.global-spacing--5xlarge{margin-top:9.375rem}}.global-spacing--4xlarge{margin-top:3.125rem}@media print,screen and (min-width:48.0625em){.global-spacing--4xlarge{margin-top:5rem}}@media print,screen and (min-width:64.0625em){.global-spacing--4xlarge{margin-top:7.5rem}}.global-spacing--3xlarge{margin-top:3.125rem}@media print,screen and (min-width:48.0625em){.global-spacing--3xlarge{margin-top:5rem}}@media print,screen and (min-width:64.0625em){.global-spacing--3xlarge{margin-top:6.25rem}}.global-spacing--2xlarge{margin-top:2.5rem}@media print,screen and (min-width:48.0625em){.global-spacing--2xlarge{margin-top:3.125rem}}@media print,screen and (min-width:64.0625em){.global-spacing--2xlarge{margin-top:5rem}}.global-spacing--xlarge{margin-top:2.5rem}@media print,screen and (min-width:48.0625em){.global-spacing--xlarge{margin-top:3.125rem}}@media print,screen and (min-width:64.0625em){.global-spacing--xlarge{margin-top:3.75rem}}.global-spacing--large{margin-top:2.5rem}@media print,screen and (min-width:48.0625em){.global-spacing--large{margin-top:3.125rem}}.global-spacing--default{margin-top:1.875rem}@media print,screen and (min-width:64.0625em){.global-spacing--default{margin-top:2.5rem}}.global-spacing--medium{margin-top:1.25rem}@media print,screen and (min-width:48.0625em){.global-spacing--medium{margin-top:1.875rem}}.global-spacing--small{margin-top:1.25rem}.global-spacing--xsmall{margin-top:0.9375rem}.global-spacing--2xsmall{margin-top:0.625rem}.global-padding--5xlarge{padding-top:3.125rem;padding-bottom:3.125rem}@media print,screen and (min-width:48.0625em){.global-padding--5xlarge{padding-top:6.25rem}}@media print,screen and (min-width:64.0625em){.global-padding--5xlarge{padding-top:9.375rem}}@media print,screen and (min-width:48.0625em){.global-padding--5xlarge{padding-bottom:6.25rem}}@media print,screen and (min-width:64.0625em){.global-padding--5xlarge{padding-bottom:9.375rem}}.global-padding--4xlarge{padding-top:3.125rem;padding-bottom:3.125rem}@media print,screen and (min-width:48.0625em){.global-padding--4xlarge{padding-top:5rem}}@media print,screen and (min-width:64.0625em){.global-padding--4xlarge{padding-top:7.5rem}}@media print,screen and (min-width:48.0625em){.global-padding--4xlarge{padding-bottom:5rem}}@media print,screen and (min-width:64.0625em){.global-padding--4xlarge{padding-bottom:7.5rem}}.global-padding--3xlarge{padding-top:3.125rem;padding-bottom:3.125rem}@media print,screen and (min-width:48.0625em){.global-padding--3xlarge{padding-top:5rem}}@media print,screen and (min-width:64.0625em){.global-padding--3xlarge{padding-top:6.25rem}}@media print,screen and (min-width:48.0625em){.global-padding--3xlarge{padding-bottom:5rem}}@media print,screen and (min-width:64.0625em){.global-padding--3xlarge{padding-bottom:6.25rem}}.global-padding--2xlarge{padding-top:2.5rem;padding-bottom:2.5rem}@media print,screen and (min-width:48.0625em){.global-padding--2xlarge{padding-top:3.125rem}}@media print,screen and (min-width:64.0625em){.global-padding--2xlarge{padding-top:5rem}}@media print,screen and (min-width:48.0625em){.global-padding--2xlarge{padding-bottom:3.125rem}}@media print,screen and (min-width:64.0625em){.global-padding--2xlarge{padding-bottom:5rem}}.global-padding--xlarge{padding-top:2.5rem;padding-bottom:2.5rem}@media print,screen and (min-width:48.0625em){.global-padding--xlarge{padding-top:3.125rem}}@media print,screen and (min-width:64.0625em){.global-padding--xlarge{padding-top:3.75rem}}@media print,screen and (min-width:48.0625em){.global-padding--xlarge{padding-bottom:3.125rem}}@media print,screen and (min-width:64.0625em){.global-padding--xlarge{padding-bottom:3.75rem}}.global-padding--large{padding-top:2.5rem;padding-bottom:2.5rem}@media print,screen and (min-width:48.0625em){.global-padding--large{padding-top:3.125rem}}@media print,screen and (min-width:48.0625em){.global-padding--large{padding-bottom:3.125rem}}.global-padding--default{padding-top:1.875rem;padding-bottom:1.875rem}@media print,screen and (min-width:64.0625em){.global-padding--default{padding-top:2.5rem}}@media print,screen and (min-width:64.0625em){.global-padding--default{padding-bottom:2.5rem}}.global-padding--medium{padding-top:1.25rem;padding-bottom:1.25rem}@media print,screen and (min-width:48.0625em){.global-padding--medium{padding-top:1.875rem}}@media print,screen and (min-width:48.0625em){.global-padding--medium{padding-bottom:1.875rem}}.global-padding--small{padding-top:1.25rem;padding-bottom:1.25rem}.global-padding--xsmall{padding-top:0.9375rem;padding-bottom:0.9375rem}.global-padding--2xsmall{padding-top:0.625rem;padding-bottom:0.625rem}.grid-container{padding-right:1.25rem;padding-left:1.25rem;max-width:75rem;margin-left:auto;margin-right:auto}.grid-container.fluid{padding-right:1.25rem;padding-left:1.25rem;max-width:100%;margin-left:auto;margin-right:auto}.grid-container.full{padding-right:0;padding-left:0;max-width:100%;margin-left:auto;margin-right:auto}.grid-x{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}.cell{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;min-height:0;min-width:0;width:100%}.cell.auto{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0}.cell.shrink{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.grid-x>.auto{width:auto}.grid-x>.shrink{width:auto}.grid-x>.initial-shrink,.grid-x>.initial-full,.grid-x>.initial-1,.grid-x>.initial-2,.grid-x>.initial-3,.grid-x>.initial-4,.grid-x>.initial-5,.grid-x>.initial-6,.grid-x>.initial-7,.grid-x>.initial-8,.grid-x>.initial-9,.grid-x>.initial-10,.grid-x>.initial-11,.grid-x>.initial-12{-ms-flex-preferred-size:auto;flex-basis:auto}@media print,screen and (min-width:20.0625em){.grid-x>.tiny-shrink,.grid-x>.tiny-full,.grid-x>.tiny-1,.grid-x>.tiny-2,.grid-x>.tiny-3,.grid-x>.tiny-4,.grid-x>.tiny-5,.grid-x>.tiny-6,.grid-x>.tiny-7,.grid-x>.tiny-8,.grid-x>.tiny-9,.grid-x>.tiny-10,.grid-x>.tiny-11,.grid-x>.tiny-12{-ms-flex-preferred-size:auto;flex-basis:auto}}@media print,screen and (min-width:40.0625em){.grid-x>.small-shrink,.grid-x>.small-full,.grid-x>.small-1,.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-10,.grid-x>.small-11,.grid-x>.small-12{-ms-flex-preferred-size:auto;flex-basis:auto}}@media print,screen and (min-width:48.0625em){.grid-x>.medium-shrink,.grid-x>.medium-full,.grid-x>.medium-1,.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-10,.grid-x>.medium-11,.grid-x>.medium-12{-ms-flex-preferred-size:auto;flex-basis:auto}}@media print,screen and (min-width:64.0625em){.grid-x>.large-shrink,.grid-x>.large-full,.grid-x>.large-1,.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-10,.grid-x>.large-11,.grid-x>.large-12{-ms-flex-preferred-size:auto;flex-basis:auto}}.grid-x>.initial-12,.grid-x>.initial-11,.grid-x>.initial-10,.grid-x>.initial-9,.grid-x>.initial-8,.grid-x>.initial-7,.grid-x>.initial-6,.grid-x>.initial-5,.grid-x>.initial-4,.grid-x>.initial-3,.grid-x>.initial-2,.grid-x>.initial-1{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.grid-x>.initial-1{width:8.3333333333%}.grid-x>.initial-2{width:16.6666666667%}.grid-x>.initial-3{width:25%}.grid-x>.initial-4{width:33.3333333333%}.grid-x>.initial-5{width:41.6666666667%}.grid-x>.initial-6{width:50%}.grid-x>.initial-7{width:58.3333333333%}.grid-x>.initial-8{width:66.6666666667%}.grid-x>.initial-9{width:75%}.grid-x>.initial-10{width:83.3333333333%}.grid-x>.initial-11{width:91.6666666667%}.grid-x>.initial-12{width:100%}@media print,screen and (min-width:20.0625em){.grid-x>.tiny-auto{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;width:auto}.grid-x>.tiny-12,.grid-x>.tiny-11,.grid-x>.tiny-10,.grid-x>.tiny-9,.grid-x>.tiny-8,.grid-x>.tiny-7,.grid-x>.tiny-6,.grid-x>.tiny-5,.grid-x>.tiny-4,.grid-x>.tiny-3,.grid-x>.tiny-2,.grid-x>.tiny-1,.grid-x>.tiny-shrink{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.grid-x>.tiny-shrink{width:auto}.grid-x>.tiny-1{width:8.3333333333%}.grid-x>.tiny-2{width:16.6666666667%}.grid-x>.tiny-3{width:25%}.grid-x>.tiny-4{width:33.3333333333%}.grid-x>.tiny-5{width:41.6666666667%}.grid-x>.tiny-6{width:50%}.grid-x>.tiny-7{width:58.3333333333%}.grid-x>.tiny-8{width:66.6666666667%}.grid-x>.tiny-9{width:75%}.grid-x>.tiny-10{width:83.3333333333%}.grid-x>.tiny-11{width:91.6666666667%}.grid-x>.tiny-12{width:100%}}@media print,screen and (min-width:40.0625em){.grid-x>.small-auto{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;width:auto}.grid-x>.small-12,.grid-x>.small-11,.grid-x>.small-10,.grid-x>.small-9,.grid-x>.small-8,.grid-x>.small-7,.grid-x>.small-6,.grid-x>.small-5,.grid-x>.small-4,.grid-x>.small-3,.grid-x>.small-2,.grid-x>.small-1,.grid-x>.small-shrink{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.grid-x>.small-shrink{width: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:48.0625em){.grid-x>.medium-auto{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;width:auto}.grid-x>.medium-12,.grid-x>.medium-11,.grid-x>.medium-10,.grid-x>.medium-9,.grid-x>.medium-8,.grid-x>.medium-7,.grid-x>.medium-6,.grid-x>.medium-5,.grid-x>.medium-4,.grid-x>.medium-3,.grid-x>.medium-2,.grid-x>.medium-1,.grid-x>.medium-shrink{-webkit-box-flex:0;-ms-flex:0 0 auto;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:64.0625em){.grid-x>.large-auto{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;width:auto}.grid-x>.large-12,.grid-x>.large-11,.grid-x>.large-10,.grid-x>.large-9,.grid-x>.large-8,.grid-x>.large-7,.grid-x>.large-6,.grid-x>.large-5,.grid-x>.large-4,.grid-x>.large-3,.grid-x>.large-2,.grid-x>.large-1,.grid-x>.large-shrink{-webkit-box-flex:0;-ms-flex:0 0 auto;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%}}.grid-margin-x:not(.grid-x)>.cell{width:auto}.grid-margin-y:not(.grid-y)>.cell{height:auto}.grid-margin-x{margin-left:-1.25rem;margin-right:-1.25rem}.grid-margin-x>.cell{width:calc(100% - 2.5rem);margin-left:1.25rem;margin-right:1.25rem}.grid-margin-x>.auto{width:auto}.grid-margin-x>.shrink{width:auto}.grid-margin-x>.initial-1{width:calc(8.3333333333% - 2.5rem)}.grid-margin-x>.initial-2{width:calc(16.6666666667% - 2.5rem)}.grid-margin-x>.initial-3{width:calc(25% - 2.5rem)}.grid-margin-x>.initial-4{width:calc(33.3333333333% - 2.5rem)}.grid-margin-x>.initial-5{width:calc(41.6666666667% - 2.5rem)}.grid-margin-x>.initial-6{width:calc(50% - 2.5rem)}.grid-margin-x>.initial-7{width:calc(58.3333333333% - 2.5rem)}.grid-margin-x>.initial-8{width:calc(66.6666666667% - 2.5rem)}.grid-margin-x>.initial-9{width:calc(75% - 2.5rem)}.grid-margin-x>.initial-10{width:calc(83.3333333333% - 2.5rem)}.grid-margin-x>.initial-11{width:calc(91.6666666667% - 2.5rem)}.grid-margin-x>.initial-12{width:calc(100% - 2.5rem)}@media print,screen and (min-width:20.0625em){.grid-margin-x>.tiny-auto{width:auto}.grid-margin-x>.tiny-shrink{width:auto}.grid-margin-x>.tiny-1{width:calc(8.3333333333% - 2.5rem)}.grid-margin-x>.tiny-2{width:calc(16.6666666667% - 2.5rem)}.grid-margin-x>.tiny-3{width:calc(25% - 2.5rem)}.grid-margin-x>.tiny-4{width:calc(33.3333333333% - 2.5rem)}.grid-margin-x>.tiny-5{width:calc(41.6666666667% - 2.5rem)}.grid-margin-x>.tiny-6{width:calc(50% - 2.5rem)}.grid-margin-x>.tiny-7{width:calc(58.3333333333% - 2.5rem)}.grid-margin-x>.tiny-8{width:calc(66.6666666667% - 2.5rem)}.grid-margin-x>.tiny-9{width:calc(75% - 2.5rem)}.grid-margin-x>.tiny-10{width:calc(83.3333333333% - 2.5rem)}.grid-margin-x>.tiny-11{width:calc(91.6666666667% - 2.5rem)}.grid-margin-x>.tiny-12{width:calc(100% - 2.5rem)}}@media print,screen and (min-width:40.0625em){.grid-margin-x>.small-auto{width:auto}.grid-margin-x>.small-shrink{width:auto}.grid-margin-x>.small-1{width:calc(8.3333333333% - 2.5rem)}.grid-margin-x>.small-2{width:calc(16.6666666667% - 2.5rem)}.grid-margin-x>.small-3{width:calc(25% - 2.5rem)}.grid-margin-x>.small-4{width:calc(33.3333333333% - 2.5rem)}.grid-margin-x>.small-5{width:calc(41.6666666667% - 2.5rem)}.grid-margin-x>.small-6{width:calc(50% - 2.5rem)}.grid-margin-x>.small-7{width:calc(58.3333333333% - 2.5rem)}.grid-margin-x>.small-8{width:calc(66.6666666667% - 2.5rem)}.grid-margin-x>.small-9{width:calc(75% - 2.5rem)}.grid-margin-x>.small-10{width:calc(83.3333333333% - 2.5rem)}.grid-margin-x>.small-11{width:calc(91.6666666667% - 2.5rem)}.grid-margin-x>.small-12{width:calc(100% - 2.5rem)}}@media print,screen and (min-width:48.0625em){.grid-margin-x>.medium-auto{width:auto}.grid-margin-x>.medium-shrink{width:auto}.grid-margin-x>.medium-1{width:calc(8.3333333333% - 2.5rem)}.grid-margin-x>.medium-2{width:calc(16.6666666667% - 2.5rem)}.grid-margin-x>.medium-3{width:calc(25% - 2.5rem)}.grid-margin-x>.medium-4{width:calc(33.3333333333% - 2.5rem)}.grid-margin-x>.medium-5{width:calc(41.6666666667% - 2.5rem)}.grid-margin-x>.medium-6{width:calc(50% - 2.5rem)}.grid-margin-x>.medium-7{width:calc(58.3333333333% - 2.5rem)}.grid-margin-x>.medium-8{width:calc(66.6666666667% - 2.5rem)}.grid-margin-x>.medium-9{width:calc(75% - 2.5rem)}.grid-margin-x>.medium-10{width:calc(83.3333333333% - 2.5rem)}.grid-margin-x>.medium-11{width:calc(91.6666666667% - 2.5rem)}.grid-margin-x>.medium-12{width:calc(100% - 2.5rem)}}@media print,screen and (min-width:64.0625em){.grid-margin-x>.large-auto{width:auto}.grid-margin-x>.large-shrink{width:auto}.grid-margin-x>.large-1{width:calc(8.3333333333% - 2.5rem)}.grid-margin-x>.large-2{width:calc(16.6666666667% - 2.5rem)}.grid-margin-x>.large-3{width:calc(25% - 2.5rem)}.grid-margin-x>.large-4{width:calc(33.3333333333% - 2.5rem)}.grid-margin-x>.large-5{width:calc(41.6666666667% - 2.5rem)}.grid-margin-x>.large-6{width:calc(50% - 2.5rem)}.grid-margin-x>.large-7{width:calc(58.3333333333% - 2.5rem)}.grid-margin-x>.large-8{width:calc(66.6666666667% - 2.5rem)}.grid-margin-x>.large-9{width:calc(75% - 2.5rem)}.grid-margin-x>.large-10{width:calc(83.3333333333% - 2.5rem)}.grid-margin-x>.large-11{width:calc(91.6666666667% - 2.5rem)}.grid-margin-x>.large-12{width:calc(100% - 2.5rem)}}.grid-padding-x .grid-padding-x{margin-right:-1.25rem;margin-left:-1.25rem}.grid-container:not(.full)>.grid-padding-x{margin-right:-1.25rem;margin-left:-1.25rem}.grid-padding-x>.cell{padding-right:1.25rem;padding-left:1.25rem}.initial-up-1>.cell{width:100%}.initial-up-2>.cell{width:50%}.initial-up-3>.cell{width:33.3333333333%}.initial-up-4>.cell{width:25%}.initial-up-5>.cell{width:20%}.initial-up-6>.cell{width:16.6666666667%}.initial-up-7>.cell{width:14.2857142857%}.initial-up-8>.cell{width:12.5%}@media print,screen and (min-width:20.0625em){.tiny-up-1>.cell{width:100%}.tiny-up-2>.cell{width:50%}.tiny-up-3>.cell{width:33.3333333333%}.tiny-up-4>.cell{width:25%}.tiny-up-5>.cell{width:20%}.tiny-up-6>.cell{width:16.6666666667%}.tiny-up-7>.cell{width:14.2857142857%}.tiny-up-8>.cell{width:12.5%}}@media print,screen and (min-width:40.0625em){.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:48.0625em){.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:64.0625em){.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%}}.grid-margin-x.initial-up-1>.cell{width:calc(100% - 2.5rem)}.grid-margin-x.initial-up-2>.cell{width:calc(50% - 2.5rem)}.grid-margin-x.initial-up-3>.cell{width:calc(33.3333333333% - 2.5rem)}.grid-margin-x.initial-up-4>.cell{width:calc(25% - 2.5rem)}.grid-margin-x.initial-up-5>.cell{width:calc(20% - 2.5rem)}.grid-margin-x.initial-up-6>.cell{width:calc(16.6666666667% - 2.5rem)}.grid-margin-x.initial-up-7>.cell{width:calc(14.2857142857% - 2.5rem)}.grid-margin-x.initial-up-8>.cell{width:calc(12.5% - 2.5rem)}@media print,screen and (min-width:20.0625em){.grid-margin-x.tiny-up-1>.cell{width:calc(100% - 2.5rem)}.grid-margin-x.tiny-up-2>.cell{width:calc(50% - 2.5rem)}.grid-margin-x.tiny-up-3>.cell{width:calc(33.3333333333% - 2.5rem)}.grid-margin-x.tiny-up-4>.cell{width:calc(25% - 2.5rem)}.grid-margin-x.tiny-up-5>.cell{width:calc(20% - 2.5rem)}.grid-margin-x.tiny-up-6>.cell{width:calc(16.6666666667% - 2.5rem)}.grid-margin-x.tiny-up-7>.cell{width:calc(14.2857142857% - 2.5rem)}.grid-margin-x.tiny-up-8>.cell{width:calc(12.5% - 2.5rem)}}@media print,screen and (min-width:40.0625em){.grid-margin-x.small-up-1>.cell{width:calc(100% - 2.5rem)}.grid-margin-x.small-up-2>.cell{width:calc(50% - 2.5rem)}.grid-margin-x.small-up-3>.cell{width:calc(33.3333333333% - 2.5rem)}.grid-margin-x.small-up-4>.cell{width:calc(25% - 2.5rem)}.grid-margin-x.small-up-5>.cell{width:calc(20% - 2.5rem)}.grid-margin-x.small-up-6>.cell{width:calc(16.6666666667% - 2.5rem)}.grid-margin-x.small-up-7>.cell{width:calc(14.2857142857% - 2.5rem)}.grid-margin-x.small-up-8>.cell{width:calc(12.5% - 2.5rem)}}@media print,screen and (min-width:48.0625em){.grid-margin-x.medium-up-1>.cell{width:calc(100% - 2.5rem)}.grid-margin-x.medium-up-2>.cell{width:calc(50% - 2.5rem)}.grid-margin-x.medium-up-3>.cell{width:calc(33.3333333333% - 2.5rem)}.grid-margin-x.medium-up-4>.cell{width:calc(25% - 2.5rem)}.grid-margin-x.medium-up-5>.cell{width:calc(20% - 2.5rem)}.grid-margin-x.medium-up-6>.cell{width:calc(16.6666666667% - 2.5rem)}.grid-margin-x.medium-up-7>.cell{width:calc(14.2857142857% - 2.5rem)}.grid-margin-x.medium-up-8>.cell{width:calc(12.5% - 2.5rem)}}@media print,screen and (min-width:64.0625em){.grid-margin-x.large-up-1>.cell{width:calc(100% - 2.5rem)}.grid-margin-x.large-up-2>.cell{width:calc(50% - 2.5rem)}.grid-margin-x.large-up-3>.cell{width:calc(33.3333333333% - 2.5rem)}.grid-margin-x.large-up-4>.cell{width:calc(25% - 2.5rem)}.grid-margin-x.large-up-5>.cell{width:calc(20% - 2.5rem)}.grid-margin-x.large-up-6>.cell{width:calc(16.6666666667% - 2.5rem)}.grid-margin-x.large-up-7>.cell{width:calc(14.2857142857% - 2.5rem)}.grid-margin-x.large-up-8>.cell{width:calc(12.5% - 2.5rem)}}.initial-margin-collapse{margin-right:0;margin-left:0}.initial-margin-collapse>.cell{margin-right:0;margin-left:0}.initial-margin-collapse>.initial-1{width:8.3333333333%}.initial-margin-collapse>.initial-2{width:16.6666666667%}.initial-margin-collapse>.initial-3{width:25%}.initial-margin-collapse>.initial-4{width:33.3333333333%}.initial-margin-collapse>.initial-5{width:41.6666666667%}.initial-margin-collapse>.initial-6{width:50%}.initial-margin-collapse>.initial-7{width:58.3333333333%}.initial-margin-collapse>.initial-8{width:66.6666666667%}.initial-margin-collapse>.initial-9{width:75%}.initial-margin-collapse>.initial-10{width:83.3333333333%}.initial-margin-collapse>.initial-11{width:91.6666666667%}.initial-margin-collapse>.initial-12{width:100%}@media print,screen and (min-width:20.0625em){.initial-margin-collapse>.tiny-1{width:8.3333333333%}.initial-margin-collapse>.tiny-2{width:16.6666666667%}.initial-margin-collapse>.tiny-3{width:25%}.initial-margin-collapse>.tiny-4{width:33.3333333333%}.initial-margin-collapse>.tiny-5{width:41.6666666667%}.initial-margin-collapse>.tiny-6{width:50%}.initial-margin-collapse>.tiny-7{width:58.3333333333%}.initial-margin-collapse>.tiny-8{width:66.6666666667%}.initial-margin-collapse>.tiny-9{width:75%}.initial-margin-collapse>.tiny-10{width:83.3333333333%}.initial-margin-collapse>.tiny-11{width:91.6666666667%}.initial-margin-collapse>.tiny-12{width:100%}}@media print,screen and (min-width:40.0625em){.initial-margin-collapse>.small-1{width:8.3333333333%}.initial-margin-collapse>.small-2{width:16.6666666667%}.initial-margin-collapse>.small-3{width:25%}.initial-margin-collapse>.small-4{width:33.3333333333%}.initial-margin-collapse>.small-5{width:41.6666666667%}.initial-margin-collapse>.small-6{width:50%}.initial-margin-collapse>.small-7{width:58.3333333333%}.initial-margin-collapse>.small-8{width:66.6666666667%}.initial-margin-collapse>.small-9{width:75%}.initial-margin-collapse>.small-10{width:83.3333333333%}.initial-margin-collapse>.small-11{width:91.6666666667%}.initial-margin-collapse>.small-12{width:100%}}@media print,screen and (min-width:48.0625em){.initial-margin-collapse>.medium-1{width:8.3333333333%}.initial-margin-collapse>.medium-2{width:16.6666666667%}.initial-margin-collapse>.medium-3{width:25%}.initial-margin-collapse>.medium-4{width:33.3333333333%}.initial-margin-collapse>.medium-5{width:41.6666666667%}.initial-margin-collapse>.medium-6{width:50%}.initial-margin-collapse>.medium-7{width:58.3333333333%}.initial-margin-collapse>.medium-8{width:66.6666666667%}.initial-margin-collapse>.medium-9{width:75%}.initial-margin-collapse>.medium-10{width:83.3333333333%}.initial-margin-collapse>.medium-11{width:91.6666666667%}.initial-margin-collapse>.medium-12{width:100%}}@media print,screen and (min-width:64.0625em){.initial-margin-collapse>.large-1{width:8.3333333333%}.initial-margin-collapse>.large-2{width:16.6666666667%}.initial-margin-collapse>.large-3{width:25%}.initial-margin-collapse>.large-4{width:33.3333333333%}.initial-margin-collapse>.large-5{width:41.6666666667%}.initial-margin-collapse>.large-6{width:50%}.initial-margin-collapse>.large-7{width:58.3333333333%}.initial-margin-collapse>.large-8{width:66.6666666667%}.initial-margin-collapse>.large-9{width:75%}.initial-margin-collapse>.large-10{width:83.3333333333%}.initial-margin-collapse>.large-11{width:91.6666666667%}.initial-margin-collapse>.large-12{width:100%}}.initial-padding-collapse{margin-right:0;margin-left:0}.initial-padding-collapse>.cell{padding-right:0;padding-left:0}@media print,screen and (min-width:20.0625em){.tiny-margin-collapse{margin-right:0;margin-left:0}.tiny-margin-collapse>.cell{margin-right:0;margin-left:0}}@media print,screen and (min-width:20.0625em){.tiny-margin-collapse>.initial-1{width:8.3333333333%}.tiny-margin-collapse>.initial-2{width:16.6666666667%}.tiny-margin-collapse>.initial-3{width:25%}.tiny-margin-collapse>.initial-4{width:33.3333333333%}.tiny-margin-collapse>.initial-5{width:41.6666666667%}.tiny-margin-collapse>.initial-6{width:50%}.tiny-margin-collapse>.initial-7{width:58.3333333333%}.tiny-margin-collapse>.initial-8{width:66.6666666667%}.tiny-margin-collapse>.initial-9{width:75%}.tiny-margin-collapse>.initial-10{width:83.3333333333%}.tiny-margin-collapse>.initial-11{width:91.6666666667%}.tiny-margin-collapse>.initial-12{width:100%}}@media print,screen and (min-width:20.0625em){.tiny-margin-collapse>.tiny-1{width:8.3333333333%}.tiny-margin-collapse>.tiny-2{width:16.6666666667%}.tiny-margin-collapse>.tiny-3{width:25%}.tiny-margin-collapse>.tiny-4{width:33.3333333333%}.tiny-margin-collapse>.tiny-5{width:41.6666666667%}.tiny-margin-collapse>.tiny-6{width:50%}.tiny-margin-collapse>.tiny-7{width:58.3333333333%}.tiny-margin-collapse>.tiny-8{width:66.6666666667%}.tiny-margin-collapse>.tiny-9{width:75%}.tiny-margin-collapse>.tiny-10{width:83.3333333333%}.tiny-margin-collapse>.tiny-11{width:91.6666666667%}.tiny-margin-collapse>.tiny-12{width:100%}}@media print,screen and (min-width:40.0625em){.tiny-margin-collapse>.small-1{width:8.3333333333%}.tiny-margin-collapse>.small-2{width:16.6666666667%}.tiny-margin-collapse>.small-3{width:25%}.tiny-margin-collapse>.small-4{width:33.3333333333%}.tiny-margin-collapse>.small-5{width:41.6666666667%}.tiny-margin-collapse>.small-6{width:50%}.tiny-margin-collapse>.small-7{width:58.3333333333%}.tiny-margin-collapse>.small-8{width:66.6666666667%}.tiny-margin-collapse>.small-9{width:75%}.tiny-margin-collapse>.small-10{width:83.3333333333%}.tiny-margin-collapse>.small-11{width:91.6666666667%}.tiny-margin-collapse>.small-12{width:100%}}@media print,screen and (min-width:48.0625em){.tiny-margin-collapse>.medium-1{width:8.3333333333%}.tiny-margin-collapse>.medium-2{width:16.6666666667%}.tiny-margin-collapse>.medium-3{width:25%}.tiny-margin-collapse>.medium-4{width:33.3333333333%}.tiny-margin-collapse>.medium-5{width:41.6666666667%}.tiny-margin-collapse>.medium-6{width:50%}.tiny-margin-collapse>.medium-7{width:58.3333333333%}.tiny-margin-collapse>.medium-8{width:66.6666666667%}.tiny-margin-collapse>.medium-9{width:75%}.tiny-margin-collapse>.medium-10{width:83.3333333333%}.tiny-margin-collapse>.medium-11{width:91.6666666667%}.tiny-margin-collapse>.medium-12{width:100%}}@media print,screen and (min-width:64.0625em){.tiny-margin-collapse>.large-1{width:8.3333333333%}.tiny-margin-collapse>.large-2{width:16.6666666667%}.tiny-margin-collapse>.large-3{width:25%}.tiny-margin-collapse>.large-4{width:33.3333333333%}.tiny-margin-collapse>.large-5{width:41.6666666667%}.tiny-margin-collapse>.large-6{width:50%}.tiny-margin-collapse>.large-7{width:58.3333333333%}.tiny-margin-collapse>.large-8{width:66.6666666667%}.tiny-margin-collapse>.large-9{width:75%}.tiny-margin-collapse>.large-10{width:83.3333333333%}.tiny-margin-collapse>.large-11{width:91.6666666667%}.tiny-margin-collapse>.large-12{width:100%}}@media print,screen and (min-width:20.0625em){.tiny-padding-collapse{margin-right:0;margin-left:0}.tiny-padding-collapse>.cell{padding-right:0;padding-left:0}}@media print,screen and (min-width:40.0625em){.small-margin-collapse{margin-right:0;margin-left:0}.small-margin-collapse>.cell{margin-right:0;margin-left:0}}@media print,screen and (min-width:40.0625em){.small-margin-collapse>.initial-1{width:8.3333333333%}.small-margin-collapse>.initial-2{width:16.6666666667%}.small-margin-collapse>.initial-3{width:25%}.small-margin-collapse>.initial-4{width:33.3333333333%}.small-margin-collapse>.initial-5{width:41.6666666667%}.small-margin-collapse>.initial-6{width:50%}.small-margin-collapse>.initial-7{width:58.3333333333%}.small-margin-collapse>.initial-8{width:66.6666666667%}.small-margin-collapse>.initial-9{width:75%}.small-margin-collapse>.initial-10{width:83.3333333333%}.small-margin-collapse>.initial-11{width:91.6666666667%}.small-margin-collapse>.initial-12{width:100%}}@media print,screen and (min-width:40.0625em){.small-margin-collapse>.tiny-1{width:8.3333333333%}.small-margin-collapse>.tiny-2{width:16.6666666667%}.small-margin-collapse>.tiny-3{width:25%}.small-margin-collapse>.tiny-4{width:33.3333333333%}.small-margin-collapse>.tiny-5{width:41.6666666667%}.small-margin-collapse>.tiny-6{width:50%}.small-margin-collapse>.tiny-7{width:58.3333333333%}.small-margin-collapse>.tiny-8{width:66.6666666667%}.small-margin-collapse>.tiny-9{width:75%}.small-margin-collapse>.tiny-10{width:83.3333333333%}.small-margin-collapse>.tiny-11{width:91.6666666667%}.small-margin-collapse>.tiny-12{width:100%}}@media print,screen and (min-width:40.0625em){.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:48.0625em){.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:64.0625em){.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 print,screen and (min-width:40.0625em){.small-padding-collapse{margin-right:0;margin-left:0}.small-padding-collapse>.cell{padding-right:0;padding-left:0}}@media print,screen and (min-width:48.0625em){.medium-margin-collapse{margin-right:0;margin-left:0}.medium-margin-collapse>.cell{margin-right:0;margin-left:0}}@media print,screen and (min-width:48.0625em){.medium-margin-collapse>.initial-1{width:8.3333333333%}.medium-margin-collapse>.initial-2{width:16.6666666667%}.medium-margin-collapse>.initial-3{width:25%}.medium-margin-collapse>.initial-4{width:33.3333333333%}.medium-margin-collapse>.initial-5{width:41.6666666667%}.medium-margin-collapse>.initial-6{width:50%}.medium-margin-collapse>.initial-7{width:58.3333333333%}.medium-margin-collapse>.initial-8{width:66.6666666667%}.medium-margin-collapse>.initial-9{width:75%}.medium-margin-collapse>.initial-10{width:83.3333333333%}.medium-margin-collapse>.initial-11{width:91.6666666667%}.medium-margin-collapse>.initial-12{width:100%}}@media print,screen and (min-width:48.0625em){.medium-margin-collapse>.tiny-1{width:8.3333333333%}.medium-margin-collapse>.tiny-2{width:16.6666666667%}.medium-margin-collapse>.tiny-3{width:25%}.medium-margin-collapse>.tiny-4{width:33.3333333333%}.medium-margin-collapse>.tiny-5{width:41.6666666667%}.medium-margin-collapse>.tiny-6{width:50%}.medium-margin-collapse>.tiny-7{width:58.3333333333%}.medium-margin-collapse>.tiny-8{width:66.6666666667%}.medium-margin-collapse>.tiny-9{width:75%}.medium-margin-collapse>.tiny-10{width:83.3333333333%}.medium-margin-collapse>.tiny-11{width:91.6666666667%}.medium-margin-collapse>.tiny-12{width:100%}}@media print,screen and (min-width:48.0625em){.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%}}@media print,screen and (min-width:48.0625em){.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:64.0625em){.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 print,screen and (min-width:48.0625em){.medium-padding-collapse{margin-right:0;margin-left:0}.medium-padding-collapse>.cell{padding-right:0;padding-left:0}}@media print,screen and (min-width:64.0625em){.large-margin-collapse{margin-right:0;margin-left:0}.large-margin-collapse>.cell{margin-right:0;margin-left:0}}@media print,screen and (min-width:64.0625em){.large-margin-collapse>.initial-1{width:8.3333333333%}.large-margin-collapse>.initial-2{width:16.6666666667%}.large-margin-collapse>.initial-3{width:25%}.large-margin-collapse>.initial-4{width:33.3333333333%}.large-margin-collapse>.initial-5{width:41.6666666667%}.large-margin-collapse>.initial-6{width:50%}.large-margin-collapse>.initial-7{width:58.3333333333%}.large-margin-collapse>.initial-8{width:66.6666666667%}.large-margin-collapse>.initial-9{width:75%}.large-margin-collapse>.initial-10{width:83.3333333333%}.large-margin-collapse>.initial-11{width:91.6666666667%}.large-margin-collapse>.initial-12{width:100%}}@media print,screen and (min-width:64.0625em){.large-margin-collapse>.tiny-1{width:8.3333333333%}.large-margin-collapse>.tiny-2{width:16.6666666667%}.large-margin-collapse>.tiny-3{width:25%}.large-margin-collapse>.tiny-4{width:33.3333333333%}.large-margin-collapse>.tiny-5{width:41.6666666667%}.large-margin-collapse>.tiny-6{width:50%}.large-margin-collapse>.tiny-7{width:58.3333333333%}.large-margin-collapse>.tiny-8{width:66.6666666667%}.large-margin-collapse>.tiny-9{width:75%}.large-margin-collapse>.tiny-10{width:83.3333333333%}.large-margin-collapse>.tiny-11{width:91.6666666667%}.large-margin-collapse>.tiny-12{width:100%}}@media print,screen and (min-width:64.0625em){.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%}}@media print,screen and (min-width:64.0625em){.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%}}@media print,screen and (min-width:64.0625em){.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 print,screen and (min-width:64.0625em){.large-padding-collapse{margin-right:0;margin-left:0}.large-padding-collapse>.cell{padding-right:0;padding-left:0}}.initial-offset-0{margin-left:0%}.grid-margin-x>.initial-offset-0{margin-left:calc(0% + 2.5rem / 2)}.initial-offset-1{margin-left:8.3333333333%}.grid-margin-x>.initial-offset-1{margin-left:calc(8.3333333333% + 2.5rem / 2)}.initial-offset-2{margin-left:16.6666666667%}.grid-margin-x>.initial-offset-2{margin-left:calc(16.6666666667% + 2.5rem / 2)}.initial-offset-3{margin-left:25%}.grid-margin-x>.initial-offset-3{margin-left:calc(25% + 2.5rem / 2)}.initial-offset-4{margin-left:33.3333333333%}.grid-margin-x>.initial-offset-4{margin-left:calc(33.3333333333% + 2.5rem / 2)}.initial-offset-5{margin-left:41.6666666667%}.grid-margin-x>.initial-offset-5{margin-left:calc(41.6666666667% + 2.5rem / 2)}.initial-offset-6{margin-left:50%}.grid-margin-x>.initial-offset-6{margin-left:calc(50% + 2.5rem / 2)}.initial-offset-7{margin-left:58.3333333333%}.grid-margin-x>.initial-offset-7{margin-left:calc(58.3333333333% + 2.5rem / 2)}.initial-offset-8{margin-left:66.6666666667%}.grid-margin-x>.initial-offset-8{margin-left:calc(66.6666666667% + 2.5rem / 2)}.initial-offset-9{margin-left:75%}.grid-margin-x>.initial-offset-9{margin-left:calc(75% + 2.5rem / 2)}.initial-offset-10{margin-left:83.3333333333%}.grid-margin-x>.initial-offset-10{margin-left:calc(83.3333333333% + 2.5rem / 2)}.initial-offset-11{margin-left:91.6666666667%}.grid-margin-x>.initial-offset-11{margin-left:calc(91.6666666667% + 2.5rem / 2)}@media print,screen and (min-width:20.0625em){.tiny-offset-0{margin-left:0%}.grid-margin-x>.tiny-offset-0{margin-left:calc(0% + 2.5rem / 2)}.tiny-offset-1{margin-left:8.3333333333%}.grid-margin-x>.tiny-offset-1{margin-left:calc(8.3333333333% + 2.5rem / 2)}.tiny-offset-2{margin-left:16.6666666667%}.grid-margin-x>.tiny-offset-2{margin-left:calc(16.6666666667% + 2.5rem / 2)}.tiny-offset-3{margin-left:25%}.grid-margin-x>.tiny-offset-3{margin-left:calc(25% + 2.5rem / 2)}.tiny-offset-4{margin-left:33.3333333333%}.grid-margin-x>.tiny-offset-4{margin-left:calc(33.3333333333% + 2.5rem / 2)}.tiny-offset-5{margin-left:41.6666666667%}.grid-margin-x>.tiny-offset-5{margin-left:calc(41.6666666667% + 2.5rem / 2)}.tiny-offset-6{margin-left:50%}.grid-margin-x>.tiny-offset-6{margin-left:calc(50% + 2.5rem / 2)}.tiny-offset-7{margin-left:58.3333333333%}.grid-margin-x>.tiny-offset-7{margin-left:calc(58.3333333333% + 2.5rem / 2)}.tiny-offset-8{margin-left:66.6666666667%}.grid-margin-x>.tiny-offset-8{margin-left:calc(66.6666666667% + 2.5rem / 2)}.tiny-offset-9{margin-left:75%}.grid-margin-x>.tiny-offset-9{margin-left:calc(75% + 2.5rem / 2)}.tiny-offset-10{margin-left:83.3333333333%}.grid-margin-x>.tiny-offset-10{margin-left:calc(83.3333333333% + 2.5rem / 2)}.tiny-offset-11{margin-left:91.6666666667%}.grid-margin-x>.tiny-offset-11{margin-left:calc(91.6666666667% + 2.5rem / 2)}}@media print,screen and (min-width:40.0625em){.small-offset-0{margin-left:0%}.grid-margin-x>.small-offset-0{margin-left:calc(0% + 2.5rem / 2)}.small-offset-1{margin-left:8.3333333333%}.grid-margin-x>.small-offset-1{margin-left:calc(8.3333333333% + 2.5rem / 2)}.small-offset-2{margin-left:16.6666666667%}.grid-margin-x>.small-offset-2{margin-left:calc(16.6666666667% + 2.5rem / 2)}.small-offset-3{margin-left:25%}.grid-margin-x>.small-offset-3{margin-left:calc(25% + 2.5rem / 2)}.small-offset-4{margin-left:33.3333333333%}.grid-margin-x>.small-offset-4{margin-left:calc(33.3333333333% + 2.5rem / 2)}.small-offset-5{margin-left:41.6666666667%}.grid-margin-x>.small-offset-5{margin-left:calc(41.6666666667% + 2.5rem / 2)}.small-offset-6{margin-left:50%}.grid-margin-x>.small-offset-6{margin-left:calc(50% + 2.5rem / 2)}.small-offset-7{margin-left:58.3333333333%}.grid-margin-x>.small-offset-7{margin-left:calc(58.3333333333% + 2.5rem / 2)}.small-offset-8{margin-left:66.6666666667%}.grid-margin-x>.small-offset-8{margin-left:calc(66.6666666667% + 2.5rem / 2)}.small-offset-9{margin-left:75%}.grid-margin-x>.small-offset-9{margin-left:calc(75% + 2.5rem / 2)}.small-offset-10{margin-left:83.3333333333%}.grid-margin-x>.small-offset-10{margin-left:calc(83.3333333333% + 2.5rem / 2)}.small-offset-11{margin-left:91.6666666667%}.grid-margin-x>.small-offset-11{margin-left:calc(91.6666666667% + 2.5rem / 2)}}@media print,screen and (min-width:48.0625em){.medium-offset-0{margin-left:0%}.grid-margin-x>.medium-offset-0{margin-left:calc(0% + 2.5rem / 2)}.medium-offset-1{margin-left:8.3333333333%}.grid-margin-x>.medium-offset-1{margin-left:calc(8.3333333333% + 2.5rem / 2)}.medium-offset-2{margin-left:16.6666666667%}.grid-margin-x>.medium-offset-2{margin-left:calc(16.6666666667% + 2.5rem / 2)}.medium-offset-3{margin-left:25%}.grid-margin-x>.medium-offset-3{margin-left:calc(25% + 2.5rem / 2)}.medium-offset-4{margin-left:33.3333333333%}.grid-margin-x>.medium-offset-4{margin-left:calc(33.3333333333% + 2.5rem / 2)}.medium-offset-5{margin-left:41.6666666667%}.grid-margin-x>.medium-offset-5{margin-left:calc(41.6666666667% + 2.5rem / 2)}.medium-offset-6{margin-left:50%}.grid-margin-x>.medium-offset-6{margin-left:calc(50% + 2.5rem / 2)}.medium-offset-7{margin-left:58.3333333333%}.grid-margin-x>.medium-offset-7{margin-left:calc(58.3333333333% + 2.5rem / 2)}.medium-offset-8{margin-left:66.6666666667%}.grid-margin-x>.medium-offset-8{margin-left:calc(66.6666666667% + 2.5rem / 2)}.medium-offset-9{margin-left:75%}.grid-margin-x>.medium-offset-9{margin-left:calc(75% + 2.5rem / 2)}.medium-offset-10{margin-left:83.3333333333%}.grid-margin-x>.medium-offset-10{margin-left:calc(83.3333333333% + 2.5rem / 2)}.medium-offset-11{margin-left:91.6666666667%}.grid-margin-x>.medium-offset-11{margin-left:calc(91.6666666667% + 2.5rem / 2)}}@media print,screen and (min-width:64.0625em){.large-offset-0{margin-left:0%}.grid-margin-x>.large-offset-0{margin-left:calc(0% + 2.5rem / 2)}.large-offset-1{margin-left:8.3333333333%}.grid-margin-x>.large-offset-1{margin-left:calc(8.3333333333% + 2.5rem / 2)}.large-offset-2{margin-left:16.6666666667%}.grid-margin-x>.large-offset-2{margin-left:calc(16.6666666667% + 2.5rem / 2)}.large-offset-3{margin-left:25%}.grid-margin-x>.large-offset-3{margin-left:calc(25% + 2.5rem / 2)}.large-offset-4{margin-left:33.3333333333%}.grid-margin-x>.large-offset-4{margin-left:calc(33.3333333333% + 2.5rem / 2)}.large-offset-5{margin-left:41.6666666667%}.grid-margin-x>.large-offset-5{margin-left:calc(41.6666666667% + 2.5rem / 2)}.large-offset-6{margin-left:50%}.grid-margin-x>.large-offset-6{margin-left:calc(50% + 2.5rem / 2)}.large-offset-7{margin-left:58.3333333333%}.grid-margin-x>.large-offset-7{margin-left:calc(58.3333333333% + 2.5rem / 2)}.large-offset-8{margin-left:66.6666666667%}.grid-margin-x>.large-offset-8{margin-left:calc(66.6666666667% + 2.5rem / 2)}.large-offset-9{margin-left:75%}.grid-margin-x>.large-offset-9{margin-left:calc(75% + 2.5rem / 2)}.large-offset-10{margin-left:83.3333333333%}.grid-margin-x>.large-offset-10{margin-left:calc(83.3333333333% + 2.5rem / 2)}.large-offset-11{margin-left:91.6666666667%}.grid-margin-x>.large-offset-11{margin-left:calc(91.6666666667% + 2.5rem / 2)}}.grid-y{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.grid-y>.cell{height:auto;max-height:none}.grid-y>.auto{height:auto}.grid-y>.shrink{height:auto}.grid-y>.initial-shrink,.grid-y>.initial-full,.grid-y>.initial-1,.grid-y>.initial-2,.grid-y>.initial-3,.grid-y>.initial-4,.grid-y>.initial-5,.grid-y>.initial-6,.grid-y>.initial-7,.grid-y>.initial-8,.grid-y>.initial-9,.grid-y>.initial-10,.grid-y>.initial-11,.grid-y>.initial-12{-ms-flex-preferred-size:auto;flex-basis:auto}@media print,screen and (min-width:20.0625em){.grid-y>.tiny-shrink,.grid-y>.tiny-full,.grid-y>.tiny-1,.grid-y>.tiny-2,.grid-y>.tiny-3,.grid-y>.tiny-4,.grid-y>.tiny-5,.grid-y>.tiny-6,.grid-y>.tiny-7,.grid-y>.tiny-8,.grid-y>.tiny-9,.grid-y>.tiny-10,.grid-y>.tiny-11,.grid-y>.tiny-12{-ms-flex-preferred-size:auto;flex-basis:auto}}@media print,screen and (min-width:40.0625em){.grid-y>.small-shrink,.grid-y>.small-full,.grid-y>.small-1,.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-10,.grid-y>.small-11,.grid-y>.small-12{-ms-flex-preferred-size:auto;flex-basis:auto}}@media print,screen and (min-width:48.0625em){.grid-y>.medium-shrink,.grid-y>.medium-full,.grid-y>.medium-1,.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-10,.grid-y>.medium-11,.grid-y>.medium-12{-ms-flex-preferred-size:auto;flex-basis:auto}}@media print,screen and (min-width:64.0625em){.grid-y>.large-shrink,.grid-y>.large-full,.grid-y>.large-1,.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-10,.grid-y>.large-11,.grid-y>.large-12{-ms-flex-preferred-size:auto;flex-basis:auto}}.grid-y>.initial-12,.grid-y>.initial-11,.grid-y>.initial-10,.grid-y>.initial-9,.grid-y>.initial-8,.grid-y>.initial-7,.grid-y>.initial-6,.grid-y>.initial-5,.grid-y>.initial-4,.grid-y>.initial-3,.grid-y>.initial-2,.grid-y>.initial-1{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.grid-y>.initial-1{height:8.3333333333%}.grid-y>.initial-2{height:16.6666666667%}.grid-y>.initial-3{height:25%}.grid-y>.initial-4{height:33.3333333333%}.grid-y>.initial-5{height:41.6666666667%}.grid-y>.initial-6{height:50%}.grid-y>.initial-7{height:58.3333333333%}.grid-y>.initial-8{height:66.6666666667%}.grid-y>.initial-9{height:75%}.grid-y>.initial-10{height:83.3333333333%}.grid-y>.initial-11{height:91.6666666667%}.grid-y>.initial-12{height:100%}@media print,screen and (min-width:20.0625em){.grid-y>.tiny-auto{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;height:auto}.grid-y>.tiny-12,.grid-y>.tiny-11,.grid-y>.tiny-10,.grid-y>.tiny-9,.grid-y>.tiny-8,.grid-y>.tiny-7,.grid-y>.tiny-6,.grid-y>.tiny-5,.grid-y>.tiny-4,.grid-y>.tiny-3,.grid-y>.tiny-2,.grid-y>.tiny-1,.grid-y>.tiny-shrink{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.grid-y>.tiny-shrink{height:auto}.grid-y>.tiny-1{height:8.3333333333%}.grid-y>.tiny-2{height:16.6666666667%}.grid-y>.tiny-3{height:25%}.grid-y>.tiny-4{height:33.3333333333%}.grid-y>.tiny-5{height:41.6666666667%}.grid-y>.tiny-6{height:50%}.grid-y>.tiny-7{height:58.3333333333%}.grid-y>.tiny-8{height:66.6666666667%}.grid-y>.tiny-9{height:75%}.grid-y>.tiny-10{height:83.3333333333%}.grid-y>.tiny-11{height:91.6666666667%}.grid-y>.tiny-12{height:100%}}@media print,screen and (min-width:40.0625em){.grid-y>.small-auto{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;height:auto}.grid-y>.small-12,.grid-y>.small-11,.grid-y>.small-10,.grid-y>.small-9,.grid-y>.small-8,.grid-y>.small-7,.grid-y>.small-6,.grid-y>.small-5,.grid-y>.small-4,.grid-y>.small-3,.grid-y>.small-2,.grid-y>.small-1,.grid-y>.small-shrink{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.grid-y>.small-shrink{height: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:48.0625em){.grid-y>.medium-auto{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;height:auto}.grid-y>.medium-12,.grid-y>.medium-11,.grid-y>.medium-10,.grid-y>.medium-9,.grid-y>.medium-8,.grid-y>.medium-7,.grid-y>.medium-6,.grid-y>.medium-5,.grid-y>.medium-4,.grid-y>.medium-3,.grid-y>.medium-2,.grid-y>.medium-1,.grid-y>.medium-shrink{-webkit-box-flex:0;-ms-flex:0 0 auto;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:64.0625em){.grid-y>.large-auto{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;height:auto}.grid-y>.large-12,.grid-y>.large-11,.grid-y>.large-10,.grid-y>.large-9,.grid-y>.large-8,.grid-y>.large-7,.grid-y>.large-6,.grid-y>.large-5,.grid-y>.large-4,.grid-y>.large-3,.grid-y>.large-2,.grid-y>.large-1,.grid-y>.large-shrink{-webkit-box-flex:0;-ms-flex:0 0 auto;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%}}.grid-padding-y .grid-padding-y{margin-top:-1.25rem;margin-bottom:-1.25rem}.grid-padding-y>.cell{padding-top:1.25rem;padding-bottom:1.25rem}.grid-margin-y{margin-top:-1.25rem;margin-bottom:-1.25rem}.grid-margin-y>.cell{height:calc(100% - 2.5rem);margin-top:1.25rem;margin-bottom:1.25rem}.grid-margin-y>.auto{height:auto}.grid-margin-y>.shrink{height:auto}.grid-margin-y>.initial-1{height:calc(8.3333333333% - 2.5rem)}.grid-margin-y>.initial-2{height:calc(16.6666666667% - 2.5rem)}.grid-margin-y>.initial-3{height:calc(25% - 2.5rem)}.grid-margin-y>.initial-4{height:calc(33.3333333333% - 2.5rem)}.grid-margin-y>.initial-5{height:calc(41.6666666667% - 2.5rem)}.grid-margin-y>.initial-6{height:calc(50% - 2.5rem)}.grid-margin-y>.initial-7{height:calc(58.3333333333% - 2.5rem)}.grid-margin-y>.initial-8{height:calc(66.6666666667% - 2.5rem)}.grid-margin-y>.initial-9{height:calc(75% - 2.5rem)}.grid-margin-y>.initial-10{height:calc(83.3333333333% - 2.5rem)}.grid-margin-y>.initial-11{height:calc(91.6666666667% - 2.5rem)}.grid-margin-y>.initial-12{height:calc(100% - 2.5rem)}@media print,screen and (min-width:20.0625em){.grid-margin-y>.tiny-auto{height:auto}.grid-margin-y>.tiny-shrink{height:auto}.grid-margin-y>.tiny-1{height:calc(8.3333333333% - 2.5rem)}.grid-margin-y>.tiny-2{height:calc(16.6666666667% - 2.5rem)}.grid-margin-y>.tiny-3{height:calc(25% - 2.5rem)}.grid-margin-y>.tiny-4{height:calc(33.3333333333% - 2.5rem)}.grid-margin-y>.tiny-5{height:calc(41.6666666667% - 2.5rem)}.grid-margin-y>.tiny-6{height:calc(50% - 2.5rem)}.grid-margin-y>.tiny-7{height:calc(58.3333333333% - 2.5rem)}.grid-margin-y>.tiny-8{height:calc(66.6666666667% - 2.5rem)}.grid-margin-y>.tiny-9{height:calc(75% - 2.5rem)}.grid-margin-y>.tiny-10{height:calc(83.3333333333% - 2.5rem)}.grid-margin-y>.tiny-11{height:calc(91.6666666667% - 2.5rem)}.grid-margin-y>.tiny-12{height:calc(100% - 2.5rem)}}@media print,screen and (min-width:40.0625em){.grid-margin-y>.small-auto{height:auto}.grid-margin-y>.small-shrink{height:auto}.grid-margin-y>.small-1{height:calc(8.3333333333% - 2.5rem)}.grid-margin-y>.small-2{height:calc(16.6666666667% - 2.5rem)}.grid-margin-y>.small-3{height:calc(25% - 2.5rem)}.grid-margin-y>.small-4{height:calc(33.3333333333% - 2.5rem)}.grid-margin-y>.small-5{height:calc(41.6666666667% - 2.5rem)}.grid-margin-y>.small-6{height:calc(50% - 2.5rem)}.grid-margin-y>.small-7{height:calc(58.3333333333% - 2.5rem)}.grid-margin-y>.small-8{height:calc(66.6666666667% - 2.5rem)}.grid-margin-y>.small-9{height:calc(75% - 2.5rem)}.grid-margin-y>.small-10{height:calc(83.3333333333% - 2.5rem)}.grid-margin-y>.small-11{height:calc(91.6666666667% - 2.5rem)}.grid-margin-y>.small-12{height:calc(100% - 2.5rem)}}@media print,screen and (min-width:48.0625em){.grid-margin-y>.medium-auto{height:auto}.grid-margin-y>.medium-shrink{height:auto}.grid-margin-y>.medium-1{height:calc(8.3333333333% - 2.5rem)}.grid-margin-y>.medium-2{height:calc(16.6666666667% - 2.5rem)}.grid-margin-y>.medium-3{height:calc(25% - 2.5rem)}.grid-margin-y>.medium-4{height:calc(33.3333333333% - 2.5rem)}.grid-margin-y>.medium-5{height:calc(41.6666666667% - 2.5rem)}.grid-margin-y>.medium-6{height:calc(50% - 2.5rem)}.grid-margin-y>.medium-7{height:calc(58.3333333333% - 2.5rem)}.grid-margin-y>.medium-8{height:calc(66.6666666667% - 2.5rem)}.grid-margin-y>.medium-9{height:calc(75% - 2.5rem)}.grid-margin-y>.medium-10{height:calc(83.3333333333% - 2.5rem)}.grid-margin-y>.medium-11{height:calc(91.6666666667% - 2.5rem)}.grid-margin-y>.medium-12{height:calc(100% - 2.5rem)}}@media print,screen and (min-width:64.0625em){.grid-margin-y>.large-auto{height:auto}.grid-margin-y>.large-shrink{height:auto}.grid-margin-y>.large-1{height:calc(8.3333333333% - 2.5rem)}.grid-margin-y>.large-2{height:calc(16.6666666667% - 2.5rem)}.grid-margin-y>.large-3{height:calc(25% - 2.5rem)}.grid-margin-y>.large-4{height:calc(33.3333333333% - 2.5rem)}.grid-margin-y>.large-5{height:calc(41.6666666667% - 2.5rem)}.grid-margin-y>.large-6{height:calc(50% - 2.5rem)}.grid-margin-y>.large-7{height:calc(58.3333333333% - 2.5rem)}.grid-margin-y>.large-8{height:calc(66.6666666667% - 2.5rem)}.grid-margin-y>.large-9{height:calc(75% - 2.5rem)}.grid-margin-y>.large-10{height:calc(83.3333333333% - 2.5rem)}.grid-margin-y>.large-11{height:calc(91.6666666667% - 2.5rem)}.grid-margin-y>.large-12{height:calc(100% - 2.5rem)}}.align-left{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.align-right{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.align-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.align-justify{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.align-spaced{-ms-flex-pack:distribute;justify-content:space-around}.align-left.vertical.menu>li>a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.align-right.vertical.menu>li>a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.align-center.vertical.menu>li>a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.align-top{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.align-self-top{-ms-flex-item-align:start;align-self:flex-start}.align-bottom{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.align-self-bottom{-ms-flex-item-align:end;align-self:flex-end}.align-middle{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.align-self-middle{-ms-flex-item-align:center;align-self:center}.align-stretch{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.align-self-stretch{-ms-flex-item-align:stretch;align-self:stretch}.align-center-middle{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:center;align-content:center}.initial-order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.initial-order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.initial-order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.initial-order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.initial-order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.initial-order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}@media print,screen and (min-width:20.0625em){.tiny-order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.tiny-order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.tiny-order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.tiny-order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.tiny-order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.tiny-order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}}@media print,screen and (min-width:40.0625em){.small-order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.small-order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.small-order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.small-order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.small-order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.small-order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}}@media print,screen and (min-width:48.0625em){.medium-order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.medium-order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.medium-order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.medium-order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.medium-order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.medium-order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}}@media print,screen and (min-width:64.0625em){.large-order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.large-order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.large-order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.large-order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.large-order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.large-order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}}.flex-container{display:-webkit-box;display:-ms-flexbox;display:flex}.flex-child-auto{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.flex-child-grow{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.flex-child-shrink{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}.flex-dir-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.flex-dir-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.flex-dir-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.flex-dir-column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}@media print,screen and (min-width:20.0625em){.tiny-flex-container{display:-webkit-box;display:-ms-flexbox;display:flex}.tiny-flex-child-auto{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.tiny-flex-child-grow{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.tiny-flex-child-shrink{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}.tiny-flex-dir-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.tiny-flex-dir-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.tiny-flex-dir-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tiny-flex-dir-column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}@media print,screen and (min-width:40.0625em){.small-flex-container{display:-webkit-box;display:-ms-flexbox;display:flex}.small-flex-child-auto{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.small-flex-child-grow{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.small-flex-child-shrink{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}.small-flex-dir-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.small-flex-dir-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.small-flex-dir-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.small-flex-dir-column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}@media print,screen and (min-width:48.0625em){.medium-flex-container{display:-webkit-box;display:-ms-flexbox;display:flex}.medium-flex-child-auto{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.medium-flex-child-grow{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.medium-flex-child-shrink{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}.medium-flex-dir-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.medium-flex-dir-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.medium-flex-dir-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.medium-flex-dir-column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}@media print,screen and (min-width:64.0625em){.large-flex-container{display:-webkit-box;display:-ms-flexbox;display:flex}.large-flex-child-auto{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.large-flex-child-grow{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.large-flex-child-shrink{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}.large-flex-dir-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.large-flex-dir-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.large-flex-dir-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.large-flex-dir-column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}:root{--aspect-ratio:1}.aspect-ratio-frame{position:relative}.aspect-ratio-frame::before{display:block;padding-bottom:calc(1 * 100%);content:""}.aspect-ratio-frame img,.aspect-ratio-frame video,.aspect-ratio-frame .autoplay-video-container,.aspect-ratio-frame iframe,.aspect-ratio-frame .hero-video__container{background-color:#8996a0;position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.aspect-ratio-frame iframe{-o-object-fit:unset;object-fit:unset}@supports(--css:variables){.aspect-ratio-frame::before{padding-bottom:calc(var(--aspect-ratio)*100%);content:""}}.fa,.fas,.far,.fal,.fad,.fab{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}*{-webkit-box-sizing:border-box;box-sizing:border-box}html{-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%}body{margin:0;color:#1e1e1e;font-family:"Roboto Slab",serif;font-size:1rem}main{display:block}.skip-link a:focus{position:absolute !important;z-index:999;overflow:visible;clip:unset;width:auto;height:auto;padding:10px;color:#fff;background:#1e1e1e;font-family:"Libre Franklin",sans-serif;font-size:22px;font-weight:700}iframe{max-width:100%}img{max-width:100%;height:auto}dl,pre{margin:0;padding:0}.clearfix::before,.clearfix::after{display:table;content:" ";-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.clearfix::after{clear:both}.show-for-sr,.visually-hidden{position:absolute !important;overflow:hidden;clip:rect(1px,1px,1px,1px);width:1px;height:1px}.dark-bg{background-color:#1e1e1e;color:#fff}.gray-bg{background-color:#f3f3f1}@media print,screen and (min-width:48.0625em){.vert-rule{position:relative}.vert-rule::before{background-color:#f3f3f1;content:"";height:100%;position:absolute;width:5px;top:0;left:-3.75rem}.dark-bg .vert-rule::before{background-color:#bac5c6;opacity:.25}}@media print,screen and (min-width:48.0625em){.vert-rule-spacer{position:relative}}.flex-small-stack{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap}@media print,screen and (max-width:48.06125em){.flex-small-stack{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media print,screen and (min-width:48.0625em){.nudge{padding-left:20px;margin-right:20px}}.full-width{position:relative}.full-width::before,.full-width::after{background-color:#1e90ff;content:" ";height:100%;position:absolute;top:0;width:50vw;z-index:-1}.full-width::before{left:calc(-50vw + 50%)}.full-width::after{right:calc(-50vw + 50%)}@font-face{font-display:swap;font-family:"Libre Franklin";font-style:normal;font-weight:100;src:url(/themes/custom/hms_magazine/assets/fonts/libre-franklin/libre-franklin-v14-latin_latin-ext_vietnamese-100.woff2) format("woff2")}@font-face{font-display:swap;font-family:"Libre Franklin";font-style:italic;font-weight:100;src:url(/themes/custom/hms_magazine/assets/fonts/libre-franklin/libre-franklin-v14-latin_latin-ext_vietnamese-100italic.woff2) format("woff2")}@font-face{font-display:swap;font-family:"Libre Franklin";font-style:normal;font-weight:300;src:url(/themes/custom/hms_magazine/assets/fonts/libre-franklin/libre-franklin-v14-latin_latin-ext_vietnamese-300.woff2) format("woff2")}@font-face{font-display:swap;font-family:"Libre Franklin";font-style:italic;font-weight:300;src:url(/themes/custom/hms_magazine/assets/fonts/libre-franklin/libre-franklin-v14-latin_latin-ext_vietnamese-300italic.woff2) format("woff2")}@font-face{font-display:swap;font-family:"Libre Franklin";font-style:normal;font-weight:400;src:url(/themes/custom/hms_magazine/assets/fonts/libre-franklin/libre-franklin-v14-latin_latin-ext_vietnamese-regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:"Libre Franklin";font-style:italic;font-weight:400;src:url(/themes/custom/hms_magazine/assets/fonts/libre-franklin/libre-franklin-v14-latin_latin-ext_vietnamese-italic.woff2) format("woff2")}@font-face{font-display:swap;font-family:"Libre Franklin";font-style:normal;font-weight:700;src:url(/themes/custom/hms_magazine/assets/fonts/libre-franklin/libre-franklin-v14-latin_latin-ext_vietnamese-700.woff2) format("woff2")}@font-face{font-display:swap;font-family:"Libre Franklin";font-style:italic;font-weight:700;src:url(/themes/custom/hms_magazine/assets/fonts/libre-franklin/libre-franklin-v14-latin_latin-ext_vietnamese-700italic.woff2) format("woff2")}@font-face{font-display:swap;font-family:"Libre Franklin";font-style:normal;font-weight:800;src:url(/themes/custom/hms_magazine/assets/fonts/libre-franklin/libre-franklin-v14-latin_latin-ext_vietnamese-800.woff2) format("woff2")}@font-face{font-display:swap;font-family:"Libre Franklin";font-style:italic;font-weight:800;src:url(/themes/custom/hms_magazine/assets/fonts/libre-franklin/libre-franklin-v14-latin_latin-ext_vietnamese-800italic.woff2) format("woff2")}@font-face{font-display:swap;font-family:"Roboto Slab";font-style:normal;font-weight:400;src:url(/themes/custom/hms_magazine/assets/fonts/roboto-slab/roboto-slab-v34-cyrillic_cyrillic-ext_greek-ext_latin_vietnamese-regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:"Roboto Slab";font-style:normal;font-weight:700;src:url(/themes/custom/hms_magazine/assets/fonts/roboto-slab/roboto-slab-v34-cyrillic_cyrillic-ext_greek-ext_latin_vietnamese-700.woff2) format("woff2")}[type=text],[type=password],[type=date],[type=datetime],[type=datetime-local],[type=month],[type=week],[type=email],[type=number],[type=search],[type=tel],[type=time],[type=url],[type=color],[type=file],[type=image],[type=submit],button,textarea,select,fieldset{font-weight:700;font-family:"Libre Franklin",sans-serif;border-style:solid;border-width:1px;display:inline-block;position:relative;z-index:2;line-height:1.2;text-decoration:none;margin-right:.625rem;margin-bottom:.625rem;padding:10px 15px;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0;padding:0.9375rem;font-size:1rem;font-weight:400;line-height:1.2;width:100%}[type=text]:hover,[type=text]:focus,[type=password]:hover,[type=password]:focus,[type=date]:hover,[type=date]:focus,[type=datetime]:hover,[type=datetime]:focus,[type=datetime-local]:hover,[type=datetime-local]:focus,[type=month]:hover,[type=month]:focus,[type=week]:hover,[type=week]:focus,[type=email]:hover,[type=email]:focus,[type=number]:hover,[type=number]:focus,[type=search]:hover,[type=search]:focus,[type=tel]:hover,[type=tel]:focus,[type=time]:hover,[type=time]:focus,[type=url]:hover,[type=url]:focus,[type=color]:hover,[type=color]:focus,[type=file]:hover,[type=file]:focus,[type=image]:hover,[type=image]:focus,[type=submit]:hover,[type=submit]:focus,button:hover,button:focus,textarea:hover,textarea:focus,select:hover,select:focus,fieldset:hover,fieldset:focus{text-decoration:none;outline:none}[type=text]:disabled,[type=password]:disabled,[type=date]:disabled,[type=datetime]:disabled,[type=datetime-local]:disabled,[type=month]:disabled,[type=week]:disabled,[type=email]:disabled,[type=number]:disabled,[type=search]:disabled,[type=tel]:disabled,[type=time]:disabled,[type=url]:disabled,[type=color]:disabled,[type=file]:disabled,[type=image]:disabled,[type=submit]:disabled,button:disabled,textarea:disabled,select:disabled,fieldset:disabled{cursor:not-allowed;pointer-events:none;opacity:.6}@media print,screen and (min-width:48.0625em){[type=text],[type=password],[type=date],[type=datetime],[type=datetime-local],[type=month],[type=week],[type=email],[type=number],[type=search],[type=tel],[type=time],[type=url],[type=color],[type=file],[type=image],[type=submit],button,textarea,select,fieldset{padding:15px 20px}}[type=text]:focus,[type=password]:focus,[type=date]:focus,[type=datetime]:focus,[type=datetime-local]:focus,[type=month]:focus,[type=week]:focus,[type=email]:focus,[type=number]:focus,[type=search]:focus,[type=tel]:focus,[type=time]:focus,[type=url]:focus,[type=color]:focus,[type=file]:focus,[type=image]:focus,[type=submit]:focus,button:focus,textarea:focus,select:focus,fieldset:focus{outline:1px solid}.dark-bg [type=text]:focus,.dark-bg [type=password]:focus,.dark-bg [type=date]:focus,.dark-bg [type=datetime]:focus,.dark-bg [type=datetime-local]:focus,.dark-bg [type=month]:focus,.dark-bg [type=week]:focus,.dark-bg [type=email]:focus,.dark-bg [type=number]:focus,.dark-bg [type=search]:focus,.dark-bg [type=tel]:focus,.dark-bg [type=time]:focus,.dark-bg [type=url]:focus,.dark-bg [type=color]:focus,.dark-bg [type=file]:focus,.dark-bg [type=image]:focus,.dark-bg [type=submit]:focus,.dark-bg button:focus,.dark-bg textarea:focus,.dark-bg select:focus,.dark-bg fieldset:focus{outline:3px solid #a51c30}select{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0;margin-top:.9375rem;background-repeat:no-repeat;background-position:calc(100% - .625em) 50%;background-size:1em}fieldset{display:block;margin:0;border-width:.0625em;border-style:solid;border-color:inherit}button,[type=submit]{margin:0;cursor:pointer;background-color:#a51c30;border:1px solid rgba(0,0,0,0);color:#fff;font-weight:700;padding:.625rem .9375rem;width:auto;-webkit-transition:all 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:all 150ms cubic-bezier(0.42,0.08,0.06,0.98)}button:hover,button:focus,[type=submit]:hover,[type=submit]:focus{border-color:#a51c30;background-color:#fff;color:#a51c30}label{display:block;color:#262626;font-family:"Libre Franklin",sans-serif;font-weight:700}.dark-bg label{color:#fff}[type=text],[type=password],[type=date],[type=datetime],[type=datetime-local],[type=month],[type=week],[type=email],[type=number],[type=search],[type=tel],[type=time],[type=url],[type=color],[type=file],[type=image],textarea{margin:0;margin-top:.625rem}[type=text]::-webkit-input-placeholder,[type=password]::-webkit-input-placeholder,[type=date]::-webkit-input-placeholder,[type=datetime]::-webkit-input-placeholder,[type=datetime-local]::-webkit-input-placeholder,[type=month]::-webkit-input-placeholder,[type=week]::-webkit-input-placeholder,[type=email]::-webkit-input-placeholder,[type=number]::-webkit-input-placeholder,[type=search]::-webkit-input-placeholder,[type=tel]::-webkit-input-placeholder,[type=time]::-webkit-input-placeholder,[type=url]::-webkit-input-placeholder,[type=color]::-webkit-input-placeholder,[type=file]::-webkit-input-placeholder,[type=image]::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#1e1e1e;font-family:"Roboto Slab",serif}[type=text]::-moz-placeholder,[type=password]::-moz-placeholder,[type=date]::-moz-placeholder,[type=datetime]::-moz-placeholder,[type=datetime-local]::-moz-placeholder,[type=month]::-moz-placeholder,[type=week]::-moz-placeholder,[type=email]::-moz-placeholder,[type=number]::-moz-placeholder,[type=search]::-moz-placeholder,[type=tel]::-moz-placeholder,[type=time]::-moz-placeholder,[type=url]::-moz-placeholder,[type=color]::-moz-placeholder,[type=file]::-moz-placeholder,[type=image]::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#1e1e1e;font-family:"Roboto Slab",serif}[type=text]:-ms-input-placeholder,[type=password]:-ms-input-placeholder,[type=date]:-ms-input-placeholder,[type=datetime]:-ms-input-placeholder,[type=datetime-local]:-ms-input-placeholder,[type=month]:-ms-input-placeholder,[type=week]:-ms-input-placeholder,[type=email]:-ms-input-placeholder,[type=number]:-ms-input-placeholder,[type=search]:-ms-input-placeholder,[type=tel]:-ms-input-placeholder,[type=time]:-ms-input-placeholder,[type=url]:-ms-input-placeholder,[type=color]:-ms-input-placeholder,[type=file]:-ms-input-placeholder,[type=image]:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#1e1e1e;font-family:"Roboto Slab",serif}[type=checkbox],[type=radio]{margin:0;cursor:pointer}[type=checkbox]+label,[type=radio]+label{display:inline-block;margin:1em 0 1em .25em;cursor:pointer;vertical-align:middle;color:#1e1e1e}[type=text]:disabled,[type=password]:disabled,[type=date]:disabled,[type=datetime]:disabled,[type=datetime-local]:disabled,[type=month]:disabled,[type=week]:disabled,[type=email]:disabled,[type=number]:disabled,[type=search]:disabled,[type=tel]:disabled,[type=time]:disabled,[type=url]:disabled,[type=color]:disabled,[type=file]:disabled,[type=image]:disabled,select:disabled,textarea:disabled{background-color:#a6a6a6}[type=text]:not(:empty):invalid,[type=password]:not(:empty):invalid,[type=date]:not(:empty):invalid,[type=datetime]:not(:empty):invalid,[type=datetime-local]:not(:empty):invalid,[type=month]:not(:empty):invalid,[type=week]:not(:empty):invalid,[type=email]:not(:empty):invalid,[type=number]:not(:empty):invalid,[type=search]:not(:empty):invalid,[type=tel]:not(:empty):invalid,[type=time]:not(:empty):invalid,[type=url]:not(:empty):invalid,[type=color]:not(:empty):invalid,[type=file]:not(:empty):invalid,[type=image]:not(:empty):invalid,textarea:not(:empty):invalid{border-color:#a51c30;-webkit-box-shadow:0 0 0 .0625em #a51c30;box-shadow:0 0 0 .0625em #a51c30}table{border-collapse:collapse;border-top:1px solid #bac5c6;font-family:sans-serif;line-height:1.3;margin-top:1.25rem;width:100%}table[align=left]{float:none}@media print,screen and (min-width:48.0625em){table[align=left]{float:left;margin-right:2em}}table[align=right]{float:none}@media print,screen and (min-width:48.0625em){table[align=right]{float:right;margin-left:2em}}thead,tbody{vertical-align:top}thead{border-right:1px solid #bac5c6;border-left:1px solid #bac5c6}tbody{border-top:0;border-left:1px solid #bac5c6}tr{border-bottom:1px solid #bac5c6}th{color:#fff;border-right:1px solid #bac5c6;border-bottom:0;background:#8c8179;font-weight:700;padding:15px 17px 15px 15px}td{padding:15px 17px 15px 15px;border-right:1px solid #bac5c6}@media print,screen and (max-width:64.06125em){.mobile-table--scroll{overflow-y:scroll}}.mobile-table table{-webkit-box-shadow:none;box-shadow:none}.mobile-table tbody tr:nth-child(even) td{background-color:#f3f3f1}.mobile-table--scroll{overflow-y:scroll;-webkit-transition:-webkit-box-shadow .8s cubic-bezier(0.82,0.06,0.14,0.97);transition:-webkit-box-shadow .8s cubic-bezier(0.82,0.06,0.14,0.97);transition:box-shadow .8s cubic-bezier(0.82,0.06,0.14,0.97);transition:box-shadow .8s cubic-bezier(0.82,0.06,0.14,0.97),-webkit-box-shadow .8s cubic-bezier(0.82,0.06,0.14,0.97);box-shadow:-100px 0 20px -50px rgba(255,255,255,.98) inset;-webkit-box-shadow:-100px 0 20px -50px rgba(255,255,255,.98) inset;-moz-box-shadow:-100px 0 20px -50px rgba(255,255,255,.98) inset;margin-right:-1.25rem}.mobile-table--scroll.scrolled{-webkit-box-shadow:none;box-shadow:none}.mobile-table--scroll.scrolled table{z-index:1}.mobile-table--scroll table{position:relative;z-index:-1}h1,.h1{font-family:Libre Franklin,sans-serif;font-size:2.25rem;font-weight:800;letter-spacing:-0.5px;line-height:1.2}@media print,screen and (min-width:48.0625em){h1,.h1{font-size:3.125rem}}@media print,screen and (min-width:64.0625em){h1,.h1{font-size:3.75rem}}h2,.h2{font-family:Libre Franklin,sans-serif;font-size:1.875rem;font-weight:800;line-height:1.1}@media print,screen and (min-width:48.0625em){h2,.h2{font-size:2.25rem}}@media print,screen and (min-width:64.0625em){h2,.h2{font-size:2.75rem}}h3,.h3{font-family:Libre Franklin,sans-serif;font-size:1.5rem;font-weight:700;line-height:1.2}@media print,screen and (min-width:48.0625em){h3,.h3{font-size:1.875rem}}@media print,screen and (min-width:64.0625em){h3,.h3{font-size:2.25rem}}h4,.h4{font-family:Libre Franklin,sans-serif;font-size:1.25rem;font-weight:700;line-height:1.2}@media print,screen and (min-width:48.0625em){h4,.h4{font-size:1.375rem}}@media print,screen and (min-width:64.0625em){h4,.h4{font-size:1.5rem}}h5,.h5{font-family:Libre Franklin,sans-serif;font-size:1.125rem;font-weight:700;line-height:1.4}@media print,screen and (min-width:64.0625em){h5,.h5{font-size:1.25rem}}h6,.h6{font-family:Libre Franklin,sans-serif;font-size:1rem;font-weight:700;line-height:1.4}@media print,screen and (min-width:64.0625em){h6,.h6{font-size:1.125rem}}p,.p{font-family:Roboto Slab,serif;font-size:1rem;font-weight:400;line-height:1.8}.eyebrow{font-size:0.875rem;line-height:1.2;font-weight:400}a{color:#a51c30;font-weight:700;text-decoration:underline;text-decoration-color:rgba(140,129,121,.3137254902);text-underline-offset:6px}a:hover{color:#1e1e1e;text-decoration-color:#a51c30}em{font-style:italic}b,strong{font-weight:700}blockquote{position:relative;margin-right:0;margin-left:0}blockquote::before{font-family:"Font Awesome 5 Pro";font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased;background-color:#fff;content:"";color:#a51c30;display:block;font-size:45px;font-weight:900;line-height:1}blockquote p{font-family:Libre Franklin,sans-serif;font-size:1.25rem;font-weight:100;line-height:1.7;margin-top:1rem}@media print,screen and (min-width:48.0625em){blockquote p{font-size:1.875rem}}@media print,screen and (min-width:48.0625em){blockquote{padding-top:1rem;padding-bottom:1rem}blockquote::before{line-height:1.8;position:absolute;top:0;left:-5rem}blockquote p{margin-top:0}}ol{padding-left:1rem}ol>li{line-height:1.8;margin-top:.5rem;padding-left:.5rem}ol>li:first-child{margin-top:0}ol>li::marker{color:#a51c30}.wysiwyg ul,.section--wysiwyg ul{padding-left:0}.wysiwyg ul>li,.section--wysiwyg ul>li{line-height:1.8;list-style:none;margin-top:.5rem;position:relative;padding-left:1.5rem}.wysiwyg ul>li:first-child,.section--wysiwyg ul>li:first-child{margin-top:0}.wysiwyg ul>li::before,.section--wysiwyg ul>li::before{background:#a51c30;border-radius:50%;content:"";display:block;height:3px;position:absolute;width:3px;top:.9375rem;left:0}.list--comma-separate ul{display:inline-block;margin:0;padding:0;list-style:none;font-family:"Libre Franklin",sans-serif}.list--comma-separate li{display:inline-block}.list--comma-separate li:not(:last-child){margin-right:.25em}.list--comma-separate li:nth-last-child(n+2)::after{content:","}.text-margin-reset h1,.text-margin-reset p,.text-margin-reset h2,.text-margin-reset h3,.text-margin-reset h4,.text-margin-reset span{margin:0}.p--small{font-family:Roboto Slab,serif;font-size:0.9375rem;font-weight:400;line-height:1.5}.p--large{font-family:Roboto Slab,serif;font-size:1.125rem;font-weight:400;line-height:1.6}@media print,screen and (min-width:48.0625em){.p--large{font-size:1.5rem;line-height:1.5}}.video-play-button{background:none;border:2px solid rgba(0,0,0,0);border-radius:50%;position:absolute;z-index:4;top:-4rem;right:0}@media print,screen and (min-width:48.0625em){.video-play-button{top:auto;right:8px;bottom:8px}}@media print,screen and (min-width:64.0625em){.video-play-button{right:40px;bottom:34px}}.video-play-button::after{content:"";color:#fff;font-family:"Font Awesome 5 Pro";font-size:2.5rem;font-weight:100}.video-play-button:hover,.video-play-button:focus{background-color:rgba(0,0,0,0);border:2px solid rgba(0,0,0,0)}.video-play-button:focus{border:2px dotted #a51c30;outline:none}.video-play-button:hover::after{color:#a51c30}.video-playing .video-play-button::after{content:""}.dark-bg .video-play-button:focus{outline:none}.play-button{position:absolute;top:50%;left:50%;width:2.8125rem;height:2.8125rem;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);opacity:.47}.play-button path{fill:#fff}@media print,screen and (min-width:48.0625em){.play-button{width:7.8125rem;height:7.8125rem}}.wysiwyg .responsive-video-iframe{position:relative}.wysiwyg .responsive-video-iframe::before{display:block;padding-bottom:calc(0.5625 * 100%);content:""}.wysiwyg .responsive-video-iframe iframe{background-color:#8996a0;position:absolute;top:0;left:0;width:100%;height:100%}.wysiwyg .responsive-video-iframe iframe{-o-object-fit:unset;object-fit:unset}.wysiwyg .align-center .responsive-video-iframe{min-width:100%}.wysiwyg .align-left .responsive-video-iframe,.wysiwyg .align-right .responsive-video-iframe{min-width:300px}.intro-text{font-size:1.125rem;font-weight:100;line-height:1.8;font-family:Libre Franklin,sans-serif;padding-bottom:1.25rem}@media print,screen and (min-width:48.0625em){.intro-text{font-size:1.375rem}}.align-right,.obj-right{float:none;margin:1.25rem 0}@media print,screen and (min-width:48.0625em){.align-right,.obj-right{float:right;margin:2.5rem 0 1.25rem 1.25rem}}@media print,screen and (min-width:64.0625em){.align-right,.obj-right{margin:3.125rem 0 1.875rem 1.875rem}}.align-right img,.obj-right img{display:block}.align-left,.obj-left{float:none;margin:1.875rem 0}@media print,screen and (min-width:48.0625em){.align-left,.obj-left{float:left;margin:2.5rem 1.25rem 1.25rem 0}}@media print,screen and (min-width:64.0625em){.align-left,.obj-left{margin:3.125rem 1.875rem 1.875rem 0}}.align-left img,.obj-left img{display:block}.align-center,.obj-center{display:table;margin:1.25rem auto}.align-center img,.obj-center img{display:block}@media print,screen and (min-width:64.0625em){.align-center,.obj-center{position:relative;width:100%}.align-center img,.obj-center img{width:100%}.align-center .editor-small,.obj-center .editor-small{background-color:#fff}.align-center .editor-small img,.obj-center .editor-small img{width:auto;margin:auto}.align-center figcaption,.obj-center figcaption{max-width:33.3333%;padding:0;padding-top:30px;position:absolute;top:0;right:0;-webkit-transform:translateX(calc(100% + 40px));transform:translateX(calc(100% + 40px))}.align-center figcaption::before,.obj-center figcaption::before{background-color:#bac5c6;content:"";display:block;height:5px;position:absolute;opacity:.25;width:100%;top:0;left:0}}iframe.instagram-media{min-width:auto !important}.miniplayer-iframe iframe{height:52px}figure{margin-left:0}article.align-center img{margin-right:auto;margin-left:auto}figure.align-right,div.align-right,figure.alignright,figure.obj-right,figure.align-left,div.align-left,figure.alignleft,figure.obj-left,figure.align-center,div.align-center,figure.obj-center,.align-center,.obj-center{background-color:#f3f3f1;display:table}@media print,screen and (min-width:48.0625em){figure.align-right,div.align-right,figure.alignright,figure.obj-right,figure.align-left,div.align-left,figure.alignleft,figure.obj-left,figure.align-center,div.align-center,figure.obj-center,.align-center,.obj-center{margin-top:1.625rem}}figure.align-right figcaption,div.align-right figcaption,figure.alignright figcaption,figure.obj-right figcaption,figure.align-left figcaption,div.align-left figcaption,figure.alignleft figcaption,figure.obj-left figcaption,figure.align-center figcaption,div.align-center figcaption,figure.obj-center figcaption,.align-center figcaption,.obj-center figcaption{display:table-caption}figure.align-right.responsive-video-iframe,div.align-right.responsive-video-iframe,figure.alignright.responsive-video-iframe,figure.obj-right.responsive-video-iframe,figure.align-left.responsive-video-iframe,div.align-left.responsive-video-iframe,figure.alignleft.responsive-video-iframe,figure.obj-left.responsive-video-iframe,figure.align-center.responsive-video-iframe,div.align-center.responsive-video-iframe,figure.obj-center.responsive-video-iframe,.align-center.responsive-video-iframe,.obj-center.responsive-video-iframe{min-width:40%}figcaption{font-size:0.8125rem;line-height:1.8;font-weight:400;font-family:Libre Franklin,sans-serif;caption-side:bottom;padding:10px 0}.wysiwyg p,.wysiwyg ul,.wysiwyg ol,.wysiwyg .section--wysiwyg li,.wysiwyg .cke_editable li,.wysiwyg .intro-text,.wysiwyg blockquote,.wysiwyg h1,.wysiwyg h2,.wysiwyg h3,.wysiwyg h4,.wysiwyg h5,.wysiwyg h6,.wysiwyg .link-arrow{margin-top:1.25rem;margin-bottom:0}.wysiwyg h2+p,.wysiwyg h3+p,.wysiwyg h4+p,.wysiwyg h5+p,.wysiwyg h6+p{margin-top:0.9375rem}.wysiwyg .btn-row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:1.25rem .9375rem}.wysiwyg hr{background-color:#f3f3f1;border-style:none;height:5px;margin-top:2.5rem;margin-bottom:2.5rem}.card p:first-child,.card ul:first-child,.card ol:first-child,.card .section--wysiwyg li:first-child,.card .cke_editable li:first-child,.card .intro-text:first-child,.card blockquote:first-child,.card h1:first-child,.card h2:first-child,.card h3:first-child,.card h4:first-child,.card h5:first-child,.card h6:first-child,.card .link-arrow:first-child,section p:first-child,section ul:first-child,section ol:first-child,section .section--wysiwyg li:first-child,section .cke_editable li:first-child,section .intro-text:first-child,section blockquote:first-child,section h1:first-child,section h2:first-child,section h3:first-child,section h4:first-child,section h5:first-child,section h6:first-child,section .link-arrow:first-child,header p:first-child,header ul:first-child,header ol:first-child,header .section--wysiwyg li:first-child,header .cke_editable li:first-child,header .intro-text:first-child,header blockquote:first-child,header h1:first-child,header h2:first-child,header h3:first-child,header h4:first-child,header h5:first-child,header h6:first-child,header .link-arrow:first-child,.listing-item p:first-child,.listing-item ul:first-child,.listing-item ol:first-child,.listing-item .section--wysiwyg li:first-child,.listing-item .cke_editable li:first-child,.listing-item .intro-text:first-child,.listing-item blockquote:first-child,.listing-item h1:first-child,.listing-item h2:first-child,.listing-item h3:first-child,.listing-item h4:first-child,.listing-item h5:first-child,.listing-item h6:first-child,.listing-item .link-arrow:first-child,.section--wysiwyg p:first-child,.section--wysiwyg ul:first-child,.section--wysiwyg ol:first-child,.section--wysiwyg .section--wysiwyg li:first-child,.section--wysiwyg .cke_editable li:first-child,.section--wysiwyg .intro-text:first-child,.section--wysiwyg blockquote:first-child,.section--wysiwyg h1:first-child,.section--wysiwyg h2:first-child,.section--wysiwyg h3:first-child,.section--wysiwyg h4:first-child,.section--wysiwyg h5:first-child,.section--wysiwyg h6:first-child,.section--wysiwyg .link-arrow:first-child,.wysiwyg p:first-child,.wysiwyg ul:first-child,.wysiwyg ol:first-child,.wysiwyg .section--wysiwyg li:first-child,.wysiwyg .cke_editable li:first-child,.wysiwyg .intro-text:first-child,.wysiwyg blockquote:first-child,.wysiwyg h1:first-child,.wysiwyg h2:first-child,.wysiwyg h3:first-child,.wysiwyg h4:first-child,.wysiwyg h5:first-child,.wysiwyg h6:first-child,.wysiwyg .link-arrow:first-child{margin-top:0}@media print,screen and (max-width:64.06125em){.wysiwyg-block .callout-block{margin-top:2.5rem}}.vaf .vert-rule{padding-top:1.25rem}@media print,screen and (min-width:48.0625em){.vaf .vert-rule{padding-top:1.875rem}}.vaf .vaf__heading{font-family:Roboto Slab,serif;font-size:1rem;font-weight:400;line-height:1.8;display:block;margin-right:1.25rem}.vaf .vaf__group{display:block;margin:0;margin-top:.625rem;padding:0}.vaf .vaf__group li{margin-bottom:.625rem}.vaf .vaf__group li::after{content:"";font-family:"Font Awesome 5 Pro";font-weight:100;margin-left:.5rem}.vaf .vaf__item{cursor:pointer;font-weight:700;font-family:"Libre Franklin",sans-serif;border-style:solid;border-width:1px;display:inline-block;position:relative;z-index:2;line-height:1.2;text-decoration:none;margin-right:.625rem;margin-bottom:.625rem;padding:10px 15px;border-color:#a51c30;color:#fff;background:#a51c30}.vaf .vaf__item:hover,.vaf .vaf__item:focus{text-decoration:none;outline:none}.vaf .vaf__item:disabled{cursor:not-allowed;pointer-events:none;opacity:.6}@media print,screen and (min-width:48.0625em){.vaf .vaf__item{padding:15px 20px}}.vaf .vaf__item::before,.vaf .vaf__item::after{color:#fff}.vaf .vaf__item:hover{background:#fff;color:#a51c30}.vaf .vaf__item:hover::before,.vaf .vaf__item:hover::after{color:#a51c30}.vaf .vaf__item:focus{color:#1e1e1e;border-color:#8996a0;background:#bac5c6}.vaf .vaf__item:focus::before,.vaf .vaf__item:focus::after{color:#1e1e1e}.vaf .vaf__clear{margin:0;margin-top:.625rem;font-weight:700;font-family:"Libre Franklin",sans-serif;border-style:solid;border-width:1px;display:inline-block;position:relative;z-index:2;line-height:1.2;text-decoration:none;margin-right:.625rem;margin-bottom:.625rem;padding:10px 15px;border-color:#fff;color:#1e1e1e;background-color:#fff;-webkit-transition:all 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:all 150ms cubic-bezier(0.42,0.08,0.06,0.98);background-color:rgba(0,0,0,0);color:#fff}.vaf .vaf__clear:hover,.vaf .vaf__clear:focus{text-decoration:none;outline:none}.vaf .vaf__clear:disabled{cursor:not-allowed;pointer-events:none;opacity:.6}@media print,screen and (min-width:48.0625em){.vaf .vaf__clear{padding:15px 20px}}.vaf .vaf__clear:hover,.vaf .vaf__clear:focus{color:#fff;background-color:rgba(0,0,0,0)}.vaf .vaf__clear:hover{background-color:#fff;color:#1e1e1e}.vaf .vaf__clear:focus{color:#1e1e1e;border-color:#8996a0;background:#bac5c6}@media print,screen and (min-width:48.0625em){.vaf .vaf__heading{display:inline}.vaf .vaf__group{display:inline;margin-top:0}.vaf .active-filters>*:last-child{text-align:right}.vaf .vaf__clear{margin:0;margin-top:1.25rem}}@media print,screen and (min-width:48.0625em)and (min-width:48.0625em){.vaf .vaf__clear{margin-top:1.875rem}}.user-login-form,.page--utility .main-content{margin-top:2rem;margin-bottom:2rem}.user-login-form input{width:100%;max-width:25rem;margin-bottom:0}.user-login-form .description{width:100%;margin-bottom:1.5em;font-style:italic}.admin-tabs{right:calc(2.5rem / 2);bottom:calc(2.5rem / 2);left:calc(2.5rem / 2);position:fixed;z-index:10;margin:0;background:#262626}.admin-tabs ul{overflow:hidden;margin:0;padding:0;list-style:none}.admin-tabs li{display:inline-block}.admin-tabs li+li{margin-left:.5em}.admin-tabs a{display:block;margin:0;padding:.5em 1em;-webkit-transition:background-color 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:background-color 150ms cubic-bezier(0.42,0.08,0.06,0.98);text-decoration:none;color:#fff;border-radius:.25em;background-color:#a51c30;font-size:1.125rem;font-weight:700}.admin-tabs a:hover{background-color:#4e0d17}.admin-tabs a.is-active{background-color:#d1233d}@media print,screen and (min-width:40.0625em){.admin-tabs{left:auto}}.ajax-progress,.ajax-progress-fullscreen.ajax-progress{position:fixed;z-index:99999;top:0;left:0;display:inline-block;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100vw;height:100vh;padding:.0625rem .3125rem .125rem;background:rgba(255,255,255,.75) !important}.ajax-progress::before,.ajax-progress::after,.ajax-progress-fullscreen.ajax-progress::before,.ajax-progress-fullscreen.ajax-progress::after{position:absolute;display:block;-webkit-animation:fa-spin 2000ms infinite cubic-bezier(0.82,0.06,0.14,0.97);animation:fa-spin 2000ms infinite cubic-bezier(0.82,0.06,0.14,0.97);font-family:"Font Awesome 5 Pro";font-size:100px}.ajax-progress::before,.ajax-progress::after,.ajax-progress-fullscreen.ajax-progress::before,.ajax-progress-fullscreen.ajax-progress::after{content:""}.ajax-progress::after,.ajax-progress-fullscreen.ajax-progress::after{-webkit-animation:fa-spin 1500ms infinite cubic-bezier(0.82,0.06,0.14,0.97);animation:fa-spin 1500ms infinite cubic-bezier(0.82,0.06,0.14,0.97);opacity:.5}.ajax-progress .throbber,.ajax-progress-fullscreen.ajax-progress .throbber{display:none !important}[dir=rtl] .ajax-progress,[dir=rtl] .ajax-progress-fullscreen.ajax-progress{float:right}.ajax-progress .message,.ajax-progress-fullscreen.ajax-progress .message{display:inline;padding:.0625rem .3125rem .125rem}tr .ajax-progress-throbber .throbber{margin:0 .125rem}.ajax-progress-bar{width:16rem}.cookie-compliance-popup{position:fixed;z-index:999;right:0;bottom:0;left:0;color:#fff;background-color:#262626}.cookie-compliance-popup .grid-x,.cookie-compliance-popup .grid-container{width:100%}.cookie-compliance-popup .find-more-button{padding:0;text-decoration:underline;text-transform:none;color:#fff;background:none}.cookie-compliance-popup .find-more-button:hover,.cookie-compliance-popup .find-more-button:focus{text-decoration:none}.eu-cookie-compliance-message h2{font-family:Libre Franklin,sans-serif;font-size:1rem;font-weight:700;line-height:1.4;all:unset}@media print,screen and (min-width:64.0625em){.eu-cookie-compliance-message h2{font-size:1.125rem}}.eu-cookie-compliance-message .btn{cursor:pointer}.eu-cookie-compliance-buttons,.eu-cookie-compliance-message{all:unset}.form-item{margin-top:1.25rem;position:relative}@media print,screen and (min-width:48.0625em){.form-item{margin-top:1.875rem}}.form-item.form-item-search{margin-top:0}.form-item [type=checkbox],.form-item [type=radio]{position:absolute;top:65%;width:2em;height:2em;-webkit-transition:border-color 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:border-color 150ms cubic-bezier(0.42,0.08,0.06,0.98);-webkit-transform:translateY(-50%);transform:translateY(-50%);opacity:0;font-size:inherit}.form-item [type=checkbox]+label,.form-item [type=radio]+label{position:relative;margin-left:1.5em;-webkit-transition:color 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:color 150ms cubic-bezier(0.42,0.08,0.06,0.98)}.form-item [type=checkbox]+label::before,.form-item [type=radio]+label::before{position:absolute;top:0;left:-1.5em;display:block;width:1em;height:1em;content:"";-webkit-transition:background 150ms cubic-bezier(0.42,0.08,0.06,0.98),border-color 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-box-shadow 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:background 150ms cubic-bezier(0.42,0.08,0.06,0.98),border-color 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-box-shadow 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:background 150ms cubic-bezier(0.42,0.08,0.06,0.98),border-color 150ms cubic-bezier(0.42,0.08,0.06,0.98),box-shadow 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:background 150ms cubic-bezier(0.42,0.08,0.06,0.98),border-color 150ms cubic-bezier(0.42,0.08,0.06,0.98),box-shadow 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-box-shadow 150ms cubic-bezier(0.42,0.08,0.06,0.98);border:.0625em solid #262626}.form-item [type=checkbox]:disabled,.form-item [type=checkbox]:disabled+label,.form-item [type=radio]:disabled,.form-item [type=radio]:disabled+label{cursor:default}.form-item [type=checkbox]:focus+label::before,.form-item [type=radio]:focus+label::before{outline:2px solid}.form-item [type=checkbox]:invalid+label,.form-item [type=radio]:invalid+label{color:#a51c30}.form-item [type=checkbox]:invalid+label::before,.form-item [type=radio]:invalid+label::before{border-color:#a51c30;-webkit-box-shadow:0 0 0 .0625em #a51c30;box-shadow:0 0 0 .0625em #a51c30}.form-item [type=checkbox]:checked+label::before{background-color:#1e1e1e;border-color:#1e1e1e}.form-item [type=checkbox]:checked+label::after{position:absolute;top:55%;left:-1.125em;display:block;width:.3125em;height:.6875em;content:"";-webkit-transform:rotate(45deg) translate(-100%,-50%);transform:rotate(45deg) translate(-100%,-50%);border-width:0 .125em .125em 0;border-style:solid;border-color:#fff}.form-item [type=checkbox]:checked:disabled+label::after{border-color:#262626}.form-item [type=checkbox]:disabled+label::before{background-color:#f3f3f1;border-color:#bac5c6}.form-item [type=radio]+label::before{border-radius:50%;background-image:radial-gradient(#A51C30 0.25em,#ffffff 0.25em,#ffffff 0.5em,#A51C30 0.5em);background-repeat:no-repeat;background-position:50% 50%;background-size:0 0}.form-item [type=radio]:checked+label::before{border-color:#a51c30;background-size:1em 1em}.form-item [type=radio]:checked:disabled+label::before{border-color:#262626;background-image:radial-gradient(#262626 0.25em,#a6a6a6 0.25em,#a6a6a6 0.5em,#262626 0.5em)}.form-item [type=radio]:checked:invalid+label::before{background-image:radial-gradient(#A51C30 0.25em,#ffffff 0.25em,#ffffff 0.5em,#A51C30 0.5em)}.form-item [type=radio]:disabled+label::before{background-color:#a6a6a6}.form-required::after{content:"*";color:#a51c30}.webform-element-description{margin-top:.9375rem}.required>label::after{content:"*";color:#a51c30}[type=checkbox][name*="["]+label,.form-radio+label{margin-top:.25em;margin-bottom:.25em}.webform-managed-file-placeholder{color:#262626;font-family:"Libre Franklin",sans-serif;font-weight:400;font-style:italic}.form-managed-file [type=submit]{margin-left:1em;padding:.75em}form[class*=webform] .form-item{width:100%}form[class*=webform] .form-actions{margin-top:1.875rem;margin-bottom:1.875rem}@media print,screen and (min-width:64.0625em){form[class*=webform] .form-actions{margin-top:2.5rem;margin-bottom:2.5rem}}form[class*=webform] [type=text],form[class*=webform] [type=password],form[class*=webform] [type=date],form[class*=webform] [type=datetime],form[class*=webform] [type=datetime-local],form[class*=webform] [type=month],form[class*=webform] [type=week],form[class*=webform] [type=email],form[class*=webform] [type=number],form[class*=webform] [type=search],form[class*=webform] [type=tel],form[class*=webform] [type=time],form[class*=webform] [type=url],form[class*=webform] [type=color],form[class*=webform] [type=file],form[class*=webform] [type=image],form[class*=webform] fieldset,form[class*=webform] select,form[class*=webform] textarea{width:100%;max-width:25rem}form[class*=webform] .js-form-type-checkbox+.js-form-type-checkbox,form[class*=webform] .js-form-type-radio+.js-form-type-radio{margin-top:0}form[class*=webform] .fieldset-wrapper .js-form-type-checkbox,form[class*=webform] .fieldset-wrapper .js-form-type-radio{margin-top:.5rem}.element-invisible{position:absolute !important;overflow:hidden;clip:rect(1px,1px,1px,1px);width:1px;height:1px}.embedded-entity:not([class*=align-]){margin-top:1.25rem;width:100%}@media print,screen and (min-width:48.0625em){.embedded-entity:not([class*=align-]){margin-top:1.875rem}}.js .js-hide{display:none}.js-show{display:none}.js .js-show{display:block}.maintenance-page{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;height:100vh}.maintenance-page>.main-content{margin-bottom:6.25rem;padding-top:2.5rem}.maintenance-page>footer{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;-ms-flex-item-align:end;align-self:flex-end;width:100%;padding-top:1.25rem}.oho-alert{padding:1.5em}.oho-alert h2:first-child{margin-top:0}.oho-alert .fa{font-size:3.5em}.oho-alert a:not(.btn){color:#1e1e1e}.message-type--notice .fa{color:#a6a6a6}.message-type--notice a:not(.btn),.message-type--notice{color:#fff}.oho-banner{padding-top:0.625rem;padding-bottom:0.625rem}.pager{display:-webkit-box;display:-ms-flexbox;display:flex;font-family:"Libre Franklin",sans-serif;font-size:1.25rem;color:#a51c30;font-weight:700}.pager>.grid-container{width:100%}.pager__items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0;padding:0;padding-top:3.125rem;list-style:none}.pager__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:3.75rem;width:2.8125rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:1px solid rgba(0,0,0,0);-webkit-transition:all 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:all 150ms cubic-bezier(0.42,0.08,0.06,0.98)}.pager__item:hover,.pager__item:focus{background:#f3f3f1}@media print,screen and (min-width:40.0625em){.pager__item:not(:first-child):not(:last-child){margin-left:.25em}}.pager a{display:block;padding:0 .5em;-webkit-transition:color 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:color 150ms cubic-bezier(0.42,0.08,0.06,0.98);text-decoration:none;font-size:1rem;line-height:60px;text-align:center;width:100%}.pager a:hover{text-decoration:none;color:#4e0d17}.pager .is-active{background-color:#1e1e1e;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:3.75rem;width:3.125rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.pager .is-active a{color:#fff}.pager [aria-hidden=true]{display:none}.pager [class*=pager__item--] a::before,.pager [class*=pager__item--] a::after{font-family:"Font Awesome 5 Pro";font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased}.pager__item--first{margin-right:-1px}.pager__item--first a::before{content:""}@media print,screen and (min-width:40.0625em){.pager__item--first{margin-right:-6px}}.pager__item--previous a::before{content:""}.pager__item--next a::after{content:""}.pager__item--last{margin-left:-1px}.pager__item--last a::after{content:""}.pager__item--first,.pager__item--previous,.pager__item--next,.pager__item--last{border:1px solid #a51c30;height:3.75rem;width:3.75rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:1px solid #a51c30;-webkit-transition:all 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:all 150ms cubic-bezier(0.42,0.08,0.06,0.98)}.pager__item--first:hover,.pager__item--first:focus,.pager__item--previous:hover,.pager__item--previous:focus,.pager__item--next:hover,.pager__item--next:focus,.pager__item--last:hover,.pager__item--last:focus{background-color:#1e1e1e}.pager__item--first:hover a:before,.pager__item--first:hover a:after,.pager__item--first:focus a:before,.pager__item--first:focus a:after,.pager__item--previous:hover a:before,.pager__item--previous:hover a:after,.pager__item--previous:focus a:before,.pager__item--previous:focus a:after,.pager__item--next:hover a:before,.pager__item--next:hover a:after,.pager__item--next:focus a:before,.pager__item--next:focus a:after,.pager__item--last:hover a:before,.pager__item--last:hover a:after,.pager__item--last:focus a:before,.pager__item--last:focus a:after{color:#fff}@media print,screen and (max-width:40.06125em){.pager__item:not([class*=pager__item--]),.pager__item--ellipsis{display:none}.pager__item.is-active{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:2.1875rem;margin-left:2.1875rem}}.page--search .main-content h2{margin-bottom:2.5rem}@media print,screen and (min-width:48.0625em){.page--search .main-content h2{margin-bottom:3.125rem}}.page--search .main-content .dark-bg{padding-top:2.5rem}@media print,screen and (min-width:48.0625em){.page--search .main-content .dark-bg{padding-top:3.125rem}}@media print,screen and (min-width:64.0625em){.page--search .main-content .dark-bg{padding-top:5rem}}.page--search .main-content .search-form{padding-bottom:2.5rem}@media print,screen and (min-width:48.0625em){.page--search .main-content .search-form{padding-bottom:3.125rem}}@media print,screen and (min-width:64.0625em){.page--search .main-content .search-form{padding-bottom:5rem}}.page--search .main-content .search-form .form-item{margin-top:0;display:inline-block}.page--search .main-content .search-form .container-inline{position:relative}.page--search .main-content .search-form label{display:block}.page--search .main-content .search-form [type=search]{width:91vw;font-size:1rem}.page--search .main-content .search-form button{margin-top:0.625rem}.page--search .main-content .search-form a{color:#a51c30;margin-top:0.625rem;display:inline-block;color:#fff}.page--search .main-content .search-form a.btn{padding-right:1.875rem}.page--search .main-content .search-form a::after{font-family:"Font Awesome 5 Pro";position:absolute;padding-left:1.25rem;content:"";font-weight:300;color:#a51c30;-webkit-transition:opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:transform 150ms cubic-bezier(0.42,0.08,0.06,0.98),opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:transform 150ms cubic-bezier(0.42,0.08,0.06,0.98),opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98)}.page--search .main-content .search-form a:hover::after,.page--search .main-content .search-form a:focus::after{-webkit-transform:translateX(5px);transform:translateX(5px)}.page--search .main-content .search-form a:hover{text-decoration-color:#d1233d}@media print,screen and (min-width:40.0625em){.page--search .main-content .search-form button{margin-top:0;position:absolute;top:2.125rem;margin-left:-5.75rem}.page--search .main-content .search-form [type=search]{width:80vw;max-width:43.75rem;font-size:1rem}}@media print,screen and (min-width:64.0625em){.page--search .main-content .search-form [type=search]{width:45vw;max-width:43.75rem;font-size:1rem}}.page--search .main-content .search-results{padding:0;list-style:none;margin-top:0;padding-top:2.5rem}@media print,screen and (min-width:48.0625em){.page--search .main-content .search-results{padding-top:3.125rem}}.page--search .main-content .search-result{padding-left:0}.page--search .main-content .search-result::before{display:none}.page--search .main-content .search-result+.search-result{margin-top:1.875rem;padding-top:1.875rem;border-top:5px solid #f3f3f1}.page--search .main-content .search-result__title{font-family:Libre Franklin,sans-serif;font-size:1.125rem;font-weight:700;line-height:1.4;margin:0}@media print,screen and (min-width:64.0625em){.page--search .main-content .search-result__title{font-size:1.25rem}}.page--search .main-content .search-result__snippet{margin-bottom:0}.system-messages{right:calc(2.5rem / 2);left:calc(2.5rem / 2);position:fixed;z-index:10;bottom:9rem}@media print,screen and (min-width:40.0625em){.system-messages{bottom:6.5rem}}@media print,screen and (min-width:64.0625em){.system-messages{right:auto;bottom:2.5rem}}.messages-contain-error .system-messages{position:static}.messages{border:.0625rem solid;border-radius:.25rem}.messages ul{margin:0;padding:0;list-style:none}.messages a{text-decoration:underline;color:inherit;font-weight:700}.messages--status{color:#8dc63f;border-color:#bcdd8e;background:#eaf5dc}.messages--warning{color:#e09600;border-color:#ffc247;background:#fff5e0}.messages--error{color:#a51c30;border-color:#e0475d;background:#ef9eaa}.has-alert .messages{position:absolute}.messages__close{float:right;margin:0 0 1rem 1rem;cursor:pointer}.messages__close:hover{text-decoration:underline}.archive-tag{font-family:Libre Franklin,sans-serif;font-size:0.8125rem;font-weight:400;line-height:1.2;position:relative}.archive-tag span:first-child{font-family:"Font Awesome 5 Pro";font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased;color:#8c8179}.archive-tag span:not(:first-child){font-weight:700;margin-left:5px}.link-arrow{color:#a51c30}.link-arrow.btn{padding-right:1.875rem}.link-arrow::after{font-family:"Font Awesome 5 Pro";position:absolute;padding-left:1.25rem;content:"";font-weight:300;color:#a51c30;-webkit-transition:opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:transform 150ms cubic-bezier(0.42,0.08,0.06,0.98),opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:transform 150ms cubic-bezier(0.42,0.08,0.06,0.98),opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98)}.link-arrow:hover::after,.link-arrow:focus::after{-webkit-transform:translateX(5px);transform:translateX(5px)}ul.article-topics{list-style-type:none;padding-left:0}ul.article-topics li{display:inline-block}ul.article-topics li:not(:last-child){margin-right:.625rem}ul.article-topics li a{color:#1e1e1e;font-size:.875rem;line-height:1.7;text-decoration-color:#a51c30}ul.article-topics li a:hover{color:#766a65}.btn{font-weight:700;font-family:"Libre Franklin",sans-serif;border-style:solid;border-width:1px;display:inline-block;position:relative;z-index:2;line-height:1.2;text-decoration:none;margin-right:.625rem;margin-bottom:.625rem;padding:10px 15px;border-color:#a51c30;color:#fff;background:#a51c30}.btn:hover,.btn:focus{text-decoration:none;outline:none}.btn:disabled{cursor:not-allowed;pointer-events:none;opacity:.6}@media print,screen and (min-width:48.0625em){.btn{padding:15px 20px}}.btn::before,.btn::after{color:#fff}.btn:hover{background:#fff;color:#a51c30}.btn:hover::before,.btn:hover::after{color:#a51c30}.btn:focus{color:#1e1e1e;border-color:#8996a0;background:#bac5c6}.btn:focus::before,.btn:focus::after{color:#1e1e1e}@media print,screen and (min-width:48.0625em){.btn{padding:10px 15px}}@media print,screen and (min-width:48.0625em)and (min-width:48.0625em){.btn{padding:20px 30px}}.dark-bg .btn:hover,.dark-bg .btn:focus{background:#fff;color:#a51c30}.btn--alternate{font-weight:700;font-family:"Libre Franklin",sans-serif;border-style:solid;border-width:1px;display:inline-block;position:relative;z-index:2;line-height:1.2;text-decoration:none;margin-right:.625rem;margin-bottom:.625rem;padding:10px 15px;border-color:#fff;color:#1e1e1e;background-color:#fff;-webkit-transition:all 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:all 150ms cubic-bezier(0.42,0.08,0.06,0.98)}.btn--alternate:hover,.btn--alternate:focus{text-decoration:none;outline:none}.btn--alternate:disabled{cursor:not-allowed;pointer-events:none;opacity:.6}@media print,screen and (min-width:48.0625em){.btn--alternate{padding:15px 20px}}.btn--alternate:hover,.btn--alternate:focus{color:#fff;background-color:rgba(0,0,0,0)}@media print,screen and (min-width:48.0625em){.btn--alternate{padding:10px 15px;border-color:#fff;color:#1e1e1e;background-color:#fff;-webkit-transition:all 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:all 150ms cubic-bezier(0.42,0.08,0.06,0.98)}}@media print,screen and (min-width:48.0625em)and (min-width:48.0625em){.btn--alternate{padding:20px 30px}}@media print,screen and (min-width:48.0625em){.btn--alternate:hover,.btn--alternate:focus{color:#fff;background-color:rgba(0,0,0,0)}}.btn--small{padding:10px 15px}@media print,screen and (min-width:48.0625em){.btn--small{padding:15px 20px}}.btn--align-right{display:table;margin-left:auto}.btn--align-center{display:table;margin-right:auto;margin-left:auto}.elf-external,.link-external,.external{position:relative}.elf-external:after,.link-external:after,.external:after{font-family:"Font Awesome 5 Pro";font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased;display:inline-block;padding-left:.25em;content:""}a[data-entity-type=media]:after,[href$=".doc"]:after,[href$=".docx"]:after,[href$=".pdf"]:after,[href$=".ppt"]:after,[href$=".pptx"]:after,[href$=".xls"]:after,[href$=".xlsx"]:after,[href$=".zip"]:after{font-family:"Font Awesome 5 Pro";font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased;display:inline-block;padding-left:.625rem;content:""}.btn--centered{margin-left:auto;margin-right:auto;display:table}.icon-list{display:block}.icon-list li:not(:first-child){margin-top:0.625rem}.icon-list li,.icon-list a{display:block;font-family:"Libre Franklin",sans-serif}.icon-list li{position:relative;padding-left:1.875rem}.icon-list__icon{position:absolute;left:0;top:.125rem}.icon-list--inline{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.icon-list--inline li:not(:first-child){margin-top:0}.icon-list--inline li:not(:last-child){margin-right:1.875rem}[href*="mailto:"]{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:block;max-width:100%}.intro-text{font-size:1.125rem;font-weight:100;line-height:1.8;font-family:Libre Franklin,sans-serif}@media print,screen and (min-width:48.0625em){.intro-text{font-size:1.375rem}}.section-heading__heading{margin:0}.section-heading .btn{margin:0;margin-top:.9375rem}@media print,screen and (min-width:48.0625em){.section-heading .btn{float:right;margin-top:0}}@supports not (--css:variables){.section-heading{color:#1e1e1e}}@-webkit-keyframes slide-in{from{-webkit-transform:none;transform:none}to{-webkit-transform:translateY(-100%);transform:translateY(-100%)}}@keyframes slide-in{from{-webkit-transform:none;transform:none}to{-webkit-transform:translateY(-100%);transform:translateY(-100%)}}.cookie-banner{position:fixed;top:100%;left:0;right:0;margin:auto;width:100%;z-index:10;-webkit-transition:-webkit-transform 1s cubic-bezier(0.42,0.08,0.06,0.98);transition:-webkit-transform 1s cubic-bezier(0.42,0.08,0.06,0.98);transition:transform 1s cubic-bezier(0.42,0.08,0.06,0.98);transition:transform 1s cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 1s cubic-bezier(0.42,0.08,0.06,0.98);-webkit-transform:none;transform:none;max-width:90rem;padding:1.25rem}.cookie-banner__inner{background-color:#fff;padding:2.5rem;-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.5);box-shadow:0 0 10px 0 rgba(0,0,0,.5)}.cookie-banner .grid-x{-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media print,screen and (min-width:48.0625em){.cookie-banner .grid-x{-ms-flex-wrap:nowrap;flex-wrap:nowrap}}.cookie-banner .wysiwyg{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:-1.25rem}@media print,screen and (min-width:48.0625em){.cookie-banner .wysiwyg{padding-right:1.25rem}}.cookie-banner .flex-child-shrink,.cookie-banner .flex-child-grow{margin-top:1.25rem}@media print,screen and (min-width:48.0625em){.cookie-banner .flex-child-grow{padding-right:1.25rem}}.cookie-banner .btn{margin:0}.cookie-banner a:not(.btn){margin-right:1.25rem}html.oho-js body:not(.cookie-panel-dismissed) .cookie-banner{-webkit-animation:slide-in;animation:slide-in;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-delay:3s;animation-delay:3s}.site-footer{background-color:#fff}@media print,screen and (min-width:48.0625em){.site-footer{padding:1.25rem 1.25rem 0 1.25rem}}.site-footer a:not(.btn):not(.social-media *){color:#1e1e1e;text-decoration-color:#a51c30;text-decoration-thickness:2px;-webkit-transition:all 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:all 150ms cubic-bezier(0.42,0.08,0.06,0.98)}.site-footer a:not(.btn):not(.social-media *):hover{color:#8c8179}.site-footer__content{background-color:#f3f3f1}.site-footer__columns-wrapper{row-gap:1.875rem}.site-footer__nav ul{margin:0;padding:0;list-style:none}.site-footer__nav a{font-family:Libre Franklin,sans-serif;font-size:1.125rem;font-weight:700;line-height:1.4}@media print,screen and (min-width:64.0625em){.site-footer__nav a{font-size:1.25rem}}.site-footer__nav li+li{margin-top:.9375rem}.site-footer__info .btn{margin:1.25rem 0 0 0;font-size:.875rem}@media print,screen and (min-width:48.0625em){.site-footer__info .btn{padding:1.25rem 1.875rem}}.site-footer p{font-family:Roboto Slab,serif;font-size:0.9375rem;font-weight:400;line-height:1.5}.site-footer__copyright{display:-webkit-box;display:-ms-flexbox;display:flex;gap:.625rem}.site-footer__copyright a{font-size:.875rem}.site-footer__logo img,.site-footer__logo svg{max-width:13.75rem;width:100%}@media print,screen and (min-width:48.0625em){.site-footer__logo img,.site-footer__logo svg{max-width:18.75rem}}@media print,screen and (min-width:48.0625em){.site-footer__social-media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.site-footer__copyright{gap:.9375rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:1.25rem}}@media screen and (min-width:77.5em){.site-footer__copyright{padding-left:0}}.site-header{position:relative;z-index:10;height:3.4375rem}.site-header::before{background:#fff;content:"";display:block;height:100px;position:absolute;width:100%;top:-100px}.site-header__sticky-container{background:#fff;height:3.4375rem;will-change:transform}@media print,screen and (min-width:64.0625em){.site-header__sticky-container{height:7.9375rem}}.site-header__container{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:5px;-moz-column-gap:5px;column-gap:5px;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%}.site-header__container .site-header__logo{margin-right:auto;padding:0;position:relative;-webkit-transform:none;transform:none;top:auto;left:auto}.site-header__container .site-search__btn{margin:0;position:relative;top:auto;right:auto}.site-header__container .mobile-menu-button{position:relative;top:auto;right:auto;bottom:auto}.site-header ul{margin:0;padding:0;list-style:none}.site-header li{position:relative}.site-header__logo{display:block}.site-header__logo img,.site-header__logo svg{display:block;max-width:8.6875rem;-webkit-transition:max-width .6s ease-in-out;transition:max-width .6s ease-in-out;width:100%}.site-header--beyond-threshold.site-header--scroll-up .site-header__sticky-container{-webkit-box-shadow:0px 2px 3px rgba(0,0,0,.1);box-shadow:0px 2px 3px rgba(0,0,0,.1)}.site-header--beyond-threshold .site-header__sticky-container{position:fixed;z-index:10;top:0;width:100%;-webkit-transform:translateY(-100%);transform:translateY(-100%);-webkit-transition:-webkit-box-shadow .3s ease-in-out;transition:-webkit-box-shadow .3s ease-in-out;transition:box-shadow .3s ease-in-out;transition:box-shadow .3s ease-in-out,-webkit-box-shadow .3s ease-in-out}.site-header--beyond-threshold-animate .site-header__sticky-container{-webkit-transition:-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:transform 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98)}.site-header--scroll-up .site-header__sticky-container,.site-header--at-bottom .site-header__sticky-container{height:3.4375rem;-webkit-transform:translateY(0);transform:translateY(0)}@media print,screen and (min-width:64.0625em){.site-header--scroll-up .site-header__sticky-container,.site-header--at-bottom .site-header__sticky-container{height:7.9375rem}}@media print,screen and (min-width:64.0625em){.site-header{height:7.9375rem}.site-header__logo{padding-left:3.75rem}.site-header__logo img,.site-header__logo svg{max-width:12.5rem}}@media screen and (min-width:71.875em){.site-header__logo img,.site-header__logo svg{max-width:17.6875rem}}.mobile-menu-button{display:none}@media print,screen and (max-width:64.06125em){.mobile-menu-button{position:absolute;top:.625rem;right:1.25rem;bottom:0;display:block;width:2.1875rem;height:2.1875rem;margin:0;padding:0;background-color:#f3f3f1}.mobile-menu-button::before{content:"";-webkit-transition:color 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:color 150ms cubic-bezier(0.42,0.08,0.06,0.98);color:#1e1e1e;font-family:"Font Awesome 5 Pro";font-size:1.1rem;font-weight:400}.mobile-menu-open .mobile-menu-button::before{content:""}.mobile-menu-button:hover{background-color:#a51c30;border-color:#a51c30}.mobile-menu-button:hover::before{color:#fff}.mobile-menu-open .mobile-menu-button{background-color:#a51c30;border-color:#a51c30}.mobile-menu-open .mobile-menu-button:hover{background-color:rgba(0,0,0,0)}.mobile-menu-open .mobile-menu-button:hover::before{color:#a51c30}.mobile-menu-open .mobile-menu-button::before{color:#fff}}@media print,screen and (max-width:64.06125em){.site-header__main{position:absolute;z-index:1;right:0;display:-webkit-box;display:-ms-flexbox;display:flex;visibility:hidden;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;width:24rem;background-color:#1e1e1e;top:3.4375rem}.site-header__main .btn--small{font-size:.875rem}.mobile-menu-open .site-header__main{display:block;visibility:visible;max-height:calc(100vh - 3.75rem);overflow-y:auto}}@media print,screen and (max-width:40.06125em){.site-header__main{width:100vw}}.site-header__menu-wrapper a{text-decoration:none}@media print,screen and (max-width:64.06125em){.site-header__menu-wrapper{padding:1.875rem 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border-bottom:3px solid #8996a0}.site-header__menu-wrapper .btn{margin:1.25rem 1.25rem 0;text-align:center;padding:15px 20px}.site-header__menu-wrapper .utility-menu a,.site-header__menu-wrapper .main-menu a{text-decoration:underline;text-decoration-color:#a51c30;text-decoration-thickness:2px;text-underline-offset:5px}.site-header__menu-wrapper .utility-menu a:hover,.site-header__menu-wrapper .main-menu a:hover{color:#8c8179;text-decoration-color:#fff}}@media print,screen and (min-width:64.0625em){.site-header__menu-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;gap:1.875rem;position:relative;top:auto;right:auto}.site-header__menu-wrapper .btn{margin:0}}.site-search__btn{display:block;height:2.1875rem;width:2.1875rem}.site-search__btn::before{color:#766a65;content:"";font-family:"Font Awesome 5 Pro";font-size:1.1rem;font-weight:400;position:absolute;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:color 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:color 150ms cubic-bezier(0.42,0.08,0.06,0.98);top:50%;left:50%}.site-search__btn:hover:before{color:#a51c30}@media print,screen and (min-width:64.0625em){.site-search__btn{display:none}}.site-header__main .site-search__btn{display:none}@media print,screen and (min-width:64.0625em){.site-header__main .site-search__btn{display:block;margin-right:0;position:relative;width:.9375rem;top:auto;right:auto}}.site-search{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.site-search .form-item{margin-top:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex}.site-search .search-block-form form{position:relative;width:100%;padding:.5em;display:-webkit-box;display:-ms-flexbox;display:flex}.site-search .search-block-form label{position:absolute !important;overflow:hidden;clip:rect(1px,1px,1px,1px);width:1px;height:1px}.site-search .search-block-form input{width:100%;margin:0;padding:.3125rem 1.25rem}.site-search .search-block-form input::-webkit-input-placeholder{color:#1e1e1e;font-style:italic;font-weight:300}.site-search .search-block-form input::-moz-placeholder{opacity:1;color:#1e1e1e;font-style:italic;font-weight:300}.site-search .search-block-form input:-ms-input-placeholder{color:#1e1e1e;font-style:italic;font-weight:300}.site-search .search-block-form input[type=submit]{margin-right:180px}.site-search .search-block-form .form-actions{display:-webkit-box;display:-ms-flexbox;display:flex}.site-search .search-block-form button{position:absolute;margin:0}.site-search__toggle{display:none}@media print,screen and (max-width:64.06125em){.site-search{position:absolute;top:0;height:4.5rem;width:100%}.site-search .search-block-form form{height:100%;background:#1e1e1e;height:4.5rem;margin:0 1.25rem;padding:.75em 0}.site-search .search-block-form input[type=text]{font-size:1rem;padding-left:1.25rem;background-color:#fff;height:100%}.site-search .search-block-form input[type=text]::-webkit-input-placeholder{font-size:1rem;font-weight:400}.site-search .search-block-form input[type=text]::-moz-placeholder{opacity:1;font-size:1rem;font-weight:400}.site-search .search-block-form input[type=text]:-ms-input-placeholder{font-size:1rem;font-weight:400}.site-search .search-block-form input[type=submit]{padding:.3125rem;font-size:0;width:3.75rem;background-image:url(/themes/custom/hms_magazine/assets/img/search-glass.svg);background-color:#d9d9d9;background-position:center;background-repeat:no-repeat;border-radius:0;border:1px solid #1e1e1e;margin-right:40px}.site-search .search-block-form input[type=submit]:hover{background-color:#fff}.site-search .search-block-form input[type=submit]:focus{background-color:#fff}}@media print,screen and (min-width:64.0625em){.site-search{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.site-search__toggle{display:block;margin:0;padding:.5em;height:2.1875rem;width:2.1875rem;-webkit-transition:color 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:color 150ms cubic-bezier(0.42,0.08,0.06,0.98);background-color:#fff;height:100%;z-index:4;font-size:16px;border:none}.site-search__toggle::before{color:#766a65;content:"";font-family:"Font Awesome 5 Pro";font-size:1.1rem;font-weight:400;position:absolute;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:color 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:color 150ms cubic-bezier(0.42,0.08,0.06,0.98);top:50%;left:50%}.site-search__toggle:hover:before{color:#a51c30}.site-search__toggle:focus{background-color:#fff;outline:0}.site-search .search-block-form form{position:absolute;z-index:3;left:0;top:0;padding:0;height:100%;width:calc(100% - 75px);padding-right:.875rem;display:none;background-color:#fff}.site-search .search-block-form input[type=text]{width:100%;height:100%}.site-search .search-block-form .form-actions{padding-left:.625rem}}html:not(.oho-js) .search-block-form form,.search-panel-open .search-block-form form{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}html:not(.oho-js) .site-search__toggle,.search-panel-open .site-search__toggle{-ms-flex-item-align:end;align-self:flex-end}html:not(.oho-js) .site-search__toggle:focus,.search-panel-open .site-search__toggle:focus{outline:0}html:not(.oho-js) .site-search__toggle:before,.search-panel-open .site-search__toggle:before{content:""}.sock{padding:1.875rem 0}.page--home .sock{margin-top:0}.sock__title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.sock__form form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.sock__form .textInput.defaultText{height:3.0625rem;font-weight:400;font-family:"Roboto Slab",serif;width:100%;padding:.625rem .9375rem;margin:0}.sock__form .buttonStyle{font-size:.875rem}@media print,screen and (max-width:48.06125em){.sock .grid-x{gap:1.25rem}.sock__form form{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.9375rem;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}@media print,screen and (min-width:48.0625em){.sock{padding:2.5rem 0}.sock__form form{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.sock__form .textInput.defaultText{width:97%;height:3.5625rem;padding:.9375rem;padding-right:7.5rem;overflow-y:auto}.sock__form .defaultText.buttonStyle{position:absolute;margin-right:.625rem}}.accessible-menu li{position:relative}.accessible-menu .menu-item__button{position:absolute;border:none;background-color:rgba(0,0,0,0)}@media print,screen and (max-width:64.06125em){.accessible-menu .menu-item__button{position:absolute;top:0;right:0;width:2em;height:2em;margin:0;padding:.375em;color:rgba(0,0,0,0);font-size:1.5rem}.accessible-menu .menu-item__button::before{display:inline-block;width:100%;content:"";color:#fff;font-family:"Font Awesome 5 Pro"}}@media print,screen and (min-width:64.0625em){.accessible-menu .menu-item__button{position:absolute;opacity:1;left:auto;right:-1.25rem;top:0;height:100%;padding:0;width:2.5rem;-webkit-transition:opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98);opacity:1}.accessible-menu .menu-item__button::before{width:100%;content:"";color:#a51c30;font-family:"Font Awesome 5 Pro";font-size:16px}.accessible-menu .menu-item__button:focus{opacity:1}}.accessible-menu .menu-item--open>ul{display:block}@media print,screen and (max-width:64.06125em){.accessible-menu .menu-item--open>.menu-item__button::before{content:""}}@media print,screen and (min-width:64.0625em){.accessible-menu .menu-item--open>.menu-item__button::before{content:""}}.accessible-menu .menu-item--expanded:hover>.menu-item__button:before{content:""}@media print,screen and (min-width:64.0625em){.touchevents .accessible-menu .menu-item__button{opacity:1;left:auto;right:-1.25rem;top:0;height:100%;padding:0;width:2.5rem}.touchevents .accessible-menu .menu-item--expanded>a,.touchevents .accessible-menu .menu-item--expanded>span{padding-right:1.5625rem}}.article-menu{margin-top:1.25rem}@media print,screen and (min-width:64.0625em){.article-menu{margin-top:0}}.article-menu ul{background-color:#1e1e1e}@media print,screen and (min-width:64.0625em){.article-menu ul{background-color:rgba(0,0,0,0);display:-webkit-box;display:-ms-flexbox;display:flex;gap:1.875rem}}.article-menu .menu-item--expanded{background-color:#fff;margin:0 1.25rem;padding-top:1.25rem}@media print,screen and (min-width:64.0625em){.article-menu .menu-item--expanded{margin:0;padding-top:0}}@media print,screen and (min-width:64.0625em){.article-menu .menu-item--expanded:last-child{margin-right:7px}}.article-menu .menu-item--expanded ul{background-color:#fff;margin-top:.3125rem}@media print,screen and (min-width:64.0625em){.article-menu .menu-item--expanded ul{margin-top:0}}.article-menu .menu-item--expanded+.menu-item--expanded{margin-top:1.25rem}@media print,screen and (min-width:64.0625em){.article-menu .menu-item--expanded+.menu-item--expanded{margin-top:0;margin-left:7px}}.article-menu li{display:block}.article-menu a{display:block;font-family:"Libre Franklin",sans-serif}@media print,screen and (min-width:64.0625em){.article-menu a{padding:15px 0}}.article-menu__title,.article-menu_label{font-family:"Libre Franklin",sans-serif;font-size:.875rem}.article-menu__title{display:none}@media print,screen and (min-width:64.0625em){.article-menu__title{border:1px solid rgba(0,0,0,0);color:#1e1e1e;cursor:pointer;display:block;font-size:1.125rem;font-weight:700;line-height:22px;margin-right:1rem;padding:.4375rem 0}.article-menu__title:hover{text-decoration:none}}.article-menu__label{color:#766a65;cursor:default;font-family:"Libre Franklin",sans-serif;font-size:.875rem;font-weight:600;line-height:1.5;padding-left:20px}@media print,screen and (min-width:64.0625em){.article-menu__label{display:none}}@media print,screen and (min-width:64.0625em){.article-menu ul ul{background-color:#fff;padding:.3125rem 0;border-top:2px solid #a51c30;-webkit-box-shadow:0px 0px 5px rgba(0,0,0,.3);box-shadow:0px 0px 5px rgba(0,0,0,.3);position:absolute;z-index:1;left:0;display:none;min-width:15.625rem}}.article-menu ul ul a{color:#1e1e1e;padding:.9375rem 0}.article-menu ul ul a:hover{color:#a51c30}.article-menu ul ul li{margin:0 1.25rem}@media print,screen and (min-width:64.0625em){.article-menu ul ul li{display:block;margin-right:1.25rem;margin-left:1.25rem}}.article-menu ul ul li+li{border-top:1px solid #bac5c6}@media print,screen and (min-width:64.0625em){.no-touchevents .article-menu .menu-item--expanded:hover>ul{display:block}}@media print,screen and (max-width:64.06125em){.article-menu .menu-item--expanded>ul{display:block}}@media print,screen and (max-width:64.06125em){.mobile-menu-open .article-menu .menu-item--expanded .menu-item__button{display:none}}@media print,screen and (min-width:64.0625em){.touchevents .article-menu.accessible-menu .menu-item__button{right:0;width:1.25rem}.touchevents .article-menu.accessible-menu .menu-item--expanded>a,.touchevents .article-menu.accessible-menu .menu-item--expanded>span{padding-right:1.875rem}}.child-page-menu ul,.child-page-menu li{list-style:none}.child-page-menu ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-right:-1.25rem;margin-left:-1.25rem}.child-page-menu li{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:calc(100% - 2.5rem);margin-left:1.25rem;margin-right:1.25rem}@media print,screen and (min-width:48.0625em){.child-page-menu li{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:calc(33.3333333333% - 2.5rem);margin-left:1.25rem;margin-right:1.25rem}}.child-page-menu a{color:#a51c30;font-family:Libre Franklin,sans-serif;font-size:1.25rem;font-weight:700;line-height:1.2;padding-top:0.9375rem;padding-bottom:0.9375rem;display:block;width:100%;border-top:.125rem solid #a6a6a6}.child-page-menu a.btn{padding-right:1.875rem}.child-page-menu a::after{font-family:"Font Awesome 5 Pro";position:absolute;padding-left:1.25rem;content:"";font-weight:300;color:#a51c30;-webkit-transition:opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:transform 150ms cubic-bezier(0.42,0.08,0.06,0.98),opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:transform 150ms cubic-bezier(0.42,0.08,0.06,0.98),opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98)}.child-page-menu a:hover::after,.child-page-menu a:focus::after{-webkit-transform:translateX(5px);transform:translateX(5px)}@media print,screen and (min-width:48.0625em){.child-page-menu a{font-size:1.375rem}}@media print,screen and (min-width:64.0625em){.child-page-menu a{font-size:1.5rem}}.child-page-menu li:first-child a{border-top:0}@media print,screen and (min-width:48.0625em){.child-page-menu li:nth-child(-n+3) a{border-top:0}}.main-menu li,.main-menu a{display:block}.main-menu a{font-family:"Libre Franklin",sans-serif;font-size:1.125rem;font-weight:600;border:1px solid rgba(0,0,0,0)}.main-menu .menu-item--active-trail>a{color:#a51c30 !important}@media print,screen and (max-width:64.06125em){.main-menu{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-top:1.25rem}.main-menu ul{width:100%;margin:0 1.25rem}.main-menu a{color:#fff}.main-menu li+li{border-top:1px solid gray}.main-menu ul ul{display:none}.main-menu ul ul li+li{border-top-color:#262626}.main-menu ul ul a{color:#1e1e1e;background-color:gray}}@media print,screen and (min-width:64.0625em){.main-menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.main-menu::before{content:"|";margin-right:1.875rem;color:#bac5c6;font-size:1.1875rem}.main-menu ul{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.main-menu li{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.main-menu a{padding:.5em 0;text-align:center}.main-menu a:focus{color:#1e1e1e}.main-menu ul>li:nth-last-child(-n+1)>ul{right:0}.main-menu ul ul{position:absolute;display:none;width:auto;min-width:16rem}.main-menu ul ul li:hover>a{background-color:#a6a6a6}.main-menu ul ul a{padding:.5em 1em;text-align:left;color:#1e1e1e;background-color:gray}.main-menu ul ul a:focus{background-color:#a6a6a6}}@media print,screen and (min-width:64.0625em){.no-touchevents .main-menu .menu-item--expanded:hover>ul{display:block}}.menu-item--disabled>a{cursor:default}.menu-item--disabled>a button{left:0;width:auto;padding-right:.625em;text-align:right;background-color:rgba(0,0,0,0)}.menu-item--overview{display:none !important}.menu-item--disabled .menu-item--overview{display:block !important}.utility-menu a,.utility-menu li{display:block}.utility-menu a{font-family:"Libre Franklin",sans-serif;font-size:1.125rem}@media print,screen and (max-width:64.06125em){.utility-menu{margin-left:1.25rem}.utility-menu ul{-webkit-column-count:2;-moz-column-count:2;column-count:2}.utility-menu a{color:#fff;font-weight:700}.utility-menu a:hover{color:#d1233d}}@media print,screen and (min-width:64.0625em){.utility-menu ul{display:-webkit-box;display:-ms-flexbox;display:flex}.utility-menu a{line-height:22px;padding:.625rem 0;text-align:center}}.accordion{clear:both}.accordion:not(:first-child) .accordion__button{border-top:1px solid #bac5c6}.accordion.accordion--open+.accordion .accordion__button{border-top:0}.accordion__button{background-color:#f3f3f1;color:#1e1e1e;position:relative;width:100%;margin:0;padding:1.25em 3.75em 1.25em 1.25em;-webkit-transition:background-color 150ms cubic-bezier(0.42,0.08,0.06,0.98),color 150ms cubic-bezier(0.42,0.08,0.06,0.98),border 0 cubic-bezier(0.42,0.08,0.06,0.98) 400ms;transition:background-color 150ms cubic-bezier(0.42,0.08,0.06,0.98),color 150ms cubic-bezier(0.42,0.08,0.06,0.98),border 0 cubic-bezier(0.42,0.08,0.06,0.98) 400ms;text-align:left;border:0}.accordion__button:hover{color:#a51c30;background-color:#f3f3f1}.accordion__button:focus{color:#1e1e1e;background:#bac5c6}.accordion__button:focus path{fill:#1e1e1e}.accordion__icon{position:absolute;top:0;right:1.75em;bottom:0;width:1.25em;height:1.25em;margin:auto}.accordion__icon-path{fill:#a51c30;-webkit-transition:fill 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:fill 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:fill 150ms cubic-bezier(0.42,0.08,0.06,0.98),transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:fill 150ms cubic-bezier(0.42,0.08,0.06,0.98),transform 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98)}.accordion__icon-path--vertical{-webkit-transform:scaleY(1);transform:scaleY(1);transform-origin-y:50%}.accordion__content{display:none;padding:1.25rem 0}.accordion__content::before,.accordion__content::after{display:table;content:" ";-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.accordion__content::after{clear:both}:root:not(.oho-js) .accordion__content{display:block}.accordion--open>.accordion__button,:root:not(.oho-js) .accordion__button{-webkit-transition:background-color 150ms cubic-bezier(0.42,0.08,0.06,0.98),color 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:background-color 150ms cubic-bezier(0.42,0.08,0.06,0.98),color 150ms cubic-bezier(0.42,0.08,0.06,0.98);color:#fff;background-color:#a51c30}.accordion--open>.accordion__button .accordion__icon-path,:root:not(.oho-js) .accordion__button .accordion__icon-path{fill:#fff}.accordion--open>.accordion__button .accordion__icon-path--vertical,:root:not(.oho-js) .accordion__button .accordion__icon-path--vertical{-webkit-transform:scaleY(0);transform:scaleY(0)}.accordion--open>.accordion__button:focus,:root:not(.oho-js) .accordion__button:focus{color:#1e1e1e;background:#bac5c6}.accordion--open>.accordion__button:focus path,:root:not(.oho-js) .accordion__button:focus path{fill:#1e1e1e}.accordion--mobile .accordion__button:disabled{display:none}.accordion--mobile .accordion__button:disabled+.accordion__content{display:block !important}.accordions__container{margin-top:2.5rem}@media print,screen and (min-width:48.0625em){.accordions__container{margin-top:3.125rem}}.alpha-jump-links{padding:2.5rem;background-color:#eeebf2}.alpha-jump-links ul{margin:0;padding:0;list-style:none}.alpha-jump-links li{display:inline-block;margin:0 .5em .5em 0;color:gray;font-size:1.5rem;font-weight:600}.oho-animate{-webkit-transition:opacity 400ms cubic-bezier(0.42,0.08,0.06,0.98) 150ms,-webkit-transform 400ms cubic-bezier(0.42,0.08,0.06,0.98) 150ms;transition:opacity 400ms cubic-bezier(0.42,0.08,0.06,0.98) 150ms,-webkit-transform 400ms cubic-bezier(0.42,0.08,0.06,0.98) 150ms;transition:opacity 400ms cubic-bezier(0.42,0.08,0.06,0.98) 150ms,transform 400ms cubic-bezier(0.42,0.08,0.06,0.98) 150ms;transition:opacity 400ms cubic-bezier(0.42,0.08,0.06,0.98) 150ms,transform 400ms cubic-bezier(0.42,0.08,0.06,0.98) 150ms,-webkit-transform 400ms cubic-bezier(0.42,0.08,0.06,0.98) 150ms;-webkit-transform:none;transform:none;opacity:1}.oho-animate--ready{-webkit-transition:none;transition:none}.oho-animate--ready.fade-in-up,.oho-animate--out.fade-in-up{-webkit-transform:translateY(5rem);transform:translateY(5rem);opacity:0}.oho-animate--ready.fade-in-right,.oho-animate--out.fade-in-right{-webkit-transform:translateX(5rem);transform:translateX(5rem);opacity:0}.oho-animate--ready.fade-in-down,.oho-animate--out.fade-in-down{-webkit-transform:translateY(-5rem);transform:translateY(-5rem);opacity:0}.oho-animate--ready.fade-in-left,.oho-animate--out.fade-in-left{-webkit-transform:translateX(-5rem);transform:translateX(-5rem);opacity:0}@media print,screen and (min-width:48.0625em){.article-hero.alt-vert-layout.hero--vertical .article-hero__content .article-hero__content--text{padding-left:0}}.article-hero.alt-vert-layout.hero--vertical .article-hero__content .article-hero__content--text .media-caption{padding-right:0;padding-bottom:0;padding-left:0}.article-hero.alt-vert-layout.hero--vertical .article-hero__content .article-hero__content--text .media-caption p{text-align:right}.article-hero.alt-vert-layout.hero--no-img .article-hero__content .media-caption{-ms-flex-item-align:unset;align-self:unset}.article-hero.alt-vert-layout.hero--no-img .article-hero__content .media-caption p{text-align:unset}.article-hero.alt-vert-layout .full-width-bg::before{top:0}.article-hero.alt-vert-layout .article-hero__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:stretch;-ms-flex-pack:stretch;justify-content:stretch;margin-top:0;padding-top:30px}@media print,screen and (min-width:48.0625em){.article-hero.alt-vert-layout .article-hero__content{min-height:43.75rem}}.article-hero.alt-vert-layout .article-hero__content>.grid-x{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.article-hero.alt-vert-layout .article-hero__content>.grid-x .cell.vert-rule{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.article-hero.alt-vert-layout .article-hero__content .vert-rule{padding-bottom:0}.article-hero.alt-vert-layout .article-hero__content .article-hero__content--text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding-bottom:40px}@media print,screen and (min-width:48.0625em){.article-hero.alt-vert-layout .article-hero__content .article-hero__content--text{padding-bottom:0;padding-left:0}}.article-hero.alt-vert-layout .article-hero__content .article-hero__content--text .media-caption{display:none}@media screen and (min-width:75.0625em){.article-hero.alt-vert-layout .article-hero__content .article-hero__content--text .media-caption{display:block;margin-top:auto;padding-top:.9375rem}}.article-hero.alt-vert-layout .article-hero__content .intro-text{margin-top:1.25rem;padding-bottom:0}.article-hero.alt-vert-layout .article-hero__content .issue-title{margin-top:1.875rem}@media screen and (min-width:75.0625em){.article-hero.alt-vert-layout .article-hero__content .media-caption{-ms-flex-item-align:end;align-self:flex-end;border-top:5px solid #bac5c6;display:none;margin-bottom:1.25rem;max-width:21.875rem;padding:.9375rem 0}}.article-hero.alt-vert-layout .article-hero__content .media-caption::before{content:none}@media screen and (min-width:75.0625em){.article-hero.alt-vert-layout .article-hero__content .media-caption p{text-align:right}}.article-hero.alt-vert-layout figure{margin:0;margin-right:-20px;margin-left:-20px}@media screen and (min-width:75.0625em){.article-hero.alt-vert-layout figure{height:100%;margin:0}}@media print,screen and (min-width:48.0625em){.article-hero.alt-vert-layout figure .aspect-ratio-frame{margin-right:-20px}}@media screen and (min-width:75em){.article-hero.alt-vert-layout figure .aspect-ratio-frame{margin-right:calc(-20px - (100vw - 1160px)/2)}}@media screen and (min-width:77.5em){.article-hero.alt-vert-layout figure .aspect-ratio-frame{margin-right:calc(10px - (100vw - 20px - 1160px)/2)}}@media screen and (min-width:90em){.article-hero.alt-vert-layout figure .aspect-ratio-frame{margin-right:-120px}}.article-hero.alt-vert-layout .icon-list{margin-top:.9375rem}@media print,screen and (min-width:48.0625em){.article-hero.alt-vert-layout .icon-list{margin-bottom:2.5rem}}.article-hero{padding-top:2.5rem;background-color:#f3f3f1}.article-hero h1{font-family:Libre Franklin,sans-serif;font-size:2.25rem;font-weight:800;letter-spacing:-0.5px;line-height:1.2}@media print,screen and (min-width:48.0625em){.article-hero h1{font-size:3rem}}@media print,screen and (min-width:64.0625em){.article-hero h1{font-size:3rem}}@media print,screen and (min-width:48.0625em){.article-hero{padding-top:3.125rem}}@media print,screen and (min-width:64.0625em){.article-hero{padding-top:5rem}}@media print,screen and (min-width:48.0625em){.article-hero{background-color:rgba(0,0,0,0);margin-right:20px;padding-left:20px}}.article-hero.hero--video .video-play-button{top:auto;bottom:0}@media print,screen and (min-width:48.0625em){.article-hero.hero--video .video-play-button{bottom:.5rem}}@media print,screen and (min-width:64.0625em){.article-hero.hero--video .video-play-button{bottom:2.125rem}}@media print,screen and (min-width:48.0625em){.article-hero .breadcrumbs{margin-left:8.3333333333%}}.article-hero .article-hero__content{margin-top:30px}@media print,screen and (min-width:48.0625em){.article-hero .article-hero__content.vertical{margin-top:2.5rem;min-height:11.5625rem}}.article-hero .article-hero__content .vert-rule{padding-bottom:2.5rem}@media print,screen and (min-width:48.0625em){.article-hero .article-hero__content .vert-rule{padding-bottom:5rem}}@media print,screen and (min-width:48.0625em){.article-hero .article-hero__content .vert-rule::before{background-color:#8c8179;opacity:.2}}@media print,screen and (min-width:48.0625em){.hero--vertical .article-hero .article-hero__content .vert-rule{padding-bottom:3.75rem}}.article-hero .article-hero__content .publish-date{font-family:Libre Franklin,sans-serif;font-size:0.8125rem;font-weight:400;line-height:1.2;font-weight:700}@media print,screen and (min-width:48.0625em){.article-hero .article-hero__content .publish-date{background-color:#f3f3f1;display:block;font-size:1rem;padding:0 .625rem;position:absolute;-webkit-transform:rotate(-90deg) translate(-100%);transform:rotate(-90deg) translate(-100%);-webkit-transform-origin:top left;transform-origin:top left;top:0;left:-4.25rem}.article-hero .article-hero__content .publish-date::before{font-weight:300;-webkit-transform:rotate(90deg);transform:rotate(90deg)}}.article-hero .article-hero__content .publish-date::before{font-family:"Font Awesome 5 Pro";font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased;color:#766a65;content:"";display:inline-block;margin-right:10px}.article-hero .article-hero__content .intro-text{font-size:1.25rem;font-weight:100;line-height:1.6;font-family:Libre Franklin,sans-serif;margin-top:.625rem}@media print,screen and (min-width:48.0625em){.article-hero .article-hero__content .intro-text{font-size:1.75rem}}.article-hero .article-hero__content .issue-title{font-family:Libre Franklin,sans-serif;font-size:1rem;font-weight:700;line-height:1.4;font-family:"Roboto Slab",serif}@media print,screen and (min-width:64.0625em){.article-hero .article-hero__content .issue-title{font-size:1.125rem}}.article-hero .icon-list{font-family:Libre Franklin,sans-serif;font-size:0.8125rem;font-weight:400;line-height:1.2;font-weight:700;margin:1.5rem 0 0;padding:0}.article-hero .icon-list li{padding:0}@media print,screen and (min-width:48.0625em){.article-hero .icon-list li{display:inline-block}}.article-hero .icon-list li::before{font-family:"Font Awesome 5 Pro";font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased;color:#8c8179;display:inline-block;font-size:1rem;margin-right:.5rem}.article-hero .icon-list li:not(:first-child){margin-top:.9375rem}@media print,screen and (min-width:48.0625em){.article-hero .icon-list li:not(:first-child){margin-left:72px}}@media print,screen and (min-width:48.0625em){.article-hero .icon-list li:not(:first-child)::after{border-top:1px solid #8c8179;content:"";display:block;position:absolute;width:40px;top:50%;left:-56px}}.article-hero .icon-list li.author::before{content:""}.article-hero .icon-list li.read-time::before{content:""}.article-hero .icon-list li.archive-tag span:not(:first-child){margin-left:.5rem}.article-hero__media{margin-left:-20px;margin-right:-20px;position:relative}.article-hero__media figure{margin:0;width:100%}.article-hero__media img{display:block}.article-hero__media .hero-video__container{display:none}@media print,screen and (min-width:48.0625em){.article-hero__media .hero-video__container{display:block}}.article-hero .full-width-bg,.article-hero>.grid-container:first-child{position:relative}@media print,screen and (min-width:48.0625em){.article-hero .full-width-bg::before,.article-hero>.grid-container:first-child::before{background-color:#f3f3f1;content:"";display:block;height:100%;position:absolute;width:calc(100vw - 20px);z-index:-1;left:-20px}}@media screen and (min-width:75.0625em){.article-hero .full-width-bg::before,.article-hero>.grid-container:first-child::before{left:calc((100vw - 75rem)/2*-1)}}.article-hero .full-width-bg .article-hero__content,.article-hero>.grid-container:first-child .article-hero__content{margin-top:0;padding-top:1.875rem}.article-hero>.grid-container:first-child::before{height:calc(100% + 2.5rem);top:-2.5rem}@media print,screen and (min-width:48.0625em){.article-hero>.grid-container:first-child::before{height:calc(100% + 3.125rem);top:-3.125rem}}@media print,screen and (min-width:64.0625em){.article-hero>.grid-container:first-child::before{height:calc(100% + 5rem);top:-5rem}}@media print,screen and (min-width:48.0625em){.article-hero .media-grid{display:grid;gap:40px;grid-template-columns:calc(66.6666% - 20px) calc(33.3333% - 20px);grid-template-areas:"image caption" "image nothing";position:relative}}@media print,screen and (min-width:64.0625em){.article-hero .media-grid{grid-template-columns:calc(75% - 20px) calc(25% - 20px)}}@media print,screen and (min-width:48.0625em){.article-hero .media-grid::before{background:#f3f3f1;content:"";grid-row:1/2;position:absolute;width:calc(100vw - 20px);z-index:-1;top:0;right:0;bottom:0;left:0;left:-40px}}@media screen and (min-width:75.0625em){.article-hero .media-grid::before{left:calc((100vw - 75rem)/2*-1 - 20px)}}.article-hero .media-grid figure{margin:0;margin-right:-20px;margin-left:-20px}@media print,screen and (min-width:48.0625em){.article-hero .media-grid figure{grid-area:image;margin-right:0;margin-left:-50px}}@media print,screen and (min-width:48.0625em){.article-hero.hero--vertical .media-grid{grid-template-columns:calc(50% - 20px) calc(50% - 20px)}}@media print,screen and (min-width:48.0625em){.article-hero .article-hero__content--caption{grid-area:caption;min-height:7.5rem}}.article-hero .media-caption{background-color:#fff;display:block;margin-right:-20px;margin-left:-20px;padding:30px 20px;position:relative}.article-hero .media-caption::after{background-color:#bac5c6;content:"";display:block;height:5px;position:absolute;opacity:.25;width:100%;bottom:0;left:0}.article-hero .media-caption p{font-size:0.8125rem;line-height:1.8;font-weight:400;font-family:Libre Franklin,sans-serif;display:block;position:relative}.article-hero .media-caption a{color:#1e1e1e;text-decoration-color:#a51c30}.article-hero .media-caption a:hover{color:#a51c30;text-decoration-color:rgba(140,129,121,.1254901961)}@media print,screen and (max-width:48.06125em){.article-hero h1{margin-top:1rem}}@media print,screen and (min-width:48.0625em){.article-hero__media{margin-left:-24px;margin-right:0}.article-hero__media figure{position:absolute}:root:not(.oho-js) .article-hero__media figure{position:relative}.article-hero .media-caption{background-color:rgba(0,0,0,0);margin:0;padding:0;padding-top:30px;padding-bottom:80px}.article-hero .media-caption::before{background-color:#bac5c6;content:"";display:block;height:5px;position:absolute;opacity:.25;width:100%;top:0;left:0}.article-hero .media-caption::after{display:none}}@media screen and (min-width:80.0625em){.article-hero__media{margin-left:-80px}}.article-hero.hero--vertical .article-hero__content--text{padding-bottom:40px}.article-hero.hero--vertical .article-hero__content--text .media-caption{display:none}@media print,screen and (min-width:48.0625em){.article-hero.hero--vertical .article-hero__content--text .media-caption{display:block;margin-top:50px;padding:20px 120px 20px 40px}.article-hero.hero--vertical .article-hero__content--text .media-caption::before{height:100%;width:5px}}@media print,screen and (min-width:48.0625em){.article-hero.hero--vertical .article-hero__content .article-hero__content--text{padding-left:60px;padding-bottom:0}}@media print,screen and (min-width:48.0625em)and (min-width:48.0625em){.article-hero.hero--vertical .article-hero__content .icon-list li{display:block}.article-hero.hero--vertical .article-hero__content .icon-list li:not(:first-child){margin-left:0}.article-hero.hero--vertical .article-hero__content .icon-list li:not(:first-child)::after{display:none}}@media print,screen and (min-width:48.0625em)and (min-width:64.0625em){.article-hero.hero--vertical .article-hero__content .icon-list li{display:inline-block}.article-hero.hero--vertical .article-hero__content .icon-list li:not(:first-child){margin-left:72px}.article-hero.hero--vertical .article-hero__content .icon-list li:not(:first-child)::after{display:block}}@media print,screen and (min-width:48.0625em){.article-hero.hero--vertical .article-hero__media{margin-right:-40px}}@media print,screen and (min-width:48.0625em){.article-hero.hero--vertical .article-hero__media-caption{display:none}}@media print,screen and (min-width:48.0625em){.articles-by-issue .listing__rows{margin-top:3.125rem}}.back-issues.accordions .accordion__content--title{display:none}.back-issue{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-column-gap:1.25rem;-moz-column-gap:1.25rem;column-gap:1.25rem}.back-issue~.back-issue{border-top:1px solid #bac5c6;margin-top:1.875rem;padding-top:1.875rem}.back-issue__image{max-width:3.75rem}.back-issue__image img{background-color:#f3f3f1;display:block}.back-issue__content{-webkit-box-flex:3;-ms-flex:3 1 0px;flex:3 1 0}.back-issue__content .publish-date{font-family:Libre Franklin,sans-serif;font-size:0.8125rem;font-weight:400;line-height:1.2;display:block;font-weight:700}.back-issue__content .h6{display:block;margin-top:.3125rem}.back-issue__content .h6 a{text-decoration-thickness:2px}.back-issue__content .archive-tag{margin-top:1rem}.back-issue__content .archive-tag span:not(:first-child){color:#766a65}@media print,screen and (min-width:40.0625em){.back-issues.accordions .accordion{padding:40px 0;position:relative}.back-issues.accordions .accordion:first-child{padding-top:0}.back-issues.accordions .accordion:nth-child(even){background-color:#f3f3f1}.back-issues.accordions .accordion:nth-child(even) .accordion__content.vert-rule::before{background-color:#8c8179;opacity:.2}.back-issues.accordions .accordion:nth-child(even) .accordion__content--title{background-color:#f3f3f1}.back-issues.accordions .accordion__button{display:none}.back-issues.accordions .accordion__content{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:20px;padding:0}.back-issues.accordions .accordion__content--title{background-color:#fff;display:block;font-family:"Libre Franklin",sans-serif;font-weight:600;padding:0 10px;position:absolute;-webkit-transform:rotate(-90deg) translate(-100%);transform:rotate(-90deg) translate(-100%);-webkit-transform-origin:top left;transform-origin:top left;top:0;left:-4.25rem}.back-issues.accordions .accordion__content--title::before{font-family:"Font Awesome 5 Pro";font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased;color:#766a65;content:"";display:inline-block;font-weight:100;margin-right:10px;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.back-issue{background-color:#fff;-webkit-box-shadow:0 0 6px 0 rgba(0,0,0,.1);box-shadow:0 0 6px 0 rgba(0,0,0,.1);padding:.9375rem 15px;width:calc(50% - 20px)}.back-issue~.back-issue{border-top-style:none;margin-top:0;padding-top:.9375rem}}@media print,screen and (min-width:40.0625em)and (max-width:48.06125em){.vert-rule{position:relative}.vert-rule::before{background-color:#f3f3f1;content:"";height:100%;position:absolute;width:5px;top:0;left:-2.25rem}.back-issues.accordions .accordion__content--title{left:-2.75rem}}@media print,screen and (min-width:48.0625em){.back-issues.accordions .back-issue{width:calc(33.3333% - 20px)}}.breadcrumbs{overflow:hidden;margin:0;padding:0;list-style:none;font-family:"Roboto Slab",serif;font-size:.875rem;color:#6b6b6b}.breadcrumbs a{color:#1e1e1e;font-weight:bold;text-decoration:underline;text-decoration-color:#a51c30;text-underline-offset:.3125rem;text-decoration-thickness:1px}.breadcrumbs a:hover,.breadcrumbs a:focus{color:#766a65}.breadcrumbs li{display:inline-block;margin-top:0;padding-left:0;margin:0}.breadcrumbs li::before{content:""}.breadcrumbs li:nth-child(n+2)::before{font-family:"Font Awesome 5 Pro";font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased;line-height:2;position:relative;content:"";font-size:.75em;color:#8c8179}@media print,screen and (min-width:40.0625em){.breadcrumbs li:nth-child(n+2)::before{margin-right:.625rem;margin-left:.625rem}}@media print,screen and (max-width:40.06125em){.breadcrumbs{display:block}.breadcrumbs li:not(:nth-last-child(2)){display:none}.breadcrumbs li:nth-last-child(2){display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.breadcrumbs li:nth-last-child(2)::before{font-family:"Font Awesome 5 Pro";font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased;padding-top:.3125rem;padding-right:.5rem;content:"";font-size:1em;color:#1e1e1e}}.dark-bg .breadcrumbs{color:#bac5c6}.dark-bg .breadcrumbs a{color:#fff}.dark-bg .breadcrumbs a:hover{color:#766a65;text-decoration-color:#fff}@media print,screen and (max-width:40.06125em){.dark-bg .breadcrumbs li:nth-last-child(2)::before{color:#fff}}@media print,screen and (max-width:40.06125em){.breadcrumbs--mobile-condensed li:not(:nth-last-child(2)){display:none}.breadcrumbs--mobile-condensed li:nth-last-child(2)::before{content:""}}@media print,screen and (min-width:48.0625em){.breadcrumbs--chevron{padding-left:.5em}.breadcrumbs--chevron li{position:relative}.breadcrumbs--chevron li+li{margin-left:.25em}.breadcrumbs--chevron li::before,.breadcrumbs--chevron li::after{position:absolute;z-index:-1;right:0;left:0;display:block;margin:0;content:"" !important;-webkit-transition:background-color 150ms cubic-bezier(0.42,0.08,0.06,0.98),border 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:background-color 150ms cubic-bezier(0.42,0.08,0.06,0.98),border 150ms cubic-bezier(0.42,0.08,0.06,0.98);border:.0625em solid #4e0d17;background-color:#d1233d;font-size:1rem !important}.breadcrumbs--chevron li::before{top:0;bottom:50%;-webkit-transform:skew(30deg);transform:skew(30deg);border-bottom:0}.breadcrumbs--chevron li::after{top:50%;bottom:0;-webkit-transform:skew(-30deg);transform:skew(-30deg);border-top:0}.breadcrumbs--chevron li:hover::before,.breadcrumbs--chevron li:hover::after{background-color:#4e0d17}.breadcrumbs--chevron .active{padding:.5em 1em}.breadcrumbs--chevron .active::before,.breadcrumbs--chevron .active::after{background-color:#fff !important}.breadcrumbs--chevron .active a{padding:0;color:#1e1e1e}.breadcrumbs--chevron a{display:block;padding:.5em 1em;text-decoration:none;color:#fff}}.callout-block{color:#fff;padding:1.25rem}@media print,screen and (min-width:48.0625em){.callout-block{padding:1.875rem}}.callout-block p{margin-top:.625rem;font-family:Roboto Slab,serif;font-size:0.9375rem;font-weight:400;line-height:1.5}.callout-block .callout-box__btn{margin-top:1.25rem}.card{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.card .card__content__inner{padding:1.25rem}.card .card__media{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%;margin-left:0;margin-right:0;margin-bottom:0}.card .card__content{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%;margin-left:0;margin-right:0}.card img{display:block}.card__media{position:relative}.card figure{margin:0}@media print,screen and (min-width:48.0625em){.card--medium{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.card--medium .card__content__inner{padding:1.875rem}.card--medium .card__media{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%;margin-left:0;margin-right:0;margin-bottom:0}.card--medium .card__content{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%;margin-left:0;margin-right:0}.card--medium img{display:block}}@media print,screen and (min-width:48.0625em){.card--large{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.card--large .card__content__inner{padding:1.875rem}.card--large .card__media{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%;margin-left:0;margin-right:0;margin-bottom:0}.card--large .card__content{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%;margin-left:0;margin-right:0}.card--large img{display:block}}@media print,screen and (min-width:64.0625em){.card--large{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.card--large .card__content__inner{padding:5rem}.card--large .card__media{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%;margin-left:0;margin-right:0;margin-bottom:0}.card--large .card__content{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%;margin-left:0;margin-right:0}.card--large img{display:block}}.card--inline{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.card--inline .card__media{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%;margin-left:0;margin-right:0;margin-bottom:0}.card--inline .card__content{-webkit-box-flex:1;-ms-flex:1;flex:1}.card--inline img{display:block}@media print,screen and (max-width:48.06125em){.card--stacked--small{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.card--stacked--small .card__media{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%;margin-left:0;margin-right:0;margin-bottom:0}.card--stacked--small .card__content{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%;margin-left:0;margin-right:0}.card--stacked--small img{display:block}}.card--stacked{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.card--stacked .card__media{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%;margin-left:0;margin-right:0;margin-bottom:0}.card--stacked .card__content{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%;margin-left:0;margin-right:0}.card--stacked img{display:block}.card--collapse{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.card--collapse .card__media{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%;margin-left:0;margin-right:0;margin-bottom:0}.card--collapse .card__content{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%;margin-left:0;margin-right:0}.card--collapse .card__content__inner{padding-right:0;padding-bottom:0;padding-left:0}.card--collapse img{display:block}.card--tiny{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.card--tiny .card__content__inner{padding:1.25rem}.card--tiny .card__media{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%;margin-left:0;margin-right:0;margin-bottom:0}.card--tiny .card__content{-webkit-box-flex:1;-ms-flex:1;flex:1}.card--tiny img{display:block}.card--tiny h2,.card--tiny h3{font-family:Libre Franklin,sans-serif;font-size:1rem;font-weight:700;line-height:1.4}@media print,screen and (min-width:64.0625em){.card--tiny h2,.card--tiny h3{font-size:1.125rem}}@media print,screen and (min-width:48.0625em){.card--offset{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;margin-top:-6.25rem}.card--offset .card__content__inner{padding:5rem}.card--offset .card__media{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%;margin-left:0;margin-right:0;margin-bottom:0}.card--offset .card__content{-webkit-box-flex:1;-ms-flex:1;flex:1}.card--offset img{display:block}}.card--full-width{position:relative}.card--full-width .card__content{padding-bottom:2.5rem;padding-right:2.5rem;position:absolute;max-width:40.625rem}@media print,screen and (min-width:48.0625em){.card--full-width .card__content{padding-bottom:3.125rem}}@media print,screen and (min-width:64.0625em){.card--full-width .card__content{padding-bottom:3.75rem}}@media print,screen and (min-width:48.0625em){.card--full-width .card__content{padding-right:3.125rem}}@media print,screen and (min-width:64.0625em){.card--full-width .card__content{padding-right:3.75rem}}.card--full-width .card__content__inner{background:#d9d9d9}@media print,screen and (min-width:48.0625em){.card--full-width{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.card--full-width .card__content__inner{padding:5rem}.card--full-width .card__media{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%;margin-left:0;margin-right:0;margin-bottom:0}.card--full-width .card__content{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%;margin-left:0;margin-right:0}.card--full-width img{display:block}}.card--checkerboard{padding-right:0;padding-left:0;max-width:100rem;margin-left:auto;margin-right:auto;position:relative;overflow:hidden;-webkit-transition:opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:transform 150ms cubic-bezier(0.42,0.08,0.06,0.98),opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:transform 150ms cubic-bezier(0.42,0.08,0.06,0.98),opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);opacity:1}.card--checkerboard:nth-child(even){-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.card--checkerboard .card__media{position:relative}.card--checkerboard figure{margin:0}@media print,screen and (max-width:40.06125em){.card--checkerboard{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.card--checkerboard .card__content__inner{padding:1.875rem 1.25rem}.card--checkerboard .card__media{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%;margin-left:0;margin-right:0;margin-bottom:0}.card--checkerboard .card__content{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%;margin-left:0;margin-right:0}.card--checkerboard img{display:block}}@media print,screen and (min-width:40.0625em)and (max-width:48.06125em){.card--checkerboard{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.card--checkerboard .card__content__inner{padding:1.875rem}.card--checkerboard .card__media{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.3333333333%;margin-left:0;margin-right:0;margin-bottom:0}.card--checkerboard .card__content{-webkit-box-flex:1;-ms-flex:1;flex:1}.card--checkerboard img{display:block}}@media print,screen and (min-width:48.0625em)and (max-width:64.06125em){.card--checkerboard{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.card--checkerboard .card__content__inner{padding:2.5rem}.card--checkerboard .card__media{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:41.6666666667%;margin-left:0;margin-right:0;margin-bottom:0}.card--checkerboard .card__content{-webkit-box-flex:1;-ms-flex:1;flex:1}.card--checkerboard img{display:block}}@media print,screen and (min-width:64.0625em){.card--checkerboard{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.card--checkerboard .card__content__inner{padding:3.75rem}.card--checkerboard .card__media{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%;margin-left:0;margin-right:0;margin-bottom:0}.card--checkerboard .card__content{-webkit-box-flex:1;-ms-flex:1;flex:1}.card--checkerboard img{display:block}}.photo-box__teaser{float:left;width:calc(100vw - 6rem)}.photo-box__teaser+.photo-box__teaser{margin-left:2rem}@media print,screen and (min-width:48.0625em)and (max-width:64.06125em){.photo-box__teaser{width:calc(50vw - 4rem)}}@media print,screen and (min-width:64.0625em){.photo-box__teaser{width:360px}}@media print,screen and (min-width:64.0625em){.section--photo-boxes .listing-slick{display:-webkit-box;display:-ms-flexbox;display:flex}}.section--photo-boxes{overflow-x:hidden}@media print,screen and (min-width:40.0625em)and (max-width:48.06125em){.section--photo-boxes .listing-slick{right:1rem}}@media print,screen and (min-width:48.0625em)and (max-width:64.06125em){.section--photo-boxes .listing-slick{right:-1rem}}.section--photo-boxes .slick-list{overflow:visible !important}.section--photo-boxes .slick-track{display:-webkit-box;display:-ms-flexbox;display:flex}.section--photo-boxes .btn{display:inline-block;margin:rem(60) auto 0}.photo-box__teaser a{text-align:center;text-decoration:none}.photo-box__teaser div{background-color:rgba(0,0,0,.5);background-size:cover;-webkit-background-blend-mode:multiply;background-blend-mode:multiply}.photo-box__teaser h3,.photo-box__teaser p{color:#fff}.photo-box__teaser h3{position:relative;font-size:1.4rem;line-height:1.285}.photo-box__teaser span{display:block;margin-bottom:.25rem;text-transform:uppercase;color:#fff;font-size:.8rem;font-weight:600}.photo-box__teaser a p{margin-bottom:0;font-family:"Roboto Slab",serif}.photo-box--small div{padding:2rem}.photo-box--small h3{margin-bottom:2rem;font-size:1rem;line-height:1.4}.photo-box--large{max-width:100%}.photo-box--large div{padding:3rem}.photo-box--large h3{margin-bottom:3rem;font-size:1.4rem;line-height:1.285}.no-touch .photo-box__teaser a:hover div{background-color:rgba(149,31,36,.9)}.no-touch .photo-box__teaser a:hover h3::after{position:absolute;bottom:-1rem;left:calc((100% - 11rem)/2);display:block;width:11rem;height:1px;content:"";background:#fff}.photo-box--large a:hover h3::after{bottom:-1.5rem;left:calc((100% - 18rem)/2);width:18rem}.photo-box__teasers--small,.photo-box__teasers--large{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media screen and (min-width:42em){.photo-box__teasers--small,.photo-box__teasers--large{margin-right:-1rem;margin-left:-1rem}}.photo-box__teasers--large{position:relative}@media screen and (max-width:39.99em){.photo-box__teasers--large{margin-bottom:4rem}.photo-box__teasers--large::after{position:absolute;bottom:-2rem;left:3rem;clear:both;width:calc(100% - 6rem);height:1px;content:"";background-color:#999}}.photo-box--large{-webkit-box-flex:0;-ms-flex:0 auto;flex:0 auto;width:100%;height:auto;margin:1rem}@media screen and (min-width:42em)and (max-width:68.49em){.photo-box--large{width:60%}}@media screen and (min-width:68.5em){.photo-box--large{width:46.33%}}.photo-box__teaser.photo-box--large{margin-left:1rem}.photo-box__teasers--small .photo-box--small{-webkit-box-flex:0;-ms-flex:0 auto;flex:0 auto;width:100%;height:auto;margin:1rem}@media screen and (min-width:40em)and (max-width:1079px){.photo-box__teasers--small .photo-box--small{width:44%}}@media screen and (min-width:1080px)and (max-width:1159px){.photo-box__teasers--small .photo-box--small{width:28%}}@media screen and (min-width:1160px){.photo-box__teasers--small .photo-box--small{width:29.75%}}.card--differentiator{margin-top:1.25rem;overflow:hidden;background:#fff}@media print,screen and (min-width:48.0625em){.card--differentiator{margin-top:1.875rem}}@media print,screen and (min-width:40.0625em)and (max-width:48.06125em){.card--differentiator--image{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.card--differentiator--image .card__content__inner{padding:0 0 0 2.5rem}.card--differentiator--image .card__media{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%;margin-left:0;margin-right:0;margin-bottom:0}.card--differentiator--image .card__content{-webkit-box-flex:1;-ms-flex:1;flex:1}.card--differentiator--image img{display:block}}@media print,screen and (min-width:48.0625em)and (max-width:64.06125em){.card--differentiator--image{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;padding:1.875rem}.card--differentiator--image .card__content__inner{padding:0 0 0 2.5rem}.card--differentiator--image .card__media{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%;margin-left:0;margin-right:0;margin-bottom:0}.card--differentiator--image .card__content{-webkit-box-flex:1;-ms-flex:1;flex:1}.card--differentiator--image img{display:block}}.card--differentiator .card__media{border-radius:0}@media print,screen and (max-width:64.06125em){.card--differentiator .card__media{max-width:21.875rem}}@media print,screen and (max-width:48.06125em){.card--differentiator .card__media{max-width:none}}.card--differentiator h3,.card--differentiator p{margin-top:0.9375rem}.card--differentiator .card__media+.card__content h3{margin-top:0}@media print,screen and (max-width:48.06125em){.card--differentiator{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:2.5rem}.card--differentiator .card__content__inner{padding:1.875rem 0 0 0}.card--differentiator .card__media{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%;margin-left:0;margin-right:0;margin-bottom:0}.card--differentiator .card__content{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%;margin-left:0;margin-right:0}.card--differentiator img{display:block}}@media print,screen and (min-width:48.0625em){.card--differentiator{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.card--differentiator .card__content__inner{padding:1.875rem 0 0 0}.card--differentiator .card__media{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%;margin-left:0;margin-right:0;margin-bottom:0}.card--differentiator .card__content{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%;margin-left:0;margin-right:0}.card--differentiator img{display:block}}@media print,screen and (min-width:64.0625em){.card--differentiator{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.card--differentiator .card__content__inner{padding:3.125rem 0 0 0}.card--differentiator .card__media{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%;margin-left:0;margin-right:0;margin-bottom:0}.card--differentiator .card__content{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%;margin-left:0;margin-right:0}.card--differentiator img{display:block}}[data-fancybox-modal]{display:none}.featured-article-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:20px}.featured-article-item__content{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0}.featured-article-item__content .eyebrow>span{display:block;font-family:"Libre Franklin",sans-serif}.featured-article-item__content .eyebrow>span.issue-title{font-weight:700}.featured-article-item__content .eyebrow>span.publish-date{margin-top:.625rem}.featured-article-item__content h3{margin:0;margin-top:1rem}.featured-article-item__content p{font-size:.9375rem;line-height:1.6;margin:0;margin-top:.625rem}.featured-article-item__content .archive-tag{color:#766a65;margin-top:1rem}.featured-article-item__media{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0}.featured-article-item__media figure{background-color:#bac5c6;margin:0}.dark-bg .featured-article-item__media figure{background-color:#f3f3f1}@media print,screen and (min-width:48.0625em){.featured-article-item{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.featured-article-item__content .eyebrow>span{display:inline-block}.featured-article-item__content .eyebrow>span.publish-date{margin-top:0;margin-left:1.5rem;position:relative}.featured-article-item__content .eyebrow>span.publish-date::before{border-top:1px solid #bac5c6;content:"";position:absolute;width:10px;top:50%;left:-1.125rem}}.featured-articles-section{padding-top:3.125rem;padding-bottom:3.125rem}.featured-articles-section .featured-article-large:first-child,.featured-articles-section .featured-articles-small:first-child{margin-top:2.5rem}@media print,screen and (min-width:48.0625em){.featured-articles-section .featured-article-large:first-child,.featured-articles-section .featured-articles-small:first-child{margin-top:3.125rem}}.featured-articles-section .featured-article-large h3{font-family:Libre Franklin,sans-serif;font-size:1.5rem;font-weight:700;line-height:1.2}@media print,screen and (min-width:48.0625em){.featured-articles-section .featured-article-large h3{font-size:1.875rem}}@media print,screen and (min-width:64.0625em){.featured-articles-section .featured-article-large h3{font-size:2rem;letter-spacing:-0.5px}}.featured-articles-section .featured-article-large h3 a{color:#1e1e1e;text-decoration-color:#a51c30}.featured-articles-section .featured-article-large h3 a:hover{color:#766a65}.featured-articles-section .featured-articles-small .featured-article-item{max-width:22.5rem}.featured-articles-section .featured-articles-small .featured-article-item h3{font-family:Libre Franklin,sans-serif;font-size:1.125rem;font-weight:700;line-height:1.4}@media print,screen and (min-width:64.0625em){.featured-articles-section .featured-articles-small .featured-article-item h3{font-size:1.25rem}}.featured-articles-section .featured-articles-small .featured-article-item p{font-size:.9375rem}.featured-articles-section .featured-articles-small .featured-article-item:not(:first-child){margin-top:1.875rem}.featured-articles-section .featured-article-large+.featured-articles-small{border-top:15px solid #d9d9d9;margin-top:40px;padding-top:40px}.featured-articles-section.dark-bg .featured-article-large h3 a{color:#fff;text-decoration-color:#a51c30}.featured-articles-section.dark-bg .featured-article-large h3 a:hover{color:#a51c30;text-decoration-color:rgba(140,129,121,.1254901961)}@media print,screen and (min-width:40.0625em){.featured-articles-section .featured-articles-small .featured-article-item{max-width:28.5rem}.featured-articles-section .featured-article-large+.featured-articles-small{border-top:0;margin-top:50px;padding-top:0}}@media print,screen and (min-width:48.0625em){.featured-articles-section{padding-top:5rem;padding-bottom:5rem}.homepage-hero+.featured-articles-section{padding-top:3.75rem;padding-bottom:3.75rem}.featured-articles-section .featured-article-large p{font-size:1.125rem}.featured-articles-section .featured-articles-small{-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px;display:-webkit-box;display:-ms-flexbox;display:flex}.featured-articles-section .featured-articles-small .featured-article-item{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-flex:1;-ms-flex:1;flex:1;max-width:none}.featured-articles-section .featured-articles-small .featured-article-item:not(:first-child){margin-top:0}}.flexible-hero{overflow:hidden}.flexible-hero__content-bg{padding-top:2.5rem}@media print,screen and (min-width:48.0625em){.flexible-hero__content-bg{padding-top:3.125rem}}@media print,screen and (min-width:64.0625em){.flexible-hero__content-bg{padding-top:5rem}}.flexible-hero--basic .flexible-hero__content-bg{padding-bottom:2.5rem}@media print,screen and (min-width:48.0625em){.flexible-hero--basic .flexible-hero__content-bg{padding-bottom:3.125rem}}@media print,screen and (min-width:64.0625em){.flexible-hero--basic .flexible-hero__content-bg{padding-bottom:5rem}}.flexible-hero .issue-description{padding-bottom:20px}@media print,screen and (min-width:48.0625em){.flexible-hero .issue-description{padding-bottom:40px}}.flexible-hero__content,.flexible-hero .flexible-hero__issue-feature__content{padding-top:30px}.flexible-hero__content h1,.flexible-hero .flexible-hero__issue-feature__content h1{margin-bottom:20px}@media print,screen and (min-width:48.0625em){.flexible-hero__content h1,.flexible-hero .flexible-hero__issue-feature__content h1{margin-bottom:40px}}.flexible-hero__content .vert-rule,.flexible-hero .flexible-hero__issue-feature__content .vert-rule{padding-bottom:1.875rem}@media print,screen and (min-width:64.0625em){.flexible-hero__content .vert-rule,.flexible-hero .flexible-hero__issue-feature__content .vert-rule{padding-bottom:2.5rem}}.flexible-hero__content .intro-text,.flexible-hero .flexible-hero__issue-feature__content .intro-text{font-size:1.25rem;font-weight:100;line-height:1.6;font-family:Libre Franklin,sans-serif;margin-top:.625rem}@media print,screen and (min-width:48.0625em){.flexible-hero__content .intro-text,.flexible-hero .flexible-hero__issue-feature__content .intro-text{font-size:1.75rem}}.flexible-hero__content .issue-title,.flexible-hero .flexible-hero__issue-feature__content .issue-title{font-family:Libre Franklin,sans-serif;font-size:1rem;font-weight:700;line-height:1.4;font-family:"Roboto Slab",serif}@media print,screen and (min-width:64.0625em){.flexible-hero__content .issue-title,.flexible-hero .flexible-hero__issue-feature__content .issue-title{font-size:1.125rem}}.flexible-hero__content .issue-description,.flexible-hero .flexible-hero__issue-feature__content .issue-description{font-family:"Libre Franklin",sans-serif}.flexible-hero__content .publish-date,.flexible-hero .flexible-hero__issue-feature__content .publish-date{display:block}.flexible-hero__content .publish-date::before,.flexible-hero .flexible-hero__issue-feature__content .publish-date::before{font-family:"Font Awesome 5 Pro";font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased;color:#766a65;content:"";display:inline-block;margin-right:10px}.flexible-hero__content .icon-list,.flexible-hero .flexible-hero__issue-feature__content .icon-list{font-family:Libre Franklin,sans-serif;font-size:0.8125rem;font-weight:400;line-height:1.2;font-weight:700;margin:0;padding:0}.flexible-hero__content .icon-list li,.flexible-hero .flexible-hero__issue-feature__content .icon-list li{padding:0}.flexible-hero__content .icon-list li::before,.flexible-hero .flexible-hero__issue-feature__content .icon-list li::before{font-family:"Font Awesome 5 Pro";font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased;color:#8c8179;display:inline-block;margin-right:.5rem}.flexible-hero__content .icon-list li.author::before,.flexible-hero .flexible-hero__issue-feature__content .icon-list li.author::before{content:""}.flexible-hero__content .icon-list li.read-time::before,.flexible-hero .flexible-hero__issue-feature__content .icon-list li.read-time::before{content:""}.flexible-hero__content .icon-list li.tag::before,.flexible-hero .flexible-hero__issue-feature__content .icon-list li.tag::before{content:"";font-family:"Font Awesome 5 Pro"}.flexible-hero__content .icon-list li.archive-tag span:not(:first-child),.flexible-hero .flexible-hero__issue-feature__content .icon-list li.archive-tag span:not(:first-child){margin-left:.5rem}@media print,screen and (min-width:48.0625em){.flexible-hero__content .icon-list li,.flexible-hero .flexible-hero__issue-feature__content .icon-list li{display:inline-block}.flexible-hero__content .icon-list li:not(:first-child),.flexible-hero .flexible-hero__issue-feature__content .icon-list li:not(:first-child){margin-left:72px}.flexible-hero__content .icon-list li:not(:first-child)::after,.flexible-hero .flexible-hero__issue-feature__content .icon-list li:not(:first-child)::after{border-top:1px solid #8c8179;content:"";display:block;position:absolute;width:40px;top:50%;left:-56px}}.flexible-hero .flexible-hero__issue-feature__content{padding-top:0}.flexible-hero .issue-intro-text{font-size:1.125rem;font-weight:100;line-height:1.8;font-family:Libre Franklin,sans-serif;font-family:"Roboto Slab",serif}@media print,screen and (min-width:48.0625em){.flexible-hero .issue-intro-text{font-size:1.375rem}}.flexible-hero .featured-article-item h3{font-family:Libre Franklin,sans-serif;font-size:1.125rem;font-weight:700;line-height:1.4}@media print,screen and (min-width:64.0625em){.flexible-hero .featured-article-item h3{font-size:1.25rem}}.flexible-hero .featured-article-item p{font-size:.9375rem;line-height:1.5rem}.flexible-hero .featured-article-item span{color:#fff}.flexible-hero .featured-article-item span::before{color:#8c8179}@media print,screen and (max-width:48.06125em){.flexible-hero .featured-article-item{font-size:.875rem}}.flexible-hero__issues-content.vert-rule{padding-bottom:2.5rem}@media print,screen and (min-width:48.0625em){.flexible-hero__issues-content.vert-rule{padding-bottom:3.125rem}}@media print,screen and (min-width:64.0625em){.flexible-hero__issues-content.vert-rule{padding-bottom:5rem}}.flexible-hero__issues-content a{color:#fff;text-decoration-color:#a51c30}.flexible-hero__issues-content a:hover{color:#766a65;text-decoration-color:#fff}.flexible-hero__issues-content a.btn{margin-bottom:0}.flexible-hero__issues-content .publish-date{font-family:"Libre Franklin",sans-serif;font-weight:600}.flexible-hero__issues-content .publish-date::before{font-family:"Font Awesome 5 Pro";font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased;color:#8996a0;content:"";display:inline-block;font-weight:100;margin-right:10px}.flexible-hero__issues-content>.archive-tag{margin-top:.625rem}@media print,screen and (min-width:48.0625em){.flexible-hero__issues-content>.archive-tag{margin-top:1.25rem}}.flexible-hero__media{margin-left:-20px;margin-right:-20px;position:relative}.flexible-hero__media figure{margin:0;width:100%}.flexible-hero .video-play-button{top:auto;bottom:0}@media print,screen and (min-width:48.0625em){.flexible-hero .video-play-button{bottom:.5rem}}@media print,screen and (min-width:64.0625em){.flexible-hero .video-play-button{bottom:2.125rem}}@media print,screen and (max-width:48.06125em){.flexible-hero__issues-content{margin-top:2.5rem}.flexible-hero__issues-content h2{padding-top:.625rem;line-height:1.4}.flexible-hero .featured-articles-small .grid-x.grid-margin-x{gap:1.875rem}}@media print,screen and (min-width:48.0625em){.flexible-hero .flexible-hero__spotlight .flexible-hero__media-bg::before,.flexible-hero .flexible-hero__spotlight .flexible-hero__media-bg::after,.flexible-hero .flexible-hero__feature .flexible-hero__media-bg::before,.flexible-hero .flexible-hero__feature .flexible-hero__media-bg::after{background-color:#1e1e1e}.flexible-hero .flexible-hero__spotlight .flexible-hero__media-bg::after,.flexible-hero .flexible-hero__feature .flexible-hero__media-bg::after{width:calc(50vw - 20px);right:calc(-50vw + 50% + 20px)}.flexible-hero .flexible-hero__feature .flexible-hero__media-bg::before,.flexible-hero .flexible-hero__feature .flexible-hero__media-bg::after{height:29.1875rem}.flexible-hero__media{margin-right:0}}@media screen and (min-width:48.0625em)and (min-width:82.5em){.flexible-hero__media{margin-left:-80px}}@media print,screen and (min-width:48.0625em){.flexible-hero__issues-content h2{padding-top:2.5rem}.flexible-hero__issues-content .publish-date{background-color:#1e1e1e;display:block;padding:0 10px;position:absolute;-webkit-transform:rotate(-90deg) translate(-100%);transform:rotate(-90deg) translate(-100%);-webkit-transform-origin:top left;transform-origin:top left;top:2.5rem;left:-4.25rem}.flexible-hero__issues-content .publish-date::before{-webkit-transform:rotate(90deg);transform:rotate(90deg)}}@media print,screen and (min-width:64.0625em){.flexible-hero .flexible-hero__feature .flexible-hero__media-bg::before,.flexible-hero .flexible-hero__feature .flexible-hero__media-bg::after{height:38.75rem}}.flexible-page .wysiwyg,.flexible-page .callout-block,.flexible-page-callout .wysiwyg,.flexible-page-callout .callout-block{margin-top:2.5rem}@media print,screen and (min-width:48.0625em){.flexible-page .wysiwyg,.flexible-page .callout-block,.flexible-page-callout .wysiwyg,.flexible-page-callout .callout-block{margin-top:3.125rem}}@media print,screen and (min-width:64.0625em){.flexible-page .wysiwyg,.flexible-page .callout-block,.flexible-page-callout .wysiwyg,.flexible-page-callout .callout-block{margin-top:5rem}}@media print,screen and (max-width:48.06125em){.flexible-page .wysiwyg,.flexible-page .callout-block,.flexible-page-callout .wysiwyg,.flexible-page-callout .callout-block{margin-top:1.875rem}}.form-section div[class*=-offset-]{margin-left:0}.form-section .form-required:not(:empty){color:#a51c30}.form-section .form-required:not(:empty)::after{content:none}@media print,screen and (min-width:48.0625em){.form-section .medium-7{max-width:58.3333%}}.hero{position:relative;max-height:75vh}.hero img,.hero video,.hero .video-feature{position:relative;display:block;width:100%;max-width:none;height:auto;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.hero__media{display:block}.hero__content{z-index:3;padding-top:2.5rem}@media print,screen and (min-width:48.0625em){.hero__content{padding-top:3.125rem}}@media print,screen and (min-width:64.0625em){.hero__content{padding-top:5rem}}.hero__content .btn{margin:auto}.autoplay-video-container{position:relative}.hero--video .video-feature,.hero--video video{background-color:#8996a0;position:relative;width:100%;z-index:2}.hero.hero--parallax{overflow:hidden;min-height:85vh}.hero.hero--parallax img,.hero.hero--parallax video{height:135%;-webkit-transform:translateY(calc(var(--scroll-tracker) * 35%));transform:translateY(calc(var(--scroll-tracker) * 35%));will-change:transform}.hero.hero--parallax .hero__media,.hero.hero--parallax .video-feature,.hero.hero--parallax .autoplay-video-container{height:100%}.hero.hero--parallax img,.hero.hero--parallax video,.hero.hero--parallax .hero__media,.hero.hero--parallax .video-feature,.hero.hero--parallax .autoplay-video-container{position:absolute;bottom:0;left:0;width:100%;-o-object-fit:cover;object-fit:cover}.hero--iframe .video-feature{position:relative;z-index:3;overflow:hidden;height:0;padding-top:30px;padding-bottom:56.25%}@media print,screen and (min-width:48.0625em){.hero--iframe img{position:absolute}}@media print,screen and (min-width:48.0625em){.hero--iframe iframe{position:absolute;z-index:2;top:0;left:0;width:100%;min-width:1165px;height:100%;min-height:700px}}.hero--iframe .video-feature{display:none}@media print,screen and (min-width:48.0625em){.hero--iframe .video-feature{display:block;margin-top:-3.125rem}}.hero--parallax-iframe .video-feature{display:none}@media print,screen and (min-width:48.0625em){.hero--parallax-iframe .video-feature{position:relative;z-index:2;display:block;width:100vw;height:100vh}}.homepage-hero{background-color:rgba(0,0,0,0);position:relative}@media print,screen and (min-width:48.0625em){.homepage-hero{border-right:20px solid #fff;min-height:70vh}}@media screen and (min-width:125em){.homepage-hero{min-height:unset}}@media print,screen and (min-width:48.0625em){.homepage-hero .hero__media{position:fixed;z-index:-1;top:0;right:0;bottom:0;left:0}}.homepage-hero .hero__media figure{margin:0}.homepage-hero .hero__media img{display:block}@media print,screen and (min-width:48.0625em){.homepage-hero .hero__media img{-webkit-filter:blur(calc(var(--scroll-tracker-alt) / 80 * 1px));filter:blur(calc(var(--scroll-tracker-alt) / 80 * 1px));height:100%;-o-object-fit:cover;object-fit:cover;width:100%}}.homepage-hero .hero__media video{display:block}@media print,screen and (min-width:48.0625em){.homepage-hero .hero__media video{height:100%;-o-object-fit:cover;object-fit:cover;position:fixed;-webkit-transition:max-width .5s ease-in-out;transition:max-width .5s ease-in-out;width:100%;z-index:-999;top:0;-webkit-filter:blur(calc(var(--scroll-tracker-alt) / 80 * 1px));filter:blur(calc(var(--scroll-tracker-alt) / 80 * 1px))}}.homepage-hero .hero__content{background-color:#1e1e1e;color:#fff;padding-top:1.875rem;position:relative}@media print,screen and (min-width:48.0625em){.homepage-hero .hero__content{background:linear-gradient(0deg,rgb(30,30,30),rgba(30,30,30,0.7) 10%,rgba(30,30,30,0) 20%),linear-gradient(15deg,rgb(30,30,30),rgba(30,30,30,0.7) 50%,rgba(30,30,30,0))}}.homepage-hero .hero__content .publish-date{font-family:Libre Franklin,sans-serif;font-size:0.8125rem;font-weight:400;line-height:1.2;font-weight:700}.homepage-hero .hero__content .publish-date::before{font-family:"Font Awesome 5 Pro";font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased;color:#766a65;content:"";display:inline-block;font-weight:300;margin-right:.625rem}.homepage-hero .hero__content .featured-statement{font-family:Roboto Slab,serif;font-size:0.9375rem;font-weight:400;line-height:1.5;display:block;font-family:sans-serif;margin-top:.625rem}.homepage-hero .hero__content h2{font-family:Libre Franklin,sans-serif;font-size:3rem;font-weight:800;letter-spacing:-1px;line-height:1.1;margin-top:1.25rem}@media print,screen and (min-width:48.0625em){.homepage-hero .hero__content h2{font-size:4.5rem}}@media print,screen and (min-width:64.0625em){.homepage-hero .hero__content h2{font-size:6.25rem}}@media print,screen and (min-width:48.0625em){.homepage-hero .hero__content h2{margin-top:0}}.homepage-hero .hero__content h2 a{color:#fff;text-decoration-color:#a51c30;text-decoration-thickness:3px}.homepage-hero .hero__content h2 a:hover{color:#766a65;text-decoration-color:#fff}.homepage-hero .hero__content h3 a{text-decoration-thickness:2px}.homepage-hero .hero__content h3 a:hover{color:#8c8179;text-decoration-color:#fff}.homepage-hero .hero__content a{color:#fff;text-decoration-color:#a51c30}.homepage-hero .hero__content a:hover{color:#d1233d}.homepage-hero .hero__content .btn{margin-bottom:3.125rem}@media print,screen and (min-width:48.0625em){.homepage-hero .hero__content .btn{margin-bottom:5rem}}@media print,screen and (min-width:64.0625em){.homepage-hero .hero__content .btn{margin-bottom:6.25rem}}.homepage-hero .hero__content .summary{font-size:1.125rem;font-weight:400;line-height:1.6;font-family:Roboto Slab,serif;margin-top:.625rem}@media print,screen and (min-width:48.0625em){.homepage-hero .hero__content .summary{font-size:1.375rem;line-height:1.6}}.homepage-hero .hero__content .homepage-hero__articles{margin-top:2.5rem;padding-bottom:1.875rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:1.875rem}@media print,screen and (min-width:48.0625em){.homepage-hero .hero__content .homepage-hero__articles{margin-top:3.125rem}}@media print,screen and (min-width:64.0625em){.homepage-hero .hero__content .homepage-hero__articles{padding-bottom:2.5rem}}.homepage-hero .hero__content .homepage-hero__articles .featured-article-item{-webkit-box-flex:1;-ms-flex:1;flex:1;max-width:22.5rem}@media print,screen and (min-width:40.0625em){.homepage-hero .hero__content .homepage-hero__articles .featured-article-item{max-width:28.5rem}}.homepage-hero .hero__content .homepage-hero__articles .featured-article-item h3{font-family:Libre Franklin,sans-serif;font-size:1.125rem;font-weight:700;line-height:1.4}@media print,screen and (min-width:64.0625em){.homepage-hero .hero__content .homepage-hero__articles .featured-article-item h3{font-size:1.25rem}}.homepage-hero .hero__content .homepage-hero__articles .featured-article-item__content .archive-tag{color:#fff}.homepage-hero.light-mode .hero__content{background-color:#dee7e7;color:#1e1e1e}@media print,screen and (min-width:48.0625em){.homepage-hero.light-mode .hero__content{background:linear-gradient(0deg,rgb(222,231,232),rgba(245,248,248,0.85) 10%,rgba(255,255,255,0) 20%),linear-gradient(15deg,rgb(222,231,232),rgba(245,248,248,0.85) 50%,rgba(255,255,255,0))}}.homepage-hero.light-mode .hero__content h2 a{color:#1e1e1e;text-decoration-color:#a51c30}.homepage-hero.light-mode .hero__content h2 a:hover{color:#766a65}.homepage-hero.light-mode .hero__content h3 a{color:#a51c30;text-decoration-color:rgba(140,129,121,.3137254902)}.homepage-hero.light-mode .hero__content h3 a:hover{color:#1e1e1e;text-decoration-color:#a51c30}.homepage-hero.light-mode .hero__content a.btn{color:#fff}.homepage-hero.light-mode .hero__content a.btn:hover{background-color:rgba(0,0,0,0);color:#a51c30}.homepage-hero.light-mode .hero__content .vert-rule{padding-bottom:3.125rem}@media print,screen and (min-width:48.0625em){.homepage-hero.light-mode .hero__content .vert-rule{padding-bottom:5rem}}@media print,screen and (min-width:64.0625em){.homepage-hero.light-mode .hero__content .vert-rule{padding-bottom:6.25rem}}.homepage-hero.light-mode .hero__content .vert-rule::before{background-color:#bac5c6;opacity:.25}.homepage-hero.light-mode .hero__content .homepage-hero__articles .featured-article-item__content .archive-tag{color:#766a65}@media print,screen and (min-width:48.0625em){.homepage-hero{background-color:rgba(0,0,0,0);position:relative}.homepage-hero .hero__content{background-color:rgba(0,0,0,0);padding-top:16.25rem}.homepage-hero .hero__content .vert-rule-spacer,.homepage-hero .hero__content .vert-rule{padding-right:1.25rem}.homepage-hero .hero__content .vert-rule::before{background-color:#8c8179;opacity:.2}.homepage-hero .hero__content .publish-date{display:block;font-size:1rem;padding:0 .625rem;position:absolute;-webkit-transform:rotate(-90deg) translate(-100%);transform:rotate(-90deg) translate(-100%);-webkit-transform-origin:top left;transform-origin:top left;top:0;left:-4.25rem}.homepage-hero .hero__content .publish-date::before{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.homepage-hero .hero__content .featured-statement{font-size:1rem;margin-top:0;position:absolute;top:-62.5px}.homepage-hero .hero__content h1{margin-top:0}.homepage-hero .hero__content .summary{margin-top:1.25rem}.homepage-hero .hero__content .homepage-hero__articles{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-column-gap:2.5rem;-moz-column-gap:2.5rem;column-gap:2.5rem;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;row-gap:0}}@media print,screen and (min-width:64.0625em){.homepage-hero .hero__content{padding-top:32.6875rem}}@-webkit-keyframes left-leg{from{-webkit-transform:none;transform:none}to{-webkit-transform:rotate(-20deg);transform:rotate(-20deg)}}@keyframes left-leg{from{-webkit-transform:none;transform:none}to{-webkit-transform:rotate(-20deg);transform:rotate(-20deg)}}@-webkit-keyframes right-leg{from{-webkit-transform:none;transform:none}to{-webkit-transform:rotate(23deg);transform:rotate(23deg)}}@keyframes right-leg{from{-webkit-transform:none;transform:none}to{-webkit-transform:rotate(23deg);transform:rotate(23deg)}}.page--scroll-tracker .site-header{display:none}.page--scroll-tracker h1{position:absolute !important;overflow:hidden;clip:rect(1px,1px,1px,1px);width:1px;height:1px}.student-journey{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;min-height:100vh}.student-journey h2{max-width:960px;text-transform:uppercase;font-size:12vw;line-height:.8}.student-journey h2 .oho-animate:last-child::after{display:block;width:3px;height:200px;content:"";-webkit-transition:height .8s cubic-bezier(0.82,0.06,0.14,0.97);transition:height .8s cubic-bezier(0.82,0.06,0.14,0.97);-webkit-transition-delay:.8s;transition-delay:.8s;-webkit-transform:translateY(80px);transform:translateY(80px);background:#1e1e1e}.student-journey h2 .oho-animate.oho-animate--ready:last-child::after{height:0;-webkit-transition:none;transition:none}.horizontal-story-container{position:relative;width:100%;min-height:4900vh}.horizontal-story{position:sticky;top:0;left:0;width:100vw;height:100vh;opacity:calc(var(--scroll-tracker)*20)}.horizontal-story .laptop-cloud{display:none;fill:url(#laptop-cloud-gradient)}.horizontal-story .background path{-webkit-transform:translateX(calc(var(--scroll-tracker) * -8%));transform:translateX(calc(var(--scroll-tracker) * -8%));opacity:.7;fill:#dfe9f7}.horizontal-story .background path:nth-child(2){-webkit-transform:translateX(calc(var(--scroll-tracker) * -1%));transform:translateX(calc(var(--scroll-tracker) * -1%))}.horizontal-story .background path:nth-child(3){-webkit-transform:translateX(calc(var(--scroll-tracker) * -5%));transform:translateX(calc(var(--scroll-tracker) * -5%))}.horizontal-story .background path:nth-child(4){-webkit-transform:translateX(calc(var(--scroll-tracker) * -1%));transform:translateX(calc(var(--scroll-tracker) * -1%))}.horizontal-story .background path:nth-child(5){-webkit-transform:translateX(calc(var(--scroll-tracker) * -2%));transform:translateX(calc(var(--scroll-tracker) * -2%))}.horizontal-story .background path.cloud-background--offset-top{-webkit-transform:translateX(calc(var(--scroll-tracker) * -1%)) translateY(36%);transform:translateX(calc(var(--scroll-tracker) * -1%)) translateY(36%)}.horizontal-story .background:nth-child(3) path,.horizontal-story .background:nth-child(4) path,.horizontal-story .background:nth-child(5) path{-webkit-transform:translateX(calc(var(--scroll-tracker) * -4%));transform:translateX(calc(var(--scroll-tracker) * -4%))}.horizontal-story .background:nth-child(3) path:nth-child(2),.horizontal-story .background:nth-child(4) path:nth-child(2),.horizontal-story .background:nth-child(5) path:nth-child(2){-webkit-transform:translateX(calc(var(--scroll-tracker) * -42%));transform:translateX(calc(var(--scroll-tracker) * -42%))}.horizontal-story .background:nth-child(3) path:nth-child(3),.horizontal-story .background:nth-child(4) path:nth-child(3),.horizontal-story .background:nth-child(5) path:nth-child(3){-webkit-transform:translateX(calc(var(--scroll-tracker) * -43%));transform:translateX(calc(var(--scroll-tracker) * -43%))}.horizontal-story .background:nth-child(3) path:nth-child(4),.horizontal-story .background:nth-child(4) path:nth-child(4),.horizontal-story .background:nth-child(5) path:nth-child(4){-webkit-transform:translateX(calc(var(--scroll-tracker) * -45%));transform:translateX(calc(var(--scroll-tracker) * -45%))}.horizontal-story .background:nth-child(3) path:nth-child(5),.horizontal-story .background:nth-child(4) path:nth-child(5),.horizontal-story .background:nth-child(5) path:nth-child(5){-webkit-transform:translateX(calc(var(--scroll-tracker) * -5%));transform:translateX(calc(var(--scroll-tracker) * -5%))}.laptop__screen,.laptop__keyboard--accent{fill:#2d3079}.laptop__screen--inner{fill:#fff}.laptop__keyboard{fill:#71b3e2}.laptop__molecules{fill:#a51c30;-webkit-transform:rotate(calc(var(--scroll-tracker) * 0.05deg));transform:rotate(calc(var(--scroll-tracker) * 0.05deg));-webkit-transform-origin:70% 42.1%;transform-origin:70% 42.1%}.person{-webkit-transform:translateX(calc(var(--scroll-tracker) * 0.02%));transform:translateX(calc(var(--scroll-tracker) * 0.02%))}.person .skin{fill:#4e3a2d}.person .hair,.person .skirt,.person .shoe{fill:#2d3079;-webkit-transition:1.4s;transition:1.4s}.person .torso{fill:#aeaed7}.person .sleeve{fill:#fff}.person .mouth{fill:none;stroke:#f3f3f3;stroke-width:2.7032;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}.leg{-webkit-transform-origin:58% 52%;transform-origin:58% 52%;-webkit-animation-duration:4s;animation-duration:4s;-webkit-animation-timing-function:cubic-bezier(0.82,0.06,0.14,0.97);animation-timing-function:cubic-bezier(0.82,0.06,0.14,0.97);-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-direction:alternate}.leg--right{-webkit-animation-name:right-leg;animation-name:right-leg}.leg--left{-webkit-animation-name:left-leg;animation-name:left-leg}.grounds{-webkit-transform:translateY(6.1%);transform:translateY(6.1%)}.grounds line{fill:none;stroke:#97d1ed;stroke-width:4.1196;stroke-linecap:round;stroke-miterlimit:10;-webkit-transform:translateX(calc(var(--scroll-tracker) * -2%));transform:translateX(calc(var(--scroll-tracker) * -2%))}.grounds line:nth-child(2){-webkit-transform:translateX(calc(var(--scroll-tracker) * -3%));transform:translateX(calc(var(--scroll-tracker) * -3%))}.grounds line:nth-child(3){-webkit-transform:translateX(calc(var(--scroll-tracker) * -5%));transform:translateX(calc(var(--scroll-tracker) * -5%))}.grounds line:nth-child(3){-webkit-transform:translateX(calc(var(--scroll-tracker) * -12%));transform:translateX(calc(var(--scroll-tracker) * -12%))}.ground:nth-child(3) path,.ground:nth-child(4) path,.ground:nth-child(5) path{-webkit-transform:translateX(calc(var(--scroll-tracker) * -114%));transform:translateX(calc(var(--scroll-tracker) * -114%))}.ground:nth-child(3) path:nth-child(2),.ground:nth-child(4) path:nth-child(2),.ground:nth-child(5) path:nth-child(2){-webkit-transform:translateX(calc(var(--scroll-tracker) * -142%));transform:translateX(calc(var(--scroll-tracker) * -142%))}.ground:nth-child(3) path:nth-child(3),.ground:nth-child(4) path:nth-child(3),.ground:nth-child(5) path:nth-child(3){-webkit-transform:translateX(calc(var(--scroll-tracker) * -143%));transform:translateX(calc(var(--scroll-tracker) * -143%))}.ground:nth-child(3) path:nth-child(4),.ground:nth-child(4) path:nth-child(4),.ground:nth-child(5) path:nth-child(4){-webkit-transform:translateX(calc(var(--scroll-tracker) * -145%));transform:translateX(calc(var(--scroll-tracker) * -145%))}.ground:nth-child(3) path:nth-child(5),.ground:nth-child(4) path:nth-child(5),.ground:nth-child(5) path:nth-child(5){-webkit-transform:translateX(calc(var(--scroll-tracker) * -143%));transform:translateX(calc(var(--scroll-tracker) * -143%))}.horizontal-story--content{position:relative;z-index:3;min-height:100vh}.horizontal-story--content .initial-12{padding:2.5rem;background:rgba(255,255,255,.5)}@media print,screen and (min-width:48.0625em){.horizontal-story--content .initial-12{padding:3.125rem}}@media print,screen and (min-width:48.0625em){.horizontal-story--content .initial-12{padding-left:10%}}.st17{fill:#a0dadc}.st18{opacity:.15}.st19{fill:#875c35}.st20{fill:#77685a}.st21{fill:#517c7d}.st22{fill:#fcb773}.st23{fill:#d39053}.st24{fill:#aa774d}.st25{fill:#f37c73}.st26{fill:#a99989}.st27,.bush{fill:#2d7138}.st28{fill:#d2923b}.st29{fill:#61bd63}.st30{fill:#b9d248}.st31{fill:#ffe2c0}.st32{fill:#c65856}.st33{fill:#6384c2}.st34{fill:#416299}.st35{fill:#444544}.st36{fill:#666766}.st37{fill:#e7f1f4}.st38{fill:#747d53}.st39{fill:#586039}.st40{fill:#c7c6c6}.st41{fill:#f99d1c}.city .buildings-left{-webkit-transform:translateX(calc(var(--scroll-tracker) * -113%));transform:translateX(calc(var(--scroll-tracker) * -113%))}.city .house{-webkit-transform:translateX(calc(var(--scroll-tracker) * -135%));transform:translateX(calc(var(--scroll-tracker) * -135%))}.city .trees{-webkit-transform:translateX(calc(var(--scroll-tracker) * -142%));transform:translateX(calc(var(--scroll-tracker) * -142%))}.city .buildings-right{-webkit-transform:translateX(calc(var(--scroll-tracker) * -183%));transform:translateX(calc(var(--scroll-tracker) * -183%))}.city .car{-webkit-transform:translateX(calc(var(--scroll-tracker) * -204%));transform:translateX(calc(var(--scroll-tracker) * -204%))}.city .van{-webkit-transform:translateX(calc(var(--scroll-tracker) * -235%));transform:translateX(calc(var(--scroll-tracker) * -235%))}.city .suv{-webkit-transform:translateX(calc(var(--scroll-tracker) * -245%));transform:translateX(calc(var(--scroll-tracker) * -245%))}.city .sign{-webkit-transform:translateX(calc(var(--scroll-tracker) * -235%));transform:translateX(calc(var(--scroll-tracker) * -235%))}.timeline-outer{-webkit-transform:translateX(12%);transform:translateX(12%)}.timeline{-webkit-transform:translateX(calc(var(--scroll-tracker) * -350%)) translateY(10%);transform:translateX(calc(var(--scroll-tracker) * -350%)) translateY(10%)}.timeline .purple-fill,.timeline__point{fill:#2d3079}.timeline__info-bubble .text{fill:#fff}.timeline__line{stroke:#2d3079;stroke-width:8px}.workingst17{opacity:.73;fill:#fff}.workingst18{fill:#d4dbe1}.workingst19{fill:#86c0e9}.workingst20{fill:#5d554e}.workingst21{fill:#3d4246}.workingst22{fill:#34383b}.workingst23{fill:#efa986}.workingst24{fill:#fdcda3}.workingst25{fill:#e2d2ca}.workingst26{fill:#4a5055}.workingst27{fill:#d7d6d6}.workingst28{fill:#c98462}.workingst29{fill:#df9e7d}.workingst30{fill:#e9e8e8}.workingst31{fill:#bcd5ef}.workingst32{fill:#767676}.workingst33{fill:#fff}.workingst34{fill:url(#SVGID_1_)}.workingst35{fill:url(#SVGID_2_)}.workingst36{fill:url(#SVGID_3_)}.workingst37{fill:#c5ccd1}.workingst38{fill:url(#SVGID_4_)}.workingst39{fill:#e0e1e0}.workingst40{fill:#b9b9b9}.workingst41{fill:#d9d9d8}.workingst42{fill:url(#SVGID_5_)}.workingst43{fill:url(#SVGID_6_)}.workingst44{fill:#d64e4b}.workingst45{fill:#2a2c47}.workingst46{fill:#3e426b}.workingst47{fill:#d0beb6}.workingst48{fill:#23263d}.workingst49{fill:#f15c5b}.workingst50{fill:#807167}.workingst51{fill:#191b2b}.workingst52{fill:#a77961}.workingst53{fill:#b1403e}.workingst54{fill:#292c45}.workingst55{fill:#eddad3}.workingst56{fill:#f5f6f6}.workingst57{fill:#62a9dc}.workingst58{fill:#3983c4}.workingst59{fill:#1a5a8d}.workingst60{fill:#2274b5}.workingst61{fill:#3a88c8}.workingst62{fill:url(#SVGID_7_)}.workingst63{fill:url(#SVGID_8_)}.workingst64{fill:url(#SVGID_9_)}.workingst65{fill:url(#SVGID_10_)}.workingst66{fill:url(#SVGID_11_)}.workingst67{fill:url(#SVGID_12_)}.workingst68{fill:#706966}.workingst69{fill:#ccbdb7}.workingst70{fill:#998e89}.workingst71{fill:#b59074}.workingst72{fill:#fcb557}.workingst73{fill:#434873}.workingst74{fill:#3b4048}.workingst75{fill:#323757}.workingst76{fill:#928783}.workingst77{fill:#5f5955}.workingst78{fill:#bfb2ac}.workingst79{fill:#b9aca6}.workingst80{fill:#f6f7fb}.workingst81{fill:#928681}.workingst82{fill:#dfe1e8}.workingst83{fill:#a0dadc}.workingst84{opacity:.15}.workingst85{fill:#875c35}.workingst86{fill:#77685a}.workingst87{fill:#517c7d}.workingst88{fill:#fcb773}.workingst89{fill:#d39053}.workingst90{fill:#aa774d}.workingst91{fill:#f37c73}.workingst92{fill:#a99989}.workingst93{fill:#2d7138}.workingst94{fill:#d2923b}.workingst95{fill:#61bd63}.workingst96{fill:#b9d248}.workingst97{fill:#ffe2c0}.workingst98{fill:#c65856}.workingst99{fill:#6384c2}.workingst100{fill:#416299}.workingst101{fill:#444544}.workingst102{fill:#666766}.workingst103{fill:#e7f1f4}.workingst104{fill:#747d53}.workingst105{fill:#586039}.workingst106{fill:#c7c6c6}.workingst107{fill:#f99d1c}.workingst108{fill:none;stroke:#2b2e74;stroke-width:7;stroke-miterlimit:10}.working-left{-webkit-transform:translateX(calc(var(--scroll-tracker) * -155%));transform:translateX(calc(var(--scroll-tracker) * -155%))}.working-middle{-webkit-transform:translateX(calc(var(--scroll-tracker) * -140%));transform:translateX(calc(var(--scroll-tracker) * -140%))}.working-right{-webkit-transform:translateX(calc(var(--scroll-tracker) * -129%));transform:translateX(calc(var(--scroll-tracker) * -129%))}.landscape-scrolltracker__scene{min-height:400vh}.landscape-scrolltracker__scene svg{position:sticky;top:0;height:100vh}.landscape-scrolltracker__item--night .landscape-scrolltracker__scene svg>g{-webkit-transform:translateX(calc(var(--scroll-tracker) * 55%));transform:translateX(calc(var(--scroll-tracker) * 55%))}.landscape-scrolltracker__item--night .landscape-scrolltracker__scene #night_water{-webkit-transform:none;transform:none}.landscape-scrolltracker__item--night .landscape-scrolltracker__scene .night_water__glare{-webkit-transform:translateX(14%);transform:translateX(14%)}.landscape-scrolltracker__item--night .landscape-scrolltracker__scene .night_water__glare path{-webkit-transform:rotateY(calc(var(--scroll-tracker) * 15deg));transform:rotateY(calc(var(--scroll-tracker) * 15deg));-webkit-transform-origin:58% 63%;transform-origin:58% 63%}.landscape-scrolltracker__item--night .landscape-scrolltracker__scene .night_water__streaks{-webkit-transform:translateX(calc(var(--scroll-tracker) * -42%));transform:translateX(calc(var(--scroll-tracker) * -42%))}.landscape-scrolltracker__item--night .landscape-scrolltracker__scene #night_stars{-webkit-transform:none;transform:none}.landscape-scrolltracker__item--night .landscape-scrolltracker__scene #night_foreground-land,.landscape-scrolltracker__item--night .landscape-scrolltracker__scene #night_foreground-foliage{-webkit-transform:translateX(calc(var(--scroll-tracker) * -42%));transform:translateX(calc(var(--scroll-tracker) * -42%))}.landscape-scrolltracker__item--night .landscape-scrolltracker__scene #night_sun{-webkit-transform:translateY(calc(var(--scroll-tracker) * -34%));transform:translateY(calc(var(--scroll-tracker) * -34%))}.landscape-scrolltracker__item--spring,.landscape-scrolltracker__item--sunset{position:relative}.landscape-scrolltracker__item--spring svg,.landscape-scrolltracker__item--sunset svg{z-index:2}.landscape-scrolltracker__item--spring .landscape-scrolltracker__scene::after,.landscape-scrolltracker__item--sunset .landscape-scrolltracker__scene::after{position:absolute;top:0;left:0;width:100vw;height:350vh;margin-top:calc(var(--scroll-tracker)*-219%);content:"";-webkit-transform:translateY(-50%);transform:translateY(-50%)}.landscape-scrolltracker__item--sunset .landscape-scrolltracker__scene::after{background:-webkit-gradient(linear,left top,left bottom,from(rgba(153,26,9,0)),color-stop(35%,rgb(153,26,9)));background:linear-gradient(to bottom,rgba(153,26,9,0) 0%,rgb(153,26,9) 35%)}.landscape-scrolltracker__item--spring .landscape-scrolltracker__scene::after{background:-webkit-gradient(linear,left top,left bottom,from(rgba(156,193,222,0)),color-stop(35%,rgb(156,193,222)));background:linear-gradient(to bottom,rgba(156,193,222,0) 0%,rgb(156,193,222) 35%)}.landscape-scrolltracker__item--sunset{-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}.landscape-scrolltracker__item--sunset .landscape-scrolltracker__scene svg>g{-webkit-transform:translateX(calc(var(--scroll-tracker) * -65%));transform:translateX(calc(var(--scroll-tracker) * -65%))}.landscape-scrolltracker__item--sunset .landscape-scrolltracker__scene #sunset_sun{-webkit-transform:translateY(calc(var(--scroll-tracker) * 44%)) translateX(calc(var(--scroll-tracker) * -34%));transform:translateY(calc(var(--scroll-tracker) * 44%)) translateX(calc(var(--scroll-tracker) * -34%))}.landscape-scrolltracker__item--sunset .landscape-scrolltracker__scene #sunset_clouds{-webkit-transform:translateX(calc(var(--scroll-tracker) * -67%));transform:translateX(calc(var(--scroll-tracker) * -67%))}.landscape-scrolltracker__item--sunset .landscape-scrolltracker__scene #sunset_stars{-webkit-transform:translateX(calc(var(--scroll-tracker) * -45%));transform:translateX(calc(var(--scroll-tracker) * -45%))}.landscape-scrolltracker__item--sunset .landscape-scrolltracker__scene #sunset_birds{-webkit-transform:translateX(calc(var(--scroll-tracker) * -71%));transform:translateX(calc(var(--scroll-tracker) * -71%))}.landscape-scrolltracker__item--spring svg>g{-webkit-transform:translateX(calc(var(--scroll-tracker) * -55%));transform:translateX(calc(var(--scroll-tracker) * -55%))}.landscape-scrolltracker__item--spring #spring_trees-foreground{-webkit-transform:translateX(calc(var(--scroll-tracker) * -35%));transform:translateX(calc(var(--scroll-tracker) * -35%))}.landscape-scrolltracker__item--spring #spring_water,.landscape-scrolltracker__item--spring #spring_sky,.landscape-scrolltracker__item--spring #spring_foreground-hill,.landscape-scrolltracker__item--spring #spring_stars-dots,.landscape-scrolltracker__item--spring #spring_stars-twinkle{-webkit-transform:none;transform:none}.landscape-scrolltracker__item--spring #spring_water-accents{-webkit-transform:translateX(calc(var(--scroll-tracker) * -23%));transform:translateX(calc(var(--scroll-tracker) * -23%))}.landscape-scrolltracker__item--spring #spring_mountains-right{-webkit-transform:none;transform:none}.landscape-scrolltracker__item--spring #spring_mountains-right>g:first-child{-webkit-transform:translateX(calc(var(--scroll-tracker) * -18%));transform:translateX(calc(var(--scroll-tracker) * -18%))}.landscape-scrolltracker__item--spring #spring_mountains-right>g:nth-child(2){-webkit-transform:translateY(5%) translateX(calc(var(--scroll-tracker) * -16%));transform:translateY(5%) translateX(calc(var(--scroll-tracker) * -16%))}.landscape-scrolltracker__item--spring #spring_light-house,.landscape-scrolltracker__item--spring #spring_background-trees{-webkit-transform:translateX(calc(var(--scroll-tracker) * -15%));transform:translateX(calc(var(--scroll-tracker) * -15%))}.landscape-scrolltracker__item--spring #spring_sailboat_sail-boat--left{-webkit-transform:translateX(calc(var(--scroll-tracker) * -35%));transform:translateX(calc(var(--scroll-tracker) * -35%))}.landscape-scrolltracker__item--spring #spring_moon{-webkit-transform:translateY(calc(var(--scroll-tracker) * -35%));transform:translateY(calc(var(--scroll-tracker) * -35%))}.stat-journey-block{position:sticky;z-index:2;top:6.25rem;left:6.25rem;overflow:hidden;max-width:550px;padding:40px;color:#fff;border-radius:10px;background:-webkit-gradient(linear,left top,left bottom,from(rgba(121,37,72,0.4)),to(rgba(94,27,56,0.8)));background:linear-gradient(to bottom,rgba(121,37,72,0.4) 0%,rgba(94,27,56,0.8) 100%)}.stat-journey-block .h1{font-size:120px}.landscape-scrolltracker__item--sunset .stat-journey-block{top:36%;right:0;left:0;max-width:1020px;margin:auto;background:-webkit-gradient(linear,left top,left bottom,from(rgba(147,15,14,0.4)),to(rgba(173,51,26,0.8)));background:linear-gradient(to bottom,rgba(147,15,14,0.4) 0%,rgba(173,51,26,0.8) 100%)}.landscape-scrolltracker__item--sunset .stat-journey-block .grid-x{-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}.landscape-scrolltracker__item--spring .stat-journey-block{right:100px;left:auto;float:right;background:-webkit-gradient(linear,left top,left bottom,from(rgb(39,85,133)),to(rgba(36,30,59,0.8)));background:linear-gradient(to bottom,rgb(39,85,133) 0%,rgba(36,30,59,0.8) 100%)}.student-journey--adventure h2{color:#fff}.student-journey--adventure h2 .oho-animate:last-child::after{position:absolute;z-index:-1;bottom:0;left:0;width:100vw;background:-webkit-gradient(linear,left top,left bottom,from(rgb(121,37,72)),to(rgb(115,63,105)));background:linear-gradient(to bottom,rgb(121,37,72) 0%,rgb(115,63,105) 100%)}.student-journey--adventure h2 .oho-animate:not(.oho-animate--ready):last-child::after{height:110vh}.issues-listing-section{margin-top:3.125rem;padding-top:3.125rem;padding-bottom:3.125rem}@media print,screen and (min-width:48.0625em){.issues-listing-section{margin-top:5rem}}@media print,screen and (min-width:64.0625em){.issues-listing-section{margin-top:6.25rem}}@media print,screen and (min-width:48.0625em){.issues-listing-section{padding-top:5rem;padding-bottom:5rem}}@media print,screen and (min-width:64.0625em){.issues-listing-section{padding-top:6.25rem;padding-bottom:6.25rem}}.issues-listing-section .section-heading{margin-bottom:2.5rem}@media print,screen and (min-width:48.0625em){.issues-listing-section .section-heading{margin-bottom:3.125rem}}.issues-listing-section>.grid-container>.grid-x{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.issues-listing-section>.grid-container>.grid-x:not(:first-child){margin-top:1.875rem}@media print,screen and (min-width:64.0625em){.issues-listing-section>.grid-container>.grid-x:not(:first-child){margin-top:2.5rem}}.issues-listing-section__image{max-width:22.5rem;-webkit-transition:max-width .5s ease-in-out;transition:max-width .5s ease-in-out}.issues-listing-section__image figure{margin:0}.issues-listing-section__content .eyebrow{font-family:"Libre Franklin",sans-serif;margin-top:1.25rem}.issues-listing-section__content .eyebrow span{display:block}.issues-listing-section__content .eyebrow .issue-title{font-weight:700}.issues-listing-section__content .eyebrow .publish-date:not(:first-child){margin-top:.3125rem}.issues-listing-section__content h3{font-family:Libre Franklin,sans-serif;font-size:1.5rem;font-weight:700;line-height:1.2;margin:0;margin-top:.9375rem}@media print,screen and (min-width:48.0625em){.issues-listing-section__content h3{font-size:1.875rem}}@media print,screen and (min-width:64.0625em){.issues-listing-section__content h3{font-size:2rem;letter-spacing:-0.5px}}.issues-listing-section__content h3 a{color:#fff;text-decoration-color:#a51c30;text-decoration-thickness:2px}.issues-listing-section__content h3 a:hover{color:#766a65;text-decoration-color:#fff}.issues-listing-section__content p{font-family:"Roboto Slab",serif;font-size:1rem;line-height:1.6;margin:0;margin-top:.625rem}@media print,screen and (min-width:48.0625em){.issues-listing-section__content p{font-size:1.125rem}}.issues-listing-section__content .archive-tag{margin-top:.9375rem}@media print,screen and (min-width:40.0625em){.issues-listing-section__image{max-width:28.5rem}}@media print,screen and (min-width:48.0625em){.issues-listing-section__image{max-width:none}.issues-listing-section__content .eyebrow{margin:0}.issues-listing-section__content .eyebrow span{display:inline}.issues-listing-section__content .eyebrow .issue-title{margin-top:0}.issues-listing-section__content .eyebrow .publish-date{margin-top:0;position:relative}}.flexible-hero+.issues-listing-section{margin-top:0}.jump-nav{position:sticky}.more-less{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.more-less [data-more-less-content]{position:relative;overflow:hidden;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.more-less [data-more-less-toggle],.more-less .more-less__toggle{display:none;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.more-less [data-more-less-toggle]::before,.more-less .more-less__toggle::before{content:"See More"}.more-less[data-more-less-init] [data-more-less-toggle],.more-less[data-more-less-init] .more-less__toggle{display:inline-block}.more-less[data-more-less-init=items] [data-more-less-item]:nth-child(3)~[data-more-less-item]{display:none}.more-less.more-less-open [data-more-less-content]{max-height:none !important}.more-less.more-less-open [data-more-less-item]{display:block !important}.more-less.more-less-open [data-more-less-toggle]::before,.more-less.more-less-open .more-less__toggle::before{content:"See Less"}:root:not(.oho-js) .more-less__content{max-height:none !important}:root:not(.oho-js) .more-less__item{display:block !important}:root:not(.oho-js) .more-less::after,:root:not(.oho-js) .more-less__toggle,.more-less--inactive::after,.more-less--inactive .more-less__toggle{display:none}.related{margin-top:2.5rem}@media print,screen and (min-width:48.0625em){.related{margin-top:3.125rem}}@media print,screen and (min-width:64.0625em){.related{margin-top:3.75rem}}.slide-toggle{--slide-toggle-offset:0;--slide-toggle-scale:1;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;margin:0;padding:0;list-style:none}.slide-toggle__button{margin:0;-webkit-transition:color 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:color 150ms cubic-bezier(0.42,0.08,0.06,0.98);background-color:rgba(0,0,0,0)}.slide-toggle--line{border-bottom:.0625em solid #1e1e1e}.slide-toggle--line .slide-toggle__button{color:#1e1e1e}.slide-toggle--line .slide-toggle__button[aria-selected=true]{color:#a51c30}@supports(--css:variables){.slide-toggle--line::after{bottom:0;height:.3125em;-webkit-transform:translate(var(--slide-toggle-offset),50%) scale(var(--slide-toggle-scale),1);transform:translate(var(--slide-toggle-offset),50%) scale(var(--slide-toggle-scale),1);background-color:#a51c30}}.slide-toggle--pill{padding:1em;background-color:#4e0d17}.slide-toggle--pill .slide-toggle__button{position:relative;z-index:1}.slide-toggle--pill .slide-toggle__button:hover{background-color:#a51c30}.slide-toggle--pill .slide-toggle__button[aria-selected=true]{background-color:#a51c30}@supports(--css:variables){.slide-toggle--pill::after{top:1em;bottom:1em;-webkit-transform:translateX(calc(var(--slide-toggle-offset) - 1em)) scale(var(--slide-toggle-scale),1);transform:translateX(calc(var(--slide-toggle-offset) - 1em)) scale(var(--slide-toggle-scale),1);background-color:#d1233d}}@supports(--css:variables){.slide-toggle::after{position:absolute;display:block;width:100px;content:"";-webkit-transition:-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:transform 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);-webkit-transform-origin:0 0;transform-origin:0 0}.slide-toggle .slide-toggle__button{background-color:rgba(0,0,0,0) !important}}.social-media{margin:0;padding:0;list-style:none}.social-media li{display:inline-block}.social-media a{display:block;margin:0 4px;-webkit-transition:color 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:color 150ms cubic-bezier(0.42,0.08,0.06,0.98);font-size:1.75rem}.social-media a:hover{color:#8c8179}.tags ul{display:inline-block;margin:0;padding:0;list-style:none;font-family:"Libre Franklin",sans-serif}.tags li{display:inline-block}.tags li+li{margin-left:.25em}.tags li:nth-last-child(n+2)::after{content:","}section+.tags{margin-top:2rem;padding-top:2rem;background-image:-webkit-gradient(linear,left top,right top,color-stop(0,#262626),color-stop(4em,#262626),color-stop(4em,transparent));background-image:linear-gradient(to right,#262626 0,#262626 4em,transparent 4em);background-repeat:no-repeat;background-size:100% .0625em}.topics-banner{background-color:#a51c30;color:#fff;padding-top:3.125rem;padding-bottom:3.125rem}@media print,screen and (min-width:48.0625em){.topics-banner{padding-top:3.75rem;padding-bottom:3.75rem;text-align:center}}@media screen and (min-width:80em){.topics-banner{border-top:1.25rem solid #fff;margin-top:-5rem;padding-top:7.5rem}}.hashtag-list{margin-top:1.25rem;font-size:1.5rem}.hashtag-list ul{-webkit-column-gap:.5rem;-moz-column-gap:.5rem;column-gap:.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap;list-style-type:none;margin-bottom:0;padding:0}.hashtag-list li{line-height:1.5}.hashtag-list li a{color:#fff;text-decoration-color:rgba(30,30,30,.3137254902);text-decoration-thickness:.1875rem;text-underline-offset:.625rem}.hashtag-list li a:hover{text-decoration-color:#1e1e1e}.hashtag-list li a::after{content:", ";text-decoration:none}.hashtag-list li:last-child a::after{content:""}@media print,screen and (min-width:48.0625em){.hashtag-list{margin-top:1.5625rem;font-size:1.875rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.articles--detail .wysiwyg-block{margin-top:40px}.articles--detail .audio-embed .vert-rule{padding-top:1.25rem}@media print,screen and (min-width:48.0625em){.articles--detail .audio-embed .vert-rule{padding-top:2.1875rem}}.articles--detail .article-tags .article-tags__content{border-top:2px solid #f3f3f1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0;margin-top:2.5rem;padding-top:1.875rem}@media print,screen and (min-width:48.0625em){.articles--detail .article-tags .article-tags__content{margin-top:3.125rem}}@media print,screen and (min-width:64.0625em){.articles--detail .article-tags .article-tags__content{margin-top:3.75rem}}@media print,screen and (min-width:48.0625em){.articles--detail .article-tags .article-tags__content{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.articles--detail .article-tags .article-tags__heading{font-family:Libre Franklin,sans-serif;font-size:0.8125rem;font-weight:400;line-height:1.2;color:#766a65;font-weight:700}@media print,screen and (min-width:48.0625em){.articles--detail .article-tags .article-tags__heading{margin-right:.625rem}}.articles--detail .article-tags ul.article-topics{margin:0}.articles--detail .article-tags ul.article-topics li{display:block;margin-top:.625rem}@media print,screen and (min-width:48.0625em){.articles--detail .article-tags ul.article-topics li{display:inline-block;margin-top:0}}.articles--detail+.featured-articles-section{margin-top:3.125rem}@media print,screen and (min-width:48.0625em){.articles--detail+.featured-articles-section{margin-top:5rem}}@media print,screen and (min-width:64.0625em){.articles--detail+.featured-articles-section{margin-top:6.25rem}}@media print,screen and (min-width:48.0625em){.articles--detail .wysiwyg-block{margin-top:0}.articles--detail .wysiwyg-block .wysiwyg{padding-top:80px}}.home-page .homepage-hero+.featured-articles-section{margin:0 auto;max-width:1280px;position:relative}@media print,screen and (min-width:48.0625em){.home-page .homepage-hero+.featured-articles-section{-webkit-box-shadow:0 0 50px 0 rgba(0,0,0,.2);box-shadow:0 0 50px 0 rgba(0,0,0,.2)}}.home-page .homepage-hero+.featured-articles-section::before{background-color:#1e1e1e;border-right:20px solid #fff;content:"";display:block;height:calc(100% - 80px);position:absolute;-webkit-transform:translateX(-50%) translateX(-10px);transform:translateX(-50%) translateX(-10px);width:100vw;z-index:-1;top:0;left:50%}.home-page .featured-articles{background-color:#fff}.home-page .featured-articles .featured-articles-section.gray-bg{background-color:rgba(0,0,0,0)}.home-page .featured-articles .featured-articles-section:nth-child(even){background-color:#1e1e1e;color:#fff}@media print,screen and (min-width:48.0625em){.home-page .featured-articles .featured-articles-section:nth-child(even){margin-right:20px;padding-right:20px;padding-left:20px}}.home-page .featured-articles .featured-articles-section:nth-child(even) figure{background-color:#f3f3f1}.home-page .featured-articles .featured-articles-section:nth-child(even) h3 a{color:#fff;text-decoration-color:#a51c30}.home-page .featured-articles .featured-articles-section:nth-child(even) h3 a:hover{color:#766a65;text-decoration-color:#fff}.home-page .featured-articles .featured-articles-section:nth-child(even) .archive-tag{color:#fff}.home-page .homepage-hero.light-mode+.featured-articles-section::before{background-color:#dee7e8}.listing [type=text],.listing [type=password],.listing [type=date],.listing [type=datetime],.listing [type=datetime-local],.listing [type=month],.listing [type=week],.listing [type=email],.listing [type=number],.listing [type=search],.listing [type=tel],.listing [type=time],.listing [type=url],.listing [type=color],.listing [type=file],.listing [type=image],.listing select{padding:1.25rem;width:100%}@media print,screen and (min-width:48.0625em){.listing [type=text],.listing [type=password],.listing [type=date],.listing [type=datetime],.listing [type=datetime-local],.listing [type=month],.listing [type=week],.listing [type=email],.listing [type=number],.listing [type=search],.listing [type=tel],.listing [type=time],.listing [type=url],.listing [type=color],.listing [type=file],.listing [type=image],.listing select{padding:1.875rem}}.listing .listing__form{padding-top:30px;padding-bottom:2.5rem}.listing .listing__form .js-form-type-select::after{color:#a51c30;content:"";font-family:"Font Awesome 5 Pro";font-size:1rem;font-weight:100;pointer-events:none;position:absolute;z-index:2;right:1.25rem;bottom:1.25rem}@media print,screen and (min-width:48.0625em){.listing .listing__form .js-form-type-select::after{right:1.875rem;bottom:1.875rem}}.listing .listing__form .js-form-type-select select{cursor:pointer}@media print,screen and (min-width:48.0625em){.listing .listing__form{padding-top:50px}}@media print,screen and (max-width:48.06125em){.listing .listing__form form>.grid-container>.grid-x:last-child>.cell:last-child{padding-bottom:30px;border-bottom:3px solid rgba(186,197,198,.1450980392)}}.listing .listing__form__submit-container{position:relative}.listing .listing__form__submit-container label{font-size:18px;letter-spacing:-0.5px}.listing .listing__form__submit-container .form-text{margin-top:1.25rem;padding-right:4.25rem}@media print,screen and (min-width:48.0625em){.listing .listing__form__submit-container .form-text{margin-top:1.875rem}}.listing .listing__form__submit-container .form-actions{height:3.75rem;padding:.1875rem .25rem .25rem;position:absolute;width:3.75rem;right:0;bottom:0}@media print,screen and (min-width:48.0625em){.listing .listing__form__submit-container .form-actions{height:3.375rem;padding:0;width:5rem;right:1.125rem;bottom:.875rem}}.listing .listing__form__submit-container .form-actions>.form-submit{height:100%;width:100%}@media print,screen and (min-width:48.0625em){.listing .listing__form{padding-bottom:0}.listing .listing__form>*:last-child .vert-rule{padding-bottom:2.5rem}.listing .listing__form>.search-area__result+.vaf .vert-rule{padding-bottom:1.875rem}.listing .listing__form__submit-container label{font-family:Libre Franklin,sans-serif;font-size:1.25rem;font-weight:700;line-height:1.2;letter-spacing:0}}@media print,screen and (min-width:48.0625em)and (min-width:48.0625em){.listing .listing__form__submit-container label{font-size:1.375rem}}@media print,screen and (min-width:48.0625em)and (min-width:64.0625em){.listing .listing__form__submit-container label{font-size:1.5rem}}.search-area__result{margin-top:30px}.search-area__result p{font-size:.875rem;font-weight:700;margin:0}@media print,screen and (min-width:48.0625em){.search-area__result{margin-top:60px}.search-area__result p{font-size:1rem}}.listing__rows>ol{list-style-type:none;margin-top:0;margin-bottom:0;padding-left:0}.listing__rows>ol>li{margin-top:0;padding:0}.listing__rows>ol>li:first-child .featured-article-item{padding-top:2.5rem}@media print,screen and (min-width:48.0625em){.listing__rows>ol>li:first-child .featured-article-item{padding-top:1.875rem}}.listing__rows>ol>li:nth-child(even){background-color:#f3f3f1}@media print,screen and (min-width:48.0625em){.listing__rows>ol>li:nth-child(even){background-color:#fff}}.listing__rows .featured-article-item{max-width:22.5rem;padding-top:1.875rem;padding-bottom:1.875rem;-webkit-transition:max-width .5s ease-in-out;transition:max-width .5s ease-in-out}@media print,screen and (min-width:40.0625em){.listing__rows .featured-article-item{max-width:28.5rem}}@media print,screen and (min-width:48.0625em){.listing__rows .featured-article-item{-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:5px solid #f3f3f1;-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;max-width:none;padding-top:3.125rem;padding-bottom:3.125rem}}.listing__rows .featured-article-item__content{-webkit-box-flex:2;-ms-flex:2 1 0px;flex:2 1 0}.listing__rows .featured-article-item__content p{font-weight:.9375rem}.listing__rows .featured-article-item__content ul.article-topics{margin-top:1rem}@media print,screen and (min-width:48.0625em){.listing__rows .featured-article-item__content .eyebrow>span.publish-date{margin-top:0}}.listing__rows .featured-article-item__media{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0}.listing__rows .featured-article-item__media.placeholder{display:none}@media print,screen and (min-width:48.0625em){.listing__rows .featured-article-item__media.placeholder{display:block}}.listing__rows .featured-article-item__media.placeholder img{background-color:#fff}.listing__rows .search-area-item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:normal;-ms-flex-align:normal;align-items:normal}.page--search .main-content .dark-bg{padding-top:2rem}.page--search .listing__form{padding-top:0}@media print,screen and (min-width:48.0625em){.page--listing-page .listing__rows>ol>li:first-child .featured-article-item{padding-top:3.75rem}}.print-only{display:none !important}@media print{@page{margin:1cm}*{color:#1e1e1e !important;background:rgba(0,0,0,0) !important;-webkit-box-shadow:none !important;box-shadow:none !important;text-shadow:none !important}a[href]::after{content:" (" attr(href) ")"}abbr[title]::after{content:" (" attr(title) ")"}.ir a::after,a[href^="javascript:"]::after,a[href^="#"]::after{content:""}a[href]::after{display:none}a,a:visited{text-decoration:underline}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}.hide-on-print{display:none !important}.print-only{display:block !important}.hide-for-print{display:none !important}.show-for-print{display:inherit !important}}
@keyframes gin-throbber{0%{transform:rotateZ(0);}100%{transform:rotateZ(360deg);}}.ajax-progress__throbber,.ajax-progress__throbber--fullscreen,.ui-dialog .ajax-progress__throbber,.media-library-item .ajax-progress__throbber{border:3px solid var(--gin-color-primary);}[dir="ltr"] .ajax-progress__throbber,[dir="ltr"] .ajax-progress__throbber--fullscreen,[dir="ltr"] .ui-dialog .ajax-progress__throbber,[dir="ltr"] .media-library-item .ajax-progress__throbber{border-right:3px dotted transparent;}[dir="rtl"] .ajax-progress__throbber,[dir="rtl"] .ajax-progress__throbber--fullscreen,[dir="rtl"] .ui-dialog .ajax-progress__throbber,[dir="rtl"] .media-library-item .ajax-progress__throbber{border-left:3px dotted transparent;}.ajax-progress .ajax-progress__message{color:var(--gin-color-text);}[dir].gin--dark-mode .ajax-progress--fullscreen{background-color:var(--gin-color-primary);border-color:transparent;box-shadow:0 2px 6px 0 var(--gin-bg-app);}[dir].gin--dark-mode .ajax-progress--fullscreen .ajax-progress__throbber,[dir].gin--dark-mode .ajax-progress--fullscreen .ajax-progress__throbber--fullscreen{border:3px solid var(--gin-bg-app);border-right:3px dotted transparent;}.media-library-widget .ajax-progress__throbber,.media-library-widget .ajax-progress__throbber--fullscreen{border:2px solid var(--gin-color-primary);}[dir="ltr"] .media-library-widget .ajax-progress__throbber,[dir="ltr"] .media-library-widget .ajax-progress__throbber--fullscreen{border-right:2px dotted transparent;}[dir="rtl"] .media-library-widget .ajax-progress__throbber,[dir="rtl"] .media-library-widget .ajax-progress__throbber--fullscreen{border-left:2px dotted transparent;}.ui-dialog .ajax-progress-throbber{padding:var(--gin-spacing-xs);background:var(--gin-bg-app);border-radius:50%;box-shadow:0 2px 6px 0 rgba(34,35,48,.1);border:1px solid rgba(216,217,224,.8);}.gin--dark-mode .ui-dialog .ajax-progress-throbber{background-color:var(--gin-color-primary);border-color:transparent;box-shadow:0 2px 6px 0 var(--gin-bg-app);}.ui-dialog .ajax-progress-throbber::before,.contextual-links .ajax-progress-throbber::before{content:"";display:block;position:absolute;top:var(--gin-spacing-xs);width:1.125rem;height:1.125rem;border:2px solid var(--gin-color-primary);border-radius:50%;animation:gin-throbber .75s linear infinite;}[dir="ltr"] .ui-dialog .ajax-progress-throbber::before,[dir="ltr"] .contextual-links .ajax-progress-throbber::before{left:var(--gin-spacing-xs);border-right:2px dotted transparent;}[dir="rtl"] .ui-dialog .ajax-progress-throbber::before,[dir="rtl"] .contextual-links .ajax-progress-throbber::before{right:var(--gin-spacing-xs);border-left:2px dotted transparent;}.gin--dark-mode .ui-dialog .ajax-progress,.gin--dark-mode .media-library-item .ajax-progress.ajax-progress.ajax-progress{background-color:var(--gin-bg-app);border-color:var(--gin-bg-app);}.contextual-links li{position:relative;}.contextual-links .ajax-progress-throbber{position:absolute;top:0;width:24px;height:24px;}[dir="ltr"] .contextual-links .ajax-progress-throbber{right:var(--gin-spacing-xxs);}[dir="rtl"] .contextual-links .ajax-progress-throbber{left:var(--gin-spacing-xxs);}.contextual-links .ajax-progress-throbber::before{top:0;}[dir="ltr"] .contextual-links .ajax-progress-throbber::before{left:.25em;}[dir="rtl"] .contextual-links .ajax-progress-throbber::before{right:.25em;}.claro-autocomplete__message{color:var(--gin-color-primary);}
