.container {
  height: 100vh;
}

.container-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#155188), to(#155188));
  background-image: linear-gradient(180deg, #155188, #155188);
}

.heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #2ee2d8;
  font-size: 60px;
  line-height: 60px;
}

.bold-text {
  display: block;
}

.home {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  min-height: 90%;
  padding-top: 10%;
  padding-bottom: 10%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#155188), to(#155188));
  background-image: linear-gradient(180deg, #155188, #155188);
}

.div-block {
  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;
}

.div-block-2 {
  display: block;
  min-width: 94px;
  margin-top: 15%;
  -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;
}

.container-3 {
  display: block;
}

.research {
  min-height: 90vh;
  padding-top: 18vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#30c4ec), to(#30c4ec));
  background-image: linear-gradient(180deg, #30c4ec, #30c4ec);
}

.research.aqua {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#30c4ec), to(#30c4ec));
  background-image: linear-gradient(180deg, #30c4ec, #30c4ec);
}

.strategy {
  min-height: 90vh;
  padding-top: 18vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#11819f), to(#11819f));
  background-image: linear-gradient(180deg, #11819f, #11819f);
}

.strategy.algae {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#11819f), to(#11819f));
  background-image: linear-gradient(180deg, #11819f, #11819f);
}

.section-light {
  min-height: 90%;
  padding-top: 10%;
  padding-bottom: 10%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#30c4ec), to(#30c4ec));
  background-image: linear-gradient(180deg, #30c4ec, #30c4ec);
}

.section-dark {
  min-height: 90%;
  padding-top: 10%;
  padding-bottom: 10%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#11819f), to(#11819f));
  background-image: linear-gradient(180deg, #11819f, #11819f);
}

.technology {
  min-height: 90vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#30c4ec), to(#30c4ec));
  background-image: linear-gradient(180deg, #30c4ec, #30c4ec);
}

.section-blue {
  min-height: 50%;
  padding-top: 10%;
  padding-bottom: 10%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#155188), to(#155188));
  background-image: linear-gradient(180deg, #155188, #155188);
}

.contact {
  min-height: 50%;
  padding-top: 10%;
  padding-bottom: 10%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2ee2d8), to(#2ee2d8));
  background-image: linear-gradient(180deg, #2ee2d8, #2ee2d8);
}

.div-block-3 {
  position: fixed;
  top: 25%;
  right: 0px;
  bottom: 0px;
  width: 100px;
  height: 400px;
  text-align: center;
}

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

.navbar {
  position: static;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: linear-gradient(180deg, transparent, transparent);
  text-align: center;
}

.nav-menu {
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  text-align: center;
  text-transform: none;
}

.nav-link {
  position: static;
  padding-left: 0px;
}

.navbar-2 {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  overflow: visible;
  clear: left;
  background-color: hsla(0, 0%, 100%, 0);
}

.icon {
  background-color: #000;
}

.div-block-4 {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  background-color: hsla(0, 0%, 100%, 0);
}

.container-5 {
  display: block;
  margin-bottom: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.heading-2 {
  display: block;
  width: 85%;
  margin-right: auto;
  margin-left: auto;
  font-family: neuzeit-grotesk, sans-serif;
  color: #2ee2d8;
  font-size: 60px;
  line-height: 60px;
  text-align: center;
}

.paragraph {
  display: block;
  width: 75%;
  margin-top: 4%;
  margin-right: auto;
  margin-left: auto;
  font-family: freight-sans-pro, sans-serif;
  color: #78d6ef;
  font-size: 30px;
  line-height: 36px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
}

.paragraph-2 {
  display: block;
  width: 65%;
  margin-top: 5%;
  margin-right: auto;
  margin-left: auto;
  font-family: freight-sans-pro, sans-serif;
  color: #78d6ef;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
}

.heading-3 {
  display: block;
  width: 65%;
  margin-right: auto;
  margin-left: auto;
}

.h1 {
  width: 85%;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  font-family: neuzeit-grotesk, sans-serif;
  color: #155188;
  font-size: 60px;
  line-height: 60px;
}

.h3 {
  width: 85%;
  margin-right: auto;
  margin-left: auto;
  font-family: neuzeit-grotesk, sans-serif;
  color: #fff;
  font-size: 27px;
  line-height: 32px;
}

.paragraph-light {
  display: block;
  width: 85%;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  font-family: freight-sans-pro, sans-serif;
  color: #155188;
  font-size: 30px;
  line-height: 36px;
}

.h1-dark {
  color: #78d6ef;
}

.paragraph-dark {
  display: block;
  width: 85%;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  font-family: freight-sans-pro, sans-serif;
  color: #78d6ef;
  font-size: 30px;
  line-height: 36px;
}

.heading-4 {
  display: block;
  width: 85%;
  margin-right: auto;
  margin-left: auto;
  font-family: neuzeit-grotesk, sans-serif;
  color: #35d4d2;
  font-size: 60px;
  line-height: 60px;
}

.text-field {
  margin-top: 4%;
  border-style: none none solid;
  border-width: 1px 0px 1px 1px;
  border-color: #000 #000 #35d4d2;
  background-color: hsla(0, 0%, 100%, 0);
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0));
  font-family: freight-sans-pro, sans-serif;
  font-size: 27px;
}

.text-field:focus {
  border-bottom-width: 2px;
  border-bottom-color: #fff;
  color: hsla(0, 0%, 100%, .65);
}

.text-field::-webkit-input-placeholder {
  color: rgba(53, 212, 210, .5);
}

.text-field:-ms-input-placeholder {
  color: rgba(53, 212, 210, .5);
}

.text-field::-ms-input-placeholder {
  color: rgba(53, 212, 210, .5);
}

.text-field::placeholder {
  color: rgba(53, 212, 210, .5);
}

.text-field-2 {
  border-style: none;
  background-color: hsla(0, 0%, 100%, 0);
  font-family: freight-sans-pro, sans-serif;
  color: #35d4d2;
  font-size: 27px;
}

.form {
  display: none;
  width: 85%;
  margin-top: 4%;
  margin-right: auto;
  margin-left: auto;
  color: #35d4d2;
}

.submit-button {
  margin-top: 4%;
  border-style: none;
  border-radius: 10px;
  background-color: #35d4d2;
  font-family: freight-sans-pro, sans-serif;
  color: #155188;
  font-size: 21px;
}

.div-block-5 {
  display: block;
  width: 85%;
  margin-top: 5%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  color: #155188;
}

.text-block {
  margin-bottom: 3%;
  font-family: freight-sans-pro, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.text-span {
  font-family: neuzeit-grotesk, sans-serif;
}

.text-block-2 {
  display: block;
  margin-top: 5%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0%;
  font-family: freight-sans-pro, sans-serif;
  color: #fff;
  text-align: center;
}

.text-block-3 {
  display: block;
  width: 85%;
  margin-top: 5%;
  margin-right: auto;
  margin-left: auto;
  font-family: freight-sans-pro, sans-serif;
  color: #155188;
  text-align: left;
}

.bold-text-2 {
  color: #155188;
}

.nav-menu-2 {
  margin-top: 20vh;
}

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

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

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

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

.nav-link-6 {
  padding-left: 0px;
}

.nav-link-7 {
  padding-left: 0px;
}

.nav-link-8 {
  padding-left: 0px;
}

.nav-link-9 {
  padding-left: 0px;
}

.nav-menu-3 {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  float: right;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.navbar-3 {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  margin-right: auto;
  margin-left: auto;
  -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;
  background-color: hsla(0, 0%, 100%, 0);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 129, 159, 0)), to(rgba(17, 129, 159, 0)));
  background-image: linear-gradient(180deg, rgba(17, 129, 159, 0), rgba(17, 129, 159, 0));
  font-family: freight-sans-pro, sans-serif;
  font-size: 18px;
  text-align: left;
}

.container-6 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

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

.home-scroll {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 50px;
  margin-right: auto;
  margin-bottom: 17vh;
  margin-left: auto;
}

.text-block-4 {
  font-family: neuzeit-grotesk, sans-serif;
  color: #fff;
}

.div-block-7 {
  position: fixed;
}

.image {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.logo {
  display: block;
  margin-right: auto;
  margin-bottom: 5%;
  margin-left: auto;
}

.universal-scroll {
  position: fixed;
  top: 0px;
  right: 0px;
  margin-top: 25%;
  padding-right: 2%;
}

@media (max-width: 991px) {
  .nav-menu {
    top: 0px;
    right: 0px;
    bottom: 0px;
  }
  .div-block-4 {
    display: none;
  }
  .heading-2 {
    font-size: 48px;
    line-height: 48px;
  }
  .paragraph {
    font-size: 27px;
    line-height: 30px;
  }
  .heading-3 {
    font-family: neuzeit-grotesk, sans-serif;
    color: #fff;
    font-size: 27px;
    line-height: 32px;
  }
  .h1 {
    font-size: 48px;
    line-height: 48px;
  }
  .h1.h1-light {
    width: 85%;
    font-size: 48px;
    line-height: 48px;
  }
  .paragraph-light {
    font-size: 27px;
  }
  .h1-dark {
    font-size: 48px;
    line-height: 48px;
  }
  .paragraph-dark {
    font-size: 27px;
  }
  .heading-4 {
    width: 85%;
    margin-right: auto;
    margin-left: auto;
  }
  .form {
    display: none;
    width: 85%;
    margin-right: auto;
    margin-left: auto;
  }
  .div-block-5 {
    display: block;
    width: 85%;
    margin-right: auto;
    margin-left: auto;
    float: none;
    clear: left;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    justify-items: start;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
  }
  .text-block {
    margin-bottom: 5%;
  }
  .text-block-3 {
    display: block;
    width: 85%;
    margin-right: auto;
    margin-left: auto;
  }
  .navbar-3 {
    display: none;
  }
  .universal-scroll {
    margin-top: 35%;
  }
  .bold-text-3 {
    font-size: 48px;
    line-height: 42px;
  }
  .bold-text-4 {
    font-size: 48px;
    line-height: 48px;
  }
  .bold-text-5 {
    font-size: 48px;
    line-height: 48px;
  }
}

@media (max-width: 767px) {
  .h1 {
    width: 85%;
    padding-right: 2%;
  }
  .h1.h1-light {
    padding-right: 5%;
  }
  .paragraph-light {
    width: 85%;
    padding-right: 5%;
  }
  .paragraph-dark {
    padding-right: 5%;
  }
  .form {
    padding-right: 5%;
  }
  .universal-scroll {
    margin-top: 40%;
  }
}

@media (max-width: 479px) {
  .home {
    min-height: 0vh;
    padding-top: 15%;
  }
  .section-light {
    min-height: 0vh;
  }
  .section-dark {
    min-height: 0vh;
  }
  .section-blue {
    min-height: 0vh;
  }
  .contact {
    min-height: 0vh;
  }
  .heading-2 {
    margin-top: 25px;
    font-size: 36px;
    line-height: 39px;
  }
  .paragraph {
    margin-top: 8%;
    font-size: 24px;
    line-height: 27px;
  }
  .paragraph-2 {
    margin-top: 8%;
  }
  .h1 {
    padding-right: 3%;
    font-size: 36px;
    line-height: 39px;
  }
  .h1.h1-light {
    padding-right: 10%;
    font-size: 36px;
    line-height: 39px;
  }
  .h3 {
    margin-top: 0px;
    font-size: 21px;
  }
  .paragraph-light {
    font-size: 24px;
    line-height: 27px;
  }
  .h1-dark {
    font-size: 36px;
    line-height: 39px;
  }
  .paragraph-dark {
    font-size: 24px;
    line-height: 27px;
  }
  .heading-4 {
    margin-top: 0px;
    padding-right: 15%;
    font-size: 36px;
    line-height: 39px;
  }
  .universal-scroll {
    display: none;
  }
  .bold-text-3 {
    font-size: 36px;
    line-height: 39px;
  }
  .bold-text-4 {
    font-size: 36px;
    line-height: 39px;
  }
  .bold-text-5 {
    font-size: 36px;
    line-height: 39px;
  }
}

#w-node-0c09906f1873-9e57042b {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-1c344516188a-9e57042b {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-44cc20e4cc52-9e57042b {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-6cd21987db91-9e57042b {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-cb748a127035-9e57042b {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-8b079e53d1e1-9e57042b {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-51e245ac89f0-9e57042b {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

