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

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

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

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

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

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

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

body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #ecf6fb;
  font-family: 'Open Sans', sans-serif;
  color: #058;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #189fe1;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

.main-logo {
  display: inline-block;
  width: 100%;
  max-width: 220px;
  margin-top: 11px;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-menu {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  padding-top: 11px;
  padding-bottom: 18px;
  background-color: rgba(11, 30, 40, 0);
}

.navigation-text {
  height: 50px;
  margin-right: 8px;
  margin-left: 8px;
  padding-right: 8px;
  padding-left: 8px;
  border-style: solid;
  border-width: 0px;
  border-color: #000 #000 rgba(24, 159, 225, 0);
  -webkit-transition: all 200ms cubic-bezier(.55, .085, .68, .53);
  transition: all 200ms cubic-bezier(.55, .085, .68, .53);
  color: #fff;
}

.navigation-text:hover {
  height: 50px;
  border-bottom: 3px solid #189fe1;
  background-color: transparent;
  color: rgba(235, 247, 255, 0.78);
  line-height: 20px;
}

.navigation-text.w--current {
  border-bottom-width: 3px;
  border-bottom-color: #189fe1;
  color: #fff;
}

.navigation-text.login {
  height: auto;
  margin-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 30px;
  background-color: #189fe1;
  -webkit-transition: all 200ms cubic-bezier(.55, .085, .68, .53);
  transition: all 200ms cubic-bezier(.55, .085, .68, .53);
  line-height: 0px;
}

.navigation-text.login:hover {
  height: 0px;
  border: 0px solid #000;
  background-color: #058;
  color: rgba(255, 255, 255, 0.82);
}

.hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 90vh;
  margin-top: -90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #13303f;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 44, 71, 0.65)), to(rgba(0, 44, 71, 0.65))), url('../images/visadavies-header-img.jpg');
  background-image: linear-gradient(180deg, rgba(0, 44, 71, 0.65), rgba(0, 44, 71, 0.65)), url('../images/visadavies-header-img.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.hero-section.privacy {
  min-height: auto;
  padding-top: 87px;
}

.section {
  height: auto;
}

.section.dark-a {
  position: relative;
  overflow: visible;
  height: auto;
  padding-top: 90px;
  padding-bottom: 125px;
  background-color: #058;
  color: #fff;
}

.section.pit-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #01111e;
  color: #fff;
}

.section.contact {
  min-height: 40vh;
  padding-top: 81px;
  padding-bottom: 81px;
  background-color: #058;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 85, 136, 0.82)), to(rgba(0, 85, 136, 0.82))), url('../images/visadvies-footer-img.jpg');
  background-image: linear-gradient(180deg, rgba(0, 85, 136, 0.82), rgba(0, 85, 136, 0.82)), url('../images/visadvies-footer-img.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  -webkit-transition: all 200ms cubic-bezier(.55, .085, .68, .53);
  transition: all 200ms cubic-bezier(.55, .085, .68, .53);
}

.section.footer {
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #0b1e28;
}

.section.privacy {
  padding-top: 60px;
  padding-bottom: 60px;
}

.hero-content-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-width: 600px;
  margin-top: 21px;
  padding: 60px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-heading-h1 {
  display: block;
  margin-top: 0px;
  font-size: 4.3em;
  line-height: 1.2em;
  text-align: center;
}

.hero-pre-heading-text {
  margin-bottom: 4px;
  color: #fff;
  font-size: 2.5em;
  line-height: 1.2em;
  font-weight: 400;
  text-align: center;
}

.hero-pre-heading-text.smaller {
  margin-top: 0px;
  font-size: 1.4em;
}

.down-arrow-circle {
  position: relative;
  width: 50px;
  height: 50px;
  margin-top: 0px;
  border-radius: 50px;
  background-color: #189fe1;
  text-align: center;
}

.down-arrow-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 47px;
  padding-top: 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  position: relative;
  top: -16px;
  width: 18px;
}

.down-link {
  padding-top: 16px;
  text-align: center;
}

