.elementor-56 .elementor-element.elementor-element-e5ca817{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-fe6e9a4 */@import url("https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@400;600;700&family=Source+Serif+4:opsz,wght@8..60,700&display=swap");

body {
  margin: 0;
  background: #ffffff;
}

.bm-footer,
.bm-footer * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.bm-footer {
  --bm-teal: #0088a3;
  --bm-teal-dark: #006c82;
  --bm-teal-deep: #0a4a56;
  --bm-white: #ffffff;
  --bm-muted: #b7cdd2;
  --bm-line: rgba(255, 255, 255, 0.12);
  font-family: "Source Sans 3", "Segoe UI", sans-serif;
  color: var(--bm-white);
  background: var(--bm-teal-deep);
  border-top: 4px solid var(--bm-teal);
}

.bm-footer-inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.bm-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 40px;
  padding: 56px 0 48px;
}

.bm-footer-logo {
  display: inline-flex;
  text-decoration: none;
  color: inherit;
}

.bm-footer-logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.bm-footer-name {
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 28px;
  font-weight: 700;
  color: var(--bm-white);
  letter-spacing: -0.03em;
}

.bm-footer-name sup {
  font-size: 11px;
  top: -0.7em;
}

.bm-footer-tag {
  margin-top: 3px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--bm-muted);
}

.bm-footer-about {
  margin-top: 18px;
  max-width: 320px;
  font-size: 15px;
  line-height: 1.6;
  color: var(--bm-muted);
}

.bm-footer-email {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  padding: 12px 14px;
  color: var(--bm-white);
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  background: rgba(0, 136, 163, 0.28);
  border: 1px solid rgba(0, 136, 163, 0.55);
  border-radius: 6px;
  transition: background 0.2s ease;
}

.bm-footer-email:hover,
.bm-footer-email:focus-visible {
  background: var(--bm-teal);
  outline: none;
}

.bm-footer-email-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bm-footer-heading {
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--bm-white);
}

.bm-footer-links {
  list-style: none;
}

.bm-footer-links li + li {
  margin-top: 10px;
}

.bm-footer-links a {
  color: var(--bm-muted);
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  transition: color 0.2s ease;
}

.bm-footer-links a:hover,
.bm-footer-links a:focus-visible {
  color: var(--bm-white);
  outline: none;
}

.bm-footer-notice {
  margin-top: 18px;
  font-size: 13px;
  line-height: 1.5;
  color: var(--bm-muted);
}

.bm-footer-bottom {
  border-top: 1px solid var(--bm-line);
  background: #083c46;
}

.bm-footer-bottom-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 58px;
}

.bm-footer-copy {
  font-size: 13px;
  color: var(--bm-muted);
}

.bm-footer-bottom-email {
  color: var(--bm-white);
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}

.bm-footer-bottom-email:hover,
.bm-footer-bottom-email:focus-visible {
  color: #8fd7e6;
  outline: none;
}

@media (max-width: 980px) {
  .bm-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px 24px;
    padding: 40px 0 32px;
  }

  .bm-footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .bm-footer-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .bm-footer-bottom-row {
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 0;
  }
}/* End custom CSS */