<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";@keyframes animate-slide-from-left{0%{opacity:0;transform:translateX(-100%)}100%{opacity:1;transform:translateX(0)}}@keyframes animate-slide-from-right{0%{opacity:0;transform:translateX(100%)}100%{opacity:1;transform:translateX(0)}}@keyframes animate-rotator-load{0%{opacity:0}100%{opacity:0.7}}.layout-content .rotator{display:none}@supports (display: grid){.layout-content .rotator{contain:content;display:grid;grid-template-areas:"prev content next" "nav nav nav";grid-template-columns:auto 1fr auto;grid-template-rows:1fr auto;align-items:center;margin-top:1rem;overflow:hidden}.layout-content .rotator ul{grid-area:content}.layout-content .rotator .rotator-prev,.layout-content .rotator .rotator-next{display:none}.layout-content .rotator .rotator-nav{grid-area:nav}.layout-content .rotator .rotator-prev,.layout-content .rotator .rotator-next,.layout-content .rotator .rotator-nav{position:relative}.layout-content .rotator ul{display:grid;grid-row-gap:1rem;grid-row-gap:var(--gutter-width);margin:0;padding:0;position:relative;z-index:0}.layout-content .rotator li{transition:min-height 0.5s, padding 0.5s;grid-column:1;grid-row:1;z-index:0;display:flex;align-items:center;position:relative;overflow:hidden;min-height:14em}.layout-content .rotator li.last-current{z-index:1}.layout-content .rotator li.current{z-index:2}.layout-content .rotator li.right{justify-content:flex-end}.layout-content .rotator li.current.from-left{animation:animate-slide-from-left 0.5s linear}.layout-content .rotator li.current.from-right{animation:animate-slide-from-right 0.5s linear}.layout-content .rotator li h1{margin:0;font-size:1.7em;text-transform:uppercase}.layout-content .rotator li h2{margin:0;font-size:1.3em;text-transform:uppercase}.layout-content .rotator li p{line-height:1.7;margin:0.6em 0 0}.layout-content .rotator li p.byline{margin-top:0}.layout-content .rotator li p.call-to-action a{margin-bottom:0}.layout-content .rotator li img{position:absolute;top:50%;left:50%;display:block;transform:translate(-50%, -50%);min-width:100%;min-height:100%}.layout-content .rotator li .rotator-item-background{position:absolute;top:0;bottom:0;left:0;right:0}.layout-content .rotator li .rotator-item-content{position:relative;transition:padding 0.5s}body.tabbing .layout-content .rotator .rotator-prev,body.tabbing .layout-content .rotator .rotator-next{visibility:hidden}.layout-content .rotator .rotator-prev,.layout-content .rotator .rotator-next{display:flex;overflow:hidden;width:0;height:32px;border-radius:50%;opacity:0;transition:opacity 0.5s;background:#fff;align-items:center;justify-content:center;text-decoration:none !important}.layout-content .rotator .rotator-prev:focus,.layout-content .rotator .rotator-next:focus{outline:none;border:2px solid #078e99;margin:-2px}.layout-content .rotator .rotator-prev::before,.layout-content .rotator .rotator-next::before{content:"";display:block;width:0;height:0;border-top:8px solid transparent;border-bottom:8px solid transparent}.layout-content .rotator .rotator-prev{grid-area:prev}.layout-content .rotator .rotator-prev::before{border-right:7px solid #277096;margin-left:1px}.layout-content .rotator .rotator-next{grid-area:next}.layout-content .rotator .rotator-next::before{border-left:7px solid #277096;margin-left:4px}.layout-content .rotator .rotator-nav{display:flex;justify-content:center;opacity:0}.layout-content .rotator .rotator-nav a{opacity:0.7;display:block;margin:0 6px;width:16px;height:16px;border-radius:50%;background-color:#fff;transition:opacity 0.5s;align-items:center;text-decoration:none !important}.layout-content .rotator .rotator-nav a:focus{outline:none;border:2px solid #078e99;margin:-2px 4px}.layout-content .rotator .rotator-nav a::before{content:"";display:block;border-radius:50%;width:2px;height:2px;margin:7px;background:#fff;transition:width 0.1s steps(4), height 0.1s steps(4), margin 0.1s steps(4), background 0s ease-in 0.1s}.layout-content .rotator .rotator-nav a.current::before{width:10px;height:10px;margin:3px;background-color:#277096;transition:width 0.5s steps(4), height 0.5s steps(4), margin 0.5s steps(4)}.layout-content .rotator.interactive{cursor:-webkit-grab;cursor:grab;-wekit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.layout-content .rotator.interactive:active{cursor:-webkit-grabbing;cursor:grabbing}.layout-content .rotator.interactive li{padding-top:0 !important;padding-bottom:0 !important;margin-bottom:calc(-16px - 1rem)}.layout-content .rotator.interactive li .rotator-item-content{padding:1rem 0 calc(1rem + 16px + 1rem)}.layout-content .rotator.interactive&gt;.rotator-item&gt;.rotator-item-image{pointer-events:none}.layout-content .rotator.interactive .rotator-nav{padding-bottom:1rem;animation:animate-rotator-load 0.5s linear 0.5s forwards}.layout-content .rotator.interactive .rotator-nav a{height:16px}.layout-content .rotator.interactive .rotator-nav a:hover{opacity:1}@supports (object-fit: cover){.rotator li img{width:100%;height:100%;top:0;bottom:0;left:0;right:0;transform:none;object-fit:cover}}@media (min-width:600px){.layout-content .rotator.interactive li{min-height:300px;padding-left:0 !important;padding-right:0 !important;margin-left:calc(-32px - 1rem);margin-right:calc(-32px - 1rem)}.layout-content .rotator.interactive li .rotator-item-content{padding-left:calc(1rem + 32px + 1rem);padding-right:calc(1rem + 32px + 1rem)}.layout-content .rotator.interactive .rotator-prev,.layout-content .rotator.interactive .rotator-next{animation:animate-rotator-load 0.5s linear 0.5s forwards;width:32px}.layout-content .rotator.interactive .rotator-prev:hover,.layout-content .rotator.interactive .rotator-next:hover{opacity:1 !important}.layout-content .rotator.interactive .rotator-prev{margin-left:1rem}.layout-content .rotator.interactive .rotator-prev:focus{margin-left:calc(1rem - 2px)}.layout-content .rotator.interactive .rotator-next{margin-right:1rem}.layout-content .rotator.interactive .rotator-next:focus{margin-right:calc(1rem - 2px)}.layout-content .rotator li .rotator-item-background{background-color:transparent !important}.layout-content .rotator li .rotator-item-content{width:calc(50% - 1rem - 32px - 1rem)}}}</pre></body></html>