:root {
  --white: white;
  --black: black;
}

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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  text-decoration: underline;
}

.navigation-bar-copy {
  z-index: 99999;
  background-color: #fff;
  position: static;
  top: 0;
}

.navigation-register-right {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  font-size: 16px;
  display: none;
}

.dna-screen-logo-copy {
  width: 400px;
}

.nav-register {
  color: #283338;
  align-items: center;
  font-size: 15px;
  display: none;
  position: static;
}

.navigation-container-mob-copy {
  align-items: center;
  width: 100%;
  max-width: 1300px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-2 {
  font-size: 14px;
  font-weight: 700;
}

.navigation-mob {
  z-index: 9999;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  display: none;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.dna-screen-logo {
  width: 400px;
}

.navigation-link {
  color: #808fa9;
  cursor: pointer;
  flex-flow: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 20px 12px;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.navigation-link:hover {
  color: #000;
}

.navigation-link.w--current {
  color: #0a74aa;
  cursor: pointer;
}

.brand {
  margin-right: 44px;
}

.cta-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0a74aa;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

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

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

.cta-button.cc-contact-us {
  z-index: 5;
  text-transform: capitalize;
  cursor: pointer;
  background-color: #0a74aa;
  padding: 25px 45px;
  font-size: 18px;
  font-weight: 300;
  position: relative;
}

.cta-button.cc-contact-us:hover {
  background-color: #000;
}

.navigation-2 {
  z-index: 99999;
  background-color: #fff;
  border-bottom: 1px solid rgba(68, 85, 103, .11);
  flex-direction: column;
  align-items: center;
  padding: 10px 80px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 1px 1px 3px #e0e0e0;
}

.navigation-left {
  align-items: center;
  width: auto;
  display: flex;
}

.navigation-container {
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 85px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-link-2 {
  color: #1b2356;
  cursor: pointer;
  padding: 16px 20px 18px;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  transition: all .15s;
  position: relative;
}

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

.nav-link-2:active {
  color: #2a9bd6;
}

.nav-link-2.w--current {
  color: #2a9bd6;
  font-weight: 600;
  transition-property: none;
}

.nav-link-2.button {
  color: #fff;
  background-color: #2a9bd6;
  border-style: none;
  border-radius: 15px;
  margin-left: 32px;
  padding: 12px 32px;
  font-weight: 700;
  transition: background-color .15s;
}

.nav-link-2.button:hover {
  box-shadow: none;
  background-color: #2382b4;
  border-style: none;
  border-width: 0;
  transform: none;
}

.nav-link-2.button.w--current:hover {
  color: #fff;
  background-image: linear-gradient(#1e678d, #1e678d), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.wrapper {
  text-align: left;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  max-height: none;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: block;
  position: static;
  top: 0;
  left: 0;
  right: 0;
}

.wrapper.navbar-2 {
  flex-direction: row;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.wrapper.footer {
  background-color: rgba(0, 0, 0, 0);
  padding-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
}

.nav-accent {
  width: 100%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-8 {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-2 {
  background-color: #fff;
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-around;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-bar {
  z-index: 200;
  background-color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 20px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 5px 50px -14px rgba(27, 35, 86, .15);
}

.menu-button-2.w--open {
  color: rgba(9, 106, 208, .2);
  background-color: #fff;
}

.image-15 {
  width: 110%;
  max-width: 110%;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading {
  color: #263957;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 46px;
  line-height: 50px;
}

.heading.margin-bottom-40px {
  color: #fff;
  margin-bottom: 33px;
  font-size: 56px;
  line-height: 70px;
}

.value-proposition-container.margin-bottom-64px {
  margin-bottom: 64px;
}

.row {
  flex-flow: wrap;
  align-content: stretch;
  align-items: center;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.row.margin-bottom-250 {
  margin-bottom: 250px;
}

.row.bottm-margin {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0%;
  margin-left: 0;
  margin-right: 0;
}

.row.bottm-margin.how-it-works-center {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: nowrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.col {
  flex-flow: column;
  flex: 0 auto;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.col.lg-6 {
  flex: 0 auto;
  align-items: flex-start;
  width: 50%;
  padding-left: 0;
  padding-right: 0;
}

.col.lg-6.md-3.sm-2.hero-text {
  z-index: 1;
  width: 50%;
  position: static;
}

.col.lg-4 {
  flex-wrap: wrap;
  flex: 0 auto;
  width: 33.33%;
}

.col.lg-4.sm-2.lg-vertical-align {
  justify-content: center;
  width: 50%;
  padding-left: 0;
  padding-right: 90px;
}

.col.lg-4.sm-2.lg-vertical-align.left-padding-48 {
  padding-left: 87px;
  padding-right: 0;
}

.section {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10%;
  padding-bottom: 10%;
  display: block;
  position: relative;
  overflow: hidden;
}

.section.full-screen {
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.section.full-screen.background-image-side {
  background-color: #0f1c36;
  min-height: 900px;
  padding-top: 200px;
  padding-bottom: 0%;
  display: block;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.image-13 {
  position: absolute;
  top: 19%;
  bottom: 0%;
  left: auto;
  right: 17vw;
}

.paragraph-small {
  color: #7a889f;
  white-space: normal;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.paragraph-small.hero {
  color: #fff;
  width: 60%;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 30px;
}

.div-block-19 {
  background-color: rgba(0, 0, 0, 0);
}

.div-block-24 {
  flex-direction: column;
  align-items: flex-start;
  width: 70%;
  display: flex;
}

.form-2 {
  background-color: #fff;
  border-radius: 15px;
  align-items: center;
  margin-top: 21px;
  margin-bottom: 21px;
  padding: 8px 8px 8px 24px;
  display: flex;
}

.paragraph-20px {
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 32px;
}

.paragraph-20px.white {
  color: rgba(255, 255, 255, .8);
}

.paragraph-20px.white.center {
  text-align: center;
}

.image-11 {
  margin-right: 40px;
}

.heading-20px {
  color: #627086;
  white-space: normal;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.heading-20px.margin-bottom-12px {
  color: #182741;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.heading-20px.margin-bottom-12px.center {
  color: #fff;
  text-align: center;
  font-size: 20px;
}

.link {
  color: #fff;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  display: inline;
}

.paragraph-medium {
  color: #7a889f;
  margin-bottom: 45px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph-medium.centered {
  color: #fff;
  text-align: center;
  width: 80%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.div-block-15 {
  flex-direction: column;
  flex: 0 auto;
  align-items: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.stacked {
  flex-direction: column;
  align-items: center;
  width: 25%;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.staff-finder-logo-footer {
  width: 150px;
  margin-bottom: 0;
}

.wrapper-c {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1230px;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 30px;
  display: block;
  position: static;
  top: 0;
  left: 0;
  right: 0;
}

.image-17 {
  width: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: auto;
}

.how-it-works-2 {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 5% 60px;
  display: block;
  position: relative;
  overflow: hidden;
}

.sm {
  flex-wrap: wrap;
  flex: 0 auto;
  width: 100%;
  display: block;
}

.social {
  margin-bottom: 56px;
}

.user-types {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: block;
  position: relative;
  overflow: hidden;
}

.about {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  background-size: auto;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding: 10% 5%;
  display: flex;
  position: static;
  overflow: hidden;
}

.heading-48px {
  color: #263957;
  text-align: left;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 48px;
  line-height: 64px;
}

.heading-48px.white {
  color: #fff;
}

.heading-48px.white.centered {
  color: #fff;
  text-align: center;
  text-align: center;
  margin-bottom: 0;
  font-size: 34px;
  line-height: 40px;
}

.div-block-22 {
  background-image: url('../images/Untitled-design-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  width: 30%;
  height: 250px;
  margin-right: 5%;
}

.image-12 {
  margin-right: 16px;
}

.paragraph-16px {
  color: #627086;
  white-space: normal;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.paragraph-16px.bottom-margin {
  color: #465367;
  margin-bottom: 0;
}

.paragraph-16px.bottom-margin.center {
  color: #fff;
  text-align: center;
}

.paragraph-16px.bottom-margin.left {
  font-family: Montserrat, sans-serif;
}

.features {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 140px 5% 60px;
  display: block;
  position: static;
  overflow: hidden;
}

.div-block-27 {
  margin-left: 0;
  display: inline-block;
}

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

.div-block-28.last {
  margin-bottom: 0;
}

.div-block-16 {
  background-color: rgba(0, 0, 0, 0);
  border: 2px #85d0d3;
  border-radius: 20px;
  flex-wrap: wrap;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 60px 0 20px;
  display: flex;
  position: static;
}

.submit-button {
  color: #fff;
  background-color: #2a9bd6;
  border-radius: 0;
  padding: 24px 56px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  transition: all .15s;
}

.submit-button:hover {
  background-color: #2382b4;
}

.overline-24px {
  color: #8bc53f;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
}

.form-block {
  width: 100%;
}

.paragraph {
  color: rgba(255, 255, 255, .5);
  text-align: left;
  margin-bottom: 0;
  display: inline;
}

.paragraph.margin {
  text-align: center;
  margin-right: 4px;
  font-family: Montserrat, sans-serif;
}

.text-field {
  color: #2f4174;
  border: 1px solid rgba(0, 0, 0, 0);
  margin-bottom: 0;
  margin-right: 24px;
  font-size: 18px;
}

.text-field:focus {
  border-style: none;
  border-width: 0;
}

.text-field::placeholder {
  color: #97a0b9;
  font-size: 18px;
  line-height: 20px;
}

.button-2 {
  background-color: #2a9bd6;
  border-radius: 15px;
  margin-top: 40px;
  padding: 20px 24px;
  font-size: 16px;
  font-weight: 600;
  transition: all .15s;
}

.button-2:hover {
  background-color: #2382b4;
}

.heading-2 {
  color: #182741;
  font-size: 40px;
  line-height: 48px;
}

.heading-2.centered {
  text-align: center;
  margin-bottom: 24px;
}

.heading-2.centered.margin-bottom-64px {
  color: #474747;
  text-align: center;
  margin: 0 auto 20px;
  font-family: Montserrat, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 40px;
}

.heading-2.centered.margin-bottom-64px.new {
  color: #fff;
  text-align: center;
  margin-bottom: 96px;
}

.heading-2.centered.margin-bottom-64px.margin {
  color: #263957;
  text-align: left;
  margin-bottom: 20px;
  margin-left: 0;
}

.heading-2.bottom-margin-40px {
  margin-top: 0;
  margin-bottom: 40px;
}

.div-block-23 {
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.sm-align-left {
  flex-wrap: wrap;
  flex: 0 auto;
  display: block;
}

.about-us {
  color: #0f1c37;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  background-size: auto;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 60px 10%;
  display: flex;
  position: static;
  bottom: 0;
  overflow: hidden;
}

.emailcta {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

.emailcta.purple {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  background-position: 50%;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  border-radius: 0;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  position: static;
}

.link-block {
  background-image: none;
  background-position: 0 0;
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
  margin-right: 16px;
}

.link-block.facebook {
  background-image: none;
}

.div-block-26 {
  margin-bottom: 40px;
}

.stacked-img {
  margin-bottom: 24px;
  margin-right: 0;
}

.image-16 {
  margin-bottom: 78px;
}

.text-block-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #00adb4;
  text-align: left;
  text-transform: none;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  position: static;
}

.wrapper-b {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1230px;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 30px 0;
  display: block;
  position: static;
  top: 0;
  left: 0;
  right: 0;
}

.footer {
  background-color: #e8e8ec;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

.footer.dark {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  background-size: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  padding: 5%;
  display: flex;
  position: static;
}

.overline-lrg {
  align-items: center;
  display: flex;
}

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

.dropdown-link-4 {
  color: #283338;
  width: 100%;
  padding: 16px 22px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.dropdown-link-4:hover {
  background-color: #f8faff;
}

.navigation-column-right {
  width: 50%;
  padding-top: 15px;
  padding-bottom: 15px;
}

.diabeasy-logo {
  width: 150px;
}

.navigation-dropdown {
  min-width: 140px;
}

.navigation-dropdown.w--open {
  background-color: #fff;
  min-width: 350px;
  max-height: 100vh;
  left: -120px;
  box-shadow: 0 50px 25px -50px rgba(32, 53, 90, .15), 8px 18px 60px 4px rgba(0, 0, 0, .13);
}

.button-menu {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #8c54ff;
  background-image: linear-gradient(159deg, #8c54ff, #7b41f1);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-width: 150px;
  min-height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 13px;
  text-decoration: none;
  transition: all .4s ease-out;
  display: flex;
  box-shadow: inset -1px -1px 3px rgba(32, 27, 61, .6), inset 1px 1px 3px rgba(238, 230, 255, .44), 1px 1px 2px #5b3acc;
}

.button-menu:hover {
  box-shadow: inset 1px 1px 3px rgba(32, 27, 61, .22), inset -1px -1px 3px rgba(238, 230, 255, 0), 1px 1px 2px #5b3acc;
}

.dropdown-link-1 {
  color: #283338;
  width: 100%;
  padding: 20px 22px 16px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.dropdown-link-1:hover {
  background-color: #f8faff;
}

.dropdown-link-5 {
  color: #283338;
  width: 100%;
  min-height: 55px;
  padding: 16px 22px 20px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.dropdown-link-5:hover {
  background-color: #f8faff;
}

.navigation-container-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  height: 100%;
  min-height: 85px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navigation-column {
  width: 50%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 22px;
}

.navigation {
  z-index: 9;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(68, 85, 103, .11);
  flex-direction: column;
  align-items: center;
  padding: 10px 3%;
  display: block;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.text-block-61 {
  font-size: 16px;
}

.dropdown-toggle {
  padding-left: 12px;
  padding-right: 26px;
  transition: all .2s;
}

.dropdown-toggle:hover {
  color: #8c54ff;
}

.icon-4 {
  margin-right: 5px;
}

.nav-menu {
  color: #283338;
  align-items: center;
  font-size: 15px;
  display: flex;
  position: static;
}

.text-block-62 {
  color: #abaeaf;
  letter-spacing: 1px;
  margin-bottom: 14px;
  font-size: 14px;
}

.nav-link-details {
  color: rgba(40, 51, 56, .6);
  font-size: 14px;
}

.nav-content-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 20px;
  display: flex;
}

.icon-square {
  background-color: #fff;
  border-radius: 4px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  padding: 12px;
  display: flex;
  box-shadow: 4px 4px 20px 5px rgba(0, 0, 0, .09);
}

.navigation-right {
  grid-column-gap: 10px;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  font-size: 16px;
  display: flex;
}

.navigation-link-2 {
  color: #9f9f9f;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 20px 12px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.navigation-link-2:hover {
  color: #474747;
}

.navigation-link-2.w--current {
  color: #00adb4;
}

.dropdown-column-wrap {
  display: flex;
}

.link-18 {
  color: #283338;
  margin-bottom: 15px;
  font-size: 15px;
  text-decoration: none;
  display: block;
}

.link-18:hover {
  color: #8c54ff;
}

.div-block-29 {
  background-color: #85d0d3;
}

.link-block-2 {
  color: #fff;
  text-align: left;
  background-color: #00adb4;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 160px;
  margin-left: 0;
  padding: 20px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .2s, opacity .2s;
  display: flex;
}

.link-block-2:hover {
  background-color: #0b6e71;
}

.section-2 {
  background-color: rgba(0, 0, 0, 0);
  height: 100vh;
  display: flex;
}

.div-block-30 {
  z-index: 10;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  background-size: auto;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-18 {
  width: 100%;
}

.hero-left-content {
  width: 50%;
  padding-left: 0;
}

.hero-h1 {
  color: #fff;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 45px;
}

.hero-right-section {
  background-image: url('../images/hero-landing.png');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 100%;
  display: flex;
}

.text-block-63 {
  color: #06791f;
  padding-top: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 31px;
  display: none;
}

.div-block-31 {
  padding-top: 30px;
}

.text-span {
  color: #00adb4;
}

.text-block-64 {
  font-size: 16px;
  font-weight: 600;
}

.link-block-2-copy {
  color: #fff;
  text-align: left;
  background-color: #fff;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 160px;
  padding: 20px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.text-span-2 {
  color: #00adb4;
}

.div-block-32 {
  background-color: rgba(255, 255, 255, .2);
  width: 100%;
  height: 2px;
}

.div-block-33 {
  width: 100%;
}

.footer-logo {
  padding-bottom: 20px;
  padding-left: 20px;
}

.div-block-34 {
  justify-content: space-between;
  width: 100%;
  padding-top: 10px;
  padding-left: 20px;
  display: flex;
}

.footer-left-content {
  padding-left: 20px;
}

.footer-content-right {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  display: flex;
}

.image-19 {
  width: 100%;
}

.flowbase-logo {
  width: 54px;
}

.navigation-container-3 {
  align-items: center;
  width: 100%;
  max-width: 1300px;
  height: 100%;
  min-height: 85px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navigation-mob-2 {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: center;
  display: none;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.dropdown-link-mobile {
  color: #283338;
  width: 100%;
  padding: 20px 22px 16px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.dropdown-link-mobile:hover {
  background-color: #f8faff;
}

.navigation-left-2 {
  align-items: center;
  width: 50%;
  display: flex;
}

.navigation-container-mob {
  align-items: center;
  width: 100%;
  max-width: 1300px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navigation-right-2 {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  font-size: 16px;
  display: flex;
}

.navigation-link-3 {
  justify-content: center;
  align-items: center;
  padding: 20px 12px;
  font-size: 15px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.navigation-link-3:hover {
  color: #8c54ff;
}

.navigation-link-3.w--current {
  color: #99d715;
}

.navigation-wrap {
  z-index: 9999;
  background-color: #fff;
  display: none;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.hero-section-2---split {
  grid-column-gap: 50px;
  background-color: #fff;
  padding: 20px;
  display: flex;
}

.hero-split-1, .hero-split-2 {
  width: 50%;
}

.hero-right-desktop {
  object-fit: none;
  background-image: url('../images/Header-IMG-updated.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 500px;
  padding-left: 0;
  display: flex;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.hero-right-section-mobile {
  background-image: url('../images/hero-landing.png');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 100%;
  display: none;
}

.div-block-36, .div-block-37 {
  display: none;
}

.div-block-38 {
  padding-bottom: 20px;
}

.link-19, .link-20 {
  color: #fff;
}

.heading-2-copy {
  color: #182741;
  font-size: 40px;
  line-height: 48px;
}

.heading-2-copy.centered {
  text-align: center;
  margin-bottom: 24px;
}

.heading-2-copy.centered.margin-bottom-64px {
  color: #fff;
  text-align: center;
  margin: 0 auto 20px;
  font-family: Montserrat, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 40px;
}

.heading-2-copy.centered.margin-bottom-64px.new {
  color: #00adb4;
  text-align: center;
  margin-bottom: 96px;
}

.heading-2-copy.centered.margin-bottom-64px.margin {
  color: #263957;
  text-align: left;
  margin-bottom: 20px;
  margin-left: 0;
}

.heading-2-copy.bottom-margin-40px {
  margin-top: 0;
  margin-bottom: 40px;
}

.div-block-39 {
  justify-content: center;
  padding-bottom: 30px;
  display: flex;
}

.image-21 {
  width: 50px;
}

.image-22 {
  display: none;
}

.link-block-2-copy {
  color: #00adb4;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 160px;
  padding: 20px 25px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.sign-in-button {
  color: #00adb4;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  border: 2px #00adb4;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 20px 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .2s, opacity .2s;
  display: flex;
}

.sign-in-button:hover {
  background-color: #ecfaf9;
}

.enquire-btn-light {
  color: #00adb4;
  text-align: center;
  background-color: #fff;
  border-radius: 12px;
  min-width: 160px;
  padding: 20px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s, background-color .2s, opacity .2s;
}

.enquire-btn-light:hover {
  color: #fff;
  background-color: #0b6e71;
}

.image-23 {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
}

.button {
  background-color: #02676b;
  border-radius: 10px;
  padding: 16px 32px;
  transition: all .35s;
}

.button:hover {
  background-color: #025c5f;
}

.navigation-container-full {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 10%;
  display: flex;
}

.nav-link-plain {
  color: #bdbdbd;
  margin-left: 0;
  margin-right: 0;
  padding-left: 16px;
  padding-right: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  transition: all .35s;
}

.nav-link-plain:hover {
  color: #fff;
}

.nav-link-plain.w--current {
  color: #00adb4;
}

.line-break {
  background-color: #ddd;
  width: 1px;
  min-height: 25px;
  margin-left: 10px;
  margin-right: 10px;
}

.brand-2 {
  margin-right: 20px;
  padding: 12px;
}

.nav03 {
  background-color: #fff;
  align-items: center;
  height: 90px;
  display: none;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 11px 11px 25px rgba(9, 7, 37, .06);
}

.logo {
  width: 100px;
}

.nav-menu-green {
  color: #3f0a3d;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
}

.link-block-2-copy {
  color: #fff;
  text-align: left;
  background-color: #00adb4;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 160px;
  margin-left: 10px;
  padding: 20px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .2s, opacity .2s;
  display: flex;
}

.link-block-2-copy:hover {
  background-color: #0b6e71;
}

.sponsored {
  color: #0f1c37;
  background-color: #fff;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 60px 10%;
  display: flex;
  position: static;
  overflow: hidden;
}

.image-21-copy {
  width: 400px;
}

.heading-2-copy-copy {
  color: #182741;
  font-size: 40px;
  line-height: 48px;
}

.heading-2-copy-copy.centered {
  text-align: center;
  margin-bottom: 24px;
}

.heading-2-copy-copy.centered.margin-bottom-64px {
  color: #263957;
  text-align: center;
  margin: 0 auto 20px;
  font-family: Montserrat, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 40px;
}

.heading-2-copy-copy.centered.margin-bottom-64px.new {
  color: #00adb4;
  text-align: center;
  margin-bottom: 96px;
}

.heading-2-copy-copy.centered.margin-bottom-64px.margin {
  color: #263957;
  text-align: left;
  margin-bottom: 20px;
  margin-left: 0;
}

.heading-2-copy-copy.bottom-margin-40px {
  margin-top: 0;
  margin-bottom: 40px;
}

.navigation-container-full-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 60px;
  display: none;
  position: static;
}

.brand-3 {
  margin-right: 20px;
  padding: 12px 12px 12px 0;
}

.nav-link-white {
  color: #fff;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 15px;
}

.nav-menu-centre {
  display: flex;
}

.nav07 {
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  height: 90px;
  display: none;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-menu-dark {
  background-color: #3f0a3d;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.nav-link {
  color: #bdbdbd;
  white-space: nowrap;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 16px;
  padding-right: 16px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  transition: all .35s;
  display: flex;
}

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

.nav-link.w--current {
  color: #1ba839;
  display: none;
}

.menu-button-circle {
  color: #02676b;
  background-color: rgba(2, 103, 107, .05);
  border-radius: 100px;
}

.menu-button-circle.w--open {
  background-color: #3f0a3d;
}

.navigation-half {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.navigation-half.alight-right {
  justify-content: flex-end;
}

.text-span-3 {
  color: #1ba839;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 33px;
  font-weight: 500;
}

.button-3 {
  background-color: #06791f;
  border-radius: 12px;
  width: auto;
  height: auto;
  margin-left: 0;
  padding: 16px 24px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.button-3:hover {
  background-color: #018a3a;
}

.paragraph-heading {
  color: #7a889f;
  margin-bottom: 45px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph-heading.centered {
  color: #fff;
  text-align: center;
  width: 80%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 48px;
}

.div-block-41 {
  flex-direction: column;
  flex: 0 auto;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.wrapper-2 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1230px;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 30px;
  display: block;
  position: static;
  top: 0;
  left: 0;
  right: 0;
}

.wrapper-2.footer {
  background-color: rgba(0, 0, 0, 0);
  max-width: none;
  padding-bottom: 60px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.div-block-42 {
  margin-bottom: 40px;
}

.success-message-2 {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  padding: 0;
  font-weight: 600;
}

.form {
  justify-content: center;
  width: 100%;
  display: flex;
}

.div-block-56-copy {
  display: block;
}

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

.submit-button-2 {
  background-color: #06791f;
  border-radius: 0 15px 15px 0;
  height: 100%;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  transition: color .4s, opacity .4s, background-color .4s;
}

.submit-button-2:hover {
  color: #fff;
  background-color: #018a3a;
}

.text-field-2 {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  width: 450px;
  height: 100%;
  padding-left: 40px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
}

.text-block-78 {
  color: #b00;
  font-size: 14px;
  font-weight: 500;
}

.form-block-2 {
  width: 100%;
  padding-top: 0;
}

.div-block-56 {
  height: 69px;
}

.error-message-2 {
  background-color: #fdd;
  border: 1.5px solid red;
  border-radius: 6px;
}

.div-block-55-copy {
  display: flex;
}

.div-block-57 {
  height: 69px;
}

.div-block-58 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.featureblock {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  max-width: none;
  display: flex;
}

.featureimg {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex: 0 auto;
  width: 200px;
  max-width: 100%;
  height: auto;
  display: block;
}

.text-block-79 {
  color: #fff;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 28px;
  font-weight: 500;
}

.text-block-80 {
  color: #fff;
  padding-top: 16px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.image-24 {
  width: 90px;
  min-width: 90px;
  height: 90px;
  min-height: 90px;
  display: inline-block;
}

.text-block-81 {
  color: #fff;
  white-space: normal;
  padding-top: 35px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
}

.text-block-82 {
  color: #fff;
}

.features-copy {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  background-size: auto;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 140px 5% 60px;
  display: block;
  position: static;
  overflow: hidden;
}

.div-block-59 {
  background-image: linear-gradient(to top, #0b1128, #fff);
  display: none;
}

.body {
  background-color: #1d1d1d;
  background-image: url('../images/Sprook-Landing-Page.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.section-3 {
  z-index: 9999;
  background-image: url('../images/Frame-21136.png');
  background-size: auto;
  display: none;
  position: absolute;
  top: 80%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.wrapper-copy {
  text-align: left;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  max-height: none;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: flex;
  position: static;
  top: 0;
  left: 0;
  right: 0;
}

.wrapper-copy.navbar-2 {
  flex-direction: row;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.wrapper-copy.footer {
  background-color: rgba(0, 0, 0, 0);
  padding-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
}

.text-span-4 {
  color: #1ba839;
}

.text-block-83 {
  color: #fff;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
}

.div-block-60 {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Header-IMG-updated.png');
  background-position: 0 0;
  background-size: cover;
  width: 60%;
  height: 100%;
  display: none;
}

.image-25 {
  max-width: none;
  display: none;
  overflow: visible;
}

.div-block-61 {
  z-index: 3883;
  align-items: center;
  width: 100%;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
  position: relative;
}

.div-block-62 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.text-block-84 {
  color: #fff;
}

.div-block-63 {
  flex-direction: row;
  align-items: flex-start;
  width: auto;
  height: auto;
  display: flex;
}

.div-block-64 {
  width: 60%;
}

.image-26 {
  width: 100%;
  height: 100%;
  display: block;
}

.grid {
  display: none;
}

.logo-2 {
  width: 150px;
}

.text-block-85 {
  color: #0e1937;
  background-color: #fff;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.nav03-2 {
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  height: 90px;
  display: block;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 11px 11px 25px rgba(9, 7, 37, .06);
}

.button-3-copy {
  background-color: #06791f;
  border-radius: 12px;
  width: auto;
  height: auto;
  margin-left: 40px;
  padding: 16px 24px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.button-3-copy:hover {
  background-color: #018a3a;
}

.footer-content-right-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 20px;
  display: none;
}

.list-item, .list-item-2 {
  color: #fff;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
}

.policy-header {
  color: #fff;
  padding-top: 40px;
  font-size: 30px;
}

.div-block-65 {
  flex-direction: column;
  display: flex;
}

.link-21 {
  color: rgba(255, 255, 255, .5);
}

.policy {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  background-size: auto;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding: 10% 5%;
  display: flex;
  position: static;
  overflow: hidden;
}

.heading-copy {
  color: #fff;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 46px;
  line-height: 50px;
}

.heading-copy.margin-bottom-40px {
  color: #fff;
  margin-bottom: 33px;
  font-size: 56px;
  line-height: 70px;
}

.link-22 {
  color: #b17a7a;
}

.link-22.w--current, .link-23, .link-24, .link-25 {
  color: #fff;
}

.bold-text {
  text-decoration: underline;
}

.paragraph-copy {
  color: rgba(255, 255, 255, .5);
  text-align: left;
  margin-bottom: 0;
  display: inline;
}

.paragraph-copy.margin {
  text-align: center;
  margin-right: 4px;
  font-family: Montserrat, sans-serif;
}

.footer-copy {
  background-color: #e8e8ec;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

.footer-copy.dark {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  background-size: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  padding: 5%;
  display: flex;
  position: static;
}

.div-block-66 {
  background-color: #0d1733;
}

.image-27 {
  max-width: 40%;
}

.div-block-67 {
  padding-top: 20px;
}

.link-block-3 {
  width: 100%;
}

@media screen and (min-width: 1440px) {
  .dna-screen-logo-copy, .dna-screen-logo {
    width: 400px;
  }

  .navigation-link, .navigation-link.w--current {
    font-size: 18px;
  }

  .cta-button.cc-contact-us {
    padding: 25px 45px;
    font-size: 18px;
  }

  .navigation-2 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .navigation-left {
    justify-content: space-between;
    display: flex;
  }

  .wrapper {
    position: static;
  }

  .stacked {
    padding-left: 45px;
    padding-right: 45px;
  }

  .how-it-works-2 {
    padding: 120px 10% 100px;
  }

  .about {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-size: auto;
    padding: 10%;
    display: flex;
  }

  .div-block-22 {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    justify-content: center;
    width: 50%;
    height: auto;
    display: flex;
  }

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

  .about-us {
    background-image: none;
    background-size: auto;
    padding-bottom: 60px;
  }

  .emailcta.purple {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
  }

  .text-block-3 {
    margin-bottom: 40px;
  }

  .footer.dark {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-size: auto;
    padding-left: 10%;
    padding-right: 10%;
  }

  .navigation-container-2 {
    justify-content: space-between;
    max-width: 100%;
  }

  .navigation {
    padding-left: 10%;
    padding-right: 10%;
  }

  .navigation-right {
    justify-content: flex-end;
    display: flex;
  }

  .section-2 {
    background-color: rgba(0, 0, 0, 0);
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-30 {
    background-image: none;
    background-size: auto;
    padding-top: 0;
    padding-left: 10%;
    padding-right: 10%;
    display: flex;
  }

  .hero-left-content {
    height: auto;
    padding-left: 0;
    padding-right: 40px;
  }

  .hero-h1 {
    padding-right: 0;
  }

  .hero-section-2---split {
    grid-column-gap: 50px;
  }

  .hero-split-2 {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .hero-right-desktop {
    background-position: 100% 0;
    justify-content: flex-end;
    height: 600px;
  }

  .image-23 {
    width: 300px;
  }

  .navigation-container-full {
    padding-left: 10%;
    padding-right: 10%;
  }

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

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

  .div-block-40 {
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
    display: none;
  }

  .sponsored {
    padding-bottom: 60px;
  }

  .navigation-container-full-2 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .div-block-41 {
    justify-content: center;
  }

  .wrapper-2.footer {
    background-image: none;
    max-width: none;
    padding-left: 10%;
    padding-right: 10%;
  }

  .form {
    justify-content: center;
  }

  .div-block-58 {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    justify-content: stretch;
  }

  .featureblock {
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
  }

  .featureimg {
    flex-direction: column;
    flex: 0 auto;
    align-items: center;
    width: 200px;
    height: 100%;
    padding-right: 0;
    display: flex;
  }

  .featuretext {
    flex: 0 auto;
    position: static;
  }

  .text-block-79, .text-block-80 {
    display: inline-block;
  }

  .image-24 {
    width: 90px;
    height: 90px;
  }

  .features-copy {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-size: auto;
    padding-left: 10%;
    padding-right: 10%;
  }

  .body {
    background-image: url('../images/Sprook-Landing-Page.png');
    background-size: auto;
  }

  .section-3 {
    background-image: url('../images/Frame-21136.png');
    background-size: auto;
    display: none;
  }

  .wrapper-copy {
    position: static;
  }

  .div-block-60 {
    justify-content: flex-start;
    display: none;
  }

  .image-25 {
    width: 60%;
  }

  .div-block-61 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .nav03-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .policy {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-size: auto;
    padding: 10%;
    display: flex;
  }

  .footer-copy.dark {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-size: auto;
    padding-left: 10%;
    padding-right: 10%;
  }
}

@media screen and (max-width: 991px) {
  .dna-screen-logo-copy {
    width: 300px;
  }

  .nav-register {
    display: none;
  }

  .navigation-container-mob-copy {
    justify-content: space-between;
  }

  .navigation-mob {
    border-bottom: 1px solid rgba(68, 85, 103, .11);
    flex-direction: row;
    justify-content: center;
    height: 85px;
    padding-left: 3%;
    padding-right: 3%;
    display: flex;
  }

  .dna-screen-logo {
    width: 300px;
  }

  .cta-button {
    justify-content: center;
  }

  .cta-button.cc-contact-us, .navigation-2 {
    display: none;
  }

  .navigation-left {
    display: flex;
  }

  .nav-link-2 {
    text-align: center;
    background-color: #fff;
    flex: 1;
    padding-top: 24px;
    padding-bottom: 24px;
    display: block;
  }

  .wrapper {
    flex-direction: column;
    align-self: center;
    width: 100%;
    max-width: 100%;
    padding: 0;
    display: flex;
  }

  .burger-icon {
    color: #096ad0;
  }

  .nav-logo-2 {
    flex: 1;
  }

  .nav-menu-2 {
    background-color: #fff;
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: 100%;
    max-height: 100vh;
    padding-bottom: 30px;
    overflow: scroll;
  }

  .nav-bar {
    background-color: #fff;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-button-2 {
    color: #2e323c;
    display: block;
    position: relative;
  }

  .menu-button-2.w--open {
    color: #096ad0;
    background-color: rgba(0, 0, 0, 0);
  }

  .image-15 {
    width: 100%;
    position: relative;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .heading.margin-bottom-40px {
    text-align: center;
  }

  .value-proposition-container {
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .row {
    flex-flow: column wrap;
    justify-content: flex-start;
  }

  .row.margin-bottom-250 {
    margin-bottom: 150px;
  }

  .row.bottm-margin {
    align-items: flex-start;
  }

  .row.bottm-margin.how-it-works-center {
    align-items: center;
    display: block;
  }

  .col {
    width: 50%;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .col.lg-6 {
    order: -1;
    align-self: flex-start;
    width: 100%;
    margin-bottom: 32px;
  }

  .col.lg-6.md-3 {
    width: 75%;
  }

  .col.lg-6.md-3.sm-2.hero-text {
    align-items: center;
    width: auto;
  }

  .col.lg-4 {
    width: 50%;
  }

  .col.lg-4.sm-2.lg-vertical-align {
    align-items: flex-start;
    width: 100%;
    padding-right: 0;
  }

  .col.lg-4.sm-2.lg-vertical-align.left-padding-48 {
    padding-left: 0;
  }

  .section {
    height: auto;
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .section.full-screen {
    min-height: 800px;
  }

  .section.full-screen.background-image-side {
    flex-direction: column;
    height: auto;
    min-height: auto;
    padding-top: 158px;
  }

  .image-13 {
    width: 80%;
    margin-bottom: 68px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    top: auto;
    bottom: 0%;
    left: auto;
    right: auto;
  }

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

  .paragraph-small.hero {
    width: auto;
  }

  .div-block-24 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    position: relative;
  }

  .image-11 {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .heading-20px {
    text-align: center;
  }

  .heading-20px.margin-bottom-12px {
    text-align: left;
  }

  .paragraph-medium.centered {
    text-align: center;
    width: auto;
    margin-left: 0;
    padding-top: 0;
  }

  .div-block-15 {
    width: 100%;
  }

  .stacked {
    flex-direction: column;
    align-items: center;
    width: auto;
    margin-bottom: 61px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .wrapper-c {
    align-self: center;
    width: 80%;
    max-width: 100%;
    padding: 20px 30px 0;
  }

  .how-it-works-2 {
    height: auto;
    padding: 10% 100px;
  }

  .sm {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 15%;
    padding-right: 15%;
    display: flex;
  }

  .user-types, .about {
    height: auto;
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .image-10 {
    margin-bottom: 31px;
  }

  .div-block-22 {
    background-image: none;
    width: 80%;
    height: auto;
    margin-bottom: 77px;
    margin-right: 0%;
  }

  .paragraph-16px, .paragraph-16px.bottom-margin {
    text-align: center;
  }

  .paragraph-16px.bottom-margin.left {
    text-align: center;
    width: 60%;
  }

  .features {
    height: auto;
    padding: 10% 60px;
  }

  .div-block-28 {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
  }

  .div-block-16 {
    flex-flow: column wrap;
    align-content: stretch;
    align-items: center;
    margin-top: 0;
    display: block;
  }

  .button-2 {
    width: 100%;
  }

  .heading-2.centered {
    padding-left: 0;
    font-size: 48px;
  }

  .heading-2.centered.margin-bottom-64px {
    text-align: center;
    margin-bottom: 50px;
    font-size: 30px;
    line-height: 35px;
  }

  .heading-2.centered.margin-bottom-64px.margin {
    text-align: center;
    margin-right: 0;
  }

  .heading-2.bottom-margin-40px {
    text-align: center;
  }

  .div-block-23 {
    flex-direction: column;
  }

  .sm-align-left {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  .about-us {
    object-fit: none;
    height: auto;
    padding: 0 60px;
    position: relative;
  }

  .emailcta {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .emailcta.purple {
    background-image: none;
    background-size: auto;
  }

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

  .stacked-img {
    margin-left: auto;
    margin-right: auto;
  }

  .image-9 {
    width: 100%;
    margin-bottom: 0;
  }

  .text-block-3 {
    text-align: center;
  }

  .wrapper-b {
    align-self: center;
    width: 80%;
    max-width: 100%;
    padding: 0 30px;
  }

  .footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .navigation, .nav-menu {
    display: none;
  }

  .section-2 {
    flex-direction: column;
    height: auto;
    position: static;
  }

  .div-block-30 {
    flex-direction: column;
    width: 100%;
  }

  .hero-left-content {
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 400px;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 0;
    display: flex;
  }

  .hero-h1 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    font-size: 48px;
    display: block;
  }

  .hero-right-section {
    width: 100%;
  }

  .text-block-63 {
    color: #06791f;
    text-align: center;
    width: 100%;
    font-size: 22px;
    line-height: 25px;
  }

  .div-block-31 {
    justify-content: center;
    display: flex;
  }

  .div-block-34 {
    justify-content: space-around;
  }

  .flowbase-logo {
    width: 150px;
  }

  .mobile-nav-link {
    color: #9f9f9f;
    width: 100%;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
  }

  .navigation-mob-2 {
    z-index: 99999;
    border-bottom: 1px solid rgba(68, 85, 103, .11);
    flex-direction: row;
    justify-content: center;
    height: 85px;
    padding-left: 60px;
    padding-right: 60px;
    display: block;
    position: relative;
  }

  .dropdown-list {
    background-color: #fff;
  }

  .dropdown-link-mobile {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navigation-left-2 {
    display: flex;
  }

  .mobile-nav {
    background-color: #fff;
    padding-top: 15px;
    box-shadow: 42px 42px 55px rgba(32, 53, 90, .09);
  }

  .navigation-container-mob {
    justify-content: space-between;
  }

  .menu-mob {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 100px;
    font-size: 22px;
  }

  .menu-mob.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .navigation-wrap {
    background-color: rgba(0, 0, 0, 0);
    display: block;
    position: static;
  }

  .icon-5 {
    color: #fff;
    font-size: 40px;
  }

  .hero-section-2---split {
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-split-1, .hero-split-2 {
    width: 100%;
  }

  .hero-right-desktop {
    width: 100%;
    display: none;
  }

  .hero-right-section-mobile {
    background-image: url('../images/Frame-21161.png');
    background-position: 50% 0;
    background-size: cover;
    width: 100%;
    display: block;
  }

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

  .image-20 {
    width: 100%;
  }

  .div-block-37 {
    outline-offset: 0px;
    color: rgba(0, 0, 0, 0);
    object-fit: cover;
    background-image: url('../images/Header-IMG-updated_1.png');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 50%;
    outline: 0 rgba(0, 0, 0, 0);
    width: 100%;
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: relative;
  }

  .heading-2-copy.centered {
    padding-left: 0;
    font-size: 48px;
  }

  .heading-2-copy.centered.margin-bottom-64px {
    text-align: center;
    margin-bottom: 50px;
    font-size: 30px;
    line-height: 35px;
  }

  .heading-2-copy.centered.margin-bottom-64px.margin {
    text-align: center;
    margin-right: 0;
  }

  .heading-2-copy.bottom-margin-40px {
    text-align: center;
  }

  .image-22 {
    display: inline-block;
  }

  .image-23 {
    border-radius: 12px;
  }

  .button.button-mobile {
    display: none;
  }

  .navigation-container-full {
    min-height: auto;
    padding-left: 20px;
    padding-right: 20px;
    position: -webkit-sticky;
    position: sticky;
  }

  .nav-link-plain {
    color: #fff;
    width: 100%;
  }

  .nav-link-plain:hover {
    color: #fff;
  }

  .line-break {
    display: none;
  }

  .brand-2 {
    margin-right: 10px;
    padding: 0;
  }

  .nav03 {
    display: none;
    position: -webkit-sticky;
    position: sticky;
  }

  .menu-button-green {
    color: #02676b;
    border: 1px solid rgba(2, 103, 107, .1);
    border-radius: 2000px;
  }

  .menu-button-green.w--open {
    background-color: #02676b;
    border-color: #02676b;
  }

  .nav-menu-green {
    color: #fff;
    background-color: #02676b;
    height: auto;
  }

  .icon-6 {
    color: #05a5ad;
    font-size: 40px;
  }

  .log-in-nav-link {
    color: #9f9f9f;
    width: 100%;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
  }

  .enquire-nav-link {
    color: #fff;
    background-color: #06791f;
    width: 100%;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
  }

  .sponsored {
    object-fit: none;
    height: auto;
    padding: 0 60px;
    position: relative;
  }

  .heading-2-copy-copy.centered {
    padding-left: 0;
    font-size: 48px;
  }

  .heading-2-copy-copy.centered.margin-bottom-64px {
    text-align: center;
    margin-bottom: 50px;
    font-size: 30px;
    line-height: 35px;
  }

  .heading-2-copy-copy.centered.margin-bottom-64px.margin {
    text-align: center;
    margin-right: 0;
  }

  .heading-2-copy-copy.bottom-margin-40px {
    text-align: center;
  }

  .navigation-side-plain {
    align-items: center;
    display: flex;
  }

  .navigation-container-full-2 {
    min-height: auto;
    padding-left: 60px;
    padding-right: 60px;
    display: none;
    position: relative;
  }

  .brand-3 {
    margin-right: 10px;
    padding: 0;
  }

  .nav-link-white {
    width: 100%;
  }

  .nav-menu-centre, .nav07 {
    display: none;
  }

  .nav-link {
    width: 100%;
  }

  .menu-button-circle {
    color: #02676b;
    border: 1px solid rgba(2, 103, 107, .1);
  }

  .menu-button-circle.w--open {
    background-color: #02676b;
    border-color: #02676b;
  }

  .button-3 {
    background-color: #06791f;
  }

  .paragraph-heading.centered {
    text-align: center;
    justify-content: center;
    width: auto;
    margin-left: 0;
    padding-top: 20px;
    display: flex;
  }

  .div-block-41 {
    width: 100%;
  }

  .wrapper-2 {
    align-self: center;
    width: 80%;
    max-width: 100%;
    padding: 0 30px;
  }

  .wrapper-2.footer {
    background-image: none;
    background-size: auto;
    width: 100%;
  }

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

  .success-message-2 {
    background-color: rgba(0, 0, 0, 0);
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    font-weight: 600;
  }

  .submit-button-2 {
    background-color: #06791f;
    border-radius: 0 15px 15px 0;
  }

  .text-field-2 {
    border-radius: 15px 0 0 15px;
  }

  .div-block-58 {
    grid-template-columns: 1fr;
  }

  .featureblock {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
  }

  .featureimg {
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    width: 90px;
    display: flex;
  }

  .featuretext {
    width: auto;
  }

  .text-block-79 {
    line-height: 30px;
  }

  .image-24 {
    max-width: 90px;
    display: inline-block;
  }

  .features-copy {
    height: auto;
    padding: 10% 60px;
  }

  .body {
    background-position: 50% 0;
    background-repeat: repeat-y;
    background-size: auto;
    background-attachment: fixed;
  }

  .section-3 {
    background-image: none;
    background-size: auto;
    display: none;
  }

  .wrapper-copy {
    justify-content: center;
    align-self: center;
    width: 100%;
    max-width: 100%;
    padding: 0;
    display: flex;
  }

  .icon-7 {
    color: #fff;
    font-size: 40px;
  }

  .nav03-2 {
    display: none;
    position: -webkit-sticky;
    position: sticky;
  }

  .button-3-copy {
    background-color: #06791f;
  }

  .policy {
    height: auto;
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .heading-copy.margin-bottom-40px {
    text-align: center;
    text-align: center;
  }

  .footer-copy {
    padding-top: 50px;
    padding-bottom: 50px;
  }

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

  .div-block-67 {
    width: 40%;
    max-width: 40%;
  }
}

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

  .menu-button-2 {
    width: 56px;
    height: 56px;
    margin-right: 4px;
  }

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

  .heading.margin-bottom-40px {
    font-size: 50px;
    line-height: 65px;
  }

  .value-proposition-container {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .row {
    flex-wrap: wrap;
  }

  .row.margin-bottom-250 {
    margin-top: 60px;
  }

  .col.lg-6 {
    order: 0;
    width: 100%;
  }

  .col.lg-6.md-3.sm-2, .col.lg-4.sm-2 {
    width: 100%;
  }

  .col.lg-4.sm-2.lg-vertical-align {
    order: -1;
  }

  .section.full-screen {
    min-height: 600px;
  }

  .section.full-screen.background-image-side {
    min-height: auto;
    position: static;
  }

  .image-13 {
    margin-bottom: 56px;
  }

  .paragraph-medium.centered {
    margin-bottom: 0;
    font-size: 16px;
  }

  .staff-finder-logo-footer {
    width: 80px;
  }

  .how-it-works-2 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .sm {
    text-align: center;
    flex-direction: column;
    order: 0;
    justify-content: center;
    align-items: center;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  .about {
    text-align: center;
    align-items: center;
    padding-bottom: 25%;
    padding-right: 60px;
  }

  .heading-48px.white.centered {
    width: 100%;
  }

  .image-10 {
    margin-top: 40px;
    margin-bottom: 0;
  }

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

  .div-block-16 {
    padding-bottom: 60px;
  }

  .heading-2.centered {
    margin-bottom: 0;
    font-size: 48px;
  }

  .heading-2.centered.margin-bottom-64px {
    font-size: 24px;
  }

  .heading-2.centered.margin-bottom-64px.margin {
    font-size: 34px;
  }

  .sm-align-left {
    text-align: center;
    flex-direction: column;
    order: 0;
    justify-content: center;
    align-items: center;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  .about-us {
    padding: 0% 5%;
  }

  .emailcta.purple {
    padding-top: 100px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .image-9 {
    order: 0;
    margin-top: 40px;
    margin-bottom: 0;
  }

  .footer.dark {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .section-2 {
    height: auto;
  }

  .div-block-30 {
    justify-content: flex-start;
    height: 100vh;
    padding-left: 5%;
    padding-right: 5%;
  }

  .hero-left-content {
    flex-direction: column;
    align-items: center;
    height: 300px;
    display: flex;
  }

  .hero-h1 {
    font-size: 34px;
  }

  .text-block-63 {
    width: 80%;
    padding-top: 0;
    font-size: 20px;
  }

  .footer-logo {
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .div-block-34 {
    flex-direction: column;
    padding-left: 10px;
  }

  .footer-left-content {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .footer-content-right {
    display: flex;
  }

  .navigation-mob-2 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .navigation-container-mob {
    max-width: none;
  }

  .menu-mob {
    padding-right: 0;
  }

  .hero-right-section-mobile {
    background-position: 50% 0;
    background-size: cover;
    height: 300px;
  }

  .div-block-37 {
    opacity: 1;
    outline-offset: 0px;
    background-image: url('../images/Header-IMG-updated_1.png');
    outline: 3px rgba(0, 0, 0, 0);
    justify-content: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .heading-2-copy.centered {
    margin-bottom: 0;
    font-size: 48px;
  }

  .heading-2-copy.centered.margin-bottom-64px {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .heading-2-copy.centered.margin-bottom-64px.margin {
    font-size: 34px;
  }

  .sponsored {
    padding: 0% 20px;
  }

  .heading-2-copy-copy.centered {
    margin-bottom: 0;
    font-size: 48px;
  }

  .heading-2-copy-copy.centered.margin-bottom-64px {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .heading-2-copy-copy.centered.margin-bottom-64px.margin {
    font-size: 34px;
  }

  .navigation-side-plain {
    width: 100%;
  }

  .navigation-container-full-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .navigation-half {
    width: 100%;
  }

  .button-3 {
    white-space: nowrap;
    margin-left: 0;
  }

  .paragraph-heading.centered {
    margin-bottom: 0;
    padding-top: 10px;
    font-size: 16px;
  }

  .wrapper-2.footer {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

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

  .div-block-56-copy {
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 0;
    display: flex;
  }

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

  .submit-button-2 {
    border-radius: 0 15px 15px 0;
    padding: 20px 40px;
  }

  .text-field-2 {
    border-radius: 15px 0 0 15px;
    width: 100%;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .form-block-2 {
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 0;
    padding-top: 20px;
    padding-left: 0;
    display: block;
  }

  .div-block-56 {
    align-items: flex-end;
    width: 100%;
    padding-bottom: 0;
    display: flex;
  }

  .div-block-55-copy {
    flex-direction: row;
    justify-content: center;
    width: 100%;
    display: flex;
  }

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

  .featureblock {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: center;
  }

  .text-block-79 {
    text-align: center;
    flex-direction: row;
    justify-content: center;
    display: flex;
  }

  .text-block-80 {
    text-align: center;
    display: flex;
  }

  .text-block-82 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .features-copy {
    padding-left: 40px;
    padding-right: 40px;
  }

  .body {
    background-color: #000;
  }

  .section-3 {
    background-image: none;
    background-size: auto;
    display: none;
  }

  .wrapper-copy {
    padding-left: 0;
    padding-right: 0;
  }

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

  .button-3-copy {
    white-space: nowrap;
    margin-left: 0;
  }

  .footer-content-right-copy {
    display: none;
  }

  .policy-header {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-65 {
    align-items: flex-start;
  }

  .policy {
    text-align: center;
    align-items: center;
    padding-bottom: 25%;
    padding-right: 60px;
  }

  .heading-copy.margin-bottom-40px {
    font-size: 50px;
    line-height: 65px;
  }

  .footer-copy.dark {
    padding-top: 10%;
    padding-bottom: 10%;
  }
}

@media screen and (max-width: 479px) {
  .dna-screen-logo-copy {
    width: 300px;
    max-width: 85%;
  }

  .dna-screen-logo {
    width: 300px;
    max-width: 100%;
  }

  .cta-button {
    font-size: 14px;
    font-weight: 700;
  }

  .nav-link-2.button {
    margin-right: 32px;
  }

  .wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 0;
    display: flex;
  }

  .wrapper.navbar-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrapper.footer {
    padding: 0 40px;
  }

  .burger-icon {
    color: #495461;
  }

  .nav-menu-2 {
    overflow: scroll;
  }

  .nav-bar {
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .menu-button-2 {
    flex: 0 auto;
    margin-right: 0;
  }

  .image-15 {
    width: 100%;
    max-width: 100%;
    position: relative;
    overflow: hidden;
  }

  .heading.margin-bottom-40px {
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 32px;
    line-height: 50px;
  }

  .row {
    margin-left: 0;
    margin-right: 0;
  }

  .row.margin-bottom-250 {
    flex-wrap: wrap;
    margin-bottom: 70px;
  }

  .col {
    margin-bottom: 0;
  }

  .col.lg-6 {
    align-items: flex-start;
    width: 100%;
    margin-top: 32px;
    padding-left: 0;
    padding-right: 0;
  }

  .col.lg-6.md-3.sm-2.hero-text {
    margin-top: 0;
    margin-bottom: 0;
  }

  .col.lg-4 {
    width: 100%;
  }

  .col.lg-4.sm-2.lg-vertical-align {
    padding-left: 0;
    padding-right: 0;
  }

  .col.lg-4.sm-2.lg-vertical-align.left-padding-48 {
    padding-left: 0;
  }

  .section {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .section.full-screen.background-image-side {
    height: auto;
    min-height: auto;
    padding-bottom: 0%;
    position: static;
  }

  .image-14 {
    display: block;
  }

  .image-13 {
    width: 80%;
    margin-bottom: 39px;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .paragraph-small.hero {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 28px;
  }

  .div-block-24 {
    order: 1;
    width: auto;
  }

  .paragraph-20px.white.center {
    font-size: 16px;
    line-height: 28px;
  }

  .image-11 {
    margin-bottom: 26px;
    margin-right: 0;
  }

  .heading-20px.margin-bottom-12px {
    text-align: center;
    white-space: normal;
    object-fit: fill;
  }

  .paragraph-medium.centered {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 28px;
  }

  .div-block-15 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .stacked {
    flex-wrap: wrap;
    justify-content: center;
    width: auto;
    margin-bottom: 57px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .staff-finder-logo-footer {
    width: 80px;
  }

  .wrapper-c {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .how-it-works-2 {
    padding: 30px 10%;
  }

  .sm {
    order: 1;
    align-items: center;
    padding-left: 0%;
    padding-right: 0%;
  }

  .user-types {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .about {
    background-color: rgba(0, 0, 0, 0);
    background-image: url('../images/Frame-21132.png');
    background-size: cover;
    padding: 30px 40px 15%;
  }

  .heading-48px.white.centered {
    font-size: 28px;
    line-height: 40px;
  }

  .image-10 {
    order: 0;
  }

  .div-block-22 {
    object-fit: cover;
    background-image: url('../images/default-placeholder-1024x1024-500x500-1.png');
    order: 1;
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-bottom: 40px;
  }

  .paragraph-16px.bottom-margin, .paragraph-16px.bottom-margin.center {
    text-align: center;
  }

  .paragraph-16px.bottom-margin.left {
    text-align: center;
    width: 90%;
  }

  .features {
    background-image: url('../images/How-it-works.png');
    background-repeat: no-repeat;
    background-size: cover;
    flex-direction: column;
    align-items: center;
    padding: 60px 5% 30px;
    display: flex;
  }

  .div-block-27 {
    margin-left: 0;
  }

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

  .div-block-28.last {
    display: flex;
  }

  .div-block-16 {
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .submit-button {
    padding: 16px;
  }

  .paragraph {
    text-align: center;
    margin-bottom: 32px;
    display: block;
  }

  .paragraph.margin {
    display: inline;
  }

  .button-2 {
    width: 100%;
  }

  .heading-2.centered {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 32px;
    line-height: 40px;
  }

  .heading-2.centered.margin-bottom-64px {
    margin-bottom: 32px;
    padding-left: 0;
    padding-right: 0;
    font-size: 24px;
    line-height: 30px;
  }

  .heading-2.centered.margin-bottom-64px.new {
    color: #fff;
    margin-bottom: 60px;
    font-weight: 500;
  }

  .heading-2.centered.margin-bottom-64px.margin {
    font-size: 32px;
    line-height: 40px;
  }

  .heading-2.bottom-margin-40px {
    text-align: center;
  }

  .div-block-23 {
    order: 0;
  }

  .sm-align-left {
    order: 1;
    align-items: center;
    padding-left: 0%;
    padding-right: 0%;
  }

  .about-us {
    -webkit-text-fill-color: inherit;
    object-fit: none;
    background-color: rgba(0, 0, 0, 0);
    background-image: url('../images/Frame-21108.png');
    background-size: cover;
    background-clip: border-box;
    padding: 2% 5%;
    position: static;
  }

  .emailcta.purple {
    background-image: url('../images/Sign-up.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: auto;
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .div-block-26 {
    margin-bottom: 20px;
  }

  .stacked-img {
    margin-left: auto;
    margin-right: auto;
  }

  .image-9 {
    margin-top: 0;
  }

  .wrapper-b {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footer.dark {
    background-image: url('../images/Rectangle-20305.png');
    background-size: cover;
    padding: 10% 5%;
  }

  .link-block-2 {
    min-width: 60px;
  }

  .section-2 {
    background-image: url('../images/Frame-21130.png');
    background-position: 0 0;
    background-size: cover;
    height: 100vh;
  }

  .div-block-30 {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-size: auto;
    justify-content: center;
    height: 100vh;
    padding-top: 100px;
    padding-left: 10%;
    padding-right: 10%;
    display: flex;
  }

  .hero-left-content {
    flex-direction: column;
    width: 100%;
    height: auto;
    padding: 0 0% 20px 0;
  }

  .hero-h1 {
    padding-top: 40px;
    font-size: 32px;
    line-height: 34px;
  }

  .text-block-63 {
    padding-top: 20px;
    font-size: 18px;
  }

  .text-block-64 {
    font-size: 14px;
  }

  .link-block-2-copy {
    color: #fff;
    background-color: #00adb4;
  }

  .footer-logo {
    padding-left: 10px;
  }

  .div-block-34 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 10px;
  }

  .footer-left-content {
    padding-left: 0;
  }

  .mobile-nav-link {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    display: block;
  }

  .mobile-nav-link.w--current {
    color: #03a5ad;
  }

  .navigation-mob-2 {
    background-color: rgba(255, 255, 255, 0);
  }

  .dropdown-link-mobile {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .menu-mob.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .icon-5 {
    color: #fff;
    font-size: 40px;
  }

  .hero-right-desktop {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    flex-direction: column;
    justify-content: center;
    height: auto;
    padding-top: 20px;
    display: flex;
  }

  .hero-right-section-mobile {
    background-image: url('../images/Frame-21161_1.png');
    background-position: 50% 0;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 50%;
  }

  .div-block-36 {
    width: 100%;
    display: block;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .div-block-37 {
    outline-offset: 0px;
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
    object-fit: none;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    background-clip: border-box;
    border: 1px #000;
    outline: 3px rgba(0, 0, 0, 0);
    width: 100%;
    height: 100%;
    margin-top: 20px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    position: static;
    top: 200px;
  }

  .text-block-65 {
    font-size: 14px;
  }

  .heading-2-copy.centered {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 32px;
    line-height: 40px;
  }

  .heading-2-copy.centered.margin-bottom-64px {
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 24px;
    line-height: 30px;
  }

  .heading-2-copy.centered.margin-bottom-64px.new {
    color: #474747;
    margin-bottom: 60px;
    font-weight: 500;
  }

  .heading-2-copy.centered.margin-bottom-64px.margin {
    font-size: 32px;
    line-height: 40px;
  }

  .heading-2-copy.bottom-margin-40px {
    text-align: center;
  }

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

  .link-block-2-copy, .sign-in-button {
    min-width: 60px;
  }

  .log-in-nav-link {
    color: #9f9f9f;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
  }

  .log-in-nav-link.w--current {
    color: #03a5ad;
  }

  .enquire-nav-link {
    color: #fff;
    background-color: #067920;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
  }

  .enquire-nav-link.w--current {
    color: #03a5ad;
  }

  .link-block-2-copy {
    min-width: 60px;
  }

  .sponsored {
    background-color: #fff;
    padding: 2% 10%;
  }

  .heading-2-copy-copy.centered {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 32px;
    line-height: 40px;
  }

  .heading-2-copy-copy.centered.margin-bottom-64px {
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 24px;
    line-height: 30px;
  }

  .heading-2-copy-copy.centered.margin-bottom-64px.new {
    color: #474747;
    margin-bottom: 60px;
    font-weight: 500;
  }

  .heading-2-copy-copy.centered.margin-bottom-64px.margin {
    font-size: 32px;
    line-height: 40px;
  }

  .heading-2-copy-copy.bottom-margin-40px {
    text-align: center;
  }

  .nav07 {
    z-index: 99999;
  }

  .paragraph-heading.centered {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 28px;
  }

  .div-block-41 {
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper-2 {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

  .form {
    flex-direction: row;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-56-copy {
    flex-direction: column;
    align-items: center;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .submit-button-2 {
    border-radius: 15px;
    width: 100%;
    height: 100%;
    font-size: 16px;
  }

  .text-field-2 {
    border-radius: 15px;
    width: 100%;
    margin-bottom: 0;
    padding: 20px 60px 20px 10px;
    font-size: 16px;
  }

  .div-block-56 {
    flex-direction: column;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .div-block-55-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    padding-left: 0;
  }

  .featureblock {
    flex-direction: column;
    align-items: center;
  }

  .text-block-79, .text-block-80 {
    text-align: center;
  }

  .text-block-81 {
    line-height: 28px;
  }

  .features-copy {
    background-image: url('../images/Frame-21130.png');
    background-position: 0 0;
    background-size: cover;
    flex-direction: column;
    align-items: center;
    padding: 20px 10% 60px;
    display: flex;
  }

  .body {
    background-color: #0c1630;
    background-image: url('../images/Sprook-Landing-Page.png');
    background-repeat: repeat-y;
    background-size: 1048px;
    background-attachment: fixed;
  }

  .section-3 {
    background-image: none;
    background-size: auto;
    display: none;
    position: absolute;
    top: 83%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .wrapper-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 0;
    display: flex;
  }

  .wrapper-copy.navbar-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrapper-copy.footer {
    padding: 0 40px;
  }

  .image-25 {
    z-index: 100;
    width: 70%;
    display: block;
    position: relative;
    top: 0;
  }

  .div-block-61 {
    flex-direction: column;
    padding: 0%;
  }

  .icon-7 {
    color: #fff;
    font-size: 40px;
  }

  .text-block-85 {
    font-size: 14px;
  }

  .footer-content-right-copy {
    display: none;
  }

  .div-block-65 {
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .policy {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-size: auto;
    padding: 30px 40px 15%;
  }

  .heading-copy.margin-bottom-40px {
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 32px;
    line-height: 50px;
  }

  .paragraph-copy.margin {
    margin-bottom: 0;
    display: block;
  }

  .paragraph-copy {
    text-align: center;
    margin-bottom: 32px;
    display: block;
  }

  .paragraph-copy.margin {
    display: inline;
  }

  .footer-copy.dark {
    background-image: none;
    background-size: auto;
    padding: 10% 5%;
  }

  .image-27 {
    width: 100%;
  }

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

#w-node-_6260766e-45b6-c0d3-5b2a-0eac392f53f6-77005519, #w-node-_450fbdaf-6cb2-59cd-d9dd-6d7b28d440d3-77005519, #w-node-fef2b22c-92f4-92df-4fa4-bcc614182f6e-77005519, #w-node-_59df31d3-f38e-890c-b963-4d5307469825-77005519, #w-node-_26871035-5f4e-d135-e4f3-7c64138fd39a-77005519, #w-node-fd4c87ba-f675-a3b9-2be2-842c44665847-77005519, #w-node-_136dc0f8-5bdf-d637-95a4-c77f14849cef-77005519, #w-node-_24feb234-9a59-a5b3-1b74-9fd550805245-77005519, #w-node-f32637c6-8e30-e1df-0861-3e3e30671abd-77005519, #w-node-f32637c6-8e30-e1df-0861-3e3e30671abe-77005519, #w-node-f32637c6-8e30-e1df-0861-3e3e30671abf-77005519, #w-node-f32637c6-8e30-e1df-0861-3e3e30671ac0-77005519, #w-node-f32637c6-8e30-e1df-0861-3e3e30671ac1-77005519, #w-node-f32637c6-8e30-e1df-0861-3e3e30671ac2-77005519, #w-node-b6926d5e-f1dd-d32f-2eb1-be2c9bb27359-77005519, #w-node-_6bd262e4-ee66-71ac-e3f7-cca7eb1c6efd-77005519, #w-node-_87926859-912e-328e-32bc-c014ed90e0ea-77005519, #w-node-_87926859-912e-328e-32bc-c014ed90e0eb-77005519, #w-node-bd0b9f9c-3b04-5759-3cd9-1f4af6289422-77005519, #w-node-bd0b9f9c-3b04-5759-3cd9-1f4af6289423-77005519, #w-node-f32637c6-8e30-e1df-0861-3e3e30671abd-276ec189, #w-node-f32637c6-8e30-e1df-0861-3e3e30671abe-276ec189, #w-node-f32637c6-8e30-e1df-0861-3e3e30671abf-276ec189, #w-node-f32637c6-8e30-e1df-0861-3e3e30671ac0-276ec189, #w-node-f32637c6-8e30-e1df-0861-3e3e30671ac1-276ec189, #w-node-f32637c6-8e30-e1df-0861-3e3e30671ac2-276ec189, #w-node-b6926d5e-f1dd-d32f-2eb1-be2c9bb27359-276ec189, #w-node-_6bd262e4-ee66-71ac-e3f7-cca7eb1c6efd-276ec189, #w-node-_87926859-912e-328e-32bc-c014ed90e0ea-276ec189, #w-node-_87926859-912e-328e-32bc-c014ed90e0eb-276ec189, #w-node-bd0b9f9c-3b04-5759-3cd9-1f4af6289422-276ec189, #w-node-bd0b9f9c-3b04-5759-3cd9-1f4af6289423-276ec189 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


