.elementor-19232 .elementor-element.elementor-element-8c58ce9{--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;}.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-6bf48af */@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@600;700;800&family=DM+Sans:wght@400;500;700&display=swap');

.elementor-widget-html:has(.vhr-footer),
.elementor-widget-container:has(.vhr-footer) {
  margin: 0 !important;
  padding: 0 !important;
}

.vhr-footer {
  --cyan: #00a0df;
  --ink: #0a0d12;
  --ink-line: #22303f;
  --on-dark-2: #a6b6c8;
  --on-dark-3: #6f8195;

  width: 100vw !important;
  position: relative !important;
  left: 50% !important;
  right: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  margin-top: -30px !important;
  margin-bottom: -30px !important;
  padding-top: 72px !important;
  padding-bottom: 36px !important;
  background: var(--ink) !important;
  color: #ffffff !important;
  border-top: 1px solid var(--ink-line) !important;
  font-family: "DM Sans", system-ui, -apple-system, sans-serif !important;
  box-sizing: border-box !important;
  overflow: hidden;
}

.vhr-footer p,
.vhr-footer span,
.vhr-footer div {
  color: inherit;
}

.vhr-footer__wrap {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 32px;
}

.vhr-footer__grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 36px;
  padding-bottom: 44px;
  border-bottom: 1px solid var(--ink-line);
}

.vhr-footer__brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  margin-bottom: 16px;
}

.vhr-footer__logo {
  height: 38px;
  width: auto;
  display: block;
}

.vhr-footer__desc {
  font-size: 14px !important;
  color: rgba(255, 255, 255, 0.85) !important;
  max-width: 300px;
  line-height: 1.6 !important;
  margin: 0 !important;
}

.vhr-footer__social {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.vhr-footer__social a {
  width: 38px;
  height: 38px;
  border-radius: 9px;
  border: 1px solid var(--ink-line);
  display: grid;
  place-items: center;
  color: #ffffff !important;
  background: transparent !important;
  text-decoration: none;
  transition: background .2s, border-color .2s, color .2s;
}

.vhr-footer__social a:hover {
  background: var(--cyan) !important;
  border-color: var(--cyan) !important;
  color: #04222f !important;
}

.vhr-footer__social svg {
  width: 16px;
  height: 16px;
}

.vhr-footer__col h4 {
  font-family: "Outfit", sans-serif !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: .12em !important;
  text-transform: uppercase !important;
  color: #ffffff !important;
  margin: 0 0 16px !important;
}

.vhr-footer__col a {
  display: block;
  font-size: 14.5px !important;
  color: rgba(255, 255, 255, 0.8) !important;
  background: transparent !important;
  padding: 6px 0 !important;
  text-decoration: none !important;
  transition: color .18s, padding-left .18s;
}

.vhr-footer__col a:hover {
  color: #ffffff !important;
  padding-left: 4px !important;
}

.vhr-footer__bottom {
  padding-top: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7) !important;
}

.vhr-footer__links a {
  color: rgba(255, 255, 255, 0.7) !important;
  text-decoration: none !important;
  transition: color .18s;
}

.vhr-footer__links a:hover {
  color: #ffffff !important;
}

@media (max-width: 1024px) {
  .vhr-footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .vhr-footer__brand-col {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .vhr-footer__grid {
    grid-template-columns: 1fr;
  }
  .vhr-footer__wrap {
    padding: 0 20px;
  }
}/* End custom CSS */