.meyers-header,
.meyers-header *,
.meyers-header *::before,
.meyers-header *::after {
  box-sizing: border-box;
}

.meyers-header {
  position: relative;
  z-index: 99;
  width: 100%;
  height: 104px;
  margin: 0;
  padding: 0;
  overflow: visible;
  border: 0;
  background: #fff;
  box-shadow: 0 30px 60px rgba(0, 0, 0, .1);
  color: #091736;
  font-family: Sora, Arial, sans-serif;
  font-size: 16px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.meyers-header__inner {
  position: relative;
  display: flex;
  width: min(1260px, calc(100% - 20px));
  height: 104px;
  margin: 0 auto;
  padding: 0;
  align-items: center;
}

.meyers-header__logo {
  display: flex;
  width: 240px;
  height: 70px;
  margin: 0;
  padding: 0;
  flex: 0 0 240px;
  align-items: center;
  color: inherit;
  text-decoration: none;
}

.meyers-header__logo img {
  display: block;
  width: 240px;
  height: auto;
  max-width: none;
  max-height: 70px;
  margin: 0;
  padding: 0;
  border: 0;
  object-fit: contain;
  object-position: left center;
}

.meyers-header .meyers-header__desktop-nav {
  display: flex;
  min-width: 0;
  height: 52px;
  margin: 0 0 0 auto;
  padding: 0;
  align-items: stretch;
  gap: 34px;
  border: 0;
  background: transparent;
}

.meyers-header .meyers-header__desktop-link {
  display: flex;
  height: 52px;
  margin: 0;
  padding: 0;
  align-items: center;
  border: 0;
  color: #091736;
  font-family: Sora, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -.025em;
  text-decoration: none;
  white-space: nowrap;
}

.meyers-header .meyers-header__desktop-link:hover,
.meyers-header .meyers-header__desktop-link:focus-visible,
.meyers-header .meyers-header__drawer-link:hover,
.meyers-header .meyers-header__drawer-link:focus-visible {
  color: #f35748;
}

.meyers-header .meyers-header__desktop-link:focus-visible,
.meyers-header .meyers-header__drawer-link:focus-visible,
.meyers-header .meyers-header__toggle:focus-visible,
.meyers-header .meyers-header__quick-link:focus-visible,
.meyers-header .meyers-header__logo:focus-visible {
  outline: 3px solid rgba(74, 183, 195, .45);
  outline-offset: 3px;
}

.meyers-header .meyers-header__toggle {
  display: none;
  width: 38px;
  height: 42px;
  margin: 0 0 0 auto;
  padding: 0;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #091736;
  cursor: pointer;
  font-family: Sora, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 18px;
  letter-spacing: 0;
  text-transform: none;
  appearance: none;
}

.meyers-header .meyers-header__toggle:hover,
.meyers-header .meyers-header__toggle:focus,
.meyers-header .meyers-header__toggle:active {
  border: 0;
  background: transparent;
  box-shadow: none;
  color: #091736;
}

.meyers-header__hamburger {
  display: flex;
  width: 26px;
  height: 22px;
  margin: 0;
  padding: 0;
  flex: 0 0 26px;
  flex-direction: column;
  justify-content: space-between;
}

.meyers-header__hamburger i {
  display: block;
  width: 26px;
  height: 3px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: currentColor;
  transform-origin: center;
  transition: opacity .16s ease, transform .16s ease;
}

.meyers-header__toggle-label {
  display: none;
}

.meyers-header__toggle[aria-expanded="true"] .meyers-header__hamburger i:nth-child(1) {
  transform: translateY(9.5px) rotate(45deg);
}

.meyers-header__toggle[aria-expanded="true"] .meyers-header__hamburger i:nth-child(2) {
  opacity: 0;
}

.meyers-header__toggle[aria-expanded="true"] .meyers-header__hamburger i:nth-child(3) {
  transform: translateY(-9.5px) rotate(-45deg);
}

.meyers-header__quick {
  position: absolute;
  top: 98px;
  right: 0;
  z-index: 101;
  display: flex;
  height: 59px;
  margin: 0;
  padding: 0;
  align-items: stretch;
  gap: 7px;
}

.meyers-header .meyers-header__quick-link {
  display: flex;
  height: 59px;
  margin: 0;
  padding: 5px 14px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 0;
  border-radius: 3px;
  color: #fff;
  font-family: Arial, sans-serif;
  font-style: normal;
  line-height: 1;
  text-align: left;
  text-decoration: none;
  white-space: nowrap;
}

.meyers-header .meyers-header__quick-link:hover,
.meyers-header .meyers-header__quick-link:focus,
.meyers-header .meyers-header__quick-link:active {
  color: #fff;
}

.meyers-header__quick-link--calendar {
  width: 192px;
  background: #46aeb8;
}

.meyers-header__quick-link--phone {
  width: 188px;
  background: #f35748;
}

.meyers-header__quick-link svg {
  display: block;
  width: 35px;
  height: 35px;
  flex: 0 0 35px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: square;
  stroke-linejoin: miter;
  stroke-width: 2.5;
}

.meyers-header__quick-link svg .fill {
  fill: currentColor;
  stroke: none;
}

.meyers-header__quick-link span {
  display: flex;
  min-width: 0;
  margin: 0;
  padding: 0;
  flex-direction: column;
  gap: 7px;
}

.meyers-header__quick-link small,
.meyers-header__quick-link b {
  display: block;
  margin: 0;
  padding: 0;
  color: inherit;
  font-family: Arial, sans-serif;
  font-style: normal;
  white-space: nowrap;
}

.meyers-header__quick-link small {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}

.meyers-header__quick-link b {
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}

.meyers-header .meyers-header__drawer {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 102;
  display: block;
  width: 100%;
  height: auto;
  min-height: 0;
  max-height: calc(100dvh - 104px);
  margin: 0;
  padding: 0;
  overflow-y: auto;
  border: 0;
  background: #fff;
  box-shadow: 0 18px 40px rgba(9, 23, 54, .14);
  overscroll-behavior: contain;
}

.meyers-header .meyers-header__drawer[hidden] {
  display: none !important;
}

.meyers-header .meyers-header__drawer-link {
  display: flex;
  width: 100%;
  min-height: 49px;
  margin: 0;
  padding: 13px 18px;
  align-items: center;
  border: 0;
  border-bottom: 1px solid #d9e7ea;
  background: #fff;
  color: #091736;
  font-family: Sora, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 22px;
  letter-spacing: -.02em;
  text-align: left;
  text-decoration: none;
}

@media (max-width: 1180px) and (min-width: 1025px) {
  .meyers-header .meyers-header__desktop-nav {
    gap: 22px;
  }

  .meyers-header .meyers-header__desktop-link {
    font-size: 14px;
  }
}

@media (max-width: 1024px) {
  .meyers-header .meyers-header__desktop-nav {
    display: none;
  }

  .meyers-header .meyers-header__toggle {
    display: flex;
  }

  .meyers-header .meyers-header__drawer {
    top: 97px;
  }

  .meyers-header .meyers-header__drawer-link {
    min-height: 52px;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 15px;
    font-weight: 600;
  }

  .meyers-header__quick-link--calendar {
    width: 178px;
  }

  .meyers-header__quick-link--phone {
    width: 172px;
  }

  .meyers-header__quick-link {
    padding-right: 10px;
    padding-left: 10px;
  }

  .meyers-header__quick-link small {
    font-size: 12px;
    line-height: 13px;
  }

  .meyers-header__quick-link b {
    font-size: 17px;
    line-height: 18px;
  }
}

@media (max-width: 767px) {
  .meyers-header {
    height: 78px;
    box-shadow: 0 12px 34px rgba(9, 23, 54, .08);
  }

  .meyers-header__inner {
    width: 100%;
    height: 78px;
    padding: 0 5px 0 14px;
  }

  .meyers-header__logo {
    width: clamp(172px, 48.72vw, 190px);
    height: 60px;
    flex-basis: clamp(172px, 48.72vw, 190px);
    transform: translateY(-2px);
  }

  .meyers-header__logo img {
    width: clamp(172px, 48.72vw, 190px);
    max-height: 60px;
  }

  .meyers-header .meyers-header__toggle {
    width: 65px;
    height: 46px;
    margin-left: auto;
    gap: 7px;
  }

  .meyers-header__hamburger {
    width: 18px;
    height: 15px;
    flex-basis: 18px;
  }

  .meyers-header__hamburger i {
    width: 18px;
    height: 2px;
  }

  .meyers-header__toggle[aria-expanded="true"] .meyers-header__hamburger i:nth-child(1) {
    transform: translateY(6.5px) rotate(45deg);
  }

  .meyers-header__toggle[aria-expanded="true"] .meyers-header__hamburger i:nth-child(3) {
    transform: translateY(-6.5px) rotate(-45deg);
  }

  .meyers-header__toggle-label {
    display: block;
  }

  .meyers-header__quick {
    display: none;
  }

  .meyers-header .meyers-header__drawer {
    top: 100%;
    max-height: calc(100dvh - 78px);
  }

  .meyers-header .meyers-header__drawer-link {
    min-height: 49px;
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 14px;
    font-weight: 800;
  }
}

@media (max-width: 340px) {
  .meyers-header__inner {
    padding-left: 10px;
  }

  .meyers-header__logo,
  .meyers-header__logo img {
    width: 168px;
  }

  .meyers-header__logo {
    flex-basis: 168px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .meyers-header__hamburger i {
    transition: none;
  }
}
