.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(226,35,26,.28)}.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:#fd3232;background:var(--color-primary);border-color:#fd3232;border-color:var(--color-primary);color:#ffffff;color:var(--color-white)}.btn--primary:hover{background:#c72424;background:var(--color-primary-hover);border-color:#c72424;border-color:var(--color-primary-hover);color:#ffffff;color:var(--color-white)}.btn--secondary{background:#2b2f34;background:var(--color-secondary);border-color:#2b2f34;border-color:var(--color-secondary);color:#ffffff;color:var(--color-white)}.btn--secondary:hover{background:#1a1c1f;background:var(--color-text);border-color:#1a1c1f;border-color:var(--color-text);color:#ffffff;color:var(--color-white)}.btn--outline{background:rgba(0,0,0,0);border-color:#fd3232;border-color:var(--color-primary);color:#fd3232;color:var(--color-primary)}.btn--outline:hover{background:#fd3232;background:var(--color-primary);border-color:#fd3232;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:#1a1c1f;color:var(--color-text)}.btn--ghost:hover{background:#f4f5f6;background:var(--color-surface);border-color:#f4f5f6;border-color:var(--color-surface);color:#1a1c1f;color:var(--color-text)}:root,.editor-styles-wrapper [data-type^="acf/"]{--font-family-base: Montserrat, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;--font-family-heading: Montserrat, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;--font-family-accent: Montserrat, system-ui, sans-serif;--font-size-base: 16px;--line-height-base: 1.6;--line-height-heading: 1.2;--color-text: #1a1c1f;--color-bg: #ffffff;--color-surface: #f4f5f6;--color-surface-strong: #e6e8ea;--color-border: #d5d8db;--color-muted: #6b7075;--color-primary: #fd3232;--color-primary-hover: #c72424;--color-secondary: #2b2f34;--color-accent: #f26a1b;--color-black: #0e1012;--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:#f4f5f6;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-main{position:relative;display:flex;align-items:center;min-height:calc(100svh - var(--header-height));padding:3rem 0;background-color:var(--color-dark);color:var(--color-dark-text);overflow:hidden}@media(max-width: 767px){.block-hero-main{min-height:0;padding:2.5rem 0}}.block-hero-main__media{position:absolute;inset:0;z-index:0}.block-hero-main__media::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg, rgba(22, 24, 27, 0.85) 0%, rgba(22, 24, 27, 0.65) 35%, rgba(22, 24, 27, 0) 62%)}@media(max-width: 1023px){.block-hero-main__media::after{background:linear-gradient(180deg, rgba(22, 24, 27, 0.55) 0%, rgba(22, 24, 27, 0.8) 60%)}}.block-hero-main__image,.block-hero-main__video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.block-hero-main__inner{position:relative;z-index:1;display:grid;grid-gap:3rem;gap:3rem;align-items:stretch;grid-template-columns:minmax(0, 1.15fr) minmax(0, 1fr)}@media(max-width: 1023px){.block-hero-main__inner{grid-template-columns:1fr;gap:2.25rem}}.block-hero-main__eyebrow{margin:0 0 1rem;font-size:.8125rem;font-weight:700;letter-spacing:.18em;color:#fd3232;color:var(--color-primary)}.block-hero-main__title{margin:0;max-width:16ch;font-size:clamp(1.875rem,4vw,3rem);font-weight:800;line-height:1.05;color:#ffffff;color:var(--color-white)}.block-hero-main__lead{margin:1.25rem 0 0;max-width:52ch;font-size:.9375rem;text-align:justify;color:var(--color-dark-text)}.block-hero-main__person{display:flex;align-items:center;gap:.875rem;margin-top:1.75rem}.block-hero-main__person-photo{width:56px;height:56px;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:2px solid #fd3232;border:2px solid var(--color-primary)}.block-hero-main__person-text{display:flex;flex-direction:column;font-size:.875rem;line-height:1.35}.block-hero-main__person-text strong{color:#ffffff;color:var(--color-white)}.block-hero-main__person-text span{color:var(--color-dark-text)}.block-hero-main__contact{display:flex;flex-wrap:wrap;gap:.75rem 2rem;margin-top:1.75rem}.block-hero-main__contact-link{display:flex;flex-direction:column;text-decoration:none;color:inherit}.block-hero-main__contact-link:hover .block-hero-main__contact-value,.block-hero-main__contact-link:focus-visible .block-hero-main__contact-value{color:#fd3232;color:var(--color-primary)}.block-hero-main__contact-label{font-size:.75rem;letter-spacing:.12em;text-transform:uppercase;color:var(--color-dark-text)}.block-hero-main__contact-value{font-size:1.125rem;font-weight:700;color:#ffffff;color:var(--color-white);transition:color .2s ease}.block-hero-main__cta{margin-top:2rem}.block-hero-main__pillars{display:grid;align-content:center;grid-gap:.75rem;gap:.75rem;margin:0;padding:0;list-style:none}@media(max-width: 1023px){.block-hero-main__pillars{align-content:start}}.block-hero-main__pillar{border:1px solid var(--color-dark-border);border-radius:10px;background:rgba(22,24,27,.72);backdrop-filter:blur(6px);transition:border-color .2s ease,background-color .2s ease}.block-hero-main__pillar:hover,.block-hero-main__pillar:focus-within{border-color:#fd3232;border-color:var(--color-primary);background:rgba(22,24,27,.88)}.block-hero-main__pillar-link,.block-hero-main__pillar-title{display:block}.block-hero-main__pillar-link{padding:1.125rem 1.25rem;text-decoration:none;color:inherit}.block-hero-main__pillar:not(:has(.block-hero-main__pillar-link)){padding:1.125rem 1.25rem}.block-hero-main__pillar-title{font-size:1.0625rem;font-weight:700;color:#ffffff;color:var(--color-white)}.block-hero-main__pillar-desc{display:block;margin-top:.25rem;font-size:.875rem;color:var(--color-dark-muted)}.block-hero-main__placeholder{padding:1rem;border:1px dashed var(--color-dark-border);border-radius:10px;color:var(--color-dark-muted)}@media(max-width: 767px){.block-hero-main__title{font-size:1.625rem;max-width:none}.block-hero-main__lead{margin-top:.875rem;font-size:.9375rem}.block-hero-main__contact{gap:.5rem 1.5rem;margin-top:1.25rem}.block-hero-main__contact-value{font-size:1rem}.block-hero-main__cta{margin-top:1.25rem}.block-hero-main__pillar-link,.block-hero-main__pillar:not(:has(.block-hero-main__pillar-link)){padding:.75rem 1rem}.block-hero-main__pillar-title{font-size:.9375rem}.block-hero-main__pillar-desc{font-size:.8125rem}}
