nav {
  font-size: 1vw;
}
nav .nav-container {
  z-index: 10;
  position: fixed;
  top: 0;
  height: 4.65em;
  width: 100%;
  background-color: #1577bf;
  transition: background-color 0.5s;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
}
nav .nav-container .nav-item-container {
  width: 35%;
  height: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
nav .nav-container .nav-item-container .nav-item {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-size: 1.05em;
  font-weight: 100;
  letter-spacing: 0.179em;
  padding: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.5s;
  position: relative;
}
nav .nav-container .nav-item-container .nav-item a {
  color: #ffffff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 1.08em;
}
nav .nav-container .nav-item-container .nav-item a img {
  margin-left: 0.375em;
  width: 1em;
}
nav .nav-container .nav-item-container .nav-item .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: calc(100% + 3.33em);
  padding: 1.01em 0;
  background: #dedede;
  display: none;
}
nav .nav-container .nav-item-container .nav-item .sub-menu li {
  padding: 0;
  font-size: 0.815em;
  letter-spacing: 0.175em;
  font-weight: 300;
  -webkit-text-stroke: 0.02em;
}
nav .nav-container .nav-item-container .nav-item .sub-menu li a {
  transition: background-color 0.5s, color 0.5s;
  padding: 0.32em 1.28em;
  justify-content: flex-start;
  color: #002f5f;
}
nav .nav-container .nav-item-container .nav-item .sub-menu li:hover a {
  background-color: #002f5f;
  color: white;
}
nav .nav-container .nav-item-container .nav-item .sub-menu.new-yachts {
  width: calc(66.5% + 3.33em);
}
nav .nav-container .nav-item-container .nav-item:hover {
  background-color: #002f5f;
}
nav .nav-container .left-nav-container {
  justify-content: flex-end;
}
nav .nav-container .right-nav-container {
  justify-content: flex-end;
  left: -0.2em;
  position: relative;
}
nav .nav-container .logo-container {
  width: 31.9%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
nav .nav-container .logo-container .watermark-container {
  width: 100%;
  height: 100%;
}
nav .nav-container .logo-container .logo-image-container {
  position: absolute;
  top: -0.25em;
  width: 9%;
}
nav .nav-container .logo-container img {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: auto;
}
nav .nav-container:hover {
  background-color: #1577bf;
}
footer {
  font-size: 1vw;
}
footer .footer-container {
  background-color: #1577bf;
}
footer img {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
}
footer .footer-top {
  background-color: #002f5f;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding-left: 2.7em;
}
footer .footer-top .logo-container {
  position: relative;
  top: 4.5em;
  width: 10.32em;
}
footer .footer-top .iyba-logo-container {
  margin-left: 3.4em;
  margin-bottom: 1.8em;
  width: 7.251em;
}
footer .footer-top .footer-nav-container {
  margin: 0 2em 1em auto;
}
footer .footer-top a {
  color: #ffffff;
  font-family: "Oswald", sans-serif;
  margin: 0 0 0 1.45em;
  font-size: 1.15em;
  letter-spacing: 0.0977em;
  font-weight: 300;
}
footer .footer-bottom {
  background-color: #1577bf;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 2.7em;
}
footer .footer-bottom .footer-social-container {
  margin-left: 13em;
  margin-top: 0.655em;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
}
footer .footer-bottom .footer-social-container a {
  margin: 0 0.53em;
  background: #002f5f;
  padding: 0.5em;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .footer-bottom .footer-social-container a img {
  width: 1em;
  height: 1em;
}
footer .footer-bottom a {
  color: #002f5f;
  font-weight: 600;
}
footer .footer-bottom .footer-brands-container {
  margin: 0.5em 2em 1em auto;
}
footer .footer-bottom .footer-brands-container a {
  font-family: "Oswald", sans-serif;
  margin: 0 0 0 1.5em;
  font-size: 1.15em;
  letter-spacing: 0.0808em;
}
footer .footer-bottom-logos {
  background-color: #1577bf;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
footer .footer-bottom-logos .asnet-logo-container {
  margin: 0 1em 1.5em 1em;
}
footer .footer-bottom-logos .adasure-logo-container {
  margin: 0 2.33em 1.5em 1em;
}
nav .mobile-nav {
  padding: 0.5rem;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-template-areas: "main";
  padding: 0.5rem 0;
  background-color: #ebf4f9;
  display: none;
}
nav .mobile-nav .mobile-menu {
  position: fixed;
  z-index: 2;
  width: 100%;
  height: 100vh;
  background: #e0edf6;
  margin-top: -101vh;
  transition: margin-top 0.75s;
  overflow: scroll;
  padding-bottom: 6rem;
}
nav .mobile-nav .mobile-menu .mobile-menu-watermark-container img {
  object-fit: cover;
  object-position: center;
  width: auto;
  height: 100vh;
}
nav .mobile-nav .mobile-menu .mobile-menu-watermark-container-1 {
  position: absolute;
  bottom: 0;
  left: -115rem;
  z-index: -1;
}
nav .mobile-nav .mobile-menu .mobile-menu-watermark-container-2 {
  position: absolute;
  bottom: 0;
  left: -55rem;
  z-index: -1;
}
nav .mobile-nav .mobile-menu .mobile-menu-social-container {
  margin-top: 8.5rem;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
}
nav .mobile-nav .mobile-menu .mobile-menu-social-container a {
  margin: 0 0.53em;
  background: #002f5f;
  padding: 0.5em;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
nav .mobile-nav .mobile-menu .mobile-menu-social-container a img {
  width: 1em;
  height: 1em;
}
nav .mobile-nav .mobile-menu .mobile-menu-nav-container {
  margin: 2rem auto;
  width: 95%;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-template-areas: ".";
  grid-gap: 1rem 0;
}
nav .mobile-nav .mobile-menu .mobile-menu-nav-container a {
  color: #002f5f;
  font-family: "Oswald", sans-serif;
  width: auto;
  width: fit-content;
  margin: 0 auto;
  font-size: 1.15em;
  letter-spacing: 0.0977em;
  font-weight: 500;
  text-align: center;
}
nav .mobile-nav .mobile-menu .mobile-menu-brands-container {
  margin: 0 auto;
  margin-top: 2.5em;
  text-align: center;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-template-areas: ". .";
  width: 80%;
}
nav .mobile-nav .mobile-menu .mobile-menu-brands-container a {
  font-family: "Oswald", sans-serif;
  margin: 0.33em 0;
  font-size: 1.15em;
  letter-spacing: 0.0808em;
  color: #002f5f;
  font-weight: 600;
}
nav .mobile-nav .mobile-menu.active {
  margin-top: -1vh;
}
nav .mobile-nav .mobile-menu-overlay {
  position: fixed;
  z-index: 2;
  width: 100%;
  height: 12vh;
  background-image: linear-gradient(#e0edf6 50%, rgba(255, 255, 255, 0));
  margin-top: -1vh;
  display: none;
}
nav .mobile-nav .mobile-logo-container {
  grid-area: main;
  height: 4rem;
  width: 15rem;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  left: -0.5rem;
}
nav .mobile-nav .mobile-logo-container img {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
}
nav .mobile-nav .hamburger-container {
  grid-area: main;
  width: auto;
  width: fit-content;
  height: auto;
  height: fit-content;
  margin: auto 1rem auto auto;
  width: 1.5rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  nav,
  footer {
    font-size: 16px;
  }
  nav .nav-container {
    display: none;
  }
  nav .mobile-nav {
    display: grid;
  }
  footer .footer-top {
    flex-flow: column;
    padding: 0;
    align-items: center;
  }
  footer .footer-top .logo-container {
    top: 0;
  }
  footer .footer-top a {
    display: flex;
    margin: 0.5rem auto;
    font-size: 1em;
  }
  footer .footer-top .iyba-logo-container {
    margin: 1rem auto;
  }
  footer .footer-top .footer-nav-container {
    margin: 1rem 0;
    width: 95%;
    max-width: 50em;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  footer .footer-bottom {
    flex-flow: column;
    padding: 0;
    padding-top: 1rem;
  }
  footer .footer-bottom .footer-social-container {
    margin: 0;
  }
  footer .footer-bottom .footer-brands-container {
    margin: 0;
    margin-top: 1rem;
    text-align: center;
    width: 95%;
    max-width: 50em;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  footer .footer-bottom .footer-brands-container a {
    display: flex;
    margin: 0.5rem auto;
  }
  footer .footer-bottom-logos {
    align-items: center;
    justify-content: center;
  }
  footer .footer-bottom-logos .asnet-logo-container,
  footer .footer-bottom-logos .adasure-logo-container {
    margin: 1rem auto;
  }
}
@media screen and (max-width: 600px) {
  nav .mobile-nav .mobile-logo-container img {
    width: 80%;
  }
  footer .footer-top .footer-nav-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-template-areas: ". .";
  }
  footer .footer-top a {
    font-size: 1.15em;
  }
  footer .footer-bottom .footer-brands-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-template-areas: ". .";
  }
}
