  /* @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}@font-face{font-family:'swiper-icons';src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");font-weight:400;font-style:normal;}:root{--swiper-theme-color:#007aff;}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1;}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block;}.swiper-vertical > .swiper-wrapper{flex-direction:column;}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box;}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0);}.swiper-horizontal{touch-action:pan-y;}.swiper-vertical{touch-action:pan-x;}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block;}.swiper-slide-invisible-blank{visibility:hidden;}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto;}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height;}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px;}.swiper-3d .swiper-wrapper{transform-style:preserve-3d;}.swiper-3d{perspective:1200px;}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d;}.swiper-css-mode > .swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none;}.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar{display:none;}.swiper-css-mode > .swiper-wrapper > .swiper-slide{scroll-snap-align:start start;}.swiper-css-mode.swiper-horizontal > .swiper-wrapper{scroll-snap-type:x mandatory;}.swiper-css-mode.swiper-vertical > .swiper-wrapper{scroll-snap-type:y mandatory;}.swiper-css-mode.swiper-free-mode > .swiper-wrapper{scroll-snap-type:none;}.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide{scroll-snap-align:none;}.swiper-css-mode.swiper-centered > .swiper-wrapper::before{content:'';flex-shrink:0;order:9999;}.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always;}.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before);}.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after);}.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before);}.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after);}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10;}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,0.15);}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,0.5),rgba(0,0,0,0));}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,0.5),rgba(0,0,0,0));}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,0.5),rgba(0,0,0,0));}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,0.5),rgba(0,0,0,0));}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent;}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear;}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff;}.swiper-lazy-preloader-black{--swiper-preloader-color:#000;}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}
.global-spacing--10x{margin-top:3.125rem}@media print,screen and (min-width:48.0625em){.global-spacing--10x{margin-top:3.75rem}}@media print,screen and (min-width:64.0625em){.global-spacing--10x{margin-top:6.25rem}}.global-spacing--4xlarge{margin-top:3.125rem}@media print,screen and (min-width:48.0625em){.global-spacing--4xlarge{margin-top:3.75rem}}@media print,screen and (min-width:64.0625em){.global-spacing--4xlarge{margin-top:6.25rem}}.global-spacing--3xlarge{margin-top:3.125rem}@media print,screen and (min-width:48.0625em){.global-spacing--3xlarge{margin-top:3.75rem}}@media print,screen and (min-width:64.0625em){.global-spacing--3xlarge{margin-top:6.25rem}}.global-spacing--2xlarge{margin-top:3.125rem}@media print,screen and (min-width:48.0625em){.global-spacing--2xlarge{margin-top:3.75rem}}@media print,screen and (min-width:64.0625em){.global-spacing--2xlarge{margin-top:6.25rem}}.global-spacing--8x{margin-top:2.5rem}@media print,screen and (min-width:48.0625em){.global-spacing--8x{margin-top:3.125rem}}@media print,screen and (min-width:64.0625em){.global-spacing--8x{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:5rem}}.global-spacing--large{margin-top:2.5rem}@media print,screen and (min-width:48.0625em){.global-spacing--large{margin-top:3.125rem}}@media print,screen and (min-width:64.0625em){.global-spacing--large{margin-top:5rem}}.global-spacing--5x{margin-top:1.875rem}@media print,screen and (min-width:48.0625em){.global-spacing--5x{margin-top:2.5rem}}@media print,screen and (min-width:64.0625em){.global-spacing--5x{margin-top:3.125rem}}.global-spacing--default{margin-top:1.875rem}@media print,screen and (min-width:48.0625em){.global-spacing--default{margin-top:2.5rem}}@media print,screen and (min-width:64.0625em){.global-spacing--default{margin-top:3.125rem}}.global-spacing--4x{margin-top:1.25rem}@media print,screen and (min-width:48.0625em){.global-spacing--4x{margin-top:1.875rem}}@media print,screen and (min-width:64.0625em){.global-spacing--4x{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}}@media print,screen and (min-width:64.0625em){.global-spacing--medium{margin-top:2.5rem}}.global-spacing--3x{margin-top:1.25rem}@media print,screen and (min-width:48.0625em){.global-spacing--3x{margin-top:1.875rem}}.global-spacing--small{margin-top:1.25rem}@media print,screen and (min-width:48.0625em){.global-spacing--small{margin-top:1.875rem}}.global-spacing--2x{margin-top:0.625rem}@media print,screen and (min-width:48.0625em){.global-spacing--2x{margin-top:1.25rem}}.global-spacing--xsmall{margin-top:0.625rem}@media print,screen and (min-width:48.0625em){.global-spacing--xsmall{margin-top:1.25rem}}.global-spacing--1x{margin-top:0.625rem}.global-spacing--2xsmall{margin-top:0.625rem}.global-spacing--3xsmall{margin-top:0.625rem}.global-spacing--4xsmall{margin-top:0.625rem}.global-spacing--pad1x{margin-top:0.625rem}.global-spacing--pad2x{margin-top:1.25rem}.global-spacing--pad3x{margin-top:1.25rem}@media print,screen and (min-width:64.0625em){.global-spacing--pad3x{margin-top:1.875rem}}.global-spacing--pad4x{margin-top:1.25rem}@media print,screen and (min-width:48.0625em){.global-spacing--pad4x{margin-top:1.875rem}}@media print,screen and (min-width:64.0625em){.global-spacing--pad4x{margin-top:2.5rem}}.global-spacing--pad5x{margin-top:1.875rem}@media print,screen and (min-width:48.0625em){.global-spacing--pad5x{margin-top:2.5rem}}@media print,screen and (min-width:64.0625em){.global-spacing--pad5x{margin-top:3.125rem}}.global-spacing--pad6x{margin-top:1.875rem}@media print,screen and (min-width:48.0625em){.global-spacing--pad6x{margin-top:2.5rem}}@media print,screen and (min-width:64.0625em){.global-spacing--pad6x{margin-top:3.75rem}}.global-padding-top--10x{padding-top:3.125rem}@media print,screen and (min-width:48.0625em){.global-padding-top--10x{padding-top:3.75rem}}@media print,screen and (min-width:64.0625em){.global-padding-top--10x{padding-top:6.25rem}}.global-padding-top--4xlarge{padding-top:3.125rem}@media print,screen and (min-width:48.0625em){.global-padding-top--4xlarge{padding-top:3.75rem}}@media print,screen and (min-width:64.0625em){.global-padding-top--4xlarge{padding-top:6.25rem}}.global-padding-top--3xlarge{padding-top:3.125rem}@media print,screen and (min-width:48.0625em){.global-padding-top--3xlarge{padding-top:3.75rem}}@media print,screen and (min-width:64.0625em){.global-padding-top--3xlarge{padding-top:6.25rem}}.global-padding-top--2xlarge{padding-top:3.125rem}@media print,screen and (min-width:48.0625em){.global-padding-top--2xlarge{padding-top:3.75rem}}@media print,screen and (min-width:64.0625em){.global-padding-top--2xlarge{padding-top:6.25rem}}.global-padding-top--8x{padding-top:2.5rem}@media print,screen and (min-width:48.0625em){.global-padding-top--8x{padding-top:3.125rem}}@media print,screen and (min-width:64.0625em){.global-padding-top--8x{padding-top:5rem}}.global-padding-top--xlarge{padding-top:2.5rem}@media print,screen and (min-width:48.0625em){.global-padding-top--xlarge{padding-top:3.125rem}}@media print,screen and (min-width:64.0625em){.global-padding-top--xlarge{padding-top:5rem}}.global-padding-top--large{padding-top:2.5rem}@media print,screen and (min-width:48.0625em){.global-padding-top--large{padding-top:3.125rem}}@media print,screen and (min-width:64.0625em){.global-padding-top--large{padding-top:5rem}}.global-padding-top--5x{padding-top:1.875rem}@media print,screen and (min-width:48.0625em){.global-padding-top--5x{padding-top:2.5rem}}@media print,screen and (min-width:64.0625em){.global-padding-top--5x{padding-top:3.125rem}}.global-padding-top--default{padding-top:1.875rem}@media print,screen and (min-width:48.0625em){.global-padding-top--default{padding-top:2.5rem}}@media print,screen and (min-width:64.0625em){.global-padding-top--default{padding-top:3.125rem}}.global-padding-top--4x{padding-top:1.25rem}@media print,screen and (min-width:48.0625em){.global-padding-top--4x{padding-top:1.875rem}}@media print,screen and (min-width:64.0625em){.global-padding-top--4x{padding-top:2.5rem}}.global-padding-top--medium{padding-top:1.25rem}@media print,screen and (min-width:48.0625em){.global-padding-top--medium{padding-top:1.875rem}}@media print,screen and (min-width:64.0625em){.global-padding-top--medium{padding-top:2.5rem}}.global-padding-top--3x{padding-top:1.25rem}@media print,screen and (min-width:48.0625em){.global-padding-top--3x{padding-top:1.875rem}}.global-padding-top--small{padding-top:1.25rem}@media print,screen and (min-width:48.0625em){.global-padding-top--small{padding-top:1.875rem}}.global-padding-top--2x{padding-top:0.625rem}@media print,screen and (min-width:48.0625em){.global-padding-top--2x{padding-top:1.25rem}}.global-padding-top--xsmall{padding-top:0.625rem}@media print,screen and (min-width:48.0625em){.global-padding-top--xsmall{padding-top:1.25rem}}.global-padding-top--1x{padding-top:0.625rem}.global-padding-top--2xsmall{padding-top:0.625rem}.global-padding-top--3xsmall{padding-top:0.625rem}.global-padding-top--4xsmall{padding-top:0.625rem}.global-padding-top--pad1x{padding-top:0.625rem}.global-padding-top--pad2x{padding-top:1.25rem}.global-padding-top--pad3x{padding-top:1.25rem}@media print,screen and (min-width:64.0625em){.global-padding-top--pad3x{padding-top:1.875rem}}.global-padding-top--pad4x{padding-top:1.25rem}@media print,screen and (min-width:48.0625em){.global-padding-top--pad4x{padding-top:1.875rem}}@media print,screen and (min-width:64.0625em){.global-padding-top--pad4x{padding-top:2.5rem}}.global-padding-top--pad5x{padding-top:1.875rem}@media print,screen and (min-width:48.0625em){.global-padding-top--pad5x{padding-top:2.5rem}}@media print,screen and (min-width:64.0625em){.global-padding-top--pad5x{padding-top:3.125rem}}.global-padding-top--pad6x{padding-top:1.875rem}@media print,screen and (min-width:48.0625em){.global-padding-top--pad6x{padding-top:2.5rem}}@media print,screen and (min-width:64.0625em){.global-padding-top--pad6x{padding-top:3.75rem}}.global-margin--10x{margin-top:3.125rem;margin-bottom:3.125rem}@media print,screen and (min-width:48.0625em){.global-margin--10x{margin-top:3.75rem;margin-bottom:3.75rem}}@media print,screen and (min-width:64.0625em){.global-margin--10x{margin-top:6.25rem;margin-bottom:6.25rem}}.global-margin--4xlarge{margin-top:3.125rem;margin-bottom:3.125rem}@media print,screen and (min-width:48.0625em){.global-margin--4xlarge{margin-top:3.75rem;margin-bottom:3.75rem}}@media print,screen and (min-width:64.0625em){.global-margin--4xlarge{margin-top:6.25rem;margin-bottom:6.25rem}}.global-margin--3xlarge{margin-top:3.125rem;margin-bottom:3.125rem}@media print,screen and (min-width:48.0625em){.global-margin--3xlarge{margin-top:3.75rem;margin-bottom:3.75rem}}@media print,screen and (min-width:64.0625em){.global-margin--3xlarge{margin-top:6.25rem;margin-bottom:6.25rem}}.global-margin--2xlarge{margin-top:3.125rem;margin-bottom:3.125rem}@media print,screen and (min-width:48.0625em){.global-margin--2xlarge{margin-top:3.75rem;margin-bottom:3.75rem}}@media print,screen and (min-width:64.0625em){.global-margin--2xlarge{margin-top:6.25rem;margin-bottom:6.25rem}}.global-margin--8x{margin-top:2.5rem;margin-bottom:2.5rem}@media print,screen and (min-width:48.0625em){.global-margin--8x{margin-top:3.125rem;margin-bottom:3.125rem}}@media print,screen and (min-width:64.0625em){.global-margin--8x{margin-top:5rem;margin-bottom:5rem}}.global-margin--xlarge{margin-top:2.5rem;margin-bottom:2.5rem}@media print,screen and (min-width:48.0625em){.global-margin--xlarge{margin-top:3.125rem;margin-bottom:3.125rem}}@media print,screen and (min-width:64.0625em){.global-margin--xlarge{margin-top:5rem;margin-bottom:5rem}}.global-margin--large{margin-top:2.5rem;margin-bottom:2.5rem}@media print,screen and (min-width:48.0625em){.global-margin--large{margin-top:3.125rem;margin-bottom:3.125rem}}@media print,screen and (min-width:64.0625em){.global-margin--large{margin-top:5rem;margin-bottom:5rem}}.global-margin--5x{margin-top:1.875rem;margin-bottom:1.875rem}@media print,screen and (min-width:48.0625em){.global-margin--5x{margin-top:2.5rem;margin-bottom:2.5rem}}@media print,screen and (min-width:64.0625em){.global-margin--5x{margin-top:3.125rem;margin-bottom:3.125rem}}.global-margin--default{margin-top:1.875rem;margin-bottom:1.875rem}@media print,screen and (min-width:48.0625em){.global-margin--default{margin-top:2.5rem;margin-bottom:2.5rem}}@media print,screen and (min-width:64.0625em){.global-margin--default{margin-top:3.125rem;margin-bottom:3.125rem}}.global-margin--4x{margin-top:1.25rem;margin-bottom:1.25rem}@media print,screen and (min-width:48.0625em){.global-margin--4x{margin-top:1.875rem;margin-bottom:1.875rem}}@media print,screen and (min-width:64.0625em){.global-margin--4x{margin-top:2.5rem;margin-bottom:2.5rem}}.global-margin--medium{margin-top:1.25rem;margin-bottom:1.25rem}@media print,screen and (min-width:48.0625em){.global-margin--medium{margin-top:1.875rem;margin-bottom:1.875rem}}@media print,screen and (min-width:64.0625em){.global-margin--medium{margin-top:2.5rem;margin-bottom:2.5rem}}.global-margin--3x{margin-top:1.25rem;margin-bottom:1.25rem}@media print,screen and (min-width:48.0625em){.global-margin--3x{margin-top:1.875rem;margin-bottom:1.875rem}}.global-margin--small{margin-top:1.25rem;margin-bottom:1.25rem}@media print,screen and (min-width:48.0625em){.global-margin--small{margin-top:1.875rem;margin-bottom:1.875rem}}.global-margin--2x{margin-top:0.625rem;margin-bottom:0.625rem}@media print,screen and (min-width:48.0625em){.global-margin--2x{margin-top:1.25rem;margin-bottom:1.25rem}}.global-margin--xsmall{margin-top:0.625rem;margin-bottom:0.625rem}@media print,screen and (min-width:48.0625em){.global-margin--xsmall{margin-top:1.25rem;margin-bottom:1.25rem}}.global-margin--1x{margin-top:0.625rem;margin-bottom:0.625rem}.global-margin--2xsmall{margin-top:0.625rem;margin-bottom:0.625rem}.global-margin--3xsmall{margin-top:0.625rem;margin-bottom:0.625rem}.global-margin--4xsmall{margin-top:0.625rem;margin-bottom:0.625rem}.global-margin--pad1x{margin-top:0.625rem;margin-bottom:0.625rem}.global-margin--pad2x{margin-top:1.25rem;margin-bottom:1.25rem}.global-margin--pad3x{margin-top:1.25rem;margin-bottom:1.25rem}@media print,screen and (min-width:64.0625em){.global-margin--pad3x{margin-top:1.875rem;margin-bottom:1.875rem}}.global-margin--pad4x{margin-top:1.25rem;margin-bottom:1.25rem}@media print,screen and (min-width:48.0625em){.global-margin--pad4x{margin-top:1.875rem;margin-bottom:1.875rem}}@media print,screen and (min-width:64.0625em){.global-margin--pad4x{margin-top:2.5rem;margin-bottom:2.5rem}}.global-margin--pad5x{margin-top:1.875rem;margin-bottom:1.875rem}@media print,screen and (min-width:48.0625em){.global-margin--pad5x{margin-top:2.5rem;margin-bottom:2.5rem}}@media print,screen and (min-width:64.0625em){.global-margin--pad5x{margin-top:3.125rem;margin-bottom:3.125rem}}.global-margin--pad6x{margin-top:1.875rem;margin-bottom:1.875rem}@media print,screen and (min-width:48.0625em){.global-margin--pad6x{margin-top:2.5rem;margin-bottom:2.5rem}}@media print,screen and (min-width:64.0625em){.global-margin--pad6x{margin-top:3.75rem;margin-bottom:3.75rem}}.global-padding--10x{padding-top:3.125rem;padding-bottom:3.125rem}@media print,screen and (min-width:48.0625em){.global-padding--10x{padding-top:3.75rem}}@media print,screen and (min-width:64.0625em){.global-padding--10x{padding-top:6.25rem}}@media print,screen and (min-width:48.0625em){.global-padding--10x{padding-bottom:3.75rem}}@media print,screen and (min-width:64.0625em){.global-padding--10x{padding-bottom:6.25rem}}.global-padding--4xlarge{padding-top:3.125rem;padding-bottom:3.125rem}@media print,screen and (min-width:48.0625em){.global-padding--4xlarge{padding-top:3.75rem}}@media print,screen and (min-width:64.0625em){.global-padding--4xlarge{padding-top:6.25rem}}@media print,screen and (min-width:48.0625em){.global-padding--4xlarge{padding-bottom:3.75rem}}@media print,screen and (min-width:64.0625em){.global-padding--4xlarge{padding-bottom:6.25rem}}.global-padding--3xlarge{padding-top:3.125rem;padding-bottom:3.125rem}@media print,screen and (min-width:48.0625em){.global-padding--3xlarge{padding-top:3.75rem}}@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:3.75rem}}@media print,screen and (min-width:64.0625em){.global-padding--3xlarge{padding-bottom:6.25rem}}.global-padding--2xlarge{padding-top:3.125rem;padding-bottom:3.125rem}@media print,screen and (min-width:48.0625em){.global-padding--2xlarge{padding-top:3.75rem}}@media print,screen and (min-width:64.0625em){.global-padding--2xlarge{padding-top:6.25rem}}@media print,screen and (min-width:48.0625em){.global-padding--2xlarge{padding-bottom:3.75rem}}@media print,screen and (min-width:64.0625em){.global-padding--2xlarge{padding-bottom:6.25rem}}.global-padding--8x{padding-top:2.5rem;padding-bottom:2.5rem}@media print,screen and (min-width:48.0625em){.global-padding--8x{padding-top:3.125rem}}@media print,screen and (min-width:64.0625em){.global-padding--8x{padding-top:5rem}}@media print,screen and (min-width:48.0625em){.global-padding--8x{padding-bottom:3.125rem}}@media print,screen and (min-width:64.0625em){.global-padding--8x{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:5rem}}@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:5rem}}.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:64.0625em){.global-padding--large{padding-top:5rem}}@media print,screen and (min-width:48.0625em){.global-padding--large{padding-bottom:3.125rem}}@media print,screen and (min-width:64.0625em){.global-padding--large{padding-bottom:5rem}}.global-padding--5x{padding-top:1.875rem;padding-bottom:1.875rem}@media print,screen and (min-width:48.0625em){.global-padding--5x{padding-top:2.5rem}}@media print,screen and (min-width:64.0625em){.global-padding--5x{padding-top:3.125rem}}@media print,screen and (min-width:48.0625em){.global-padding--5x{padding-bottom:2.5rem}}@media print,screen and (min-width:64.0625em){.global-padding--5x{padding-bottom:3.125rem}}.global-padding--default{padding-top:1.875rem;padding-bottom:1.875rem}@media print,screen and (min-width:48.0625em){.global-padding--default{padding-top:2.5rem}}@media print,screen and (min-width:64.0625em){.global-padding--default{padding-top:3.125rem}}@media print,screen and (min-width:48.0625em){.global-padding--default{padding-bottom:2.5rem}}@media print,screen and (min-width:64.0625em){.global-padding--default{padding-bottom:3.125rem}}.global-padding--4x{padding-top:1.25rem;padding-bottom:1.25rem}@media print,screen and (min-width:48.0625em){.global-padding--4x{padding-top:1.875rem}}@media print,screen and (min-width:64.0625em){.global-padding--4x{padding-top:2.5rem}}@media print,screen and (min-width:48.0625em){.global-padding--4x{padding-bottom:1.875rem}}@media print,screen and (min-width:64.0625em){.global-padding--4x{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:64.0625em){.global-padding--medium{padding-top:2.5rem}}@media print,screen and (min-width:48.0625em){.global-padding--medium{padding-bottom:1.875rem}}@media print,screen and (min-width:64.0625em){.global-padding--medium{padding-bottom:2.5rem}}.global-padding--3x{padding-top:1.25rem;padding-bottom:1.25rem}@media print,screen and (min-width:48.0625em){.global-padding--3x{padding-top:1.875rem}}@media print,screen and (min-width:48.0625em){.global-padding--3x{padding-bottom:1.875rem}}.global-padding--small{padding-top:1.25rem;padding-bottom:1.25rem}@media print,screen and (min-width:48.0625em){.global-padding--small{padding-top:1.875rem}}@media print,screen and (min-width:48.0625em){.global-padding--small{padding-bottom:1.875rem}}.global-padding--2x{padding-top:0.625rem;padding-bottom:0.625rem}@media print,screen and (min-width:48.0625em){.global-padding--2x{padding-top:1.25rem}}@media print,screen and (min-width:48.0625em){.global-padding--2x{padding-bottom:1.25rem}}.global-padding--xsmall{padding-top:0.625rem;padding-bottom:0.625rem}@media print,screen and (min-width:48.0625em){.global-padding--xsmall{padding-top:1.25rem}}@media print,screen and (min-width:48.0625em){.global-padding--xsmall{padding-bottom:1.25rem}}.global-padding--1x{padding-top:0.625rem;padding-bottom:0.625rem}.global-padding--2xsmall{padding-top:0.625rem;padding-bottom:0.625rem}.global-padding--3xsmall{padding-top:0.625rem;padding-bottom:0.625rem}.global-padding--4xsmall{padding-top:0.625rem;padding-bottom:0.625rem}.global-padding--pad1x{padding-top:0.625rem;padding-bottom:0.625rem}.global-padding--pad2x{padding-top:1.25rem;padding-bottom:1.25rem}.global-padding--pad3x{padding-top:1.25rem;padding-bottom:1.25rem}@media print,screen and (min-width:64.0625em){.global-padding--pad3x{padding-top:1.875rem}}@media print,screen and (min-width:64.0625em){.global-padding--pad3x{padding-bottom:1.875rem}}.global-padding--pad4x{padding-top:1.25rem;padding-bottom:1.25rem}@media print,screen and (min-width:48.0625em){.global-padding--pad4x{padding-top:1.875rem}}@media print,screen and (min-width:64.0625em){.global-padding--pad4x{padding-top:2.5rem}}@media print,screen and (min-width:48.0625em){.global-padding--pad4x{padding-bottom:1.875rem}}@media print,screen and (min-width:64.0625em){.global-padding--pad4x{padding-bottom:2.5rem}}.global-padding--pad5x{padding-top:1.875rem;padding-bottom:1.875rem}@media print,screen and (min-width:48.0625em){.global-padding--pad5x{padding-top:2.5rem}}@media print,screen and (min-width:64.0625em){.global-padding--pad5x{padding-top:3.125rem}}@media print,screen and (min-width:48.0625em){.global-padding--pad5x{padding-bottom:2.5rem}}@media print,screen and (min-width:64.0625em){.global-padding--pad5x{padding-bottom:3.125rem}}.global-padding--pad6x{padding-top:1.875rem;padding-bottom:1.875rem}@media print,screen and (min-width:48.0625em){.global-padding--pad6x{padding-top:2.5rem}}@media print,screen and (min-width:64.0625em){.global-padding--pad6x{padding-top:3.75rem}}@media print,screen and (min-width:48.0625em){.global-padding--pad6x{padding-bottom:2.5rem}}@media print,screen and (min-width:64.0625em){.global-padding--pad6x{padding-bottom:3.75rem}}.card-padding--10x{padding:3.125rem}@media print,screen and (min-width:48.0625em){.card-padding--10x{padding:3.75rem}}@media print,screen and (min-width:64.0625em){.card-padding--10x{padding:6.25rem}}.card-padding--4xlarge{padding:3.125rem}@media print,screen and (min-width:48.0625em){.card-padding--4xlarge{padding:3.75rem}}@media print,screen and (min-width:64.0625em){.card-padding--4xlarge{padding:6.25rem}}.card-padding--3xlarge{padding:3.125rem}@media print,screen and (min-width:48.0625em){.card-padding--3xlarge{padding:3.75rem}}@media print,screen and (min-width:64.0625em){.card-padding--3xlarge{padding:6.25rem}}.card-padding--2xlarge{padding:3.125rem}@media print,screen and (min-width:48.0625em){.card-padding--2xlarge{padding:3.75rem}}@media print,screen and (min-width:64.0625em){.card-padding--2xlarge{padding:6.25rem}}.card-padding--8x{padding:2.5rem}@media print,screen and (min-width:48.0625em){.card-padding--8x{padding:3.125rem}}@media print,screen and (min-width:64.0625em){.card-padding--8x{padding:5rem}}.card-padding--xlarge{padding:2.5rem}@media print,screen and (min-width:48.0625em){.card-padding--xlarge{padding:3.125rem}}@media print,screen and (min-width:64.0625em){.card-padding--xlarge{padding:5rem}}.card-padding--large{padding:2.5rem}@media print,screen and (min-width:48.0625em){.card-padding--large{padding:3.125rem}}@media print,screen and (min-width:64.0625em){.card-padding--large{padding:5rem}}.card-padding--5x{padding:1.875rem}@media print,screen and (min-width:48.0625em){.card-padding--5x{padding:2.5rem}}@media print,screen and (min-width:64.0625em){.card-padding--5x{padding:3.125rem}}.card-padding--default{padding:1.875rem}@media print,screen and (min-width:48.0625em){.card-padding--default{padding:2.5rem}}@media print,screen and (min-width:64.0625em){.card-padding--default{padding:3.125rem}}.card-padding--4x{padding:1.25rem}@media print,screen and (min-width:48.0625em){.card-padding--4x{padding:1.875rem}}@media print,screen and (min-width:64.0625em){.card-padding--4x{padding:2.5rem}}.card-padding--medium{padding:1.25rem}@media print,screen and (min-width:48.0625em){.card-padding--medium{padding:1.875rem}}@media print,screen and (min-width:64.0625em){.card-padding--medium{padding:2.5rem}}.card-padding--3x{padding:1.25rem}@media print,screen and (min-width:48.0625em){.card-padding--3x{padding:1.875rem}}.card-padding--small{padding:1.25rem}@media print,screen and (min-width:48.0625em){.card-padding--small{padding:1.875rem}}.card-padding--2x{padding:0.625rem}@media print,screen and (min-width:48.0625em){.card-padding--2x{padding:1.25rem}}.card-padding--xsmall{padding:0.625rem}@media print,screen and (min-width:48.0625em){.card-padding--xsmall{padding:1.25rem}}.card-padding--1x{padding:0.625rem}.card-padding--2xsmall{padding:0.625rem}.card-padding--3xsmall{padding:0.625rem}.card-padding--4xsmall{padding:0.625rem}.card-padding--pad1x{padding:0.625rem}.card-padding--pad2x{padding:1.25rem}.card-padding--pad3x{padding:1.25rem}@media print,screen and (min-width:64.0625em){.card-padding--pad3x{padding:1.875rem}}.card-padding--pad4x{padding:1.25rem}@media print,screen and (min-width:48.0625em){.card-padding--pad4x{padding:1.875rem}}@media print,screen and (min-width:64.0625em){.card-padding--pad4x{padding:2.5rem}}.card-padding--pad5x{padding:1.875rem}@media print,screen and (min-width:48.0625em){.card-padding--pad5x{padding:2.5rem}}@media print,screen and (min-width:64.0625em){.card-padding--pad5x{padding:3.125rem}}.card-padding--pad6x{padding:1.875rem}@media print,screen and (min-width:48.0625em){.card-padding--pad6x{padding:2.5rem}}@media print,screen and (min-width:64.0625em){.card-padding--pad6x{padding:3.75rem}}.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{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{-webkit-text-size-adjust:100%}body{margin:0;color:#2d2926;font-family:bebas-neue,impact,sans-serif;font-size:16px}main{display:block}a:active{opacity:.5}.skip-link a:focus{position:absolute !important;z-index:999;overflow:visible;clip:unset;width:calc(100% - 8px);height:52px;margin:4px;padding:8px;color:#fff;background:#f7f2e7;font-family:realistwide,verdana,sans-serif;color:#55000d;font-size:1.75rem;font-weight:700;text-align:center}.external.no-external::after,.no-external .external::after{display:none}button{cursor:pointer;font-size:1rem}iframe{max-width:100%}img{max-width:100%;height:auto;vertical-align:middle}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}.bg-white{background-color:#fff}.bg-wood--maroon{background-position:top center;background-repeat:repeat;background-color:#88001e;background-image:url(/themes/custom/norwich/assets/img/bg-wood/wood-on-maroon.svg)}.bg-wood--light{background-position:top center;background-repeat:repeat;background-color:#f7e7c6;background-image:url(/themes/custom/norwich/assets/img/bg-wood/wood-on-light.svg)}figure.aspect-ratio-frame{margin:0}.bg-dark .eyebrow,.bg-dark p,.bg-dark h2,.bg-dark h3,.bg-dark h4,.bg-dark h5,.bg-dark h6{color:#fff}.bg-dark a{color:#fff}.bg-dark a:hover,.bg-dark a:focus{color:#f9d87a}.page--utility main.main-content{margin-bottom:3.125rem}@media print,screen and (min-width:48.0625em){.page--utility main.main-content{margin-bottom:3.75rem}}@media print,screen and (min-width:64.0625em){.page--utility main.main-content{margin-bottom:6.25rem}}.rss-embed--box article{background-color:#f7f2e7;width:calc(100% - 40px);margin-right:auto;margin-left:auto;max-width:1160px;padding:1.25rem;-webkit-box-shadow:2px 4px 12px rgba(0,0,0,.15);box-shadow:2px 4px 12px rgba(0,0,0,.15)}@media print,screen and (min-width:48.0625em){.rss-embed--box article{padding:1.875rem}}@media print,screen and (min-width:64.0625em){.rss-embed--box article{padding:2.5rem}}@media print,screen and (min-width:64.0625em){.rss-embed--box article{padding:3.125rem}}.rss-embed--box h2{margin:0}.rss-embed-field-feed{background-color:#f7f2e7;margin-top:1.25rem}@media print,screen and (min-width:48.0625em){.rss-embed-field-feed{margin-top:1.875rem}}@media print,screen and (min-width:64.0625em){.rss-embed-field-feed{margin-top:2.5rem}}.rss-embed-field-feed h3{margin:0}.rss-embed-field-feed-items{margin-top:-10px}.rss-embed-field-feed .more-less{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.rss-embed-field-feed .more-less__toggle{margin-top:0.625rem}@media print,screen and (min-width:48.0625em){.rss-embed-field-feed .more-less__toggle{margin-top:1.25rem}}.rss-embed-field-feed .more-less[data-more-less-init] .more-less__toggle{margin-left:0;margin-top:1.25rem}@media print,screen and (min-width:48.0625em){.rss-embed-field-feed .more-less[data-more-less-init] .more-less__toggle{margin-top:1.875rem}}@media print,screen and (min-width:64.0625em){.rss-embed-field-feed .more-less[data-more-less-init] .more-less__toggle{margin-top:2.5rem}}.rss-embed-field-feed a{color:#88001e;font-weight:700;text-decoration:none;padding-bottom:4px;background-image:-webkit-gradient(linear,left top,left bottom,from(#e8cd97),to(#e8cd97));background-image:linear-gradient(#e8cd97,#e8cd97);background-size:100% 3px;background-position:0 100%;background-repeat:no-repeat;-webkit-transition:background-size 300ms ease-in;transition:background-size 300ms ease-in}.rss-embed-field-feed a:hover{text-decoration:none;background-size:100% 6px}.rss-embed-field-feed a:focus{background-color:#e8cd97;outline:1px solid #88001e;-moz-outline-radius:0}.rss-embed-field-feed .rss-embed-field-feed-item{margin-bottom:.25rem}.rss-embed-field-feed .rss-embed-field-feed-item+.rss-embed-field-feed-item{margin-top:1rem}.unpublished-paragraph{opacity:.5}[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{-webkit-transition:color .5s cubic-bezier(0.82,0.06,0.14,0.97),background .5s cubic-bezier(0.82,0.06,0.14,0.97),border .5s cubic-bezier(0.82,0.06,0.14,0.97);transition:color .5s cubic-bezier(0.82,0.06,0.14,0.97),background .5s cubic-bezier(0.82,0.06,0.14,0.97),border .5s cubic-bezier(0.82,0.06,0.14,0.97);font-family:realist,helvetica,sans-serif;border-width:.125rem;border-style:solid;display:inline-block;position:relative;z-index:2;line-height:1.5;text-decoration:none;font-weight:400;font-size:.9375rem;padding:.625rem 1.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0;padding:.4375rem 1.25rem;border-width:2px;border-style:solid;border-color:inherit;border-radius:0;font-family:realist,helvetica,sans-serif;font-size:1rem}[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}select{border-color:#e8cd97;color:#2d2926;text-transform:none;background:#fff;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0;background-repeat:no-repeat;background-position:calc(100% - .625em) 50%;background-size:1em}select:disabled{pointer-events:none;border-color:#b9b9b9}select:hover{border-color:#0171b0}select:focus{border-color:#0171b0}fieldset{display:block;border-color:#e8cd97;color:#2d2926;text-transform:none;background:#fff;margin:0;border-width:2px;border-style:solid;border-color:inherit}fieldset:disabled{pointer-events:none;border-color:#b9b9b9}fieldset:hover{border-color:#0171b0}fieldset:focus{border-color:#0171b0}button,[type=submit]{color:#fff;background-color:#88001e;border-color:#88001e;margin:0;cursor:pointer;border:0}button::before,button::after,[type=submit]::before,[type=submit]::after{color:#fff}button:hover,[type=submit]:hover{color:#fff;border-color:#55000d;background-color:#55000d}button:hover::before,button:hover::after,[type=submit]:hover::before,[type=submit]:hover::after{color:#fff}button:focus,[type=submit]:focus{color:#fff;border-color:#c8a55f;background-color:#000}button:focus::before,button:focus::after,[type=submit]:focus::before,[type=submit]:focus::after{color:#fff}label{display:block;color:#262626;font-family:realist,helvetica,sans-serif;font-weight:700;margin-bottom:.625rem}[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{border-color:#e8cd97;color:#2d2926;text-transform:none;background:#fff;margin:0}[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,textarea:disabled{pointer-events:none;border-color:#b9b9b9}[type=text]:hover,[type=password]:hover,[type=date]:hover,[type=datetime]:hover,[type=datetime-local]:hover,[type=month]:hover,[type=week]:hover,[type=email]:hover,[type=number]:hover,[type=search]:hover,[type=tel]:hover,[type=time]:hover,[type=url]:hover,[type=color]:hover,[type=file]:hover,[type=image]:hover,textarea:hover{border-color:#0171b0}[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,textarea:focus{border-color:#0171b0}[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:#262626;font-family:realist,helvetica,sans-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:#262626;font-family:realist,helvetica,sans-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:#262626;font-family:realist,helvetica,sans-serif}[type=file]{margin-right:1em}[type=checkbox],[type=radio]{margin:0;cursor:pointer}[type=checkbox]+label,[type=radio]+label{display:inline-block;margin:0 0 0 .25em;cursor:pointer;vertical-align:middle;color:#2d2926}[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:#c00;-webkit-box-shadow:0 0 0 .0625em #c00;box-shadow:0 0 0 .0625em #c00}[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,textarea:disabled{color:#707070}[for=text-field-error]{color:#c00}[for=text-field-disabeld],[for=textarea-disabled]{color:#888}[data-drupal-selector=text-field-error]{border-color:#c00;color:#707070}[type=text]:disabled{color:#707070}.slate-form-embed .form_label{display:block !important;width:100% !important;margin-bottom:0 !important;min-width:unset !important}.slate-form-embed .form_layout_table:not(.hidden),.slate-form-embed .form_responses:not(.hidden){width:100% !important;display:block !important}.slate-form-embed .form_response{margin:15px 0px}.slate-form-embed select{margin-left:0 !important}.form-item [type=checkbox]:checked+label::after{top:7px !important}.webform-confirmation{padding-right:1.25rem;padding-left:1.25rem;max-width:50rem;margin-left:auto;margin-right:auto;margin-bottom:60px}table{font-family:realist,helvetica,sans-serif;font-size:0.9375rem;font-weight:400;line-height:1.5;margin-bottom:0;border-collapse:collapse;border-top:1px solid #ddd}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{color:#000;border-right:1px solid #ddd;border-left:1px solid #ddd;font-size:.9375rem}thead th{background-color:#f7e7c6}tbody{border-top:0;border-left:1px solid #ddd}tbody tr:nth-child(even){background-color:#fcf9f4}tr{border-bottom:1px solid #ddd}th{padding:.9375rem;border-right:1px solid #ddd;border-bottom:0;background-color:#f7e7c6;font-weight:700;text-align:left}td{padding:1em 1.25em;border-right:1px solid #ddd}@media print,screen and (max-width:64.06125em){.mobile-table{margin-bottom:2.5rem}.mobile-table--scroll{overflow-y:scroll}}.mobile-table{padding:1px 0}.mobile-table table{-webkit-box-shadow:none;box-shadow:none}.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);-webkit-box-shadow:inset -1px 0 .0666666667 rgba(255,255,255,.05),inset -2px 0 .1333333333 rgba(255,255,255,.05),inset -3px 0 .2 rgba(255,255,255,.05),inset -4px 0 .2666666667 rgba(255,255,255,.05),inset -5px 0 .3333333333 rgba(255,255,255,.05),inset -6px 0 .4 rgba(255,255,255,.05),inset -7px 0 .4666666667 rgba(255,255,255,.05),inset -8px 0 .5333333333 rgba(255,255,255,.05),inset -9px 0 .6 rgba(255,255,255,.05),inset -10px 0 .6666666667 rgba(255,255,255,.05),inset -11px 0 .7333333333 rgba(255,255,255,.05),inset -12px 0 .8 rgba(255,255,255,.05),inset -13px 0 .8666666667 rgba(255,255,255,.05),inset -14px 0 .9333333333 rgba(255,255,255,.05),inset -15px 0 1 rgba(255,255,255,.05),inset -16px 0 1.0666666667 rgba(255,255,255,.05),inset -17px 0 1.1333333333 rgba(255,255,255,.05),inset -18px 0 1.2 rgba(255,255,255,.05),inset -19px 0 1.2666666667 rgba(255,255,255,.05),inset -20px 0 1.3333333333 rgba(255,255,255,.05),inset -21px 0 1.4 rgba(255,255,255,.05),inset -22px 0 1.4666666667 rgba(255,255,255,.05),inset -23px 0 1.5333333333 rgba(255,255,255,.05),inset -24px 0 1.6 rgba(255,255,255,.05),inset -25px 0 1.6666666667 rgba(255,255,255,.05),inset -26px 0 1.7333333333 rgba(255,255,255,.05),inset -27px 0 1.8 rgba(255,255,255,.05),inset -28px 0 1.8666666667 rgba(255,255,255,.05),inset -29px 0 1.9333333333 rgba(255,255,255,.05),inset -30px 0 2 rgba(255,255,255,.05),inset -31px 0 2.0666666667 rgba(255,255,255,.05),inset -32px 0 2.1333333333 rgba(255,255,255,.05),inset -33px 0 2.2 rgba(255,255,255,.05),inset -34px 0 2.2666666667 rgba(255,255,255,.05),inset -35px 0 2.3333333333 rgba(255,255,255,.05),inset -36px 0 2.4 rgba(255,255,255,.05),inset -37px 0 2.4666666667 rgba(255,255,255,.05),inset -38px 0 2.5333333333 rgba(255,255,255,.05),inset -39px 0 2.6 rgba(255,255,255,.05),inset -40px 0 2.6666666667 rgba(255,255,255,.05),inset -41px 0 2.7333333333 rgba(255,255,255,.05),inset -42px 0 2.8 rgba(255,255,255,.05),inset -43px 0 2.8666666667 rgba(255,255,255,.05),inset -44px 0 2.9333333333 rgba(255,255,255,.05),inset -45px 0 3 rgba(255,255,255,.05),inset -46px 0 3.0666666667 rgba(255,255,255,.05),inset -47px 0 3.1333333333 rgba(255,255,255,.05),inset -48px 0 3.2 rgba(255,255,255,.05),inset -49px 0 3.2666666667 rgba(255,255,255,.05),inset -50px 0 3.3333333333 rgba(255,255,255,.05),inset -51px 0 3.4 rgba(255,255,255,.05),inset -52px 0 3.4666666667 rgba(255,255,255,.05),inset -53px 0 3.5333333333 rgba(255,255,255,.05),inset -54px 0 3.6 rgba(255,255,255,.05),inset -55px 0 3.6666666667 rgba(255,255,255,.05),inset -56px 0 3.7333333333 rgba(255,255,255,.05),inset -57px 0 3.8 rgba(255,255,255,.05),inset -58px 0 3.8666666667 rgba(255,255,255,.05),inset -59px 0 3.9333333333 rgba(255,255,255,.05),inset -60px 0 4 rgba(255,255,255,.05),inset -61px 0 4.0666666667 rgba(255,255,255,.05),inset -62px 0 4.1333333333 rgba(255,255,255,.05),inset -63px 0 4.2 rgba(255,255,255,.05),inset -64px 0 4.2666666667 rgba(255,255,255,.05),inset -65px 0 4.3333333333 rgba(255,255,255,.05),inset -66px 0 4.4 rgba(255,255,255,.05),inset -67px 0 4.4666666667 rgba(255,255,255,.05),inset -68px 0 4.5333333333 rgba(255,255,255,.05),inset -69px 0 4.6 rgba(255,255,255,.05),inset -70px 0 4.6666666667 rgba(255,255,255,.05),inset -71px 0 4.7333333333 rgba(255,255,255,.05),inset -72px 0 4.8 rgba(255,255,255,.05),inset -73px 0 4.8666666667 rgba(255,255,255,.05),inset -74px 0 4.9333333333 rgba(255,255,255,.05),inset -75px 0 5 rgba(255,255,255,.05);box-shadow:inset -1px 0 .0666666667 rgba(255,255,255,.05),inset -2px 0 .1333333333 rgba(255,255,255,.05),inset -3px 0 .2 rgba(255,255,255,.05),inset -4px 0 .2666666667 rgba(255,255,255,.05),inset -5px 0 .3333333333 rgba(255,255,255,.05),inset -6px 0 .4 rgba(255,255,255,.05),inset -7px 0 .4666666667 rgba(255,255,255,.05),inset -8px 0 .5333333333 rgba(255,255,255,.05),inset -9px 0 .6 rgba(255,255,255,.05),inset -10px 0 .6666666667 rgba(255,255,255,.05),inset -11px 0 .7333333333 rgba(255,255,255,.05),inset -12px 0 .8 rgba(255,255,255,.05),inset -13px 0 .8666666667 rgba(255,255,255,.05),inset -14px 0 .9333333333 rgba(255,255,255,.05),inset -15px 0 1 rgba(255,255,255,.05),inset -16px 0 1.0666666667 rgba(255,255,255,.05),inset -17px 0 1.1333333333 rgba(255,255,255,.05),inset -18px 0 1.2 rgba(255,255,255,.05),inset -19px 0 1.2666666667 rgba(255,255,255,.05),inset -20px 0 1.3333333333 rgba(255,255,255,.05),inset -21px 0 1.4 rgba(255,255,255,.05),inset -22px 0 1.4666666667 rgba(255,255,255,.05),inset -23px 0 1.5333333333 rgba(255,255,255,.05),inset -24px 0 1.6 rgba(255,255,255,.05),inset -25px 0 1.6666666667 rgba(255,255,255,.05),inset -26px 0 1.7333333333 rgba(255,255,255,.05),inset -27px 0 1.8 rgba(255,255,255,.05),inset -28px 0 1.8666666667 rgba(255,255,255,.05),inset -29px 0 1.9333333333 rgba(255,255,255,.05),inset -30px 0 2 rgba(255,255,255,.05),inset -31px 0 2.0666666667 rgba(255,255,255,.05),inset -32px 0 2.1333333333 rgba(255,255,255,.05),inset -33px 0 2.2 rgba(255,255,255,.05),inset -34px 0 2.2666666667 rgba(255,255,255,.05),inset -35px 0 2.3333333333 rgba(255,255,255,.05),inset -36px 0 2.4 rgba(255,255,255,.05),inset -37px 0 2.4666666667 rgba(255,255,255,.05),inset -38px 0 2.5333333333 rgba(255,255,255,.05),inset -39px 0 2.6 rgba(255,255,255,.05),inset -40px 0 2.6666666667 rgba(255,255,255,.05),inset -41px 0 2.7333333333 rgba(255,255,255,.05),inset -42px 0 2.8 rgba(255,255,255,.05),inset -43px 0 2.8666666667 rgba(255,255,255,.05),inset -44px 0 2.9333333333 rgba(255,255,255,.05),inset -45px 0 3 rgba(255,255,255,.05),inset -46px 0 3.0666666667 rgba(255,255,255,.05),inset -47px 0 3.1333333333 rgba(255,255,255,.05),inset -48px 0 3.2 rgba(255,255,255,.05),inset -49px 0 3.2666666667 rgba(255,255,255,.05),inset -50px 0 3.3333333333 rgba(255,255,255,.05),inset -51px 0 3.4 rgba(255,255,255,.05),inset -52px 0 3.4666666667 rgba(255,255,255,.05),inset -53px 0 3.5333333333 rgba(255,255,255,.05),inset -54px 0 3.6 rgba(255,255,255,.05),inset -55px 0 3.6666666667 rgba(255,255,255,.05),inset -56px 0 3.7333333333 rgba(255,255,255,.05),inset -57px 0 3.8 rgba(255,255,255,.05),inset -58px 0 3.8666666667 rgba(255,255,255,.05),inset -59px 0 3.9333333333 rgba(255,255,255,.05),inset -60px 0 4 rgba(255,255,255,.05),inset -61px 0 4.0666666667 rgba(255,255,255,.05),inset -62px 0 4.1333333333 rgba(255,255,255,.05),inset -63px 0 4.2 rgba(255,255,255,.05),inset -64px 0 4.2666666667 rgba(255,255,255,.05),inset -65px 0 4.3333333333 rgba(255,255,255,.05),inset -66px 0 4.4 rgba(255,255,255,.05),inset -67px 0 4.4666666667 rgba(255,255,255,.05),inset -68px 0 4.5333333333 rgba(255,255,255,.05),inset -69px 0 4.6 rgba(255,255,255,.05),inset -70px 0 4.6666666667 rgba(255,255,255,.05),inset -71px 0 4.7333333333 rgba(255,255,255,.05),inset -72px 0 4.8 rgba(255,255,255,.05),inset -73px 0 4.8666666667 rgba(255,255,255,.05),inset -74px 0 4.9333333333 rgba(255,255,255,.05),inset -75px 0 5 rgba(255,255,255,.05);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:realistwide,verdana,sans-serif;font-size:1.75rem;font-weight:700;line-height:1.1}@media print,screen and (min-width:48.0625em){h1,.h1{font-size:2.5rem}}@media print,screen and (min-width:64.0625em){h1,.h1{font-size:3.5rem}}h2,.h2{font-family:realistwide,verdana,sans-serif;font-size:1.5rem;font-weight:700;line-height:1.3}@media print,screen and (min-width:48.0625em){h2,.h2{font-size:1.875rem}}@media print,screen and (min-width:64.0625em){h2,.h2{font-size:2.5rem}}h3,.h3{font-family:realistwide,verdana,sans-serif;font-size:1.3125rem;font-weight:700;line-height:1.3}@media print,screen and (min-width:48.0625em){h3,.h3{font-size:1.5rem}}@media print,screen and (min-width:64.0625em){h3,.h3{font-size:1.875rem}}h4,.h4{font-family:realist,helvetica,sans-serif;font-size:1.25rem;font-weight:700;line-height:1.3}@media print,screen and (min-width:48.0625em){h4,.h4{font-size:1.3125rem}}@media print,screen and (min-width:64.0625em){h4,.h4{font-size:1.4375rem}}h5,.h5{font-family:realist,helvetica,sans-serif;font-size:1.125rem;font-weight:700;line-height:1.3}@media print,screen and (min-width:48.0625em){h5,.h5{font-size:1.25rem}}@media print,screen and (min-width:64.0625em){h5,.h5{font-size:1.3125rem}}h6,.h6{font-family:realist,helvetica,sans-serif;font-size:1.0625rem;font-weight:700;line-height:1.3}@media print,screen and (min-width:48.0625em){h6,.h6{font-size:1.125rem}}@media print,screen and (min-width:64.0625em){h6,.h6{font-size:1.25rem}}p,.p{font-family:realist,helvetica,sans-serif;font-size:1rem;font-weight:400;line-height:1.7}@media print,screen and (min-width:48.0625em){p,.p{font-size:1.0625rem}}.eyebrow{font-family:realist,helvetica,sans-serif;font-size:0.9375rem;font-weight:700;line-height:1.2}a{text-decoration:none;color:#88001e;text-decoration:underline}a:hover{color:#2d2926}em{font-style:italic}b,strong{font-weight:700}ol,ul,li{margin:0;padding:0}.wysiwyg li{font-family:realist,helvetica,sans-serif;font-size:1rem;font-weight:400;line-height:1.7}@media print,screen and (min-width:48.0625em){.wysiwyg li{font-size:1.0625rem}}ol{margin-top:1.25rem;padding-left:0;list-style:none;counter-reset:li}@media print,screen and (min-width:48.0625em){ol{margin-top:1.875rem}}@media print,screen and (min-width:64.0625em){ol{margin-top:2.5rem}}ol>li{position:relative;padding-left:1.5625rem;counter-increment:li}@media print,screen and (min-width:48.0625em){ol>li{padding-left:2.125rem}}ol>li li,ol>li li:first-child{margin-top:0.625rem}ol>li::before{position:absolute;top:0;left:0;display:inline-block;content:counter(li) ".";color:#2d2926;font-size:1em;font-weight:400}.block-system-breadcrumb-block ol>li:first-child{padding-left:0}.block-system-breadcrumb-block ol>li::before,.ck-editor__editable ol>li::before{content:"";display:none}.expandables .accordion__content ul>li,.wysiwyg ul>li,.section--wysiwyg ul>li{position:relative;padding-left:1.5625rem;list-style:none}@media print,screen and (min-width:48.0625em){.expandables .accordion__content ul>li,.wysiwyg ul>li,.section--wysiwyg ul>li{padding-left:2.125rem}}.expandables .accordion__content ul>li::before,.wysiwyg ul>li::before,.section--wysiwyg ul>li::before{position:absolute;top:0;left:0;content:"•"}.stat{font-family:realistwide,verdana,sans-serif;font-size:4rem;font-weight:300;line-height:0.9}@media print,screen and (min-width:48.0625em){.stat{font-size:4.5rem}}@media print,screen and (min-width:64.0625em){.stat{font-size:5.625rem}}.list--comma-separate ul{display:inline-block;margin:0;padding:0;list-style:none;font-family:realist,helvetica,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}.notation{font-family:realist,helvetica,sans-serif;font-size:0.875rem;font-weight:400;line-height:1.5}.video-play-button{position:absolute;z-index:4;bottom:2.5rem;left:2.5rem;background:none}.video-play-button::after{content:"";color:#2d2926;font-family:"Font Awesome 5 Pro";font-size:2rem;font-weight:100;-webkit-transform:translate(3px,2px);transform:translate(3px,2px)}.video-playing .video-play-button::after{content:"";-webkit-transform:rotate(90deg) translateY(2px);transform:rotate(90deg) translateY(2px);color:#2d2926}@media print,screen and (max-width:48.06125em){.video-play-button{display: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{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}body{font-family:realist,helvetica,sans-serif}.intro-text{font-family:realist,helvetica,sans-serif;font-size:1.125rem;font-weight:400;line-height:1.6}@media print,screen and (min-width:64.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:1.25rem 0 1.25rem 2.5rem}}@media print,screen and (min-width:64.0625em){.align-right,.obj-right{margin:1.25rem 0 1.25rem 2.5rem}}.align-right img,.obj-right img{display:block}.align-left,.obj-left{float:none;margin:1.25rem 0}@media print,screen and (min-width:48.0625em){.align-left,.obj-left{float:left;margin:1.25rem 2.5rem 1.25rem 0}}@media print,screen and (min-width:64.0625em){.align-left,.obj-left{margin:1.25rem 2.5rem 1.25rem 0}}.align-left img,.obj-left img{display:block}.align-center,.obj-center{display:table;margin:1.25rem auto 0}.align-center img,.obj-center img{display:block}[data-embed-button=ohou_media_embed] .video-embed-field-responsive-video,[data-embed-button=ohou_media_embed] .responsive-video-iframe{width:100%}article.align-center img{margin-right:auto;margin-left:auto}figure.align-right,figure.alignright,figure.obj-right,figure.align-left,figure.alignleft,figure.obj-left,figure.align-center,figure.obj-center,.align-center,.obj-center{display:table}figure.align-right figcaption,figure.alignright figcaption,figure.obj-right figcaption,figure.align-left figcaption,figure.alignleft figcaption,figure.obj-left figcaption,figure.align-center figcaption,figure.obj-center figcaption,.align-center figcaption,.obj-center figcaption{display:table-caption}figure.align-right.responsive-video-iframe,figure.alignright.responsive-video-iframe,figure.obj-right.responsive-video-iframe,figure.align-left.responsive-video-iframe,figure.alignleft.responsive-video-iframe,figure.obj-left.responsive-video-iframe,figure.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{position:relative;font-family:realist,helvetica,sans-serif;font-size:0.875rem;font-weight:400;line-height:1.5;margin-top:-1.25rem;caption-side:bottom;color:#2d2926;background-color:#fff;padding:.625rem;max-width:calc(100% - 20px)}.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:0.625rem;margin-bottom:0}@media print,screen and (min-width:48.0625em){.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}}.wysiwyg h3,.wysiwyg h4,.wysiwyg h5,.wysiwyg h6,.wysiwyg blockquote table{margin-top:1.25rem}@media print,screen and (min-width:48.0625em){.wysiwyg h3,.wysiwyg h4,.wysiwyg h5,.wysiwyg h6,.wysiwyg blockquote table{margin-top:1.875rem}}@media print,screen and (min-width:64.0625em){.wysiwyg h3,.wysiwyg h4,.wysiwyg h5,.wysiwyg h6,.wysiwyg blockquote table{margin-top:2.5rem}}.wysiwyg .intro-text{font-family:realist,helvetica,sans-serif;font-size:1.125rem;font-weight:400;line-height:1.6}@media print,screen and (min-width:64.0625em){.wysiwyg .intro-text{font-size:1.375rem}}.wysiwyg .btn{margin-top:0;margin-bottom:0}.wysiwyg .btn-row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:.625rem}.mobile-table{margin-top:1.25rem;padding:1px 0}@media print,screen and (min-width:48.0625em){.mobile-table{margin-top:1.875rem}}.mobile-table table{margin:0}.mobile-table caption{margin-bottom:.3125rem;font-weight:700}.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}.expandables .accordion__content hr,.section--wysiwyg hr,.wysiwyg hr{border:none;border-top:1px solid #d8d8d8;margin-top:0.625rem}@media print,screen and (min-width:48.0625em){.expandables .accordion__content hr,.section--wysiwyg hr,.wysiwyg hr{margin-top:1.25rem}}.expandables .accordion__content blockquote,.section--wysiwyg blockquote,.wysiwyg blockquote{position:relative;margin:0;margin-top:1.25rem;max-width:100%;padding:1.25rem}@media print,screen and (min-width:48.0625em){.expandables .accordion__content blockquote,.section--wysiwyg blockquote,.wysiwyg blockquote{margin-top:1.875rem}}@media print,screen and (min-width:64.0625em){.expandables .accordion__content blockquote,.section--wysiwyg blockquote,.wysiwyg blockquote{margin-top:2.5rem}}@media print,screen and (min-width:48.0625em){.expandables .accordion__content blockquote,.section--wysiwyg blockquote,.wysiwyg blockquote{padding:1.875rem}}@media print,screen and (min-width:64.0625em){.expandables .accordion__content blockquote,.section--wysiwyg blockquote,.wysiwyg blockquote{padding:2.5rem}}.expandables .accordion__content blockquote::before,.section--wysiwyg blockquote::before,.wysiwyg blockquote::before{content:"";display:block;position:absolute;top:0;left:0;width:calc(100% - 20px);height:calc(100% - 20px);border:10px solid #f7f2e7;pointer-events:none}.expandables .accordion__content blockquote p,.section--wysiwyg blockquote p,.wysiwyg blockquote p{font-family:realistwide,verdana,sans-serif;font-size:1.125rem;font-weight:300;line-height:1.9}@media print,screen and (min-width:48.0625em){.expandables .accordion__content blockquote p,.section--wysiwyg blockquote p,.wysiwyg blockquote p{font-size:1.375rem}}.expandables .accordion__content blockquote .quotee,.section--wysiwyg blockquote .quotee,.wysiwyg blockquote .quotee{font-family:realist,helvetica,sans-serif;font-size:1rem;font-weight:400;line-height:1.7;font-family:realist,helvetica,sans-serif}@media print,screen and (min-width:48.0625em){.expandables .accordion__content blockquote .quotee,.section--wysiwyg blockquote .quotee,.wysiwyg blockquote .quotee{font-size:1.0625rem}}.expandables .accordion__content ol ol,.expandables .accordion__content ol ul,.expandables .accordion__content ul ol,.expandables .accordion__content ul ul,.section--wysiwyg ol ol,.section--wysiwyg ol ul,.section--wysiwyg ul ol,.section--wysiwyg ul ul,.wysiwyg ol ol,.wysiwyg ol ul,.wysiwyg ul ol,.wysiwyg ul ul{margin-top:1.25rem;margin-bottom:1.25rem}@media print,screen and (min-width:48.0625em){.expandables .accordion__content ol ol,.expandables .accordion__content ol ul,.expandables .accordion__content ul ol,.expandables .accordion__content ul ul,.section--wysiwyg ol ol,.section--wysiwyg ol ul,.section--wysiwyg ul ol,.section--wysiwyg ul ul,.wysiwyg ol ol,.wysiwyg ol ul,.wysiwyg ul ol,.wysiwyg ul ul{margin-top:1.875rem}}@media print,screen and (min-width:48.0625em){.expandables .accordion__content ol ol,.expandables .accordion__content ol ul,.expandables .accordion__content ul ol,.expandables .accordion__content ul ul,.section--wysiwyg ol ol,.section--wysiwyg ol ul,.section--wysiwyg ul ol,.section--wysiwyg ul ul,.wysiwyg ol ol,.wysiwyg ol ul,.wysiwyg ul ol,.wysiwyg ul ul{margin-bottom:1.875rem}}.expandables .accordion__content li,.section--wysiwyg li,.wysiwyg li{margin-top:0.625rem}@media print,screen and (min-width:48.0625em){.expandables .accordion__content li,.section--wysiwyg li,.wysiwyg li{margin-top:1.25rem}}aside .wysiwyg h2{font-family:realistwide,verdana,sans-serif;font-size:1.3125rem;font-weight:700;line-height:1.3}@media print,screen and (min-width:48.0625em){aside .wysiwyg h2{font-size:1.5rem}}@media print,screen and (min-width:64.0625em){aside .wysiwyg h2{font-size:1.875rem}}aside .wysiwyg h3{font-family:realist,helvetica,sans-serif;font-size:1.25rem;font-weight:700;line-height:1.3}@media print,screen and (min-width:48.0625em){aside .wysiwyg h3{font-size:1.3125rem}}@media print,screen and (min-width:64.0625em){aside .wysiwyg h3{font-size:1.4375rem}}aside .wysiwyg h4{font-family:realist,helvetica,sans-serif;font-size:1.125rem;font-weight:700;line-height:1.3}@media print,screen and (min-width:48.0625em){aside .wysiwyg h4{font-size:1.25rem}}@media print,screen and (min-width:64.0625em){aside .wysiwyg h4{font-size:1.3125rem}}aside .wysiwyg h5{font-family:realist,helvetica,sans-serif;font-size:1.0625rem;font-weight:700;line-height:1.3}@media print,screen and (min-width:48.0625em){aside .wysiwyg h5{font-size:1.125rem}}@media print,screen and (min-width:64.0625em){aside .wysiwyg h5{font-size:1.25rem}}aside .wysiwyg h6{font-size:1.0625rem}.vaf{margin-top:1.25rem;border-top:2px solid #ddd;padding-top:1.25rem;padding-right:0;padding-left:0}.vaf .vaf__heading{display:block;color:#262626;font-family:realist,helvetica,sans-serif;font-weight:700;font-size:1rem}@media print,screen and (max-width:48.06125em){.vaf .vaf__heading{margin-bottom:.625rem}}@media print,screen and (min-width:48.0625em){.vaf .vaf__heading{padding-right:.625rem}}.active-filters{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media print,screen and (min-width:48.0625em){.active-filters>.cell{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px}}.active-filters .vaf{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.active-filters ul{margin-top:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px}.active-filters ul li{-webkit-transition:color .5s cubic-bezier(0.82,0.06,0.14,0.97),background .5s cubic-bezier(0.82,0.06,0.14,0.97),border .5s cubic-bezier(0.82,0.06,0.14,0.97);transition:color .5s cubic-bezier(0.82,0.06,0.14,0.97),background .5s cubic-bezier(0.82,0.06,0.14,0.97),border .5s cubic-bezier(0.82,0.06,0.14,0.97);font-family:realist,helvetica,sans-serif;border-width:.125rem;border-style:solid;display:inline-block;position:relative;z-index:2;line-height:1.5;text-decoration:none;font-weight:400;font-size:.8125rem;padding:.4375rem 1.25rem;color:#fff;background-color:#88001e;border-color:#88001e;font-family:realist,helvetica,sans-serif;font-size:0.9375rem;font-weight:400;line-height:1.5;background-color:#f7f2e7;color:#2d2926;border-radius:1.875rem;font-weight:700}.active-filters ul li:hover,.active-filters ul li:focus{text-decoration:none;outline:none}.active-filters ul li:disabled{cursor:not-allowed;pointer-events:none;opacity:.6}.active-filters ul li::before,.active-filters ul li::after{color:#fff}.active-filters ul li:hover{color:#fff;border-color:#55000d;background-color:#55000d}.active-filters ul li:hover::before,.active-filters ul li:hover::after{color:#fff}.active-filters ul li:focus{color:#fff;border-color:#c8a55f;background-color:#000}.active-filters ul li:focus::before,.active-filters ul li:focus::after{color:#fff}.active-filters ul li:hover::after{content:"";color:#fff;font-family:"Font Awesome 5 Pro"}.active-filters ul li::after{margin-left:.625rem;content:"";color:#2d2926;font-family:"Font Awesome 5 Pro";font-weight:100;-webkit-transition:color .5s cubic-bezier(0.82,0.06,0.14,0.97);transition:color .5s cubic-bezier(0.82,0.06,0.14,0.97)}.active-filters li::before{display:none}.active-filters .vaf__item{border-width:1px}.active-filters .vaf__item--letter{text-transform:uppercase}.active-filters .vaf__clear{color:#88001e;font-weight:700;background-color:rgba(0,0,0,0);padding-left:0}.active-filters .vaf__clear::after{margin-left:.625rem;content:"";color:#88001e;font-family:"Font Awesome 5 Pro";font-weight:100;-webkit-transition:color .5s cubic-bezier(0.82,0.06,0.14,0.97);transition:color .5s cubic-bezier(0.82,0.06,0.14,0.97)}.active-filters .vaf__clear:hover,.active-filters .vaf__clear:focus{color:#2d2926}.active-filters .vaf__clear:hover::after,.active-filters .vaf__clear:focus::after{color:#2d2926}@media print,screen and (min-width:48.0625em){.active-filters li{margin-top:0}}@media print,screen and (max-width:48.06125em){.active-filters ul{padding:0}}@media print,screen and (max-width:64.06125em){.active-filters ul li{text-align:left}}.user-login-form,.page--utility+.page-wrapper .main-content{margin-top:2rem;padding-bottom:3.125rem}@media print,screen and (min-width:48.0625em){.user-login-form,.page--utility+.page-wrapper .main-content{padding-bottom:3.75rem}}@media print,screen and (min-width:64.0625em){.user-login-form,.page--utility+.page-wrapper .main-content{padding-bottom:6.25rem}}.user-login-form input:not(.form-submit){width:100%;max-width:25rem;margin-bottom:0}.user-login-form .description{width:100%;font-style:italic;margin-top:.25em}.user-login-form .form-item+.form-item,.user-login-form .form-actions{margin-top:1.25rem}@media print,screen and (min-width:48.0625em){.user-login-form .form-item+.form-item,.user-login-form .form-actions{margin-top:1.875rem}}@media print,screen and (min-width:64.0625em){.user-login-form .form-item+.form-item,.user-login-form .form-actions{margin-top:2.5rem}}.admin-tabs{right:calc(2.5rem / 2);bottom:calc(2.5rem / 2);left:calc(2.5rem / 2);position:fixed;z-index:10;margin:0;padding:1.875rem;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:#88001e;font-size:1.125rem;font-weight:700}.admin-tabs a:hover{background-color:#220008}.admin-tabs a.is-active{background-color:#bb0029}@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);color:#f9d87a;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:realist,helvetica,sans-serif;font-size:1.0625rem;font-weight:700;line-height:1.3;all:unset}@media print,screen and (min-width:48.0625em){.eu-cookie-compliance-message h2{font-size:1.125rem}}@media print,screen and (min-width:64.0625em){.eu-cookie-compliance-message h2{font-size:1.25rem}}.eu-cookie-compliance-message .btn{cursor:pointer}.eu-cookie-compliance-buttons,.eu-cookie-compliance-message{all:unset}form[class^=webform] fieldset{border-color:#e8cd97}form[class^=webform] legend{font-weight:bold}form[class^=webform] [type=checkbox]+label,form[class^=webform] [type=radio]+label{margin-left:1.25rem}form[class^=webform] .form-item input[type=checkbox]:required:not(:invalid)+label,form[class^=webform] .form-item input[type=radio]:required:not(:invalid)+label{font-weight:normal}.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-no-label+.form-item{margin-top:0}.form-item input[type=checkbox],.form-item input[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 input[type=checkbox]+label,.form-item input[type=radio]+label{position:relative;margin-left:3.125rem;-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-weight:normal}.form-item input[type=checkbox]+label::before,.form-item input[type=radio]+label::before{position:absolute;left:-3.125rem;display:block;width:2.25rem;height:1.875rem;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:2px solid #c8a55f}.form-item input[type=checkbox]:disabled,.form-item input[type=checkbox]:disabled+label,.form-item input[type=radio]:disabled,.form-item input[type=radio]:disabled+label{cursor:default;color:#888}.form-item input[type=checkbox]:focus+label::before,.form-item input[type=radio]:focus+label::before{border:2px solid #0171b0}.form-item input[type=checkbox]:invalid+label,.form-item input[type=radio]:invalid+label{color:#c00}.form-item input[type=checkbox]:invalid:not(:focus)+label::before,.form-item input[type=radio]:invalid:not(:focus)+label::before{border-color:#c00}.form-item input[type=checkbox]:required:not(:invalid)+label,.form-item input[type=radio]:required:not(:invalid)+label{color:#222}.form-item input[type=checkbox]:required:not(:invalid)+label::before,.form-item input[type=radio]:required:not(:invalid)+label::before{border-color:#2d2926}.form-item [type=checkbox]:checked+label::before{border:2px solid #c8a55f}.form-item [type=checkbox]:checked+label::after{position:absolute;top:9px;left:-2.5rem;display:block;width:20px;height:15px;content:"";background-color:#88001e}.form-item [type=checkbox]:checked:disabled+label::after{opacity:.5}.form-item [type=checkbox]:disabled+label::before{opacity:.5}.form-item [type=radio]+label::before{border-radius:50%;background-image:radial-gradient(#88001e 0.25em,#ffffff 0.25em,#ffffff 0.5em,#88001e 0.5em);background-repeat:no-repeat;background-position:50% 50%;background-size:0 0}.form-item [type=radio]:checked+label::before{border:2px solid #c8a55f;background-size:1em 1em}.form-item [type=radio]:checked:disabled+label::before{border-color:#262626}.form-item [type=radio]:checked:invalid+label::before{background-image:radial-gradient(#d13176 0.25em,#ffffff 0.25em,#ffffff 0.5em,#d13176 0.5em)}.form-item [type=radio]:disabled+label::before,.form-item [type=radio]:checked:disabled+label::before{opacity:.5;background-size:1em 1em;border:2px solid #c8a55f}form[class^=webform] .form-item.form-required label:after,form[class^=webform] .form-item:has(.form-select.required) label:after,form[class^=webform] .form-item:has(input:required) label:after{content:"*";color:#c00;display:inline-block;font-style:italic;font-size:.875rem}form[class^=webform] fieldset.required label:after{content:"*";color:#c00;display:inline-block;font-style:italic;font-size:.875rem}form[class^=webform] fieldset .form-item:has(input[type=radio]:required):after,form[class^=webform] fieldset .form-item:has(input[type=checkbox]:required):after{display:none}.webform-element-description{font-family:realist,helvetica,sans-serif;font-size:0.9375rem;font-weight:400;line-height:1.5;margin-top:.625rem}[type=checkbox][name*="["]+label,.form-radio+label{margin-top:.25em;margin-bottom:.25em}.webform-managed-file-placeholder{color:#262626;font-family:realist,helvetica,sans-serif;font-weight:400;font-style:italic;margin-bottom:.625rem}.form-managed-file [type=submit]{border:2px solid #88001e;padding:.9375rem 1.25rem;margin-top:.625rem}@media(min-width:34.375rem){.form-managed-file [type=submit]{margin-top:0}}.form-managed-file [type=submit]:hover{border:2px solid #55000d}.form-managed-file [type=submit]:focus{border:2px solid #000}form[class*=webform] .form-item{width:100%;margin-top:.625rem}form[class*=webform] .form-actions{margin:.625rem 0}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}form[class*=webform] select,form[class*=webform] .select2-selection--single{background-image:url(/themes/custom/norwich/assets/img/select-arrow.svg);background-repeat:no-repeat;background-size:18px 10px;background-position:calc(100% - 16px) 50%;padding-right:2.5rem}form[class*=webform] .select2-container .select2-selection--single{border-color:#e8cd97;border-width:2px;border-radius:0;padding:7px 12px;height:auto;max-width:25rem}form[class*=webform] .select2-container .select2-selection__arrow{display:none}.select2-dropdown{max-width:25rem}@media(min-width:770px){aside .webform-submission-form{width:310px}}.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}}@media print,screen and (min-width:64.0625em){.embedded-entity:not([class*=align-]){margin-top:2.5rem}}.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{position:relative;z-index:11;padding-top:1.25rem;padding-bottom:1.25rem;background-color:#f9d87a;-webkit-transition:padding 150ms cubic-bezier(0.42,0.08,0.06,0.98),font-size 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:padding 150ms cubic-bezier(0.42,0.08,0.06,0.98),font-size 150ms cubic-bezier(0.42,0.08,0.06,0.98)}@media print,screen and (min-width:48.0625em){.oho-alert{padding-top:1.875rem;padding-bottom:1.875rem}}@media screen and (min-width:1025px){.oho-alert{top:56px;display:block;height:100%}}.oho-alert .grid-margin-x>.auto{margin-left:0}.oho-alert h2:first-child{font-family:realistwide,verdana,sans-serif;font-size:1.3125rem;font-weight:700;line-height:1.3;margin-top:0;margin-bottom:0}@media print,screen and (min-width:48.0625em){.oho-alert h2:first-child{font-size:1.5rem}}@media print,screen and (min-width:64.0625em){.oho-alert h2:first-child{font-size:1.875rem}}.oho-alert p{margin-top:.625rem;margin-bottom:0}.oho-alert .fa{color:#2d2926;font-weight:400;font-size:1.75rem}@media print,screen and (min-width:64.0625em){.oho-alert .fa{font-size:2.25rem}}.oho-alert a:not(.btn){color:#2d2926}.oho-alert .btn{font-size:.9375rem;padding:.625rem 1.25rem}.oho-alert button{background:none;border:unset;cursor:default}.oho-alert button:focus{background:none}.oho-alert button.oho-alert--hide{cursor:pointer}.oho-alert__wrapper.oho-alert--closed .grid-x{-webkit-box-pack:right;-ms-flex-pack:right;justify-content:right}.oho-alert__wrapper.oho-alert--closed .oho-alert{padding:7px 0 0 0}.oho-alert__wrapper.oho-alert--closed .oho-alert--message,.oho-alert__wrapper.oho-alert--closed .oho-alert--close-button{display:none}.oho-alert__wrapper.oho-alert--closed .oho-alert--show{cursor:pointer}.oho-alert__wrapper.oho-alert--closed .oho-alert .fa{font-size:1.25rem}@media print,screen and (min-width:64.0625em){.oho-alert__wrapper.oho-alert--closed .oho-alert .fa{font-size:1.75rem}}.oho-banner{position:relative;z-index:3;padding-top:0.625rem;padding-bottom:0.625rem;background-color:#88001e}@media print,screen and (min-width:48.0625em){.oho-banner{padding-top:1.25rem;padding-bottom:1.25rem}}.oho-banner .shrink{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-top:.5rem}@media print,screen and (min-width:64.0625em){.oho-banner .shrink{padding-top:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.oho-banner .shrink .fas{font-weight:400;font-size:1.75rem;color:#fff}@media print,screen and (min-width:64.0625em){.oho-banner .shrink .fas{font-size:2.25rem}}.oho-banner .grid-margin-x>.auto{margin-left:0}.oho-banner p{color:#fff}.oho-banner p a{color:#c8a55f;text-decoration:underline;text-underline-offset:2px}.oho-banner p a:hover,.oho-banner p a:focus{color:#f9d87a;text-decoration:none}.oho-banner-message__wrapper{z-index:11}@media screen and (min-width:1025px){.oho-banner-message__wrapper{padding-top:80px;margin-bottom:-50px}}@media screen and (min-width:1025px){.page--marketing-template .oho-banner-message__wrapper{padding-top:1.25rem;margin-bottom:0}}.pager{font-family:realist,helvetica,sans-serif;font-weight:700;font-size:1.125rem}.pager__items{display:-webkit-box;display:-ms-flexbox;display:flex;gap:.625rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0;padding:0;list-style:none}@media print,screen and (min-width:40.0625em)and (max-width:48.06125em){.pager__items{gap:.3125rem}}.pager__item a{border:2px solid rgba(0,0,0,0)}.pager__item--ellipsis{display:block;background-color:#fff;width:2.375rem;height:2.375rem;text-align:center;line-height:2.375rem}.pager a{display:block;position:relative;background-color:#fff;color:#88001e;width:2.375rem;height:2.375rem;text-align:center;line-height:2.375rem;-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}.pager a:hover{text-decoration:none;color:#fff;background-color:#88001e}.pager a:focus{background-color:#f7f2e7;outline:none;border:2px solid #2d2926}.pager .is-active a{background-color:#f9d87a;pointer-events:none}.pager__item--first a,.pager__item--previous a{border:2px solid rgba(0,0,0,0)}.pager__item--first a::after,.pager__item--previous a::after{content:"";display:block;pointer-events:none;position:absolute;top:0;left:0;height:calc(100% - 2px);width:calc(100% - 2px);border:1px solid #88001e}.pager__item--next a::before,.pager__item--last a::before{content:"";display:block;pointer-events:none;position:absolute;top:0;left:0;height:calc(100% - 2px);width:calc(100% - 2px);border:1px solid #88001e}.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 a::before{content:""}.pager__item--previous a::before{content:""}.pager__item--next a::after{content:""}.pager__item--last a::after{content:""}@media print,screen and (max-width:40.06125em){.pager__item:not([class*=pager__item--]),.pager__item--ellipsis{display:none}.pager__item.is-active{display:block}}.page--search+.page-wrapper .main-content h2{margin-bottom:.5em}.page--search+.page-wrapper .main-content .search-form .form-item{display:inline-block}.page--search+.page-wrapper .main-content .search-form .container-inline{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;gap:10px}.page--search+.page-wrapper .main-content .search-form label{display:block}.page--search+.page-wrapper .main-content .search-form [type=search]{width:100%;font-size:1rem}.page--search+.page-wrapper .main-content .search-form button#edit-submit{border:2px solid #88001e;margin-top:.625rem}@media(min-width:25.9375rem){.page--search+.page-wrapper .main-content .search-form button#edit-submit{margin-top:0}}.page--search+.page-wrapper .main-content .search-form a{color:#fff;font-family:realistwide,verdana,sans-serif;font-weight:700;font-size:1.375rem;line-height:1.3;display:inline-block;margin-bottom:1.25em;color:#88001e;margin-top:1.25rem}@media print,screen and (min-width:64.0625em){.page--search+.page-wrapper .main-content .search-form a{font-size:1.75rem}}.page--search+.page-wrapper .main-content .search-form a.btn{padding-right:1.875rem}.page--search+.page-wrapper .main-content .search-form a::after{font-family:"Font Awesome 5 Pro";position:absolute;padding-left:.75rem;content:"";font-weight:300;color:#f9d87a;-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+.page-wrapper .main-content .search-form a:hover,.page--search+.page-wrapper .main-content .search-form a:focus{color:#f9d87a}.page--search+.page-wrapper .main-content .search-form a:hover::after,.page--search+.page-wrapper .main-content .search-form a:focus::after{-webkit-transform:translateX(10px);transform:translateX(10px)}.page--search+.page-wrapper .main-content .search-form a:hover{text-decoration:none}.page--search+.page-wrapper .main-content .search-form a:focus{outline:1px solid #fff;-moz-outline-radius:0}.page--search+.page-wrapper .main-content .search-form a:after{color:#88001e}.page--search+.page-wrapper .main-content .search-form a:hover,.page--search+.page-wrapper .main-content .search-form a:hover:after{color:#220008}.page--search+.page-wrapper .main-content .search-results{padding:0;list-style:none}.page--search+.page-wrapper .main-content .search-result{padding-left:0}.page--search+.page-wrapper .main-content .search-result::before{display:none}.page--search+.page-wrapper .main-content .search-result+.search-result{margin-top:2rem;padding-top:2rem;border-top:2px solid #ddd}.page--search+.page-wrapper .main-content .search-result+.search-result:last-child{border-bottom:2px solid #ddd;padding-bottom:2rem}.page--search+.page-wrapper .main-content .search-result__title{font-family:realist,helvetica,sans-serif;font-size:1.125rem;font-weight:700;line-height:1.3;margin:0}@media print,screen and (min-width:48.0625em){.page--search+.page-wrapper .main-content .search-result__title{font-size:1.25rem}}@media print,screen and (min-width:64.0625em){.page--search+.page-wrapper .main-content .search-result__title{font-size:1.3125rem}}.page--search+.page-wrapper .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{margin-top:1.875rem;padding:1.875rem;border:.0625rem solid;border-radius:.25rem}.messages ul{margin:0;padding:0;list-style:none}.messages li+li{margin-top:1.875rem}.messages a{text-decoration:underline;color:inherit;font-weight:700}.messages--status{color:#3c763d;border-color:#67b168;background:#aad4ab}.messages--warning{color:#e09600;border-color:#ffc247;background:#fff5e0}.messages--error{color:#a94442;border-color:#ce8483;background:#ebcdcc}.has-alert .messages{position:absolute}.messages__close{float:right;margin:0 0 1rem 1rem;cursor:pointer}.messages__close:hover{text-decoration:underline}.slick-slider{position:relative;display:block;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:rgba(0,0,0,0)}.slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;left:0;top:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;min-height:1px;display:none}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid rgba(0,0,0,0)}.slick-arrow.slick-hidden{display:none}.alpha-filters{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media print,screen and (max-width:48.06125em){.alpha-filters{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start}}.alpha-filters .letters{display:-webkit-box;display:-ms-flexbox;display:flex}@media print,screen and (max-width:48.06125em){.alpha-filters .letters{-ms-flex-wrap:wrap;flex-wrap:wrap}}.alpha-filters .form-item [type=radio]:disabled+label{color:#000;font-weight:300}.alpha-filters .form-item [type=radio]{height:30px;width:30px;top:50%;left:25%}.alpha-filters .form-item [type=radio]+label{margin-left:16px;color:#88001e}.alpha-filters .form-item [type=radio]+label::before{display:none}.alpha-filters .form-item [type=radio]+label:focus,.alpha-filters .form-item [type=radio]+label:hover{color:#f9d87a}.alpha-filters .form-item [type=radio]:checked+label::after{content:"";position:absolute;width:100%;height:.125rem;left:0;bottom:0;background-color:#88001e}.alpha-filters .form-item [type=radio]:checked+label:focus::after,.alpha-filters .form-item [type=radio]:checked+label:hover::after{background-color:#f9d87a}.link-arrow{color:#fff;font-family:realistwide,verdana,sans-serif;font-weight:700;font-size:1.375rem;line-height:1.3}@media print,screen and (min-width:64.0625em){.link-arrow{font-size:1.75rem}}.link-arrow.btn{padding-right:1.875rem}.link-arrow::after{font-family:"Font Awesome 5 Pro";position:absolute;padding-left:.75rem;content:"";font-weight:300;color:#f9d87a;-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,.link-arrow:focus{color:#f9d87a}.link-arrow:hover::after,.link-arrow:focus::after{-webkit-transform:translateX(10px);transform:translateX(10px)}.link-arrow:hover{text-decoration:none}.link-arrow:focus{outline:1px solid #fff;-moz-outline-radius:0}.funderline{color:#88001e;font-weight:700;text-decoration:none;padding-bottom:4px;background-image:-webkit-gradient(linear,left top,left bottom,from(#e8cd97),to(#e8cd97));background-image:linear-gradient(#e8cd97,#e8cd97);background-size:100% 3px;background-position:0 100%;background-repeat:no-repeat;-webkit-transition:background-size 300ms ease-in;transition:background-size 300ms ease-in}.funderline:hover{text-decoration:none;background-size:100% 6px}.funderline:focus{background-color:#e8cd97;outline:1px solid #88001e;-moz-outline-radius:0}.bg-dark .funderline{color:#fff;font-weight:700;text-decoration:none;padding-bottom:4px;background-image:-webkit-gradient(linear,left top,left bottom,from(#e8cd97),to(#e8cd97));background-image:linear-gradient(#e8cd97,#e8cd97);background-size:100% 3px;background-position:0 100%;background-repeat:no-repeat;-webkit-transition:background-size 300ms ease-in;transition:background-size 300ms ease-in}.bg-dark .funderline:hover{text-decoration:none;background-size:100% 6px}.bg-dark .funderline:focus{background-color:#e8cd97;outline:1px solid #fff;-moz-outline-radius:0}.bg-dark .funderline:hover,.bg-dark .funderline:focus{color:#fff}.bg-dark .funderline:focus{background-color:#55000d}.sunderline{color:#88001e;font-weight:700;text-decoration:none;padding-bottom:4px;background-image:-webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#ffffff));background-image:linear-gradient(#ffffff,#ffffff);background-size:100% 3px;background-position:0 100%;background-repeat:no-repeat;-webkit-transition:background-size 300ms ease-in,background-color 300ms ease-in;transition:background-size 300ms ease-in,background-color 300ms ease-in}.sunderline:hover{color:#2d2926;text-decoration:none;background-image:-webkit-gradient(linear,left top,left bottom,from(#e8cd97),to(#e8cd97));background-image:linear-gradient(#e8cd97,#e8cd97);background-size:100% 6px}.sunderline:focus{color:#2d2926;outline:1px solid #88001e;-moz-outline-radius:0}.btn{-webkit-transition:color .5s cubic-bezier(0.82,0.06,0.14,0.97),background .5s cubic-bezier(0.82,0.06,0.14,0.97),border .5s cubic-bezier(0.82,0.06,0.14,0.97);transition:color .5s cubic-bezier(0.82,0.06,0.14,0.97),background .5s cubic-bezier(0.82,0.06,0.14,0.97),border .5s cubic-bezier(0.82,0.06,0.14,0.97);font-family:realist,helvetica,sans-serif;border-width:.125rem;border-style:solid;display:inline-block;position:relative;z-index:2;line-height:1.5;text-decoration:none;font-weight:400;font-size:.9375rem;padding:.625rem 1.25rem;color:#fff;background-color:#88001e;border-color:#88001e}.btn:hover,.btn:focus{text-decoration:none;outline:none}.btn:disabled{cursor:not-allowed;pointer-events:none;opacity:.6}.btn::before,.btn::after{color:#fff}.btn:hover{color:#fff;border-color:#55000d;background-color:#55000d}.btn:hover::before,.btn:hover::after{color:#fff}.btn:focus{color:#fff;border-color:#c8a55f;background-color:#000}.btn:focus::before,.btn:focus::after{color:#fff}@media print,screen and (min-width:48.0625em){.btn{font-size:1.125rem;padding:.9375rem 1.875rem}}.btn--alternate{font-size:.9375rem;padding:.625rem 1.25rem;color:#000;background-color:#f9d87a;border-color:#f9d87a}.btn--alternate::before,.btn--alternate::after{color:#000}.btn--alternate:hover{color:#000;border-color:#c8a55f;background-color:#c8a55f}.btn--alternate:hover::before,.btn--alternate:hover::after{color:#000}.btn--alternate:focus{color:#000;border-color:#c8a55f;background-color:#fff}.btn--alternate:focus::before,.btn--alternate:focus::after{color:#000}@media print,screen and (min-width:48.0625em){.btn--alternate{font-size:1.125rem;padding:.9375rem 1.875rem}}.btn--ghost{font-size:.9375rem;padding:.625rem 1.25rem;color:#fff;background-color:rgba(0,0,0,0);border-color:#f9d87a}.btn--ghost::before,.btn--ghost::after{color:#fff}.btn--ghost:hover{color:#fff;border-color:#fff;background-color:#55000d}.btn--ghost:hover::before,.btn--ghost:hover::after{color:#fff}.btn--ghost:focus{color:#fff;border-color:#fff;background-color:#000}.btn--ghost:focus::before,.btn--ghost:focus::after{color:#fff}@media print,screen and (min-width:48.0625em){.btn--ghost{font-size:1.125rem;padding:.9375rem 1.875rem}}.btn--small{font-size:.9375rem;padding:.625rem 1.25rem}.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:.375rem;content:"";font-weight:100}.btn.elf-external::after,.btn.link-external::after,.btn.external::after{padding-left:.625rem}.lock-icon{position:relative}.lock-icon:before{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-right:.375rem;content:"";font-weight:100}[href^="/documents"]:after,a[data-entity-type=media]: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:"";font-weight:100}.btn--centered{margin-left:auto;margin-right:auto;display:table}.video-play-button,.play-button{opacity:1;border:2px solid #000;background-color:#f9d87a;border-color:#f9d87a;height:3.75rem;width:3.75rem;border-radius:3.75rem;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}.video-play-button span,.play-button span{color:#2d2926;font-size:1.5rem;position:relative;left:2px}a:hover .play-button{background-color:#fff}a:focus .play-button{background-color:rgba(0,0,0,.8);border-color:#fff}a:focus .play-button span{color:#fff}.video-play-button:hover{background-color:#fff}.video-play-button:hover::after{color:#2d2926}.video-play-button:focus{background-color:rgba(0,0,0,.8);border-color:#fff}.video-play-button:focus::after{color:#fff}.callout{-webkit-box-shadow:2px 2px 8px rgba(0,0,0,.15);box-shadow:2px 2px 8px rgba(0,0,0,.15);padding:1.25rem}@media print,screen and (min-width:64.0625em){.callout{padding:1.875rem}}.callout h2{font-family:realist,helvetica,sans-serif;font-size:1.0625rem;font-weight:700;line-height:1.3}@media print,screen and (min-width:48.0625em){.callout h2{font-size:1.125rem}}@media print,screen and (min-width:64.0625em){.callout h2{font-size:1.25rem}}@media print,screen and (max-width:48.06125em){.body-w-callout .medium-8+.medium-4{margin-top:1.25rem}}.date-block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}.eyebrow+.date-block{margin-top:1.25rem}@media print,screen and (min-width:48.0625em){.eyebrow+.date-block{margin-top:1.875rem}}.date-block .day-number{font-size:2rem;line-height:.9}@media print,screen and (min-width:48.0625em){.date-block .day-number{font-size:3.75rem}}.date-block time+time{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.date-block time+time::before{margin-right:1.25rem;margin-left:1.25rem;width:1.5rem;height:.125rem;content:"";-webkit-transform:translateY(-14px);transform:translateY(-14px);background-color:currentColor}@media print,screen and (min-width:48.0625em){.date-block time+time::before{margin-right:1.875rem;margin-left:1.875rem}}.date-block span{display:block}.icon-list{display:block}.icon-list li:not(:first-child){margin-top:0.625rem}.icon-list li,.icon-list a{display:block;font-family:realist,helvetica,sans-serif}.icon-list li{position:relative;padding-left:1.875rem}.icon-list__icon{position:absolute;left:0;top:.125rem;color:#ce6a28}.icon-list__content a{text-decoration:none;font-weight:bold}.icon-list__content a:hover,.icon-list__content a:focus{text-decoration:underline}.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-family:realist,helvetica,sans-serif;font-size:1.125rem;font-weight:400;line-height:1.6}@media print,screen and (min-width:64.0625em){.intro-text{font-size:1.375rem}}.mntns{position:relative;margin-top:0;height:9.4vw}.mntn--front__svg{position:absolute;width:0;height:0}.mntn--front{position:relative;z-index:2;width:100%;height:9.4vw;background:#ebddbf;background-size:cover}.mntn--back{-webkit-transform:translate(calc(var(--scroll-tracker) * -2%),calc(var(--scroll-tracker) * 50%));transform:translate(calc(var(--scroll-tracker) * -2%),calc(var(--scroll-tracker) * 50%));position:absolute;z-index:1;bottom:2.4vw;left:0;width:100%;height:11.8vw;background:rgba(232,205,151,.2);background-size:cover}.mntn--back-static{position:absolute;z-index:1;bottom:2.4vw;left:0;width:100%;height:11.8vw;background:rgba(232,205,151,.2);background-size:cover}.svg--mntn-front,.svg--mntn-back{height:0;width:0;overflow:hidden;opacity:0}.mntns .mntn--back,.mntns .mntn--back-static{opacity:0;-webkit-transition:1s opacity cubic-bezier(1,0.63,0.47,0.8);transition:1s opacity cubic-bezier(1,0.63,0.47,0.8)}.mntns.oho-animate--in .mntn--front,.mntns.oho-animate--in .mntn--back,.mntns.oho-animate--in .mntn--back-static{opacity:1}.section-heading .grid-x{position:relative;overflow:hidden}@media print,screen and (max-width:48.06125em){.section-heading .medium-3{margin-top:.625rem}}@media print,screen and (min-width:48.0625em){.section-heading .medium-3{position:relative;z-index:2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-top:0}}@media print,screen and (min-width:64.0625em){.section-heading .medium-3{white-space:nowrap}}.section-heading .btn{margin-right:0}.section-heading__subheading{margin-top:0.625rem}@media print,screen and (min-width:48.0625em){.section-heading__subheading{margin-top:1.25rem}}.section-heading__subheading p{font-family:realist,helvetica,sans-serif;font-size:1.125rem;font-weight:400;line-height:1.6}@media print,screen and (min-width:64.0625em){.section-heading__subheading p{font-size:1.375rem}}.bg-dark .section-heading__heading,.bg-dark .section-heading__subheading{color:#fff}.bg-dark .section-heading__heading a,.bg-dark .section-heading__subheading a{color:#f9d87a}.bg-dark .section-heading__heading a:hover,.bg-dark .section-heading__heading a:focus,.bg-dark .section-heading__subheading a:hover,.bg-dark .section-heading__subheading a:focus{text-decoration:underline}@-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;padding-bottom:0}.cookie-banner__inner{background-color:#f7f2e7;padding:.625rem 1.25rem}@media print,screen and (min-width:48.0625em){.cookie-banner__inner{padding:1.875rem 0}}.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}@media print,screen and (min-width:48.0625em){.cookie-banner .wysiwyg{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media print,screen and (min-width:48.0625em){.cookie-banner .wysiwyg .flex-child-shrink:first-child{margin-right:1.5rem}}.cookie-banner .flex-child-shrink:nth-child(2){margin-top:.5rem;margin-left:auto;margin-right:auto;width:100%}@media(min-width:20.75rem){.cookie-banner .flex-child-shrink:nth-child(2){width:auto}}@media print,screen and (min-width:48.0625em){.cookie-banner .flex-child-shrink:nth-child(2){margin-left:initial;margin-right:initial}}.cookie-banner .btn{margin:0;font-weight:bold;color:#f7f2e7;font-size:.9375rem;width:100%;text-align:center;white-space:nowrap}@media(min-width:20.75rem){.cookie-banner .btn{width:auto;text-align:initial}}.cookie-banner .btn:first-child{margin-bottom:.625rem}@media(min-width:20.75rem){.cookie-banner .btn:first-child{margin-right:.5rem;margin-bottom:0}}@media print,screen and (min-width:48.0625em){.cookie-banner .btn:first-child{margin-right:1rem}}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:#55000d;position:relative;z-index:2}.site-footer .external::after{display:none}.site-footer p{margin-bottom:0;font-family:realist,helvetica,sans-serif}.site-footer__logo{display:inline-block;margin-top:1.25rem;margin-bottom:1.25rem;-webkit-transition:-webkit-transform .3s ease-in-out;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out;-webkit-transform-origin:center;transform-origin:center}@media print,screen and (min-width:48.0625em){.site-footer__logo{margin-top:1.875rem;margin-bottom:1.875rem}}.site-footer__logo:hover,.site-footer__logo:focus{-webkit-transform:scale(1.02);transform:scale(1.02)}.site-footer .bg-dark .social-media{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1.71875rem}@media print,screen and (min-width:48.0625em){.site-footer .bg-dark .social-media{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}.site-footer .bg-dark .social-media a{margin:0;font-size:1.75rem;color:#f9d87a}.site-footer .bg-dark .social-media a:hover,.site-footer .bg-dark .social-media a:focus{color:#fff}@media print,screen and (max-width:48.06125em){.site-footer .footer-menu{margin-top:1.875rem}}.site-footer .footer-menu ul.menu{list-style:none}.site-footer .footer-menu li{font-weight:700;font-size:1.125rem;line-height:1.7}@media print,screen and (min-width:48.0625em){.site-footer .footer-menu li{font-size:1.25rem}}.site-footer .footer-menu .menu-item--expanded>a{color:#fff;font-weight:700;text-decoration:none;padding-bottom:4px;background-image:-webkit-gradient(linear,left top,left bottom,from(#c8a55f),to(#c8a55f));background-image:linear-gradient(#c8a55f,#c8a55f);background-size:100% 3px;background-position:0 100%;background-repeat:no-repeat;-webkit-transition:background-size 300ms ease-in;transition:background-size 300ms ease-in}.site-footer .footer-menu .menu-item--expanded>a:hover{text-decoration:none;background-size:100% 6px}.site-footer .footer-menu .menu-item--expanded>a:focus{background-color:#c8a55f;outline:1px solid #fff;-moz-outline-radius:0}.site-footer .footer-menu ul.menu ul.menu{margin-top:.5rem}.site-footer .footer-menu ul.menu ul.menu li{margin-top:.5rem}.site-footer .footer-menu ul.menu ul.menu a{text-decoration:none;color:#f9d87a;text-underline-offset:2px}.site-footer .footer-menu ul.menu ul.menu a:hover,.site-footer .footer-menu ul.menu ul.menu a:focus{text-decoration:underline}@media print,screen and (max-width:48.06125em){.site-footer .footer-menu ul.menu ul.menu{display:none}}.site-footer .footer-menu ul.menu li.menu-item--open ul.menu{display:block}.site-footer .footer-menu.accessible-menu .menu-item__button{position:relative;-webkit-transform:none;transform:none;opacity:1;left:4px;width:1em;height:1.5em;padding:0}.site-footer .footer-menu.accessible-menu .menu-item__button::before{content:"";font-size:16px}@media print,screen and (min-width:48.0625em){.site-footer .footer-menu.accessible-menu .menu-item__button::before{display:none;pointer-events:none}}.site-footer .footer-menu.accessible-menu .menu-item__button:hover::before,.site-footer .footer-menu.accessible-menu .menu-item__button:focus::before{color:#c8a55f}.site-footer .footer-menu.accessible-menu ul.menu li.menu-item--open .menu-item__button::before{content:""}.site-footer__second{margin-top:1.25rem}@media print,screen and (min-width:48.0625em){.site-footer__second{margin-top:1.875rem}}.site-footer__second .icon-list__icon{color:#fff}.site-footer__second .icon-list__content p{margin:0;color:#f7f2e7}.site-footer__second .icon-list__content a{color:#f9d87a;text-decoration:underline}.site-footer__second .icon-list__content a:hover,.site-footer__second .icon-list__content a:focus{text-decoration:none}.site-footer__second .btn--ghost{margin-top:1.25rem;display:block;text-align:center}@media print,screen and (min-width:48.0625em){.site-footer__second .btn--ghost{margin-top:1.875rem}}.site-footer__second .btn--ghost:hover{color:#fff;background-color:#88001e}.site-footer__second .btn--ghost+.btn--ghost{margin-top:0.625rem}@media print,screen and (min-width:48.0625em){.site-footer__second .btn--ghost+.btn--ghost{margin-top:1.25rem}}.site-footer__third{margin-top:1.25rem;padding-top:1.25rem;position:relative}@media print,screen and (min-width:48.0625em){.site-footer__third{margin-top:1.875rem}}@media print,screen and (min-width:64.0625em){.site-footer__third{margin-top:2.5rem}}@media print,screen and (min-width:48.0625em){.site-footer__third{padding-top:1.875rem}}@media print,screen and (min-width:64.0625em){.site-footer__third{padding-top:2.5rem}}.site-footer__third::before{content:"";display:block;position:absolute;top:0;left:1.25rem;right:1.25rem;height:1px;border-top:1px solid #c8a55f}.site-footer__third h2{margin-bottom:1.25rem}.site-footer__third ul{list-style:none;font-family:realist,helvetica,sans-serif;font-size:0.9375rem;font-weight:400;line-height:1.5;font-weight:bold}.site-footer__third li{margin-bottom:.9375rem}.site-footer__third a{color:#f9d87a;text-decoration:none;text-underline-offset:2px}.site-footer__third a:hover,.site-footer__third a:focus{text-decoration:underline}.site-footer__third .accordion__button{background-color:rgba(0,0,0,0) !important;border-color:rgba(0,0,0,0) !important;padding:.625rem 0}.site-footer__third .accordion__button:hover,.site-footer__third .accordion__button:focus{color:#f9d87a}.site-footer__third .accordion__button:hover .accordion__icon-path,.site-footer__third .accordion__button:focus .accordion__icon-path{fill:#f9d87a}.site-footer__third .accordion__icon{position:relative;top:3px;left:.75em;bottom:0;width:.75em}.site-footer__third .accordion__content{padding:.625rem 0}@media print,screen and (max-width:48.06125em){.site-footer__third .eyebrow{display:none}}@media print,screen and (min-width:40.0625em)and (max-width:48.06125em){.site-footer__helpful ul{-webkit-column-count:2;-moz-column-count:2;column-count:2}}.site-footer__footer{background-color:#3a030c}@media print,screen and (min-width:48.0625em){.site-footer__footer .grid-container{display:-webkit-box;display:-ms-flexbox;display:flex;gap:4.0625rem;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.site-footer__copyright{color:#fff;margin:0}.site-footer__legal-links ul{list-style:none}@media print,screen and (min-width:40.0625em){.site-footer__legal-links ul{display:-webkit-box;display:-ms-flexbox;display:flex;gap:.625rem}}.site-footer__legal-links li{margin-top:.625rem}@media print,screen and (min-width:40.0625em){.site-footer__legal-links li{margin-top:0}}.site-footer__legal-links a{color:#f9d87a;text-decoration:none}.site-footer__legal-links a:hover,.site-footer__legal-links a:focus{text-decoration:underline}.site-header{position:relative;z-index:10;height:3.125rem}.site-header__sticky-container{will-change:transform;border-bottom:1px solid #ddd}@media print,screen and (max-width:64.06125em){.site-header__sticky-container{background-color:#fff}}.site-header__sticky-container>.grid-container{position:relative}.site-header--beyond-threshold .site-header__sticky-container{position:fixed;z-index:10;top:0;width:100%;-webkit-transform:translateY(-100%);transform:translateY(-100%)}.site-header--beyond-threshold-animate .site-header__sticky-container{-webkit-transition:-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98) .1s;transition:-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98) .1s;transition:transform 150ms cubic-bezier(0.42,0.08,0.06,0.98) .1s;transition:transform 150ms cubic-bezier(0.42,0.08,0.06,0.98) .1s,-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98) .1s}.site-header--scroll-up:not(.site-header--at-top) .site-header__sticky-container{-webkit-transform:translateY(0px);transform:translateY(0px)}.site-header ul{margin:0;padding:0;list-style:none}.site-header li{position:relative}.site-header__logo{display:inline-block;max-width:6.1875rem;padding:0;-webkit-transition:-webkit-transform .2s ease-in-out;transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out;-webkit-transform-origin:center;transform-origin:center}@media print,screen and (max-width:64.06125em){.site-header__logo{padding-top:7px}}.site-header__logo:hover,.site-header__logo:focus{-webkit-transform:scale(1.02);transform:scale(1.02)}@media print,screen and (min-width:64.0625em){.site-header{height:10.25rem}.site-header__logo{display:inline-block;max-width:11.75rem;padding:0;position:absolute;z-index:2;top:4.75rem;left:1.875rem;margin:0}}.mobile-menu-button{display:none}@media print,screen and (max-width:64.06125em){.mobile-menu-button{position:absolute;top:0;right:0;display:block;height:3.125rem;width:3.125rem;margin:0;padding:0;background-color:#88001e}.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:#fff;font-family:"Font Awesome 5 Pro";font-size:2em;font-weight:100}.mobile-menu-open .mobile-menu-button::before{content:""}.mobile-menu-button:focus{background-color:#2d2926}.mobile-menu-button:hover{background-color:#55000d}.mobile-menu-button:hover::before{color:#fff}}@media print,screen and (max-width:64.06125em){.site-header__main{position:absolute;z-index:1;top:3.125rem;right:0;display:none;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:24rem;background-color:#fff;-webkit-box-shadow:2px 2px 8px rgba(0,0,0,.15);box-shadow:2px 2px 8px rgba(0,0,0,.15)}.mobile-menu-open .site-header__main{display:-webkit-box;display:-ms-flexbox;display:flex;max-height:calc(100vh - 50px);overflow:auto}}@media print,screen and (max-width:40.06125em){.site-header__main{width:100vw}}@media print,screen and (min-width:64.0625em){.site-header__main{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}}.site-header__sticky-container>.grid-container{max-width:90rem}@media print,screen and (max-width:64.06125em){.site-header__sticky-container{height:3.125rem}}@media print,screen and (min-width:64.0625em){.site-header__sticky-container{height:10.25rem}}@media print,screen and (max-width:64.06125em){.site-header__top{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;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.site-header__top .grid-container{margin:0;padding:0;max-width:90rem}.site-header__top-first>div{padding:1.25rem 1.25rem 0}.site-header__top-second>div{padding:.625rem 1.25rem 1.25rem}.site-header__top-second>div a{-webkit-transition:color .5s cubic-bezier(0.82,0.06,0.14,0.97),background .5s cubic-bezier(0.82,0.06,0.14,0.97),border .5s cubic-bezier(0.82,0.06,0.14,0.97);transition:color .5s cubic-bezier(0.82,0.06,0.14,0.97),background .5s cubic-bezier(0.82,0.06,0.14,0.97),border .5s cubic-bezier(0.82,0.06,0.14,0.97);font-family:realist,helvetica,sans-serif;border-width:.125rem;border-style:solid;display:inline-block;position:relative;z-index:2;line-height:1.5;text-decoration:none;font-weight:400;font-size:.9375rem;padding:.625rem 1.25rem;color:#fff;background-color:#88001e;border-color:#88001e;display:block;text-align:center;margin-top:.625rem}.site-header__top-second>div a:hover,.site-header__top-second>div a:focus{text-decoration:none;outline:none}.site-header__top-second>div a:disabled{cursor:not-allowed;pointer-events:none;opacity:.6}.site-header__top-second>div a::before,.site-header__top-second>div a::after{color:#fff}.site-header__top-second>div a:hover{color:#fff;border-color:#55000d;background-color:#55000d}.site-header__top-second>div a:hover::before,.site-header__top-second>div a:hover::after{color:#fff}.site-header__top-second>div a:focus{color:#fff;border-color:#c8a55f;background-color:#000}.site-header__top-second>div a:focus::before,.site-header__top-second>div a:focus::after{color:#fff}.site-header__top .directory-link{padding-top:1.25rem}.site-header__top .directory-link a:focus{outline:1px solid #c8a55f}}@media print,screen and (min-width:64.0625em){.site-header__top{background-color:#55000d;height:3.75rem;padding:.8125rem 0;z-index:12;position:fixed;width:100%;display:block}.site-header__top .grid-container{max-width:90rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.site-header__top-first>div{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}.site-header__top-first .directory-link{margin-left:1.25rem}.site-header__top-first .directory-link a{font-weight:700;font-size:.9375rem;color:#fff;text-decoration:none}.site-header__top-first .directory-link a::after{font-family:"Font Awesome 5 Pro";font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased;content:"";margin-left:.5rem}.site-header__top-first .directory-link a:hover,.site-header__top-first .directory-link a:focus{color:#f9d87a}.site-header__top-second{margin-right:2.5rem;-webkit-box-flex:.5;-ms-flex:.5 0 auto;flex:.5 0 auto}.site-header__top-second>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.625rem}.site-header__top-second ul:not(.contextual-links){display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:2;-ms-flex:2 0 auto;flex:2 0 auto;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.625rem}.site-header__top-second li{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.site-header__top-second li a{width:100%}.site-header__top-second a{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;display:block;border:1px solid #f9d87a;padding-top:.3125rem;padding-bottom:.3125rem;color:#fff;text-align:center;text-decoration:none}.site-header__top-second a:hover,.site-header__top-second a:focus{border-color:#fff}}@media print,screen and (min-width:64.0625em){.page--home-page .site-header__top{background-color:rgba(85,0,13,.7)}}.site-header__bottom{position:relative;z-index:1}@media print,screen and (max-width:64.06125em){.site-header__bottom{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.site-header__bottom .grid-container{margin:0;padding:0}}@media print,screen and (min-width:64.0625em){.site-header__bottom{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;background-color:#fff}.site-header__bottom .grid-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:90rem;height:100%}}@media print,screen and (max-width:48.06125em){.cta-modal.fancybox__content{padding:1.25rem}}.cta-modal .grid-container{padding-right:0;padding-left:0}.cta-modal .intro-text{margin-top:.625rem}.cta-modal .large-6{background-color:#88001e;padding:1.25rem;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:start;-ms-flex-align:start;align-items:flex-start;gap:.9375rem}@media print,screen and (min-width:48.0625em){.cta-modal .large-6{padding:1.875rem}}@media print,screen and (min-width:64.0625em){.cta-modal .large-6{padding:2.5rem}}@media print,screen and (max-width:64.06125em){.cta-modal .large-6+.large-6{margin-top:1.25rem}}.fancybox__content>.carousel__button.is-close{top:10px;right:10px;color:#000}.fancybox__content>.carousel__button.is-close:hover{background-color:rgba(0,0,0,0) !important;color:#88001e}.site-header__logo{text-decoration:none}.site-header__logo span{position:relative;font-family:realist,helvetica,sans-serif;font-weight:700;color:#55000d;text-decoration:none;font-size:.75rem;padding-left:.625rem;margin-left:.625rem}.site-header__logo span::before{content:"";display:block;position:absolute;top:-10px;left:0;width:1px;height:calc(100% + 20px);border-left:1px solid #84754e}@media print,screen and (min-width:40.0625em){.site-header__logo span{font-size:1.125rem;padding-left:1.5rem;margin-left:1.5rem}}@media print,screen and (max-width:64.06125em){.domain--home_norwich_edu .site-header__logo,.domain--alumni_norwich_edu .site-header__logo,.domain--giving_norwich_edu .site-header__logo,.domain--online_norwich_edu .site-header__logo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:7.5rem;max-width:7.5rem;padding-top:2px}}@media print,screen and (min-width:64.0625em){.domain--home_norwich_edu .site-header__logo,.domain--alumni_norwich_edu .site-header__logo,.domain--giving_norwich_edu .site-header__logo,.domain--online_norwich_edu .site-header__logo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:24%;max-width:24%;top:5.375rem}.domain--home_norwich_edu .site-header__logo img,.domain--alumni_norwich_edu .site-header__logo img,.domain--giving_norwich_edu .site-header__logo img,.domain--online_norwich_edu .site-header__logo img{max-width:140px}.domain--home_norwich_edu .main-menu,.domain--alumni_norwich_edu .main-menu,.domain--giving_norwich_edu .main-menu,.domain--online_norwich_edu .main-menu{width:calc(75% - 174px);max-width:calc(75% - 174px)}.domain--home_norwich_edu .main-menu>ul.menu>li,.domain--alumni_norwich_edu .main-menu>ul.menu>li,.domain--giving_norwich_edu .main-menu>ul.menu>li,.domain--online_norwich_edu .main-menu>ul.menu>li{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:center;-ms-flex-pack:center;justify-content:center}}@media print,screen and (min-width:64.0625em){.domain--alumni_norwich_edu .site-header__top-second{-webkit-box-flex:.4;-ms-flex:.4 0 auto;flex:.4 0 auto}}.domain--home_norwich_edu .site-header__logo span::before,.domain--online_norwich_edu .site-header__logo span::before{top:-5px;height:calc(100% + 10px)}@media print,screen and (max-width:64.06125em){.domain--home_norwich_edu .site-header__logo,.domain--online_norwich_edu .site-header__logo{width:28.125rem;max-width:28.125rem;padding-top:1px}.domain--home_norwich_edu .site-header__logo img,.domain--online_norwich_edu .site-header__logo img{max-width:27%}}@media screen and (max-width:26.875em){.domain--home_norwich_edu .site-header__logo,.domain--online_norwich_edu .site-header__logo{width:calc(100% - 120px);max-width:calc(100% - 120px);padding-top:10px}}@media only screen and (max-width:1100px)and (min-width:1025px){.domain--home_norwich_edu .site-header__logo,.domain--online_norwich_edu .site-header__logo{width:24%;max-width:24%}}@media only screen and (max-width:1075px)and (min-width:1025px){.domain--home_norwich_edu .site-header__logo img,.domain--online_norwich_edu .site-header__logo img{max-width:50%}}@media only screen and (max-width:1200px)and (min-width:1025px){.domain--home_norwich_edu .site-header__sticky-container,.domain--online_norwich_edu .site-header__sticky-container{height:11.25rem}.domain--home_norwich_edu .subsites-menu.accessible-menu .menu-item__button,.domain--online_norwich_edu .subsites-menu.accessible-menu .menu-item__button{height:7.4375rem}}@media print,screen and (min-width:64.0625em){.domain--home_norwich_edu .site-header__top-second,.domain--online_norwich_edu .site-header__top-second{-webkit-box-flex:.7;-ms-flex:.7 0 auto;flex:.7 0 auto}}@media print,screen and (min-width:64.0625em){.domain--giving_norwich_edu .site-header__top-second{-webkit-box-flex:.175;-ms-flex:.175 0 auto;flex:.175 0 auto}}@media only screen and (min-width:1025px)and (max-width:1130px){.domain--home_norwich_edu .site-header__logo{top:96px}.domain--home_norwich_edu .site-header__logo img{max-width:43%}}.top-menu-desktop ul{list-style:none}@media print,screen and (max-width:64.06125em){.top-menu-desktop{display:none}}@media print,screen and (min-width:64.0625em){.top-search-mobile{opacity:0;pointer-events:none}.subsites-menu{padding-top:60px}.main-menu>ul.menu>li{top:25px}.top-menu-mobile{display:none}.subsites-menu ul ul{max-height:calc(100vh - 10.25rem)}.site-header--scroll-down .subsites-menu ul ul{max-height:100vh}}.search-form .gsc-search-box table.gsc-search-box{border:none;width:100%;border-collapse:collapse}.search-form .gsc-search-box table.gsc-search-box,.search-form .gsc-search-box tbody,.search-form .gsc-search-box tr,.search-form .gsc-search-box td{border:none;padding:0;border-collapse:collapse}.search-form .gsc-search-box table.gsc-search-box,.search-form .gsc-search-box tbody,.search-form .gsc-search-box tr{width:100%}.search-form .gsc-search-box table table td:first-child{height:32px}.search-form .gsc-search-box table.gsc-input,.search-form .gsc-search-box .gsc-input-box{border:none;background:rgba(0,0,0,0)}.search-panel-open .site-search__toggle{padding:.5rem 1rem}.search-panel-open .site-search__toggle::before{content:"";color:#88001e}button.gsc-search-button svg{display:none}button.gsc-search-button::before{content:"Go";color:#fff;font-family:realist,helvetica,sans-serif;font-size:13px;font-weight:400;position:relative;top:0}@media print,screen and (min-width:64.0625em){button.gsc-search-button::before{top:-4px}}input.gsc-input{background-color:rgba(0,0,0,0) !important;background-repeat:no-repeat !important}@media print,screen and (max-width:64.06125em){input.gsc-input{background-position:calc(1% + 10px) 50% !important;height:50px !important}}.site-search{position:relative}.site-search .search-block-form{position:relative;width:100%;padding:.625rem}.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:.5em 5em .5em .5em;border:0}.site-search .search-block-form input::-webkit-input-placeholder{color:#262626}.site-search .search-block-form input::-moz-placeholder{opacity:1;color:#262626}.site-search .search-block-form input:-ms-input-placeholder{color:#262626}.site-search .search-block-form button{position:absolute;top:10px;right:0;bottom:10px;margin:0;padding:.5625rem 1.25rem .4375rem;border-radius:0}@media print,screen and (max-width:64.06125em){.site-search .search-block-form button{top:0;bottom:0}}@media print,screen and (max-width:64.06125em){.site-search .search-block-form{display:none}.site-search{position:absolute;top:50px;right:0;width:24rem}}@media print,screen and (max-width:64.06125em)and (max-width:40.06125em){.site-search{width:100%}}@media print,screen and (max-width:64.06125em){.site-search .site-search__toggle{position:absolute;width:50px;height:50px;right:50px;bottom:100%;background-color:rgba(0,0,0,0);padding:0}.site-search .site-search__toggle::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:#88001e;font-family:"Font Awesome 5 Pro";font-size:1.5em;font-weight:100;position:relative;top:0}.site-search .site-search__toggle:hover{background-color:#f7f2e7}.site-search .site-search__toggle:focus{-webkit-box-shadow:inset 1px 1px 1px #c8a55f;box-shadow:inset 1px 1px 1px #c8a55f}}@media print,screen and (max-width:64.06125em){.search-panel-open .site-search__toggle::before{content:"";font-size:2.25rem}}@media print,screen and (max-width:64.06125em){.search-panel-open .site-search .search-block-form{display:block;background-color:#f7f2e7;border:10px solid #c8a55f;padding:0;height:64px}}@media print,screen and (min-width:64.0625em){.site-search{position:absolute;right:0;top:4px;z-index:3}.search-panel-open .site-search{background-color:#f7f2e7}.site-search .search-block-form{width:auto;padding:.625rem}.site-search__toggle{display:block;margin:0;padding:4px 12px 10px;-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);position:relative}.site-search__toggle:focus{background-color:rgba(0,0,0,0);outline:1px solid #c8a55f}.search-panel-open .site-search__toggle:focus{outline:none}.site-search__toggle::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:#f9d87a;font-family:"Font Awesome 5 Pro";font-size:1.5em;font-weight:100;position:relative;top:4px}.site-search__toggle:hover{background-color:rgba(0,0,0,0)}.site-search__toggle:hover::before{color:#fff}.search-panel-open .site-search__toggle{background-color:#f7f2e7;padding:4px 12px 10px}.search-panel-open .site-search__toggle::before{color:#88001e}.search-panel-open .site-search__toggle:focus{background-color:rgba(0,0,0,0)}.search-panel-open .site-search__toggle:hover::before{color:#2d2926}.site-search .search-block-form{position:absolute;z-index:1;top:0;bottom:0;right:100%;display:none;background-color:#f7f2e7;width:45rem}.search-panel-open .site-search .search-block-form{display:block}.site-search .search-block-form input{width:20em}.site-search .search-block-form button{top:10px;right:0;bottom:10px}}.main-content .gsc-search-button-v2{padding:21px 27px}.main-content .gsc-control-cse.gsc-control-cse-en{max-width:75rem;margin-right:auto;margin-left:auto;padding-right:20px;padding-left:20px}.main-content .gsc-control-cse.gsc-control-cse-en table{border:none}.main-content .gsc-control-cse.gsc-control-cse-en table,.main-content .gsc-control-cse.gsc-control-cse-en tbody,.main-content .gsc-control-cse.gsc-control-cse-en tr,.main-content .gsc-control-cse.gsc-control-cse-en td{border:none}.main-content .gsc-control-cse.gsc-control-cse-en input.gsc-input{background:none !important}.main-content tabl