/**
 * Contact (/v3/contact-us): layout bridge without loading Elementor / legacy WP CSS bundles.
 */
#ke-contact-wp-root {
  overflow-x: clip;
  font-family: "Montserrat", system-ui, sans-serif;
  max-width: none;
}

#ke-contact-wp-root .elementor,
#ke-contact-wp-root .e-con,
#ke-contact-wp-root .elementor-section {
  max-width: none;
}

#ke-site-footer .bi::before,
#ke-site-footer [class^="bi-"]::before,
#ke-site-footer [class*=" bi-"]::before,
#siteHeader .bi::before,
#siteHeader [class^="bi-"]::before,
#siteHeader [class*=" bi-"]::before,
.site-header-enhanced .bi::before {
  font-family: "bootstrap-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
