@media (min-width: 992px) {
  .u-header .u-sheet-1 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 92px;
  }

  .u-header .u-image-1 {
    position: absolute;
    left: 0;
    flex: none;
    width: 155px;
    height: 70px;
    margin: 0;
  }

  .u-header .u-menu-1 {
    width: min(790px, calc(100% - 330px));
    margin: 0 !important;
  }

  .u-header .u-nav-container {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .u-header .u-nav-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: clamp(0.96rem, 1.08vw, 1.12rem);
    white-space: nowrap;
  }

  .u-header .u-nav-1 .u-nav-link {
    position: relative;
    padding-right: 11px !important;
    padding-left: 11px !important;
    color: var(--htr-white) !important;
    font-weight: 700;
    transition: color 180ms ease, opacity 180ms ease;
  }

  .u-header .u-nav-1 .u-nav-link:hover,
  .u-header .u-nav-1 .u-nav-link:focus {
    color: var(--htr-orange) !important;
    text-decoration: none;
  }

  .u-header .u-nav-1 .u-nav-link.active {
    color: var(--htr-orange) !important;
  }

  .u-header .u-nav-1 .u-nav-link.active::after {
    position: absolute;
    right: 11px;
    bottom: 4px;
    left: 11px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    content: "";
  }

  .htr-login-button {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 8px 18px 7px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 999px;
    color: var(--htr-white);
    font-family: Intro, Arial, sans-serif;
    font-size: 0.88rem;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
  }

  .htr-login-button:hover,
  .htr-login-button:focus,
  .htr-login-button.active {
    background: var(--htr-white);
    color: var(--htr-green-dark);
    text-decoration: none;
    transform: translateY(-50%);
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .u-header .u-image-1 {
    width: 142px;
    height: 64px;
  }

  .u-header .u-menu-1 {
    width: min(680px, calc(100% - 280px));
  }

  .u-header .u-nav-1 {
    font-size: 0.9rem;
  }

  .u-header .u-nav-1 .u-nav-link {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }

  .htr-login-button {
    padding-right: 14px;
    padding-left: 14px;
    font-size: 0.82rem;
  }
}

@media (max-width: 991px) {
  .htr-login-button {
    display: none;
  }

  .htr-mobile-access-item {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.22);
  }

  .u-nav-link.htr-mobile-access {
    color: var(--htr-orange) !important;
    font-weight: 700;
  }

  .u-header .u-nav-container-collapse .u-nav-link.active {
    color: var(--htr-orange) !important;
    font-weight: 800;
  }
}

.htr-footer-whatsapp-link {
  display: inline-block;
  margin-top: 10px;
  color: var(--htr-white);
  font-family: Intro, Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: underline;
}

.htr-footer-whatsapp-link:hover,
.htr-footer-whatsapp-link:focus {
  color: var(--htr-orange-dark);
}
