:root {
  --_textsize---heading-1: 4rem;
  --_textsize---heading-2: 2.5rem;
  --_textsize---heading-3: 2rem;
  --_textsize---heading-4: 1.5rem;
  --_colors---grey-accent: #fff9;
  --_textsize---paragraph: 1.125rem;
  --_colors---main: #04373d;
  --_colors---site-background: #043b41;
  --_colors---dark-accent: #022326;
  --_textsize---hero-heading\<deleted\|variable-ccff68c2-7c5e-50e6-9216-2e8277e2c5f9\>: 112px;
  --_colors---bright-accent: #13ece1;
  --_colors---bordercolor: #ffffff14;
  --darker-bright-accent: #06545b;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

.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;
}

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

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

body {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 1;
}

h1 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: var(--_textsize---heading-1);
  letter-spacing: 1.1px;
  font-weight: 700;
  line-height: 1;
}

h2 {
  box-sizing: border-box;
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: var(--_textsize---heading-2);
  font-weight: 700;
  line-height: 1;
}

h3 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: var(--_textsize---heading-3);
  font-weight: 700;
  line-height: 1;
}

h4 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: var(--_textsize---heading-4);
  font-weight: 700;
  line-height: 1;
}

p {
  color: var(--_colors---grey-accent);
  font-family: Manrope, sans-serif;
  font-size: var(--_textsize---paragraph);
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 1.5;
}

a {
  font-size: var(--_textsize---heading-3);
  background-color: #3898ec00;
  text-decoration: underline;
}

.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;
  flex-direction: column;
  width: 260px;
  display: flex;
}

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

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

.section.herosection {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--_colors---main);
  background-image: radial-gradient(circle farthest-side at 50% 50%, var(--_colors---main), var(--_colors---site-background));
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.section.quotesection {
  background-color: var(--_colors---dark-accent);
  justify-content: flex-start;
  align-items: flex-start;
  display: none;
}

.heroheading {
  color: #fff;
  text-shadow: 4px 4px 6px #00000026;
  font-family: Inter, sans-serif;
  font-weight: 700;
  font-size: clamp(var(--_textsize---hero-heading\<deleted\|variable-ccff68c2-7c5e-50e6-9216-2e8277e2c5f9\>) * .65, 9vw, var(--_textsize---hero-heading\<deleted\|variable-ccff68c2-7c5e-50e6-9216-2e8277e2c5f9\>));
  margin-top: 0;
  margin-bottom: 0;
}

.heroheading.heroheading1 {
  text-shadow: 4px 4px 6px #00000026;
  line-height: 1;
  font-size: clamp(42px, 7.5vw, var(--_textsize---hero-heading\<deleted\|variable-ccff68c2-7c5e-50e6-9216-2e8277e2c5f9\>));
  margin-right: 7.5px;
}

.heroheading.heroheading2 {
  color: var(--_colors---bright-accent);
  text-shadow: 4px 4px 6px #00000026;
}

.heroheading.text-bright-accent {
  color: var(--_colors---bright-accent);
}

.heroheading.max-width-quote {
  text-align: center;
  max-width: 1200px;
  margin-left: 20px;
  margin-right: 20px;
}

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

.heroquickstack {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding: 0;
}

.heading {
  font-family: Inter, sans-serif;
}

.heading3 {
  color: var(--_colors---grey-accent);
  font-family: Inter, sans-serif;
  font-size: clamp(26px, 10vw, 34px);
  font-weight: 500;
}

.cell {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
}

.text-grey {
  color: var(--_colors---grey-accent);
}

.text-grey.biglineheight {
  line-height: 1.5;
}

.flex-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
}

.flex-block.quoteflex {
  padding-top: 100px;
  padding-bottom: 100px;
}

.paragraph.margin-y-50 {
  margin-left: 50px;
  margin-right: 50px;
}

.paragraph.margin-y-50.text-grey {
  max-width: 1400px;
  line-height: 1.5;
  font-size: clamp(var(--_textsize---paragraph)  - (var(--_textsize---paragraph) * .3), 6vw, var(--_textsize---paragraph));
}

.heading-1 {
  font-family: Inter, sans-serif;
  font-size: clamp(var(--_textsize---heading-1)  - (var(--_textsize---heading-1) * .3), 8vw, var(--_textsize---heading-1));
  margin-bottom: 40px;
}

.heading-1.margin-y {
  text-align: center;
  max-width: 1400px;
  font-size: clamp(var(--_textsize---heading-1)  - (var(--_textsize---heading-1) * .3), 8vw, var(--_textsize---heading-1));
  margin-left: 20px;
  margin-right: 20px;
}

.scrollanimation-section {
  z-index: 2;
  display: none;
  position: relative;
}

.animationwrapper1 {
  overflow-wrap: break-word;
  width: 100%;
  height: 500vh;
  position: relative;
}

.animation-target-div {
  width: 200px;
  height: 200px;
  position: absolute;
  inset: 45% 0% 0% 45%;
}

.animation-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1.5px solid var(--_colors---bordercolor);
  background-color: #ffffff12;
  border-radius: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: center;
  min-width: 150px;
  padding: 2rem 1rem;
  display: flex;
  position: absolute;
  top: 0%;
  left: 0;
  box-shadow: 0 2px 5px 2px #ffffff08;
}

.animation-card.animation-card1 {
  top: -12%;
  left: 5%;
}

.animation-card.animation-card1.fly-item {
  background-color: var(--_colors---site-background);
  position: absolute;
  top: 0%;
}

.animation-card.animation-card-2 {
  top: 10%;
}

.animation-card.left {
  left: 0%;
}

.animation-card.left._1 {
  justify-content: center;
  align-items: center;
  top: 0%;
  left: 5%;
}

.animation-card.left._6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  top: 20%;
  left: 10vw;
}

.animation-card.left._7 {
  top: 50%;
  left: 5%;
}

.animation-card.left._8 {
  top: 70%;
  left: 3%;
}

.animation-card.left._9 {
  top: 86%;
  left: 30%;
}

.animation-card.right {
  left: 85vw;
}

.animation-card.right._2 {
  top: 0%;
  left: 83vw;
}

.animation-card.right._3 {
  top: 25%;
  left: 84vw;
}

.animation-card.right._4 {
  top: 50%;
  left: 78vw;
}

.animation-card.right._5 {
  top: 75%;
  left: 70.7vw;
}

.animation-card.right._10 {
  top: 80%;
  left: 58.6vw;
}

.animation-card.right._11 {
  top: 5%;
  left: 64.7vw;
}

.animation-card.right._12 {
  top: 10%;
  left: 34.6vw;
}

.point-div {
  background-color: var(--_colors---bright-accent);
  border-radius: 5px;
  width: 20px;
  height: 20px;
}

.div-block-5 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

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

.animation-card-text {
  color: #fff;
  text-align: left;
  max-width: 200px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
}

