:root {
  --background-colour--lightest: #f1f1f1;
  --neue-haas-text: neue-haas-grotesk-text, sans-serif;
  --brand-colour--postit-pink: #e3afb4;
  --brand-colour--postit-yellow: #eff3b9;
  --text: neue-haas-grotesk-text, sans-serif;
  --white: white;
  --accessible-components--dark-grey: #9b9b9b;
  --accessible-components--dodger-blue: #1378d1;
  --black: black;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

p {
  margin-bottom: 10px;
  font-size: 18px;
}

a {
  text-decoration: none;
}

li {
  font-size: 18px;
  line-height: 23px;
}

.image {
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
}

.hero-stack {
  grid-row-gap: 80px;
  background-color: #eff3b9;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 910px;
  padding: 39px 24px 66px;
  text-decoration: none;
  display: flex;
}

.hero-stack.medium {
  height: 510px;
}

.hero-stack.medium.auto {
  grid-row-gap: 80px;
  height: 100%;
  padding-top: 84px;
  padding-bottom: 95px;
}

.hero-stack.medium.auto.background-color-white {
  background-color: #f1f1f1;
}

.small-container {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 960px;
  height: 456px;
  text-decoration: none;
  display: flex;
}

.small-container.auto {
  height: auto;
}

.title-section {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1156px;
  height: 500px;
  text-decoration: none;
  display: flex;
}

.title-section.auto {
  height: auto;
}

.content {
  grid-row-gap: 41px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.layer-studio-x-studio-hoodless {
  color: #000;
  letter-spacing: -.01em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 92%;
  text-decoration: none;
}

.join-us-text {
  color: #212121;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 31%;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.actions {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
  text-decoration: none;
  display: flex;
}

.button {
  grid-column-gap: 8px;
  background-color: #000;
  border-radius: 60px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.text {
  color: #fff;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.button-2 {
  grid-column-gap: 8px;
  text-transform: uppercase;
  border: 1px solid #000;
  border-radius: 60px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.button-2.white {
  border-color: #fff;
}

.button-2.white.difference {
  z-index: 1000;
  mix-blend-mode: darken;
  background-color: #eff3b9;
  border-color: #000;
  position: relative;
}

.button-2.difference {
  z-index: 99;
  mix-blend-mode: difference;
  position: relative;
}

.text-2 {
  color: #000;
  letter-spacing: .02em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.text-2.white {
  color: #fff;
}

.text-2.white.difference {
  z-index: 1000;
  mix-blend-mode: difference;
  position: relative;
}

.frame-8 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 62px;
  padding-bottom: 62px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.what-if-there-was-a-road-map-to-successful-delivery-of-regeneration {
  color: #f3f2f2;
  margin-top: 0;
  margin-bottom: 0;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 110%;
  text-decoration: none;
}

.what-if-there-was-a-road-map-to-successful-delivery-of-regeneration.max-width.medium {
  max-width: 33em;
  font-weight: 400;
}

.hero-heading-right {
  grid-column-gap: 80px;
  background-color: var(--background-colour--lightest);
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 693px;
  padding: 64px 24px;
  text-decoration: none;
  display: flex;
}

.hero-heading-right.background-color-2 {
  background-color: #bff1f0;
}

.container {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.column {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.column.fi-sm-gap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.text-3 {
  font-family: var(--neue-haas-text);
  color: #000;
  letter-spacing: -.01em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 36px;
  text-decoration: none;
}

.text-4 {
  color: #212121;
  margin-top: 0;
  margin-bottom: 0;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.column-2 {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.image-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 402px;
  display: flex;
}

.image-3 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 579px;
  height: 402px;
  text-decoration: none;
  display: flex;
}

.hero-heading-left {
  grid-column-gap: 80px;
  background-color: #f7df7f;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 737px;
  padding: 64px 24px;
  text-decoration: none;
  display: flex;
}

.hero-heading-left.hide {
  display: none;
}

.hero-heading-left.brand-colour-pink {
  background-color: var(--brand-colour--postit-pink);
}

.hero-heading-left.max-height-full {
  height: auto;
  padding-top: 124px;
  padding-bottom: 124px;
}

.hero-heading-left.max-height-full.brand-colour-pink {
  background-color: var(--brand-colour--postit-yellow);
}

.image-4 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 560px;
  height: 481px;
  text-decoration: none;
  display: flex;
}

.title-copy-goes-here-be-awesome {
  color: #000;
  letter-spacing: -.03em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 35px;
  text-decoration: none;
}

.lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit-suspendisse-varius-enim-in-eros-elementum-tristique-duis-cursus-mi-quis-viverra-ornare-eros-dolor-interdum-nulla-ut-commodo-diam-libero-vitae-erat-2 {
  color: #212121;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.button-3 {
  grid-column-gap: 8px;
  background-color: #000;
  border-radius: 27px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.sign-up {
  color: #fff;
  letter-spacing: .09em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.frame-9 {
  grid-row-gap: 10px;
  background-color: #f1f1f100;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 506px;
  display: none;
}

.frame-7 {
  grid-row-gap: 10px;
  background-color: #f1f1f1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 785px;
  text-decoration: none;
  display: flex;
}

.result {
  object-fit: cover;
}

.footer {
  grid-row-gap: 60px;
  background-color: #222;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 104px 24px 75px;
  text-decoration: none;
  display: flex;
}

.layer_1 {
  grid-row-gap: 10px;
  opacity: .79;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.new-symbol-14 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-2 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 47.1778px;
  text-decoration: none;
  display: flex;
}

.columns {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 960px;
  text-decoration: none;
  display: flex;
}

.column-3 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 320px;
  height: 179px;
  text-decoration: none;
  display: flex;
}

.logo-wrapper {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
  text-decoration: none;
  display: flex;
}

.logo {
  background-image: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 208px;
  height: 155px;
  min-height: 155px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-3 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 120px;
  text-decoration: none;
  display: flex;
}

.copyright {
  grid-column-gap: 32px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 940px;
  padding-top: 16px;
  padding-bottom: 16px;
  text-decoration: none;
  display: flex;
}

.text-5 {
  color: #7e7e7e;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.vectors-wrapper-4 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 47.1778px;
  text-decoration: none;
  display: flex;
}

.column-4 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 236px;
  height: 132px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-5 {
  opacity: .61;
  object-fit: contain;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 129px;
  text-decoration: none;
  display: flex;
}

.frame-10 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding-top: 152px;
  padding-bottom: 152px;
  text-decoration: none;
  display: flex;
}

.frame-11 {
  grid-column-gap: 40px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 85px;
  padding-bottom: 111px;
  text-decoration: none;
  display: flex;
}

.post-it {
  background-color: #eff3b9;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 381.54px;
  height: 386.721px;
  padding: 32px;
  text-decoration: none;
  display: flex;
}

.post-it.green {
  background-color: #9aca88;
  margin-top: 22px;
}

.post-it.blue {
  background-color: #6da1c1;
  margin-top: 45px;
}

.text-6 {
  color: #212121;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 93%;
  text-decoration: none;
}

.text-6.sm {
  text-transform: none;
  font-size: 33px;
  line-height: 110%;
}

.image-6 {
  background-color: #e3afb4;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 381.54px;
  height: 386.721px;
  text-decoration: none;
  display: flex;
}

.image-7 {
  background-color: #6da1c1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 381.54px;
  height: 386.721px;
  text-decoration: none;
  display: flex;
}

.body {
  background-color: #222;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

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

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.flex-block {
  z-index: 99;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 30px;
  margin-right: 27px;
  position: fixed;
  inset: 0% 0% auto auto;
}

.utility-page-wrap {
  background-color: var(--brand-colour--postit-yellow);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

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

.image-8 {
  color: #333;
}

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

.submit-button {
  font-family: var(--neue-haas-text);
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #252525;
  border-radius: 20px;
}

.heading {
  font-family: var(--neue-haas-text);
  text-transform: uppercase;
  font-weight: 500;
}

.field-label {
  font-family: var(--text);
}

.layer_1-2 {
  grid-row-gap: 10px;
  opacity: .79;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 77px;
  text-decoration: none;
  display: flex;
}

.new-symbol-15 {
  grid-column-gap: 45px;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.new-symbol-2 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-6 {
  object-fit: contain;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 38.4595px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-7 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 46.9605px;
  height: 47.1778px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-8 {
  object-fit: contain;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 34.8952px;
  text-decoration: none;
  display: flex;
}

.paragraph {
  opacity: .71;
  font-family: var(--text);
  color: var(--white);
  letter-spacing: .2px;
  margin-bottom: 17px;
  font-size: 16px;
  line-height: 24px;
}

.quick-stack {
  max-width: 700px;
  padding-top: 0;
  padding-bottom: 55px;
}

.fs_modal-1_message {
  color: var(--accessible-components--dark-grey);
}

.fs_modal-1_close-icon {
  width: 1rem;
  height: 1rem;
}

.fs_modal-1_close {
  cursor: pointer;
  background-color: #f5f5f5;
  padding: 1.5rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.fs_modal-1_close:focus-visible, .fs_modal-1_close[data-wf-focus-visible] {
  outline-color: var(--accessible-components--dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_modal-1_description {
  margin-bottom: 0;
}

.fs_modal-1_heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.fs_modal-1_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center start;
  place-items: center start;
  padding: 4rem;
  display: grid;
}

.fs_modal-1_image {
  object-fit: cover;
  width: 100%;
}

.fs_modal-1_wrapper {
  z-index: 999;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #000;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch start;
  width: 100%;
  max-width: 60rem;
  display: grid;
  position: relative;
}

.fs_modal-1_cover {
  position: absolute;
  inset: 0%;
}

.fs_modal-1_popup {
  z-index: 9999;
  background-color: #00000080;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs_modal-1_button {
  background-color: var(--accessible-components--dodger-blue);
  color: #fff;
  cursor: pointer;
  padding: .5rem 1rem;
}

.fs_modal-1_button:focus-visible, .fs_modal-1_button[data-wf-focus-visible] {
  outline-color: var(--accessible-components--dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_modal-1_embed {
  margin-bottom: 0;
}

.fs_modal-1_component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  display: grid;
}

.fs_modal-1_message-2 {
  color: var(--accessible-components--dark-grey);
}

.fs_modal-1_close-icon-2 {
  width: 1rem;
  height: 1rem;
}

.fs_modal-1_close-2 {
  cursor: pointer;
  background-color: #f5f5f5;
  padding: 1.5rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.fs_modal-1_close-2:focus-visible, .fs_modal-1_close-2[data-wf-focus-visible] {
  outline-color: var(--accessible-components--dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_modal-1_description-2 {
  margin-bottom: 0;
}

.fs_modal-1_heading-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.fs_modal-1_content-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center start;
  place-items: center start;
  padding: 4rem;
  display: grid;
}

.fs_modal-1_image-2 {
  object-fit: cover;
  width: 100%;
}

.fs_modal-1_wrapper-2 {
  z-index: 999;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #000;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch start;
  width: 100%;
  max-width: 60rem;
  display: grid;
  position: relative;
}

.fs_modal-1_cover-2 {
  position: absolute;
  inset: 0%;
}

.fs_modal-1_popup-2 {
  z-index: 9999;
  background-color: #00000080;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs_modal-1_button-2 {
  background-color: var(--accessible-components--dodger-blue);
  color: #fff;
  cursor: pointer;
  padding: .5rem 1rem;
}

.fs_modal-1_button-2:focus-visible, .fs_modal-1_button-2[data-wf-focus-visible] {
  outline-color: var(--accessible-components--dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_modal-1_embed-2 {
  margin-bottom: 0;
}

.fs_modal-1_component-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  display: grid;
}

.fs_modal-2_message {
  color: var(--accessible-components--dark-grey);
}

.fs_modal-2_close-icon {
  width: 1rem;
  height: 1rem;
}

.fs_modal-2_close {
  cursor: pointer;
  background-color: #f5f5f5;
  padding: 1.5rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.fs_modal-2_close:focus-visible, .fs_modal-2_close[data-wf-focus-visible] {
  outline-color: var(--accessible-components--dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_modal-2_description {
  margin-bottom: 0;
}

.fs_modal-2_heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
}

.fs_modal-2_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center start;
  place-items: center start;
  padding: 4rem;
  display: grid;
}

.fs_modal-2_image {
  object-fit: cover;
  width: 100%;
}

.fs_modal-2_wrapper {
  z-index: 999;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #000;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch start;
  width: 100%;
  max-width: 60rem;
  display: grid;
  position: relative;
}

.fs_modal-2_cover {
  position: absolute;
  inset: 0%;
}

.fs_modal-2_popup {
  z-index: 999;
  background-color: #00000080;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs_modal-2_button {
  color: #fff;
  cursor: pointer;
  background-color: #1378d1;
  padding: .5rem 1rem;
}

.fs_modal-2_button:focus-visible, .fs_modal-2_button[data-wf-focus-visible] {
  outline-color: var(--accessible-components--dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_modal-2_embed {
  margin-bottom: 0;
}

.fs_modal-2_component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  display: grid;
}

.fs_modal-1_message-3 {
  color: var(--accessible-components--dark-grey);
}

.fs_modal-1_close-icon-3 {
  width: 1rem;
  height: 1rem;
}

.fs_modal-1_close-3 {
  cursor: pointer;
  background-color: #f5f5f500;
  padding: 1.5rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.fs_modal-1_close-3:focus-visible, .fs_modal-1_close-3[data-wf-focus-visible] {
  outline-color: var(--accessible-components--dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_modal-1_description-3 {
  margin-bottom: 0;
}

.fs_modal-1_heading-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.fs_modal-1_content-3 {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center start;
  place-items: center start;
  padding: 3.2rem 1.4rem 1.8rem;
  display: grid;
}

.fs_modal-1_image-3 {
  object-fit: cover;
  width: 100%;
}

.fs_modal-1_wrapper-3 {
  z-index: 999;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #000;
  background-color: #fff;
  border-radius: 15px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch start;
  width: 364px;
  max-width: 60rem;
  display: grid;
  position: relative;
}

.fs_modal-1_cover-3 {
  position: absolute;
  inset: 0%;
}

.fs_modal-1_popup-3 {
  z-index: 9999;
  background-color: #1d1d1df2;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 2rem;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: scroll;
}

.fs_modal-1_button-3 {
  background-color: var(--black);
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 100px;
  padding: 12px 24px;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-size: 12px;
}

.fs_modal-1_button-3:focus-visible, .fs_modal-1_button-3[data-wf-focus-visible] {
  outline-color: var(--accessible-components--dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_modal-1_embed-3 {
  margin-bottom: 0;
}

.fs_modal-1_component-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  place-items: start;
  display: grid;
  overflow: scroll;
}

.flip-it-regen-live-at {
  color: #212121;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.image-9 {
  grid-row-gap: 20px;
  background-color: #eff3b9;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  width: 320px;
  max-width: 319px;
  height: 320px;
  padding: 18px 22px;
  text-decoration: none;
  display: flex;
}

.image-9.g {
  background-color: #bfc199;
}

.image-9.p {
  background-color: #e3afb4;
}

.image-9.b {
  background-color: #6da1c1;
}

.text-7 {
  color: #212121;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 500;
  line-height: 90%;
  text-decoration: none;
}

.button-4 {
  grid-column-gap: 8px;
  background-color: #000;
  border: 1px solid #c9c9c9;
  border-radius: 27px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.sign-up-2 {
  color: #fff;
  letter-spacing: .09em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.image-10 {
  grid-row-gap: 81px;
  background-color: #e3afb4;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 319px;
  height: 320px;
  padding: 24px 27px;
  text-decoration: none;
  display: flex;
}

.flip-it-regen-live-at-copy {
  color: #212121;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.popup-page-wrapper {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  place-items: start center;
  display: flex;
}

.section {
  margin: 39px;
}

.section.full {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  display: flex;
}

.container-post-it-take-part {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.section-2 {
  justify-content: flex-end;
  align-items: center;
  padding: 53px;
  display: flex;
}

.flex-block-2 {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  padding: 40px;
  position: fixed;
  inset: 0% 0% auto auto;
}

.join-us-text-copy {
  color: #212121;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 31%;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.join-us-text-copy.wider {
  padding-right: 2%;
}

.light-box-button {
  padding: 12px 25px;
  text-decoration: none;
}

.subhead {
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 7px;
  font-family: neue-haas-grotesk-text, sans-serif;
}

.layout2_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.button-5 {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-5.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
}

.button-5.is-link {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-5.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.text-size-medium {
  font-size: 1.125rem;
}

.text-style-tagline {
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.icon-embed-xxsmall {
  color: #333;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.lightbox-play-icon {
  z-index: 2;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.icon-embed-large {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

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

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.layout2_lightbox {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.video-overlay-layer {
  z-index: 1;
  background-color: #00000026;
  position: absolute;
  inset: 0%;
}

.section_layout2.background-color-2 {
  background-color: #bff1f1;
}

.section_layout2.background-colour-1 {
  background-color: var(--background-colour--lightest);
}

.section_layout2.background-color-yellow {
  background-color: #eff3b9;
}

.margin-top, .margin-top.margin-medium {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom, .margin-bottom.margin-xsmall, .margin-bottom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-medium {
  margin-bottom: .72rem;
}

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

.hide {
  display: none;
}

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

.rich-text {
  line-height: 1.6em;
}

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

.text-span {
  padding-left: 3px;
  font-weight: 400;
}

.text-span-2 {
  padding-left: 3px;
  font-size: 33px;
  font-weight: 400;
}

.text-span-3 {
  padding-left: 3px;
  font-size: 34px;
}

.text-span-tm {
  padding-left: 4px;
  font-size: 1em;
  font-weight: 400;
}

.logo-lockup {
  margin-top: 0;
  padding-top: 1em;
  padding-bottom: 1em;
}

.partner-footer-logo:hover {
  opacity: .73;
  mix-blend-mode: normal;
}

.button-wrapper {
  display: flex;
}

.button-6 {
  grid-column-gap: 8px;
  background-color: #000;
  border-radius: 60px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.button-6.is-tertiary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
  border-color: #0000;
}

.button-6.is-tertiary.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

@media screen and (max-width: 991px) {
  .hero-stack {
    height: 940px;
    padding-top: 0;
  }

  .content {
    grid-row-gap: 33px;
  }

  .actions {
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .button-2.white {
    display: none;
  }

  .what-if-there-was-a-road-map-to-successful-delivery-of-regeneration {
    margin-left: 20px;
    margin-right: 20px;
  }

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

  .container.max-height-full {
    flex-flow: column-reverse wrap;
  }

  .container.max-height-full.switch {
    flex-flow: column wrap;
  }

  .column {
    padding-bottom: 17px;
  }

  .hero-heading-left {
    height: 810px;
  }

  .image-4 {
    max-width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .frame-7 {
    height: 610px;
  }

  .result {
    object-fit: contain;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .column-3, .column-4 {
    align-items: center;
  }

  .frame-10 {
    padding-top: 22px;
  }

  .frame-11 {
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .post-it.green {
    margin-left: 33px;
  }

  .post-it.blue {
    margin-left: 51px;
  }

  .container-2 {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

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

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .fs_modal-1_image {
    max-height: 30vh;
    display: none;
  }

  .fs_modal-1_wrapper {
    grid-template-columns: 1fr;
  }

  .fs_modal-1_image-2 {
    max-height: 30vh;
    display: none;
  }

  .fs_modal-1_wrapper-2 {
    grid-template-columns: 1fr;
  }

  .fs_modal-2_image {
    max-height: 30vh;
    display: none;
  }

  .fs_modal-2_wrapper {
    grid-template-columns: 1fr;
  }

  .fs_modal-1_image-3 {
    max-height: 30vh;
    display: none;
  }

  .fs_modal-1_wrapper-3 {
    grid-template-columns: 1fr;
  }

  .subhead {
    padding-bottom: 12px;
  }

  .layout2_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .section_layout2.background-color-2 {
    background-color: #bff1f1;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

@media screen and (max-width: 767px) {
  .hero-stack {
    height: 660px;
    padding-top: 94px;
    padding-bottom: 91px;
  }

  .content {
    grid-row-gap: 20px;
  }

  .layer-studio-x-studio-hoodless {
    font-size: 30px;
  }

  .join-us-text {
    font-size: 21px;
  }

  .text-3 {
    font-size: 30px;
  }

  .frame-7 {
    height: 460px;
  }

  .result {
    object-fit: contain;
  }

  .vectors-wrapper-4 {
    height: auto;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .fs_modal-1_close {
    padding: 1rem;
  }

  .fs_modal-1_heading {
    font-size: 2rem;
  }

  .fs_modal-1_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 3rem 2rem;
  }

  .fs_modal-1_popup {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .fs_modal-1_close-2 {
    padding: 1rem;
  }

  .fs_modal-1_heading-2 {
    font-size: 2rem;
  }

  .fs_modal-1_content-2 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 3rem 2rem;
  }

  .fs_modal-1_popup-2 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .fs_modal-2_close {
    padding: 1rem;
  }

  .fs_modal-2_heading {
    font-size: 2rem;
  }

  .fs_modal-2_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 3rem 2rem;
  }

  .fs_modal-2_popup {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .fs_modal-1_close-3 {
    padding: 1rem;
  }

  .fs_modal-1_heading-3 {
    font-size: 2rem;
  }

  .fs_modal-1_content-3 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 3rem 2rem;
  }

  .fs_modal-1_wrapper-3 {
    place-items: stretch center;
  }

  .fs_modal-1_popup-3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .text-7 {
    font-size: 37px;
  }

  .join-us-text-copy {
    font-size: 21px;
  }

  .layout2_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .hero-stack {
    height: 640px;
    padding-top: 57px;
    padding-bottom: 64px;
  }

  .title-section {
    justify-content: center;
    align-items: flex-start;
  }

  .layer-studio-x-studio-hoodless {
    font-size: 27px;
    line-height: 93%;
  }

  .join-us-text {
    padding-right: 0%;
    font-size: 18px;
    line-height: 109%;
  }

  .text {
    font-size: 12px;
  }

  .what-if-there-was-a-road-map-to-successful-delivery-of-regeneration {
    font-size: 23px;
  }

  .hero-heading-right {
    flex-direction: column;
    align-items: center;
  }

  .text-3 {
    font-size: 27px;
    line-height: 27px;
  }

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

  .image-2, .image-3 {
    height: 270px;
  }

  .hero-heading-left {
    flex-direction: column;
    align-items: center;
    height: 740px;
  }

  .image-4 {
    height: 290px;
    padding-top: 0;
  }

  .image-4.fi-margin-top {
    margin-top: 3.8rem;
  }

  .frame-7 {
    height: 330px;
  }

  .result {
    padding-left: 9px;
    padding-right: 9px;
  }

  .footer {
    grid-row-gap: 20px;
    height: 390px;
    padding-top: 82px;
    padding-left: 13px;
    padding-right: 12px;
  }

  .columns {
    margin-bottom: 26px;
  }

  .column-4 {
    object-fit: contain;
    height: 60px;
  }

  .vectors-wrapper-5 {
    height: 60px;
  }

  .frame-10 {
    padding-bottom: 95px;
  }

  .frame-11 {
    padding-top: 25px;
    padding-bottom: 84px;
  }

  .post-it {
    width: 250px;
    height: 250px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .post-it.blue {
    margin-top: 10px;
  }

  .text-6 {
    font-size: 22px;
  }

  .container-2 {
    max-width: none;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .flex-block {
    display: flex;
  }

  .layer_1-2 {
    height: 50px;
  }

  .new-symbol-15 {
    grid-column-gap: 13px;
    justify-content: center;
    align-items: center;
  }

  .vectors-wrapper-7 {
    width: 30px;
    height: 30px;
  }

  .paragraph {
    font-size: 13px;
    line-height: 20px;
  }

  .quick-stack {
    padding-left: 10px;
    padding-right: 10px;
  }

  .fs_modal-1_content-3 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .flip-it-regen-live-at {
    font-size: 13px;
  }

  .image-9 {
    width: 240px;
    height: 250px;
    padding: 10px 18px 14px;
  }

  .text-7 {
    font-size: 28px;
  }

  .join-us-text-copy {
    padding-right: 0%;
    font-size: 18px;
    line-height: 109%;
  }

  .layout2_content {
    grid-template-columns: 1fr;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

#w-node-_93747033-8703-0e20-6a2d-82175a5fc0e9-a419212e, #w-node-_93747033-8703-0e20-6a2d-82175a5fc0e9-a4192131, #w-node-_93747033-8703-0e20-6a2d-82175a5fc0e9-a4192135, #w-node-_93747033-8703-0e20-6a2d-82175a5fc0e9-a4192136 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}


