/* Header */

.header {
  z-index: 10;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  position: fixed;
  top: 0;
  width: 100%;
}

.header-wrap {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.header-logo {
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: .5em 1em;
  transition: color .2s, background-color .2s;
  display: flex;
  background: #ffffff;
}

.logo-wrapper {
  z-index: 999;
  flex: none;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  height: 9em;
  display: flex;
  position: relative;
}

.brand-link-block {
  grid-row-gap: .5em;
  background-color: #ffffff;
  color: 73ccd8;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 13vw;
  min-width: 170px;
  padding: .5em 1em;
  transition: color .2s, background-color .2s;
  display: flex;
}

.brand-link-block:hover {
  background-color: #FAF7F5;
  color: #FAF7F5;
  ;
}

.header-logo svg {
  width: 167px;
  min-width: 167px;
}

.header-logo:hover {
  background: #FAF7F5;
}

.header-main-nav {
  width: 100%;
}

.header-topbar {
  background-color: #0065a4;
  border-bottom: 1px solid #fff3;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 4em;
  padding: 0 1em;
  display: flex;
}

.header-topbar .header-topbar-left  {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
}

.header-topbar .header-topbar-left .topbar-link-block {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}

.header-topbar .header-topbar-left .topbar-link-block:hover {
  border-bottom: 1px solid #848279;
  opacity: 1;
  color:#fff;
}

.header-topbar .header-topbar-left .topbar-link-block img {
  z-index: 10;
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 1.4em;
  position: relative;
}

.header-topbar .header-topbar-left .topbar-link-block span {
  color: #faf7f5;
  font-size: .8em;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: .15em;
  text-indent: .15em;
  text-transform: uppercase;
}

.header-navlinks {
  height: 100px;
  width: 100%;
}

.header-topbar-right {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  display: inline-flex;
  gap: 5px;
}

.wrapper.vertical-center {
  display: flex;
}

.nav-link-2 {
  z-index: 10;
  color: #fff;
  background-color: #ffffff14;
  border: 1px solid #ffffff4d;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: .8em 1.3em;
  font-size: .8em;
  font-weight: 600;
  transition: background-color .2s, border-color .2s, color .2s;
  display: flex;
  position: relative;
  top: -1px;
  text-decoration: none;
}

.nav-link-2:hover {
  background-color: #848279;
  color: #0b0c33;
}

.search-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #ffffff!important;
  align-items: center;
  font-weight: 400;
  transition: opacity .2s;
  display: flex;
  text-decoration: none;
}

.horizontal-spacer {
  width: 16px;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}


.header-navlinks {
  background-color: #02152533;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 5em;
  transition: background-color .2s;
  display: flex;
  position: static;
}

.header-navlinks-wrapper {
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  height: 5em;
  padding-right: 1em;
  display: flex;
  position: static;
}

.header-navlinks-items {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-flow: row;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
}

.header-navlinks-items .nav-link {
  z-index: 10;
  color: #fff;
  border-top: 3px solid #0000;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 0 1em;
  font-size: .8em;
  font-weight: 600;
  transition: border-color .2s, color .2s;
  display: flex;
  position: relative;
  max-width: 100%;
  text-decoration: none;
}

.nav-link:hover {
  border-top: 3px solid #c6b5a9;
  color: #fff;
}

.menu-link-title {
  letter-spacing: .1em;
  text-indent: .1em;
  text-transform: uppercase;
  font-size: .9em;
  line-height: 1.2em;
  margin: 0;
  font-weight: 600;
}


.fixed-menu-button {
  z-index: 998;
  cursor: pointer;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 9em;
  min-width: 9em;
  height: 9em;
  min-height: 9em;
  transition: background-color .2s;
  position: relative;

  background-color: #fff;
  height: 7em;
  min-height: 7em;
}

.fixed-menu-button:hover {
  background-color: #848279;
}

.fixed-menu-button.mobile-only {
  display: none;
}

.fixed-menu-button.mobile-only:hover {
  background-color: #848279;
}

.fixed-menu-button.mobile-only img {
  z-index: 10;
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 1.7em;
  position: relative;
}

.nav {
  position: fixed;
  top: 0; 
  left: 0;
  width: 100%; 
  height: 100%;
  background: rgba(255,255,255,0.8);
  transform: translateX(-100%);
  transition: transform 0.7s cubic-bezier(0.25, 0.8, 0.25, 1), 
    box-shadow 0.5s ease;
  box-shadow: none;
  z-index: 1000;
}
.nav.open {
  transform: translateX(0);
  box-shadow: 6px 0 30px rgba(0,0,0,0.2);
}

.menu-overlay {
  position: fixed;
  inset: 0;
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.7s ease;
  z-index: 999;
  overflow-Y: auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-top: 100px;
  padding-left: 35px;
  padding-right: 35px;
  padding-bottom: 80px;

}

.nav .mobile-nav-wrap a {
  display: block;
  opacity: 0;
  transition: opacity 0.5s ease, background: 0.5s ease, transform 1s ease ;
  padding: 14px;
}

.mob_nav_item p {
  font-size: 16px;
  line-height: 1.2;
  margin: 0px;
  text-transform: uppercase;
  font-weight: 600;
}

.nav.open .mobile-nav-wrap a:hover {
  color: #fff;
  background: #73ccd8;
}

.menu-overlay.open {
  opacity: 1;
  visibility: visible;
}

.nav.open .mobile-nav-wrap a {
  opacity: 1;
}

.mobile_nav_close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: #e4d9d1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile_nav_close img {
  max-width: 30px;
  width: 100%;
  margin: 0 auto;
}


@media(max-width:480px) {

  .mobile_nav_close img {
    max-width: 17px;
  }

  .mob_nav_item p  {
    font-size: 3.5vw;
  }

}



@media(max-width: 993px) {

  .header-main-nav {
    z-index: 10;
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid #fff3;
    flex-direction: column;
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-self: stretch;
    align-items: stretch;
    width: 100%;
    display: flex;
    position: static;
    justify-content: space-between;
    padding-left: 0;
  }

  .header-topbar {
    grid-column-gap: 30px;;
    border-bottom-width: 0;
    border-bottom-color: #0000;
    height: 84px;
  }

  .fixed-menu-button.mobile-only {
    display: flex;
    min-width: unset;

    width: 108px;
    background-color: #fff;
    height: 84px;
    min-height: 84px;
  }

  .fixed-menu-button {
    background-color: #fff;
    height: 7em;
    min-height: 7em;
  }

  .header-navlinks {
    display: none!important;
  }

  .logo-wrapper {
    height: unset!important;
  }

  .header-topbar-left {
    display: none!important;
  }


  .search-link {
    font-size: 0.7rem;
  }

  .nav-link-2 {
    font-size: 12px;
    line-height: 1;
  }

}

@media(max-width: 767px) {

  .header-topbar-right .hide-on-mob:first-child {
    display: none!important;
  }

}


@media(max-width: 600px) {

  .header-topbar-right {
    display: none!important;
  }

  .header-main-nav {
    display: none;
  }

}

@media(max-width: 480px) {

  .fixed-menu-button.mobile-only {
    height: auto;
    min-height: auto;
  }

}