:root {
  --steel-blue-not-used: var(--rewa-brand--green-mid);
  --font--font-heading: "Inria Sans", sans-serif;
  --_component-collection---navbar--nav-text-normal: var(--rewa-brand--eclipse);
  --font--line-height-small: 110%;
  --font--light: 300;
  --font--line-height-medium: 130%;
  --font--regular: 400;
  --font--font-body: "Inria Sans", sans-serif;
  --font--line-height-large: 150%;
  --rewa-brand--eclipse: #1d2c38;
  --alice-blue-not-used: #096ad033;
  --096ad0: #096ad00a;
  --midnight-blue-not-used: var(--rewa-brand--eclipse);
  --rewa-brand--ocean-mid: #005d68;
  --rewa-brand--green-mid: #669d47;
  --_component-collection---navbar--nav-baseline: #e4e2e3;
  --rewa-brand--green-light: #b0cb72;
  --rewa-brand--ocean-light: #196d77;
  --rewa-brand--light-grey: color-mix(in srgb, var(--rewa-brand--eclipse), var(--rewa-brand--white) 90%);
  --steel-blue-60-not-used: color-mix(in srgb, var(--steel-blue-not-used), transparent 20%);
  --_component-collection---navbar--nav-background: color-mix(in srgb, var(--rewa-brand--white) 100%, transparent 0%);
  --form--form-field-bg: color-mix(in srgb, var(--rewa-brand--eclipse), var(--rewa-brand--white) 94%);
  --form--placeholder-text: color-mix(in srgb, var(--rewa-brand--eclipse), var(--rewa-brand--white) 40%);
  --rewa-brand--white: white;
  --_component-collection---navbar--btn-corner-radius: 4px;
  --font--font-button: "Inria Sans", sans-serif;
  --_component-collection---navbar--nav-accent: var(--rewa-brand--green-light);
  --_component-collection---image--image-radius: 8px;
  --_component-collection---navbar--nav-accent-hover: color-mix(in srgb, var(--_component-collection---navbar--nav-accent), white 10%);
  --black: black;
  --font--bold: 700;
}

body {
  color: var(--steel-blue-not-used);
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  font-family: var(--font--font-heading);
  color: var(--_component-collection---navbar--nav-text-normal);
  font-size: 54px;
  line-height: var(--font--line-height-small);
  font-weight: var(--font--light);
  margin-top: 32px;
  margin-bottom: 20px;
}

h2 {
  font-family: var(--font--font-heading);
  color: var(--_component-collection---navbar--nav-text-normal);
  font-size: 42px;
  line-height: var(--font--line-height-small);
  font-weight: var(--font--light);
  margin-top: 28px;
  margin-bottom: 16px;
}

h3 {
  font-family: var(--font--font-heading);
  color: var(--_component-collection---navbar--nav-text-normal);
  font-size: 30px;
  line-height: var(--font--line-height-medium);
  font-weight: var(--font--light);
  margin-top: 24px;
  margin-bottom: 8px;
}

h4 {
  font-family: var(--font--font-heading);
  color: var(--_component-collection---navbar--nav-text-normal);
  font-size: 23px;
  line-height: var(--font--line-height-medium);
  font-weight: var(--font--regular);
  margin-top: 24px;
  margin-bottom: 8px;
}

h5 {
  font-family: var(--font--font-heading);
  color: var(--_component-collection---navbar--nav-text-normal);
  font-size: 14px;
  line-height: var(--font--line-height-medium);
  font-weight: var(--font--regular);
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 8px;
}

p {
  font-family: var(--font--font-body);
  color: var(--_component-collection---navbar--nav-text-normal);
  font-size: 18px;
  line-height: var(--font--line-height-large);
  font-weight: var(--font--light);
  margin-top: 0;
  margin-bottom: 12px;
}

a {
  color: var(--steel-blue-not-used);
  text-decoration: underline;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  font-family: var(--font--font-body);
  color: var(--rewa-brand--eclipse);
  font-size: 18px;
  line-height: var(--font--line-height-large);
  font-weight: var(--font--light);
  margin-bottom: 12px;
}

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

blockquote {
  border-left: 1px solid var(--rewa-brand--eclipse);
  opacity: .9;
  font-family: var(--font--font-body);
  color: var(--rewa-brand--eclipse);
  font-size: 23px;
  line-height: 32px;
  font-weight: var(--font--light);
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 10px 20px;
}

.section {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: block;
  position: relative;
  overflow: hidden;
}

