[hidden] {
  display: none !important;
}

.topbar-contact-icon {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  display: grid;
  place-items: center;
  color: var(--orange-400);
  background: rgba(255, 121, 0, 0.12);
  border: 1px solid rgba(255, 160, 67, 0.34);
  border-radius: 10px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.topbar-contact-icon svg {
  width: 17px;
  height: 17px;
  stroke-width: 2.25;
}

.topbar-link:hover .topbar-contact-icon {
  color: #fff;
  background: var(--orange-500);
  border-color: var(--orange-400);
}

.form-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.submit-button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.hero > .hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

.brand img {
  display: block;
}

.button svg,
.text-link svg,
.service-card a svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.form-security svg {
  width: 14px;
  height: 14px;
}

.select-wrap > span {
  position: absolute;
  top: 50%;
  right: 12px;
  pointer-events: none;
  transform: translateY(-55%);
}

.accordion summary > span {
  font-size: 1.15rem;
  transition: transform 180ms ease;
}

.accordion details[open] summary > span {
  transform: rotate(180deg);
}

.footer-grid svg {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
}

.menu-button span {
  font-size: 1.55rem;
  line-height: 1;
}

body.admin-bar .site-header {
  top: 32px;
}

@media (max-width: 782px) {
  body.admin-bar .site-header {
    top: 46px;
  }
}
