:root {
  --black: var(--waves-library--black);
  --main-color: #84d8f0;
  --waves-library--black: var(--waves-library--background);
  --main-color-extra: #00afdd;
  --waves-library--white: white;
  --waves-library--background: #121212;
  --waves-library--accent-3: #0b2a38;
  --waves-library--accent-2: orange;
  --aqua: #01f;
  --aqua-2: #00ffd6;
  --dark-turquoise: #00d6b4;
  --dark-cyan: #00ad92;
  --waves-library--dark-elevation: #ede0d8;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

body {
  color: #fff;
  background-color: #222;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: #fff;
  letter-spacing: .5px;
  width: 450px;
  margin-bottom: 16px;
  font-family: Lato, sans-serif;
  font-weight: 300;
  line-height: 24px;
  display: block;
}

a {
  color: #00d6b4;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: inline-block;
}

.hero {
  min-height: 300px;
  line-height: 10px;
}

.hero.small {
  min-height: 410px;
}

.hero.sub-page {
  height: 62vh;
}

.hero.about-page {
  background-image: linear-gradient(#00000091, #222), url('../images/photo-1441716844725-09cedc13a4e7.jpg');
  background-size: auto, cover;
  min-height: 340px;
}

.hero.contact-page {
  min-height: 450px;
}

.hero.project-page {
  min-height: 384px;
}

.hero-content {
  color: #fff;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.hero-content.small {
  inset: auto 0 0%;
  transform: none;
}

.nav {
  float: none;
  text-align: right;
  background-color: #0000;
  height: 5px;
  padding-top: 0;
}

.nav-link {
  color: #f7f0f0;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 0;
  padding-right: 0;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  line-height: 17px;
  transition: color .2s;
}

.nav-link:hover {
  color: #fff;
  text-decoration: none;
}

.nav-link.w--current {
  color: #f0f3f3;
  padding-top: 0;
  font-family: Oswald, sans-serif;
  font-size: 20px;
}

.logo {
  color: #fff;
  width: 800px;
  height: 100px;
  padding: 15px 15px 15px 0;
  font-family: Lato, sans-serif;
  font-size: 24px;
  line-height: 30px;
  position: static;
}

.logo:hover {
  color: #fff;
  text-decoration: none;
}

.subtitle {
  color: #ffffff7d;
  text-transform: uppercase;
  margin-bottom: 35px;
  font-size: 12px;
  line-height: 18px;
}

.button {
  color: #00d6b4;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #00d6b4;
  border-radius: 3px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 19px;
  transition: all .2s;
}

.button:hover {
  color: #fff;
  border-color: #fff;
}

.button.submit {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 45px;
  padding-right: 45px;
  display: block;
}

.section {
  min-width: 80vw;
  margin-left: 100px;
  margin-right: 100px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.content-wrapper {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.tab-menu {
  color: #fff;
  text-align: center;
  margin-bottom: 25px;
}

.tab-link {
  color: #999;
  background-color: #0000;
}

.tab-link:hover {
  color: #fff;
}

.tab-link.w--current {
  color: #fff;
  background-color: #0000;
  border-bottom: 1px solid #fff;
}

.photo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  height: 300px;
  margin: 15px 5px;
  display: block;
}

.footer {
  color: #999;
  text-align: center;
  background-color: #222;
  margin-top: 29px;
  padding-top: 36px;
  padding-bottom: 36px;
  font-size: 12px;
  line-height: 18px;
}

.footer-link {
  color: #999;
  text-decoration: none;
}

.footer-link:hover {
  color: #fff;
}

.section-title {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 26px;
  font-weight: 300;
}

.main-image {
  margin-bottom: 50px;
}

.form {
  color: #fff;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.left-column {
  color: #fff;
  padding-right: 40px;
}

.main-heading {
  color: #0a0909;
  text-align: left;
  margin-bottom: 27px;
  font-family: Great Vibes, cursive;
  font-size: 48px;
  font-weight: 300;
  line-height: 53px;
}

.main-heading.inline {
  display: inline;
}

.main-heading.inline.bolder {
  font-weight: 300;
}

.heading-wrapper {
  text-align: center;
  margin-top: 140px;
  padding-left: 15%;
  padding-right: 15%;
}

.footer-logo {
  color: #c2c2c2;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 19px;
  line-height: 22px;
}

.profile-pic {
  border-radius: 100%;
  width: 90px;
  margin-bottom: 31px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.about-me {
  width: 61%;
  margin: 41px auto;
  display: block;
}

.field {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.input {
  color: #fff;
  background-color: #4b4b4b;
  border-style: none;
  border-radius: 3px;
  min-height: 50px;
  margin-bottom: 19px;
  padding-top: 12px;
  padding-bottom: 12px;
  transition: box-shadow .2s;
}

.input:focus {
  box-shadow: inset 0 0 0 2px #00d6b4;
}

.input.text-area {
  min-height: 141px;
}

.secondary-title:hover {
  text-decoration: none;
}

.empty-state {
  text-align: center;
  background-color: #0000;
  border: 1px solid #ffffff57;
  border-radius: 3px;
  padding: 33px 33px 49px;
}

.no-items-title {
  font-weight: 300;
}

.project-image {
  border-radius: 3px;
  margin-bottom: 22px;
  transition: opacity .2s;
}

.project-image:hover {
  opacity: .69;
}

.super-heading {
  color: #ffffff5c;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
}

.testimonial {
  text-align: center;
  margin-bottom: 44px;
  font-weight: 100;
}

.company {
  text-align: center;
}

.testimonial-wrapper {
  text-align: center;
  margin-bottom: 43px;
}

.project-body-copy {
  margin-bottom: 67px;
  margin-left: 12%;
  margin-right: 12%;
}

.success {
  background-color: #00ad92;
  border-radius: 3px;
}

.success-message {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 17px;
}

.main-detail-image {
  border-radius: 3px;
  max-width: 400px;
  margin-bottom: 41px;
}

.category-link {
  letter-spacing: 1px;
  text-decoration: none;
  transition: opacity .2s;
}

.category-link:hover {
  opacity: .67;
  text-decoration: none;
}

.image {
  float: left;
  max-width: 25%;
  margin-right: 0;
  padding-left: 0;
  font-size: 100px;
}

.container {
  min-width: 500px;
  max-width: 500vw;
}

.container-2 {
  min-width: 25vw;
  min-height: 500px;
  padding-left: 102px;
}

.video {
  border-left: 1px solid #000;
  border-radius: 0;
}

.background-video {
  min-width: 20vw;
  padding-left: 0;
  display: block;
}

.body {
  color: #0000;
  background-color: #0a0a0a;
  border: 1px solid #f1eaea;
  height: 300px;
}

.quick-stack {
  padding-left: 200px;
  padding-right: 200px;
}

.background-video-2 {
  float: none;
  clear: none;
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(#f5f3f305 18%, #0d0d0d 49%);
  background-clip: border-box;
  border: 1px #0000000a;
  flex-flow: row;
  height: 300px;
  margin-top: 0;
  display: block;
  position: static;
  top: -4672910000000000px;
  overflow: visible;
  box-shadow: 0 2px 5px #0003;
}

.section-2 {
  background-color: #f5eaea;
}

.image-2 {
  margin-left: 200px;
}

.section-3 {
  background-color: var(--black);
  height: 1000px;
  margin-left: 0;
}

.heading {
  color: #ece3e3;
  text-align: center;
  font-family: Oswald, sans-serif;
  font-weight: 200;
}

.quick-stack-2 {
  height: 500px;
}

.video-2 {
  width: 600px;
  margin-top: 100px;
  margin-left: 100px;
}

.container-3 {
  box-sizing: border-box;
  float: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: 2 / 3;
  text-align: center;
  object-fit: fill;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 30vw;
  height: 50px;
  margin-left: 300px;
  margin-right: 0;
  display: block;
  position: static;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link-2 {
  color: #ebecf1;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #1a1b1fbf;
}

.nav-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  background-color: var(--black);
  color: var(--main-color);
  letter-spacing: 2px;
  -webkit-text-stroke-color: var(--main-color);
  text-transform: uppercase;
  border: 1px solid #000;
  padding: 12px 25px;
  font-family: Open Sans, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.navbar-logo-center {
  color: #f0e3e380;
  background-color: #ece2e23b;
  border: 1px #000;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link-accent {
  color: var(--waves-library--black);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.nav-link-3 {
  color: #eeeff3;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-3:hover {
  color: #1a1b1fbf;
}

.nav-link-3:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.vizor-sisslz {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 20px 0 50px;
  display: block;
  position: relative;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.hero-form {
  margin-bottom: 12px;
}

.hero-form-container {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.hero-form-input {
  color: #1a1b1f;
  border: 1px solid #d1d6db;
  width: 240px;
  height: auto;
  margin-bottom: 0;
  margin-right: 9px;
  padding: 5px 16px;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.hero-form-input:hover, .hero-form-input:focus {
  border-color: #76879d;
}

.hero-form-input::placeholder {
  color: #1a1b1fcc;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.background-video-3 {
  background-image: linear-gradient(#f3eaea33, #fff 100%, #f5f7fa);
  border: 1px #00000008;
  height: 200px;
  margin-top: 0;
  position: static;
}

.text-block {
  color: #ece9e9;
}

.navbar-logo-left {
  background-color: #f0e9e93b;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-4 {
  color: var(--waves-library--black);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 50px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-4:hover {
  color: #1a1b1fbf;
}

.nav-link-4:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-4[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.heading-2 {
  color: #0d0d0d;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  margin-top: -10px;
  margin-bottom: 25px;
  font-family: Bebasneue, sans-serif;
  font-size: 62px;
  font-weight: 400;
  display: flex;
}

.text-block-2 {
  color: var(--waves-library--black);
  mix-blend-mode: hue;
}

.video-3 {
  width: 500px;
  margin-left: 250px;
  padding-left: 50px;
}

.video-4 {
  flex: 1;
  width: 500px;
  margin-right: 20px;
  padding-right: 20px;
}

.quick-stack-3 {
  margin-top: 30px;
  padding-left: 0;
  padding-right: 0;
}

.cell {
  text-align: right;
}

.paragraph {
  color: #050505;
  text-align: right;
  margin-left: 100px;
}

.cell-2 {
  text-align: right;
}

.link {
  color: #0d0e0d;
  text-align: center;
  margin-top: 100px;
  margin-left: 50px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 50px;
}

.footer-subscribe {
  border-bottom: 1px solid #e4ebf3;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding: 20px 0 40px;
  display: flex;
  position: relative;
}

.container-5 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-form-two {
  background-color: var(--main-color-extra);
  background-image: url('../images/ocean-transparent-background-13.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 20px;
  width: 950px;
  margin-top: 100px;
  margin-bottom: 40px;
  padding: 40px 64px 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  color: #0e0d0d;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  border-radius: 20px;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.button-primary-2.footer-form-button {
  border-radius: 20px;
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.footer-wrapper-three {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #1a1b1fbf;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.cell-3 {
  padding-right: 50px;
  display: block;
}

.image-3 {
  opacity: 1;
  filter: grayscale();
  -webkit-text-fill-color: inherit;
  mix-blend-mode: darken;
  background-image: linear-gradient(#00000080, #00000080);
  background-clip: border-box;
  border: 1px solid #0000000d;
  border-radius: 20px;
  position: relative;
  box-shadow: 13px 12px 10px 3px #0000002e;
}

.quick-stack-4 {
  height: 300px;
}

.click-for-projects {
  color: #f8f3f3;
  background-color: #0c0b0b;
  margin-top: -220px;
  margin-left: 400px;
}

.block-quote {
  color: #ece6e6;
  text-align: right;
  background-color: #090808c9;
  margin-top: 0;
  margin-bottom: 500px;
  margin-left: 180px;
  padding-bottom: 0;
  font-family: Exo, sans-serif;
}

.div-block {
  width: 100vw;
  height: 100vh;
  margin-top: -350px;
}

.hero-subscribe-left-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-6 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-2 {
  color: #0f0f0f;
  margin-bottom: 24px;
}

.hero-form-2 {
  margin-bottom: 12px;
}

.hero-form-container-2 {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.hero-form-input-2 {
  color: #1a1b1f;
  border: 1px solid #d1d6db;
  width: 240px;
  height: auto;
  margin-bottom: 0;
  margin-right: 9px;
  padding: 5px 16px;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.hero-form-input-2:hover, .hero-form-input-2:focus {
  border-color: #76879d;
}

.hero-form-input-2::placeholder {
  color: #1a1b1fcc;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.text-link-arrow-2 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-2 {
  margin-left: 2px;
  display: flex;
}

.shadow-two-2 {
  box-shadow: 0 4px 24px #96a3b514;
}

.heading-3 {
  color: #0a0909;
}

.image-4 {
  filter: grayscale(58%);
  border-radius: 20px;
  margin-top: 40px;
  box-shadow: 10px 12px 9px #00000024;
}

.paragraph-2 {
  background-color: #000000fc;
  margin-top: -40px;
  margin-left: 200px;
}

.quick-stack-5 {
  width: 50vw;
}

.image-5 {
  filter: grayscale();
  border-radius: 20px;
  margin-top: -50px;
  margin-left: 0;
}

.image-6 {
  filter: grayscale();
  border-radius: 20px;
  margin-left: -200px;
  margin-right: 300px;
  padding-left: 0;
  box-shadow: 13px 19px 20px 4px #0003;
}

.paragraph-3 {
  background-color: #000;
  margin-top: 100px;
  margin-left: 400px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.paragraph-4 {
  color: #0c0b0b;
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  position: static;
}

.image-7 {
  filter: grayscale();
  border-radius: 20px;
  order: 1;
  align-self: center;
  width: 25vw;
  height: 30vh;
  margin-left: 10px;
  margin-right: 0;
  position: sticky;
  box-shadow: 10px 10px 15px #0003;
}

.projects-im {
  filter: grayscale();
  text-align: center;
  border-radius: 20px;
  flex: 0 auto;
  align-self: center;
  width: 25vw;
  height: 30vh;
  margin-left: 0;
  margin-right: 0;
  transition: transform .275s linear;
  box-shadow: 10px 10px 15px #0003;
}

.projects-im:hover {
  filter: grayscale(0%);
  transform: scale(1.05);
}

.paragraph-5 {
  background-color: #0a0909;
  margin-top: -30px;
}

.paragraph-6 {
  text-align: right;
  object-fit: fill;
  background-color: #000;
  margin-top: -30px;
  margin-left: 230px;
  padding-left: 0;
}

.work-with-us-im {
  filter: grayscale();
  border-radius: 20px;
  width: 15vw;
  height: 20vh;
  margin-left: -30vw;
  transition: transform .2s;
  box-shadow: 10px 10px 15px #0003;
}

.work-with-us-im:hover {
  filter: none;
  transform: scale(1.05);
}

.about-us-im {
  filter: grayscale();
  border-radius: 20px;
  flex: 0 auto;
  align-self: stretch;
  width: 15vw;
  height: 20vh;
  margin-top: 0;
  margin-left: 1vw;
  transition: transform .275s;
  box-shadow: 10px 10px 15px #0003;
}

.about-us-im:hover {
  filter: grayscale(0%);
  transform: scale(1.05);
}

.paragraph-7 {
  color: #0a0a0a;
  width: 25vw;
  margin-top: 10px;
  margin-left: 3vw;
}

.paragraph-8 {
  background-color: #0c0101;
  margin-top: 80px;
  margin-bottom: -200px;
  margin-left: 200px;
}

.paragraph-9 {
  background-color: #0a0a0a;
  margin-top: -50px;
  margin-bottom: -100px;
}

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

.div-block-3 {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 30vh;
  margin-top: 20px;
  display: flex;
}

.product-im {
  filter: grayscale();
  border-radius: 20px;
  width: 25vw;
  height: 30vh;
  margin-left: 10vw;
  transition: transform .275s cubic-bezier(.526, .545, .75, .75);
}

.product-im:hover {
  filter: grayscale(0%);
  transform: scale(1.05);
}

.paragraph-10 {
  text-align: center;
  background-color: #0e0c0c;
  width: 7vw;
  position: relative;
  top: -393px;
  left: 291px;
}

.paragraph-11 {
  text-align: center;
  background-color: #070707;
  width: 7vw;
  position: relative;
  top: -475px;
  left: 1109px;
}

.paragraph-12 {
  text-align: center;
  background-color: #050505;
  width: 10vw;
  position: relative;
  top: -111px;
  left: 333px;
}

.main-container-home {
  flex-flow: row;
  place-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.paragraph-13 {
  color: #070606;
  background-image: linear-gradient(#a2e3f7, #a2e3f7);
  border-radius: 20px;
  width: 100%;
  height: 100%;
  margin-top: -20vh;
  margin-left: 53vw;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  font-family: Open Sans, sans-serif;
}

.heading-4 {
  color: #090808;
  text-align: center;
  background-color: #fcfcfc;
  width: 8vw;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 25vw;
  padding-bottom: 0;
  font-size: 20px;
  font-weight: 100;
  box-shadow: 2px 2px 10px #0003;
}

.heading-5 {
  color: #070606;
  flex-flow: row;
  width: 20vw;
  font-size: 20px;
  font-weight: 100;
  display: flex;
}

.paragraph-14 {
  color: #070707;
  background-color: #f5f5f5;
  font-weight: 300;
}

.paragraph-15 {
  color: #070606;
  text-align: center;
  background-color: #fff;
  margin-left: 25vw;
  box-shadow: 5px 3px 10px #0003;
}

.paragraph-16 {
  color: #0e0d0d;
  text-align: center;
  background-color: #fff;
  align-self: flex-end;
  width: 10vw;
  margin-left: 25vw;
  box-shadow: 5px 2px 10px #0003;
}

.quick-stack-6 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.paragraph-17 {
  color: #0c0b0b;
  background-color: #fff;
  margin-top: -5vh;
  margin-left: 20vw;
  box-shadow: 5px 3px 10px #0003;
}

.paragraph-18 {
  color: #000;
  background-color: #fff;
  margin-top: -5vh;
  margin-left: -10vw;
  box-shadow: 5px 3px 10px #0003;
}

.paragraph-19 {
  width: 40vw;
}

.paragraph-20 {
  color: var(--black);
  flex-flow: column;
  width: 40vw;
  margin-left: 5vw;
  display: flex;
}

.paragraph-21 {
  color: #080808;
  text-align: right;
  order: 0;
  align-self: flex-start;
  width: 30vw;
  margin-top: 0;
  margin-left: 0;
}

.div-block-5 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 5vh;
  display: flex;
}

.paragraph-22 {
  color: #070707;
  width: 30vw;
  margin-left: 5vw;
}

.image-12 {
  border-radius: 20px;
  width: 20vw;
  height: 30vh;
  margin-left: 7.5vw;
}

.link-2 {
  color: #0a0a0a;
  text-align: center;
  width: 15vw;
}

.link-3 {
  color: #070707;
  border-radius: 20px;
  width: 30vw;
  margin-left: 20vw;
}

.link-3:hover {
  color: #2f3131;
}

.image-ocean {
  border-radius: 20px;
  flex: none;
  align-self: center;
  width: 35vw;
  height: 40vh;
  margin-left: 2vw;
  box-shadow: 5px 5px 10px #0003;
}

.sand-im {
  border-radius: 0;
  width: 25vw;
  height: 30vh;
  margin-left: 0;
}

.button-2 {
  color: #0b0c0c;
  background-color: #3898ec0d;
  border: 1px solid #000;
  border-radius: 20px;
  margin-left: 20vw;
  transition: transform .2s;
}

.button-2:hover {
  transform: scale(1.05);
}

.div-block-6 {
  margin-top: 5vh;
  display: flex;
}

.about-us1 {
  border-radius: 20px;
  flex: 0 auto;
  order: 1;
  width: 30vw;
  margin-left: 4vw;
}

.about-us-2 {
  border-radius: 20px;
  width: 30vw;
  margin-left: 0;
}

.button-3 {
  color: #050505;
  background-color: #3898ec00;
  border: 1px solid #000;
  border-radius: 20px;
  margin-left: 22vw;
  padding-left: 15px;
}

.container-7 {
  text-align: center;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 15vw;
  margin-left: 20vw;
  display: flex;
}

.button-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #050505;
  text-align: center;
  object-fit: contain;
  background-color: #f5f5f5;
  border: 1px solid #000;
  border-radius: 20px;
  flex-flow: row;
  width: 6vw;
  padding-left: 9px;
  padding-right: 2px;
  display: flex;
}

.container-8 {
  flex-flow: row;
  width: 15vw;
  height: 50px;
  display: flex;
  position: relative;
  top: -25px;
}

.title-products {
  width: 50vw;
}

.paragraph-23 {
  background-color: var(--main-color);
  color: #030303;
  text-align: center;
  object-fit: fill;
  border-radius: 20px;
  width: 35vw;
  margin-top: 2vh;
  margin-left: 0;
  padding: 20px;
  font-family: Open Sans, sans-serif;
}

.container-9 {
  flex: 0 auto;
  align-self: center;
  width: 15vw;
  margin-left: 6vw;
}

.button-5 {
  color: #050505;
  text-align: center;
  vertical-align: middle;
  object-fit: none;
  background-color: #3898ec00;
  border: 1px solid #000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding-left: 9px;
  padding-right: 9px;
  display: flex;
}

.container-10 {
  justify-content: center;
  align-items: center;
  width: 15vw;
  margin-left: 15vw;
  display: flex;
}

.cell-6 {
  justify-content: center;
  align-items: center;
}

.button-on-water {
  color: #080908;
  background-color: #3898ec00;
  border: 1px solid #000;
  border-radius: 20px;
}

.container-11 {
  text-align: center;
  justify-content: flex-end;
  align-items: center;
  width: 15vw;
  height: 5vh;
  display: flex;
}

.cell-7 {
  justify-content: center;
  align-items: flex-end;
}

.paragraph-24 {
  flex-flow: column;
  display: flex;
}

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

.paragraph-25 {
  color: #0c0b0b;
  background-color: #f7f7f7;
  margin-left: 10vw;
}

.main-flexblox-home {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-26 {
  color: #000;
  text-align: left;
  background-color: #f7f7f7;
  flex-flow: column;
  order: 0;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  width: 10vw;
  margin-left: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  display: flex;
  box-shadow: 5px 5px 10px #0003;
}

.div-block-8 {
  justify-content: center;
  align-items: flex-start;
  margin-top: 5vh;
  display: flex;
}

.paragraph-27 {
  color: #000;
  background-color: #fff;
  margin-left: 10vw;
  box-shadow: 5px 5px 10px #0003;
}

.paragraph-28 {
  color: #0a0a0a;
  background-color: #fff;
  margin-left: 0;
  box-shadow: 5px 5px 10px #0003;
}

.div-block-9 {
  justify-content: center;
  align-items: center;
  margin-top: -3vh;
  margin-left: -30vw;
  display: flex;
}

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

.button-6 {
  margin-left: 0;
}

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

.button-8 {
  color: #080808;
  background-color: #3898ec00;
  border: 1px solid #000;
  border-radius: 20px;
  align-self: center;
  margin-left: 20vw;
}

.button-9 {
  color: #000;
  background-color: #3898ec00;
  border: 1px solid #000;
  border-radius: 20px;
  margin-left: 20vw;
}

.button-10 {
  color: #080908;
  background-color: #02020200;
  border: 1px solid #000;
  border-radius: 20px;
}

.list-item {
  color: #030303;
}

.list-item-2, .list-item-3 {
  color: #000;
}

.list {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 2vh;
  display: flex;
}

.div-block-12 {
  display: none;
}

.bird-s-eye-view, .list-item-5 {
  color: #000;
}

.list-item-6 {
  color: #070707;
}

.div-block-13 {
  justify-content: center;
  align-items: center;
  margin-top: 2vh;
  display: flex;
}

.list-2 {
  opacity: 0;
  margin-left: 16vw;
}

.list-3 {
  opacity: 0;
  margin-left: 18vw;
}

.list-4 {
  opacity: 0;
}

.image-13 {
  width: 5vw;
  height: auto;
  margin-right: 5vw;
}

.image-14 {
  width: 5vw;
  margin-right: 5vw;
}

.image-15 {
  width: 5vw;
  margin-right: 22vw;
}

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

.paragraph-29 {
  color: #030303;
  text-align: center;
  order: -1;
  align-self: flex-start;
  width: 7vw;
  margin-left: 0;
  margin-right: 2.2vw;
  font-family: Open Sans, sans-serif;
}

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

.paragraph-30 {
  color: #000;
  text-align: center;
  align-self: flex-start;
  width: 8vw;
  margin-right: 2.5vw;
  font-family: Open Sans, sans-serif;
}

.paragraph-31 {
  color: #030303;
  text-align: center;
  align-self: flex-start;
  width: 8vw;
  margin-right: 20.25vw;
  font-family: Open Sans, sans-serif;
}

.paragraph-32 {
  color: #090808;
  width: 39.5vw;
}

.paragraph-33 {
  color: var(--waves-library--white);
  width: 25vw;
  margin-left: 5vw;
  font-family: Open Sans, sans-serif;
}

.image-16 {
  border-radius: 20px;
  order: -1;
  width: auto;
  height: 35vh;
  margin-left: 2vw;
  margin-right: 0;
  box-shadow: 5px 5px 10px #0003;
}

.div-block-16 {
  background-color: #222526;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 40vh;
  margin-top: 5vh;
  display: flex;
}

.paragraph-34 {
  filter: sepia();
  color: #0f0e0e;
  justify-content: flex-end;
  align-items: center;
  margin-right: 15vw;
  font-family: Justanotherhand, sans-serif;
  font-size: 30px;
  display: flex;
}

.image-17 {
  width: 5vw;
  margin-left: 30vw;
}

.image-18 {
  width: 5vw;
  margin-left: 5vw;
}

.div-block-17 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 10vh;
  display: flex;
}

.paragraph-35 {
  color: #080808;
  text-align: center;
  width: 8vw;
  margin-left: 2vw;
  font-family: Open Sans, sans-serif;
}

.paragraph-36 {
  color: #0f0f0f;
  text-align: center;
  width: 8vw;
  margin-left: 28vw;
  font-family: Open Sans, sans-serif;
}

.div-block-18 {
  display: flex;
}

.paragraph-37 {
  color: #030303;
  margin-left: 20vw;
  font-family: Justanotherhand, sans-serif;
  font-size: 30px;
}

.image-19 {
  width: 40vw;
  margin-top: -30vh;
  margin-left: 0;
  margin-right: 5vw;
}

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

.paragraph-38 {
  color: #020202;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  width: 40vw;
  margin-left: 0;
  margin-right: 0;
  font-family: Open Sans, sans-serif;
  display: flex;
}

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

.link-4 {
  color: var(--waves-library--black);
  margin-left: 0;
}

.dropdown-toggle {
  border: 1px solid #000;
  border-radius: 20px;
}

.form-block {
  color: #0c0b0b;
}

.waves-success-mesaage {
  background-color: var(--waves-library--white);
  border-radius: 6px;
}

.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 {
  min-width: 200px;
}

.waves-submit-wrap-contact-1 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves---checkbox-label {
  font-size: 16px;
}

.waves---checkbox {
  border-color: var(--waves-library--black);
  width: 16px;
  height: 16px;
  margin-top: 3px;
  margin-right: 6px;
}

.waves---checkbox-field {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

.waves---input-wrap {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves-text-field-background {
  border: 1px solid var(--waves-library--black);
  background-color: var(--main-color);
  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---2-inputs {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.waves---form-contact-1 {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.waves-form-block-contact-1 {
  width: 100%;
  max-width: 540px;
  margin-top: 40px;
}

.waves---paragraph-big {
  font-size: 15px;
  line-height: 130%;
}

.waves---heading-2-no-margins {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 48px;
  font-weight: 300;
  line-height: 130%;
}

.waves---center-heading {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves-master-contact-1 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.waves---main-container {
  color: var(--waves-library--black);
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---section-medium {
  align-self: flex-start;
  width: 30vw;
  margin-left: 20px;
  padding-top: 0;
  padding-bottom: 20px;
}

.map {
  width: 30vw;
  height: 50vh;
  margin-left: 0;
  margin-right: 20px;
}

.slider {
  width: 30vw;
}

.slide {
  background-image: url('../images/corals-and-tropical-fish-underwater-sea-life-2023-11-27-05-08-29-utc.png');
  background-position: 0 0;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/nature-background-with-blue-sea-against-cloudy-sky-2023-11-27-05-28-09-utc.png');
  background-position: 50%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/beach-sand-close-up-texture-2023-11-27-05-28-25-utc.png');
  background-position: 0 0;
  background-size: auto;
}

.heading-6 {
  color: #070606;
}

.link-block {
  justify-content: flex-end;
  align-items: center;
  width: 15vw;
  margin-left: -30vw;
  display: flex;
}

.udesly-social-link {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.udesly-social {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.udesly-paragraph-small {
  color: #525252;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.udesly-paragraph-medium {
  color: #404040;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.udesly-paragraph-medium.udesly-text-bold {
  text-align: center;
  font-weight: 700;
}

.udesly-text-bold {
  font-weight: 700;
}

.udesly-image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.udesly-team-image {
  border-radius: 6px;
  width: 100%;
  max-width: 272px;
  max-height: 280px;
  overflow: hidden;
}

.udesly-team-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  display: flex;
}

.udesly-grid-third {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-21 {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  display: flex;
}

.image-20 {
  border: 0 solid #000;
  border-radius: 20px;
  width: 20vw;
  height: 30vh;
  position: sticky;
  box-shadow: 5px 5px 10px #0003;
}

.image-21, .image-22 {
  border: 0 solid #000;
  border-radius: 20px;
  width: 20vw;
  height: 30vh;
  margin-left: 2vw;
  box-shadow: 5px 5px 10px #0003;
}

.div-block-22 {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  justify-content: center;
  align-items: flex-start;
  height: 20vh;
  display: flex;
  position: relative;
}

.dropdown-toggle-2 {
  border: 1px solid #000;
  border-radius: 20px;
  left: 160px;
}

.dropdown-toggle-3 {
  border: 1px solid #000;
  border-radius: 20px;
  margin-left: 0;
}

.dropdown-toggle-4 {
  border: 1px solid #000;
  border-radius: 20px;
  margin-left: 0;
  left: -170px;
}

.link-5 {
  justify-content: flex-end;
  align-items: center;
  margin-top: 10vh;
  margin-right: 20vw;
  display: flex;
}

.waves---heading-3-no-margins {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 300;
  line-height: 120%;
}

.waves-icon-32 {
  width: 32px;
  height: 32px;
}

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

.waves-tile-small-feature-7 {
  grid-row-gap: 16px;
  background-color: var(--main-color);
  transform: scale3d(1none, 1none, 1none);
  color: #000;
  transform-style: preserve-3d;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 36px 32px;
  transition: opacity .275s cubic-bezier(.55, .055, .675, .19);
  display: flex;
}

.waves-tile-small-feature-7:hover {
  transform: scale(1.05);
}

.image-vertical-feature-7 {
  width: 80%;
}

.waves-inside-tile-vertical-features-7 {
  z-index: 2;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: center;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: relative;
}

.waves-vertical-tile-features-7 {
  grid-row-gap: 24px;
  background-color: var(--waves-library--black);
  color: #fff;
  text-align: center;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 36px;
  padding-bottom: 10px;
  display: flex;
}

.waves-image-wide-feature-7 {
  z-index: 1;
  object-fit: contain;
  object-position: 50% 100%;
  width: 50%;
  max-height: 100%;
  margin-top: auto;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.waves-inside-wide-feature-7 {
  z-index: 2;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 365px;
  display: flex;
  position: relative;
}

.waves-wide-tile-features-7 {
  background-color: var(--main-color);
  color: #000;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  min-height: 410px;
  padding: 36px 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.waves---grid-features-7 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 80px;
}

.waves---sides-heading-button {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.waves---main-container-2 {
  max-width: 1352px;
  margin-top: -100px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---section-medium-2 {
  color: #000;
  padding-top: 10px;
  padding-bottom: 100px;
}

.link-block-2 {
  color: #0c0e0d;
}

.waves---heading-3-no-margins-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.waves-name-wrap-testimonial-3 {
  grid-row-gap: 8px;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves-tile-testimonial-3 {
  grid-row-gap: 32px;
  background-color: var(--main-color);
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.waves-grid-testimonials-3 {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 64px;
}

.waves---subtitle {
  font-family: Justanotherhand, sans-serif;
  font-size: 35px;
  line-height: 40px;
}

.waves---heading-2-no-margins-2 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10vh;
  font-family: Bebasneue, sans-serif;
  font-size: 48px;
  font-weight: 300;
  line-height: 130%;
}

.waves---section-medium-3 {
  color: #000;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-4 {
  justify-content: center;
  align-items: center;
  margin-top: -100px;
  display: flex;
}

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

.image-23 {
  order: 1;
  width: auto;
  height: 30vh;
}

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

.flip-image-1 {
  height: 200px;
}

.text-block-3 {
  font-family: Open Sans, sans-serif;
}

.flip-card-1 {
  mix-blend-mode: normal;
  object-fit: fill;
  width: 30vw;
  height: 30vh;
  position: static;
  transform: perspective(800px);
}

.flip-card-1-front {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--waves-library--background);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--waves-library--background);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--waves-library--background);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--waves-library--background);
  color: var(--waves-library--white);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 1px;
  width: 100%;
  height: 100%;
  position: absolute;
}

.flip-card-back-1 {
  color: #050505;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  background-color: #c52121;
  width: 100%;
  height: 100%;
  position: absolute;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.paragraph-39 {
  color: #0e0d0d;
  font-family: Open Sans, sans-serif;
}

.flip-card-2 {
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
  padding-left: 0;
  display: block;
  transform: perspective(800px)translate(0);
  box-shadow: 5px 3px 3px #0003;
}

.fc-2-front {
  filter: grayscale();
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-image: url('../images/Assist-your-captain.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 1px;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.fc-2-back {
  background-color: var(--waves-library--black);
  opacity: .55;
  border-radius: 1px;
  width: 100%;
  height: 100%;
  position: absolute;
}

.text-on-fc-2 {
  opacity: 0;
  color: var(--waves-library--white);
  text-align: center;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.heading-7 {
  color: var(--waves-library--white);
  text-align: center;
  margin-top: 100px;
  font-family: Bebasneue, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.papa-clipcards {
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.flip-card-1 {
  background-color: var(--waves-library--black);
  border-radius: 1px;
  width: 250px;
  height: 250px;
  margin-left: 10px;
  margin-right: 0;
  display: block;
  transform: perspective(800px);
  box-shadow: 5px 3px 10px #0003;
}

.flip-card-1-back {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 1px;
  width: 100%;
  height: 100%;
  position: absolute;
}

.heading-8 {
  color: #000;
  text-align: center;
  margin-top: 10px;
  font-family: Bebasneue, sans-serif;
  font-weight: 400;
}

.paragraph-40 {
  color: #050505;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Open Sans, sans-serif;
}

.text-block-5 {
  color: var(--waves-library--white);
  text-align: center;
  margin-top: 10px;
  padding-right: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.paragraph-41 {
  color: var(--black);
  padding-left: 20px;
  font-family: Justanotherhand, sans-serif;
  font-size: 25px;
}

.swarm-management-div {
  flex-flow: row;
  width: 250px;
  height: 250px;
  margin-left: 0;
  display: block;
  transform: perspective(800px);
  box-shadow: 5px 3px 10px #0003;
}

.flip-card-about-us {
  border-radius: 1px;
  width: 250px;
  height: 250px;
}

.fc-front-about-us {
  filter: grayscale();
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-image: url('../images/Fleet-management.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 1px;
  width: 100%;
  height: 100%;
  position: absolute;
}

.fc-back-about-us {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
}

.heading-9 {
  color: #0e0d0d;
  text-align: center;
  margin-top: 10px;
  font-family: Bebasneue, sans-serif;
  font-weight: 400;
}

.paragraph-42 {
  color: #000;
  background-color: #b0e9f8;
  order: 1;
  width: 30vw;
  height: 30vh;
  margin-left: 100px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  display: flex;
}

.div-block-25 {
  word-break: normal;
  object-fit: fill;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  margin-top: 10px;
  display: flex;
}

.div-block-26 {
  width: 30vw;
  height: 30vh;
}

.faq {
  border: 1px solid var(--waves-library--background);
  background-image: linear-gradient(to bottom, var(--waves-library--black), var(--waves-library--black));
  object-fit: cover;
  border-radius: 1px;
  align-self: center;
  width: 250px;
  height: 250px;
  margin-left: 0;
  margin-right: 10px;
  box-shadow: 5px 3px 3px #0003;
}

.heading-10 {
  color: var(--main-color);
  text-align: center;
  -webkit-text-stroke-color: var(--waves-library--black);
  width: 100%;
  height: 16%;
  margin-top: 100px;
  font-family: Bebasneue, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.paragraph-43 {
  color: var(--waves-library--white);
  text-align: center;
  margin-top: 60px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
}

.paragraph-44 {
  color: #000;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.text-block-6 {
  color: #000;
  margin-top: 100px;
  padding-left: 20px;
  font-family: Justanotherhand, sans-serif;
  font-size: 25px;
}

.below-sea {
  background-image: url('../images/corals-and-tropical-fish-underwater-sea-life-2023-11-27-05-08-29-utc.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 20px;
  width: 20vw;
  height: 50vh;
  transform: perspective(180px);
}

.below-sea-front {
  aspect-ratio: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
}

.below-sea-back {
  background-color: var(--waves-library--white);
  color: #000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  width: 100%;
  height: 100%;
  position: absolute;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.heading-11 {
  text-align: center;
  margin-top: 10px;
  font-family: Bebasneue, sans-serif;
  font-weight: 400;
}

.paragraph-45 {
  color: #000;
}

.paragraph-46, .paragraph-47 {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.text-block-7 {
  font-family: Justanotherhand, sans-serif;
  font-size: 25px;
}

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

.above-sea {
  width: 20vw;
  height: 50vh;
  margin-left: 30px;
  transform: perspective(800px);
}

.above-sea-fro {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-image: url('../images/nature-background-with-blue-sea-against-cloudy-sky-2023-11-27-05-28-09-utc.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: absolute;
}

.above-sea-back {
  object-fit: fill;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  width: 100%;
  height: 60vh;
  display: block;
  position: absolute;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.heading-12 {
  color: #090808;
  text-align: center;
  margin-top: 10px;
  font-family: Bebasneue, sans-serif;
  font-weight: 400;
}

.ayb {
  color: #000;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.calypso {
  color: #000;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Open Sans, sans-serif;
}

.bird-s-eye-vision {
  color: #000;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.on-land {
  width: 20vw;
  height: 50vh;
  margin-left: 30px;
  transform: perspective(180px);
}

.on-land-front {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-image: url('../images/beach-sand-close-up-texture-2023-11-27-05-28-25-utc.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: absolute;
}

.on-land-back {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  width: 100%;
  height: 100%;
  position: absolute;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.heading-13 {
  color: #000;
  text-align: center;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 5vh;
  font-family: Bebasneue, sans-serif;
  font-weight: 400;
  display: flex;
}

.buttonvideo {
  color: #050505;
  background-color: #3898ec08;
  border: 1px solid #000;
  border-radius: 20px;
}

.image-24 {
  width: 20vw;
  margin-top: 0;
  margin-left: -40vw;
}

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

.paragraph-48 {
  color: #0e0d0d;
  align-self: flex-start;
  margin-bottom: 0;
  font-family: Justanotherhand, sans-serif;
  font-size: 50px;
  font-weight: 400;
}

.div-block-29 {
  justify-content: center;
  align-items: center;
  width: 80vw;
  padding-left: 10vw;
  display: flex;
}

.div-block-30 {
  justify-content: center;
  align-items: center;
  width: 30vw;
  height: 30vh;
  display: flex;
}

.flip-card-3-front {
  filter: grayscale();
  background-image: url('../images/AYB.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 1px;
  width: 100%;
  height: 100%;
  margin-left: 0;
  position: absolute;
}

.flip-card-3 {
  width: 250px;
  height: 250px;
  margin-left: 10px;
  position: relative;
  box-shadow: 5px 3px 3px #0003;
}

.flip-card-4-front {
  filter: grayscale();
  background-image: url('../images/offshore-security.png');
  background-position: 100% 100%;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin-right: 10px;
  position: absolute;
}

.flip-card-4 {
  width: 250px;
  height: 250px;
  margin-right: 10px;
  display: block;
  position: relative;
  box-shadow: 5px 3px 3px #0003;
}

.about-uss {
  background-color: var(--waves-library--black);
  color: var(--waves-library--white);
  flex: 0 auto;
  order: -1;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  width: 250px;
  height: 250px;
  margin-right: 0;
  display: block;
  box-shadow: 5px 3px 3px #0003;
}

.shoka {
  background-color: var(--main-color);
  flex: none;
  order: 1;
  justify-content: center;
  align-items: flex-start;
  margin-left: 10px;
  display: block;
  box-shadow: 5px 3px 10px #0003;
}

.heading-14 {
  color: var(--main-color);
  text-align: center;
  margin-top: 100px;
  font-family: Bebasneue, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.paragraph-49 {
  color: var(--waves-library--white);
  text-align: center;
  margin-top: 60px;
  font-family: Open Sans, sans-serif;
}

.div-block-31 {
  background-color: var(--waves-library--black);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 400px;
  margin-top: 100px;
  margin-left: 0;
  display: flex;
  position: relative;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.heading-15 {
  color: var(--waves-library--white);
  text-align: center;
  margin-bottom: 0;
  padding-top: 100px;
  font-family: Bebasneue, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.search-input {
  box-sizing: border-box;
  clear: none;
  text-align: center;
  object-fit: fill;
  border: 1px solid #000;
  flex: none;
  order: 0;
  align-self: auto;
  width: 15vw;
  max-width: 80%;
  margin-left: 0;
  padding-top: 1px;
  font-size: 12px;
  position: static;
  overflow: visible;
}

.search-button {
  border: 1px solid var(--waves-library--background);
  background-color: var(--waves-library--white);
  color: var(--waves-library--background);
  text-align: center;
  flex: none;
  margin-top: 10px;
  margin-left: 0;
  font-family: Bebasneue, sans-serif;
  font-size: 15px;
}

.autonomy-back {
  background-color: var(--waves-library--black);
  opacity: .5;
  width: 100%;
  height: 100%;
  position: absolute;
}

.heading-16 {
  color: var(--waves-library--white);
  text-align: center;
  margin-top: 100px;
  font-family: Bebasneue, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.paragraph-50 {
  opacity: 0;
  text-align: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
}

.maritime-surv-back {
  background-color: var(--waves-library--black);
  opacity: .55;
  width: 100%;
  height: 100%;
  position: absolute;
}

.heading-17 {
  color: var(--waves-library--white);
  text-align: center;
  margin-top: 100px;
  font-family: Bebasneue, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.paragraph-51 {
  opacity: 0;
  text-align: center;
  width: 100%;
  margin-top: 10px;
  font-family: Open Sans, sans-serif;
}

.swarm-man-back {
  background-color: var(--waves-library--black);
  opacity: .5;
  width: 100%;
  height: 100%;
  position: absolute;
}

.heading-18 {
  color: var(--waves-library--white);
  text-align: center;
  margin-top: 100px;
  font-family: Bebasneue, sans-serif;
  font-size: 30px;
  font-weight: 400;
  position: static;
}

.equipment {
  background-image: url('../images/Equipm.png');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.equipmentf {
  object-fit: fill;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 250px;
  height: 250px;
  display: block;
  position: relative;
  box-shadow: 5px 3px 3px #0003;
}

.div-block-35 {
  background-color: var(--waves-library--black);
  opacity: .6;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.heading-19 {
  color: var(--waves-library--white);
  text-align: center;
  margin-top: 100px;
  font-family: Bebasneue, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.field-label {
  flex: none;
  margin-bottom: 1px;
}

.div-block-36 {
  background-color: var(--main-color);
  border: 0 solid #000;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 200px;
  margin-top: 90px;
  margin-left: 0;
  display: flex;
  position: absolute;
}

.about-uzzz {
  color: var(--main-color);
  text-align: center;
  -webkit-text-stroke-color: var(--main-color);
  margin-top: 100px;
  font-family: Bebasneue, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.parent-why-us {
  flex-flow: row;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 950px;
  max-width: 950px;
  height: 50vh;
  display: flex;
  position: absolute;
}

.paragra {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  border: 2px solid var(--main-color);
  object-fit: contain;
  flex-flow: column;
  flex: auto;
  justify-content: flex-end;
  align-self: auto;
  align-items: flex-start;
  width: 20vw;
  height: 40vh;
  margin-top: -100px;
  margin-left: 0;
  display: flex;
}

.paragraph-52 {
  text-align: left;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 200px;
  margin: 30px 5px 35px 35px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.div-block-38 {
  aspect-ratio: auto;
  object-fit: fill;
  flex-flow: column;
  flex: 0 auto;
  order: 1;
  justify-content: center;
  align-items: flex-end;
  width: 610px;
  height: 400px;
  margin-top: 0;
  display: flex;
  position: static;
}

.heading-20 {
  color: var(--waves-library--white);
  text-align: right;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
  font-family: Bebasneue, sans-serif;
  font-weight: 400;
  display: flex;
}

.reason-1 {
  flex-flow: row;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 10vh;
  margin-top: 10px;
  display: flex;
  position: relative;
}

.image-25 {
  width: 20vw;
  height: 713%;
  position: absolute;
}

.div-block-40 {
  flex: none;
  justify-content: flex-end;
  align-items: center;
  width: 8vw;
  min-width: 8vw;
  max-width: 10vw;
  height: 8vh;
  display: flex;
}

.paragraph-53 {
  text-align: left;
  width: 400px;
  margin-left: 0;
}

.image-26 {
  flex: none;
  width: 60px;
}

.image-27 {
  width: 60px;
}

.paragraph-54 {
  opacity: 0;
  text-align: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
}

.mosa {
  aspect-ratio: auto;
  color: var(--waves-library--black);
  object-fit: fill;
  flex-flow: column;
  flex: 0 auto;
  order: -1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 600px;
  height: 400px;
  margin-top: 40px;
  display: flex;
  position: static;
}

.mosa-parent {
  background-color: var(--main-color);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 400px;
  margin-top: 10px;
  margin-left: 0;
  display: flex;
  position: relative;
}

.picture-mosa {
  aspect-ratio: auto;
  border: 2px solid var(--waves-library--accent-3);
  object-fit: contain;
  flex: auto;
  justify-content: flex-end;
  align-items: flex-end;
  width: 30vw;
  height: 40vh;
  margin-top: 150px;
  margin-left: -10px;
  display: flex;
}

.uitleg {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 10vh;
  margin-top: 10px;
  display: flex;
  position: relative;
}

.uitleg-2, .uitleg-3 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 10vh;
  margin-top: 10px;
  display: flex;
  position: relative;
}

.title-mosa {
  color: var(--black);
  text-align: right;
  justify-content: center;
  align-items: center;
  font-family: Bebasneue, sans-serif;
  font-weight: 400;
  display: flex;
}

.paragraph-55 {
  color: var(--waves-library--black);
  margin-top: -20px;
}

.paragraph-56 {
  color: var(--waves-library--black);
  text-align: left;
  order: -1;
  width: 450px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.paragraph-57 {
  color: var(--black);
  margin-top: -20px;
}

.paragraph-58 {
  color: var(--black);
  justify-content: flex-start;
  align-items: center;
  width: 430px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.paragraph-52-copy {
  text-align: right;
  width: 200px;
  margin-top: 130px;
  margin-left: 40px;
  font-family: Open Sans, sans-serif;
}

.image-28 {
  filter: grayscale();
  margin-bottom: 20px;
  margin-right: 20px;
  box-shadow: -5px 2px 20px #0003;
}

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

.inleiding-dotocean {
  color: var(--waves-library--background);
  text-align: center;
  width: 100%;
  font-family: Open Sans, sans-serif;
}

.image-29 {
  filter: grayscale();
  vertical-align: baseline;
  border: 0 solid #000;
  border-radius: 0;
  flex: none;
  order: -1;
  align-self: flex-end;
  width: 10vw;
  margin-top: 20px;
  margin-left: -10px;
  margin-right: -20px;
  overflow: auto;
}

.link-block-3 {
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 250px;
  margin-right: 10px;
  display: flex;
}

.link-block-4 {
  display: flex;
}

.call-to-action-duurz {
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 10vh;
  margin-top: 3px;
  margin-left: 100px;
  display: flex;
  position: relative;
}

.hero-homepage {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  justify-content: center;
  align-items: center;
  height: 2400px;
  padding: 20px 0 50px;
  display: block;
  position: relative;
}

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

.link-block-5 {
  justify-content: center;
  align-items: center;
  width: 250px;
  display: flex;
}

.link-block-6 {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.paragraph-59 {
  color: var(--black);
  font-family: Open Sans, sans-serif;
}

.button-11 {
  border: 1px solid var(--waves-library--accent-3);
  background-color: var(--waves-library--white);
  color: var(--waves-library--black);
  border-radius: 2px;
  font-family: Bebasneue, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.button-12 {
  border: 1px solid var(--waves-library--background);
  background-color: var(--waves-library--white);
  color: var(--waves-library--background);
  border-radius: 2px;
  margin-top: 0;
  margin-left: 50px;
  font-family: Bebasneue, sans-serif;
  font-size: 15px;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.starting-picture {
  background-color: var(--waves-library--white);
  color: var(--black);
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.image-30 {
  object-fit: contain;
  width: 50%;
  max-width: 60%;
  margin-top: -220px;
  margin-right: 600px;
}

.inleiding {
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.image-31 {
  width: 570px;
}

.heading-21 {
  color: var(--black);
  text-align: center;
  width: 570px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Bigshouldersdisplay Variablefont Wght, sans-serif;
  font-size: 70px;
  line-height: 70px;
}

.flex-block {
  height: 20px;
}

.paragraph-60 {
  color: var(--black);
  text-align: justify;
  font-family: Open Sans, sans-serif;
}

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

.div-block-43 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.features-and-benefits {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-61, .heading-22 {
  color: var(--black);
  font-family: Bebasneue, sans-serif;
  font-size: 50px;
}

.benefits {
  color: var(--black);
  text-align: right;
  font-family: Bebasneue, sans-serif;
  font-size: 50px;
}

.field-label-2, .field-label-3 {
  color: var(--black);
}

.flex-block-2 {
  height: 100px;
}

.icons {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.grid-2 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  width: 40%;
  margin-left: 0;
  margin-right: 100px;
}

.image-32 {
  width: 50px;
  margin-right: 20px;
}

.paragraph-63 {
  color: var(--black);
  text-align: justify;
  width: 400px;
  height: 70px;
  font-family: Open Sans, sans-serif;
}

.image-33 {
  width: 50px;
  margin-right: 20px;
}

.paragraph-64 {
  color: var(--black);
  text-align: justify;
  width: 400px;
  height: 70px;
  font-family: Open Sans, sans-serif;
}

.image-34 {
  width: 50px;
  margin-right: 20px;
}

.paragraph-65 {
  color: var(--black);
  text-align: justify;
  width: 400px;
  height: 70px;
  font-family: Open Sans, sans-serif;
}

.flex-block-3, .flex-block-4 {
  height: 30px;
}

.grid-3 {
  order: 1;
  grid-template-rows: auto auto auto auto;
  width: 40%;
  margin-left: 20px;
  margin-right: 0;
}

.paragraph-66 {
  color: var(--black);
  text-align: justify;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 70px;
  font-family: Open Sans, sans-serif;
  display: block;
}

.image-35 {
  width: 50px;
  margin-left: 50px;
}

.paragraph-67 {
  color: var(--black);
  text-align: justify;
  width: 400px;
  height: 70px;
  font-family: Open Sans, sans-serif;
}

.image-36 {
  width: 50px;
  margin-left: 50px;
}

.paragraph-68 {
  color: var(--black);
  text-align: justify;
  width: 400px;
  font-family: Open Sans, sans-serif;
}

.image-37 {
  width: 50px;
  margin-left: 50px;
}

.paragraph-69 {
  color: var(--black);
  width: 400px;
  font-family: Open Sans, sans-serif;
}

.image-38 {
  width: 50px;
  margin-left: 50px;
}

.motion-highlighting {
  background-color: var(--main-color);
  justify-content: center;
  align-items: center;
  height: 50vh;
  margin-top: 50px;
  display: flex;
  position: static;
}

.flex-block-5 {
  height: 100px;
}

.div-block-44 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 40%;
  height: 20vh;
  margin-left: 0;
  display: flex;
}

.heading-23 {
  color: var(--black);
  text-align: right;
  width: 70%;
  margin-left: 50px;
  font-family: Bigshoulderstext extrabold, sans-serif;
}

.paragraph-70 {
  color: var(--black);
  text-align: right;
  width: 60%;
  margin-left: 50px;
  font-family: Open Sans, sans-serif;
}

.div-block-45 {
  width: 50%;
  height: 80%;
  margin-right: 100px;
}

.grid-4 {
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: .75fr .5fr;
  width: 60%;
  margin-top: 20px;
}

.image-39 {
  text-align: left;
  width: 50px;
  margin-right: 0;
}

.paragraph-71 {
  color: var(--black);
  text-align: justify;
  width: 300px;
}

.image-40 {
  width: 100%;
  max-width: none;
  height: auto;
  margin-right: 0;
}

.link-6 {
  color: var(--main-color-extra);
  margin-top: -10px;
  margin-left: 50px;
}

.button-13 {
  background-color: var(--waves-library--white);
  opacity: 1;
  color: var(--black);
  border: 1px solid #000;
  border-radius: 10px;
  margin-left: 50px;
}

.div-block-46 {
  background-image: linear-gradient(0deg, var(--waves-library--white) 21%, var(--waves-library--accent-2) 81%);
  height: 100px;
}

.distance-lines {
  text-align: justify;
  background-color: #4e4d4d;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.poeps {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 25%;
  margin-right: 0;
  display: flex;
}

.floeps {
  text-align: right;
  width: 21%;
  margin-left: 0;
}

.shala {
  order: -1;
  width: 30%;
  margin-left: 200px;
}

.paragraph-72 {
  color: var(--black);
  text-align: right;
}

.heading-24 {
  color: var(--main-color);
  text-align: right;
  width: 80%;
  margin-bottom: 0;
  font-family: Bigshoulderstext extrabold, sans-serif;
}

.image-41 {
  width: 50px;
}

.button-14 {
  background-color: var(--waves-library--white);
  color: var(--black);
  border: 1px solid #000;
  border-radius: 10px;
  margin-top: 10px;
}

.image-42 {
  width: 400px;
  margin-top: 10px;
}

.fleet-manager {
  background-color: var(--waves-library--white);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.div-block-47, .div-block-48 {
  width: 40%;
}

.image-43 {
  width: 700px;
}

.heading-25 {
  color: var(--black);
  width: 70%;
  font-family: Bigshoulderstext extrabold, sans-serif;
}

.paragraph-73, .paragraph-74 {
  color: var(--black);
  text-align: justify;
  font-family: Open Sans, sans-serif;
}

.heading-26 {
  color: var(--black);
  margin-top: 70px;
  margin-left: 150px;
  font-family: Bigshoulderstext extrabold, sans-serif;
  font-size: 100px;
}

.div-block-49 {
  width: 25%;
}

.paragraph-75 {
  width: 100%;
}

.div-block-50 {
  width: 25%;
}

.distance-lines-2 {
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.div-block-51 {
  justify-content: flex-start;
  align-items: flex-end;
  width: 20%;
  height: 35vw;
  display: flex;
}

.div-block-52 {
  width: 30%;
}

.div-block-53 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 30%;
  height: 35vw;
  display: flex;
}

.heading-27 {
  color: var(--black);
  text-align: right;
  font-family: Bigshoulderstext extra light, sans-serif;
}

.paragraph-76 {
  color: var(--black);
  text-align: justify;
  font-family: Open Sans, sans-serif;
}

.button-15 {
  display: block;
}

.button-16 {
  background-color: var(--waves-library--white);
  opacity: 1;
  color: var(--black);
  border: 1px solid #000;
  border-radius: 10px;
  margin-top: 20px;
}

.paragraph-77 {
  color: var(--black);
  font-family: Open Sans, sans-serif;
}

.div-block-54 {
  height: 10vh;
}

.div-block-55 {
  height: 50px;
}

.div-block-56 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 50px;
  display: flex;
}

.button-17 {
  background-color: var(--waves-library--white);
  opacity: 1;
  color: var(--black);
  border: 1px solid #000;
  border-radius: 10px;
  margin-left: 0;
}

.button-18 {
  background-color: var(--waves-library--white);
  color: var(--black);
  border: 1px solid #000;
  border-radius: 10px;
  margin-top: 0;
  margin-left: 20px;
  margin-right: 20px;
}

.button-19 {
  background-color: var(--waves-library--white);
  color: var(--black);
  border: 1px solid #000;
  border-radius: 10px;
  margin-top: 0;
}

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

.waves-bottom-right-footer-1 {
  grid-column-gap: 24px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.waves---paragraph-small {
  font-size: 16px;
  line-height: 130%;
}

.waves-bottom-footer-1 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.waves-divider-footer-1 {
  background-color: #13131333;
  width: 100%;
  height: 1px;
  margin-top: 64px;
  margin-bottom: 32px;
}

.waves-link-footer-1 {
  color: var(--main-color);
  text-decoration: none;
}

.waves-top-right-footer-1 {
  grid-column-gap: 32px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.waves-brand-footer-1 {
  width: 200px;
  height: auto;
}

.waves-brand-link-footer-1 {
  height: 32px;
}

.waves-top-footer-1 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.waves---main-container-3 {
  max-width: 90%;
  padding-left: 24px;
  padding-right: 24px;
}

.waves-footer-1 {
  background-color: var(--waves-library--white);
  width: 90%;
  padding-top: 80px;
  padding-bottom: 64px;
}

.submit-button {
  background-color: var(--waves-library--white);
  color: var(--black);
  border: 1px solid #000;
  border-radius: 10px;
  margin-top: 20px;
}

.field-label-4, .field-label-5 {
  color: var(--black);
}

.text-field {
  background-color: var(--waves-library--white);
  border-radius: 10px;
}

.text-field-2, .text-field-3, .text-field-4 {
  border-radius: 10px;
}

.heading-28 {
  color: var(--black);
  font-family: Bigshoulderstext bold, sans-serif;
}

.checkbox-label {
  color: var(--black);
}

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

.waves-bottom-right-footer-2 {
  grid-column-gap: 24px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.waves---paragraph-small-2 {
  font-size: 16px;
  line-height: 130%;
}

.waves-bottom-footer-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.waves-divider-footer-2 {
  background-color: #13131333;
  width: 100%;
  height: 1px;
  margin-top: 64px;
  margin-bottom: 32px;
}

.waves-link-footer-2 {
  text-decoration: none;
}

.waves-link-footer-2.w--current {
  color: var(--main-color-extra);
}

.waves-top-right-footer-2 {
  grid-column-gap: 32px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.waves-brand-footer-2 {
  height: 100%;
}

.waves-brand-link-footer-2 {
  height: 32px;
}

.waves-top-footer-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.waves-footer-2 {
  background-color: var(--waves-library--white);
  width: 90%;
  padding-top: 0;
  padding-bottom: 64px;
}

.hero-contact-page {
  background-color: var(--waves-library--white);
  height: auto;
  padding-top: 20px;
  padding-bottom: 50px;
  display: block;
  position: relative;
}

.paragraph-79 {
  pointer-events: auto;
  display: none;
}

.lb-motion-highlighit {
  display: none;
}

.div-block-60 {
  display: block;
}

.image-47 {
  float: right;
  opacity: .6;
  text-align: center;
  border: 1px solid #000;
  border-radius: 10px;
  max-width: 30%;
  margin-top: -5px;
  display: block;
}

.lightbox-link {
  order: 1;
  align-self: flex-end;
  margin-top: 0;
  margin-bottom: 20px;
}

.image-48 {
  float: right;
  opacity: .8;
  border: 1px solid #000;
  border-radius: 10px;
  max-width: 30%;
}

.lightbox-link-2 {
  opacity: 1;
  margin-top: 20px;
  margin-bottom: 2px;
  display: block;
}

@media screen and (min-width: 1920px) {
  .navbar-wrapper {
    width: 100%;
  }

  .vizor-sisslz {
    height: auto;
  }

  .projects-im {
    margin-left: 20vw;
  }

  .work-with-us-im {
    margin-left: 300px;
  }

  .paragraph-7 {
    margin-left: 70px;
  }

  .product-im {
    margin-left: 5vw;
  }

  .paragraph-10 {
    left: 358px;
  }

  .paragraph-11 {
    top: -540px;
    left: 1348px;
  }

  .paragraph-12 {
    position: relative;
    top: -30px;
    left: 352px;
  }

  .main-container-home {
    width: 100vw;
    margin-top: 10vh;
  }

  .div-block-10 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-left: 18vw;
    margin-right: 18vw;
  }

  .button-6 {
    align-self: center;
    margin-left: 15vw;
    margin-right: 0;
    padding-left: 15px;
  }

  .button-7 {
    margin-left: 20vw;
  }

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

  .button-8 {
    margin-left: 17vw;
  }

  .button-9 {
    color: #080908;
    background-color: #3898ec00;
    border: 1px solid #000;
    border-radius: 20px;
    margin-left: 17vw;
  }

  .waves---section-medium {
    width: 50vw;
  }

  .paragra {
    margin-left: -40px;
  }

  .features-and-benefits {
    margin-bottom: 30px;
  }

  .benefits {
    width: 600px;
    margin-right: 50px;
  }

  .grid-2 {
    place-items: center start;
    width: 50%;
    margin-left: -100px;
    margin-right: 0;
    padding-right: 0;
  }

  .grid-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    align-items: center;
    width: 50%;
    display: grid;
  }

  .paragraph-66, .paragraph-67, .paragraph-68, .paragraph-69 {
    width: 500px;
  }

  .motion-highlighting {
    height: auto;
  }

  .image-46 {
    width: 500px;
    max-width: 150%;
    margin-left: -200px;
  }

  .hero-contact-page {
    height: auto;
  }

  .form-2, .form-block-2 {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .hero {
    min-height: 520px;
  }

  .hero.about-page {
    min-height: 310px;
  }

  .hero.contact-page {
    min-height: 400px;
  }

  .hero.project-page {
    min-height: 344px;
  }

  .nav {
    margin-top: 0;
  }

  .menu-button {
    color: #fff;
  }

  .menu-button:hover {
    color: #00d6b4;
  }

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

  .heading-wrapper {
    margin-top: 115px;
  }

  .nav-menu {
    background-color: #000;
  }

  .project-body-copy {
    margin-left: 12%;
    margin-right: 12%;
  }

  .navbar-wrapper {
    justify-content: space-between;
    align-items: center;
    width: 80%;
    margin-left: 50px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-2 {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-2 {
    color: var(--black);
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .container-4 {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-3 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .vizor-sisslz {
    height: auto;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-4 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .container-5 {
    max-width: 728px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .container-6 {
    max-width: 728px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .projects-im {
    align-self: flex-start;
    width: 40vw;
    margin-left: 0;
  }

  .work-with-us-im {
    width: 40vw;
    margin-left: 0;
  }

  .about-us-im, .product-im {
    width: 40vw;
    margin-left: 10vw;
  }

  .paragraph-13 {
    color: #0c0b0b;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 80vw;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    display: flex;
  }

  .heading-4 {
    width: 15vw;
    margin-left: 15vw;
  }

  .paragraph-15 {
    margin-left: 0;
  }

  .paragraph-16 {
    flex: 0 auto;
    margin-left: 40vw;
  }

  .paragraph-17 {
    margin-top: -25vh;
    margin-left: 10vw;
  }

  .paragraph-18 {
    margin-top: -25vh;
    margin-left: 20vw;
  }

  .paragraph-20 {
    width: 50vw;
  }

  .paragraph-21 {
    width: 50vw;
    margin-left: 0;
  }

  .paragraph-22 {
    align-self: flex-start;
  }

  .paragraph-26 {
    margin-left: 0;
  }

  .waves---section-medium, .map {
    width: 40vw;
  }

  .waves-inside-wide-feature-7 {
    max-width: 280px;
  }

  .waves-wide-tile-features-7 {
    min-height: 330px;
  }

  .waves---grid-features-7 {
    grid-template-columns: 1fr 1fr;
  }

  .waves---sides-heading-button {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
  }

  .waves-grid-testimonials-3 {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 480px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-homepage {
    height: 1450px;
  }

  .image-30 {
    margin-right: 0;
  }

  .inleiding {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .image-31 {
    align-self: center;
    width: 100%;
  }

  .heading-21 {
    order: -1;
    width: 60%;
  }

  .paragraph-60 {
    width: 60%;
    padding-left: 10px;
  }

  .div-block-42 {
    order: -1;
    width: 100%;
  }

  .div-block-43 {
    flex-flow: column;
    width: 100%;
  }

  .features-and-benefits {
    width: 100%;
  }

  .paragraph-61, .benefits {
    text-align: center;
  }

  .icons {
    justify-content: center;
    align-items: flex-start;
  }

  .grid-2 {
    margin-left: -50px;
    margin-right: 0;
  }

  .paragraph-63 {
    width: 200px;
    height: 16vh;
  }

  .paragraph-64, .paragraph-65 {
    width: 200px;
    height: 15vh;
  }

  .grid-3 {
    grid-column-gap: 30px;
    margin-left: 50px;
  }

  .paragraph-66 {
    width: 200px;
    height: 16vh;
  }

  .image-35 {
    margin-left: 45px;
  }

  .paragraph-67, .paragraph-68 {
    width: 200px;
    height: 15vh;
  }

  .image-37 {
    margin-left: 45px;
  }

  .paragraph-69 {
    width: 200px;
    height: 15vh;
  }

  .image-38 {
    margin-left: 45px;
  }

  .motion-highlighting {
    height: 70vh;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .flex-block-5 {
    width: 100%;
    height: 200px;
  }

  .div-block-44 {
    height: auto;
  }

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

  .image-40 {
    height: auto;
  }

  .fleet-manager {
    flex-flow: column;
    width: 100%;
  }

  .div-block-47 {
    width: 80%;
  }

  .div-block-48 {
    flex-flow: column;
    order: -1;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 70%;
    display: flex;
  }

  .image-43 {
    width: 100%;
  }

  .heading-25 {
    text-align: center;
  }

  .paragraph-73, .paragraph-74 {
    width: 100%;
  }

  .heading-26 {
    margin-left: 30px;
  }

  .distance-lines-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .div-block-51 {
    flex-flow: row;
    width: 70%;
    height: auto;
    margin-top: 20px;
  }

  .div-block-52 {
    width: 40%;
  }

  .div-block-53 {
    order: -1;
    justify-content: center;
    align-items: center;
    width: 70%;
    height: auto;
    margin-top: 50px;
  }

  .heading-27 {
    text-align: center;
  }

  .paragraph-76 {
    width: 178%;
  }

  .paragraph-77 {
    text-align: center;
  }

  .div-block-56 {
    flex-flow: column;
  }

  .button-18 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .waves-bottom-footer-1 {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .waves-divider-footer-1 {
    margin-top: 40px;
  }

  .waves-top-footer-1 {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .div-block-57 {
    justify-content: center;
    align-items: center;
    width: 60%;
    display: flex;
  }

  .waves-bottom-footer-2 {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .waves-divider-footer-2 {
    margin-top: 40px;
  }

  .waves-top-footer-2 {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .waves-footer-2 {
    padding-bottom: 0;
  }

  .hero-contact-page {
    height: auto;
  }

  .image-47 {
    width: auto;
    max-width: 50%;
  }

  .lightbox-link {
    width: 100%;
    height: 10vh;
  }

  .lightbox-link-2 {
    box-sizing: border-box;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    min-height: 420px;
  }

  .hero.small {
    min-height: 280px;
  }

  .hero.about-page {
    min-height: 230px;
  }

  .hero.contact-page {
    min-height: 290px;
  }

  .hero.project-page {
    min-height: 256px;
  }

  .nav {
    padding-top: 0;
  }

  .form {
    width: 80%;
  }

  .left-column {
    padding-right: 10px;
  }

  .main-heading {
    font-size: 38px;
    line-height: 43px;
  }

  .heading-wrapper {
    margin-top: 72px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .about-me {
    width: 81%;
    margin-top: 0;
  }

  .project-body-copy {
    margin-left: 40px;
    margin-right: 40px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-2 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-link-3 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .vizor-sisslz {
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 10px 15px 60px;
    display: block;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-4 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .hero-subscribe-left-2 {
    padding: 60px 15px;
  }

  .paragraph-4 {
    width: 60vw;
    margin-left: 17vw;
  }

  .projects-im {
    order: 0;
    width: 40vw;
    margin-left: 2vw;
  }

  .work-with-us-im {
    width: 40vw;
    margin-left: 2vw;
  }

  .about-us-im {
    width: 40vw;
    margin-left: 10vw;
  }

  .product-im {
    width: 40vw;
  }

  .icon {
    color: #050505;
  }

  .paragraph-13 {
    color: #0e0d0d;
    text-align: center;
    width: 80vw;
    margin-top: 8vh;
    margin-left: 10vw;
  }

  .heading-4 {
    width: 20vw;
    margin-left: 12vw;
  }

  .paragraph-17, .paragraph-18 {
    margin-top: -27vh;
  }

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

  .paragraph-22 {
    flex-flow: column;
    display: flex;
  }

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

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

  .waves---section-medium {
    order: -1;
    justify-content: flex-start;
    align-items: flex-start;
    width: 80vw;
    margin-left: 50px;
    padding-top: 0;
    padding-bottom: 80px;
    display: block;
  }

  .map {
    width: 80vw;
  }

  .udesly-paragraph-small {
    font-size: 12px;
  }

  .udesly-team-image {
    max-width: none;
    max-height: none;
    overflow: hidden;
  }

  .udesly-grid-third {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .waves-image-wide-feature-7 {
    width: auto;
    height: 320px;
    position: static;
  }

  .waves-inside-wide-feature-7 {
    text-align: center;
    align-items: center;
    max-width: 80%;
  }

  .waves-wide-tile-features-7 {
    grid-row-gap: 30px;
    align-items: center;
    padding-bottom: 0;
  }

  .waves---grid-features-7 {
    grid-template-columns: 1fr;
  }

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

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

  .waves---subtitle {
    font-size: 22px;
    line-height: 34px;
  }

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

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

  .hero-homepage {
    height: 2000px;
    padding: 60px 15px;
  }

  .heading-21, .paragraph-60 {
    width: 80%;
  }

  .paragraph-61 {
    width: 50%;
  }

  .benefits {
    width: 100%;
  }

  .icons {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .grid-2 {
    grid-template-columns: 2.5fr 1fr;
    width: 50%;
    margin-left: 0;
    margin-right: 10px;
  }

  .image-32 {
    margin-right: 0;
  }

  .paragraph-63 {
    width: 100%;
    height: 17vh;
  }

  .image-33 {
    margin-right: 0;
  }

  .paragraph-64 {
    width: 80%;
    height: 17vh;
  }

  .image-34 {
    margin-right: 0;
  }

  .paragraph-65 {
    height: 17vh;
  }

  .grid-3 {
    width: 50%;
    margin-left: 10px;
  }

  .paragraph-66 {
    width: 140%;
    height: 17vh;
  }

  .image-35 {
    margin-left: 0;
  }

  .paragraph-67 {
    text-align: justify;
    width: 140%;
    height: 17vh;
  }

  .image-36 {
    margin-left: 0;
  }

  .paragraph-68 {
    text-align: justify;
    width: 140%;
    height: 14vh;
  }

  .image-37 {
    margin-left: 0;
  }

  .paragraph-69 {
    text-align: justify;
    width: 140%;
    height: 17vh;
  }

  .image-38 {
    margin-left: 0;
  }

  .motion-highlighting {
    flex-flow: column;
    width: 100%;
    height: 85vh;
  }

  .flex-block-5 {
    height: 150px;
  }

  .div-block-44, .div-block-45 {
    width: 80%;
  }

  .heading-26 {
    width: 100%;
    font-size: 80px;
  }

  .waves-top-right-footer-1 {
    grid-row-gap: 32px;
    flex-wrap: wrap;
  }

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

  .div-block-57 {
    width: 80%;
  }

  .div-block-58, .div-block-59 {
    justify-content: center;
    align-items: center;
    width: 50%;
    display: flex;
  }

  .waves-bottom-right-footer-2 {
    justify-content: center;
    align-self: center;
    align-items: center;
  }

  .waves-bottom-footer-2 {
    justify-content: space-between;
    align-items: center;
  }

  .waves-top-right-footer-2 {
    grid-row-gap: 32px;
    flex-wrap: wrap;
  }

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

  .waves-footer-2 {
    padding-bottom: 0;
  }

  .hero-contact-page {
    height: auto;
  }

  .image-47 {
    max-width: 30%;
  }

  .lightbox-link {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    min-height: 340px;
  }

  .hero.about-page {
    min-height: 193px;
  }

  .hero.project-page {
    min-height: 226px;
  }

  .form {
    width: 90%;
  }

  .heading-wrapper {
    margin-top: 50px;
  }

  .about-me {
    width: 91%;
  }

  .project-body-copy {
    margin-left: 18px;
    margin-right: 18px;
  }

  .nav-menu-2 {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .container-4 {
    max-width: none;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .vizor-sisslz {
    height: auto;
    padding-top: 20px;
  }

  .hero-form {
    align-self: stretch;
    margin-bottom: 15px;
  }

  .hero-form-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-form-input {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .heading-2 {
    text-align: center;
  }

  .footer-subscribe {
    width: 100%;
    padding-bottom: 0;
  }

  .container-5 {
    max-width: none;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary-2.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .container-6 {
    max-width: none;
  }

  .hero-form-2 {
    align-self: stretch;
    margin-bottom: 15px;
  }

  .hero-form-container-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-form-input-2 {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
  }

  .paragraph-4 {
    box-sizing: border-box;
    text-align: center;
    object-fit: contain;
    width: 100vw;
    margin-left: 0;
  }

  .image-7 {
    width: 100vw;
  }

  .projects-im {
    width: 100vw;
    max-width: 100%;
    height: 25vh;
    margin-left: 0;
  }

  .work-with-us-im {
    width: 100vw;
    margin-left: 0;
  }

  .about-us-im {
    width: 100vw;
    margin-top: 2vh;
    margin-left: 0;
  }

  .paragraph-7 {
    text-align: center;
    width: 90vw;
    margin-top: 10vh;
    margin-left: 0;
  }

  .cell-4, .cell-5 {
    display: none;
  }

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

  .product-im {
    width: 100vw;
    height: 25vh;
    margin-top: 2vh;
    margin-left: 0;
  }

  .icon {
    color: #130909;
    -webkit-text-stroke-color: #131111;
    background-color: #f0ebeb26;
  }

  .paragraph-13 {
    margin-top: 10vh;
    margin-left: 5vw;
  }

  .heading-4 {
    width: 35vw;
    margin-top: 5vh;
  }

  .paragraph-17, .paragraph-18 {
    margin-top: -40vh;
  }

  .div-block-5 {
    flex-flow: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .waves---2-inputs {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

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

  .waves---section-medium {
    order: -1;
    width: 100%;
    margin-left: 0;
    padding: 0 0 64px;
  }

  .map {
    width: 100%;
    margin-right: 0;
    padding-left: 10px;
  }

  .udesly-grid-third {
    grid-column-gap: 6px;
    grid-template-columns: 1fr;
    align-self: stretch;
  }

  .waves---heading-3-no-margins {
    font-size: 22px;
  }

  .waves-tile-small-feature-7 {
    text-align: center;
    align-items: center;
  }

  .waves-inside-tile-vertical-features-7 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves-image-wide-feature-7 {
    width: 100%;
    height: auto;
  }

  .waves-inside-wide-feature-7 {
    max-width: 100%;
  }

  .waves-wide-tile-features-7 {
    padding-top: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium-2 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

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

  .waves---subtitle {
    font-size: 20px;
  }

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

  .waves---section-medium-3 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .papa-clipcards {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .flip-card-1 {
    margin-top: 10px;
    margin-left: 0;
  }

  .heading-13 {
    text-align: center;
  }

  .flip-card-3 {
    margin-top: 10px;
    margin-left: 0;
  }

  .hero-homepage {
    height: 2300px;
  }

  .starting-picture {
    width: 100%;
  }

  .image-30 {
    width: 100%;
    max-width: 80%;
  }

  .heading-21 {
    width: 95%;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 40px;
    line-height: 50px;
  }

  .paragraph-60 {
    width: 95%;
    font-size: 12px;
    line-height: 24px;
  }

  .paragraph-61 {
    text-align: left;
    align-self: auto;
    margin-left: 20px;
    font-size: 30px;
  }

  .benefits {
    opacity: 0;
    text-align: right;
    margin-right: 20px;
    font-size: 30px;
  }

  .flex-block-2 {
    height: 50px;
  }

  .icons {
    flex-flow: column;
  }

  .grid-2 {
    order: -1;
    grid-template-columns: .25fr 1.5fr;
    width: 100%;
    margin-top: 20px;
  }

  .image-32 {
    width: 30px;
  }

  .paragraph-63 {
    height: auto;
    margin-bottom: 5px;
    font-size: 12px;
  }

  .image-33 {
    width: 30px;
  }

  .paragraph-64 {
    width: 100%;
    height: auto;
    margin-bottom: 5px;
    font-size: 12px;
  }

  .image-34 {
    width: 30px;
  }

  .paragraph-65 {
    width: 100%;
    height: auto;
    font-size: 12px;
  }

  .grid-3 {
    grid-template-columns: 1.25fr .25fr;
    width: 100%;
    margin-top: 20px;
  }

  .paragraph-66 {
    width: 100%;
    height: auto;
    margin-bottom: 5px;
    font-size: 12px;
  }

  .image-35 {
    width: 30px;
  }

  .paragraph-67 {
    width: 100%;
    height: auto;
    margin-bottom: 5px;
    font-size: 12px;
  }

  .image-36 {
    width: 30px;
  }

  .paragraph-68 {
    width: 100%;
    height: auto;
    margin-bottom: 5px;
    font-size: 12px;
  }

  .image-37 {
    width: 30px;
  }

  .paragraph-69 {
    width: 100%;
    height: auto;
    margin-bottom: 0;
    font-size: 12px;
  }

  .image-38 {
    width: 30px;
  }

  .motion-highlighting {
    height: auto;
    margin-top: 0;
  }

  .flex-block-5 {
    height: 100px;
    padding-left: 10px;
  }

  .heading-23 {
    width: 100%;
    font-size: 25px;
  }

  .paragraph-70 {
    font-size: 12px;
  }

  .div-block-45 {
    width: 100%;
    height: auto;
  }

  .button-13 {
    font-size: 12px;
  }

  .fleet-manager {
    margin-top: 20px;
  }

  .div-block-47 {
    width: 100%;
  }

  .div-block-48 {
    width: 90%;
  }

  .heading-25 {
    width: 100%;
    font-size: 25px;
  }

  .paragraph-73, .paragraph-74 {
    font-size: 12px;
  }

  .heading-26 {
    margin-left: 0;
    font-size: 40px;
  }

  .div-block-51 {
    width: 95%;
  }

  .div-block-52 {
    width: 80%;
  }

  .div-block-53 {
    width: 95%;
  }

  .heading-27 {
    font-family: Bigshoulderstext extra light, sans-serif;
    font-size: 25px;
    font-weight: 200;
    line-height: 35px;
  }

  .paragraph-76 {
    width: 95%;
    font-size: 12px;
  }

  .button-16 {
    font-size: 12px;
  }

  .paragraph-77 {
    width: 100%;
    font-size: 12px;
  }

  .div-block-55 {
    height: 10px;
  }

  .button-17, .button-18, .button-19 {
    font-size: 12px;
  }

  .waves-bottom-right-footer-1 {
    grid-row-gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .waves-bottom-footer-1 {
    margin-top: -100px;
  }

  .waves-top-right-footer-1 {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .waves-footer-1 {
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 0;
    display: flex;
  }

  .div-block-57 {
    width: 95%;
  }

  .div-block-58 {
    justify-content: flex-start;
    align-items: center;
  }

  .benefits-div-2 {
    width: 100%;
  }

  .paragraph-78 {
    color: var(--black);
    text-align: center;
    width: 100%;
    font-family: Bigshoulderstext extrabold, sans-serif;
    font-size: 40px;
  }

  .image-44 {
    margin-top: -50px;
  }

  .image-45 {
    max-width: 70%;
  }

  .waves-bottom-right-footer-2 {
    grid-row-gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
    align-self: center;
    align-items: center;
  }

  .waves-bottom-footer-2 {
    justify-content: space-between;
    align-items: center;
  }

  .waves-top-right-footer-2 {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .waves-footer-2 {
    margin-top: -50px;
  }

  .image-46 {
    max-width: 60%;
    margin-left: -30px;
  }

  .hero-contact-page {
    height: auto;
  }

  .paragraph-79 {
    color: var(--black);
    text-align: right;
    width: 95%;
    margin-top: 20px;
    margin-right: 20px;
    font-family: Bebasneue, sans-serif;
    font-size: 30px;
    display: block;
  }

  .image-47 {
    width: 30vw;
  }

  .lightbox-link {
    height: auto;
  }
}

#w-node-_6e0905a5-0561-9bbb-7a3a-72ebf08bbf49-a0ba6564 {
  place-self: center start;
}

#w-node-d90bd390-fe5e-6448-56a4-859c0ffc88a0-a0ba6564, #w-node-_88bdd41f-3854-b6d8-0c3a-aa345dad3c46-a0ba6564 {
  place-self: start;
}

#w-node-_7e4d6b96-fb2e-04ec-8478-8977e735bc9c-a0ba6564 {
  place-self: center;
}

#w-node-d8541929-2b26-cdab-86a3-82090a0c975f-a0ba6564, #w-node-d0320f07-a003-2ea9-47d0-b55d91fdf31e-a0ba6564, #w-node-daa6fe9d-1b4f-d016-36a2-93bee6d43af6-a0ba6564 {
  place-self: center end;
}

@media screen and (min-width: 1920px) {
  #w-node-daa6fe9d-1b4f-d016-36a2-93bee6d43af6-a0ba6564 {
    place-self: center end;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_6e0905a5-0561-9bbb-7a3a-72ebf08bbf49-a0ba6564 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center start;
  }

  #w-node-d90bd390-fe5e-6448-56a4-859c0ffc88a0-a0ba6564 {
    align-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d90bd390-fe5e-6448-56a4-859c0ffc88a0-a0ba6564, #w-node-_88bdd41f-3854-b6d8-0c3a-aa345dad3c46-a0ba6564 {
    justify-self: end;
  }

  #w-node-_7e4d6b96-fb2e-04ec-8478-8977e735bc9c-a0ba6564 {
    justify-self: start;
  }

  #w-node-f129a096-6204-6870-001e-872ef718dddc-a0ba6564, #w-node-_333c362b-524d-29fb-f323-e5ae516fe49f-a0ba6564 {
    justify-self: end;
  }

  #w-node-d8541929-2b26-cdab-86a3-82090a0c975f-a0ba6564, #w-node-d0320f07-a003-2ea9-47d0-b55d91fdf31e-a0ba6564, #w-node-daa6fe9d-1b4f-d016-36a2-93bee6d43af6-a0ba6564 {
    align-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6e0905a5-0561-9bbb-7a3a-72ebf08bbf49-a0ba6564 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center start;
  }

  #w-node-d90bd390-fe5e-6448-56a4-859c0ffc88a0-a0ba6564 {
    place-self: start;
  }

  #w-node-_88bdd41f-3854-b6d8-0c3a-aa345dad3c46-a0ba6564 {
    justify-self: start;
  }

  #w-node-_7e4d6b96-fb2e-04ec-8478-8977e735bc9c-a0ba6564 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center start;
  }

  #w-node-f129a096-6204-6870-001e-872ef718dddc-a0ba6564, #w-node-_333c362b-524d-29fb-f323-e5ae516fe49f-a0ba6564 {
    justify-self: start;
  }

  #w-node-d8541929-2b26-cdab-86a3-82090a0c975f-a0ba6564, #w-node-d0320f07-a003-2ea9-47d0-b55d91fdf31e-a0ba6564, #w-node-daa6fe9d-1b4f-d016-36a2-93bee6d43af6-a0ba6564 {
    place-self: start;
  }
}


@font-face {
  font-family: 'Bowlby One Sc';
  src: url('../fonts/Bowlby_One_SC.zip') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Just Another Hand';
  src: url('../fonts/Just_Another_Hand.zip') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fredericka The Great';
  src: url('../fonts/Fredericka_the_Great.zip') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rancho';
  src: url('../fonts/Rancho.zip') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bigshouldersdisplay Variablefont Wght';
  src: url('../fonts/BigShouldersDisplay-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geosans light';
  src: url('../fonts/GeosansLight.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geosans Light obl';
  src: url('../fonts/GeosansLight-Oblique.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Bigshoulderstext black';
  src: url('../fonts/BigShouldersText-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bigshoulderstext bold';
  src: url('../fonts/BigShouldersText-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bigshoulderstext extra light';
  src: url('../fonts/BigShouldersText-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bigshoulderstext regular';
  src: url('../fonts/BigShouldersText-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bigshoulderstext semibold';
  src: url('../fonts/BigShouldersText-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bigshoulderstext extrabold';
  src: url('../fonts/BigShouldersText-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bigshoulderstext thin';
  src: url('../fonts/BigShouldersText-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bigshoulderstext light';
  src: url('../fonts/BigShouldersText-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bigshoulderstext Variablefont Wght';
  src: url('../fonts/BigShouldersText-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bigshoulderstext medium ';
  src: url('../fonts/BigShouldersText-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bowlbyonesc';
  src: url('../fonts/BowlbyOneSC-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dawningofanewday';
  src: url('../fonts/DawningofaNewDay-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Justanotherhand';
  src: url('../fonts/JustAnotherHand-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Frederickathegreat';
  src: url('../fonts/FrederickatheGreat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bebasneue';
  src: url('../fonts/BebasNeue-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Big Noodle Titling';
  src: url('../fonts/big_noodle_titling.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}