.w-nav {
  position: relative;
  z-index: 1000;
  background: #ddd;
}

.rt-navbar {
  position: fixed;
  width: 100%;
  background-color: #ffffff;
  transform: translateY(0);
  transition: transform 1.5s ease;
  will-change: transform;
}

.rt-navbar.is-scroll-hidden {
  transform: translateY(calc(-100% - 0.75rem));
}

.rt-navbar.rt-navbar--non-sticky {
  position: relative;
}
.rt-navbar {
  .rt-navbar-shadow {
    position: absolute;
    inset: 0%;
    box-shadow: 0 2px 10px #0000001a;
  }

  .w-container {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
  }

  .rt-container-extra-large {
    width: 100%;
    max-width: 1800px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }

  .rt-navbar-wrapper {
    grid-template-rows: auto;
    grid-template-columns: 0.25fr 1fr 0.25fr;
    justify-content: space-between;
    align-items: stretch;
  }

  .w-nav-brand {
    position: relative;
    float: left;
    color: #333;
    text-decoration: none;
  }

  .rt-brand {
    display: flex;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    padding-left: 0;
  }

  img {
    position: static;
    display: inline-block;
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .w-nav-menu {
    position: relative;
    float: right;
  }

  .rt-nav-menu {
    display: flex;
    flex: 1;
    justify-content: space-between;
    align-items: center;
    padding-left: 4.3rem;
    padding-right: 2.3125rem;
  }

  .rt-nav-link-main {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .rt-nav-link-wrapper {
    list-style: none;
    padding: 0;
    margin: 0;
    grid-column-gap: 1.7rem;
    grid-row-gap: 1.7rem;
    margin-right: 1.2rem;
    justify-content: flex-start;
    align-items: center;
  }

  .menu-item {
    justify-content: flex-start;
    align-items: center;
    padding: 0;
    transition: color 0.3s;
  }

  .w-dropdown {
    position: relative;
    z-index: 900;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }

  .w-dropdown-btn,
  .w-dropdown-toggle,
  .w-dropdown-link {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    vertical-align: top;
    color: #222;
    text-align: left;
    white-space: nowrap;
    text-decoration: none;
  }

  .w-dropdown-toggle {
    display: inline-block;
    padding-right: 40px;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
  }

  .menu-item a {
    display: flex;
    align-items: center;
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
    padding: 1.75rem 0 1.5625rem;
    color: #074641;
    font-size: 0.9375rem;
    font-weight: 500;
    letter-spacing: -0.035rem;
    transition: color 0.3s;
  }

  .w-dropdown-list {
    position: absolute;
    display: none;
    min-width: 100%;
    background: #ddd;
  }

  .w-dropdown:hover .w-dropdown-list {
    display: block;
    opacity: 1 !important;
    transform: translate3d(0, 0%, 0) !important;
    transform-style: preserve-3d !important;
    z-index: 1000 !important;
    transition:
      opacity 0.3s,
      transform 0.3s;
  }

  .rt-navigation {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    border-radius: 0.3125rem;
    background-color: #ffffff;
  }

  .rt-phone {
    display: none;
    flex-flow: row;
    grid-column-gap: 0.75rem;
    grid-row-gap: 0.75rem;
    justify-content: center;
    align-items: center;
  }

  .rt-phone-number-wrapper {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .rt-secondary-text-color {
    color: #6b7280;
  }

  .rt-line-height {
    line-height: 1.5;
  }

  .rt-line-height.rt-font-weight-semi-bold.rt-call-link {
    color: #074641;
    text-decoration: none;
  }

  .rt-menu-tab-botom-content {
    display: none !important;
  }

  .rt-navbar-button {
    flex: 1;
    max-width: 10rem;
    justify-content: flex-end;
    align-items: center;
  }

  .rt-button-overlay {
    position: absolute;
    display: none;
    border-radius: 50%;
    background-color: #0f1f3d;
    transform: scale(2);
  }
  .rt-brand-logo-wrapper {
    flex: 1;
    justify-content: flex-start;
    align-items: center;
    max-width: 10.625rem;
  }

  /* Former Webflow inline styles */
  .rt-navbar .rt-drop-down.w-dropdown {
    max-width: 1800px;
  }

  .rt-navbar .rt-nav-link .w-nav-link {
    max-width: 1800px;
  }

  .rt-navbar .w-dropdown-list.rt-navigation {
    opacity: 0;
    transform: translate3d(0, 15px, 0);
    transform-style: preserve-3d;
  }

  .rt-text-button-wrapper .rt-text-color-white.rt-1 {
    transform: translate3d(0, 0%, 0);
    transform-style: preserve-3d;
  }

  .rt-text-button-wrapper .rt-text-color-white.rt-change-text.rt-2 {
    transform: translate3d(0, 100%, 0);
    transform-style: preserve-3d;
  }

  .rt-mobile-list-botton.w-nav-button {
    -webkit-user-select: text;
  }
  .w-nav-button {
    float: right;
    cursor: pointer;
    -webkit-tap-highlight-color: #0000;
    tap-highlight-color: #0000;
    -webkit-user-select: none;
    user-select: none;
    padding: 18px;
    font-size: 24px;
    display: none;
    position: relative;
  }
}
@media screen and (min-width: 1280px) {
  .rt-nav-menu {
    .rt-nav-link-main {
      justify-content: space-between;
      align-items: center;
    }

    .rt-nav-link-wrapper {
      grid-column-gap: 3.0625rem;
      grid-row-gap: 3.0625rem;
      margin-right: 0;
    }

    .rt-phone {
      display: flex;
      flex-flow: row;
      justify-content: center;
      align-items: center;
    }
  }
}

@media screen and (max-width: 991px) {
  .rt-navbar {
    .rt-nav-menu {
      display: none;
    }
    .rt-navbar-wrapper {
      padding-top: 0.625rem;
      padding-bottom: 0.625rem;
    }
    .w-nav-overlay .rt-nav-menu {
      border-top: 1px solid #0000001a;
      display: block;
      width: 100%;
      padding: 0;
    }

    .rt-bottom-button-wrapper {
      grid-column-gap: 1.875rem;
      grid-row-gap: 1.875rem;
      justify-content: center;
      align-items: flex-start;
      width: 100%;
      margin-top: 1.25rem;
      margin-bottom: 1.25rem;
    }
    .mobile-menu a {
      padding-top: 0.625rem;
      padding-bottom: 0.625rem;
      color: #074641;
      font-size: 0.875rem;
      line-height: 1.5;
      font-weight: 500;
      letter-spacing: -0.035rem;
      transition: color 0.3s;
    }

    .mobile-menu-link-wrapper {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .mobile-menu .rt-nav-link-wrapper {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
    }
    .rt-menu-tab-botom-content {
      display: flex !important;
      justify-content: center;
      align-items: center;
      width: 100%;
    }

    .rt-tab-display-off {
      display: none;
    }
    .w-nav-button {
      display: block;
    }
    .rt-hamburger-line {
      background-color: #074641;
      width: 1.5625rem;
      height: 0.125rem;
      transform-origin: center;
      transition:
        transform 0.35s ease,
        opacity 0.25s ease,
        width 0.35s ease;
    }
    .rt-hamburger-line.rt-text-color-white {
      width: 0.6875rem;
    }
    .rt-mobile-list-botton.is-menu-open .rt-hamburger-line.rt-1 {
      transform: translateY(0.4375rem) rotate(45deg);
    }
    .rt-mobile-list-botton.is-menu-open .rt-hamburger-line.rt-2 {
      opacity: 0;
      transform: scaleX(0);
    }
    .rt-mobile-list-botton.is-menu-open .rt-hamburger-line.rt-text-color-white {
      width: 1.5625rem;
      transform: translateY(-0.4375rem) rotate(-45deg);
    }
    .rt-nav-open-mobile-button {
      grid-column-gap: 0.3125rem;
      grid-row-gap: 0.3125rem;
    }
    .rt-mobile-list-botton {
      background-color: #c8c8c800;
      padding-left: 0;
      padding-right: 0;
    }
    .rt-nav-link-main {
      flex-flow: column;
      justify-content: flex-start;
      align-items: flex-start;
    }

    .rt-nav-link-wrapper {
      grid-column-gap: 0rem;
      grid-row-gap: 0rem;
      flex-flow: column;
      grid-template-rows: auto auto;
      grid-template-columns: 1fr;
      grid-auto-columns: 1fr;
      align-items: flex-start !important;
      justify-content: flex-start;
      place-items: flex-start start;
      width: 100%;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      display: flex;
    }
    .rt-nav-bottom-content {
      grid-column-gap: 1rem;
      grid-row-gap: 1rem;
      justify-content: flex-start;
      align-items: center;
      width: 100%;
    }
    .rt-nav-contact-box {
      justify-content: flex-start;
      align-items: center;
      margin-top: 1rem;
    }
    .rt-nav-botton-social-icon-wrapper {
      grid-column-gap: 0.625rem;
      grid-row-gap: 0.625rem;
    }
    .rt-social-icon {
      background-color: #ffffff;
      border-radius: 50%;
      justify-content: center;
      align-items: center;
      width: 1.3rem;
      height: 1.3rem;
      display: flex;
    }
    .rt-nav-social-icon {
      width: auto;
      height: 0.9rem;
    }
    .rt-nav-contact-box {
      justify-content: flex-start;
      align-items: center;
      margin-top: 1rem;
    }
    .rt-nav-cc-text {
      color: #074641;
      font-size: 0.8rem;
    }
  }
}

@media screen and (max-width: 767px) {
  .rt-nav-menu {
    .rt-nav-menu {
      border-bottom-right-radius: 0.9375px;
      border-bottom-left-radius: 0.9375px;
    }
  }
}
