/* Static replacements for the WordPress runtime. Original design CSS loads first. */
html { scroll-behavior: smooth; scroll-padding-top: 115px; }
[id] { scroll-margin-top: 115px; }
a:focus-visible, button:focus-visible { outline: 3px solid #00115a; outline-offset: 5px; }
#masthead { top: 0; z-index: 1000; }
#masthead .ast-primary-header-bar,
#masthead .site-primary-header-wrap,
#masthead .ast-builder-grid-row { min-height: 50px; height: 50px; }
/* Astra's :not(:has(...)) selector otherwise sets menu items to 110px. */
#masthead .main-header-menu > .menu-item,
#masthead .main-header-menu > .menu-item > a { line-height: 1.2; }
#masthead .custom-logo-link { display: flex; align-items: center; }
#masthead .custom-logo { display: block; width: 120px; height: auto; }
#masthead .menu-link { white-space: nowrap; }
#masthead #ast-desktop-header { display: block; }
#masthead #ast-mobile-header { display: none; }
@media (min-width: 481px) {
  #colophon .site-primary-footer-inner-wrap { grid-template-columns: 2fr 1fr 1fr; }
}
.elementor-invisible { visibility: visible; }
.static-video-link { display: block; position: relative; overflow: hidden; border-radius: 4px; background: #00115a; }
.static-video-link img { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.static-video-link span { display: block; padding: 16px 24px; color: #00115a; background: #ffbed7; text-align: center; font-weight: 500; }
.static-video-link:hover span { background: #00115a; color: white; }
a.static-contact-button { display: inline-flex; align-items: center; justify-content: center; padding: 16px 26px; border: 1px solid #00115a; border-radius: 40px; color: #00115a; background: #ffbed7; font: 400 16px/1.4 Rubik, sans-serif; text-decoration: none; }
a.static-contact-button:hover { color: white; background: #00115a; }
.elementor-widget-pt-accordion .panel { max-height: none; }
.static-enhanced .elementor-widget-pt-accordion .panel[hidden] { display: none; }
.static-enhanced .elementor-widget-pt-accordion .panel:not([hidden]) { max-height: none; }
button.elementor-swiper-button { padding: 0; border: 0; border-radius: 50%; background: transparent; font: inherit; }
.swiper-container:not(.swiper-container-initialized) .swiper-wrapper { display: flex; overflow-x: auto; }
.swiper-container:not(.swiper-container-initialized) .swiper-slide { flex: 0 0 80%; }
.static-error { max-width: 700px; margin: 15vh auto; padding: 30px; font-family: sans-serif; color: #00115a; }
@media (max-width: 980px) {
  html { scroll-padding-top: 85px; }
  [id] { scroll-margin-top: 85px; }
  #masthead { max-height: none; height: auto; width: calc(100% - 16px); max-width: none; left: 8px; transform: translateY(8px); padding: 2px 10px; }
  #masthead #ast-desktop-header { display: none; }
  #masthead #ast-mobile-header { display: block; }
  #masthead .ast-primary-header-bar { padding: 0 14px; border: 0; }
  #masthead .ast-builder-grid-row { display: flex; justify-content: space-between; align-items: center; }
  #masthead .ast-site-identity { transform: none; }
  #masthead .ast-mobile-header-content { display: block; background: white; padding: 15px 20px 25px; }
  #masthead .ast-builder-menu-mobile,
  #masthead .main-header-bar-navigation,
  #masthead .main-navigation { display: block; width: 100%; }
  #masthead .main-header-menu { display: flex; flex-direction: column; border: 0; background: white; }
  #masthead .main-header-menu > .menu-item > a { display: block; padding: 14px 4px; font-size: 18px; }
  #masthead .menu-toggle { display: none; }
  .static-enhanced #masthead .menu-toggle { display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; }
  .static-enhanced #masthead .ast-mobile-header-content { display: none; }
  .static-enhanced #masthead.static-nav-open { border-radius: 26px; max-height: calc(100dvh - 16px); overflow-y: auto; }
  .static-enhanced #masthead.static-nav-open .ast-mobile-header-content { display: block; }
  body:not(.static-enhanced) #masthead { position: relative; border-radius: 26px; margin-bottom: 20px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition-duration: 0s !important; }
}