.dark-container {
  position: relative;
  z-index: 1;
}

.section-heading {
  font-size: 38px;
  line-height: 44px;
  font-weight: 600;
  text-align: center;
}

.section-heading.pit-heading {
  color: #189fe1;
}

.applications-grid {
  margin-top: 100px;
  grid-column-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.application-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 20px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 12px;
  background-color: #189fe1;
  box-shadow: 0 10px 20px 0 rgba(11, 30, 40, 0.17);
}

.icon-container {
  position: relative;
  top: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -70px;
  padding: 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.appl-text-container {
  margin-top: 0px;
  text-align: center;
}

.appl-heading {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
}

.appl-heading.single-space {
  padding-bottom: 30px;
}

.appl-link {
  color: #022d47;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.dark-line {
  width: 100%;
  height: 2px;
  margin-top: 18px;
  margin-bottom: 18px;
  border-radius: 1px;
  background-color: #005a90;
}

.fish-school-1 {
  position: absolute;
  left: auto;
  top: -54px;
  z-index: 0;
  overflow: hidden;
  width: 100%;
  max-width: 350px;
}

.fish-school-2 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0px;
  bottom: -44px;
  z-index: 0;
  overflow: hidden;
  width: 100%;
  max-width: 350px;
}

.footer-container {
  margin-top: 20px;
}

