:root {
  --zeewise-ink: #00002e;
  --chalk-white: #fbfbfb;
  --zeewise-blue: #4040db;
  --zeewise-gray: #4f5a6c;
  --chalk-blue: #c6d7f0;
}

.w-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.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-users-usersignupverificationmessage {
  display: none;
}

.w-users-userresetpasswordformwrapper, .w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-useraccountwrapper {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-users-blockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-users-blockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 20px;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

.navbar {
  background-color: #fff;
  height: 60px;
  padding-left: 80px;
  padding-right: 80px;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 3px 3px 4px #0000003d;
}

.body {
  font-family: Neurialgrotesk, sans-serif;
  font-weight: 300;
  overflow: visible;
}

.nav-menu {
  color: var(--zeewise-ink);
  font-size: 16px;
}

.nav-link {
  height: 60px;
  font-weight: 300;
}

.nav-link:hover {
  color: var(--zeewise-blue);
  font-weight: 300;
}

.nav-link.w--current {
  border-bottom: 0px solid var(--zeewise-blue);
  color: var(--zeewise-ink);
  height: 60px;
  font-weight: 300;
}

.image {
  width: 160px;
  height: 40px;
  margin-top: 10px;
}

.home {
  background-color: var(--chalk-white);
  height: 800px;
  margin-top: 60px;
  padding-left: 80px;
  padding-right: 80px;
}

.home-columns {
  text-align: left;
  width: 70vw;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.home-left {
  flex-direction: column;
  align-items: center;
  height: auto;
  padding-top: 100px;
  display: flex;
}

.home-right {
  justify-content: center;
  height: 800px;
  display: flex;
}

.h1 {
  color: var(--zeewise-ink);
  width: auto;
  max-width: 630px;
  margin-bottom: 50px;
  font-family: Neurialgrotesk, sans-serif;
  font-size: 60px;
  font-weight: 300;
  line-height: 60px;
}

.h1.about-h1 {
  color: var(--zeewise-gray);
  text-align: center;
  max-width: none;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 80px;
  line-height: 96px;
}

.subheading {
  color: var(--zeewise-ink);
  width: auto;
  max-width: 540px;
  margin-bottom: 60px;
  font-size: 20px;
  font-weight: 300;
  line-height: 33px;
}

.subheading.simply-subhead {
  width: auto;
  margin-bottom: 60px;
}

.subheading.home-sub {
  width: auto;
  max-width: 630px;
}

.subheading.testimonial-sub {
  width: 515px;
}

.subheading.contact-subhead {
  margin-bottom: 60px;
}

.subheading._404-subhead {
  color: #fff;
  text-align: left;
  width: 440px;
  margin-bottom: 40px;
  font-family: Neurialgrotesk, sans-serif;
}

.zeewise-btn {
  border: 1px solid var(--zeewise-blue);
  background-color: var(--chalk-white);
  color: var(--zeewise-blue);
  border-radius: 8px;
  padding: 20px 40px;
  font-size: 16px;
}

.zeewise-btn.product-btn {
  padding: 12px 24px;
}

.zeewise-btn.contact {
  background-color: #fff;
  background-image: none;
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.zeewise-btn.unit-align-btn {
  background-color: #fff;
  width: 100%;
  margin-top: 10px;
  padding: 12px 0;
}

.zeewise-btn._404-btn {
  color: #fff;
  background-color: #0000;
  border-color: #fff;
  font-family: Neurialgrotesk, sans-serif;
  font-weight: 400;
}

.simply-connected {
  height: 800px;
}

.simply-left {
  justify-content: center;
  height: 800px;
  display: flex;
}

.simply-right {
  height: 100%;
  padding-top: 100px;
}

.products {
  background-color: var(--chalk-white);
  flex-direction: column;
  align-items: stretch;
  height: 800px;
  padding-top: 80px;
  padding-left: 80px;
  padding-right: 80px;
  display: block;
  overflow: hidden;
}

.testimonials {
  height: 800px;
  padding-left: 0;
  padding-right: 0;
}

.final-push {
  background-color: var(--zeewise-gray);
  height: 800px;
  padding-left: 80px;
  padding-right: 80px;
}

.footer {
  background-color: var(--zeewise-ink);
  justify-content: space-between;
  align-items: center;
  height: 240px;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.h2 {
  color: var(--zeewise-ink);
  margin-bottom: 40px;
  font-size: 48px;
  font-weight: 300;
  line-height: 58px;
}

.h2.final-h2 {
  color: var(--chalk-white);
}

.h2.unit-align-h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 35px;
  line-height: 43px;
}

.h2.about-h2 {
  margin-bottom: 80px;
}

.h2.purpose-h2 {
  color: var(--zeewise-blue);
}

.h2.who-we-are-h2 {
  text-align: center;
  margin-bottom: 80px;
}

.h3 {
  color: var(--zeewise-blue);
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.h3.final-h3 {
  color: #fff;
}

.h3.who-we-are-h3 {
  opacity: .9;
  font-size: 36px;
  line-height: 43px;
}

.paragraph {
  color: var(--zeewise-ink);
  width: 400px;
  margin-bottom: 40px;
  font-size: 16px;
}

.paragraph.final-p {
  color: var(--chalk-white);
  margin-bottom: 20px;
}

.paragraph.product-p {
  width: 305px;
  margin-bottom: 32px;
}

.paragraph.testimonial-p {
  width: 318px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph.unit-align-p {
  width: 100%;
  margin-bottom: 20px;
}

.paragraph.about-p {
  width: 420px;
  margin-bottom: 0;
}

.paragraph.who-we-are-p {
  margin-bottom: 0;
}

.testimonial-left {
  background-image: url('../images/Zeewise-Logo_Icon_Light_Blue.svg');
  background-position: 0 200%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  height: 800px;
  padding-top: 240px;
  display: flex;
}

.testimonial-right {
  background-image: url('../images/Zeewise-Logo_Icon_Light_Blue.svg');
  background-position: 100% -100%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  height: 800px;
  padding-top: 330px;
  display: flex;
}

.final-push-left {
  justify-content: center;
  height: 800px;
  padding-top: 100px;
  padding-left: 10px;
  display: flex;
}

.final-push-right {
  justify-content: center;
  align-items: center;
  height: 800px;
  padding-top: 60px;
  display: flex;
}

.product-link {
  color: var(--chalk-white);
  margin-bottom: 40px;
  font-size: 16px;
  display: block;
}

.home-hero {
  width: 80%;
  max-width: 600px;
}

.connected-img {
  object-fit: contain;
  max-width: 640px;
}

.product-container {
  width: 305px;
}

.product-row {
  justify-content: space-between;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.product-img {
  width: 305px;
  margin-bottom: 32px;
}

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

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

.products-heading {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.footer-left {
  align-items: center;
  height: 240px;
  display: flex;
}

.footer-right {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 240px;
  display: flex;
}

.footer-logo {
  width: auto;
  height: 40px;
  margin-bottom: 0;
}

.footer-logo-link {
  width: auto;
  height: auto;
  margin-bottom: 20px;
}

.footer-link {
  color: var(--chalk-white);
  margin-bottom: 0;
  margin-left: 40px;
  margin-right: 40px;
  font-size: 16px;
  text-decoration: none;
}

.footer-link-container.bottom {
  text-align: center;
  margin-top: 20px;
}

.slider {
  background-color: #fff;
  border: 1px solid #999;
  border-radius: 16px;
  width: 420px;
  height: 380px;
  position: relative;
  box-shadow: 0 0 4px #0000001f, 3px 3px 4px #0000003d;
}

.icon, .icon-2 {
  color: var(--zeewise-gray);
  font-size: 32px;
}

.slide-nav {
  color: var(--zeewise-gray);
}

.left-arrow, .right-arrow {
  width: 40px;
}

.testimonial-heading {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
  padding-top: 24px;
  padding-left: 48px;
  display: flex;
}

.testimonial-logo {
  height: 40px;
  margin-right: 24px;
}

.testimonial-logo.home-instead {
  height: 60px;
  margin-top: 36px;
}

.testimonial-logo.mathnasium {
  height: 60px;
}

.testimonial-title-block {
  margin-left: 51px;
  padding-left: 0;
}

.author {
  color: var(--zeewise-ink);
  object-fit: fill;
  margin-left: 0;
  font-size: 16px;
  font-weight: 500;
}

.title {
  color: var(--zeewise-gray);
  margin-bottom: 24px;
  font-size: 30px;
  line-height: 36px;
}

.title.testimonial-title {
  color: var(--zeewise-ink);
  font-size: 16px;
  line-height: 20px;
}

.contact {
  background-image: url('../images/Zeewise-Logo_Brand-Patterns_Connectivity_Squares.svg');
  background-position: 100% 0;
  background-repeat: repeat-y;
  background-size: 160px;
  margin-top: 60px;
  padding-left: 80px;
  padding-right: 80px;
}

.contact-left {
  justify-content: center;
  padding-top: 20px;
  display: flex;
}

.contact-left._360contact-left {
  padding-top: 0;
}

.contact-right {
  justify-content: center;
  align-items: center;
  height: 800px;
  display: flex;
}

.body-2 {
  font-family: Neurialgrotesk, sans-serif;
}

.form-label {
  color: var(--zeewise-gray);
  font-size: 16px;
  font-weight: 500;
  display: block;
}

.name-and-email {
  justify-content: space-between;
  margin-bottom: 20px;
  display: flex;
}

.email-container, .name-container {
  width: 49%;
  max-width: 320px;
}

.div-block {
  width: auto;
  max-width: 100%;
}

.form-field {
  border: 1px solid var(--zeewise-gray);
  color: var(--zeewise-ink);
  background-color: #0000;
  border-radius: 4px;
  font-size: 16px;
}

.contact-img {
  box-shadow: 6px 6px 0 0 var(--zeewise-gray);
  border-bottom-left-radius: 40px;
  width: 420px;
}

.form-block {
  width: auto;
  max-width: 500px;
}

.slider-bg {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/Zeewise-Logo_Brand-Patterns_Connectivity_Squares.svg');
  background-position: 100%;
  background-size: 230px;
  background-clip: border-box;
  width: 460px;
  height: 430px;
}

.footer-address {
  color: var(--chalk-white);
}

.unit-align-contact-block {
  opacity: 1;
  background-color: #fff;
  width: 600px;
  height: 360px;
  padding-top: 40px;
  padding-left: 66px;
  padding-right: 66px;
  display: none;
  position: absolute;
  top: 1980px;
  left: auto;
  right: 30px;
  box-shadow: 0 0 4px #0000001f, 0 4px 4px #0000003d;
}

.unit-align-contact-block.block-2 {
  display: block;
  top: 3659px;
  right: auto;
}

.unit-align-contact-block.secondary-contact-block {
  display: none;
  top: 3640px;
  right: auto;
}

.unit-align-form {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.close-btn {
  text-align: center;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: absolute;
  top: 24px;
  right: 24px;
}

.text-block {
  text-align: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.utility-page-wrap {
  background-color: var(--chalk-white);
  background-image: url('../images/uf-404-bg-smaller.jpg');
  background-position: 50% 20%;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 80px;
  display: flex;
}

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

.heading {
  color: var(--zeewise-ink);
}

.div-block-3 {
  color: var(--zeewise-ink);
  text-align: left;
}

.image-4 {
  color: var(--zeewise-ink);
}

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

.text-block-2 {
  color: var(--chalk-white);
}

.terms {
  color: var(--zeewise-ink);
  margin-top: 60px;
  padding: 40px 140px 100px;
  font-family: Neurialgrotesk, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 40px;
}

.footer-link-container-container {
  align-self: center;
  margin-top: 0;
}

._404-content-container {
  background-color: #4f5a6c80;
  width: 524px;
  height: 467px;
  padding-top: 37px;
  padding-left: 40px;
  padding-right: 40px;
}

._404-img {
  margin-top: 0;
  margin-bottom: 69px;
}

.top {
  background-image: url('../images/Zeewise-Logo_Brand-Patterns_Connectivity_Squares.svg'), url('../images/Zeewise-Logo_Icon_Light_Blue.svg');
  background-position: 100% 100%, 80px 40px;
  background-repeat: no-repeat, no-repeat;
  background-size: 160px, auto;
  flex-direction: column;
  align-items: center;
  height: 100vh;
  margin-top: 60px;
  padding-top: 300px;
  display: flex;
}

.body-3 {
  font-family: Neurialgrotesk, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.values {
  background-color: var(--chalk-white);
  background-image: url('../images/Zeewise-Logo_Brand-Patterns_Connectivity_Squares.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 160px;
  height: 100vh;
  padding-left: 80px;
  padding-right: 80px;
}

.values-left {
  padding-top: 120px;
}

.values-right {
  justify-content: center;
  padding-top: 120px;
  display: flex;
}

.value-container {
  margin-top: 0;
  margin-bottom: 60px;
  display: flex;
}

.plus {
  width: 16px;
  height: 16px;
  margin-right: 24px;
}

.values-img {
  box-shadow: 6px 6px 0 0 var(--chalk-blue);
  border-bottom-left-radius: 80px;
  width: 413px;
}

.purpose {
  background-image: url('../images/Zeewise-Logo_Icon_Light_Blue.svg'), url('../images/Zeewise-Logo_Icon_Light_Blue.svg');
  background-position: 100% -80%, 0 180%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  height: 100vh;
  padding-left: 80px;
  padding-right: 80px;
}

.purpose-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 20vh;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.purpose-middle-column {
  padding-top: 40vh;
  padding-left: 0;
  padding-right: 0;
}

.purpose-right {
  padding-top: 60vh;
  padding-left: 0;
  padding-right: 0;
}

.vision-container {
  text-align: left;
}

.who-we-are {
  background-color: var(--chalk-white);
  padding-top: 120px;
  padding-bottom: 120px;
  display: block;
}

.employee-row {
  background-image: url('../images/Zeewise-Logo_Brand-Patterns_Connectivity_Dots.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 160px;
  justify-content: space-around;
  margin-bottom: 80px;
  display: flex;
}

.employee-row.middle {
  background-image: url('../images/Zeewise-Logo_Brand-Patterns_Connectivity_Dots.svg');
  background-position: 100% 0;
  background-size: 160px;
}

.image-5 {
  width: 200px;
  max-width: 100%;
  height: 200px;
  padding-top: 0;
  overflow: visible;
}

.bio-block {
  align-self: center;
}

.purpose-top {
  padding-top: 160px;
}

.purpose-middle {
  text-align: left;
  justify-content: center;
  align-items: center;
  display: flex;
}

.purpose-bottom {
  justify-content: flex-end;
  display: flex;
}

.bold, .text-span {
  font-weight: 500;
}

.company-link {
  color: var(--zeewise-ink);
  text-decoration: none;
}

.company-link:hover {
  color: var(--zeewise-blue);
}

.body-4 {
  background-color: var(--chalk-white);
  color: var(--zeewise-ink);
  font-family: Neurialgrotesk, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 40px;
}

.body-5 {
  background-color: var(--chalk-white);
  color: var(--zeewise-ink);
  font-family: Neurialgrotesk, sans-serif;
  font-weight: 300;
}

@media screen and (max-width: 991px) {
  .navbar {
    padding-left: 40px;
    padding-right: 40px;
  }

  .nav-menu {
    background-color: var(--chalk-white);
    box-shadow: 0 2px 2px #00000040;
  }

  .nav-link.w--current {
    border-bottom-width: 0;
  }

  .home {
    height: 520px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .home-columns {
    height: auto;
  }

  .home-left {
    height: auto;
    padding-top: 20px;
  }

  .home-right {
    align-items: flex-start;
    height: auto;
    padding-top: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .h1 {
    margin-bottom: 40px;
    font-size: 48px;
  }

  .subheading {
    margin-bottom: 60px;
    font-size: 20px;
    line-height: 30px;
  }

  .subheading.simply-subhead {
    width: auto;
  }

  .zeewise-btn {
    padding: 12px 24px;
  }

  .zeewise-btn.contact {
    margin-top: 20px;
    padding: 12px 24px;
    font-size: 14px;
  }

  .simply-right {
    padding-top: 60px;
  }

  .products {
    height: 1280px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .testimonials {
    height: 880px;
  }

  .final-push {
    padding-left: 40px;
    padding-right: 40px;
  }

  .footer {
    flex-direction: column;
    justify-content: center;
  }

  .h2 {
    font-size: 36px;
  }

  .h2.about-h2 {
    line-height: 40px;
  }

  .h3 {
    font-size: 18px;
  }

  .h3.who-we-are-h3 {
    font-size: 32px;
  }

  .paragraph.final-p {
    width: 100%;
  }

  .testimonial-left {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    height: 240px;
    padding-top: 60px;
  }

  .testimonial-right {
    height: 530px;
    padding-top: 40px;
  }

  .final-push-left {
    padding-top: 60px;
  }

  .final-push-right {
    align-items: flex-start;
    padding-top: 100px;
  }

  .connected-img {
    width: 90%;
  }

  .product-container {
    margin-bottom: 60px;
  }

  .product-row {
    flex-flow: wrap;
    align-items: center;
  }

  .footer-logo {
    max-width: none;
    margin-bottom: 0;
  }

  .footer-logo-link {
    width: auto;
    height: auto;
    margin-bottom: 0;
  }

  .footer-link {
    margin-bottom: 20px;
  }

  .footer-link-container {
    flex-direction: row;
    display: flex;
  }

  .footer-link-container.bottom {
    justify-content: center;
  }

  .title {
    font-size: 28px;
  }

  .contact {
    padding-left: 40px;
    padding-right: 40px;
  }

  .contact-left {
    justify-content: flex-start;
    height: 720px;
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-right {
    justify-content: center;
    align-items: flex-start;
    height: 720px;
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 0;
  }

  .form-label, .form-field {
    font-size: 14px;
  }

  .contact-img {
    width: 320px;
  }

  .footer-address {
    margin-left: 40px;
  }

  .div-block-2 {
    align-items: center;
    margin-bottom: 40px;
    display: flex;
  }

  .unit-align-contact-block {
    top: 2300px;
  }

  .text-block-2 {
    margin-left: 20px;
  }

  .top {
    background-size: 120px, auto;
  }

  .values {
    background-size: 120px;
    height: 1340px;
  }

  .values-left {
    padding-top: 60px;
  }

  .values-right {
    padding-top: 0;
  }

  .plus {
    width: 14px;
    height: 14px;
    margin-top: 2px;
  }

  .purpose {
    background-position: 100% -30%, 0 130%;
    background-size: 320px, 320px;
  }

  .who-we-are {
    padding-top: 60px;
  }

  .image-5 {
    width: 300px;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    padding-left: 16px;
    padding-right: 16px;
  }

  .home {
    height: 1000px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .home-left {
    height: 400px;
  }

  .home-right {
    height: 540px;
    padding-top: 0;
  }

  .h1 {
    font-size: 40px;
    line-height: 52px;
  }

  .h1.about-h1 {
    font-size: 60px;
  }

  .subheading {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 20px;
  }

  .subheading.testimonial-sub {
    width: auto;
  }

  .subheading.contact-subhead {
    margin-bottom: 40px;
  }

  .zeewise-btn.contact {
    font-size: 12px;
  }

  .zeewise-btn._404-btn {
    font-size: 14px;
  }

  .simply-connected {
    height: 1100px;
  }

  .simply-left {
    align-items: flex-start;
    height: 440px;
    padding-top: 40px;
  }

  .simply-right {
    height: 600px;
    padding-top: 10px;
  }

  .products {
    height: 1600px;
    padding-top: 20px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .testimonials {
    padding-left: 16px;
    padding-right: 16px;
  }

  .final-push {
    height: 1260px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .footer {
    height: 540px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .h2.unit-align-h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .h2.who-we-are-h2 {
    margin-bottom: 60px;
  }

  .h3 {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .paragraph {
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 18px;
  }

  .final-push-left {
    height: 640px;
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .final-push-right {
    height: 600px;
    padding-top: 0;
  }

  .product-link {
    font-size: 14px;
  }

  .home-hero {
    max-width: 420px;
  }

  .product-row {
    justify-content: center;
  }

  .footer-logo-link {
    width: auto;
    margin-bottom: 20px;
  }

  .footer-link-container {
    flex-direction: column;
    align-items: center;
  }

  .slider {
    height: 320px;
  }

  .testimonial-heading {
    padding-top: 20px;
  }

  .author, .title {
    font-size: 14px;
  }

  .contact {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-left: 16px;
    padding-right: 16px;
  }

  .contact-left {
    height: 600px;
    padding-top: 0;
  }

  .contact-right {
    height: 600px;
    padding-top: 0;
    padding-left: 0;
  }

  .form-label {
    font-size: 12px;
  }

  .email-container.unit-align-email-container, .name-container.unit-align-name-container {
    width: 100%;
    max-width: none;
  }

  .form-field {
    font-size: 12px;
  }

  .slider-bg {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    width: auto;
    height: auto;
  }

  .footer-address {
    margin-left: 0;
  }

  .div-block-2 {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .unit-align-contact-block {
    width: 100%;
    height: 400px;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
    top: 3400px;
    right: -630px;
  }

  .unit-align-form {
    flex-direction: column;
  }

  .utility-page-wrap {
    flex-direction: column;
    align-items: stretch;
    padding-top: 120px;
    padding-left: 0;
  }

  .text-block-2 {
    margin-left: 0;
  }

  .terms {
    font-size: 14px;
  }

  ._404-content-container {
    width: 100%;
    height: auto;
    padding-bottom: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .top {
    background-position: 100% 100%, 50% 10%;
    background-size: 80px, 320px;
    height: 540px;
    padding-top: 160px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .values {
    background-size: 80px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .purpose {
    height: 800px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .employee-row {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    flex-direction: column;
  }

  .employee-row.middle {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    flex-direction: column-reverse;
  }

  .image-5 {
    align-self: center;
    width: 360px;
    height: auto;
    margin-bottom: 24px;
  }

  .purpose-top {
    padding-top: 80px;
  }

  .purpose-middle, .purpose-bottom {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 479px) {
  .home {
    height: 820px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .home-left {
    height: 480px;
    padding-left: 0;
    padding-right: 0;
  }

  .home-right {
    height: 300px;
  }

  .h1.about-h1 {
    line-height: 60px;
  }

  .subheading._404-subhead {
    width: auto;
    max-width: none;
  }

  .zeewise-btn {
    font-size: 14px;
  }

  .zeewise-btn.contact {
    margin-top: 10px;
  }

  .simply-connected {
    height: 900px;
  }

  .simply-left {
    object-fit: contain;
    height: 260px;
    top: auto;
    bottom: auto;
  }

  .testimonials {
    background-image: url('../images/Zeewise-Logo_Icon_Light_Blue.svg');
    background-position: 50% 180%;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .h2.unit-align-h2 {
    width: 92%;
    font-size: 26px;
    line-height: 32px;
  }

  .paragraph.product-p {
    width: 100%;
  }

  .paragraph.testimonial-p {
    width: 80%;
  }

  .paragraph.who-we-are-p {
    width: 100%;
  }

  .testimonial-left {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-right {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .final-push-left {
    height: 720px;
  }

  .final-push-right {
    height: 420px;
    padding-left: 0;
    padding-right: 0;
  }

  .product-link {
    font-size: 14px;
  }

  .product-container {
    width: 100%;
  }

  .slider {
    box-shadow: none;
    background-color: #0000;
    border-width: 0;
    width: 100%;
    height: 380px;
  }

  .icon, .icon-2 {
    font-size: 24px;
  }

  .slide-nav {
    font-size: 10px;
  }

  .left-arrow {
    width: 30px;
  }

  .right-arrow {
    width: 30px;
    font-size: 14px;
  }

  .testimonial-heading {
    align-items: flex-start;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-left: 0;
  }

  .testimonial-title-block {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .name-and-email {
    flex-direction: column;
    margin-bottom: 0;
  }

  .email-container, .name-container {
    width: 100%;
  }

  .brand {
    padding-left: 0;
  }

  .unit-align-contact-block {
    height: 420px;
    padding-top: 20px;
    padding-left: 16px;
    padding-right: 16px;
    top: 3060px;
  }

  .utility-page-wrap {
    justify-content: center;
    padding-top: 40px;
  }

  .top {
    padding-top: 120px;
  }

  .values {
    height: 1300px;
  }

  .purpose {
    background-image: url('../images/Zeewise-Logo_Icon_Light_Blue.svg'), url('../images/Zeewise-Logo_Icon_Light_Blue.svg');
    background-position: 100% -48%, 0 144%;
    background-repeat: no-repeat, no-repeat;
    background-size: 320px, 320px;
    height: 720px;
  }

  .who-we-are {
    padding-left: 16px;
    padding-right: 16px;
  }
}


@font-face {
  font-family: 'Neurialgrotesk';
  src: url('../fonts/NeurialGrotesk-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Neurialgrotesk';
  src: url('../fonts/NeurialGrotesk-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neurialgrotesk';
  src: url('../fonts/NeurialGrotesk-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neurialgrotesk';
  src: url('../fonts/NeurialGrotesk-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Neurialgrotesk';
  src: url('../fonts/NeurialGrotesk-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neurialgrotesk';
  src: url('../fonts/NeurialGrotesk-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}