.flex-saeuele {
  background-image: radial-gradient(circle, #0000, #ffffff0d);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: clamp(9.5rem, 8.381vw + 7.4571rem, 20rem);
  height: clamp(9.5rem, 8.381vw + 7.4571rem, 20rem);
  display: none;
  position: static;
  top: 45%;
  bottom: 45%;
  box-shadow: 0 0 1px .5px #fff3;
}

.flex-block-2 {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  justify-content: center;
  align-items: center;
  display: none;
  position: sticky;
  top: 25%;
}

.animation-card-heading {
  text-align: center;
  font-size: 200%;
  line-height: 1;
}

.divider-s-ulen {
  background-color: var(--_colors---site-background);
  height: 100px;
}

.divider-s-ulen.divider-test {
  background-color: var(--_colors---grey-accent);
  height: 100vh;
}

.div-block-7 {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  inset: 0;
  overflow: hidden;
}

.flex-block-3 {
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.max-width-container {
  background-color: var(--_colors---site-background);
  width: 100%;
  max-width: 2500px;
}

.body {
  background-color: var(--_colors---site-background);
}

.quote {
  background-color: var(--_colors---main);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 300px;
  display: flex;
  position: static;
}

.quote.padding-140 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.quote.my-m {
  margin-top: 50px;
  margin-bottom: 50px;
}

.div-block-8 {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.div-block-9 {
  background-image: url('../images/Rectangle-SVG.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
}

.text-span {
  color: var(--_colors---bright-accent);
  font-size: clamp(var(--_textsize---hero-heading\<deleted\|variable-ccff68c2-7c5e-50e6-9216-2e8277e2c5f9\>) * .65, 9vw, var(--_textsize---hero-heading\<deleted\|variable-ccff68c2-7c5e-50e6-9216-2e8277e2c5f9\>));
}

.carousel {
  flex-direction: row;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.logo-carousel {
  grid-column-gap: 1rem;
  justify-content: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
  overflow: hidden;
}

.logo-image {
  height: 50px;
}

.copy-animation {
  height: 0;
}

.logo-link {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-carousel-clone {
  grid-column-gap: 1rem;
  justify-content: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
  overflow: hidden;
}

.logo-carousel-item {
  flex: none;
  padding: 1rem;
}

.logo-carousel-wrap {
  backface-visibility: hidden;
  flex: none;
  width: auto;
  display: flex;
  transform: perspective(1px);
}

.small-instructions {
  font-size: 1rem;
}

.instructions {
  color: #33333387;
  text-align: center;
  margin-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: Inconsolata, monospace;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2em;
}

.dividerjourney {
  background-color: var(--_colors---site-background);
  height: 100px;
}

.heading-3 {
  color: var(--_colors---bright-accent);
  font-size: clamp(var(--_textsize---heading-3) * .7, var(--_textsize---heading-3), var(--_textsize---heading-3) * 1.3);
}

.heading-2.logos-h2 {
  color: var(--_colors---bright-accent);
  text-align: center;
  font-size: clamp(var(--_textsize---heading-2) * .7, 8vw, var(--_textsize---heading-2) * 1.3);
  margin-bottom: 40px;
}

.heading-2.journeyheading {
  text-align: center;
}

.jounreysectiondesktop {
  background-color: var(--_colors---main);
  display: none;
}

.customerjourneyheading1 {
  text-align: center;
  margin-bottom: 100px;
}

.hero-accent {
  color: var(--_colors---bright-accent);
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #7ff5ef, #4bb0ab 98%, #322ac4);
  -webkit-background-clip: text;
  background-clip: text;
}

.hero-accent.bg-hidden {
  color: #13ece1;
  text-shadow: 4px 4px 6px #0003;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
}

.quotep {
  text-align: center;
  max-width: 1400px;
}

.heading-6 {
  font-size: clamp(var(--_textsize---heading-1) * .65, 9vw, var(--_textsize---heading-1));
}

.heading-7 {
  font-size: clamp(calc(var(--_textsize---heading-4) * .7), 5vw, calc(var(--_textsize---heading-4) * 1.3));
}

.logosheading {
  color: var(--_colors---grey-accent);
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
}

.bigquoteheading {
  text-align: center;
  overflow-wrap: anywhere;
  position: sticky;
  top: 45%;
}

.image {
  filter: brightness(500%);
}

.cell-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cell-3 {
  justify-content: flex-start;
  align-items: center;
}

.journeyiconcell {
  justify-content: center;
  align-items: center;
}

.pointswrapper {
  width: 100%;
}

.pointswrappercell {
  justify-content: center;
  align-items: center;
}

.dotdiv {
  background-color: var(--_colors---bright-accent);
  border-radius: 100%;
  width: 25px;
  height: 25px;
}

.growbargrid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  position: relative;
}

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

.div-block-10 {
  position: absolute;
}

.growbardiv {
  background-image: linear-gradient(90deg, transparent, var(--_colors---bright-accent) 10%, var(--_colors---bright-accent) 90%, transparent);
  width: 0%;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 0;
}

.journeyimage {
  filter: invert() brightness(500%);
}

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

.jounreycardp {
  color: var(--_colors---grey-accent);
  text-align: center;
  font-size: 1rem;
}

.small-w-container {
  max-width: 1130px;
}

.small-w-container.padding {
  padding-top: 100px;
  padding-bottom: 100px;
}

.small-w-container.flex {
  display: flex;
}

.small-w-container.flex.center {
  justify-content: center;
  align-items: center;
}

.small-w-container.flex.gap-sm {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
}

.small-w-container.journeyitemwrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: wrap;
  justify-content: space-around;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

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

.growbardivwrapper {
  background-image: linear-gradient(86deg, transparent, var(--_colors---bright-accent) 16%, var(--_colors---bright-accent) 90%, transparent);
  width: 100%;
  height: 3px;
  position: absolute;
  top: 50%;
  overflow: hidden;
}

.timelinewrapper1 {
  justify-content: center;
  align-items: stretch;
  height: 80%;
}

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

.timelineabovegrid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: center;
  width: 100%;
}

.timelinebelowgrid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.flex-block-4 {
  justify-content: flex-start;
  align-items: center;
}

.journeysectionmobile {
  display: none;
}

.container {
  width: 90vw;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

.timeline_quote {
  color: #fff;
  margin-bottom: 16px;
  font-size: 14px;
}

.timeline_centre {
  justify-content: center;
  display: flex;
}

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

.timeline_date-text {
  color: #fff;
  letter-spacing: -.03em;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  position: sticky;
  top: 50vh;
}

.overlay-fade-bottom {
  background-image: linear-gradient(to top, #0a0a0a, #0a0a0a00);
  height: 80px;
  position: absolute;
  inset: auto 0% 0%;
}

.text-colour-lightgrey {
  color: #ffffffa6;
}

.timeline_quote-text-wrapper {
  flex: 1;
}

.timeline_link {
  opacity: .6;
  color: #fff;
  letter-spacing: .8px;
  text-transform: uppercase;
  border-radius: 8px;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
}

.timeline_link:hover {
  opacity: 1;
}

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

.timeline_quote-wrapper {
  border: 2px solid #fff;
  border-radius: 16px;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.overlay-fade-top {
  background-image: linear-gradient(#0a0a0a, #0a0a0a00);
  height: 80px;
  position: absolute;
  inset: 0% 0% auto;
}

.timeline_text {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}

.link-icon {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}

.timeline_progress-bar {
  z-index: -1;
  background-color: #fff;
  background-image: linear-gradient(#ff7448, #ff4848 51%, #6248ff);
  width: 3px;
  height: 50vh;
  position: fixed;
  inset: 0 auto 50vh;
}

.timeline_component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.timeline_quote-image {
  border-radius: 8px;
  width: 48px;
  height: 48px;
  margin-right: 24px;
}

.timeline_quote-title {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.timeline_circle {
  background-color: #fff;
  border-radius: 100%;
  width: 15px;
  min-width: 15px;
  max-width: 15px;
  height: 15px;
  min-height: 15px;
  max-height: 15px;
  position: sticky;
  top: 50vh;
  box-shadow: 0 0 0 8px #0a0a0a;
}

.timeline_left {
  text-align: right;
  justify-content: flex-end;
  align-items: stretch;
}

.margin-bottom-xlarge {
  margin-bottom: 56px;
}

.timeline_image-wrapper {
  background-image: linear-gradient(138deg, #000, #0000 28%), url('../images/Image-Background.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 12px;
  overflow: hidden;
}

.timeline_item {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 180px 1fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
  position: relative;
}

.timeline_progress {
  z-index: -2;
  background-color: #414141;
  width: 3px;
  height: 100%;
  position: absolute;
}

.section-timeline {
  z-index: -3;
  background-color: #0a0a0a;
  position: relative;
}

.logossection {
  background-color: var(--_colors---site-background);
}

.logossection.my-m {
  margin-top: 0;
}

.logossection.my-m.padding-b {
  padding-top: 50px;
  padding-bottom: 50px;
}

.logossection.my-m.padding-b.bg-dark {
  margin-top: 50px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.mobilejounreysection {
  margin-bottom: 50px;
  display: none;
}

.mb-1 {
  margin-bottom: 1.5rem;
}

.mb-2 {
  margin-bottom: 1rem;
}

.mb-2.text-middle {
  text-align: center;
}

.mb-3 {
  margin-bottom: 1rem;
}

.mb-4, .mb-p {
  margin-bottom: .75rem;
}

.mb-p.text-center {
  text-align: center;
}

.mb-p.firstquotep {
  margin-left: 40px;
}

.text-big {
  line-height: 1.5;
  font-size: calc(var(--_textsize---heading-1)  + 2rem);
}

.text-big.text-shadow-light {
  text-shadow: 4px 4px 6px #0003;
}

.text-big.text-shadow-light.bold {
  text-align: center;
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.text-big.ctaheading {
  max-width: 800px;
  margin-bottom: 60px;
}

.firstquotebox {
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.herosection {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--_colors---main), var(--_colors---site-background) 90%);
  justify-content: center;
  align-items: center;
  min-width: 100%;
  min-height: 100vh;
  display: flex;
  position: relative;
  left: 0;
  right: 0;
}

.herofadegradiant {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  height: 20vh;
  margin-bottom: -60px;
  padding-bottom: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.text-bright {
  color: var(--_colors---bright-accent);
}

.my-m {
  margin-top: 50px;
  margin-bottom: 50px;
}

.animationdivider {
  height: 200px;
}

.animationwrapper2 {
  height: 200vh;
  position: relative;
}

.jounreyitemwrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.jounreywrapper {
  grid-template-rows: auto;
  grid-template-columns: 20% 1fr;
  grid-auto-flow: row;
  justify-content: stretch;
  place-items: start center;
  width: 100%;
}

.jounreywrapper.margin-x-sm {
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 20px;
  margin-right: 20px;
}

.timelinewrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-flow: row;
  place-items: stretch center;
  height: 100%;
  position: relative;
}

.timelinepointimg {
  width: 100px;
}

.timelinelinewrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.timelineline {
  border-right: 5px dashed #fff;
  width: 1px;
  height: 80%;
}

.journeyitem {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: 20% 80%;
  width: 100%;
  min-height: 400px;
}

.journeyitem.jounreyitemlast {
  grid-template-rows: auto;
  min-height: 0;
}

.journeyitem.last {
  grid-template-rows: 1fr;
  place-items: center start;
  min-height: 0;
}

.flex-block-5 {
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 5px;
}

.flex-block-5.last {
  justify-content: center;
  align-items: center;
}

.journeyitemheading {
  margin-top: 0;
}

.jounreyp {
  color: var(--_colors---grey-accent);
}

.testimonial-section {
  margin-top: 50px;
}

.testimonialtextwrapper {
  padding-left: 20px;
}

.testimonialpicurewrapper {
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  display: block;
}

.quotationmarkswrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.quotationmark {
  background-color: var(--_colors---grey-accent);
  border-bottom-left-radius: 5px;
  width: 20px;
  height: 50px;
  display: none;
}

.testimonialtext2 {
  text-align: right;
  width: 100%;
}

.testimonialgrid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--_colors---bordercolor);
  background-image: radial-gradient(circle farthest-side at 50% 0, #054a5266, #043b4166);
  border-radius: 20px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 70% 1fr;
  padding: 100px 50px;
}

.rolestext {
  max-width: 500px;
  margin-bottom: 20px;
}

.div-block-11 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.image-2 {
  width: 80%;
  max-width: 300px;
}

.ctasection {
  margin-bottom: 50px;
  position: relative;
}

.ctabg {
  z-index: -1;
  filter: brightness(44%);
  background-image: url('../images/galaxien....jpg');
  background-position: 50%;
  background-size: cover;
  display: none;
  position: absolute;
  inset: 0;
}

.ctatextwrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.ctaheading {
  text-align: center;
  max-width: 500px;
}

.button {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: var(--_textsize---heading-4);
  background-color: #fff0;
  border: 1px solid #ffffff3b;
  border-radius: 5px;
  padding: 10px 20px;
  font-weight: 500;
}

.button.small {
  font-size: var(--_textsize---paragraph);
  margin-top: 0;
  padding: 10px 20px;
}

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

.button.small.margin.max-width-btn-sm {
  max-width: 130px;
}

.button.small.formbutton {
  background-color: var(--darker-bright-accent);
  width: 100%;
  margin-top: 10px;
}

.button.big {
  font-size: var(--_textsize---heading-2);
  padding: 20px 40px;
}

.button.margin-top {
  margin-top: 20px;
  display: none;
}

.headersection {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #022326;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  padding: 10px 20px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.logoheader {
  height: 40px;
  padding-top: 10px;
}

.headertextwrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-end;
}

.paragraph-3 {
  display: none;
}

.biglineheight {
  line-height: 1.3;
}

.footer {
  background-color: var(--_colors---dark-accent);
  padding-top: 20px;
}

.footertextwrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
}

.navbartext {
  color: #fff;
  font-size: var(--_textsize---paragraph);
  text-decoration: none !important;
}

.navbartext.w--current {
  color: var(--_colors---grey-accent);
  text-decoration: none !important;
}

.navbar {
  z-index: 999;
  border-bottom: 1px solid var(--_colors---bordercolor);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar.transparent {
  z-index: 10;
  background-color: #032b2f00;
}

.navbar.transparent.bg-blur {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.nav-menu {
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-2 {
  flex-grow: 1;
  flex-shrink: 1;
  justify-content: space-around;
  align-items: center;
  min-width: 100%;
  padding-left: 50px;
  padding-right: 50px;
}

.brand {
  padding-top: 0;
}

.mind4middle {
  z-index: 1;
  background-color: var(--_colors---site-background);
  width: 20vw;
  min-width: 200px;
  max-width: 400px;
  height: 20vw;
  min-height: 200px;
  box-shadow: 0 0 100px 100px var(--_colors---site-background);
  background-image: radial-gradient(circle, #0000, #ffffff21);
  border: 1px solid #ffffff45;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.text-light {
  font-weight: 400;
}

.div-block-12 {
  background-color: var(--_colors---main);
  width: 100%;
  height: 100svh;
  position: sticky;
  top: 0;
}

.middletext {
  flex: 0 auto;
  font-size: 4vw;
}

.text-span-3 {
  color: var(--_colors---bright-accent);
}

.mind4middlebg {
  border-radius: 50px;
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 40px 30px #fff3;
}

.cardssection {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  margin-left: 10px;
  margin-right: 10px;
}

.glowing-wrapper-borders {
  opacity: 1;
  border-radius: 10px;
  width: 200%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.card-content-wrapper {
  z-index: 1;
  background-image: radial-gradient(circle farthest-side at 50% 0%, #ffffff0f, var(--_colors---site-background) 79%);
  cursor: auto;
  border-radius: .6rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.card-heading {
  z-index: 1;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}

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

.glowing-wrapper-animations {
  opacity: 0;
  border-radius: 10px;
  width: 100%;
  transition: opacity 1s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.glowing-wrapper-mask {
  opacity: 1;
}

.glowing-wrapper-card {
  z-index: 1;
  border: 1px solid var(--_colors---bordercolor);
  opacity: 1;
  letter-spacing: -.01em;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: .5rem 1.5rem;
  font-size: .88rem;
  line-height: 1.42;
  text-decoration: none;
  display: flex;
  position: relative;
}

.card-text {
  color: #888;
  font-size: var(--_textsize---paragraph);
  text-align: left;
  line-height: 1.6;
}

.card-text.centered {
  text-align: center;
  padding-left: 2rem;
  padding-right: 2rem;
}

.icon-2 {
  opacity: .8;
  height: 1.2rem;
  margin-right: .75rem;
}

.card-text-wrapper {
  opacity: .85;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  position: relative;
}

.glowing-card-lc {
  border-radius: 62.5rem;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.glowing-card-lc.glowing-wrapper-active {
  border-radius: .4rem;
  width: 30rem;
  height: 20rem;
}

.styles---glowing-card {
  display: none;
}

.glowing-wrapper-mask-wrapper {
  opacity: 1;
  border-radius: 10px;
}

.glowing-wrapper-borders-masker {
  opacity: 0;
  border-radius: 10px;
  width: 100%;
  padding: .3px;
  line-height: 100%;
  transition: opacity 1s;
  position: absolute;
  top: 0;
  left: 0;
}

.resources_title-link {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.big-w-container {
  max-width: 1520px;
}

.big-w-container.flex {
  display: flex;
}

.big-w-container.flex.gap-sm {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
}

.big-w-container.flex.gap-sm.centered {
  justify-content: center;
  align-items: center;
}

.big-w-container.flex.gap-m {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}

.big-w-container.flex.gap-m.center {
  justify-content: center;
  align-items: center;
}

.big-w-container.mx-m {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.big-w-container.dnasectioncontainer {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center;
  padding: 100px 20px;
  display: grid;
  position: relative;
}

.big-w-container.margin-y-big {
  padding-left: 5rem;
  padding-right: 5rem;
}

.big-w-container.ansatzwrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
}

.dividerline {
  border-top: 1px solid #ffffff14;
  width: 100vw;
  height: 1px;
  margin-top: 50px;
  margin-bottom: 50px;
  display: block;
}

.dividerline.bottom {
  margin-bottom: 0;
}

.newjourneysection {
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  justify-content: flex-start;
  place-items: center;
}

.jouneyitemwrapper {
  max-width: 56rem;
}

.newjounreyitemwrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 200px;
  margin-bottom: 50px;
  display: flex;
}

.newjounreyitemwrapper.last {
  margin-bottom: 0;
}

.div-block-13 {
  flex: none;
}

.journeysectionbignumber {
  color: #0e928c;
  font-size: 6rem;
  font-weight: 700;
  display: none;
}

.bold {
  font-weight: 700;
}

.bold.joureyh2 {
  margin-top: 0;
  margin-bottom: 0;
}

.cardwrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  box-shadow: none;
  background-color: #043b4166;
  border: 1px solid #4aafaa33;
  border-radius: 20px;
  justify-content: center;
  align-items: flex-start;
  padding: 2.5rem;
  position: relative;
}

.cardwrapper.team {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-image: linear-gradient(#0000, #ffffff05);
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1rem;
}

.cardimagecontainer {
  background-color: #054147;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  margin-bottom: 10px;
  display: flex;
}

.cardicon {
  width: 2rem;
}

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

.cardparagraph {
  color: var(--_colors---grey-accent);
  text-align: left;
  line-height: 1.5;
}

.arrowwrapper {
  position: absolute;
  bottom: 2.5rem;
}

.image-3 {
  filter: invert(52%);
  transform-style: preserve-3d;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.flex-block-6 {
  z-index: 1;
  justify-content: center;
  align-items: center;
  position: relative;
}

.paragraph-5 {
  text-align: center;
  max-width: 50rem;
  line-height: 1.5;
}

.heading-white {
  margin-bottom: 10px;
  line-height: 1.5;
  display: inline-block;
}

.heading-white.text-bright {
  margin-left: 10px;
}

.grid-3 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
}

.text-center, .ctap, .div-block-14 {
  text-align: center;
}

.body-2 {
  background-color: var(--_colors---site-background);
}

.storiesherowrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-image: radial-gradient(circle closest-side at 75% 50%, var(--_colors---main) 23%, var(--_colors---site-background));
  grid-template-rows: auto;
  place-items: center;
  min-height: 80vh;
  margin-top: 100px;
}

.infopop {
  color: var(--_colors---bright-accent);
  letter-spacing: 1.2px;
  text-transform: uppercase;
  background-color: #13ece11a;
  border-radius: 999px;
  margin-bottom: 20px;
  padding: .375rem 1rem;
  font-size: 1rem;
  font-weight: 500;
  display: inline-block;
}

.image-4 {
  filter: contrast(125%) grayscale();
  mix-blend-mode: screen;
  opacity: .8;
}

.image-4.hidden {
  display: none;
}

.flex-block-7 {
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
}

.flex-block-7.hidden {
  display: none;
}

.overviewwrapper {
  max-width: 1200px;
  margin-bottom: 50px;
}

.text-span-5 {
  color: var(--_colors---bright-accent);
}

.lineleft {
  border-left: 5px solid var(--_colors---main);
  margin-left: -20px;
  padding-left: 20px;
}

.lineleft.mb-l {
  border-left-color: var(--_colors---bright-accent);
  margin-bottom: 1rem;
}

.goalcard {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  aspect-ratio: 1;
  background-color: #e6e6e60a;
  border: 2px solid #0a5760;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 22%;
}

.goalcard.purple {
  background-color: #1e2638;
  border-color: #3a2f5d;
}

.goalcard.purple.middle {
  padding: 3rem;
}

.goalcard.blue {
  background-color: #132a38;
  border-color: #18344e;
}

.goalcard.orange {
  background-color: #ffae0033;
  border-color: #ffae004d;
}

.goalscardnumber {
  color: var(--_colors---bright-accent);
  font-weight: 700;
}

.bold-text {
  color: var(--_colors---bright-accent);
}

.grid-4 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.resultswrapper {
  grid-template-rows: auto auto;
  grid-template-columns: .5fr .5fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  display: grid;
}

.resultsnumber {
  color: var(--_colors---bright-accent);
  font-size: var(--_textsize---heading-1);
  font-weight: 700;
}

.resultsnumber.diagramnumber {
  text-align: center;
}

.conclusionwrapper {
  display: none;
}

.div-block-15 {
  height: 50px;
}

.hidden {
  display: none;
}

.storyheroimg {
  z-index: 2;
  border-radius: 10px;
  max-width: 600px;
  position: relative;
}

.rotatingrecktangle {
  border-top-style: dashed;
  border-top-width: 2px;
  border-top-color: var(--darker-bright-accent);
  border-right-style: dashed;
  border-right-width: 2px;
  border-right-color: var(--darker-bright-accent);
  border-bottom-style: dashed;
  border-bottom-width: 2px;
  border-bottom-color: var(--darker-bright-accent);
  border-left-style: dashed;
  border-left-width: 2px;
  border-left-color: var(--darker-bright-accent);
  aspect-ratio: 1;
  border-radius: 12px;
  width: 100%;
  position: absolute;
  inset: -1rem;
}

.spacer {
  height: 100px;
}

.storiesheroheading {
  margin-bottom: 20px;
}

.spacetext {
  font-family: Space Grotesk, sans-serif;
  font-weight: 700;
  display: none;
}

.spacetext.text-bright.overviewspaceheading {
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}

.spacetext.text-bright.text-up {
  text-transform: uppercase;
}

.spacetext.text-bright.text-up.text-thin {
  font-weight: 400;
}

.spacetext.text-bright.text-up.text-thin.cardsubline {
  margin-bottom: 20px;
}

.overviewheading {
  margin-top: 0;
}

.goalsheading.pb-lg {
  margin-bottom: 50px;
}

.symbol {
  color: var(--_colors---bright-accent);
  margin-bottom: 10px;
  font-family: Material Symbols Outlined, sans-serif;
  font-size: 60px;
}

.symbol.purple {
  color: #c084fc;
}

.symbol.blue {
  color: #60a5fa;
}

.symbol.orange {
  color: #ffb700;
}

.goalcardheading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
}

.goalcardp {
  text-align: center;
  max-width: 200px;
  margin-bottom: 0;
}

.spacersmall {
  height: 50px;
}

.heading-10 {
  align-self: flex-start;
}

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

.resultschart {
  width: 300px;
}

.cardparagraph-copy {
  color: var(--_colors---grey-accent);
  text-align: left;
  line-height: 1.5;
}

.diagramnumberresults {
  color: #fff;
  font-size: var(--_textsize---heading-1);
  text-align: center;
  font-weight: 700;
}

.diagramnumberresults.diagramnumber {
  text-align: center;
}

.div-block-18 {
  z-index: 1;
  position: relative;
}

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

.firstquotesection {
  margin-top: 80px;
  margin-bottom: 100px;
}

.dnasection {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--darker-bright-accent);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
}

.heading-11 {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 300;
}

.heading-12 {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 700;
}

.container-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.text-white {
  color: #fff;
}

.nopadding {
  align-self: flex-end;
  margin-bottom: 0;
}

.cardspacerline {
  border-top: 2px solid var(--_colors---bordercolor);
  width: 30%;
  margin-bottom: 5px;
}

.image-5 {
  filter: contrast(147%) grayscale();
  mix-blend-mode: multiply;
}

.dnasectionbackground {
  filter: blur(5px);
  mix-blend-mode: lighten;
  background-image: url('../images/dna.jpg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0 40%;
}

.lottie-animation {
  display: none;
  transform: rotate(-90deg);
}

.cardstitle {
  text-align: center;
  margin-bottom: 50px;
  font-weight: 700;
}

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

.cardnumber {
  position: absolute;
  top: 20px;
  right: 24px;
}

.cardnumbertext {
  color: #ffffff0a;
  font-family: Manrope, sans-serif;
  font-size: 80px;
  font-weight: 700;
}

.contactsectionwrapper {
  grid-template-rows: auto;
}

.form-block {
  border: 1px solid var(--_colors---bordercolor);
  background-color: var(--_colors---main);
  border-radius: 20px;
  flex: 1;
  max-width: 600px;
  padding: 3rem;
  position: relative;
}

.formwrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.flex-block-8 {
  justify-content: center;
  align-items: flex-start;
}

.contactheading {
  margin-bottom: 50px;
}

.designsystem {
  display: none;
}

.designsystemcolor {
  background-color: var(--_colors---main);
  width: 60px;
  height: 60px;
}

.designsystemcolor.bg-bright {
  background-color: var(--_colors---bright-accent);
}

.designsystemcolor.bg-primary {
  background-color: var(--_colors---main);
}

.designsystemcolor.bg-dark {
  background-color: var(--_colors---dark-accent);
}

.designsystemcolor.bg-grey {
  background-color: var(--_colors---grey-accent);
}

.designsystemcolor.bg-sitebg {
  background-color: var(--_colors---site-background);
}

.designsystemcolor.bg-sitebg.border {
  border: 1px solid var(--_colors---bordercolor);
}

.designsystemcolor.bg-bright2 {
  background-color: var(--darker-bright-accent);
}

.designsystemgroup {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.designsystemgroup.bg-primary {
  background-color: var(--_colors---main);
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-21 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.heading-14 {
  font-weight: 700;
  line-height: 1;
}

.formanimation {
  opacity: .51;
  filter: invert();
  width: 30%;
  position: absolute;
  top: -4%;
  right: 4%;
}

.formlabel {
  font-size: var(--_textsize---paragraph);
  font-weight: 400;
}

.formiput {
  color: var(--_colors---dark-accent);
  border-radius: 5px;
}

.formiput:focus {
  color: var(--_colors---dark-accent);
  background-color: #e9e9e9;
}

.astronautbgwrapper {
  display: block;
  position: absolute;
  inset: 0;
  overflow: visible;
}

.stepicon {
  border: 1px solid var(--_colors---bordercolor);
  background-color: var(--darker-bright-accent);
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.stepicon.journey {
  z-index: 2;
  aspect-ratio: 1;
  border-radius: 999px;
  width: 50px;
  height: 50px;
}

.stepicon.journey.first {
  z-index: 1;
  margin-left: -20px;
  position: relative;
}

.stepicon.journey.last {
  z-index: 1;
  margin-top: -20px;
  position: relative;
}

.stepicon.journey.mobile {
  width: 50px;
  height: 50px;
}

.stepicon.journey.right {
  left: 0%;
}

.stepicon.journey.desktop {
  border: 1px solid var(--_colors---bordercolor);
  background-color: var(--darker-bright-accent);
  position: absolute;
  left: 50%;
  transform: translate(-52%);
}

.stepicon.journey.desktop._1 {
  top: 0;
}

.stepicon.journey.desktop._2 {
  top: 33%;
}

.stepicon.journey.desktop._3 {
  top: 66%;
}

.stepicon.journey.desktop._4 {
  top: 98%;
}

.stepnumber {
  font-size: 30px;
  font-weight: 700;
}

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

.stepitem.journey.first {
  display: grid;
}

.stepwrapperleft {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.stepwrapperleft.middle {
  justify-content: center;
  align-items: flex-start;
}

.stepwrapperleft.journey {
  justify-content: flex-start;
  align-items: center;
}

.stepline {
  background-color: var(--darker-bright-accent);
  flex: 1;
  width: 3px;
  margin-left: 25px;
}

.stepline.journey {
  margin-left: 0;
}

.stepwrapperright {
  min-height: 135px;
}

.stepwrapperright.journey {
  margin-bottom: 50px;
}

.stepsheading {
  margin-top: 0;
}

.image-6 {
  border: 2px solid var(--_colors---site-background);
  filter: none;
  display: block;
}

.customerjourneyitem {
  justify-content: flex-start;
  align-items: center;
  height: 350px;
  margin-top: 200px;
}

.customerjourneyitem._3, .customerjourneyitem._2, .customerjourneyitem._4 {
  margin-top: 175px;
}

.customerjourneyitem.first {
  margin-top: 0;
}

.customerjourneyimage {
  width: 200px;
}

.customerjourneyparagraph {
  text-align: center;
  min-height: 90px;
}

.jounreysectiongrid {
  grid-template-columns: 1fr .25fr 1fr;
}

.verticalstepsjourney {
  align-items: stretch;
}

.verticalstepsjourneynumberwrapper {
  height: 50px;
}

.verticalstepsjourneynumberwrapper.right {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.verticalstepsjourneylinewrapper {
  height: 340px;
  margin: -5px 20px;
  position: relative;
}

.verticalstepsjourneylinewrapper.linetoright {
  margin: -5px 20px;
}

.verticalstepsjourneylinewrapper.first {
  margin-top: -10px;
}

.line {
  background-color: var(--darker-bright-accent);
  height: 2px;
}

.slider {
  background-color: #0000;
  height: 700px;
  position: relative;
}

.left-arrow {
  width: 3rem;
  height: 3rem;
  left: -50px;
}

.icon-3 {
  position: static;
}

.right-arrow {
  width: 3rem;
  height: 3rem;
  right: -50px;
}

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

.code-embed, .code-embed-2, .code-embed-3 {
  display: none;
}

.quotationmarkstext {
  margin-left: -17px;
  font-family: Inter, sans-serif;
  font-size: 100px;
  font-style: italic;
  font-weight: 700;
  line-height: .5;
}

.heading-15 {
  display: none;
}

.heroembedwrapper {
  width: 760px;
}

.storiesheroimagewrapper {
  border-radius: 10px;
  padding: 2px;
  position: relative;
  overflow: hidden;
}

.glowbackground {
  z-index: 1;
  background-image: linear-gradient(180deg, var(--_colors---main), var(--_colors---bright-accent));
  width: 200%;
  height: 200%;
  display: none;
  position: absolute;
  inset: 0%;
}

.slide-nav {
  bottom: -30px;
}

.timelineproressbar {
  z-index: 1;
  border: 1px solid var(--_colors---bordercolor);
  background-color: var(--darker-bright-accent);
  border-radius: 5px;
  width: 100%;
  height: 0%;
  position: absolute;
  inset: 0%;
}

.div-block-22 {
  width: 10px;
  position: relative;
}

.timelineempty {
  background-color: var(--_colors---dark-accent);
  position: absolute;
  inset: 0%;
}

.timelinetrack {
  background-color: #02282c;
  border-radius: 5px;
  width: 10px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.div-block-23 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: flex-start end;
  display: flex;
}

.div-block-23.storyteilverkauf {
  justify-content: center;
  align-items: flex-start;
}

.pb-lg {
  margin-bottom: 50px;
}

.scrollsection {
  height: 500vh;
}

.sticky-wrapper {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

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

.animationcard {
  border: 1.5px solid var(--_colors---bordercolor);
  background-color: #ffffff12;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 235px;
  padding: 2rem 1rem;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.dropdown-toggle {
  color: #fff;
  font-size: var(--_textsize---paragraph);
}

.icon-5 {
  font-size: 1rem;
}

.text-block {
  margin-right: -2px;
}

.dropdown-list.w--open {
  background-color: var(--_colors---site-background);
}

.dropdownitem {
  color: #fff;
  font-size: var(--_textsize---paragraph);
}

.dropdownitem.w--current {
  color: #fff9;
}

.wholestoryheading {
  margin-top: 20px;
}

.body-3 {
  background-color: var(--_colors---site-background);
}

.teamhero {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 200px;
  margin-bottom: 100px;
  position: relative;
}

.teamherop {
  text-align: center;
  max-width: 800px;
  padding-left: 20px;
  padding-right: 20px;
}

.cardimage {
  border-radius: 20px;
  width: 300px;
}

.teamgrid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 100px;
  margin-left: 20px;
  margin-right: 20px;
}

.teamcardh3 {
  margin-bottom: 10px;
}

.teamherobg {
  z-index: -1;
  background-image: radial-gradient(circle closest-corner at 50% 50%, #044249 29%, var(--_colors---site-background));
  position: absolute;
  inset: -50% 0% -60%;
  -webkit-mask-image: linear-gradient(#0000 0%, #000 15% 85%, #0000 100%);
  mask-image: linear-gradient(#0000 0%, #000 15% 85%, #0000 100%);
}

.cardlinkblock {
  margin-bottom: 20px;
}

.div-block-26 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.footer-link {
  text-underline-offset: 3px;
  -webkit-text-decoration-color: var(--_colors---grey-accent);
  text-decoration-color: var(--_colors---grey-accent);
  text-decoration-thickness: .2px;
}

.body-4 {
  background-color: var(--_colors---site-background);
}

.impressumwrapper {
  width: 100%;
  margin-top: 200px;
  margin-bottom: 200px;
  padding-left: 20px;
  padding-right: 20px;
}

.success-message {
  background-color: var(--_colors---main);
  padding: 40px;
}

.error-message {
  background-color: #ff0e0e70;
  border-radius: 5px;
}

.text-block-2 {
  line-height: 1.2;
}

@media screen and (max-width: 991px) {
  .animation-card.animation-card1.fly-item {
    top: 20%;
  }

  .jounreysectiondesktop {
    display: none;
  }

  .bigquoteheading {
    top: 40%;
  }

  .growbargrid {
    grid-template-columns: 1fr;
    place-items: stretch center;
    height: 100%;
  }

  .timeline-above {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .timelineabovegrid {
    grid-template-columns: 1fr;
    place-items: center end;
    width: auto;
    height: 100%;
  }

  .timelinebelowgrid {
    grid-template-columns: 1fr;
    place-items: stretch center;
    height: 100%;
  }

  .journeysectionmobile {
    display: block;
  }

  .text-big.text-shadow-light.bold {
    line-height: 1;
  }

  .testimonialpicurewrapper {
    margin-bottom: 25px;
    margin-left: 0;
    display: flex;
  }

  .quotationmarkswrapper {
    margin-bottom: 5px;
  }

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

  .testimonialtext2 {
    text-align: center;
  }

  .testimonialgrid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 100%;
    margin-left: 20px;
    margin-right: 20px;
    padding: 50px;
  }

  .rolestext.text-grey {
    max-width: none;
  }

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

  .icon {
    filter: brightness(500%);
  }

  .nav-menu {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .middletext {
    font-size: 2rem;
  }

  .big-w-container.flex.gap-sm.centered, .big-w-container.flex.gap-m.center {
    flex-flow: column;
  }

  .big-w-container.dnasectioncontainer {
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .flex-block-6 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

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

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

  .goalcard {
    width: auto;
    padding: 1rem;
  }

  .grid-4 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row dense;
    place-items: center;
    display: grid;
  }

  .resultswrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: column;
    place-items: start center;
  }

  .spacer {
    height: 50px;
  }

  .resultschart {
    margin-top: -50px;
  }

  .div-block-20 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .contactsectionwrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    place-items: center stretch;
  }

  .formwrapper {
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    margin-right: 20px;
  }

  .flex-block-8 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .slider {
    height: auto;
  }

  .slide-nav {
    bottom: -40px;
  }

  .testimoniallogo {
    display: none;
  }

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

  .impressumwrapper {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  body {
    --_textsize---heading-1: 3rem;
    --_textsize---heading-2: 2rem;
    --_textsize---heading-3: 1.625rem;
    --_textsize---heading-4: 1.25rem;
    --_textsize---paragraph: 1rem;
    --_textsize---hero-heading\<deleted\|variable-ccff68c2-7c5e-50e6-9216-2e8277e2c5f9\>: 112px;
  }

  .heroquickstack {
    padding-left: 10px;
  }

  .flex-saeuele {
    width: 25vh;
    height: 25vh;
  }

  .flex-block-2 {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    flex-flow: column;
    top: 7.5%;
    bottom: 7.5%;
  }

  .animation-card-heading {
    font-size: 3vh;
  }

  .divider-s-ulen {
    height: 5vh;
    display: block;
  }

  .body {
    overflow-x: hidden;
  }

  .bigquoteheading {
    top: 45%;
  }

  .small-w-container.journeyitemwrapper {
    justify-content: center;
    align-items: flex-start;
    padding-left: 20px;
  }

  .timeline_centre {
    justify-content: flex-start;
  }

  .timeline_date-text {
    margin-bottom: 24px;
    font-size: 36px;
  }

  .timeline_quote-wrapper {
    flex-direction: column-reverse;
  }

  .timeline_text {
    font-size: 20px;
  }

  .timeline_quote-image {
    margin-top: 24px;
    margin-right: 0;
  }

  .timeline_left {
    text-align: left;
  }

  .margin-bottom-xlarge {
    margin-bottom: 48px;
  }

  .timeline_item {
    grid-template-columns: 64px 1fr;
    width: 100%;
  }

  .timeline_progress {
    left: 6px;
  }

  .mobilejounreysection {
    display: block;
  }

  .flex-block-5 {
    margin-left: 10px;
  }

  .image-2 {
    max-width: 200px;
  }

  .button.small.margin {
    display: none;
  }

  .navbar.transparent.bg-blur {
    background-color: var(--_colors---site-background);
  }

  .nav-menu {
    background-color: #0000;
  }

  .menu-button, .menu-button.w--open {
    background-color: #032b2f00;
  }

  .container-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
  }

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

  .big-w-container.margin-y-big {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .newjounreyitemwrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .journeysectionbignumber {
    font-size: 5rem;
  }

  .bold.joureyh2 {
    margin-top: 10px;
  }

  .cardwrapper {
    padding: 2rem;
  }

  .heading-white {
    line-height: .5;
  }

  .heading-white.text-bright.heading-bright {
    line-height: 1;
  }

  .resultswrapper {
    grid-template-rows: auto auto auto;
  }

  .storyheroimg {
    width: 400px;
  }

  .spacetext {
    --_textsize---heading-1: 4rem;
    --_textsize---heading-2: 2.5rem;
    --_textsize---heading-3: 2rem;
    --_textsize---heading-4: 1.5rem;
    --_textsize---paragraph: 1.125rem;
    --_textsize---hero-heading\<deleted\|variable-ccff68c2-7c5e-50e6-9216-2e8277e2c5f9\>: 112px;
  }

  .resultschart {
    width: 200px;
    margin-top: 0;
  }

  .astronautbgwrapper, .jounreysection, .left-arrow, .right-arrow {
    display: none;
  }

  .heroembedwrapper {
    width: 400px;
  }

  .animationcard {
    padding: .5rem .25rem;
    font-size: 10px;
  }

  .animationcard._4, .animationcard._5, .animationcard._7, .animationcard._8, .animationcard._10 {
    display: none;
  }

  .div-block-24 {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    position: absolute;
    inset: 0%;
  }

  .div-block-25 {
    position: absolute;
    inset: 0%;
  }

  .teamhero {
    margin-top: 150px;
  }
}

@media screen and (max-width: 479px) {
  .heroheading.heroheading1 {
    font-size: clamp(60px, 7.5vw, var(--_textsize---hero-heading\<deleted\|variable-ccff68c2-7c5e-50e6-9216-2e8277e2c5f9\>));
    margin-left: 0;
  }

  .heroheading.heroheading2 {
    font-size: clamp(42px, 10vw, var(--_textsize---hero-heading\<deleted\|variable-ccff68c2-7c5e-50e6-9216-2e8277e2c5f9\>));
  }

  .heroquickstack {
    flex: 0 auto;
  }

  .text-grey.biglineheight.testimonialp {
    display: none;
  }

  .paragraph.margin-y-50 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .small-instructions {
    line-height: 1em;
  }

  .bigquoteheading {
    padding-left: 0;
    padding-right: 0;
    font-size: 2rem;
    top: 45%;
  }

  .margin-bottom-medium {
    margin-bottom: 24px;
  }

  .timeline_item {
    grid-template-columns: 48px 1fr;
  }

  .mobilejounreysection {
    margin-bottom: 0;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .text-big.text-shadow-light.bold {
    --_textsize---heading-1: 4rem;
    --_textsize---heading-2: 2.5rem;
    --_textsize---heading-3: 2rem;
    --_textsize---heading-4: 1.5rem;
    --_textsize---paragraph: 1.125rem;
    --_textsize---hero-heading\<deleted\|variable-ccff68c2-7c5e-50e6-9216-2e8277e2c5f9\>: 112px;
    font-size: var(--_textsize---heading-1);
  }

  .herosection {
    min-width: 100%;
    display: flex;
  }

  .journeyitemheading.last {
    margin-left: 10px;
  }

  .jounreyp {
    padding-right: 20px;
  }

  .testimonialpicurewrapper {
    margin-top: -20px;
    margin-bottom: 0;
  }

  .quotationmarkswrapper {
    margin-top: 10px;
    margin-bottom: -30px;
  }

  .testimonialgrid {
    background-color: var(--_colors---site-background);
    margin-left: 10px;
    margin-right: 10px;
    padding: 20px;
  }

  .footertextwrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footertextwrapper.first {
    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;
    place-items: start center;
  }

  .navbartext {
    text-decoration: underline;
  }

  .navbartext.w--current {
    text-decoration: none;
  }

  .navbar {
    background-color: #032b2fcc;
  }

  .nav-menu {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #032b2fcc;
  }

  .card-content-wrapper {
    height: 100%;
  }

  .glowing-card-lc.glowing-wrapper-active {
    width: 19rem;
    height: 15rem;
  }

  .big-w-container.margin-y-big {
    padding-left: .125rem;
    padding-right: .125rem;
  }

  .big-w-container.ansatzwrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .cardwrapper {
    padding: 1rem;
  }

  .flex-block-6 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .heading-white {
    margin-bottom: 20px;
    font-size: 3rem;
    line-height: 1;
  }

  .storiesherowrapper {
    background-image: radial-gradient(circle closest-side at 45% 15%, var(--_colors---main) 23%, var(--_colors---site-background));
    place-items: center start;
  }

  .grid-4 {
    grid-template-columns: 1fr;
    place-items: start;
  }

  .resultsnumber {
    font-size: 2rem;
  }

  .storyheroimg {
    width: 200px;
  }

  .contactsectionwrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .form-block {
    padding: 1rem;
  }

  .formwrapper {
    margin-left: 5px;
    margin-right: 5px;
  }

  .contactheading {
    margin-bottom: 30px;
  }

  .stepwrapperright.journey.last {
    margin-bottom: 0;
  }

  .heroembedwrapper {
    width: 310px;
  }

  .glowbackground {
    background-image: linear-gradient(180deg, var(--_colors---main), var(--_colors---bright-accent));
  }

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

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

#w-node-a1820a99-e1fe-afb0-f53a-0ff5105788d5-d79c0b1b, #w-node-_9e2ebb40-c99f-eed9-b9eb-5a98e86f2bd2-d79c0b1b, #w-node-_6532ed64-8b74-3c4a-e91c-6a27addae6e3-d79c0b1b, #w-node-_5be10252-27ba-352d-3f26-d1af67da0859-d79c0b1b, #w-node-_5f0e3a78-010e-194b-6efa-a19ea45fe35e-d79c0b1b, #w-node-e93420f4-2009-b4fa-0af7-100004905029-d79c0b1b, #w-node-ded30b0f-e45b-30df-4fdd-449ef880f0c9-d79c0b1b, #w-node-efac24c9-e6b6-ca89-3342-fd006b4489d3-d79c0b1b, #w-node-_7f7e5398-5bb4-9b8a-c192-7b84c891e3c2-d79c0b1b, #w-node-_51b8870a-e38d-7056-6e91-4750f7ad2fc0-d79c0b1b {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_313e9dfb-207a-919c-999c-26965ec5528c-d79c0b1b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a79d87fc-e9a8-1696-6c3a-0f5548b14e9f-d79c0b1b {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-ca63fa86-f2d8-3c2b-7cf1-34d562ecb642-d79c0b1b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1ac36474-3ecc-2c20-c754-fbaa83d3b7b6-d79c0b1b {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-ac621017-c95b-fdc0-97bb-5af0e241c555-d79c0b1b {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-f37914c1-6ea0-d9f0-471e-fcab10cd08f5-d79c0b1b {
  grid-area: 1 / 2 / 4 / 3;
}

#w-node-ba212ac8-aedb-016b-3286-024dcdb25377-d79c0b1b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ba212ac8-aedb-016b-3286-024dcdb2537c-d79c0b1b {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-ba212ac8-aedb-016b-3286-024dcdb25381-d79c0b1b {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-ba212ac8-aedb-016b-3286-024dcdb25388-d79c0b1b {
  grid-area: 1 / 2 / 4 / 3;
}

#w-node-bcc70237-8af5-748e-a21f-6df4ea7dfc14-e8d53cee {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-af73e45f-8d5f-4d52-594f-b9b78a9fad0c-e8d53cee {
  grid-area: 1 / 3 / 3 / 4;
}

#w-node-bcc70237-8af5-748e-a21f-6df4ea7dfc14-ef0efb70 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_2c439deb-07d6-f063-5901-0ad39abd54f6-ef0efb70 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-af73e45f-8d5f-4d52-594f-b9b78a9fad0c-ef0efb70 {
  grid-area: 1 / 3 / 3 / 4;
}

#w-node-bcc70237-8af5-748e-a21f-6df4ea7dfc14-d30caf6c {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_2c439deb-07d6-f063-5901-0ad39abd54f6-d30caf6c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-af73e45f-8d5f-4d52-594f-b9b78a9fad0c-d30caf6c {
  grid-area: 1 / 3 / 3 / 4;
}

@media screen and (max-width: 991px) {
  #w-node-a79d87fc-e9a8-1696-6c3a-0f5548b14e9f-d79c0b1b {
    grid-column-end: 3;
  }

  #w-node-ca63fa86-f2d8-3c2b-7cf1-34d562ecb642-d79c0b1b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1ac36474-3ecc-2c20-c754-fbaa83d3b7b6-d79c0b1b {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ac621017-c95b-fdc0-97bb-5af0e241c555-d79c0b1b {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-f37914c1-6ea0-d9f0-471e-fcab10cd08f5-d79c0b1b {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-ba212ac8-aedb-016b-3286-024dcdb25377-d79c0b1b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-ba212ac8-aedb-016b-3286-024dcdb2537c-d79c0b1b {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ba212ac8-aedb-016b-3286-024dcdb25381-d79c0b1b {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-ba212ac8-aedb-016b-3286-024dcdb25388-d79c0b1b {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-d615b2df-44cb-01ed-e1e0-89c4aa3e61d8-e8d53cee {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-bcc70237-8af5-748e-a21f-6df4ea7dfc14-e8d53cee {
    grid-column-end: 2;
  }

  #w-node-_2c439deb-07d6-f063-5901-0ad39abd54f6-e8d53cee {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_80953b90-80e7-fdc6-8b8c-17a4577474df-e8d53cee {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-af73e45f-8d5f-4d52-594f-b9b78a9fad0c-e8d53cee {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-d615b2df-44cb-01ed-e1e0-89c4aa3e61d8-ef0efb70 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-bcc70237-8af5-748e-a21f-6df4ea7dfc14-ef0efb70 {
    grid-column-end: 2;
  }

  #w-node-_2c439deb-07d6-f063-5901-0ad39abd54f6-ef0efb70 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-af73e45f-8d5f-4d52-594f-b9b78a9fad0c-ef0efb70 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-d615b2df-44cb-01ed-e1e0-89c4aa3e61d8-d30caf6c {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-bcc70237-8af5-748e-a21f-6df4ea7dfc14-d30caf6c {
    grid-column-end: 2;
  }

  #w-node-_2c439deb-07d6-f063-5901-0ad39abd54f6-d30caf6c {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-af73e45f-8d5f-4d52-594f-b9b78a9fad0c-d30caf6c {
    grid-area: 1 / 2 / 2 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-bcc70237-8af5-748e-a21f-6df4ea7dfc14-e8d53cee {
    grid-column-end: 3;
  }

  #w-node-_2c439deb-07d6-f063-5901-0ad39abd54f6-e8d53cee {
    grid-row: 3 / 4;
  }

  #w-node-_80953b90-80e7-fdc6-8b8c-17a4577474df-e8d53cee {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-af73e45f-8d5f-4d52-594f-b9b78a9fad0c-e8d53cee {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-bcc70237-8af5-748e-a21f-6df4ea7dfc14-ef0efb70 {
    grid-column-end: 3;
  }

  #w-node-_2c439deb-07d6-f063-5901-0ad39abd54f6-ef0efb70 {
    grid-row: 3 / 4;
  }

  #w-node-af73e45f-8d5f-4d52-594f-b9b78a9fad0c-ef0efb70 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-bcc70237-8af5-748e-a21f-6df4ea7dfc14-d30caf6c {
    grid-column-end: 3;
  }

  #w-node-_2c439deb-07d6-f063-5901-0ad39abd54f6-d30caf6c {
    grid-row: 3 / 4;
  }

  #w-node-af73e45f-8d5f-4d52-594f-b9b78a9fad0c-d30caf6c {
    grid-area: 2 / 1 / 3 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2c439deb-07d6-f063-5901-0ad39abd54f6-e8d53cee {
    grid-column-end: 3;
  }

  #w-node-_80953b90-80e7-fdc6-8b8c-17a4577474df-e8d53cee {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_2c439deb-07d6-f063-5901-0ad39abd54f6-ef0efb70, #w-node-_2c439deb-07d6-f063-5901-0ad39abd54f6-d30caf6c {
    grid-column-end: 3;
  }
}