.footer-grid {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 0.5fr 0.75fr;
  grid-template-columns: 0.5fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.footer-text {
  color: #ecf6fb;
}

.footer-line {
  width: 100%;
  height: 2px;
  margin-top: 50px;
  margin-bottom: 20px;
  background-color: #058;
}

.grid {
  -ms-grid-columns: 1fr 0.25fr;
  grid-template-columns: 1fr 0.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid.copyrite-container {
  -ms-grid-columns: 1fr minmax(80px, 0.25fr);
  grid-template-columns: 1fr minmax(80px, 0.25fr);
}

.footer-link {
  -webkit-transition: opacity 200ms cubic-bezier(.55, .085, .68, .53);
  transition: opacity 200ms cubic-bezier(.55, .085, .68, .53);
  color: #189fe1;
  text-decoration: none;
}

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

.grid-2 {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.social-container {
  width: 20px;
  height: auto;
}

.image-3 {
  width: 100%;
  height: auto;
  max-width: 40px;
}

.platform-content-container {
  position: relative;
  margin-top: 0px;
  padding-top: 60px;
}

.pit-content-container {
  position: relative;
  top: 76px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 101px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mask {
  height: auto;
  border-radius: 20px;
}

.slider {
  height: auto;
  margin-bottom: -100px;
  border-radius: 20px;
  box-shadow: 0 13px 22px 0 rgba(0, 0, 0, 0.21);
}

.icon-2 {
  color: #058;
}

.icon-3 {
  color: #058;
}

.right-arrow {
  right: -80px;
}

.left-arrow {
  left: -80px;
}

.slide-nav {
  bottom: -48px;
}

.post-heading-text {
  position: relative;
  left: auto;
  right: auto;
  width: 100%;
  max-width: 730px;
  padding-top: 15px;
  padding-bottom: 34px;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.post-heading-text.contact {
  max-width: 510px;
  padding-top: 0px;
  padding-bottom: 45px;
  color: #fff;
}

.fish-container {
  position: absolute;
  top: -135px;
}

.fish {
  width: 100%;
  max-width: 220px;
}

.animation-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 300vh;
  max-width: 100%;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tag-container {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 120px;
  margin-bottom: -59px;
  padding: 14px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: 0 9px 25px 0 rgba(0, 0, 0, 0.22);
}

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

.div-block {
  position: absolute;
  top: 57px;
  width: 100%;
  height: 8px;
  max-width: 932px;
  border-radius: 8px;
  background-color: #058;
}

.platform-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-pre-heading {
  margin-top: 0px;
  color: #189fe1;
  font-size: 38px;
  line-height: 44px;
  text-align: center;
}

.slider-pre-heading.pre {
  margin-bottom: 0px;
  color: #058;
  font-size: 30px;
  line-height: 46px;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 113px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-heading {
  color: #fff;
  font-size: 36px;
  line-height: 43px;
  text-align: center;
}

.form-block {
  width: 100%;
  max-width: 460px;
}

.form-field {
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  border: 1px none #000;
  border-radius: 30px;
  color: #919191;
  line-height: 19px;
}

.form-field.text-area {
  min-height: 108px;
  margin-bottom: 22px;
  border-radius: 17px;
}

.submit {
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 30px;
  background-color: #189fe1;
}

.acceptance-text {
  margin-left: 8px;
  color: #fff;
  line-height: 21px;
}

.acceptance-link {
  color: #ecf6fb;
}

.checkbox {
  width: 14px;
  height: 14px;
}

.checkbox-field {
  margin-bottom: 10px;
}

.popup-background-1 {
  position: fixed;
  z-index: 9999999;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(6, 16, 22, 0.7);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}

.popup-container {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: auto;
  max-width: 800px;
  min-height: auto;
  margin: auto;
  padding: 23px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 13px;
  background-color: #fff;
}

.popup-heading {
  margin-top: 0px;
  color: #189fe1;
}

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

.bolder-text {
  font-size: 17px;
}

.project-grid {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.project-block {
  position: relative;
  min-height: 190px;
  padding: 13px;
  border-radius: 11px;
  background-color: #058;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#0b1e28), color-stop(35%, hsla(0, 0%, 100%, 0))), url('../images/project-img-1.jpg');
  background-image: linear-gradient(0deg, #0b1e28, hsla(0, 0%, 100%, 0) 35%), url('../images/project-img-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.project-block.second-project {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#0b1e28), color-stop(35%, hsla(0, 0%, 100%, 0))), url('../images/europeen-eel.jpg');
  background-image: linear-gradient(0deg, #0b1e28, hsla(0, 0%, 100%, 0) 35%), url('../images/europeen-eel.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.project-block.third-project {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#0b1e28), color-stop(35%, hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(0deg, #0b1e28, hsla(0, 0%, 100%, 0) 35%);
}

.project-block.fourth-project {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#0b1e28), color-stop(35%, hsla(0, 0%, 100%, 0))), url('../images/Grote_modderkruiper.jpg');
  background-image: linear-gradient(0deg, #0b1e28, hsla(0, 0%, 100%, 0) 35%), url('../images/Grote_modderkruiper.jpg');
}

.project-block.ter-wisch {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#0b1e28), color-stop(35%, hsla(0, 0%, 100%, 0))), url('../images/Vispassage_fish-passage-Ter-Wisch_.jpg');
  background-image: linear-gradient(0deg, #0b1e28, hsla(0, 0%, 100%, 0) 35%), url('../images/Vispassage_fish-passage-Ter-Wisch_.jpg');
}

.project-block.de-heining {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#0b1e28), color-stop(35%, hsla(0, 0%, 100%, 0))), url('../images/Picture_vispassage_deHeining_.jpg');
  background-image: linear-gradient(0deg, #0b1e28, hsla(0, 0%, 100%, 0) 35%), url('../images/Picture_vispassage_deHeining_.jpg');
}

.project-img-text {
  position: absolute;
  bottom: 10px;
  color: #fff;
}

.close-popup-container {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.close-popup-container.smaller {
  width: 60px;
  height: 60px;
}

.close-icon {
  width: 100%;
  max-width: 22px;
}

.close-icon.smaller {
  max-width: 20px;
  margin-top: 8px;
}

.popup-background-2 {
  position: fixed;
  z-index: 9999999;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(6, 16, 22, 0.7);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}

.popup-background-3 {
  position: fixed;
  z-index: 9999999;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(6, 16, 22, 0.7);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}

.animation-popup-1 {
  position: absolute;
  top: auto;
  right: auto;
  display: none;
  width: 100%;
  height: 100%;
  max-height: 170px;
  max-width: 360px;
  min-height: auto;
  margin-top: -95vh;
  margin-right: -38vw;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 12px;
  background-color: #ecf6fb;
  box-shadow: 0 11px 19px 0 rgba(0, 0, 0, 0.33);
}

.animation-popup-heading {
  margin-top: 0px;
  color: #058;
  font-size: 22px;
}

.animation-popup-text {
  border-radius: 12px;
  opacity: 1;
  color: #058;
}

.animation-popup-2 {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  display: none;
  width: 100%;
  height: 100%;
  max-height: 170px;
  max-width: 360px;
  min-height: auto;
  margin-bottom: -602px;
  margin-left: -623px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 12px;
  background-color: #ecf6fb;
  box-shadow: 0 11px 19px 0 rgba(0, 0, 0, 0.33);
}

.animation-popup-3 {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  display: none;
  width: 100%;
  height: 100%;
  max-height: 170px;
  max-width: 360px;
  min-height: auto;
  margin-right: -623px;
  margin-bottom: -912px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 12px;
  background-color: #ecf6fb;
  box-shadow: 0 11px 19px 0 rgba(0, 0, 0, 0.33);
}

.fish-school-img-2 {
  position: relative;
  right: -132px;
}

.fish-school-img-1 {
  position: relative;
  left: -80px;
  right: auto;
}

.image-5 {
  display: block;
}

.light-fish {
  position: absolute;
  left: -93px;
  top: 5px;
  right: auto;
  bottom: auto;
  width: 100%;
  max-width: 360px;
}

.dropdown-toggle {
  display: block;
  margin-left: 0px;
  padding-right: 34px;
  padding-left: 16px;
  color: #fff;
}

.icon-4 {
  margin-right: 13px;
  color: #189fe1;
}

.language-dropdown {
  display: none;
}

.language-dropdown.w--open {
  background-color: rgba(11, 30, 40, 0.7);
  color: #fff;
}

.langauge-select {
  -webkit-transition: all 200ms cubic-bezier(.55, .085, .68, .53);
  transition: all 200ms cubic-bezier(.55, .085, .68, .53);
  color: #fff;
}

.langauge-select:hover {
  background-color: rgba(11, 30, 40, 0.54);
  color: #189fe1;
}

.langauge-select.w--current {
  color: #189fe1;
}

.popup-background-4 {
  position: fixed;
  z-index: 9999999;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(6, 16, 22, 0.7);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}

.animation-popup-pit {
  position: absolute;
  top: auto;
  right: auto;
  width: 100%;
  height: 100%;
  max-height: 170px;
  max-width: 360px;
  min-height: auto;
  margin-top: -95vh;
  margin-right: -38vw;
  padding: 20px;
  border-radius: 12px;
  background-color: #ecf6fb;
  box-shadow: 0 11px 19px 0 rgba(0, 0, 0, 0.33);
}

.animation-popup-pit.pit {
  position: absolute;
  top: 304px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-height: 100%;
  margin-top: auto;
  margin-right: -49vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.animation-popup-tunerbox {
  position: fixed;
  left: auto;
  top: 170px;
  right: 70px;
  bottom: auto;
  z-index: 999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-width: 360px;
  min-height: auto;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 0px;
  background-color: #ecf6fb;
  box-shadow: 0 11px 19px 0 rgba(0, 0, 0, 0.33);
  -o-object-fit: fill;
  object-fit: fill;
}

.animation-popup-tunerbox.on-animation {
  right: 15%;
  overflow: visible;
  border-radius: 12px;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.popup-trigger {
  position: absolute;
  top: 20%;
  width: 120px;
  height: 120px;
  margin-top: auto;
  margin-left: -14%;
  border-radius: 70px;
  background-color: hsla(0, 0%, 100%, 0.18);
  cursor: pointer;
}

.popup-trigger-2 {
  position: absolute;
  top: auto;
  bottom: auto;
  width: 120px;
  height: 120px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: -52%;
  border-radius: 70px;
  background-color: hsla(0, 0%, 100%, 0.18);
  cursor: pointer;
}

.animation-popup-station {
  position: fixed;
  left: auto;
  top: 140px;
  right: 10%;
  z-index: 999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: auto;
  max-width: 360px;
  min-height: auto;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 24px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 12px;
  background-color: #ecf6fb;
  box-shadow: 0 11px 19px 0 rgba(0, 0, 0, 0.33);
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.yellow-tag {
  display: block;
  padding-bottom: 8px;
  color: #f6ad3a;
  font-size: 18px;
  font-weight: 700;
}

.yellow-tag.orange {
  color: #ff5e02;
}

.yellow-tag.green {
  color: #61fb3b;
}

.popup-trigger-3 {
  position: absolute;
  top: auto;
  bottom: auto;
  width: 120px;
  height: 120px;
  margin: auto -50% -583px auto;
  border-radius: 70px;
  background-color: hsla(0, 0%, 100%, 0.18);
  cursor: pointer;
}

.animation-popup-database {
  position: fixed;
  left: 75%;
  top: auto;
  right: auto;
  bottom: 232px;
  z-index: 999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: auto;
  max-width: 360px;
  min-height: auto;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 12px;
  background-color: #ecf6fb;
  box-shadow: 0 11px 19px 0 rgba(0, 0, 0, 0.33);
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.social-link {
  width: 40px;
}

.lottie-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.lottie-animation {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-width: 1600px;
  margin-top: -30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.page-heading {
  display: block;
  margin-top: 0px;
  font-size: 4.3em;
  line-height: 1.2em;
  text-align: center;
}

.italic-text {
  color: #fff;
  font-size: 43px;
}

.privacy-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  text-align: left;
}

.heading {
  text-align: left;
}

.privacy-h2 {
  margin-top: 14px;
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 34px;
}

.privacy-links {
  color: #058;
}

.privacy-links:hover {
  color: #189fe1;
}

.priv-para {
  padding-bottom: 10px;
}

.list-item {
  padding-bottom: 6px;
}

@media screen and (max-width: 991px) {
  .main-logo {
    max-width: 170px;
  }

  .navigation-text {
    margin-right: 4px;
    margin-left: 4px;
    padding-right: 4px;
    padding-left: 4px;
    font-size: 13px;
  }

  .navigation-text.login {
    margin-left: 8px;
  }

  .navigation-text.login:hover {
    background-color: #058;
  }

  .hero-section {
    min-height: 70vh;
  }

  .hero-content-container {
    padding-top: 98px;
  }

  .hero-pre-heading-text {
    margin-bottom: 1px;
  }

  .applications-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .application-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 47px;
  }

  .appl-heading.single-space {
    padding-bottom: 0px;
  }

  .fish-school-1 {
    left: -154px;
    top: -76px;
  }

  .fish-school-2 {
    bottom: -42px;
    max-width: 320px;
  }

  .right-arrow {
    right: 0px;
  }

  .left-arrow {
    left: 0px;
  }

  .popup-container {
    max-height: 90vh;
    max-width: 92vw;
  }

  .popup-background-3 {
    display: none;
  }

  .animation-popup-1 {
    max-height: 0px;
    max-width: 270px;
    min-height: 201px;
    margin-top: -66vh;
    margin-right: -56vw;
  }

  .animation-popup-2 {
    max-width: 270px;
    min-height: 204px;
    margin-bottom: -482px;
    margin-left: -425px;
  }

  .animation-popup-3 {
    max-height: 0px;
    max-width: 270px;
    min-height: 201px;
    margin-right: -429px;
    margin-bottom: -710px;
  }

  .fish-school-img-1 {
    left: -37px;
  }

  .image-5 {
    width: 110%;
    max-width: 110%;
  }

  .light-fish {
    left: 8px;
    top: 20px;
  }

  .dropdown-toggle {
    padding-left: 8px;
  }

  .popup-background-4 {
    display: none;
  }

  .animation-popup-pit {
    max-height: 0px;
    max-width: 270px;
    min-height: 201px;
    margin-top: -66vh;
    margin-right: -56vw;
  }

  .animation-popup-tunerbox {
    position: fixed;
    left: 0px;
    top: 0px;
    max-height: 0px;
    max-width: 310px;
    min-height: 101%;
    margin-top: auto;
    margin-right: -56vw;
  }

  .animation-popup-tunerbox.on-animation {
    left: 0%;
    top: auto;
    bottom: 0%;
    max-height: 100%;
    max-width: 100%;
    min-height: auto;
    margin-right: auto;
    margin-bottom: auto;
  }

  .popup-trigger {
    margin-top: auto;
    margin-left: -15%;
  }

  .popup-trigger-2 {
    margin-top: auto;
    margin-left: -15%;
  }

  .animation-popup-station {
    position: fixed;
    left: 0px;
    top: auto;
    bottom: 0px;
    max-height: 100%;
    max-width: 100%;
    min-height: auto;
    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
  }

  .popup-trigger-3 {
    margin-top: auto;
    margin-left: -15%;
  }

  .animation-popup-database {
    position: fixed;
    left: 0px;
    top: auto;
    bottom: 0px;
    max-height: 100%;
    max-width: 80%;
    min-height: auto;
    margin: auto auto 20px 10%;
  }
}

@media screen and (max-width: 767px) {
  .main-logo {
    max-width: 220px;
    margin-top: 6px;
  }

  .nav-menu {
    padding-top: 20px;
    padding-bottom: 50px;
    background-color: rgba(11, 30, 40, 0.9);
  }

  .navbar {
    position: relative;
    background-color: rgba(11, 30, 40, 0.75);
  }

  .navigation-text {
    height: auto;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
  }

  .navigation-text:hover {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    border: 0px solid #000;
    color: #40b5ee;
    line-height: 26px;
  }

  .navigation-text.w--current {
    padding-right: 8px;
    padding-left: 8px;
    border-bottom-width: 0px;
    border-bottom-color: rgba(24, 159, 225, 0);
  }

  .navigation-text.login {
    width: 150px;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    line-height: 6px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .navigation-text.login:hover {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #058;
    line-height: 6px;
  }

  .menu-button {
    background-color: rgba(0, 85, 136, 0);
    -webkit-transition: all 250ms cubic-bezier(.55, .085, .68, .53);
    transition: all 250ms cubic-bezier(.55, .085, .68, .53);
  }

  .menu-button.w--open {
    border-radius: 40px;
    background-color: #058;
    -webkit-transform: translate(-13px, 0px);
    -ms-transform: translate(-13px, 0px);
    transform: translate(-13px, 0px);
    -webkit-transition: all 200ms cubic-bezier(.55, .085, .68, .53);
    transition: all 200ms cubic-bezier(.55, .085, .68, .53);
    color: #ecf6fb;
  }

  .icon {
    -webkit-transition: all 200ms cubic-bezier(.55, .085, .68, .53);
    transition: all 200ms cubic-bezier(.55, .085, .68, .53);
    color: #fff;
  }

  .icon:hover {
    color: #189fe1;
  }

  .hero-section {
    min-height: 70vh;
  }

  .section.dark-a {
    height: auto;
  }

  .section.footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section.privacy {
    padding: 50px 22px;
  }

  .hero-content-container {
    padding-top: 37px;
  }

  .dark-container {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .applications-grid {
    position: relative;
    width: 100%;
    max-width: 500px;
    padding-right: 15px;
    padding-left: 15px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .application-box {
    margin-bottom: 45px;
  }

  .appl-heading.single-space {
    padding-bottom: 30px;
  }

  .fish-school-2 {
    display: none;
  }

  .footer-text {
    font-size: 13px;
  }

  .grid.copyrite-container {
    -ms-grid-columns: 0.75fr minmax(80px, 0.25fr);
    grid-template-columns: 0.75fr minmax(80px, 0.25fr);
  }

  .platform-content-container {
    padding-right: 13px;
    padding-left: 13px;
  }

  .icon-2 {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }

  .icon-3 {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }

  .right-arrow {
    right: 0px;
    width: 50px;
  }

  .left-arrow {
    left: 0px;
    width: 50px;
  }

  .post-heading-text {
    padding-right: 14px;
    padding-left: 14px;
  }

  .slider-pre-heading {
    font-size: 36px;
  }

  .popup-container {
    display: block;
    overflow: scroll;
    max-height: 80vh;
    max-width: 520px;
    border-radius: 0px;
  }

  .popup-background-3 {
    display: none;
  }

  .animation-popup-1 {
    margin-top: -65vw;
    margin-right: -53vw;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }

  .animation-popup-2 {
    margin-bottom: -389px;
    margin-left: -320px;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }

  .animation-popup-3 {
    margin-right: -301px;
    margin-bottom: -567px;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }

  .fish-school-img-1 {
    left: -22px;
  }

  .image-5 {
    width: 115%;
    max-width: 115%;
  }

  .light-fish {
    left: 81px;
    top: 5px;
    max-width: 330px;
  }

  .language-switch {
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: center;
  }

  .dropdown-toggle {
    margin-top: 19px;
  }

  .popup-background-4 {
    display: none;
  }

  .animation-popup-pit {
    margin-top: -65vw;
    margin-right: -53vw;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }

  .animation-popup-tunerbox {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    min-height: auto;
    margin: auto;
    padding: 30px 30px 30px 40px;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }

  .animation-popup-station {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    min-height: auto;
    margin: auto;
    padding: 30px 30px 30px 40px;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }

  .animation-popup-database {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    min-height: auto;
    margin: auto;
    padding: 30px 30px 30px 40px;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@media screen and (max-width: 479px) {
  .main-logo {
    margin-top: 6px;
  }

  .navbar {
    position: -webkit-sticky;
    position: sticky;
  }

  .hero-section {
    min-height: 510px;
  }

  .hero-content-container {
    padding-top: 47px;
    padding-bottom: 50px;
  }

  .hero-heading-h1 {
    font-size: 3.2em;
  }

  .hero-pre-heading-text {
    font-size: 1.6em;
  }

  .hero-pre-heading-text.smaller {
    font-size: 1.2em;
  }

  .section-heading {
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
  }

  .section-heading.pit-heading {
    font-size: 32px;
    font-weight: 700;
  }

  .applications-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .application-box {
    margin-right: 0px;
    margin-left: 0px;
  }

  .appl-heading.single-space {
    padding-bottom: 0px;
  }

  .fish-school-2 {
    display: none;
  }

  .footer-grid {
    justify-items: center;
    -ms-grid-columns: 1.25fr;
    grid-template-columns: 1.25fr;
    text-align: center;
  }

  .footer-text {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
  }

  .grid.copyrite-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .platform-content-container {
    padding-right: 18px;
    padding-left: 18px;
  }

  .pit-content-container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .icon-2 {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }

  .icon-3 {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }

  .right-arrow {
    right: 0px;
    width: 40px;
  }

  .left-arrow {
    left: 0px;
    width: 40px;
  }

  .post-heading-text {
    padding-right: 0px;
    padding-bottom: 179px;
    padding-left: 0px;
  }

  .tag-container {
    width: 90px;
    height: 90px;
    margin-bottom: -43px;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }

  .image-4 {
    max-width: 14px;
  }

  .div-block {
    top: 42px;
    height: 6px;
    max-width: 340px;
  }

  .platform-content {
    padding-right: 20px;
    padding-left: 20px;
  }

  .slider-pre-heading {
    font-size: 32px;
    line-height: 36px;
  }

  .slider-pre-heading.pre {
    font-size: 27px;
    line-height: 42px;
  }

  .container-2 {
    padding-right: 24px;
    padding-left: 24px;
  }

  .contact-heading {
    font-size: 32px;
    line-height: 41px;
  }

  .popup-container {
    display: block;
    overflow: scroll;
    max-height: 94vh;
    max-width: 340px;
    margin-top: 2vh;
    border-radius: 0px;
  }

  .project-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .popup-background-3 {
    display: none;
  }

  .animation-popup-1 {
    display: none;
  }

  .animation-popup-text {
    font-size: 13px;
    line-height: 18px;
  }

  .animation-popup-2 {
    display: none;
  }

  .animation-popup-3 {
    display: none;
  }

  .image-5 {
    width: 128%;
    max-width: 128%;
  }

  .light-fish {
    left: 42px;
    max-width: 200px;
  }

  .popup-background-4 {
    display: none;
  }

  .animation-popup-pit {
    display: none;
  }

  .animation-popup-pit.pit {
    position: absolute;
    top: 428px;
    bottom: auto;
    max-width: 300px;
    margin-right: 0vw;
  }

  .animation-popup-tunerbox {
    display: none;
  }

  .animation-popup-tunerbox.on-animation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 20px 25px;
  }

  .animation-popup-station {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 20px 25px;
  }

  .animation-popup-database {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 20px 25px;
  }

  .lottie-animation {
    top: 89px;
  }

  .page-heading {
    font-size: 32px;
  }

  .italic-text {
    font-size: 36px;
    line-height: 42px;
  }

  .privacy-content {
    padding-right: 0px;
    padding-left: 0px;
  }

  .privacy-h2 {
    font-size: 22px;
    line-height: 28px;
  }

  .privacy-links {
    display: inline;
    overflow: visible;
    clear: none;
  }

  .priv-para {
    width: 100%;
  }

  .list-item {
    width: 100%;
  }

  .list {
    width: 100%;
  }

  .list-2 {
    width: 100%;
    padding-left: 20px;
  }

  .list-3 {
    padding-left: 17px;
  }
}

#w-node-b9077190-0720-7e0c-f3d3-e78552377dd4-83ea927a {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_97b81dc4-cd16-a905-f85d-e6aa3f95cec3-83ea927a {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-feb38825-7115-b2bb-b3b4-55454e911801-83ea927a {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_1bcda654-0e20-075c-1330-6410fb246cd6-83ea927a {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_7522719f-4bb8-9f7e-22e9-3f6eba360d26-83ea927a {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b9077190-0720-7e0c-f3d3-e78552377dd4-0bea927d {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_97b81dc4-cd16-a905-f85d-e6aa3f95cec3-0bea927d {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-feb38825-7115-b2bb-b3b4-55454e911801-0bea927d {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_1bcda654-0e20-075c-1330-6410fb246cd6-0bea927d {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_7522719f-4bb8-9f7e-22e9-3f6eba360d26-0bea927d {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b9077190-0720-7e0c-f3d3-e78552377dd4-d9ea927e {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_8594a848-32f6-1023-f2b8-464dc47cb8a8-d9ea927e {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_8594a848-32f6-1023-f2b8-464dc47cb8ab-d9ea927e {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_8594a848-32f6-1023-f2b8-464dc47cb8ae-d9ea927e {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_8594a848-32f6-1023-f2b8-464dc47cb8b1-d9ea927e {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b9077190-0720-7e0c-f3d3-e78552377dd4-f9ea927f {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_97b81dc4-cd16-a905-f85d-e6aa3f95cec3-f9ea927f {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-feb38825-7115-b2bb-b3b4-55454e911801-f9ea927f {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_1bcda654-0e20-075c-1330-6410fb246cd6-f9ea927f {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_7522719f-4bb8-9f7e-22e9-3f6eba360d26-f9ea927f {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_97b81dc4-cd16-a905-f85d-e6aa3f95cec3-2c0eb0a3 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-feb38825-7115-b2bb-b3b4-55454e911801-2c0eb0a3 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_1bcda654-0e20-075c-1330-6410fb246cd6-2c0eb0a3 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_7522719f-4bb8-9f7e-22e9-3f6eba360d26-2c0eb0a3 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_97b81dc4-cd16-a905-f85d-e6aa3f95cec3-c49d99ec {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-feb38825-7115-b2bb-b3b4-55454e911801-c49d99ec {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_1bcda654-0e20-075c-1330-6410fb246cd6-c49d99ec {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_7522719f-4bb8-9f7e-22e9-3f6eba360d26-c49d99ec {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