.section.grid {
  z-index: -1;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.section.bo-bottom-padding {
  padding-bottom: 0;
}

.section.divider {
  background-color: var(--alice-blue-not-used);
  padding-top: 10px;
  padding-bottom: 10px;
}

.section.full-screen.background-image-side {
  background-color: var(--alice-blue-not-used);
  background-image: url('../images/background-image.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.full-screen.stretch {
  align-items: stretch;
}

.section.light-blue {
  background-color: var(--096ad0);
  border-style: none;
}

.section.wider-padding {
  padding-top: 160px;
  padding-bottom: 160px;
  overflow: visible;
}

.section.wider-padding.dark-blue.header {
  padding-top: 150px;
  padding-bottom: 100px;
}

.section.wider-padding.background-image {
  background-image: url('../images/cinematic---big.svg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  align-items: center;
  display: flex;
}

.section.wider-padding.border {
  border-top: 1px solid var(--096ad0);
  border-bottom: 1px solid var(--096ad0);
}

.section.wider-padding.map {
  background-position: 50%;
  padding-top: 240px;
  padding-bottom: 240px;
}

.section.light-blue {
  background-color: #096ad014;
}

.section.blue {
  color: #096ad0;
  background-color: #096ad0;
}

.section.background-image {
  background-image: url('../images/cinematic---big.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}

.section.half-screen-background-image {
  background-image: url('../images/169---big.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 50%;
}

.section.half-screen-background-image.right {
  background-position: 100%;
}

.section.black {
  background-color: var(--midnight-blue-not-used);
}

.section.black._80vh {
  background-color: #0000;
  flex-direction: column;
  height: 80vh;
  min-height: 800px;
  display: flex;
}

.section.black.legos {
  padding-top: 138px;
  padding-bottom: 0;
  overflow: visible;
}

.section.page-header {
  padding-top: 160px;
  padding-bottom: 80px;
}

.section.page-header.image {
  background-image: url('../images/cinematic---big.svg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 160px;
}

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

.section.top-divider {
  border-top: 1px solid var(--alice-blue-not-used);
}

.section.pale-blue {
  background-color: var(--096ad0);
}

.section.map {
  background-image: url('../images/map.svg');
  background-size: cover;
}

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

.section.footer {
  background-color: var(--rewa-brand--eclipse);
  margin-top: 0;
}

.section.ocean {
  background-color: var(--rewa-brand--ocean-mid);
}

.section.cta {
  background-image: url('../images/hero-test-image_1hero-test-image.avif');
  background-position: 0 0;
  background-size: cover;
  padding-top: 32px;
  padding-bottom: 32px;
  position: static;
}

.section.off-white {
  background-color: #f1f1f1;
}

.wrapper {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  top: 0;
  left: 0;
  right: 0;
}

.wrapper.grid-container {
  z-index: -1;
  display: block;
  position: fixed;
  inset: auto 0 0;
}

.wrapper.space-around {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

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

.wrapper.centre-align {
  align-items: center;
  display: flex;
  overflow: visible;
}

.wrapper.lg-negative-margins {
  flex-direction: row;
  flex: 0 auto;
  margin-top: -80px;
  margin-bottom: -80px;
  display: flex;
}

.wrapper.navbar {
  justify-content: space-between;
  padding-top: 0;
  padding-bottom: 0;
}

.wrapper.components.wider {
  padding-left: 18px;
  padding-right: 18px;
}

.wrapper.introduction {
  z-index: -1;
  transform-origin: 50% 100%;
  height: 100%;
  position: absolute;
}

.wrapper.mobile-navbar-container {
  flex-direction: column;
  align-items: stretch;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

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

.color-block {
  background-color: var(--alice-blue-not-used);
  border-radius: 3px;
  width: 100px;
  height: 100px;
  margin-left: 0;
  margin-right: 0;
}

.color-block.rewa-green-mid {
  background-color: var(--rewa-brand--green-mid);
}

.color-block.black {
  background-color: var(--rewa-brand--eclipse);
}

.color-block.white {
  background-color: #fff;
}

.color-block.white.border {
  border: 1px solid var(--_component-collection---navbar--nav-baseline);
}

.color-block.ocean-medium {
  background-color: var(--rewa-brand--ocean-mid);
  border-style: none;
}

.color-block.rewa-green-light {
  background-color: var(--rewa-brand--green-light);
}

.color-block.ocean-light {
  background-color: var(--rewa-brand--ocean-light);
  border-style: none;
}

.color-block.light-grey {
  background-color: var(--rewa-brand--light-grey);
  border-style: none;
}

.grid {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  height: 100vh;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.grid.intro {
  height: 100%;
}

.block {
  border-style: none;
  border-width: 1px;
  flex-wrap: nowrap;
  flex: 1;
  place-content: flex-start;
  align-items: flex-start;
  min-width: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.block.lg-50 {
  float: left;
  justify-content: center;
  width: 50%;
  min-height: 400px;
  padding: 80px;
  display: flex;
}

.column-overlay {
  border-left: 1px solid #096ad00d;
  border-right: 1px solid #096ad00d;
  width: 100%;
  height: 100%;
}

.column-overlay.white {
  border-left-color: #ffffff14;
  border-right-color: #ffffff14;
}

.centre-align {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.centre-align.bottom-margin {
  margin-bottom: 40px;
}

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

.col.centre-align {
  align-items: center;
}

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

.col.lg-4.align-bottom {
  justify-content: flex-end;
}

.col.lg-4.align-bottom.md-4 {
  align-items: center;
}

.col.lg-4.sm-2.lg-vertical-align {
  justify-content: center;
}

.col.lg-4.flex-stretch {
  align-items: stretch;
}

.col.lg-4.md-33.xs-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1.25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.col.lg-3 {
  flex: none;
  width: 25%;
}

.col.lg-3.no-padding {
  float: left;
}

.col.lg-3.flex-stretch {
  align-items: stretch;
}

.col.lg-1 {
  flex: 0 auto;
  width: 8.33%;
}

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

.col.lg-6.centre-align {
  justify-content: flex-start;
  align-items: center;
}

.col.lg-6.centre-align-vertical {
  justify-content: center;
}

.col.lg-6.md-3.centre-align {
  align-items: center;
}

.col.lg-6.sm-margin-bottom.stretch {
  align-items: stretch;
}

.col.lg-2 {
  width: 16.66%;
}

.col.lg-5 {
  width: 41.66%;
}

.col.lg-5.align-vertically {
  justify-content: center;
}

.col.lg-5.centre-vertical {
  align-self: center;
}

.col.lg-5.centre-vertical.spaced-images {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.col.lg-7 {
  width: 58.33%;
}

.col.lg-8 {
  width: 66.66%;
}

.col.lg-9 {
  width: 75%;
}

.col.lg-10 {
  width: 83.33%;
}

.col.lg-11 {
  width: 91.66%;
}

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

.col.stretch {
  justify-content: flex-start;
  align-items: stretch;
}

.col._3 {
  width: 30%;
}

.col.lottie {
  width: 30%;
  display: flex;
  overflow: visible;
}

.col._50 {
  width: 50%;
}

#REWA-ESG .col._50 {
  width: 85%;
}

#approach .col.lg-6 {
  width: 75%;
  max-width: 75%;
  flex: 0 0 75%;
}

#contact-rewa .form-field,
#contact-rewa .text-area {
  background-color: #ffffff;
}

.paragraph-small {
  font-size: 16px;
}

.paragraph-small.no-top-margins {
  margin-top: 0;
}

.paragraph-small.no-top-margins.position {
  text-transform: uppercase;
}

.paragraph-small.align-to-h1 {
  margin-bottom: 6px;
  margin-left: 5px;
}

.paragraph-small.divider-line {
  margin-left: 8px;
  margin-right: 8px;
}

.paragraph-small.short-paragraph {
  width: 75%;
}

.paragraph-small.white {
  color: #fff9;
}

.paragraph-small.footer {
  margin-bottom: 0;
  font-size: 13px;
}

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

.row.flex-horizontal {
  flex-wrap: nowrap;
  justify-content: flex-start;
  display: flex;
}

.row.flex-horizontal.blue.padding {
  margin-left: -30px;
  margin-right: -30px;
  padding: 20px;
}

.row.flex-horizontal.no-bottom-margin {
  margin-bottom: 0;
}

.row.centre-align {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.row.centre-align.top {
  align-items: flex-start;
  margin-top: 24px;
}

.row.sm-reverse.centre-col {
  justify-content: center;
}

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

.row.align-centre.flex-vertical-align {
  align-items: center;
}

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

.button {
  border: 1px solid var(--steel-blue-not-used);
  background-color: var(--steel-blue-not-used);
  border-radius: 40px;
  padding: 10px 25px;
  font-size: 16px;
  font-weight: 300;
  transition: all .2s;
  box-shadow: 0 4px 11px #013a7554;
}

.button:hover {
  border: 1px solid var(--steel-blue-not-used);
  background-color: var(--steel-blue-not-used);
  color: #fff;
  transform: translate(0, -4px);
  box-shadow: 0 6px 20px #013a7554;
}

.button.ghost {
  border: 1px solid var(--steel-blue-not-used);
  box-shadow: none;
  color: var(--steel-blue-not-used);
  background-color: #0000;
}

.button.ghost:hover {
  background-color: var(--steel-blue-not-used);
  color: #fff;
  background-image: none;
  transform: none;
}

.button.ghost.reversed {
  color: #fff;
  background-color: #0000;
  border-color: #fff;
}

.button.ghost.reversed:hover, .button.reversed {
  color: var(--steel-blue-not-used);
  background-color: #fff;
}

.button.reversed:hover {
  background-image: none;
}

.button.lg-wide {
  text-align: center;
  width: 100%;
}

.button.margin-left {
  margin-right: 20px;
}

.button.side-margins {
  margin-left: 16px;
  margin-right: 16px;
}

.button.form-button {
  box-shadow: none;
  border-radius: 0 3px 3px 0;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
}

.button.white {
  color: var(--steel-blue-60-not-used);
  background-color: #fff;
  border-style: none;
  margin-bottom: 20px;
  margin-right: 20px;
  box-shadow: 0 4px 11px #013a751a;
}

.navbar {
  background-color: #0000;
  flex-direction: row;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.navbar.fixed {
  border-bottom: 1px solid var(--_component-collection---navbar--nav-baseline);
  background-color: var(--_component-collection---navbar--nav-background);
  padding-top: 36px;
  padding-bottom: 36px;
  display: block;
  position: fixed;
}

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

.margin-bottom.small {
  margin-bottom: 20px;
}

.margin-bottom.align-left {
  text-align: left;
}

.form {
  width: 100%;
  color: var(--rewa-brand--eclipse);
}

.form-field {
  background-color: var(--form--form-field-bg);
  min-width: 200px;
  color: var(--rewa-brand--eclipse);
  font-size: 16px;
  font-weight: var(--font--light);
  border-style: none;
  border-radius: 3px;
  margin-bottom: 20px;
  padding: 26px 16px;
}

.form-field::placeholder {
  color: var(--form--placeholder-text);
}

.form-field.no-bottom-margins {
  border-width: 1px;
  border-color: var(--rewa-brand--white);
  background-color: var(--rewa-brand--white);
  background-image: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  width: auto;
  min-width: auto;
  padding-top: 27px;
  padding-bottom: 27px;
}

.form-field.no-bottom-margins.margin-right {
  margin-right: 20px;
}

.form-field.no-bottom-margins.footer {
  border-radius: var(--_component-collection---navbar--btn-corner-radius);
  font-family: var(--font--font-button);
  color: var(--_component-collection---navbar--nav-text-normal);
  font-weight: var(--font--regular);
  letter-spacing: 1px;
  margin-right: 16px;
}

.form-field.side-margins {
  margin-left: 16px;
  margin-right: 16px;
}

.text-area {
  background-color: var(--form--form-field-bg);
  min-height: 140px;
  color: var(--rewa-brand--eclipse);
  font-size: 16px;
  font-weight: var(--font--light);
  border-style: none;
  border-radius: 3px;
  margin-bottom: 20px;
  padding-top: 16px;
  padding-left: 16px;
}

.text-area::placeholder {
  color: var(--form--placeholder-text);
}

.page-preview-link {
  border-radius: var(--_component-collection---navbar--btn-corner-radius);
  width: 100%;
  box-shadow: none;
  font-weight: var(--font--regular);
  justify-content: flex-start;
  align-items: center;
  padding: 36px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  overflow: hidden;
}

.page-preview-link:hover {
  background-color: var(--_component-collection---navbar--nav-accent);
  transform: translate(0, -4px);
  box-shadow: 0 8px 40px #0000001a;
}

.page-wrapper {
  overflow: hidden;
}

.price-table-container {
  border: 1px solid var(--alice-blue-not-used);
  border-radius: 6px;
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding: 50px;
  display: flex;
}

.price-table-container.flex-stretch {
  align-items: stretch;
}

.price-table-container.link {
  align-items: stretch;
  text-decoration: none;
  transition: border .2s ease-in-out;
}

.price-table-container.link:hover {
  border-color: var(--steel-blue-not-used);
}

.logo {
  flex: 1;
  margin-left: 20px;
  position: absolute;
}

.logo.w--current {
  flex: 1;
}

.logo.rel {
  align-items: center;
  margin-left: 0;
  display: flex;
  position: relative;
}

.logo.rel.w--current {
  flex: 0 auto;
  display: flex;
}

.column-styleguide {
  border: 1px solid var(--rewa-brand--eclipse);
  border-radius: var(--_component-collection---navbar--btn-corner-radius);
  background-color: var(--rewa-brand--light-grey);
  width: 100%;
  height: 40px;
  margin-bottom: 0;
}

.styleguide-caption {
  font-size: 16px;
  font-weight: var(--font--regular);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: -16px;
  margin-bottom: 20px;
}

.styleguide-caption.small-divider {
  letter-spacing: 1px;
  margin-top: -16px;
  margin-bottom: 16px;
  font-size: 12px;
}

.styleguide-caption.small-divider.colour-spec {
  font-size: 14px;
}

.styleguide-caption.small-divider.spaced {
  margin-bottom: 48px;
}

.styleguide-caption.header {
  margin-bottom: 20px;
}

.white {
  color: #fff;
  font-size: 20px;
  font-weight: var(--font--light);
}

.horizontal-line {
  background-color: #fff;
  width: 100%;
  height: 1px;
  margin-bottom: 40px;
}

.horizontal-line.blue {
  background-color: var(--rewa-brand--eclipse);
  margin-top: 60px;
  margin-bottom: 20px;
}

.horizontal-line.light {
  background-color: var(--midnight-blue-not-used);
  color: var(--steel-blue-not-used);
  margin-top: 20px;
  margin-bottom: 20px;
}

.horizontal-line.light.white {
  background-color: #fffc;
}

.footer-logo {
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
}

.footer-link {
  opacity: .5;
  cursor: pointer;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
  transition: opacity .2s ease-in-out;
}

.footer-link:hover {
  opacity: 1;
}

.footer-link.w--current {
  opacity: 1;
  font-weight: 500;
}

.footer-link.spacing {
  margin-left: 16px;
  margin-right: 16px;
}

.footer-link.spacing.last {
  margin-right: 0;
}

.footer-link.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.footer-link.no-padding.last {
  margin-right: -20px;
}

.social-media-icon {
  padding: 8px;
}

.contact-form-container {
  border-radius: 6px;
  width: 100%;
}

.contact-form-container.card {
  border: 1px none var(--alice-blue-not-used);
  background-color: #fff;
  padding: 60px;
  box-shadow: 10px 0 80px #1f2c3d1a;
}

.contact-form-container.card.white-background {
  border: 1px solid var(--steel-blue-not-used);
  background-color: #fff;
}

.contact-form-container.light-blue.padding {
  padding: 40px;
}

.contact-form-container.margin-top {
  margin-top: 15px;
}

.icon {
  color: #fff;
  width: 60px;
  margin-bottom: 20px;
  font-size: 24px;
}

.light-blue {
  background-color: #096ad00a;
}

.question {
  align-items: flex-start;
  display: flex;
}

.answer-text {
  margin-top: 8px;
}

.question-arrow-icon {
  margin-top: 26px;
  margin-left: 24px;
  margin-right: 8px;
}

.question-arrow-icon.left {
  margin-top: 11px;
  margin-left: 0;
  margin-right: 16px;
}

.answer {
  color: #9096a4;
  padding-left: 64px;
  padding-right: 8px;
  display: block;
  overflow: hidden;
}

.answer._2 {
  margin-left: 32px;
  padding-left: 0;
  padding-right: 0;
}

.question-container {
  border: 1px solid var(--alice-blue-not-used);
  text-align: left;
  cursor: pointer;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 24px;
  padding: 20px 32px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.question-container.transparent {
  background-color: #0000;
  border-style: none;
  margin-bottom: 16px;
  padding: 10px 0;
}

.service-icon {
  float: left;
  border: 1px solid var(--steel-blue-not-used);
  width: 40px;
  height: 40px;
  color: var(--steel-blue-not-used);
  text-align: center;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-top: 11px;
  margin-bottom: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  display: flex;
}

.service-icon._2 {
  border-color: var(--steel-blue-not-used);
  width: 40px;
  height: 40px;
  color: var(--steel-blue-not-used);
  margin-top: 11px;
  margin-bottom: 0;
}

.question-text {
  flex: 1;
  margin-top: 15px;
  margin-left: 24px;
}

.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-link-2 {
  color: var(--steel-blue-not-used);
  cursor: pointer;
  padding: 16px 20px 18px;
  font-size: 15px;
  line-height: 24px;
  transition: opacity .15s;
  position: relative;
}

.nav-link-2:hover {
  opacity: 1;
  color: var(--steel-blue-not-used);
}

.nav-link-2.w--current {
  color: var(--steel-blue-not-used);
  font-weight: 700;
  transition-property: none;
}

.nav-link-2.border {
  border: 1px solid var(--steel-blue-not-used);
  opacity: 1;
  border-radius: 50px;
  padding-top: 6px;
  padding-bottom: 6px;
  transition: background-color .2s;
}

.nav-link-2.border:hover, .nav-link-2.border.cta {
  background-color: var(--steel-blue-not-used);
  color: #fff;
}

.nav-link-2.dropdown {
  opacity: 1;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
}

.nav-link-2.full-opacity {
  opacity: 1;
}

.nav-link-2.burger-nav {
  opacity: 1;
  color: #096ad099;
  background-color: #fff;
  flex: 0 auto;
  justify-content: center;
  padding-top: 16px;
  padding-bottom: 16px;
  text-decoration: none;
  transition: opacity .15s, color .2s;
  display: block;
  position: relative;
}

.nav-link-2.burger-nav:hover {
  opacity: 1;
  color: var(--steel-blue-not-used);
}

.menu-button-2.w--open {
  color: var(--alice-blue-not-used);
  background-color: #fff;
}

.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: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.nav-bar.sample-website {
  flex-direction: column;
  position: absolute;
}

.nav-bar.burger-nav {
  background-color: #fff;
}

.toggle-grid {
  z-index: 100;
  background-color: var(--midnight-blue-not-used);
  color: #fff;
  border-radius: 60px;
  margin-bottom: 20px;
  margin-right: 20px;
  padding: 16px;
  position: fixed;
  bottom: 0;
  right: 0;
}

.logo-navbar {
  max-width: 200px;
}

.logo-navbar.white {
  width: 120px;
  max-width: 220px;
}

.blue {
  background-color: var(--steel-blue-not-used);
}

.partner-logo {
  width: 100px;
}

.phone-image.negative-margins {
  margin-bottom: -125px;
}

.no-margins {
  margin-top: 0;
  margin-bottom: 0;
}

.no-margins.space-below {
  font-size: 23px;
  font-weight: var(--font--regular);
  margin-bottom: 8px;
}

.styleguide-small-divider {
  opacity: .4;
  width: 100%;
  margin-top: 8px;
}

.no-bottom-margins {
  margin-bottom: 0;
}

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

.sm-align-centre {
  overflow: visible;
}

.column-image {
  margin-bottom: 20px;
  transition: transform .2s;
}

.column-image:hover {
  transform: translate(0, -5px);
}

.slider {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.slide {
  background-color: #0000;
}

.slide.small {
  width: 70%;
  margin-left: 10px;
  margin-right: 10px;
}

.slider-arrow, .slide-nav {
  color: var(--steel-blue-not-used);
}

.full-width-image {
  width: 100%;
}

.overflow-visible {
  overflow: visible;
}

.small-icon {
  float: left;
  margin-right: 16px;
  display: block;
}

.inline-form {
  width: 75%;
  display: flex;
}

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

.components-list-container {
  width: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
  display: none;
}

.components-list-container._2 {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: none;
}

.flex-stretch {
  flex-direction: column;
  display: flex;
}

.no-vertical-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.flex-horizontal-justify-start-align-centre {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.tick-icon {
  margin-right: 8px;
}

.flex-horizontal {
  display: flex;
}

.flex-horizontal.align-bottom {
  align-items: flex-end;
}

.blog-thumbnail-container {
  border: 1px solid var(--alice-blue-not-used);
  border-radius: 6px;
  flex: 1;
  margin-bottom: 30px;
  text-decoration: none;
  transition: all .2s;
  overflow: hidden;
}

.blog-thumbnail-container:hover {
  transform: translate(0, -5px);
}

.blog-thumbnail-container.no-border {
  border-style: none;
}

.blog-thumbnail-container.no-border:hover {
  transform: none;
}

.padding {
  padding: 20px;
}

.padding.no-horizontal-padding {
  padding-left: 0;
  padding-right: 0;
}

.masonry-div {
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 3px;
  flex: 1;
  width: 100%;
  margin-bottom: 30px;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.masonry-div.vertical {
  flex: 1;
}

.margin-bottom-gutter {
  margin-bottom: 30px;
}

.tab {
  width: 100%;
}

.tabs-menu {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.tab-link {
  opacity: .5;
  width: 33.33%;
  color: var(--steel-blue-not-used);
  text-align: center;
  background-color: #0000;
  flex: 1;
  padding-top: 15px;
  padding-bottom: 15px;
}

.tab-link.w--current {
  opacity: 1;
  background-color: #0000;
  font-weight: 700;
}

.intro-hero-headline {
  filter: drop-shadow(2px 2px 6px #0003);
  color: #fff;
  font-size: 112px;
  line-height: var(--font--line-height-small);
  font-weight: var(--font--light);
  text-align: left;
  letter-spacing: -3px;
}

.intro-hero-headline.with-shadow {
  filter: drop-shadow(0 2px 17px #000000b3) drop-shadow(2px 2px 6px #0003);
}

.intro-paragraph {
  opacity: .5;
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.5em;
}

.intro-paragraph.short-paragraph {
  opacity: 100;
}

.intro-paragraph.green {
  color: var(--rewa-brand--green-mid);
}

.big-brick {
  width: 150px;
}

.big-brick._1 {
  margin-left: -50px;
}

.big-brick._2 {
  margin-top: 20px;
  margin-right: -150px;
}

.big-brick._3 {
  margin-top: 20px;
  margin-left: -200px;
  position: relative;
}

.big-brick._4 {
  z-index: 1;
  position: relative;
}

.small-brick {
  width: 100px;
}

.small-brick._2 {
  margin-top: 20px;
  margin-left: -50px;
}

.bricks-container {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: -66px;
  margin-bottom: 238px;
  display: flex;
  transform: scale(2);
}

.white-bricks {
  z-index: 1;
  flex-flow: row;
  flex: 0 auto;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.blue-bricks {
  align-items: flex-start;
  margin-left: -50px;
  display: flex;
}

.centred-logo-container {
  justify-content: center;
  display: flex;
}

.text-block {
  color: var(--_component-collection---navbar--nav-text-normal);
  font-size: 14px;
}

.nav-link-with-icon-containr {
  align-items: center;
  display: flex;
}

.menu-icon {
  margin-right: 8px;
}

.navbar-links-container {
  flex: 0 auto;
  align-items: flex-start;
  display: flex;
}

.dark-blue {
  background-color: var(--midnight-blue-not-used);
}

.nav-link {
  font-family: var(--font--font-button);
  color: var(--_component-collection---navbar--nav-text-normal);
  font-size: 16px;
  font-weight: var(--font--regular);
  letter-spacing: 1px;
  text-transform: none;
  cursor: pointer;
  padding: 26px 18px;
  text-decoration: none;
}

.nav-link:hover {
  color: var(--rewa-brand--green-mid);
}

.nav-link.cta {
  border-radius: var(--_component-collection---navbar--btn-corner-radius);
  background-color: var(--rewa-brand--ocean-mid);
  color: var(--rewa-brand--white);
  align-self: center;
  padding: 14px 20px;
  font-size: 16px;
  transition: all .2s ease-in-out;
}

.nav-link.cta:hover {
  background-color: var(--rewa-brand--green-mid);
}

.nav-link.right-element:hover {
  color: var(--rewa-brand--green-mid);
}

.back-to-legowerk-link {
  z-index: 100;
  background-color: var(--midnight-blue-not-used);
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 90px;
  margin: 16px;
  padding: 8px 14px;
  font-size: 10px;
  text-decoration: none;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
}

.dropdown-container {
  border-bottom: 1px solid var(--_component-collection---navbar--nav-baseline);
  background-color: var(--_component-collection---navbar--nav-background);
  width: 100%;
  margin-top: 36px;
  display: block;
  position: fixed;
}

.dropdown-container.blur {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.components-wrapper {
  border-style: solid none;
  border-width: 20px;
  border-color: var(--alice-blue-not-used);
  overflow: hidden;
}

.hover.hover-on-image {
  opacity: 1;
  background-color: #e4f1fd;
  width: auto;
  height: 100%;
  padding: 30px;
  display: block;
  position: absolute;
}

.portrait-container {
  margin-bottom: 30px;
  position: relative;
}

.team-small-container {
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 60px;
  display: flex;
}

.div-block-29 {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.image-9 {
  margin-right: 20px;
}

.bold {
  font-weight: 500;
}

.form-with-button {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.form-with-button.horizontal {
  color: var(--rewa-brand--eclipse);
}

.testimonial-container {
  background-color: #fff;
  align-items: flex-start;
  padding: 50px;
  display: flex;
}

.testimonial-container.border {
  border: 1px solid var(--steel-blue-not-used);
  background-color: #fff;
  border-radius: 3px;
  align-items: flex-start;
  display: flex;
}

.quotation-mark {
  opacity: .1;
  margin-right: 24px;
}

.slider-3 {
  background-color: #0000;
  height: 100%;
}

.slide-nav-2 {
  margin-top: 20px;
  margin-bottom: -20px;
  font-size: 10px;
  position: relative;
}

.hide {
  display: none;
}

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

.horizontal-short-line {
  background-color: var(--alice-blue-not-used);
  height: 1px;
  margin-left: -50px;
  margin-right: -50px;
}

.div-block-32 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.social-link {
  border: 1px solid var(--steel-blue-not-used);
  background-color: var(--steel-blue-not-used);
  border-radius: 50px;
  margin-left: 6px;
  margin-right: 6px;
  padding: 8px;
  display: inline;
}

.team-small-container-1 {
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.team-container {
  margin-bottom: 30px;
}

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

.section-header {
  text-align: center;
  justify-content: center;
  margin: 0 auto 80px;
  display: block;
}

.section-header.centered {
  margin-bottom: 50px;
}

.section-header.centered.no-space-below {
  margin-bottom: 0;
}

.half-screen-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  display: flex;
}

.page-title {
  color: #fff;
}

.short-paragraph {
  width: 75%;
}

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

.app-download-button {
  float: left;
  margin-right: 30px;
}

.feature-icon-horizontal {
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.icon-side {
  width: 50px;
  margin-right: 30px;
}

.value-proposition-container.vertical-align {
  flex: 1;
  align-items: center;
  display: flex;
}

.value-proposition-buttons {
  margin-top: 40px;
}

.value-proposition-hero-image.margin-auto {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.computer-image {
  width: 70vw;
  margin-left: 10vw;
  position: absolute;
}

.computer-image-container {
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.row-3 {
  flex-wrap: wrap;
  align-content: stretch;
  align-items: stretch;
  margin-bottom: 40px;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.row-3.centre-align {
  justify-content: center;
  display: flex;
}

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

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

.col-2.lg-1 {
  flex: 0 auto;
  width: 8.33%;
}

.side-image {
  border-radius: var(--_component-collection---image--image-radius);
}

.side-image.lightbox-video {
  position: relative;
}

.side-image.map {
  background-image: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.border-to-edge-picture {
  float: left;
  background-image: url('../images/cinematic---big.svg');
  background-position: 50%;
  background-size: cover;
  width: 100vw;
  height: 600px;
  position: relative;
  top: 0;
}

.big-blog-thumbnail-container {
  margin-bottom: 80px;
  transition: transform .2s ease-in-out;
}

.big-blog-thumbnail-container.no-bottom-margins {
  margin-bottom: 0;
}

.intro-feature-container {
  border-radius: 3px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.intro-feature-container.bottom-right {
  justify-content: space-between;
  align-items: stretch;
}

.features-phone-image {
  margin-top: -30px;
  margin-left: -30px;
}

.features-mac {
  margin-bottom: -30px;
  margin-right: -30px;
}

.mac-container {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

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

.rich-text-block {
  text-align: left;
}

.rich-text-block img {
  margin-top: 40px;
  margin-bottom: 40px;
}

.starter-website-image {
  margin-bottom: -75px;
  margin-right: -208px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.success-message {
  background-color: var(--096ad0);
}

.footer-heading {
  margin-bottom: 20px;
  text-decoration: none;
}

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

.footer-links-container {
  flex-direction: column;
  display: flex;
}

.footer-logo-2 {
  margin-bottom: 40px;
}

.avatar-container {
  display: flex;
}

.div-block-48 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 20px;
  display: flex;
}

.full-width {
  width: 100%;
}

.works-link {
  text-decoration: none;
}

.low-opacity {
  color: var(--steel-blue-60-not-used);
}

.feature-image {
  height: 60px;
}

.masonry-div-header {
  color: #fff;
}

.centred-logo {
  margin-left: 20px;
  margin-right: 20px;
}

.video-placeholder {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.lightbox-link {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  transition: transform .2s ease-in-out;
  display: flex;
}

.lightbox-link:hover {
  transform: scale(1.01);
}

.play-icon {
  position: absolute;
}

.nav-menu-container {
  margin-top: 0;
}

.transparent-overlay {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.dropdown-link-text {
  margin-right: 20px;
  text-decoration: none;
}

.dropdown-chevron {
  margin-right: -1px;
}

.dropdown-link {
  opacity: .6;
  color: var(--steel-blue-not-used);
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 15px;
}

.dropdown-link:hover, .dropdown-link.w--current {
  opacity: 1;
}

.dropdown-list-2 {
  border: 1px solid #000;
}

.dropdown-list-2.w--open {
  border-color: var(--steel-blue-not-used);
  opacity: 1;
  background-color: #fff;
  border-radius: 6px;
  margin-top: 0;
}

.small-slide {
  width: 50%;
  padding-left: 30px;
  padding-right: 30px;
}

.date-container {
  display: flex;
}

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

.negative-margin {
  margin-left: -18px;
}

.container-2 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.blog-thumbnail {
  transition: transform .15s;
}

.blog-thumbnail:hover {
  transform: translate(0, -5px);
}

.blog-tag {
  background-color: var(--steel-blue-not-used);
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 30px;
  padding: 6px 10px;
  font-size: 12px;
  text-decoration: none;
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
}

.blog-content-preview-container {
  margin-top: -37px;
  position: relative;
}

.back-icon {
  margin-right: 8px;
}

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

.utility-page-content {
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  width: 320px;
  padding: 30px;
  display: flex;
}

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

.utility-page-icon {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.shadow {
  z-index: 0;
  position: absolute;
  top: 20px;
  bottom: 0;
  left: 16px;
}

.shadow._1 {
  inset: auto 2px -10px auto;
}

.video-preview {
  z-index: 1;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}

.play-icon-1 {
  z-index: 2;
  position: relative;
}

.video-preview-container {
  z-index: 1;
  transition: transform .2s;
  position: relative;
}

.video-preview-container:hover {
  z-index: 1;
  position: relative;
  transform: translate(-5px, -5px);
}

.acme-logomark {
  margin-right: 10px;
}

.map {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 125px;
  border-radius: 6px;
  overflow: hidden;
}

.pin {
  position: absolute;
}

._0-opacity {
  opacity: 0;
}

.lightbox-image {
  transition: transform .2s ease-in-out;
}

.lightbox-image:hover {
  transform: translate(0, -5px);
}

.how-it-works-line {
  background-color: var(--rewa-brand--ocean-light);
  width: 200%;
  height: 2px;
  margin-top: 0;
  margin-left: -600px;
  margin-right: -600px;
  position: relative;
  top: 27px;
}

.step-content {
  flex-flow: column;
  display: flex;
}

.how-it-works-step {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.step-number {
  color: var(--rewa-brand--white);
  margin-top: 0;
  margin-bottom: 0;
  display: none;
  position: static;
  bottom: 0;
  left: 0;
  right: 0;
}

.circle {
  z-index: 1;
  background-color: var(--rewa-brand--ocean-light);
  width: 50px;
  height: 50px;
  color: var(--rewa-brand--light-grey);
  border: 1px #096ad0;
  border-radius: 49px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  box-shadow: 0 5px 30px #1f2c3d1a;
}

.circle.ocean-light {
  background-color: var(--rewa-brand--ocean-light);
}

.how-it-works-tab {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.step-container {
  margin-bottom: 80px;
}

.no-underline {
  text-decoration: none;
}

.footer-newsletter-form-container {
  margin-right: 60px;
}

.nav-spacer {
  width: 16px;
}

.div-block-51 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  height: auto;
  min-height: 72px;
  max-height: 300px;
  position: fixed;
  inset: 0% 0% auto;
}

.body {
  font-family: var(--font--font-body);
  font-weight: var(--font--regular);
}

.rewa-btn {
  border: 1px solid var(--steel-blue-not-used);
  background-color: var(--steel-blue-not-used);
  border-radius: 40px;
  padding: 10px 25px;
  font-size: 16px;
  font-weight: 300;
  transition: all .2s;
  box-shadow: 0 4px 11px #013a7554;
}

.rewa-btn:hover {
  border: 1px solid var(--steel-blue-not-used);
  background-color: var(--steel-blue-not-used);
  color: #fff;
  transform: translate(0, -4px);
  box-shadow: 0 6px 20px #013a7554;
}

.rewa-btn.ghost {
  border: 1px solid var(--steel-blue-not-used);
  box-shadow: none;
  color: var(--steel-blue-not-used);
  background-color: #0000;
}

.rewa-btn.ghost:hover {
  background-color: var(--steel-blue-not-used);
  color: #fff;
  background-image: none;
  transform: none;
}

.rewa-btn.ghost.reversed {
  color: #fff;
  background-color: #0000;
  border-color: #fff;
}

.rewa-btn.ghost.reversed:hover, .rewa-btn.reversed {
  color: var(--steel-blue-not-used);
  background-color: #fff;
}

.rewa-btn.reversed:hover {
  background-image: none;
}

.rewa-btn.lg-wide {
  text-align: center;
  width: 100%;
}

.rewa-btn.margin-left {
  margin-right: 20px;
}

.rewa-btn.side-margins {
  margin-left: 16px;
  margin-right: 16px;
}

.rewa-btn.form-button {
  box-shadow: none;
  border-radius: 0 3px 3px 0;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
}

.rewa-btn.white {
  color: var(--steel-blue-60-not-used);
  background-color: #fff;
  border-style: none;
  margin-bottom: 20px;
  margin-right: 20px;
  box-shadow: 0 4px 11px #013a751a;
}

.nav-slash {
  font-family: var(--font--font-button);
  color: var(--_component-collection---navbar--nav-text-normal);
  font-size: 14px;
  font-weight: var(--font--regular);
  letter-spacing: 1.25px;
  text-transform: none;
  cursor: pointer;
  padding: 26px 8px;
  text-decoration: none;
}

.nav-slash.cta {
  border-radius: var(--_component-collection---navbar--btn-corner-radius);
  background-color: var(--rewa-brand--ocean-mid);
  color: var(--rewa-brand--white);
  align-self: center;
  padding: 12px 20px;
  transition: background-color .1s ease-in-out;
}

.nav-slash.cta:hover {
  background-color: var(--rewa-brand--ocean-light);
}

.nav-slash.right-element:hover {
  color: var(--rewa-brand--green-mid);
}

.big-buttons-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.big-button {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  border-top-left-radius: var(--_component-collection---navbar--btn-corner-radius);
  border-top-right-radius: var(--_component-collection---navbar--btn-corner-radius);
  border-bottom-left-radius: var(--_component-collection---navbar--btn-corner-radius);
  border-bottom-right-radius: var(--_component-collection---navbar--btn-corner-radius);
  background-color: var(--rewa-brand--ocean-mid);
  color: #f2f2f2;
  -webkit-user-select: none;
  user-select: none;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  padding: 28px 24px;
  text-decoration: none;
  display: flex;
}

.big-button.bg-color-primary-light {
  border-radius: var(--_component-collection---navbar--btn-corner-radius);
  background-color: var(--rewa-brand--green-mid);
}

.big-button.our-stuff {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: stretch;
}

.big-button.our-stuff.green-mid {
  border-radius: var(--_component-collection---image--image-radius);
  background-color: var(--rewa-brand--green-mid);
}

.big-button.our-stuff.ocean-light {
  border-radius: var(--_component-collection---image--image-radius);
  background-color: var(--rewa-brand--ocean-light);
}

.big-button.our-stuff.eclipse {
  border-radius: var(--_component-collection---image--image-radius);
  background-color: var(--rewa-brand--eclipse);
}

.big-button-heading {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: visible;
}

.big-button-heading-shape {
  opacity: 0;
  width: 14px;
  height: 22px;
  color: var(--rewa-brand--white);
}

.medium-uppercase-s {
  font-family: var(--font--font-button);
  color: var(--rewa-brand--white);
  font-size: 16px;
  font-weight: var(--font--regular);
  letter-spacing: 1.25px;
  text-transform: none;
  text-decoration: none;
}

.regular-s.max-width-200.white {
  font-size: 16px;
  text-decoration: none;
}

.product-logo-wrapper {
  flex-flow: column;
  flex: 0 auto;
  align-items: flex-start;
  width: 25%;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
  position: relative;
}

.product-logo-wrapper.centre-align {
  align-items: center;
}

.product-logo-wrapper.lg-4 {
  flex-wrap: wrap;
  flex: 0 auto;
  width: 33.33%;
}

.product-logo-wrapper.lg-4.align-bottom {
  justify-content: flex-end;
}

.product-logo-wrapper.lg-4.align-bottom.md-4 {
  align-items: center;
}

.product-logo-wrapper.lg-4.sm-2.lg-vertical-align {
  justify-content: center;
}

.product-logo-wrapper.lg-4.flex-stretch {
  align-items: stretch;
}

.product-logo-wrapper.lg-3 {
  flex: none;
  width: 25%;
}

.product-logo-wrapper.lg-3.no-padding {
  float: left;
}

.product-logo-wrapper.lg-3.flex-stretch {
  align-items: stretch;
}

.product-logo-wrapper.lg-1 {
  flex: 0 auto;
  width: 8.33%;
}

.product-logo-wrapper.lg-6 {
  flex: 0 auto;
  align-items: flex-start;
  width: 50%;
}

.product-logo-wrapper.lg-6.centre-align {
  justify-content: flex-start;
  align-items: center;
}

.product-logo-wrapper.lg-6.centre-align-vertical {
  justify-content: center;
}

.product-logo-wrapper.lg-6.md-3.centre-align {
  align-items: center;
}

.product-logo-wrapper.lg-6.sm-margin-bottom.stretch {
  align-items: stretch;
}

.product-logo-wrapper.lg-2 {
  width: 16.66%;
}

.product-logo-wrapper.lg-5 {
  width: 41.66%;
}

.product-logo-wrapper.lg-5.align-vertically {
  justify-content: center;
}

.product-logo-wrapper.lg-7 {
  width: 58.33%;
}

.product-logo-wrapper.lg-8 {
  width: 66.66%;
}

.product-logo-wrapper.lg-9 {
  width: 75%;
}

.product-logo-wrapper.lg-10 {
  width: 83.33%;
}

.product-logo-wrapper.lg-11 {
  width: 91.66%;
}

.product-logo-wrapper.lg-12 {
  width: 100%;
}

.product-link {
  border-radius: var(--_component-collection---navbar--btn-corner-radius);
  background-color: var(--rewa-brand--ocean-light);
  width: 100%;
  box-shadow: none;
  font-weight: var(--font--regular);
  justify-content: center;
  align-items: center;
  padding: 32px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  overflow: hidden;
}

.product-link:hover {
  background-color: var(--rewa-brand--green-mid);
  transform: translate(0, -4px);
  box-shadow: 0 8px 40px #0000001a;
}

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

.div-block-53 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.image-10 {
  width: 100%;
  height: 120px;
}

.image-11 {
  max-width: none;
  height: 120px;
}

.image-12 {
  height: 100px;
}

.image-12.icon {
  height: 70px;
}

.image-12.vertical {
  height: 200px;
  overflow: hidden;
}

.image-12.smaller {
  height: 85px;
}

.image-13 {
  height: 104px;
}

.btn-ocean-to-green {
  border-radius: var(--_component-collection---navbar--btn-corner-radius);
  background-color: var(--rewa-brand--ocean-mid);
  font-family: var(--font--font-button);
  color: var(--rewa-brand--white);
  font-size: 16px;
  font-weight: var(--font--regular);
  letter-spacing: 1px;
  text-transform: none;
  cursor: pointer;
  padding: 16px 20px;
  text-decoration: none;
  transition: all .2s;
}

.btn-ocean-to-green:hover {
  background-color: var(--rewa-brand--green-mid);
}

.btn-ocean-to-green.cta {
  border-radius: var(--_component-collection---navbar--btn-corner-radius);
  background-color: var(--rewa-brand--ocean-mid);
  color: var(--rewa-brand--white);
  align-self: center;
  padding: 12px 20px;
  transition: background-color .1s ease-in-out;
}

.btn-ocean-to-green.cta:hover {
  background-color: var(--rewa-brand--green-mid);
}

.btn-ocean-to-green.right-element:hover {
  color: var(--rewa-brand--green-mid);
}

.btn-ocean-to-green.ghost {
  border: 1px solid var(--rewa-brand--ocean-mid);
  background-color: var(--rewa-brand--white);
  color: var(--rewa-brand--ocean-mid);
  transition: opacity .2s;
}

.btn-ocean-to-green.ghost:hover {
  border-color: var(--rewa-brand--green-mid);
  background-color: var(--rewa-brand--green-mid);
  color: var(--rewa-brand--white);
}

.btn-green-to-ocean {
  border-radius: var(--_component-collection---navbar--btn-corner-radius);
  background-color: var(--rewa-brand--green-mid);
  font-family: var(--font--font-button);
  color: var(--rewa-brand--white);
  font-size: 16px;
  font-weight: var(--font--regular);
  letter-spacing: 1px;
  text-transform: none;
  cursor: pointer;
  padding: 16px 20px;
  text-decoration: none;
  transition: all .2s;
}

.btn-green-to-ocean:hover {
  background-color: var(--rewa-brand--ocean-mid);
}

.btn-green-to-ocean.cta {
  border-radius: var(--_component-collection---navbar--btn-corner-radius);
  background-color: var(--rewa-brand--ocean-mid);
  color: var(--rewa-brand--white);
  align-self: center;
  padding: 12px 20px;
  transition: background-color .1s ease-in-out;
}

.btn-green-to-ocean.cta:hover {
  background-color: var(--rewa-brand--green-mid);
}

.btn-green-to-ocean.right-element:hover {
  color: var(--rewa-brand--green-mid);
}

.btn-green-to-ocean.ghost {
  border: 1px solid var(--rewa-brand--green-mid);
  background-color: var(--rewa-brand--white);
  color: var(--rewa-brand--green-mid);
  transition: all .2s;
}

.btn-green-to-ocean.ghost:hover {
  border-color: var(--rewa-brand--ocean-mid);
  background-color: var(--rewa-brand--ocean-mid);
  color: var(--rewa-brand--white);
}

.btn-ocean-to-ocean {
  border-radius: var(--_component-collection---navbar--btn-corner-radius);
  background-color: var(--rewa-brand--ocean-mid);
  font-family: var(--font--font-button);
  color: var(--rewa-brand--white);
  font-size: 14px;
  font-weight: var(--font--regular);
  letter-spacing: 1.25px;
  text-transform: none;
  cursor: pointer;
  padding: 16px 20px;
  text-decoration: none;
  transition: all .2s;
}

.btn-ocean-to-ocean:hover {
  background-color: var(--rewa-brand--green-mid);
}

.btn-ocean-to-ocean.cta {
  border-radius: var(--_component-collection---navbar--btn-corner-radius);
  background-color: var(--rewa-brand--ocean-mid);
  color: var(--rewa-brand--white);
  align-self: center;
  padding: 12px 20px;
  transition: background-color .1s ease-in-out;
}

.btn-ocean-to-ocean.cta:hover {
  background-color: var(--rewa-brand--green-mid);
}

.btn-ocean-to-ocean.right-element:hover {
  color: var(--rewa-brand--green-mid);
}

.btn-ocean-to-ocean.ghost {
  border: 1px solid var(--rewa-brand--ocean-mid);
  background-color: var(--rewa-brand--white);
  color: var(--rewa-brand--ocean-mid);
  letter-spacing: 1px;
  vertical-align: top;
  font-size: 16px;
  transition: opacity .2s;
  display: inline-block;
  overflow: auto;
}

.btn-ocean-to-ocean.ghost:hover {
  border-color: var(--rewa-brand--ocean-mid);
  background-color: var(--rewa-brand--ocean-mid);
  color: var(--rewa-brand--white);
}

.btn-green-to-green {
  border-radius: var(--_component-collection---navbar--btn-corner-radius);
  background-color: var(--rewa-brand--green-mid);
  font-family: var(--font--font-button);
  color: var(--rewa-brand--white);
  font-size: 14px;
  font-weight: var(--font--regular);
  letter-spacing: 1.25px;
  text-transform: none;
  cursor: pointer;
  padding: 16px 20px;
  text-decoration: none;
  transition: all .2s;
}

.btn-green-to-green:hover {
  background-color: var(--rewa-brand--ocean-mid);
}

.btn-green-to-green.cta {
  border-radius: var(--_component-collection---navbar--btn-corner-radius);
  background-color: var(--rewa-brand--ocean-mid);
  color: var(--rewa-brand--white);
  align-self: center;
  padding: 12px 20px;
  transition: background-color .1s ease-in-out;
}

.btn-green-to-green.cta:hover {
  background-color: var(--rewa-brand--green-mid);
}

.btn-green-to-green.right-element:hover {
  color: var(--rewa-brand--green-mid);
}

.btn-green-to-green.ghost {
  border: 1px solid var(--rewa-brand--green-mid);
  background-color: var(--rewa-brand--white);
  color: var(--rewa-brand--green-mid);
  font-size: 16px;
  font-weight: var(--font--regular);
  letter-spacing: 1px;
  transition: all .2s;
}

.btn-green-to-green.ghost:hover {
  border-color: var(--rewa-brand--green-mid);
  background-color: var(--rewa-brand--green-mid);
  color: var(--rewa-brand--white);
}

.btn-green-to-green.subscribe {
  letter-spacing: 1px;
  font-size: 16px;
}

.rewa-subbrand {
  width: 120px;
}

.spacer-m {
  margin-bottom: 16px;
  padding-top: 0;
  padding-bottom: 16px;
  display: flex;
}

.colour-spec {
  line-height: var(--font--line-height-small);
  flex-flow: wrap;
  margin-top: 8px;
  display: block;
}

.header-link {
  font-family: var(--font--font-button);
  color: var(--rewa-brand--white);
  font-size: 14px;
  font-weight: var(--font--light);
  letter-spacing: 1px;
  text-decoration: none;
}

.header-link:hover {
  color: var(--rewa-brand--green-mid);
}

.header-link.w--current {
  letter-spacing: 1px;
}

.div-block-54 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  display: flex;
}

.rewa-footer-header {
  color: var(--rewa-brand--green-light);
  letter-spacing: 1px;
  margin-bottom: 20px;
  text-decoration: none;
}

.rewa-footer-link {
  opacity: 1;
  font-family: var(--font--font-button);
  color: var(--rewa-brand--white);
  font-size: 16px;
  line-height: var(--font--line-height-small);
  font-weight: var(--font--light);
  letter-spacing: 1px;
  cursor: pointer;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  transition: opacity .2s ease-in-out;
}

.rewa-footer-link:hover {
  opacity: 1;
}

.rewa-footer-link.w--current {
  opacity: 1;
  font-weight: 500;
}

.rewa-footer-link.spacing {
  margin-left: 16px;
  margin-right: 16px;
}

.rewa-footer-link.spacing.last {
  margin-right: 0;
}

.rewa-footer-link.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.rewa-footer-link.no-padding.last {
  margin-right: -20px;
}

.rewa-footer-brand {
  width: 120px;
  margin-top: 6px;
}

.rewa-footer-form {
  border-radius: var(--_component-collection---navbar--btn-corner-radius);
  min-width: 300px;
  font-family: var(--font--font-body);
  font-size: 16px;
  font-weight: var(--font--light);
  margin-bottom: 0;
  margin-right: 16px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.what-we-do {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.h4 {
  font-size: 24px;
  font-weight: var(--font--regular);
  margin-top: 8px;
}

.h4.white {
  font-weight: var(--font--regular);
}

.h4.left.more-below {
  margin-bottom: 16px;
}

.copy-below {
  text-align: center;
  justify-content: center;
  margin: 0 auto 80px;
  display: block;
}

.copy-below.centeted {
  margin-top: 36px;
  margin-bottom: 0;
}

.h2 {
  color: var(--rewa-brand--eclipse);
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.h2.reversed {
  color: var(--rewa-brand--white);
}

.h2.h2-white {
  color: var(--rewa-brand--white);
  text-align: left;
}

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

.h2.left {
  justify-content: flex-start;
  margin-top: 8px;
  margin-bottom: 24px;
}

.lottie-animation {
  z-index: auto;
  filter: drop-shadow(12px 10px 20px #0003);
  object-fit: fill;
  width: 250%;
  display: flex;
  position: absolute;
  inset: auto;
  overflow: visible;
}

.paragraph.contacts {
  margin-bottom: 0;
}

.paragraph.contacts.link {
  text-decoration: none;
}

.paragraph.margin-bottom {
  margin-bottom: 32px;
}

.paragraph.product-white {
  color: var(--rewa-brand--white);
}

.our-heading {
  font-family: var(--font--font-heading);
  font-size: 26px;
}

.base-content {
  align-items: flex-end;
  display: flex;
}

.our-leading-text {
  color: var(--rewa-brand--white);
  font-size: 22px;
  line-height: var(--font--line-height-medium);
  font-weight: var(--font--regular);
}

.div-block-55 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.tab-icon-green {
  background-color: var(--rewa-brand--green-light);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  display: flex;
}

.tab-icon-orange {
  background-color: #fff2eb;
  border: 1px solid #ffe7d6;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  display: flex;
}

.content-tabs-menu-list {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  width: 100%;
  max-width: 528px;
  margin-left: 0%;
  margin-right: 3%;
  display: flex;
}

.column-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.section-large {
  padding: 120px 5%;
  position: relative;
}

.h2-heading {
  color: #000;
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 600;
  line-height: 1.2;
}

.tab-progress-bar-base {
  background-color: var(--form--form-field-bg);
  border-radius: 99px;
  width: 100%;
  height: 5px;
  margin-inline: auto;
  inset-block: auto 0;
  inset-inline: 0;
}

.content-tab-link {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #525f75;
  background-color: #ddd0;
  align-items: flex-start;
  width: 100%;
  padding: 0;
  transition: color .3s;
}

.content-tab-link:hover {
  color: #23272f;
}

.content-tab-link.w--current {
  color: #23272f;
  background-color: #ddd0;
}

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

.content-footer {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.tab-progress-bar {
  width: var(--fb-tab-progress, 0);
  background-color: var(--rewa-brand--green-light);
  border-radius: 99px;
  height: 5px;
  transition-property: width;
  transition-duration: .125s;
}

.paragraph-x-small {
  letter-spacing: .04px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
}

.icon-regular {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.tab-link-dropdown {
  overflow: hidden;
}

.text-color-orange {
  color: #fe5b25;
}

.tab-link-text-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.tab-pane {
  aspect-ratio: 3 / 2;
  border-radius: var(--_component-collection---image--image-radius);
  border: 1px solid #edeff3;
  overflow: hidden;
}

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

.content-tabs-row {
  flex-direction: row-reverse;
  align-items: center;
  display: flex;
}

.title-centered {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: center;
  max-width: none;
  margin-bottom: 64px;
  display: flex;
}

.overline-regular {
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
}

.h6-heading {
  font-family: var(--font--font-heading);
  color: var(--rewa-brand--eclipse);
  font-size: 24px;
  line-height: var(--font--line-height-large);
  font-weight: var(--font--regular);
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
}

.h6-heading.green {
  color: var(--rewa-brand--green-mid);
}

.tab-icon-purple {
  background-color: #faf5ff;
  border: 1px solid #f1e6ff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  display: flex;
}

.tabs-content {
  width: 100%;
  height: 100%;
}

.tab-link-horizontal {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.paragraph-small-2 {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-small-2.text-color-gray-800 {
  color: #394151;
}

.code-embed {
  display: none;
}

.hero-intro-paragraph {
  opacity: .5;
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.5em;
}

.hero-intro-paragraph.short-paragraph {
  opacity: 100;
  filter: drop-shadow(2px 2px 6px #0003);
  font-weight: var(--font--light);
  text-align: left;
}

.narrow {
  text-align: left;
  flex-flow: column;
  align-self: flex-start;
  width: 60%;
  display: flex;
}

.div-block-56 {
  margin-top: 24px;
  display: flex;
}

.div-block-57 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 4px;
  margin-bottom: 12px;
  display: flex;
}

.cta-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.cta-main-text {
  color: var(--rewa-brand--white);
  margin-top: 0;
  margin-bottom: 0;
}

.image-14, .image-15, .image-16, .image-17, .image-18, .image-19, .image-20 {
  width: 20px;
}

.d-31-h2 {
  font-family: var(--font--font-heading);
  color: var(--rewa-brand--white);
  text-align: center;
  margin-bottom: 20px;
  min-height: 2.4em;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.d-31-h2.bck {
  font-family: var(--font--font-heading);
  text-transform: uppercase;
}

.d-31-h2.back {
  font-family: var(--font--font-heading);
  font-size: 16px;
  line-height: 20px;
  font-weight: var(--font--regular);
  text-transform: uppercase;
}

.d-31-card-back {
  background-color: var(--rewa-brand--eclipse);
  backface-visibility: hidden;
  transform-style: preserve-3d;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: block;
  position: absolute;
  inset: 0;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.d-31-card-back.green {
  background-color: var(--rewa-brand--green-mid);
}

.d-31-card-back.ocean {
  background-color: var(--rewa-brand--ocean-mid);
}

.d-31-card-back.eclipse {
  background-color: var(--rewa-brand--eclipse);
}

.d-31-card-front {
  box-shadow: none;
  backface-visibility: hidden;
  background-image: url('../images/rewa-card-ripple-1.avif');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  justify-content: center;
  align-items: flex-start;
  display: block;
  position: absolute;
  inset: 0;
}

.d-31-card-front.third {
  background-image: url('../images/rewa-card-ripple-3.avif');
  background-position: 50%;
  background-size: cover;
}

.d-31-card-front.second {
  box-shadow: none;
  background-image: url('../images/rewa-card-ripple-2.avif');
  background-position: 50%;
  background-size: cover;
}

.demo-p.arrow {
  text-align: left;
  margin-bottom: 10px;
  font-size: 19px;
  position: static;
  inset: 0% auto auto 0%;
}

.d-31-card {
  cursor: pointer;
  background-color: #0000;
  width: 350px;
  height: 460px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  position: relative;
  inset: 0;
}

.d-31-p {
  font-family: var(--font--font-body);
  color: var(--rewa-brand--white);
  font-size: 18px;
  font-weight: var(--font--regular);
  text-align: center;
}

.demo-wrapper {
  flex-flow: row-reverse;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.d-31-card-wrapper {
  perspective: 1000px;
  position: static;
}

.instructions-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  margin-top: auto;
  margin-left: -20px;
  display: none;
  position: absolute;
  inset: -100px auto auto;
}

.browser-top {
  z-index: 999;
  background-color: #e2e2e2;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  align-items: center;
  height: 30px;
  padding-left: 15px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.d-31-icon {
  background-image: url('../images/sydney-opera-house.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 70%;
  height: 70%;
}

.d-31-icon.space {
  background-image: url('../images/space-needle.svg');
  display: block;
}

.image-2 {
  margin-top: 0;
  margin-right: 0;
  position: relative;
}

.browser-dot {
  background-color: #fc615d;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin-left: 3px;
  margin-right: 3px;
}

.browser-dot.green {
  background-color: #35cc4b;
}

.browser-dot.yellow {
  background-color: #fdbc40;
}

.browser-demo {
  z-index: 0;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 800px;
  height: 400px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
  position: relative;
  overflow: hidden;
}

.card-info {
  text-align: center;
  flex-flow: column;
  margin-top: 32px;
  margin-bottom: 32px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.card-info.back {
  margin-top: 50px;
  padding-left: 32px;
  padding-right: 32px;
}

.image-21 {
  align-self: center;
  max-width: 40%;
  margin-top: 50px;
  margin-bottom: 32px;
  display: block;
}

.image-22 {
  border-radius: var(--_component-collection---image--image-radius);
}

.results-tabs {
  flex-direction: column-reverse;
  justify-content: flex-end;
  display: flex;
}

.pl-main-container {
  text-align: left;
  -webkit-text-stroke-color: white;
  width: 100%;
  max-width: 1296px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.results-tab {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  background-color: #0000;
  border-bottom: 2px dashed #6869ac00;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.results-tab.w--current {
  opacity: 1;
  background-color: #fff0;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.pl-results-tab-image {
  text-align: left;
  vertical-align: baseline;
  flex: 0 auto;
  align-self: auto;
  width: 100%;
  position: static;
}

.results-tab-progress-bar {
  width: var(--fb-tab-progress, 0);
  background-color: var(--rewa-brand--green-mid);
  height: 4px;
  transition: width .3s;
}

.results-tab-progress-bar:lang(en) {
  background-color: var(--rewa-brand--ocean-light);
}

.results-tab-progress-bar-base {
  background-color: var(--rewa-brand--green-light);
  margin-inline: auto;
  display: block;
  position: absolute;
  inset-block: auto 0;
  inset-inline: 0;
}

.results-card {
  border-radius: var(--_component-collection---image--image-radius);
  background-color: #0000;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  display: flex;
  overflow: hidden;
}

.subheading-large-6 {
  color: #24262d;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.subheading-large-6.text-color-brand {
  color: #fff;
  font-size: 22px;
  font-weight: var(--font--regular);
  padding-left: 12px;
  padding-right: 12px;
}

.results-author-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  font-weight: 400;
  display: flex;
}

.paragraph-small-18 {
  color: #fff;
  font-size: 18px;
  line-height: 140%;
  font-weight: var(--font--light);
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

.results-tabs-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 20px;
  display: flex;
}

.image-23 {
  width: 45%;
  margin-bottom: 26px;
  display: block;
}

._2-logos {
  width: 30%;
}

._2-logos.bigger {
  width: 35%;
}

.text-block-4 {
  color: var(--rewa-brand--eclipse);
}

.div-block-58 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.twin-logos {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  margin-top: 36px;
  margin-bottom: 36px;
  display: flex;
}

.link-block {
  text-decoration: none;
}

.background-video {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section-shallow {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
  position: relative;
  overflow: hidden;
}

.section-shallow.grid {
  z-index: -1;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.section-shallow.bo-bottom-padding {
  padding-bottom: 0;
}

.section-shallow.divider {
  background-color: var(--alice-blue-not-used);
  padding-top: 10px;
  padding-bottom: 10px;
}

.section-shallow.full-screen.background-image-side {
  background-color: var(--alice-blue-not-used);
  background-image: url('../images/background-image.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-shallow.full-screen.stretch {
  align-items: stretch;
}

.section-shallow.light-blue {
  background-color: var(--096ad0);
  border-style: none;
}

.section-shallow.wider-padding {
  padding-top: 160px;
  padding-bottom: 160px;
  overflow: visible;
}

.section-shallow.wider-padding.dark-blue.header {
  padding-top: 150px;
  padding-bottom: 100px;
}

.section-shallow.wider-padding.background-image {
  background-image: url('../images/cinematic---big.svg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  align-items: center;
  display: flex;
}

.section-shallow.wider-padding.border {
  border-top: 1px solid var(--096ad0);
  border-bottom: 1px solid var(--096ad0);
}

.section-shallow.wider-padding.map {
  background-position: 50%;
  padding-top: 240px;
  padding-bottom: 240px;
}

.section-shallow.light-blue {
  background-color: #096ad014;
}

.section-shallow.blue {
  color: #096ad0;
  background-color: #096ad0;
}

.section-shallow.background-image {
  background-image: url('../images/cinematic---big.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}

.section-shallow.half-screen-background-image {
  background-image: url('../images/169---big.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 50%;
}

.section-shallow.half-screen-background-image.right {
  background-position: 100%;
}

.section-shallow.black {
  background-color: var(--midnight-blue-not-used);
}

.section-shallow.black._80vh {
  background-color: #0000;
  flex-direction: column;
  height: 80vh;
  min-height: 800px;
  display: flex;
}

.section-shallow.black.legos {
  padding-top: 138px;
  padding-bottom: 0;
  overflow: visible;
}

.section-shallow.page-header {
  padding-top: 160px;
  padding-bottom: 80px;
}

.section-shallow.page-header.image {
  background-image: url('../images/cinematic---big.svg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 160px;
}

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

.section-shallow.top-divider {
  border-top: 1px solid var(--alice-blue-not-used);
}

.section-shallow.pale-blue {
  background-color: var(--096ad0);
}

.section-shallow.map {
  background-image: url('../images/map.svg');
  background-size: cover;
}

.section-shallow.legowerk-footer {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-shallow.footer {
  background-color: var(--rewa-brand--eclipse);
  margin-top: 0;
}

.section-shallow.ocean {
  background-color: var(--rewa-brand--ocean-mid);
}

.section-shallow.cta {
  background-image: url('../images/hero-test-image_1hero-test-image.avif');
  background-position: 0 0;
  background-size: cover;
  padding-top: 32px;
  padding-bottom: 32px;
  position: static;
}

.section-shallow.off-white {
  background-color: #f1f1f1;
  padding-top: 40px;
  padding-bottom: 40px;
}

.faq-button {
  color: #262626;
  background-color: #f5b83d;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 16px 24px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.faq-button:hover {
  background-color: #f5b83db3;
}

.faq-name {
  font-family: var(--font--font-heading);
  font-size: 16px;
  font-weight: var(--font--regular);
  text-transform: uppercase;
}

.faq-name:hover {
  color: var(--rewa-brand--green-mid);
}

.faq-container {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.faq-paragraph {
  color: #666;
  margin-bottom: 60px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.faq-content-wrap {
  background-color: #0000;
  display: block;
  position: static;
  overflow: hidden;
}

.faq-content-left {
  color: #262626;
  text-align: left;
  width: 44%;
}

.tab-content {
  padding-bottom: 32px;
  line-height: 36px;
}

.faq-note {
  font-size: 12px;
  line-height: 19px;
}

.faq-item {
  border-bottom: 1.5px solid var(--rewa-brand--light-grey);
  font-size: 16px;
  display: block;
}

.faq-item.no-baseline {
  border-bottom-style: none;
}

.faq-heading {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 64px;
  font-weight: 700;
  line-height: 78px;
}

.faq-wrapper {
  justify-content: space-between;
  display: flex;
}

.faq-section {
  color: #4d4d4d;
  text-align: center;
  background-color: #fffcf5;
  padding: 140px 3%;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  overflow: hidden;
}

.faq-item-toggle {
  justify-content: space-between;
  align-items: center;
  padding: 20px 10px 20px 0;
  font-weight: 700;
  display: flex;
}

.faq-item-toggle:hover {
  color: var(--rewa-brand--green-mid);
}

.faq-content-right {
  text-align: left;
  width: 100%;
}

.accordion-leader {
  color: var(--rewa-brand--green-light);
  font-size: 22px;
  font-weight: var(--font--regular);
}

.bullet-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: flex-start;
  display: flex;
}

.bullet-wrapper.paragraph {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-bottom: 8px;
}

.circle-tick {
  width: 26px;
  height: 32px;
  margin-top: -3px;
  margin-left: -2px;
}

.circle-tick.small {
  width: 20px;
  margin-left: 0;
}

.bullet-tick-text {
  color: #111827;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 110%;
}

.bullet-tick-text.paragraph {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
}

.div-block-59 {
  background-color: var(--rewa-brand--green-light);
  border-radius: 20px;
  width: .375rem;
  min-width: .375rem;
  height: .375rem;
  min-height: .375rem;
  margin-top: 11px;
  margin-left: 11px;
}

.bullet-para {
  color: var(--_component-collection---navbar--nav-text-normal);
  font-size: 18px;
  line-height: var(--font--line-height-large);
  font-weight: var(--font--light);
}

.text-span, .text-span-2, .text-span-3, .text-span-4, .text-span-5 {
  font-weight: var(--font--regular);
}

.h3.accordion {
  margin-top: 0;
  font-size: 32px;
}

.icon-wrapper-primary {
  color: #fff;
  background-color: #e2770c;
  border-radius: 6px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 48px;
  display: flex;
}

.icon-wrapper-primary.dark {
  background-color: var(--rewa-brand--ocean-light);
  border-radius: 999px;
  width: 40px;
  height: 40px;
}

.div-block-60 {
  flex-flow: column;
  display: flex;
}

.div-block-61 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  margin-top: 8px;
  display: flex;
}

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

.circle-icon {
  max-width: 48%;
}

.paragraph-leader {
  margin-bottom: 12px;
}

.rewa-product-panel {
  border-radius: var(--_component-collection---image--image-radius);
  background-color: var(--rewa-brand--ocean-light);
  margin-top: 16px;
  padding: 32px 24px 24px;
}

.rewa-product-panel.no-space-above {
  margin-top: 0;
  padding-bottom: 32px;
}

.rewa-product-logo {
  margin-bottom: 16px;
}

@media screen and (min-width: 1920px) {
  .title-centered {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    max-width: none;
  }

  .pl-main-container {
    color: #323c45;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    line-height: 1.2em;
  }

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

  .section.grid {
    margin-left: 0;
    margin-right: 0;
  }

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

  .section.wider-padding {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section.half-screen-background-image, .section.half-screen-background-image.right {
    background-size: 48%;
  }

  .section.no-vertical-padding {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.black._80vh {
    height: 700px;
    min-height: auto;
  }

  .wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .wrapper.space-around {
    flex-wrap: wrap;
  }

  .wrapper.lg-negative-margins {
    margin-top: 0;
    margin-bottom: 0;
  }

  .wrapper.navbar {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .wrapper.mobile-nav {
    flex-direction: row;
    align-items: center;
    display: flex;
    position: fixed;
  }

  .grid {
    flex-flow: wrap;
    place-content: stretch space-between;
    align-items: stretch;
    height: 100vh;
  }

  .block {
    flex: 0 0 100%;
    align-self: stretch;
    width: auto;
    min-height: auto;
  }

  .block.mobile {
    flex-basis: 25%;
    height: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

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

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

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

  .col.lg-4.flex-stretch.md-4 {
    flex-wrap: nowrap;
  }

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

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

  .col.lg-4.md-33 {
    width: 33.33%;
  }

  .col.lg-4.md-33.xs-2 {
    width: 100%;
  }

  .col.lg-3 {
    flex-wrap: nowrap;
    width: 33.33%;
  }

  .col.lg-3._1-col-in-mobile {
    width: 25%;
  }

  .col.lg-3._2-col-in-mobile {
    width: 50%;
  }

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

  .col.lg-3.md-2 {
    width: 50%;
  }

  .col.lg-3.no-padding {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .col.lg-3.hidden-md-down {
    display: none;
  }

  .col.lg-3.md-1 {
    width: 25%;
  }

  .col.lg-1, .col.lg-1.empty, .col.lg-1.hidden-lg-down {
    display: none;
  }

  .col.lg-6.centre-align {
    width: 70%;
  }

  .col.lg-6.centre-align-vertical.md-4.md-margin-bottom {
    margin-bottom: 40px;
  }

  .col.lg-6.centre-align-vertical.md-4.md-margin-bottom.md-centre-align {
    align-items: center;
  }

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

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

  .col.lg-2.md-1 {
    width: 25%;
  }

  .col.lg-2.md-33 {
    width: 33.33%;
  }

  .col.lg-2.md-2 {
    width: 50%;
  }

  .col.lg-2.hidden-md-down {
    display: none;
  }

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

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

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

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

  .col.lg-5.centre-vertical {
    width: 100%;
  }

  .col.lg-5.wide {
    width: 100%;
    margin-top: 36px;
  }

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

  .col.lg-8.flex-stretch {
    align-items: stretch;
  }

  .col.lg-9.md-1 {
    width: 25%;
  }

  .col.lg-10.md-2 {
    width: 50%;
  }

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

  .col.lottie {
    width: 100%;
  }

  .col._50.wider {
    width: 80%;
  }

  .paragraph-small.short-paragraph {
    width: 100%;
  }

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

  .row.flex-horizontal.blue.padding {
    margin-left: -20px;
    margin-right: -20px;
  }

  .row.flex-horizontal.no-bottom-margin {
    flex-wrap: wrap;
  }

  .row.no-bottom-margins {
    margin-bottom: 0;
  }

  .row.align-centre {
    justify-content: center;
  }

  .row.md-reverse-layout {
    flex-flow: column-reverse wrap;
  }

  .row.md-reverse-layout.md-centre-align {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

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

  .navbar {
    align-items: center;
    padding-top: 37px;
    padding-bottom: 37px;
  }

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

  .margin-bottom.md-centre-align {
    text-align: center;
  }

  .page-preview-link {
    height: 22px;
  }

  .price-table-container {
    text-align: center;
    margin-bottom: 30px;
  }

  .price-table-container.link {
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-form-container.card {
    padding: 40px;
  }

  .service-icon {
    margin-right: 0;
    display: flex;
  }

  .service-icon._2 {
    display: flex;
  }

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

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

  .nav-link-2.border {
    flex: 0 auto;
  }

  .nav-link-2.dropdown {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .nav-link-2.dropdown:hover {
    border-bottom-style: none;
    border-bottom-width: 0;
    padding-bottom: 24px;
  }

  .nav-link-2.burger-nav {
    opacity: 1;
  }

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

  .menu-button-2.w--open {
    color: var(--steel-blue-not-used);
    background-color: #0000;
  }

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

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

  .partner-logo {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .phone-image {
    max-width: 82%;
  }

  .phone-image.negative-margins {
    max-width: 50%;
    margin-bottom: -382px;
  }

  .hidden-lg-down {
    display: none;
  }

  .md-1 {
    width: 25%;
  }

  .md-2 {
    width: 50%;
  }

  .md-3 {
    width: 75%;
  }

  .md-4 {
    width: 100%;
  }

  .slide.small {
    width: 80%;
  }

  .inline-form {
    width: 100%;
  }

  .blog-thumbnail-container {
    margin-bottom: 30px;
  }

  .intro-hero-headline {
    letter-spacing: -2px;
    font-size: 92px;
  }

  .intro-paragraph.short-paragraph {
    font-size: 20px;
  }

  .centred-logo-container {
    display: block;
  }

  .components-wrapper {
    border-style: solid none;
  }

  .hover.hover-on-image {
    opacity: 1;
    background-color: #0000;
    height: auto;
    padding-left: 0;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .portrait-container {
    flex-direction: column-reverse;
    display: flex;
  }

  .flex-horizontal-space-between {
    flex-flow: wrap;
    justify-content: space-between;
  }

  .horizontal-short-line {
    margin-left: -30px;
    margin-right: -30px;
  }

  .team-small-container-1 {
    margin-bottom: 40px;
    display: flex;
  }

  .section-header {
    margin-bottom: 40px;
  }

  .computer-picture {
    max-width: 70vw;
  }

  .app-download-button {
    width: 130px;
  }

  .app-download-container {
    display: flex;
  }

  .feature-icon-horizontal {
    margin-bottom: 20px;
  }

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

  .value-proposition-hero-image {
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .computer-image {
    width: 70%;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
  }

  .row-3 {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

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

  .col-2.lg-6.md-4 {
    width: 100%;
    padding-top: 0%;
  }

  .col-2.lg-1 {
    display: none;
  }

  .side-image.lightbox-video {
    width: 80%;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .border-to-edge-picture {
    height: 500px;
  }

  .features-phone-image {
    height: 70%;
    position: relative;
  }

  .starter-website-image {
    margin-bottom: 40px;
    margin-right: 0;
    position: absolute;
    inset: 0 0 auto 200px;
  }

  .starter-website-image.hidden {
    position: relative;
    left: 211px;
  }

  .footer-social-links-container {
    justify-content: center;
    width: 100%;
    margin-top: 20px;
    display: flex;
  }

  .social-media-icons-contianer {
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .social-media-icons-contianer.no-bottom-margins {
    margin-bottom: 0;
  }

  .footer-links-container {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .footer-logo-2 {
    margin-bottom: 40px;
  }

  .div-block-49 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .md-align-centre {
    text-align: center;
    flex-direction: column;
    flex: 0 auto;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

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

  .feature-image {
    height: 90px;
  }

  .mobile-nav {
    background-color: var(--midnight-blue-not-used);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }

  .white-burger {
    color: #fff;
  }

  .menu-button-3 {
    padding-right: 0;
  }

  .menu-button-3.w--open {
    background-color: var(--_component-collection---navbar--nav-background);
    padding-right: 0;
  }

  .nav-link-3 {
    background-color: var(--_component-collection---navbar--nav-background);
    width: 100%;
    font-family: var(--font--font-button);
    color: var(--rewa-brand--eclipse);
    font-size: 16px;
    line-height: var(--font--line-height-medium);
    font-weight: var(--font--regular);
    text-align: left;
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 30px;
    text-decoration: none;
    display: flex;
  }

  .nav-link-3:hover {
    color: var(--rewa-brand--eclipse);
  }

  .nav-link-3:lang(en) {
    color: var(--rewa-brand--eclipse);
    text-decoration: none;
    -webkit-text-decoration-color: var(--rewa-brand--green-mid);
    text-decoration-color: var(--rewa-brand--green-mid);
  }

  .nav-link-3.w--open {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .nav-menu-container {
    width: 100%;
    min-height: 100vh;
    color: var(--rewa-brand--eclipse);
    background-color: #0000;
    justify-content: flex-start;
    display: flex;
    position: absolute;
    top: 72px;
  }

  .nav-dropdown-link {
    float: left;
    background-color: var(--_component-collection---navbar--nav-background);
    width: 100%;
    font-family: var(--font--font-button);
    color: var(--rewa-brand--ocean-mid);
    font-size: 16px;
    font-weight: var(--font--regular);
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 44px;
  }

  .nav-dropdown-link.w--current {
    font-family: var(--font--font-button);
    font-weight: var(--font--regular);
  }

  .nav-dropdown-link.w--current:hover, .nav-dropdown-link.w--current:lang(en) {
    color: var(--rewa-brand--eclipse);
  }

  .dropdown-list {
    background-color: var(--midnight-blue-not-used);
  }

  .dropdown-list.w--open {
    overflow: auto;
  }

  .brand {
    flex: 1;
  }

  .text-block-2 {
    color: var(--rewa-brand--ocean-mid);
    text-align: left;
  }

  .transparent-overlay {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
  }

  .burger-icon {
    color: var(--steel-blue-not-used);
  }

  .dropdown-link-text {
    margin-right: 0;
  }

  .dropdown-chevron {
    flex: 0 auto;
  }

  .dropdown {
    flex: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
  }

  .dropdown-list-2.w--open {
    flex-flow: column;
    align-items: center;
    display: flex;
    position: relative;
  }

  .nav-cta-button-container {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .small-slide {
    width: 100%;
  }

  .partner-logo-container {
    justify-content: center;
    width: 50%;
    display: flex;
  }

  .date-container {
    flex-wrap: wrap;
  }

  .negative-margin {
    margin-left: -19px;
  }

  .container-2 {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .shadow._1 {
    bottom: 29px;
  }

  .how-it-works-line {
    margin-left: -400px;
    margin-right: -400px;
    position: relative;
    top: 26px;
  }

  .how-it-works-tab {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .step-container {
    margin-bottom: 80px;
  }

  .footer-newsletter-form-container {
    width: 100%;
    margin-top: 10px;
  }

  .dropdown-2 {
    width: 100vw;
    color: var(--midnight-blue-not-used);
    display: none;
  }

  .dropdown-3 {
    width: 100vw;
  }

  .icon-3 {
    margin-right: 30px;
  }

  .mobile-menu-btn {
    border-bottom: .5px solid var(--_component-collection---navbar--nav-baseline);
    background-color: var(--_component-collection---navbar--nav-background);
    padding: 24px 30px;
  }

  .rewa-btn {
    border-color: var(--rewa-brand--ocean-mid);
    background-color: var(--rewa-brand--ocean-mid);
    width: 100%;
    box-shadow: none;
    font-family: var(--font--font-button);
    font-weight: var(--font--regular);
    border-radius: 4px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .rewa-btn:hover {
    border-color: var(--rewa-brand--ocean-light);
    background-color: var(--rewa-brand--ocean-light);
    box-shadow: none;
    transform: none;
  }

  .big-buttons-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

  .product-logo-wrapper.lg-4 {
    width: 50%;
  }

  .product-logo-wrapper.lg-4.align-bottom.md-4 {
    width: 100%;
  }

  .product-logo-wrapper.lg-4.flex-stretch.md-4 {
    flex-wrap: nowrap;
  }

  .product-logo-wrapper.lg-4.md-4 {
    width: 100%;
  }

  .product-logo-wrapper.lg-4.md-3 {
    width: 75%;
  }

  .product-logo-wrapper.lg-4.md-33 {
    width: 33.33%;
  }

  .product-logo-wrapper.lg-3 {
    flex-wrap: nowrap;
    width: 33.33%;
  }

  .product-logo-wrapper.lg-3._1-col-in-mobile {
    width: 25%;
  }

  .product-logo-wrapper.lg-3._2-col-in-mobile {
    width: 50%;
  }

  .product-logo-wrapper.lg-3.md-4 {
    width: 100%;
  }

  .product-logo-wrapper.lg-3.md-2 {
    width: 50%;
  }

  .product-logo-wrapper.lg-3.no-padding {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .product-logo-wrapper.lg-3.hidden-md-down {
    display: none;
  }

  .product-logo-wrapper.lg-3.md-1 {
    width: 25%;
  }

  .product-logo-wrapper.lg-1, .product-logo-wrapper.lg-1.empty, .product-logo-wrapper.lg-1.hidden-lg-down {
    display: none;
  }

  .product-logo-wrapper.lg-6.centre-align-vertical.md-4.md-margin-bottom {
    margin-bottom: 40px;
  }

  .product-logo-wrapper.lg-6.centre-align-vertical.md-4.md-margin-bottom.md-centre-align {
    align-items: center;
  }

  .product-logo-wrapper.lg-6.md-3 {
    width: 75%;
  }

  .product-logo-wrapper.lg-6.md-4 {
    width: 100%;
  }

  .product-logo-wrapper.lg-2.md-1 {
    width: 25%;
  }

  .product-logo-wrapper.lg-2.md-33 {
    width: 33.33%;
  }

  .product-logo-wrapper.lg-2.md-2 {
    width: 50%;
  }

  .product-logo-wrapper.lg-2.hidden-md-down {
    display: none;
  }

  .product-logo-wrapper.lg-2.md-4 {
    width: 100%;
  }

  .product-logo-wrapper.lg-5 {
    width: 50%;
  }

  .product-logo-wrapper.lg-5.md-4 {
    width: 100%;
  }

  .product-logo-wrapper.lg-5.md-3 {
    width: 75%;
  }

  .product-logo-wrapper.lg-8.md-4 {
    width: 100%;
  }

  .product-logo-wrapper.lg-8.flex-stretch {
    align-items: stretch;
  }

  .product-logo-wrapper.lg-9.md-1 {
    width: 25%;
  }

  .product-logo-wrapper.lg-10.md-2 {
    width: 50%;
  }

  .product-logo-wrapper.lg-11.md-3 {
    width: 75%;
  }

  .product-link {
    height: 22px;
  }

  .spacer-m {
    margin-bottom: 8px;
    padding-bottom: 8px;
  }

  .copy-below {
    margin-bottom: 40px;
  }

  .lottie-animation {
    z-index: 100;
    width: 100%;
    position: absolute;
    top: 166px;
  }

  .content-tabs-menu-list {
    max-width: none;
    margin: 32px 30px;
  }

  .section-large {
    padding-top: 92px;
    padding-bottom: 92px;
  }

  .tab-image {
    width: 100%;
  }

  .tab-link-text-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .content-tabs-row {
    flex-direction: column;
  }

  .hero-intro-paragraph.short-paragraph {
    width: 100%;
    font-size: 20px;
  }

  .cta-main-text {
    font-size: 30px;
  }

  .d-31-card {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .demo-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column-reverse;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 60px;
    margin-right: 0;
    display: flex;
  }

  .instructions-wrapper {
    flex-wrap: nowrap;
    order: -1;
    align-self: auto;
    align-items: center;
    margin-top: 0;
    margin-bottom: 60px;
    margin-left: 0;
    display: block;
    position: relative;
    top: 0%;
    left: -25px;
  }

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

  .browser-demo {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 500px;
    margin-top: 0;
    padding: 60px 10px;
    display: block;
  }

  .image-22 {
    width: 100%;
  }

  .results-tabs {
    flex-flow: column;
  }

  .pl-main-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
    position: static;
  }

  .results-tab {
    display: flex;
  }

  .pl-results-tab-image {
    margin-bottom: 0;
  }

  .results-tab-progress-bar {
    border-radius: 6px;
  }

  .results-tab-progress-bar-base {
    border-radius: 6px;
    width: 20%;
  }

  .results-card {
    width: auto;
    height: auto;
    margin-bottom: 20px;
  }

  .results-tabs-menu {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: wrap;
    order: 1;
    margin-top: 0;
    margin-bottom: 32px;
  }

  .section-shallow {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-shallow.grid {
    margin-left: 0;
    margin-right: 0;
  }

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

  .section-shallow.wider-padding {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section-shallow.half-screen-background-image, .section-shallow.half-screen-background-image.right {
    background-size: 48%;
  }

  .section-shallow.no-vertical-padding {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-shallow.black._80vh {
    height: 700px;
    min-height: auto;
  }

  .faq-paragraph {
    max-width: 500px;
  }

  .faq-content-left {
    width: 100%;
    margin-bottom: 40px;
  }

  .faq-wrapper {
    flex-direction: column;
  }

  .faq-section {
    padding-top: 80px;
  }

  .faq-content-right {
    width: 100%;
  }

  .bullet-tick-text {
    line-height: 110%;
  }

  .circle-icon {
    max-width: 45%;
  }

  .rewa-product-panel.no-space-above {
    padding-bottom: 32px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 10px;
    font-size: 48px;
    line-height: 1.3em;
  }

  h2 {
    font-size: 38px;
  }

  h3 {
    font-size: 28px;
  }

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

  .section.wider-padding.background-image {
    height: 400px;
  }

  .section.wider-padding.map {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .section.half-screen-background-image, .section.half-screen-background-image.right {
    background-size: cover;
  }

  .section.no-vertical-padding.sm-flex-vertical {
    flex-direction: column;
    display: flex;
  }

  .section.black._80vh {
    height: 560px;
  }

  .section.hide-sm-down {
    display: none;
  }

  .wrapper.space-around {
    justify-content: space-around;
  }

  .block {
    flex: 0 0 100%;
  }

  .block.mobile {
    flex-basis: 50%;
  }

  .block.lg-50, .col.lg-4.centre-align, .col.lg-4.sm-2 {
    width: 100%;
  }

  .col.lg-4.sm-2.sm-no-margin-bottom {
    margin-bottom: 0;
  }

  .col.lg-4.md-33.xs-2 {
    width: 100%;
  }

  .col.lg-3.no-padding.sm-2 {
    width: 50%;
  }

  .col.lg-3.flex-stretch.md-2.sm-2 {
    width: 100%;
  }

  .col.lg-3.sm-1 {
    width: 50%;
  }

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

  .col.lg-6.centre-align {
    width: 75%;
  }

  .col.lg-6.sm-1 {
    width: 50%;
  }

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

  .col.lg-6.sm-margin-bottom {
    align-items: stretch;
    margin-bottom: 40px;
  }

  .col.lg-2.sm-1 {
    width: 50%;
  }

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

  .col.lg-5.bottom-margin-mobile {
    margin-bottom: 40px;
  }

  .col.lg-5.sm-no-bottom-margin {
    margin-bottom: 0;
  }

  .col.lg-8.centre-align.sm-2, .col.lg-8.sm-2, .col.lg-10.md-2.sm-2 {
    width: 100%;
  }

  .col.lg-11.md-3.sm-1 {
    width: 50%;
  }

  .col._3, .col._50, .col._50.wider, .paragraph-small.short-paragraph {
    width: 100%;
  }

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

  .row.flex-horizontal {
    flex-flow: wrap;
    margin-bottom: 0;
  }

  .row.centre-align.top {
    flex-flow: column;
  }

  .row.sm-reverse {
    flex-direction: column-reverse;
  }

  .row.sm-no-wrap {
    flex-wrap: nowrap;
  }

  .row.margin-bottom.sm-reverse-layout {
    flex-direction: column-reverse;
  }

  .form-field.side-margins.no-bottom-margins {
    min-width: auto;
  }

  .page-preview-link {
    height: 220px;
  }

  .price-table-container {
    padding: 40px;
  }

  .footer-logo {
    margin-top: 0;
    margin-bottom: 40px;
    padding-left: 0;
  }

  .testimonial-image {
    margin-bottom: 40px;
  }

  .contact-form-container.card {
    padding: 40px;
  }

  .question-container {
    margin-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .question-text {
    margin-top: 8px;
  }

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

  .partner-logo {
    flex: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .phone-image {
    border-bottom: 1px solid var(--steel-blue-not-used);
    max-width: 60%;
    margin-bottom: 40px;
  }

  .phone-image.negative-margins {
    max-width: 70%;
    margin-bottom: -409px;
  }

  .sm-1 {
    width: 50%;
  }

  .hidden-md-down {
    display: none;
  }

  .sm-2 {
    width: 100%;
  }

  .sm-align-centre {
    text-align: left;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .slider-arrow {
    font-size: 28px;
  }

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

  .intro-hero-headline {
    margin-bottom: 20px;
    font-size: 60px;
  }

  .intro-paragraph.short-paragraph {
    font-size: 19px;
  }

  .bricks-container {
    margin-bottom: 100px;
    transform: none;
  }

  .flex-horizontal-space-between {
    flex-direction: row;
    justify-content: space-between;
  }

  .flex-horizontal-space-between.footer {
    flex-direction: column;
  }

  .horizontal-short-line {
    margin-left: -40px;
    margin-right: -40px;
  }

  .team-small-container-1 {
    margin-bottom: 30px;
  }

  .computer-picture {
    margin-bottom: 40px;
  }

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

  .row-3 {
    flex-wrap: wrap;
  }

  .col-2.lg-6 {
    align-items: center;
    width: 100%;
  }

  .side-image {
    margin-bottom: 20px;
  }

  .border-to-edge-picture {
    height: 400px;
  }

  .big-blog-thumbnail-container.no-bottom-margins {
    margin-bottom: 40px;
  }

  .intro-feature-container {
    padding: 20px;
  }

  .features-phone-image {
    height: 62%;
  }

  .starter-website-image.hidden {
    left: 161px;
  }

  .social-media-icons-container-2 {
    flex: 1;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .footer-social-links-container {
    margin-top: 40px;
  }

  .footer-links-container {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 40px;
    display: flex;
  }

  .footer-logo-2 {
    padding-left: 0;
  }

  .feature-image {
    height: 30%;
  }

  .centred-logo {
    margin-left: 30px;
  }

  .play-icon {
    width: 50px;
  }

  .small-slide {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .step-content {
    text-align: left;
    flex: 1;
  }

  .how-it-works-step {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 80%;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .circle {
    flex-wrap: nowrap;
    margin-right: 20px;
  }

  .circle.no-margins {
    margin-right: 0;
  }

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

  .big-buttons-wrapper {
    flex-flow: column;
  }

  .big-button {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .product-logo-wrapper.lg-4.sm-2 {
    width: 100%;
  }

  .product-logo-wrapper.lg-4.sm-2.sm-no-margin-bottom {
    margin-bottom: 0;
  }

  .product-logo-wrapper.lg-3.no-padding.sm-2 {
    width: 50%;
  }

  .product-logo-wrapper.lg-3.flex-stretch.md-2.sm-2 {
    width: 100%;
  }

  .product-logo-wrapper.lg-3.sm-1 {
    width: 50%;
  }

  .product-logo-wrapper.lg-3.sm-2, .product-logo-wrapper.lg-6 {
    width: 100%;
  }

  .product-logo-wrapper.lg-6.centre-align {
    width: 75%;
  }

  .product-logo-wrapper.lg-6.sm-1 {
    width: 50%;
  }

  .product-logo-wrapper.lg-6.md-3.sm-2 {
    width: 100%;
  }

  .product-logo-wrapper.lg-6.sm-margin-bottom {
    align-items: stretch;
    margin-bottom: 40px;
  }

  .product-logo-wrapper.lg-2.sm-1 {
    width: 50%;
  }

  .product-logo-wrapper.lg-5 {
    width: 100%;
  }

  .product-logo-wrapper.lg-5.bottom-margin-mobile {
    margin-bottom: 40px;
  }

  .product-logo-wrapper.lg-5.sm-no-bottom-margin {
    margin-bottom: 0;
  }

  .product-logo-wrapper.lg-8.centre-align.sm-2, .product-logo-wrapper.lg-8.sm-2, .product-logo-wrapper.lg-10.md-2.sm-2 {
    width: 100%;
  }

  .product-logo-wrapper.lg-11.md-3.sm-1 {
    width: 50%;
  }

  .product-link {
    height: 220px;
  }

  .what-we-do {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 80%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .h4 {
    margin-top: 10px;
  }

  .lottie-animation {
    top: 263px;
  }

  .section-large {
    padding-top: 72px;
    padding-bottom: 72px;
    overflow: hidden;
  }

  .h2-heading {
    font-size: 40px;
  }

  .hero-intro-paragraph.short-paragraph {
    font-size: 19px;
  }

  .narrow {
    width: 70%;
  }

  .cta-content {
    flex-flow: column;
  }

  .demo-wrapper {
    margin-top: 60px;
    margin-bottom: 60px;
    padding-left: 110px;
    padding-right: 110px;
  }

  .instructions-wrapper {
    margin-left: 0;
  }

  .browser-demo {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    padding-top: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .results-tab {
    padding-bottom: 12px;
  }

  .results-tab.w--current {
    padding-bottom: 14px;
  }

  .paragraph-small-18 {
    margin-bottom: 4px;
    padding-left: 0;
    padding-right: 0;
  }

  .results-tabs-menu {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .image-23 {
    width: 40%;
  }

  ._2-logos {
    width: 30%;
  }

  ._2-logos.bigger {
    width: 38%;
  }

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

  .section-shallow.wider-padding.background-image {
    height: 400px;
  }

  .section-shallow.wider-padding.map {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .section-shallow.half-screen-background-image, .section-shallow.half-screen-background-image.right {
    background-size: cover;
  }

  .section-shallow.no-vertical-padding.sm-flex-vertical {
    flex-direction: column;
    display: flex;
  }

  .section-shallow.black._80vh {
    height: 560px;
  }

  .section-shallow.hide-sm-down {
    display: none;
  }

  .faq-heading {
    font-size: 42px;
    line-height: 52px;
  }

  .faq-section {
    background-image: none;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .faq-item-toggle {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .bullet-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .bullet-tick-text {
    line-height: 110%;
  }

  .circle-icon {
    max-width: 70%;
  }

  .rewa-product-panel.no-space-above {
    padding-bottom: 32px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 42px;
    line-height: 50px;
  }

  h2 {
    font-size: 36px;
    line-height: 42px;
  }

  h3 {
    font-size: 27px;
    line-height: 34px;
  }

  h4 {
    font-size: 21px;
    line-height: 30px;
  }

  .section.full-screen.navbar-section {
    padding-top: 0;
    display: block;
  }

  .section.half-screen-background-image, .section.half-screen-background-image.right {
    background-position: 50%;
  }

  .section.black._80vh {
    height: 580px;
  }

  .section.page-header {
    padding-top: 80px;
  }

  .section.page-header.image {
    padding-bottom: 80px;
  }

  .section.cta {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .wrapper.space-around {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .wrapper.lg-negative-margins {
    align-items: flex-start;
  }

  .wrapper.mobile-nav {
    position: relative;
  }

  .wrapper.cards {
    padding-left: 45px;
    padding-right: 45px;
  }

  .color-block {
    margin-bottom: 6px;
  }

  .grid {
    flex-wrap: wrap;
  }

  .block {
    flex: 0 0 100%;
  }

  .block.lg-50 {
    padding: 40px;
  }

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

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

  .col.lg-4.centre-align.xs-margin-bottom {
    margin-bottom: 20px;
  }

  .col.lg-4.md-3.xs-2 {
    width: 100%;
  }

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

  .col.lg-4.md-33.xs-2, .col.lg-3, .col.lg-3._2-col-in-mobile, .col.lg-3.md-2.sm-2, .col.lg-3.md-2.xs-2, .col.lg-3.sm-1.flex-stretch.xs-2, .col.lg-3.sm-1.xs-2 {
    width: 100%;
  }

  .col.lg-6 {
    align-items: flex-start;
    width: 100%;
  }

  .col.lg-6.centre-align {
    width: 100%;
  }

  .col.lg-6.sm-1 {
    width: 50%;
  }

  .col.lg-6.sm-1.xs-2, .col.lg-6.md-3.xs-2, .col.lg-2.md-1.sm-1.xs-2, .col.lg-2.md-33.xs-2, .col.lg-5, .col.lg-5.md-3.xs-2 {
    width: 100%;
  }

  .col.lg-5.wide {
    margin-top: 4px;
  }

  .col.stretch {
    width: 100%;
  }

  .row.flex-horizontal {
    flex-direction: row;
  }

  .row._4col {
    grid-template-columns: 1fr;
    display: flex;
  }

  .button.form-button {
    padding-left: 12px;
    padding-right: 12px;
  }

  .form {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .form-field.no-bottom-margins {
    min-width: auto;
  }

  .form-field.side-margins.no-bottom-margins {
    margin-bottom: 40px;
  }

  .page-preview-link {
    height: 160px;
  }

  .price-table-container {
    padding: 35px;
  }

  .white {
    text-align: left;
    font-size: 16px;
  }

  .footer-logo {
    display: block;
  }

  .footer-link.spacing {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .footer-link.spacing.last {
    margin-right: 16px;
  }

  .footer-link.no-padding.first {
    margin-left: -12px;
  }

  .footer-link.no-padding.last {
    margin-right: -10px;
  }

  .footer-link.first {
    margin-left: -10px;
  }

  .footer-link.last {
    margin-right: -10px;
  }

  .social-media-icon, .contact-form-container {
    padding: 0;
  }

  .contact-form-container.card {
    padding: 20px 30px;
  }

  .contact-form-container.card.white-background {
    padding: 25px 30px 20px;
  }

  .contact-form-container.light-blue.padding {
    padding: 20px;
  }

  .question-arrow-icon {
    margin-left: 16px;
  }

  .answer {
    padding-left: 0;
  }

  .question-text {
    margin-bottom: 8px;
    margin-left: 0;
  }

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

  .nav-bar {
    position: relative;
  }

  .logo-navbar.white {
    width: 110px;
  }

  .partner-logo {
    width: 90px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .phone-image {
    max-width: 80%;
  }

  .phone-image.negative-margins {
    max-width: 90%;
    margin-bottom: -456px;
  }

  .xs-1 {
    width: 50%;
  }

  .xs-2 {
    width: 100%;
  }

  .slider-arrow {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 22px;
  }

  .slide-nav {
    height: 32px;
    font-size: 8px;
  }

  .blog-thumbnail-container {
    margin-bottom: 30px;
  }

  .masonry-div {
    padding-top: 50%;
  }

  .masonry-div.vertical, .masonry-div.big {
    padding-top: 100%;
  }

  .tab-link {
    padding-left: 10px;
    padding-right: 10px;
  }

  .intro-hero-headline {
    letter-spacing: 0;
    font-size: 50px;
    line-height: 1.1em;
  }

  .intro-hero-headline.with-shadow {
    font-size: 48px;
  }

  .intro-paragraph.short-paragraph {
    font-size: 16px;
  }

  .team-small-container {
    margin-bottom: 30px;
  }

  .form-with-button {
    flex-direction: column;
  }

  .form-with-button.inline-form {
    flex-direction: row;
  }

  .form-with-button.horizontal {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    align-items: stretch;
  }

  .testimonial-container {
    padding: 50px 30px 30px;
  }

  .quotation-mark {
    width: 30px;
    margin-top: -30px;
    margin-left: -10px;
    margin-right: 0;
    position: absolute;
  }

  .flex-horizontal-space-between {
    align-items: center;
  }

  .horizontal-short-line {
    margin-left: -35px;
    margin-right: -35px;
  }

  .team-container {
    margin-bottom: 0;
  }

  .short-paragraph {
    width: 100%;
  }

  .computer-picture {
    max-width: 80vw;
  }

  .app-download-button {
    width: 110px;
  }

  .app-download-container {
    flex-direction: row;
  }

  .computer-image {
    width: 110%;
  }

  .col-2 {
    margin-bottom: 10px;
  }

  .col-2.lg-6 {
    align-items: flex-start;
    width: 100%;
  }

  .side-image {
    margin-bottom: 20px;
  }

  .side-image.lightbox-video {
    width: 100%;
  }

  .intro-feature-container {
    flex-direction: row;
    justify-content: flex-start;
    padding: 20px;
  }

  .intro-feature-container.bottom-right {
    flex-direction: column;
  }

  .intro-feature-container.vertical {
    flex-direction: column;
    justify-content: space-between;
  }

  .features-phone-image {
    height: 90%;
    margin-top: -30%;
    margin-left: -20px;
  }

  .features-mac {
    max-width: 120%;
    margin-bottom: -20%;
    margin-right: -25%;
  }

  .mac-container {
    align-items: flex-end;
  }

  .starter-website-image.hidden {
    left: 34px;
  }

  .social-media-icons-container-2 {
    justify-content: space-between;
  }

  .horizontal-footer-links-container {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .footer-social-links-container {
    justify-content: space-around;
    margin-top: 40px;
    display: flex;
  }

  .social-media-icons-contianer {
    display: flex;
  }

  .social-media-icons-contianer.no-bottom-margins {
    margin-bottom: 0;
  }

  .div-block-49 {
    text-align: left;
    align-items: flex-start;
  }

  .md-align-centre {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .feature-image {
    height: 45%;
    margin-right: 30px;
  }

  .masonry-div-header {
    font-size: 25px;
    line-height: 31px;
  }

  .play-icon {
    width: 40px;
  }

  .mobile-nav {
    width: 100%;
    position: fixed;
  }

  .menu-button-3, .menu-button-3.w--open {
    background-color: var(--_component-collection---navbar--nav-background);
  }

  .nav-menu-container, .dropdown-list.w--open {
    overflow: auto;
  }

  .icon-2 {
    position: absolute;
  }

  .small-slide {
    margin-left: 0;
    margin-right: 0;
  }

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

  .value-point-container {
    width: 100%;
    margin-bottom: 40px;
  }

  .cta-container {
    margin-bottom: 40px;
  }

  .negative-margin {
    margin-left: -10px;
  }

  .how-it-works-step {
    width: 100%;
  }

  .circle {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }

  .how-it-works-tab {
    text-align: center;
    align-items: center;
  }

  .footer-newsletter-form-container {
    margin-right: 0;
  }

  .rewa-btn.form-button {
    padding-left: 12px;
    padding-right: 12px;
  }

  .product-logo-wrapper {
    margin-bottom: 0;
  }

  .product-logo-wrapper.lg-4 {
    width: 100%;
  }

  .product-logo-wrapper.lg-4.centre-align.xs-margin-bottom {
    margin-bottom: 20px;
  }

  .product-logo-wrapper.lg-4.md-3.xs-2 {
    width: 100%;
  }

  .product-logo-wrapper.lg-4.xs-1 {
    width: 50%;
  }

  .product-logo-wrapper.lg-4.md-33.xs-2, .product-logo-wrapper.lg-3, .product-logo-wrapper.lg-3._2-col-in-mobile, .product-logo-wrapper.lg-3.md-2.sm-2, .product-logo-wrapper.lg-3.md-2.xs-2, .product-logo-wrapper.lg-3.sm-1.flex-stretch.xs-2, .product-logo-wrapper.lg-3.sm-1.xs-2 {
    width: 100%;
  }

  .product-logo-wrapper.lg-6 {
    align-items: flex-start;
    width: 100%;
  }

  .product-logo-wrapper.lg-6.centre-align {
    width: 100%;
  }

  .product-logo-wrapper.lg-6.sm-1 {
    width: 50%;
  }

  .product-logo-wrapper.lg-6.sm-1.xs-2, .product-logo-wrapper.lg-6.md-3.xs-2, .product-logo-wrapper.lg-2.md-1.sm-1.xs-2, .product-logo-wrapper.lg-2.md-33.xs-2, .product-logo-wrapper.lg-5, .product-logo-wrapper.lg-5.md-3.xs-2 {
    width: 100%;
  }

  .product-link {
    height: 160px;
  }

  .image-12, .image-12.icon {
    height: 60px;
  }

  .btn-green-to-green.subscribe {
    width: 100%;
  }

  .rewa-footer-link.spacing {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .rewa-footer-link.spacing.last {
    margin-right: 16px;
  }

  .rewa-footer-link.no-padding.first {
    margin-left: -12px;
  }

  .rewa-footer-link.no-padding.last {
    margin-right: -10px;
  }

  .rewa-footer-link.first {
    margin-left: -10px;
  }

  .rewa-footer-link.last {
    margin-right: -10px;
  }

  .rewa-footer-form {
    width: 100%;
    min-width: auto;
  }

  .success {
    border-radius: var(--_component-collection---navbar--btn-corner-radius);
    background-color: var(--rewa-brand--green-mid);
    width: 100%;
    font-family: var(--font--font-heading);
    color: var(--rewa-brand--white);
    font-weight: var(--font--regular);
    text-align: left;
  }

  .error {
    border-radius: var(--_component-collection---navbar--btn-corner-radius);
    width: 100%;
    font-family: var(--font--font-heading);
    font-weight: var(--font--regular);
    text-align: left;
    background-color: #e06f19;
    margin-top: 16px;
  }

  .text-block-3 {
    color: var(--rewa-brand--white);
  }

  .what-we-do {
    width: 100%;
    margin-bottom: 12px;
  }

  .h4.white {
    font-size: 22px;
    font-weight: var(--font--regular);
  }

  .h4.with-icon {
    margin-top: 4px;
  }

  .copy-below.centeted {
    margin-top: 12px;
  }

  .h2 {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
  }

  .lottie-animation {
    opacity: 1;
    filter: blur(4px) drop-shadow(12px 10px 20px #0003);
    top: 529px;
  }

  .paragraph, .paragraph-2 {
    text-align: left;
    font-size: 16px;
  }

  .paragraph-3 {
    font-size: 16px;
  }

  .paragraph-4 {
    text-align: left;
    font-size: 16px;
  }

  .heading {
    text-align: left;
  }

  .our-leading-text {
    font-size: 20px;
  }

  .tab-link-text-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .title-centered {
    text-align: left;
    margin-bottom: 20px;
  }

  .tab-link-horizontal {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
  }

  .hero-intro-paragraph.short-paragraph {
    width: 80%;
    font-size: 16px;
  }

  .narrow {
    width: 100%;
  }

  .cta-main-text {
    text-align: center;
  }

  .d-31-card {
    width: 320px;
    height: 440px;
  }

  .demo-wrapper {
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .instructions-wrapper {
    align-self: auto;
    margin-left: 0;
  }

  .image-2 {
    margin-top: 0;
    margin-right: 0;
  }

  .browser-demo {
    justify-content: center;
    width: 100%;
    padding-left: 0;
  }

  .card-info, .card-info.back {
    margin-top: 32px;
    margin-bottom: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .pl-main-container {
    padding-left: 0;
    padding-right: 0;
  }

  .results-tab-progress-bar {
    border-radius: 6px;
  }

  .results-tab-progress-bar-base {
    border-radius: 6px;
    width: 40%;
  }

  .subheading-large-6.text-color-brand {
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    line-height: 24px;
  }

  .paragraph-small-18 {
    font-size: 16px;
  }

  .image-23 {
    width: 70%;
  }

  ._2-logos {
    width: 35%;
  }

  ._2-logos.bigger {
    width: 45%;
  }

  .text-block-4 {
    font-size: 12px;
  }

  .section-shallow.full-screen.navbar-section {
    padding-top: 0;
    display: block;
  }

  .section-shallow.half-screen-background-image, .section-shallow.half-screen-background-image.right {
    background-position: 50%;
  }

  .section-shallow.black._80vh {
    height: 580px;
  }

  .section-shallow.page-header {
    padding-top: 80px;
  }

  .section-shallow.page-header.image {
    padding-bottom: 80px;
  }

  .section-shallow.cta {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .faq-name {
    margin-right: 20px;
  }

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

  .tab-content {
    padding-left: 0;
    padding-right: 0;
  }

  .accordion-leader {
    font-size: 20px;
    line-height: var(--font--line-height-medium);
  }

  .bullet-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: row;
  }

  .bullet-wrapper.paragraph {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .bullet-tick-text {
    font-size: 1.275rem;
    line-height: 110%;
  }

  .div-block-59 {
    width: .25rem;
    min-width: .25rem;
    height: .25rem;
    min-height: .25rem;
    margin-top: 10px;
    margin-left: 0;
  }

  .bullet-para {
    font-size: 16px;
  }

  .h3.accordion {
    font-size: 28px;
  }

  .icon-wrapper-primary.dark {
    width: 32px;
    height: 32px;
  }

  .div-block-61 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .circle-icon {
    max-width: 55%;
  }

  .paragraph-5 {
    margin-bottom: 0;
  }

  .rewa-product-panel {
    padding: 24px 16px 16px;
  }

  .rewa-product-panel.no-space-above {
    padding-bottom: 24px;
  }
}


