@font-face {
  font-family: Season Mix;
  src: url('../fonts/SeasonMixTRIAL-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Season Mix;
  src: url('../fonts/SeasonMixTRIAL-RegularItalic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Season Mix;
  src: url('../fonts/SeasonMixTRIAL-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Season Mix;
  src: url('../fonts/SeasonMixTRIAL-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Season Mix;
  src: url('../fonts/SeasonMixTRIAL-SemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Season Mix;
  src: url('../fonts/SeasonMixTRIAL-SemiBoldItalic.otf') format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Season Mix;
  src: url('../fonts/SeasonMixTRIAL-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Season Mix;
  src: url('../fonts/SeasonMixTRIAL-LightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Season Mix;
  src: url('../fonts/SeasonMixTRIAL-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Season Mix;
  src: url('../fonts/SeasonMixTRIAL-MediumItalic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

:root {
  --white: white;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.hero {
  background-image: url('../images/hero-bg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.nav-menu-desktop {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hamburger-line-middle {
  background-color: #fff;
  width: 30px;
  height: 2px;
}

.container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.brand-group {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  align-items: center;
  display: flex;
}

.hamburger-line-bottom {
  background-color: #fff;
  width: 30px;
  height: 2px;
}

.navbar-block {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.menu-button {
  z-index: 99999;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #0000;
  flex-flow: row;
  align-items: center;
  display: flex;
}

.menu-button.w--open {
  background-color: #073e86;
}

.mobile-hamburger {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 30px;
  height: 20px;
  display: flex;
}

.hamburger-line-top {
  background-color: #fff;
  width: 30px;
  height: 2px;
}

.navbar {
  z-index: 99;
  background-color: #0000;
  padding: 20px;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-menu {
  z-index: 9999;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #073e86;
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  height: 100vh;
  display: none;
  inset: 0%;
}

.main-menu {
  width: 100%;
}

.navbar-link {
  color: #fff;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 75px;
  padding: 0 10px;
  font-size: 17px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.navbar-link:hover {
  color: #febe2c;
}

.nav-menu-mobile {
  width: 100%;
}

.brand {
  transition: all .2s;
}

.brand-logo {
  line-height: 0;
}

.menu-center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.body {
  font-family: Season Mix, Arial, sans-serif;
}

.menu-text {
  color: var(--white);
  text-transform: uppercase;
  font-size: 16px;
  line-height: 100%;
}

.hero-content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.hero-logo-link {
  color: #fffc;
  width: 60%;
}

.hero-logo {
  width: 100%;
  line-height: 100%;
}

.hero-text-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 60px;
}

.hero-heading {
  color: #ffffffe6;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 300;
  line-height: 125%;
}

.hero-heading-high {
  font-style: italic;
  font-weight: 500;
}

.button-white {
  color: #fff;
  text-transform: uppercase;
  border: 2px solid #fff;
  border-radius: 50px;
  padding: 16px 48px;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
  transition: all .4s;
}

.button-white:hover {
  background-color: var(--white);
  color: #703905;
}

.intro-content {
  background-color: #eee8de;
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.intro-video {
  z-index: 1;
  aspect-ratio: 1;
  width: 50%;
  height: 100%;
}

.intro-container {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  position: absolute;
  inset: 0%;
}

.boxed-container {
  max-width: 1366px;
  height: 100%;
}

.intro-inner {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-top: 120px;
  padding-bottom: 120px;
  padding-left: 10%;
  display: flex;
  position: static;
}

.heading {
  color: #073e86;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 300;
  line-height: 100%;
}

.heading-high {
  font-weight: 500;
}

.subheading {
  color: #073e86;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
  font-style: italic;
  font-weight: 500;
  line-height: 100%;
}

.about-content {
  background-color: #eee8de;
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.about-inner {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 120px 10%;
  display: flex;
  position: static;
}

.about-img {
  aspect-ratio: 1;
  object-fit: cover;
  width: 50%;
}

.about-text {
  color: #073e86;
  text-align: left;
  margin-bottom: 0;
  font-size: 24px;
  font-style: italic;
  font-weight: 600;
  line-height: 150%;
}

.contact {
  overflow: hidden;
}

.contact-content {
  background-color: #febe2c;
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.contact-inner {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 90px 10%;
  display: flex;
  position: static;
}

.contact-figures {
  flex-flow: column;
  width: 50%;
  height: auto;
  display: flex;
}

.contact-video {
  z-index: 1;
  width: 50%;
  height: auto;
}

.contact-heading {
  color: #073e86;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 300;
  line-height: 100%;
}

.contact-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.contact-subheading {
  color: #073e86;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-style: italic;
  font-weight: 500;
  line-height: 100%;
}

.contact-heading-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.footer {
  background-color: #eee8de;
  background-image: url('../images/footer-bg.jpg');
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: auto;
  padding-top: 60px;
  padding-bottom: 74px;
}

.footer-content {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-logo-link {
  color: #073e86;
}

.footer-logo {
  width: 160px;
}

.footer-subheading {
  color: #073e86;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-style: italic;
  font-weight: 500;
  line-height: 100%;
}

.footer-heading-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.footer-paragraph {
  color: #073e86;
  text-align: center;
  max-width: 920px;
  margin-bottom: 0;
}

.contact-text-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 60px;
  display: none;
}

.endless-surf {
  width: 260px;
}

.heading-contact-inner {
  color: #073e86;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 300;
  line-height: 100%;
}

.contact-text {
  color: #073e86;
  text-align: left;
  margin-bottom: 0;
  font-size: 24px;
  font-style: italic;
  font-weight: 600;
  line-height: 150%;
}

.hero-logo-mobile {
  width: 100%;
  line-height: 100%;
  display: none;
}

.menu-logo {
  color: #fff;
  min-width: 160px;
  margin-bottom: 20%;
}

.surf-content {
  background-color: #eee8de;
  flex-flow: row;
  justify-content: center;
  display: flex;
  position: relative;
}

.surf-text-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding: 120px 10%;
  display: flex;
}

.surf-video, .surf-video-copy {
  z-index: 1;
  width: 50%;
  height: auto;
}

@media screen and (min-width: 1280px) {
  .intro-video {
    aspect-ratio: 1;
  }
}

@media screen and (min-width: 1440px) {
  .about-content {
    justify-content: flex-start;
  }

  .about-text {
    margin-bottom: 0;
    line-height: 150%;
  }

  .contact-content {
    background-color: #febe2c;
  }

  .contact-figures {
    width: 50%;
  }

  .contact-heading {
    font-style: italic;
  }

  .contact-text {
    margin-bottom: 0;
    line-height: 150%;
  }

  .surf-content {
    justify-content: flex-start;
  }
}

@media screen and (min-width: 1920px) {
  .intro-video {
    aspect-ratio: 4 / 3;
  }

  .contact-figures {
    justify-content: space-between;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu-desktop {
    background-color: #d9ff01;
    width: 100vw;
    height: 100vh;
    display: none;
    inset: 0%;
  }

  .hamburger-line-middle, .hamburger-line-bottom {
    background-color: #fff;
    border-radius: 5px;
    width: 25px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar-block {
    justify-content: space-between;
    align-items: center;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    color: #d9ff01;
    background-color: #0000;
  }

  .mobile-hamburger {
    cursor: pointer;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 20px;
    display: flex;
  }

  .hamburger-line-top {
    background-color: #fff;
    border-radius: 5px;
    width: 25px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar {
    z-index: 99;
    padding-top: 20px;
    padding-bottom: 20px;
    position: fixed;
    inset: 0% 0% auto;
  }

  .nav-menu {
    z-index: 9999;
    aspect-ratio: auto;
    object-fit: fill;
    background-color: #073e86;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    height: 100vh;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .main-menu {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .navbar-link {
    color: #fff;
    justify-content: center;
    align-items: center;
    height: 60px;
    font-size: 16px;
    transition: all .2s;
    display: flex;
  }

  .navbar-link:hover {
    color: #febe2c;
  }

  .nav-menu-mobile {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .menu-center {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .hero-logo-link {
    width: 40%;
  }

  .hero-logo {
    display: none;
  }

  .intro-content {
    flex-flow: column;
  }

  .intro-video {
    width: 100%;
  }

  .intro-inner {
    width: 100%;
    padding-right: 10%;
  }

  .about-content {
    flex-flow: column-reverse wrap;
  }

  .about-inner, .about-img {
    width: 100%;
  }

  .about-text {
    margin-bottom: 0;
  }

  .contact-content {
    flex-flow: column;
  }

  .contact-inner {
    width: 100%;
  }

  .contact-figures {
    background-color: #eee8de;
    width: 100%;
  }

  .contact-video {
    aspect-ratio: 3 / 2;
    width: 100%;
    height: auto;
  }

  .contact-img {
    height: auto;
    display: block;
  }

  .footer {
    padding-top: 0;
  }

  .contact-text-block {
    padding-left: 10%;
    padding-right: 10%;
    display: flex;
  }

  .contact-text {
    margin-bottom: 0;
  }

  .hero-logo-mobile {
    display: block;
  }

  .menu-logo {
    max-width: 160px;
  }

  .surf {
    display: none;
  }

  .surf-content {
    flex-flow: column-reverse wrap;
  }

  .surf-text-block {
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
    display: flex;
  }

  .surf-video, .surf-video-copy {
    aspect-ratio: 3 / 2;
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .hamburger-line-middle, .hamburger-line-bottom, .hamburger-line-top {
    background-color: #fff;
  }

  .nav-menu {
    background-color: #073e86;
  }

  .navbar-link {
    color: #fff;
    height: 60px;
  }

  .navbar-link:hover {
    color: #febe2c;
  }

  .hero-content {
    justify-content: flex-start;
    align-items: center;
    padding-top: 220px;
  }

  .hero-logo-link {
    width: 50%;
  }

  .contact-inner {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    background-image: url('../images/hero-bg-m.webp'), url('../images/hero-bg.webp');
    background-position: 50%, 50%;
    background-repeat: no-repeat, no-repeat;
    background-size: cover, cover;
  }

  .hamburger-line-middle {
    background-color: #fff;
  }

  .brand-group {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    align-items: flex-start;
  }

  .hamburger-line-bottom, .hamburger-line-top {
    background-color: #fff;
  }

  .nav-menu {
    width: 100%;
  }

  .hero-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: center;
    padding-top: 220px;
    padding-bottom: 160px;
  }

  .hero-logo-link {
    width: 50%;
  }

  .hero-text-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    position: static;
    bottom: 0;
  }

  .hero-heading {
    font-size: 22px;
  }

  .button-white {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
  }

  .intro-inner {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading {
    font-size: 42px;
  }

  .subheading {
    font-size: 26px;
  }

  .about-inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .about-text {
    font-size: 16px;
  }

  .contact-inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .contact-video {
    aspect-ratio: 1;
  }

  .contact-heading {
    font-size: 42px;
  }

  .contact-img {
    aspect-ratio: 1;
  }

  .contact-subheading {
    font-size: 18px;
  }

  .footer-content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .footer-logo {
    width: 120px;
  }

  .footer-subheading {
    font-size: 19px;
  }

  .footer-paragraph {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 6px;
    line-height: 125%;
  }

  .contact-text-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .endless-surf {
    width: 180px;
  }

  .heading-contact-inner {
    font-size: 42px;
  }

  .contact-text {
    font-size: 16px;
  }

  .surf-text-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}


@font-face {
  font-family: 'Season Mix';
  src: url('../fonts/SeasonMixTRIAL-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Season Mix';
  src: url('../fonts/SeasonMixTRIAL-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Season Mix';
  src: url('../fonts/SeasonMixTRIAL-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Season Mix';
  src: url('../fonts/SeasonMixTRIAL-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Season Mix';
  src: url('../fonts/SeasonMixTRIAL-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Season Mix';
  src: url('../fonts/SeasonMixTRIAL-SemiBoldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Season Mix';
  src: url('../fonts/SeasonMixTRIAL-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Season Mix';
  src: url('../fonts/SeasonMixTRIAL-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Season Mix';
  src: url('../fonts/SeasonMixTRIAL-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Season Mix';
  src: url('../fonts/SeasonMixTRIAL-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}