.top-nav {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 20;
}

.top-address,
.site-nav-bar {
  background-color: rgba(0, 30, 60, 0.3);
}

.top-address {
  padding: 17px 0;
  position: relative;
}

.top-address::after {
  background: linear-gradient(90deg, rgba(243, 10, 70, 0) 25%, rgba(130, 0, 96, 1) 100%);
  bottom: 0;
  content: "";
  height: 2px;
  position: absolute;
  right: 0;
  width: 100%;
}

.top-address__inner,
.site-nav-bar__inner {
  align-items: center;
  display: flex;
}

.site-header__brand-wrap {
  flex: 0 0 auto;
  padding-right: 2rem;
}

.top-address__content {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  justify-content: flex-end;
}

.top-address__details {
  display: flex;
  gap: 2rem;
}

.top-address__details a,
.top-social a {
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
}

.top-social {
  display: flex;
  gap: 0.75rem;
  padding-left: 4rem;
}

.site-header__brand {
  display: inline-flex;
}

.site-header__logo {
  height: 92px;
  width: auto;
}

.site-nav-bar__inner {
  justify-content: space-between;
}

.site-nav {
  display: flex;
  gap: 1.5rem;
}

.site-nav__link {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  padding: 24px 0;
}

.site-header__actions {
  display: inline-flex;
}

@media (max-width: 900px) {
  .top-address {
    display: none;
  }

  .site-nav-bar__inner,
  .site-nav {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-nav__link {
    padding: 0.5rem 0;
  }
}
