/* GLIP 2.0.45: five original photographs in a balanced, uncropped gallery. */
.cx-site .cx-hero-banner{padding-top:64px;padding-bottom:120px}
.cx-site .cx-hero-gallery{width:100%;min-width:0;position:relative;text-align:left}
.cx-site .cx-hero-track{display:flex;gap:16px;width:100%;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scroll-padding:0;scrollbar-width:thin;scrollbar-color:#8da7c9 #edf2f8;padding:0 0 8px;-webkit-overflow-scrolling:touch}
.cx-site .cx-hero-photo{position:relative;flex:0 0 100%;min-width:0;aspect-ratio:4/3;margin:0;overflow:hidden;border-radius:10px;background:#edf2f8;scroll-snap-align:start;scroll-snap-stop:always;isolation:isolate}
.cx-site .cx-hero-photo>img{display:block;width:100%;height:100%;max-width:none;object-fit:contain;object-position:center;transition:none}
.cx-site .cx-hero-caption{position:absolute;left:0;right:0;bottom:0;padding:12px 14px;background:rgba(28,66,123,.84);color:#fff;text-align:left;font-family:var(--body-font);text-transform:none;pointer-events:none}
.cx-site .cx-hero-caption strong{display:block;font-size:14px;line-height:1.45;font-weight:600;letter-spacing:0;overflow-wrap:break-word}
.cx-site .cx-hero-caption span{display:block;margin-top:3px;font-size:12px;line-height:1.4;color:#fff}
.cx-site .cx-hero-controls{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:12px}
.cx-site .cx-hero-controls[hidden],.cx-site .cx-hero-controls [hidden]{display:none}
.cx-site .cx-hero-controls button{display:inline-flex;align-items:center;justify-content:center;flex:none;width:44px;height:44px;min-height:44px;margin:0;padding:0;border:1px solid #cfdaea;border-radius:50%;background:#fff;color:#1c427b;cursor:pointer;box-shadow:none}
.cx-site .cx-hero-controls button::before,.cx-site .cx-hero-controls button::after{content:none}
.cx-site .cx-hero-controls button:hover{background:#edf2f8}
.cx-site .cx-hero-controls button:disabled{opacity:.35;cursor:default}
.cx-site .cx-hero-controls svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.cx-site .cx-hero-dots{display:flex;gap:0;align-items:center;justify-content:center}
.cx-site .cx-hero-dots button{border:0;border-radius:5px;background:transparent;width:36px}
.cx-site .cx-hero-dots button span{width:7px;height:7px;margin:0;border-radius:50%;background:#90a5c2;transition:background .15s}
.cx-site .cx-hero-dots button[aria-current="true"] span{width:9px;height:9px;background:#1c427b;box-shadow:0 0 0 3px #e1e9f4}
.cx-site .cx-hero-track:focus-visible,.cx-site .cx-hero-controls button:focus-visible{outline:2px solid #1c427b;outline-offset:3px}
/* A full-column photo makes the group clearly visible at desktop size. */
.cx-site .cx-hero-gallery[data-enhanced] .cx-hero-track{scrollbar-width:none;padding-bottom:0}
.cx-site .cx-hero-gallery[data-enhanced] .cx-hero-track::-webkit-scrollbar{display:none}
@media(min-width:992px){
 .cx-site .cx-hero-caption{padding:16px 20px}
 .cx-site .cx-hero-caption strong{font-size:16px}
 .cx-site .cx-hero-caption span{font-size:13px}
}
@media(max-width:991px){
 .cx-site .cx-hero-banner{padding-top:40px;padding-bottom:120px}
 .cx-site .cx-hero-gallery{margin-top:16px}
}
@media(max-width:767px){
 .cx-site .cx-hero-banner{padding-top:34px;padding-bottom:30px}
 .cx-site .cx-hero-track{gap:12px}
 .cx-site .cx-hero-photo{flex-basis:100%}
 .cx-site .cx-hero-caption{padding:12px 14px}
 .cx-site .cx-hero-caption strong{font-size:14px}
 .cx-site .cx-hero-controls{gap:8px;margin-top:10px}
 .cx-site .cx-hero-dots button{width:34px}
}
@media(prefers-reduced-motion:reduce){.cx-site .cx-hero-dots button span{transition:none}}
@media print{
 .cx-site .cx-hero-track{overflow:visible;flex-wrap:wrap}
 .cx-site .cx-hero-photo{flex-basis:calc((100% - 16px)/2);break-inside:avoid}
 .cx-site .cx-hero-controls{display:none}
}
