.btn{display:inline-flex;align-items:center;justify-content:center;gap:.65rem;padding:.9rem 1.5rem;border-radius:10px;text-decoration:none;border:1px solid rgba(0,0,0,0);font-weight:600;line-height:1;transition:background-color .3s ease,color .3s ease,border-color .3s ease,transform .2s ease,box-shadow .2s ease}.btn:hover{transform:translateY(-1px)}.btn:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(27,58,107,.22)}.btn__label{display:inline-flex;align-items:center}.btn__icon{display:inline-flex;flex:0 0 auto;width:1rem;height:1rem}.btn__icon svg{width:100%;height:100%;stroke-width:2}.btn--primary{background:#1b3a6b;background:var(--color-primary);border-color:#1b3a6b;border-color:var(--color-primary);color:#ffffff;color:var(--color-white)}.btn--primary:hover{background:#122850;background:var(--color-primary-hover);border-color:#122850;border-color:var(--color-primary-hover);color:#ffffff;color:var(--color-white)}.btn--secondary{background:#111111;background:var(--color-secondary);border-color:#111111;border-color:var(--color-secondary);color:#ffffff;color:var(--color-white)}.btn--secondary:hover{background:#111111;background:var(--color-text);border-color:#111111;border-color:var(--color-text);color:#ffffff;color:var(--color-white)}.btn--outline{background:rgba(0,0,0,0);border-color:#1b3a6b;border-color:var(--color-primary);color:#1b3a6b;color:var(--color-primary)}.btn--outline:hover{background:#1b3a6b;background:var(--color-primary);border-color:#1b3a6b;border-color:var(--color-primary);color:#ffffff;color:var(--color-white)}.btn--ghost{background:rgba(0,0,0,0);border-color:rgba(0,0,0,0);color:#111111;color:var(--color-text)}.btn--ghost:hover{background:#f6f6f4;background:var(--color-surface);border-color:#f6f6f4;border-color:var(--color-surface);color:#111111;color:var(--color-text)}:root,.editor-styles-wrapper [data-type^="acf/"]{--font-family-base: Signika, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;--font-family-heading: Signika, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;--font-family-accent: Lavishly Yours, cursive;--font-size-base: 16px;--line-height-base: 1.6;--line-height-heading: 1.2;--color-text: #111111;--color-bg: #ffffff;--color-surface: #f6f6f4;--color-surface-strong: #ecece8;--color-border: #d9d7d0;--color-muted: #5f5f5f;--color-primary: #1b3a6b;--color-primary-hover: #122850;--color-secondary: #111111;--color-accent: #2a7ab5;--color-black: #111111;--color-white: #ffffff;--container-default: 1200px;--container-wide: 1360px;--container-medium: 960px;--container-narrow: 720px;--container-gutter-desktop: 3rem;--container-gutter-tablet: 2rem;--container-gutter-mobile: 1rem;--section-space-none: 0;--section-space-xs: 1.5rem;--section-space-sm: 2.5rem;--section-space-md: 4rem;--section-space-lg: 6rem;--section-space-xl: 8rem}.editor-styles-wrapper [data-type^="acf/"] :where(.wp-block){max-width:80vw}.editor-styles-wrapper .container{width:100%;max-width:calc(1200px + 3rem*2);margin-left:auto;margin-right:auto;padding-left:3rem;padding-right:3rem}@media(max-width: 1023px){.editor-styles-wrapper .container{max-width:calc(1200px + 2rem*2);padding-left:2rem;padding-right:2rem}}@media(max-width: 767px){.editor-styles-wrapper .container{max-width:calc(1200px + 1rem*2);padding-left:1rem;padding-right:1rem}}.editor-styles-wrapper .container-wide{width:100%;max-width:calc(1360px + 3rem*2);margin-left:auto;margin-right:auto;padding-left:3rem;padding-right:3rem}@media(max-width: 1023px){.editor-styles-wrapper .container-wide{max-width:calc(1360px + 2rem*2);padding-left:2rem;padding-right:2rem}}@media(max-width: 767px){.editor-styles-wrapper .container-wide{max-width:calc(1360px + 1rem*2);padding-left:1rem;padding-right:1rem}}.editor-styles-wrapper .container-medium{width:100%;max-width:calc(960px + 3rem*2);margin-left:auto;margin-right:auto;padding-left:3rem;padding-right:3rem}@media(max-width: 1023px){.editor-styles-wrapper .container-medium{max-width:calc(960px + 2rem*2);padding-left:2rem;padding-right:2rem}}@media(max-width: 767px){.editor-styles-wrapper .container-medium{max-width:calc(960px + 1rem*2);padding-left:1rem;padding-right:1rem}}.editor-styles-wrapper .container-narrow{width:100%;max-width:calc(720px + 3rem*2);margin-left:auto;margin-right:auto;padding-left:3rem;padding-right:3rem}@media(max-width: 1023px){.editor-styles-wrapper .container-narrow{max-width:calc(720px + 2rem*2);padding-left:2rem;padding-right:2rem}}@media(max-width: 767px){.editor-styles-wrapper .container-narrow{max-width:calc(720px + 1rem*2);padding-left:1rem;padding-right:1rem}}.editor-styles-wrapper .section{--section-gap-top: 0;--section-gap-bottom: 0;--section-space-top: 4rem;--section-space-bottom: 4rem;margin-top:0;margin-top:var(--section-gap-top);margin-bottom:0;margin-bottom:var(--section-gap-bottom);padding-top:4rem;padding-top:var(--section-space-top);padding-bottom:4rem;padding-bottom:var(--section-space-bottom)}.editor-styles-wrapper .section-bg{background:#f6f6f4;background:var(--section-background-color, var(--color-surface))}.editor-styles-wrapper .section-gap-top-none{--section-gap-top: 0}.editor-styles-wrapper .section-gap-bottom-none{--section-gap-bottom: 0}.editor-styles-wrapper .section-space-top-none{--section-space-top: 0}.editor-styles-wrapper .section-space-bottom-none{--section-space-bottom: 0}.editor-styles-wrapper .section-gap-top-xs{--section-gap-top: 1.5rem}.editor-styles-wrapper .section-gap-top-sm{--section-gap-top: 2.5rem}.editor-styles-wrapper .section-gap-top-md{--section-gap-top: 4rem}.editor-styles-wrapper .section-gap-top-lg{--section-gap-top: 6rem}.editor-styles-wrapper .section-gap-top-xl{--section-gap-top: 8rem}.editor-styles-wrapper .section-gap-bottom-xs{--section-gap-bottom: 1.5rem}.editor-styles-wrapper .section-gap-bottom-sm{--section-gap-bottom: 2.5rem}.editor-styles-wrapper .section-gap-bottom-md{--section-gap-bottom: 4rem}.editor-styles-wrapper .section-gap-bottom-lg{--section-gap-bottom: 6rem}.editor-styles-wrapper .section-gap-bottom-xl{--section-gap-bottom: 8rem}.editor-styles-wrapper .section-space-top-xs{--section-space-top: 1.5rem}.editor-styles-wrapper .section-space-top-sm{--section-space-top: 2.5rem}.editor-styles-wrapper .section-space-top-md{--section-space-top: 4rem}.editor-styles-wrapper .section-space-top-lg{--section-space-top: 6rem}.editor-styles-wrapper .section-space-top-xl{--section-space-top: 8rem}.editor-styles-wrapper .section-space-bottom-xs{--section-space-bottom: 1.5rem}.editor-styles-wrapper .section-space-bottom-sm{--section-space-bottom: 2.5rem}.editor-styles-wrapper .section-space-bottom-md{--section-space-bottom: 4rem}.editor-styles-wrapper .section-space-bottom-lg{--section-space-bottom: 6rem}.editor-styles-wrapper .section-space-bottom-xl{--section-space-bottom: 8rem}.block-hero-banner{position:relative;isolation:isolate;display:flex;align-items:center;min-height:clamp(680px,100svh,920px);overflow:hidden;color:#fff;background:radial-gradient(circle at 18% 20%, rgba(27, 58, 107, 0.34), transparent 34%),linear-gradient(135deg, #111111 0%, rgba(17, 17, 17, 0.72) 100%)}.block-hero-banner__media-layer,.block-hero-banner__background-slider,.block-hero-banner__background-slide,.block-hero-banner__overlay,.block-hero-banner__bottom-fade{position:absolute;inset:0}.block-hero-banner__media-layer{z-index:-3;background:#ecece8}.block-hero-banner__background-slider{overflow:hidden}.block-hero-banner__background-slide{background-position:center;background-size:cover;opacity:0;transform:scale(1);transition:opacity 1.4s ease;will-change:opacity,transform}.block-hero-banner__background-slide.is-active{opacity:1;animation:heroBannerZoom 8s ease-out forwards}.block-hero-banner__background-slide.is-single{opacity:1;animation:heroBannerPulse 20s ease-in-out infinite}.block-hero-banner__overlay{z-index:-2;background:linear-gradient(90deg, rgb(17, 44, 71) 0%, rgba(41, 73, 123, 0.02) 100%),hsla(0,0%,100%,.08)}.block-hero-banner__bottom-fade{display:none}.block-hero-banner__container{position:relative;z-index:1;width:100%;padding-top:11.5rem;padding-bottom:10rem}.block-hero-banner__inner{max-width:min(720px,100%)}.block-hero-banner__eyebrow{display:inline-flex;width:-moz-fit-content;width:fit-content;margin:0 0 1rem;padding:.45rem .75rem;border:1px solid hsla(0,0%,100%,.34);border-radius:6px;background:hsla(0,0%,100%,.16);color:#fff;font-size:.92rem;font-weight:700;line-height:1.2;backdrop-filter:blur(10px)}.block-hero-banner__title{max-width:11ch;margin:0 0 1rem;color:#fff;font-size:clamp(3rem,8vw,7rem);font-weight:800;line-height:.95;text-wrap:balance;text-shadow:0 14px 42px rgba(17,17,17,.28)}.block-hero-banner__content{max-width:54ch;color:hsla(0,0%,100%,.94);font-size:clamp(1.05rem,1.8vw,1.35rem);line-height:1.5}.block-hero-banner__content p{color:inherit}.block-hero-banner__actions{display:flex;flex-wrap:wrap;gap:.85rem;margin-top:1.75rem}.block-hero-banner__button{box-shadow:0 14px 34px rgba(17,17,17,.18)}.block-hero-banner__button--secondary,.block-hero-banner__button--secondary.btn--ghost{border-color:hsla(0,0%,100%,.52);background:hsla(0,0%,100%,.18);color:#fff;backdrop-filter:blur(10px)}.block-hero-banner__button--secondary:hover,.block-hero-banner__button--secondary:focus-visible,.block-hero-banner__button--secondary.btn--ghost:hover,.block-hero-banner__button--secondary.btn--ghost:focus-visible{border-color:#fff;background:#fff;color:#111}.block-hero-banner__placeholder{color:hsla(0,0%,100%,.88)}@media(max-width: 767px){.block-hero-banner{min-height:720px}.block-hero-banner__container{padding-top:10.5rem;padding-bottom:8rem}.block-hero-banner__title{max-width:10ch;font-size:clamp(3rem,17vw,4.7rem)}.block-hero-banner__actions{align-items:stretch;flex-direction:column;max-width:21rem}.block-hero-banner__button{width:100%}}@keyframes heroBannerZoom{from{transform:scale(1)}to{transform:scale(1.12)}}@keyframes heroBannerPulse{0%{transform:scale(1)}50%{transform:scale(1.1)}100%{transform:scale(1)}}
