@font-face {
  font-family: Rubber Duck;
  src: url('../fonts/Rubber-Duck.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Geist;
  src: url('../fonts/Geist-Thin.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Geist;
  src: url('../fonts/Geist-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Geist;
  src: url('../fonts/Geist-ExtraLight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

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

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

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

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

:root {
  --waves-library--white: white;
  --waves-library--black: #131313;
  --waves-library--background: #faebe3;
}

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

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

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

.waves---cta-white {
  background-color: var(--waves-library--white);
  color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.waves---cta-white.wide-cta {
  min-width: 200px;
}

.waves---mg-top-16 {
  margin-top: 16px;
}

.waves---subtitle {
  color: #fff;
  font-family: Rubber Duck, Arial, sans-serif;
  font-size: 2rem;
  line-height: 40px;
}

.waves---limit-480 {
  width: 100%;
  max-width: 480px;
}

.waves---mega-heading-1 {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Rubber Duck, Arial, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 115%;
  display: flex;
}

.waves-title-wrap-hero-5 {
  z-index: 1;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.waves---main-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1352px;
  margin-top: 100px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  overflow: hidden;
}

.waves-gradient-hero-5 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.waves-section-hero-5 {
  color: var(--waves-library--white);
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding-top: 140px;
  padding-bottom: 88px;
  display: flex;
  position: relative;
}

.div-block {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.section {
  background-color: #000;
}

.heading {
  color: #fff;
  text-align: center;
  margin-bottom: 60px;
  font-family: Rubber Duck, Arial, sans-serif;
  font-size: 4rem;
  font-weight: 400;
}

.div-block-2 {
  flex-flow: column;
  display: flex;
}

.field-label, .field-label-2 {
  color: #fff;
}

.form {
  margin-right: 100px;
  padding-left: 100px;
}

.container {
  background-color: #0000;
  max-width: 100%;
  overflow: hidden;
}

.body {
  background-color: #000;
  background-image: linear-gradient(#0f2237, #0f2237);
}

.waves---cta-dark {
  background-color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark:hover {
  background-color: #131313e6;
}

.waves---cta-dark.wide-cta {
  color: #4da2ff;
  letter-spacing: 1px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #0000;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 15px;
  min-width: 300px;
  font-family: Rubber Duck, Arial, sans-serif;
  box-shadow: 0 4px #3c7abe;
}

.waves-text-field-background {
  border: 1px solid var(--waves-library--black);
  background-color: var(--waves-library--background);
  color: var(--waves-library--black);
  border-radius: 8px;
  height: 52px;
  margin: 0;
  font-size: 16px;
}

.waves-text-field-background:focus {
  border-color: var(--waves-library--black);
  color: var(--waves-library--black);
}

.waves-text-field-background.field-cta-1 {
  color: #ffffffa6;
  text-align: center;
  letter-spacing: 2px;
  background-color: #08182a;
  border-radius: 15px;
  min-width: 300px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Rubber Duck, Arial, sans-serif;
}

.waves-form-cta-1 {
  grid-column-gap: 8px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.waves---form-block-cta-1 {
  margin-top: 40px;
  margin-bottom: 32px;
}

.waves---paragraph-big {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Rubber Duck, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 130%;
}

.waves---heading-2-no-margins {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---left-cta-1 {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves---master-cta-1 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.waves---main-container-2 {
  max-width: none;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---section-medium {
  z-index: 2;
  padding-top: 80px;
  padding-bottom: 20px;
  position: relative;
}

.container-2 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 80vh;
  margin-top: 100px;
  display: block;
  position: relative;
  overflow: visible;
}

.text-block {
  color: #4da2ff;
  letter-spacing: 1px;
  white-space: nowrap;
  word-break: normal;
  overflow-wrap: normal;
  background-color: #fff;
  border: 1px solid #ffffff80;
  border-radius: 10px;
  max-width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 14px 20px;
  font-family: Rubber Duck, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4rem;
  transform: none;
  box-shadow: 0 4px #00000040;
}

.text-block._2, .text-block._3, .text-block._4 {
  transform: none;
}

.text-block.big {
  color: #fff;
  background-color: #4da2ff;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 1.8rem;
  line-height: 1.8rem;
  transform: none;
  box-shadow: 0 4px #00000040;
}

.div-block-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: #fff;
  letter-spacing: 1px;
  background-color: #1b3048cc;
  border: 1px solid #ffffff80;
  border-radius: 10px;
  max-width: 100%;
  margin-top: -25px;
  margin-bottom: 0;
  margin-left: 289px;
  padding: 30px 20px;
  font-family: Rubber Duck, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  position: static;
  top: -29px;
  transform: rotate(-12deg);
  box-shadow: 0 2px 10px 6px #005eff7a;
}

.div-block-4 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-3 {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: #fff;
  letter-spacing: 1px;
  background-color: #1b3048cc;
  border: 1px solid #ffffff80;
  border-radius: 10px;
  max-width: 100%;
  margin-top: -24px;
  margin-bottom: 0;
  margin-left: -81px;
  padding: 30px 20px;
  font-family: Rubber Duck, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  transform: rotate(4deg);
  box-shadow: 0 2px 14px #0077ffc4;
}

.div-block-5 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-4 {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: #fff;
  letter-spacing: 1px;
  background-color: #1b3048cc;
  border: 1px solid #ffffff80;
  border-radius: 10px;
  max-width: 100%;
  margin-top: -12px;
  margin-bottom: 0;
  margin-left: -233px;
  padding: 30px 20px;
  font-family: Rubber Duck, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  transform: rotate(-12deg);
  box-shadow: 0 2px 12px 3px #003d9fb5;
}

.div-block-6 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-5 {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: #fff;
  letter-spacing: 1px;
  background-color: #1b3048cc;
  border: 1px solid #ffffff80;
  border-radius: 10px;
  max-width: 100%;
  margin-top: 11px;
  margin-bottom: 0;
  padding: 30px 20px;
  font-family: Rubber Duck, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  position: static;
  left: 9px;
  transform: rotate(4deg);
  box-shadow: inset 0 2px 11px #2880c8, 0 2px 11px 2px #235affba;
}

.div-block-7 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image {
  width: 100px;
}

.text-block-6 {
  color: #3684d9;
  font-family: Rubber Duck, Arial, sans-serif;
}

.success-message {
  color: #000dff;
  border-radius: 15px;
  font-family: Rubber Duck, Arial, sans-serif;
}

.text-block-7 {
  color: #3684d9;
  font-family: Rubber Duck, Arial, sans-serif;
}

.error-message {
  border-radius: 15px;
}

.image-3 {
  width: 280px;
}

.div-block-8 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.div-block-9 {
  z-index: 1;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 1440px;
  margin-top: 20px;
  display: flex;
  position: relative;
}

.image-4 {
  width: 100%;
  position: absolute;
  inset: 0%;
}

.image-5 {
  width: 100%;
}

.image-6 {
  width: 100%;
  position: absolute;
  top: 0;
}

.image-8 {
  width: 300px;
  position: absolute;
  top: 20%;
  bottom: auto;
  right: 0%;
  overflow: clip;
}

.image-9 {
  z-index: 1;
  width: 400px;
  position: absolute;
  inset: auto auto auto -10%;
}

.div-block-10 {
  justify-content: center;
  align-items: center;
  display: flex;
}

._1 {
  margin-right: 0;
}

.div-block-11 {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  display: flex;
}

.body-2 {
  background-color: #09223d;
  background-image: url('../images/B1.svg');
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: cover;
  flex-flow: column;
  display: flex;
}

.section-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 40px;
  margin-bottom: 100px;
  display: flex;
}

.waves---nav-container {
  max-width: 1440px;
  height: 100%;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---nav-brand-link {
  height: 35px;
}

.waves---brand {
  max-width: none;
  height: 100%;
}

.waves---nav-link {
  padding: 12px 16px;
}

.waves---nav-buttons-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

.waves-dropdown-toggle {
  grid-column-gap: 6px;
  justify-content: center;
  align-items: center;
  padding: 12px 8px 12px 16px;
  display: flex;
}

.waves-icon-drodpdown {
  width: 24px;
  height: 24px;
}

.waves-dropdown-list.w--open {
  background-color: var(--waves-library--white);
  border: 1px solid #1313131a;
  border-radius: 4px;
}

.waves---dropdown-link {
  text-align: center;
}

.waves-master-nav-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.waves-middle-nav-2 {
  grid-column-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.waves-navbar-2 {
  z-index: 104;
  background-color: #fff0;
  border: 1px solid #0000;
  height: 80px;
  padding-top: 0;
}

.waves---nav-cta {
  background-color: #1b4471;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 52px;
  padding: 8px 24px;
  font-family: Rubber Duck, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  display: flex;
  box-shadow: 0 4px #4da2ff;
}

.div-block-12 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.heading-2 {
  color: #fff;
  font-family: Rubber Duck, Arial, sans-serif;
  font-size: 3rem;
  line-height: 4rem;
}

.text-block-8 {
  color: #fff;
  font-family: Rubber Duck, Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 2rem;
}

.text-block-9 {
  color: #7dbbff;
  text-transform: uppercase;
  margin-top: 20px;
  font-family: Rubber Duck, Arial, sans-serif;
  font-size: 3rem;
  line-height: 3rem;
}

.button {
  color: #4da2ff;
  background-color: #fff;
  border-radius: 12px;
  font-family: Rubber Duck, Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 3rem;
}

.div-block-13 {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  background-color: #1b4471;
  border-radius: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding: 10px 40px;
  display: flex;
  box-shadow: 0 4px #4da2ff;
}

.div-block-14 {
  z-index: 999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: relative;
}

.div-block-15 {
  z-index: 888;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 26px;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.text-block-10 {
  color: #fff;
  font-family: Rubber Duck, Arial, sans-serif;
}

.div-block-16 {
  color: #fff;
  justify-content: center;
  align-items: center;
  font-family: Rubber Duck, Arial, sans-serif;
  font-size: 3rem;
  line-height: 4rem;
  display: flex;
}

.section-3 {
  background-image: url('../images/Гиппо-на-скейте-1.png'), url('../images/B2.svg');
  background-position: 0 100%, 50%;
  background-repeat: no-repeat, repeat;
  background-size: 400px, cover;
  justify-content: center;
  align-items: center;
  height: 40vh;
  padding-top: 20px;
  display: flex;
}

.image-10 {
  max-width: 40%;
  margin-top: -105px;
  position: relative;
  top: 0;
}

.div-block-17 {
  justify-content: center;
  align-items: center;
  margin-top: -44px;
  display: flex;
}

.heading-3 {
  color: #fff;
  font-family: Rubber Duck, Arial, sans-serif;
  font-size: 1.5rem;
}

.div-block-18 {
  color: #fff;
  background-image: url('../images/Frame-1321320373.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 400px;
  justify-content: center;
  align-items: center;
  margin-top: -86px;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Rubber Duck, Arial, sans-serif;
  font-weight: 400;
  display: flex;
}

.text-block-11 {
  font-size: 1.5rem;
  line-height: 2rem;
}

.div-block-19 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  color: #fff;
  background-image: url('../images/Frame-1321320375.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 700px;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: Rubber Duck, Arial, sans-serif;
  display: flex;
}

.div-block-20 {
  background-image: url('../images/Frame-1321320374.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 500px;
  padding-left: 0;
}

.text-block-12 {
  background-image: url('../images/Frame-1321320374.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 350px;
  padding: 30px 40px;
  font-size: 1rem;
}

.section-4 {
  padding-bottom: 0;
}

.background-video {
  z-index: 999;
  border: 8px solid #3781d1;
  border-radius: 60px;
  width: 90%;
  padding-left: 0;
  padding-right: 0;
}

.section-5 {
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-21 {
  background-color: #959595ab;
  border-radius: 80px;
  padding-left: 40px;
  padding-right: 40px;
}

.image-11 {
  z-index: 0;
  position: absolute;
  top: 221px;
}

.button-2 {
  background-color: #1b4471;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  font-family: Rubber Duck, Arial, sans-serif;
  font-size: 1.4rem;
  display: flex;
  box-shadow: 0 3px #4da2ff;
}

.button-2-copy {
  background-color: #1b4471;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  max-width: 300px;
  margin-top: 20px;
  padding: 20px;
  font-family: Rubber Duck, Arial, sans-serif;
  font-size: 1.4rem;
  display: flex;
  box-shadow: 0 3px #4da2ff;
}

@media screen and (min-width: 1280px) {
  .waves---cta-dark.wide-cta {
    font-family: Geist, Arial, sans-serif;
    font-size: 1.4rem;
  }

  .waves-text-field-background.field-cta-1 {
    font-size: 1.4rem;
    font-weight: 500;
  }

  .container-2 {
    height: 80vh;
  }

  .text-block-6, .text-block-7 {
    color: #3684d9;
    font-size: 2rem;
  }
}

@media screen and (min-width: 1440px) {
  .container-2 {
    height: 80vh;
  }

  .image-8 {
    right: 0%;
  }

  .image-9 {
    left: -5%;
  }
}

@media screen and (min-width: 1920px) {
  .waves---subtitle {
    font-size: 3rem;
  }

  .waves---main-container {
    margin-top: 200px;
    margin-bottom: 100px;
  }

  .heading {
    font-size: 6rem;
  }

  .waves---cta-dark.wide-cta {
    min-width: 500px;
    height: 80px;
    padding: 20px 10px;
    font-size: 2.5rem;
  }

  .waves-text-field-background.field-cta-1 {
    height: 80px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 2.5rem;
  }

  .waves---paragraph-big {
    font-size: 2rem;
  }

  .container-2 {
    height: 60vh;
  }

  .text-block {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .text-block._2 {
    font-size: 2.5rem;
  }

  .text-block._3 {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .text-block._4 {
    font-size: 2.5rem;
  }

  .text-block.big {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .text {
    margin-top: -15px;
    font-size: 2rem;
  }

  .text-block-3 {
    margin-top: -1px;
    font-size: 2rem;
  }

  .text-block-4 {
    margin-top: 8px;
    font-size: 2rem;
  }

  .text-block-5 {
    margin-top: 14px;
    font-size: 2rem;
  }

  .image-2 {
    max-width: 100%;
  }

  .div-block-8 {
    font-size: 20px;
  }

  .div-block-9 {
    flex: 0 auto;
  }

  .image-7 {
    z-index: 1;
    width: 500px;
    position: absolute;
    bottom: 5%;
    right: -10%;
  }

  .image-8 {
    width: 400px;
    bottom: 5%;
    right: 10%;
  }

  .image-9 {
    width: 600px;
    left: auto;
  }
}

@media screen and (max-width: 991px) {
  .waves---mega-heading-1 {
    font-size: 72px;
    line-height: 110%;
  }

  .waves-section-hero-5 {
    padding-top: 240px;
  }

  .waves---left-cta-1 {
    align-items: center;
  }

  .waves---master-cta-1 {
    flex-direction: column;
    justify-content: flex-start;
  }

  .container-2 {
    background-position: 50%;
  }

  .image-8 {
    width: 260px;
    top: auto;
  }

  .image-9 {
    width: 300px;
  }

  .waves---nav-brand-link {
    padding-left: 0;
  }

  .waves---nav-link {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 20px;
    display: flex;
  }

  .waves---nav-buttons-right {
    grid-column-gap: 8px;
  }

  .waves---nav-menu {
    background-color: var(--waves-library--white);
    border: 1px solid #1313131a;
    border-radius: 8px;
    margin-top: 4px;
  }

  .waves-dropdown-toggle {
    padding-right: 16px;
    font-size: 20px;
  }

  .waves-dropdown-list.w--open {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    position: static;
  }

  .waves---dropdown-link {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 20px;
  }

  .waves-master-nav-2 {
    display: flex;
  }

  .waves---menu-button {
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 52px;
    padding: 0;
    display: flex;
  }

  .waves---menu-button.w--open {
    background-color: var(--waves-library--black);
    border-radius: 6px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 52px;
    padding: 0;
    display: flex;
  }

  .waves---hamburger-icon {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: auto;
    display: flex;
  }

  .waves---nav-dropdown {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (max-width: 767px) {
  .waves---subtitle {
    font-size: 2rem;
    line-height: 34px;
  }

  .waves---mega-heading-1 {
    font-size: 3rem;
  }

  .waves-title-wrap-hero-5 {
    text-align: center;
    align-items: center;
  }

  .waves---main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves-section-hero-5 {
    padding-top: 160px;
  }

  .container {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .waves-text-field-background.field-cta-1 {
    min-width: 0;
  }

  .waves-form-cta-1 {
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: stretch;
  }

  .waves---form-block-cta-1 {
    width: 100%;
    max-width: 320px;
  }

  .waves---heading-2-no-margins {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---master-cta-1 {
    text-align: center;
  }

  .waves---main-container-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium {
    padding-top: 0;
    padding-bottom: 80px;
  }

  .container-2 {
    margin-top: 100px;
    margin-bottom: 20px;
  }

  .text-block {
    margin-bottom: 16px;
  }

  .text-block-3 {
    transform: rotate(9deg);
  }

  .text-block-4 {
    transform: rotate(-7deg);
  }

  .text-block-5 {
    margin-top: 8px;
  }

  .image-4 {
    width: 200%;
    max-width: 200%;
  }

  .image-8 {
    width: 200px;
    inset: -20% 0% 0% auto;
  }

  .image-9 {
    width: 300px;
    position: static;
    inset: 0%;
  }

  .waves---nav-container {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media screen and (max-width: 479px) {
  .waves---subtitle {
    font-size: 20px;
  }

  .waves---mega-heading-1 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.8rem;
  }

  .waves-section-hero-5 {
    padding-bottom: 48px;
  }

  .heading {
    font-size: 3rem;
  }

  .waves---heading-2-no-margins {
    font-size: 34px;
  }

  .waves---section-medium {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .container-2 {
    height: 80vh;
    margin-top: 120px;
    margin-bottom: 40px;
  }

  .text-block {
    white-space: normal;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 10px;
    font-size: 1rem;
  }

  .text-block._4 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text {
    margin-top: -19px;
    margin-left: 128px;
    margin-right: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 1rem;
  }

  .text-block-3 {
    margin-top: -4px;
    margin-right: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 1rem;
  }

  .text-block-4 {
    margin-left: 118px;
    margin-right: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 1rem;
  }

  .text-block-5 {
    margin-top: -3px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 1rem;
  }

  .image {
    max-width: 80%;
  }

  .div-block-8 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
  }

  .div-block-9 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .image-4 {
    width: 100%;
    max-width: 100%;
  }

  .image-8 {
    width: 160px;
    position: static;
    bottom: 4%;
  }

  .image-9 {
    width: 200px;
  }

  .body-2 {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 600px;
  }

  .section-2 {
    margin-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .waves---nav-brand-link {
    height: 30px;
  }

  .waves-master-nav-2 {
    flex-flow: row;
    justify-content: space-between;
  }

  .waves---nav-cta {
    width: 100px;
    display: none;
  }

  .heading-2 {
    text-align: center;
    font-size: 1.6rem;
    line-height: 2rem;
  }

  .text-block-8 {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .text-block-9 {
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .button {
    padding-left: 20px;
    padding-right: 10px;
    font-size: 1rem;
    line-height: 1.1rem;
  }

  .div-block-13 {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-15 {
    z-index: 999;
  }

  .section-3 {
    background-size: 300px, cover;
    justify-content: center;
    align-items: flex-start;
  }

  .heading-3 {
    font-size: 1rem;
  }

  .div-block-18 {
    background-size: 300px;
    margin-top: -76px;
  }

  .text-block-11 {
    font-size: 1rem;
  }

  .div-block-19 {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    background-position: 50% 90%;
    background-size: 400px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .text-block-12 {
    text-align: center;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding: 10px 20px;
  }

  .background-video {
    border-width: 4px;
    border-radius: 20px;
    width: 90%;
    height: 180px;
    padding-left: 0;
  }

  .section-5 {
    margin-top: 24px;
  }

  .image-11 {
    top: 363px;
  }

  .text-block-13 {
    font-size: 2rem;
  }

  .button-2, .button-2-copy {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.2rem;
  }
}


@font-face {
  font-family: 'Rubber Duck';
  src: url('../fonts/Rubber-Duck.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-ExtraBold.otf') format('opentype'), url('../fonts/Geist-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}